/**
 * Local Fonts - GDPR Compliant
 * 
 * These fonts are self-hosted to comply with GDPR requirements.
 * Loading fonts from Google Fonts CDN transmits user IP addresses to Google,
 * which was ruled a GDPR violation by German courts (Munich, 2022-2023)
 * and Austrian Data Protection Authority (October 2023).
 */

/* ==========================================================================
   Inter Font Family (Cyrillic + Latin)
   ========================================================================== */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-100.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-200.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/web/fonts/inter/inter-v20-cyrillic_latin-900.woff2') format('woff2');
}

/* ==========================================================================
   Raleway Font Family (Cyrillic + Latin)
   ========================================================================== */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('/web/fonts/raleway/raleway-v37-cyrillic_latin-200.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/web/fonts/raleway/raleway-v37-cyrillic_latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/web/fonts/raleway/raleway-v37-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/web/fonts/raleway/raleway-v37-cyrillic_latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/web/fonts/raleway/raleway-v37-cyrillic_latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/web/fonts/raleway/raleway-v37-cyrillic_latin-700.woff2') format('woff2');
}
