@font-face {
    font-family: 'Uni-Sans';
    font-weight: 100;
    src: url('../fonts/uni-sans-light.ttf') format("opentype");
}
@font-face {
    font-family: 'Uni-Sans';
    font-weight: 300;
    src: url('../fonts/uni-sans.ttf') format("opentype");
}
@font-face {
    font-family: 'Uni-Sans';
    font-weight: 500;
    src: url('../fonts/uni-sans-bold.ttf') format("opentype");
}
@font-face {
    font-family: 'Uni-Sans';
    font-weight: 900;
    src: url('../fonts/uni-sans-heavy.ttf') format("opentype");
}

