/* TrinAI Quasimoda Font Family */

@font-face {
    font-family: 'Quasimoda';
    src: url('./Quasimoda ExtraLight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quasimoda';
    src: url('./Quasimoda ExtraLightItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Quasimoda';
    src: url('./Quasimoda ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quasimoda';
    src: url('./Quasimoda ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Font weight mapping for TrinAI Brand Guidelines:
   - ExtraLight (100): Body text, UI elements  
   - ExtraBold (800): Headings, emphasis
*/