/**
 * Effect Workspace Font Definitions
 * Vendored fonts - no external dependencies
 */

/* Noto Sans Mono - Code editor font */
@font-face {
    font-family: 'Noto Sans Mono';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://fonts.noisedeck.app/fonts/noto-sans-mono/NotoSansMono[wdth,wght].woff2') format('woff2'),
        url('/fonts/NotoSansMono.woff2') format('woff2');
}

/* Nunito - Body text font */
@font-face {
    font-family: 'Nunito';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/Nunito.woff2') format('woff2'),
        url('https://fonts.noisedeck.app/fonts/nunito/Nunito[wght].woff2') format('woff2');
}

/* Material Symbols Outlined - Icon font */
@font-face {
    font-family: 'Material Symbols Outlined';
    src: url('/fonts/MaterialSymbolsOutlined.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

/* Cormorant Upright - Accent/display font */
@font-face {
    font-family: 'Cormorant Upright';
    src: url('/fonts/CormorantUpright-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Font family definitions */
:root {
    --font-body: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --font-mono: 'Noto Sans Mono', 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
    --font-accent: 'Cormorant Upright', 'Times New Roman', serif;
}

/* Material Symbols base style */
.material-symbols-outlined,
.icon-material {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
}
