/* Inter Font - Custom Web Font */
@font-face {
    font-family: 'Inter';
    src: url('Inter.woff2') format('woff2'),
         url('Inter.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: 
        U+0000-00FF,   /* Basic Latin & Latin-1 Supplement */
        U+0100-017F,   /* Latin Extended-A */
        U+0180-024F,   /* Latin Extended-B */
        U+0250-02AF,   /* IPA Extensions */
        U+02B0-02FF,   /* Spacing Modifier Letters */
        U+0300-036F,   /* Combining Diacritical Marks */
        U+0370-03FF,   /* Greek and Coptic */
        U+0400-04FF,   /* Cyrillic */
        U+0500-052F,   /* Cyrillic Supplement */
        U+1E00-1EFF,   /* Latin Extended Additional */
        U+2000-206F,   /* General Punctuation */
        U+2070-209F,   /* Superscripts and Subscripts */
        U+20A0-20CF,   /* Currency Symbols */
        U+2100-214F,   /* Letterlike Symbols */
        U+2150-218F,   /* Number Forms */
        U+2190-21FF,   /* Arrows */
        U+2200-22FF,   /* Mathematical Operators */
        U+FB00-FB4F,   /* Alphabetic Presentation Forms */
        U+FEFF,        /* Zero Width No-Break Space */
        U+FFFD;        /* Replacement Character */
}