/*
 * Local Fonts Configuration
 * All fonts are hosted locally for better performance and GDPR compliance
 */

/* ========================================
   Plus Jakarta Sans - Google Font
   ======================================== */

/* Regular - 400 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/Plus Jakarta Sans/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2');
}

/* Medium - 500 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/Plus Jakarta Sans/plus-jakarta-sans-v12-latin-500.woff2') format('woff2');
}

/* SemiBold - 600 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/Plus Jakarta Sans/plus-jakarta-sans-v12-latin-600.woff2') format('woff2');
}

/* Bold - 700 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/Plus Jakarta Sans/plus-jakarta-sans-v12-latin-700.woff2') format('woff2');
}

/* ExtraBold - 800 */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/Plus Jakarta Sans/plus-jakarta-sans-v12-latin-800.woff2') format('woff2');
}

/* ========================================
   Noto Sans - Google Font
   ======================================== */

/* Regular - 400 */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/Noto Sans/noto-sans-v42-latin-regular.woff2') format('woff2');
}

/* Medium - 500 */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/Noto Sans/noto-sans-v42-latin-500.woff2') format('woff2');
}

/* Bold - 700 */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/Noto Sans/noto-sans-v42-latin-700.woff2') format('woff2');
}

/* Black - 900 */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/Noto Sans/noto-sans-v42-latin-900.woff2') format('woff2');
}

/* ========================================
   Material Symbols Outlined - Google Icons
   ======================================== */

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/material-symbols/MaterialSymbolsOutlined.woff2') format('woff2');
}

/* Material Icons Styling */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    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';
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

/* ========================================
   Font Awesome - Loaded separately via <link>
   ======================================== */
/* Font Awesome CSS is loaded via <link rel="stylesheet" href="/fonts/fontawesome/css/all.min.css">
   This includes all @font-face definitions and icon classes */
