@font-face {
    font-family: 'Circular Std Book';
    src: url('webfonts/CircularStd-Book.woff2') format('woff2'),
        url('webfonts/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('webfonts/CircularSpotifyText-Light.woff2') format('woff2'),
        url('webfonts/CircularSpotifyText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orleans';
    src: url('webfonts/Orleans-Thin.woff2') format('woff2'),
        url('webfonts/Orleans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

