@font-face {
    font-family: 'Uni';
    src: url('../fonts/UniNeueLight.woff2') format('woff2'),
    url('../fonts/UniNeueLight.woff') format('woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Uni';
    src: url('../fonts/UniNeueRegular.woff2') format('woff2'),
    url('../fonts/UniNeueRegular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Uni';
    src: url('../fonts/UniNeueBold.woff2') format('woff2'),
    url('../fonts/UniNeueBold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/UniNeueRegular.woff2') format('woff2'),
    url('../fonts/UniNeueRegular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
    url('../fonts/Roboto-Black.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}
