/* assets/css/fonts.css */

/* ==================================== */
/* SVENINGS FONT FAMILY */
/* ==================================== */

@font-face {
    font-family: 'Svenings';
    src: url('../fonts/svenings.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Svenings';
    src: url('../fonts/svenings.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Svenings';
    src: url('../fonts/svenings.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Svenings';
    src: url('../fonts/svenings.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}