/*
  Font definitions for SIDAN2 (offline, self-hosted).
  No connection to Google Fonts or other external providers (privacy).
*/

@font-face {
    font-family: 'Museo Sans';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Museo_Sans_100.woff2') format('woff2');
}

@font-face {
    font-family: 'Museo Sans';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Museo_Sans_300.woff2') format('woff2');
}

@font-face {
    font-family: 'Museo Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Museo_Sans_500.woff2') format('woff2');
}

/* Material Symbols Outlined — Google's icon font, self-hosted (see CLAUDE.md). */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-weight: 100 700;
    font-style: normal;
    font-display: block;
    src: url('../fonts/MaterialSymbolsOutlined.woff2') format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
