/* GDPR-Compliant Local Font Hosting
 * Fonts self-hosted to avoid external Google Fonts requests
 * Using font-display: swap for optimal text rendering
 * Using woff2 (modern, compressed) + ttf (broad fallback) formats
 */

/* Bebas Neue - Regular (400) */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/bebas-neue-v14-latin-regular.woff2') format('woff2'),
         url('../fonts/bebas-neue-v14-latin-regular.ttf') format('truetype');
}

/* Lora - Regular (400) */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lora-v35-latin-regular.woff2') format('woff2'),
         url('../fonts/lora-v35-latin-regular.ttf') format('truetype');
}

/* Lora - SemiBold (600) */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/lora-v35-latin-600.woff2') format('woff2'),
         url('../fonts/lora-v35-latin-600.ttf') format('truetype');
}
