/* Tama Living — Typography tokens */
:root {
  --font-display: 'Iceland', 'Montserrat', sans-serif; /* geometric display / headlines */
  --font-sans: 'Montserrat', system-ui, sans-serif;    /* body & UI */

  /* Type scale (1.25 major-third-ish, tuned) */
  --text-2xs: 0.6875rem;  /* 11px — eyebrow / QR caption */
  --text-xs: 0.75rem;     /* 12px */
  --text-sm: 0.875rem;    /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-lg: 1.125rem;    /* 18px */
  --text-xl: 1.375rem;    /* 22px */
  --text-2xl: 1.75rem;    /* 28px */
  --text-3xl: 2.25rem;    /* 36px */
  --text-4xl: 3rem;       /* 48px */
  --text-5xl: 4rem;       /* 64px */
  --text-6xl: 5.5rem;     /* 88px — display */

  /* Weights (Montserrat) */
  --fw-light: 300;   /* @kind font */
  --fw-regular: 400; /* @kind font */
  --fw-medium: 500;  /* @kind font */
  --fw-semibold: 600;/* @kind font */
  --fw-bold: 700;    /* @kind font */

  /* Line heights */
  --lh-tight: 1.05;  /* @kind font */
  --lh-snug: 1.2;    /* @kind font */
  --lh-normal: 1.5;  /* @kind font */
  --lh-relaxed: 1.7; /* @kind font */

  /* Letter spacing — the brand leans on WIDE tracking for uppercase labels */
  --ls-tightest: -0.02em; /* @kind font */
  --ls-normal: 0;         /* @kind font */
  --ls-wide: 0.08em;      /* @kind font */
  --ls-wider: 0.18em;   /* wordmark / eyebrow feel @kind font */
  --ls-widest: 0.3em;   /* "L I V I N G" spacing @kind font */
}
