/* ### FONTS ### */
@font-face {
    font-family: 'Agrandir';
    src: url('../assets/fonts/PPAgrandir-Regular.woff2') format('woff2'),
         url('../assets/fonts/PPAgrandir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Agrandir';
    src: url('../assets/fonts/PPAgrandir-Italic.woff2') format('woff2'),
         url('../assets/fonts/PPAgrandir-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
        font-family: 'Agrandir';
        src: url('../assets/fonts/PPAgrandir-Bold.woff2') format('woff2'),
        url('../assets/fonts/PPAgrandir-Bold.woff') format('woff');
        font-weight: 900;
        font-style: normal;
}