/**
 * Local Font Definitions for SharTeal's Star Log
 *
 * This file provides @font-face declarations for locally hosted fonts,
 * eliminating FOUT (Flash of Unstyled Text) and external dependencies.
 *
 * Fonts used:
 * - Space Mono: Headers, timestamps, UI prvky (LOCAL)
 * - Caveat: Body text, dialogue (handwritten style - pro log entries) (LOCAL)
 * - Source Serif Pro: Story text (ONLINE - Google Fonts CDN)
 *
 * License: All fonts are licensed under SIL Open Font License (OFL)
 * Source: Google Fonts
 */

/* ========================================
   SPACE MONO - Monospace Font (LOCAL)
   Usage: Headers, Timestamps, UI prvky
   ======================================== */

/* Space Mono Regular (400) */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/space-mono/space-mono-regular.woff2') format('woff2'),
       url('/assets/fonts/space-mono/space-mono-regular.woff') format('woff');
}

/* Space Mono Bold (700) */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/space-mono/space-mono-bold.woff2') format('woff2'),
       url('/assets/fonts/space-mono/space-mono-bold.woff') format('woff');
}

/* ========================================
   CAVEAT - Handwritten Font (LOCAL)
   Usage: Body text, Dialogue (log entries)
   ======================================== */

/* Caveat Regular (400) */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/caveat/caveat-regular.woff2') format('woff2'),
       url('/assets/fonts/caveat/caveat-regular.woff') format('woff');
}

/* Caveat Bold (700) */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/caveat/caveat-bold.woff2') format('woff2'),
       url('/assets/fonts/caveat/caveat-bold.woff') format('woff');
}

/* ========================================
   SOURCE SERIF PRO - Story Font (ONLINE)
   Usage: Story text
   ======================================== */

/*
 * Načítá se z Google Fonts CDN v HTML:
 * <link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600&display=swap" rel="stylesheet">
 *
 * TODO: Stáhnout a hostovat lokálně pro offline podporu
 */
