/**
 * Inter Font - Lokal gehostet
 * Quelle: https://rsms.me/inter/ (v4.0)
 */

/* inter-300 - light */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/inter/Inter-Light.woff2') format('woff2');
}

/* inter-400 - regular */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/inter/Inter-Regular.woff2') format('woff2');
}

/* inter-500 - medium */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/inter/Inter-Medium.woff2') format('woff2');
}

/* inter-600 - semi-bold */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/inter/Inter-SemiBold.woff2') format('woff2');
}

/* inter-700 - bold */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/inter/Inter-Bold.woff2') format('woff2');
}

/* inter-800 - extra-bold */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../../fonts/inter/Inter-ExtraBold.woff2') format('woff2');
}
