/* ============================================================
   ГРУЗЧИК ГУД — Font Definitions
   NOTE: The wordmark uses a custom font similar to Golos Text.
   Golos Text (Google Fonts) is used as the closest match.
   Please supply original font files for exact fidelity.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;900&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  /* Font families */
  --ff-display: 'Golos Text', system-ui, -apple-system, sans-serif; /* @kind font */
  --ff-body:    'Inter', system-ui, -apple-system, sans-serif; /* @kind font */
  --ff-mono:    'JetBrains Mono', 'Fira Code', 'Courier New', monospace; /* @kind font */

  /* Font weights */
  --fw-light:     300; /* @kind other */
  --fw-regular:   400; /* @kind other */
  --fw-medium:    500; /* @kind other */
  --fw-semibold:  600; /* @kind other */
  --fw-bold:      700; /* @kind other */
  --fw-black:     900; /* @kind other */
}
