/****************
*** FONTS ***
****************/
@font-face {
    font-family: 'Museo Regular';
    src: url(../../assets/fonts/MuseoSans_500.otf) format('opentype'); 
    font-weight: normal; 
}

@font-face {
    font-family: 'Museo Bold';
    src: url(../../assets/fonts/MuseoSans_700.otf) format('opentype'); 
    font-weight: normal; 
}

@font-face {
    font-family: 'Univers LT Std';
    src: url(../../assets/fonts/UniversLTStd_UltraCondensed.ttf) format('truetype'); 
    font-weight: normal; 
}

/****************
*** VARIABLES ***
****************/
:root {
    /* COLORS */
    --green: #1A3628;
    --darkgreen: #254635;
    --exdarkgreen: #0C1C14;
    --gold: #C0B548;
    --lightgold: #EDE2BF;
    --orange: #AC5435;
    --darkbrown: #0F0A03;
    --beige: #F9F7F4;
    --blue: #5B7F95;
    --white: #FFFFFF;
    --black: #000000;

    /* FONTS */
    --MuseoR: 'Museo Regular';
    --MuseoB: 'Museo Bold';
    --Univers: 'Univers LT Std';
}