/*
    Load fonts in this file using @font-face.

    Fonts should go in: /fonts directory

    NOTE Don't forget to add font family name in /js/fonts.js file.

    Example:

    @font-face {
        font-family: 'My Font';
        src: url('../fonts/MyFont.woff2') format('woff2');
        font-style: normal;
        font-weight: 400;
        font-display: swap;
    }

    Font Weights:
        100 - Thin
        200 - Extra Light (Ultra Light)
        300 - Light
        400 - Normal
        500 - Medium
        600 - Semi Bold (Demi Bold)
        700 - Bold
        800 - Extra Bold (Ultra Bold)
        900 - Black (Heavy)
*/