/**
 * fonts.css - Selbst gehostete Fonts fuer Projekt MV (Medivise)
 *
 * Montserrat (Headings) - Variable Font, 400-700
 * Inter (Body) - Variable Font, 400-700
 */

/* Montserrat - English (Basic Latin) */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat_wght__1-english.woff2') format('woff2');
    unicode-range: U+0020-007F;
}

/* Montserrat - Latin Extended */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat_wght__1-rest-latin.woff2') format('woff2');
    unicode-range: U+0080-024F;
}

/* Montserrat - Extended A */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat_wght__1-latin-extended-a.woff2') format('woff2');
    unicode-range: U+0100-024F;
}

/* Montserrat - Extended B */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/montserrat/Montserrat_wght__1-latin-extended-b.woff2') format('woff2');
    unicode-range: U+0250-02AF;
}

/* Inter - English (Basic Latin) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter/Inter_1-english.woff2') format('woff2');
    unicode-range: U+0020-007F;
}

/* Inter - Latin Extended */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter/Inter_1-rest-latin.woff2') format('woff2');
    unicode-range: U+0080-024F;
}

/* Inter - Extended A */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter/Inter_1-latin-extended-a.woff2') format('woff2');
    unicode-range: U+0100-024F;
}

/* Inter - Extended B */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter/Inter_1-latin-extended-b.woff2') format('woff2');
    unicode-range: U+0250-02AF;
}
