/* Nasalization Font - Sci-fi style font for branding */
@font-face {
    font-family: 'Nasalization';
    src: url('./nasalization-rg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Utility class for Nasalization font */
.font-nasalization {
    font-family: 'Nasalization', sans-serif;
}
