/**
 *
 * by mrZ
 * Email: mrZ@mrZLab630.pw
 * Date: 2025-10-15
 * Time: 17:40
 * About: Font declarations for VMKMet 2025 theme
 *
 */

/* ==========================================================================
   Custom Fonts
   ========================================================================== */

/**
 * NOTE: Add font files to /assets/fonts/ directory
 *
 * Required font files:
 * - Cormac Black (for headings)
 * - Alethia Regular (for subheadings and accents)
 *
 * Tahoma is a system font and doesn't require @font-face
 */

/* ==========================================================================
   Cormac Black - Headings Font
   ========================================================================== */

@font-face {
    font-family: 'Cormac Black';
    src: url('../fonts/Typedepot%20%20CormacBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormac ExtraLight';
    src: url('../fonts/Typedepot%20%20CormacExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Alethia Next - Subheadings & Accents Font
   ========================================================================== */

@font-face {
    font-family: 'Alethia-regular';
    src: url('../fonts/alethianext-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alethia-regular';
    src: url('../fonts/alethianext-lightitalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   Tahoma - Body Text Font
   ========================================================================== */

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/tahoma.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   System Fonts (Fallbacks)
   ========================================================================== */

/**
 * Tahoma - основной шрифт для текста
 * Это системный шрифт, доступный на всех платформах
 *
 * Фоллбэки:
 * - Для Cormac Black: Arial Black → Arial → sans-serif
 * - Для Alethia: Georgia → serif
 * - Для Tahoma: Arial → Helvetica → sans-serif
 */

/* ==========================================================================
   Font Loading Optimization
   ========================================================================== */

/**
 * font-display: swap
 *
 * Использует системный шрифт пока загружается кастомный,
 * затем мгновенно переключается на кастомный после загрузки.
 *
 * Это предотвращает "мигание невидимого текста" (FOIT)
 * и улучшает производительность.
 */

/* ==========================================================================
   Instructions for Adding Custom Fonts
   ========================================================================== */

/**
 * ШАГ 1: Поместите файлы шрифтов в соответствующие папки:
 *
 * /assets/fonts/
 * ├── cormac-black/
 * │   ├── CormacBlack.woff2
 * │   └── CormacBlack.woff
 * └── alethia/
 *     ├── Alethia-Regular.woff2
 *     └── Alethia-Regular.woff
 *
 *
 * ШАГ 2: Раскомментируйте @font-face декларации выше
 *
 *
 * ШАГ 3: Убедитесь что пути к файлам корректны
 *
 *
 * ШАГ 4: Очистите кэш браузера и проверьте результат
 *
 *
 * РЕКОМЕНДАЦИИ:
 * - Используйте WOFF2 формат (лучшее сжатие)
 * - WOFF как фоллбэк для старых браузеров
 * - Оптимизируйте файлы шрифтов перед загрузкой
 * - Используйте subsetting если нужны только кириллица и латиница
 */

/* ==========================================================================
   Font Format Support
   ========================================================================== */

/**
 * WOFF2: Все современные браузеры (Chrome 36+, Firefox 39+, Safari 12+, Edge 14+)
 * WOFF: Фоллбэк для старых браузеров (IE 9+)
 *
 * TTF/OTF форматы не рекомендуются для веба из-за большого размера файлов
 */
