/*
 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:#C03540;
    --secondary: #171717;
    --accent: var(--primary);
    --hover-text:#C2B697;
    --bg-surface: #EBEBE6;
    --border-color-main: #dfdfdf;
    --light: #ffffff;
    --dark: hsla(0, 0%, 0%, 1);
    --dark-silver: #707070;


    }
*/

:root {
    --min-screen-width: 320px;
    --max-screen-width: 1400px;

 

    }
    
    html {
        scroll-behavior: smooth;
		scroll-padding-top: var(--space-2xl);
    }
    
    *{
        transition: all .15s ease-in;
    }