:root {
    
    /*
    Colors
    ----------------------------------------------------------------------------*/
    --color1 : #CA9516;
    --color2 : #D1DAD2;
    --color3 : white;
    --color4 : #232b26;
    --textColor1 : black;
    --textColor2 : #7A7A7A;
    --shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);

    /*
    Typography
    ----------------------------------------------------------------------------*/
    --fontFamily1: 'Karla', sans-serif;
    --fontFamily2: 'Spectral', serif;

    /*
    Effects
    ----------------------------------------------------------------------------*/
    --shadowBottom : 0 2px 5px 0 var(--shadow);

    /*
    Transitions
    ----------------------------------------------------------------------------*/
    --transitionSt : 0.1s;
    --transitionMd : 0.4s;

}