/* Na Vlnách — Typography tokens
   Inter carries all functional text; Dancing Script is the wordmark / emotional accent only. */
:root{
  --font-sans:'Inter', Helvetica, Arial, sans-serif;      /* everything functional */
  --font-script:'Dancing Script', 'Segoe Script', cursive; /* wordmark & warm accents only */

  /* Weights */
  --fw-regular:400;   /* @kind font */
  --fw-medium:500;    /* @kind font */
  --fw-semibold:600;  /* @kind font */
  --fw-bold:700;      /* @kind font */
  --fw-extrabold:800; /* @kind font */

  /* Type scale (px) — display sizes are fluid in use, base steps below */
  --fs-display:clamp(54px, 12vw, 104px); /* @kind font */
  --fs-h1:29px;    /* @kind font */
  --fs-h2:19px;    /* @kind font */
  --fs-h3:17px;    /* @kind font */
  --fs-lead:17px;  /* @kind font */
  --fs-body:15px;  /* @kind font */
  --fs-sm:13.5px;  /* @kind font */
  --fs-xs:12.5px;  /* @kind font */
  --fs-2xs:11px;   /* @kind font */

  /* Line heights */
  --lh-tight:1.05;   /* @kind font */
  --lh-heading:1.2;  /* @kind font */
  --lh-body:1.62;    /* @kind font */

  /* Letter spacing */
  --ls-eyebrow:4px;   /* @kind font */
  --ls-label:1.6px;   /* @kind font */
  --ls-tight:-0.3px;  /* @kind font */
}
