
@font-face {
    font-family: 'Futura Round';
    src: url(./FuturaRound-Light.ttf);
    font-weight: 100;
    font-display: auto;
}
@font-face {
    font-family: 'Futura Round';
    src: url(./FuturaRound-Regular.ttf);
    font-weight: 200;
    font-display: auto;
}
@font-face {
    font-family: 'Futura Round';
    src: url(./FuturaRound-Medium.ttf);
    font-weight: 300;
    font-display: auto;
}
@font-face {
    font-family: 'Futura Round';
    src: url(./FuturaRound-Bold.ttf);
    font-weight: 400;
    font-display: auto;
}