@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/JosefinSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/JosefinSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Josefin Sans Light';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/JosefinSans-Light.woff2') format('woff2');
}

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