/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


 /* Root Settings */
:root {
	--border-radius: var(--radius);
	--gradient-color-one: #020024;
	--gradient-color-two: #090979;
	--gradient-color-three: #0092ff;
	--gradient-bg: radial-gradient(312.86% 83.94% at 14.82% 184.63%, #0B1125 0%, rgba(72, 136, 211, 0.18) 100%), #141A2D;
	--grey-text: #8391AB;
	--light-blue-text: #E1EEFD;
	--overflow-width: 1440px;
	--space-xxs: calc(var(--space-xs) * 0.25);
}
/*
.accent-heading{
	color: var(--primary);
}

*/

.brxe-image {
	border-radius: var(--border-radius);
}
