@font-face {
    font-family: 'Fivo Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./FivoSans-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Fivo Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./FivoSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Fivo Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./FivoSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Fivo Sans';
    font-style: bold;
    font-weight: 600;
    src: url('./FivoSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Fivo Sans';
    font-style: bold;
    font-weight: 800;
    src: url('./FivoSans-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Fivo Sans';
    font-style: normal;
    font-weight: 200;
    src: url('./FivoSans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Fivo Sans';
    font-style: italic;
    font-weight: 200;
    src: url('./FivoSans-Light-Oblique.otf') format('opentype');
}
