

:root {
    
    --H1 : 600 56px/1.2 'Oswald', Arial, sans-serif;
    --H2 : 600 34px 'Oswald', Arial, sans-serif;
    --button : bold 18px 'Arial';
    --body2 : 400 14px 'Arial';
    
    --gold : #E0BC80;
    --dark_gold : #CBA669;
    --dark_gray : #5E5E5E;
    --dark_gray2 : #B4B4B4;
    --stroke: #373737;
    --bg1: #232323;
    --bg2: #282828;
    
}

