@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Averta', sans-serif;
}