/* Font declarations for ST Nova Sans */
@font-face {
    font-family: 'ST Nova Sans';
    src: url('../fonts/STNovaSans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} 