/********************************/
/*            FONTS             */
/********************************/

/* All fonts are grabbed from their folder in Google's Fonts GitHub https://github.com/google/fonts and  */

/* Display Fonts */
@font-face { /* https://github.com/google/fonts/tree/main/ofl/zeyada */
    font-family: 'Zeyada';
    src: url('/res/fonts/Zeyada.ttf');
}
@font-face { /* https://github.com/google/fonts/tree/main/ofl/dawningofanewday */
    font-family: 'Dawning of a New Day';
    src: url('/res/fonts/DawningofaNewDay.ttf');
}
@font-face { /* https://github.com/google/fonts/tree/main/ofl/indieflower */
    font-family: 'Indie Flower';
    src: url('/res/fonts/IndieFlower-Regular.ttf');
}
@font-face { /* https://github.com/google/fonts/tree/main/ofl/loveyalikeasister */
    font-family: 'Love Ya Like A Sister';
    src: url('/res/fonts/LoveYaLikeASister.ttf');
}

/* Primary Text Font - https://github.com/google/fonts/tree/main/ofl/montserrat */
@font-face { 
    font-family: 'Montserrat';
    src: url('/res/fonts/Montserrat[wght].ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/res/fonts/Montserrat[wght].ttf');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/res/fonts/Montserrat-Italic[wght].ttf');
    font-weight: 400;
    font-style: italic;
}