/*
 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:#C19374;
--primary:#D1B38B;
--primary-alt:#F3E6D8;
--secondary: #3b7191;
--secondary: #A37A53;
--secondary-alt:#6b4632;
--text-hover:#73573d;
--accent: #245674;
--hover-text:#C2B697;
--bg-surface-alt: #F1F2F4;
--bg-surface: #fbf6f4;
--border-color-main: #dfdfdf;
--radius-main: 10px;
}

html {
    scroll-behavior: smooth;
}

*{
	transition: all .15s ease-in;
}

