@font-face {
    font-family: 'Akkurat';
    src: url('Akkurat-Light.woff') format('woff'),
        url('Akkurat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkurat';
    src: url('Akkurat-Bold.woff') format('woff'),
        url('Akkurat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkurat';
    src: url('Akkurat.woff') format('woff'),
        url('Akkurat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

