/*
 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 {
--min-screen-width: 320px;
--max-screen-width: 1400px;
--primary:#FD8C40;
--primary: #e69d6b;
--primary-alt: #e69d6b;
--secondary: #011e3b;
--accent: #FD8C40;
	--accent: #e69d6b;
--hover-text:#C2B697;
--bg-surface: #F1F2F4;
--border-color-main: #dfdfdf;
--radius-main: 10px;
}

html {
    scroll-behavior: smooth;
}

*{
	transition: all .15s ease-in;
}

