/* Font Declarations */

@font-face {
    font-family: 'Matemasie';
    src: url('assets/fonts/MatemasieRegular/Matemasie.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('assets/fonts/Fredoka/Fredoka-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend Deca';
    src: url('assets/fonts/Lexend_Deca/LexendDeca-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
} 
