@font-face {
    font-family: 'Circular Spotify Text';
    src: url(../assets/Fonts/CircularSpotifyText-Light.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Spotify Text';
    src: url(../assets/Fonts/CircularSpotifyText-Book.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Spotify Text';
    src: url(../assets/Fonts/CircularSpotifyText-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Spotify Text';
    src: url(../assets/Fonts/CircularSpotifyText-Bold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Spotify Text';
    src: url(../assets/Fonts/CircularSpotifyText-Black.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
}
