@font-face {
    font-family: 'Univia Pro';
    src: url('../fonts/univia-pro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univia Pro';
    src: url('../fonts/univia-pro-bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}