/* SANSATION */
@font-face {
    font-family: 'sansation';
    src: url('../fonts/sansation/Sansation_Bold.ttf?url');
    font-weight: bold;
}

@font-face {
    font-family: 'sansationLight';
    src: url('../fonts/sansation/Sansation_Light.ttf?url');

}

@font-face {
    font-family: 'sansation';
    src: url('../fonts/sansation/Sansation_Regular.ttf?url');
    font-weight: normal;
}

@font-face {
    font-family: 'sansation';
    src: url('../fonts/sansation/Sansation_Italic.ttf?url');
    font-style: italic;
}

@font-face {
    font-family: 'sansation';
    src: url('../fonts/sansation/Sansation_Bold_Italic.ttf?url');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'sansation';
    src: url('../fonts/sansation/Sansation_Light_Italic.ttf?url');
    font-weight: light;
    font-style: italic;
}

/* MOUPALI */
@font-face {
    font-family: 'moupali';
    src: url('../fonts/moupali/moupaliLatin.woff2?url');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ROBOTOMONO */
@font-face {
    font-family: 'robotoMono';
    src: url('../fonts/robotoMono/RobotoMono-VariableFont_wght.ttf?url');
    font-style: normal;
}

@font-face {
    font-family: 'robotoMono';
    src: url('../fonts/robotoMono/RobotoMono-Italic-VariableFont_wght.ttf?url');
    font-style: italic;
}