/* Miskjer */
@font-face {
    font-display: swap;
    font-family: 'Miskjer';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Miskjer.woff2') format('woff2'),
         url('../fonts/Miskjer.woff') format('woff'),
         url('../fonts/Miskjer.ttf') format('truetype');
}

/* Serotiva - Light */
@font-face {
    font-display: swap;
    font-family: 'Serotiva';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Serotiva-Light.woff2') format('woff2'),
         url('../fonts/Serotiva-Light.woff') format('woff'),
         url('../fonts/Serotiva-Light.ttf') format('truetype');
}

/* Serotiva - Regular */
@font-face {
    font-display: swap;
    font-family: 'Serotiva';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Serotiva-Regular.woff2') format('woff2'),
         url('../fonts/Serotiva-Regular.woff') format('woff'),
         url('../fonts/Serotiva-Regular.ttf') format('truetype');
}

/* Serotiva - Medium */
@font-face {
    font-display: swap;
    font-family: 'Serotiva';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Serotiva-Medium.woff2') format('woff2'),
         url('../fonts/Serotiva-Medium.woff') format('woff'),
         url('../fonts/Serotiva-Medium.ttf') format('truetype');
}