/**
 * Inter (latin subset), vekter 400–700 — selvhoset for offline / uten ekstern CDN.
 * Lisens: SIL Open Font License 1.1 (https://github.com/rsms/inter/blob/master/LICENSE.txt)
 */
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter/inter-latin-400.ttf') format('truetype');
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter/inter-latin-500.ttf') format('truetype');
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter/inter-latin-600.ttf') format('truetype');
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/inter/inter-latin-700.ttf') format('truetype');
}
