/* FIRMA typography — Cinzel (Trajan Pro substitute, display serif) + Montserrat (body). */
:root {
  --font-display: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;
  --font-body: 'Montserrat', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Display serif is used for headlines and eyebrows, typically uppercase with wide tracking */
  --font-weight-display: 600;
  --font-weight-display-bold: 700;

  /* Type scale (rem, 16px base) */
  --fs-eyebrow: 0.8125rem;   /* 13px */
  --fs-caption: 0.75rem;     /* 12px */
  --fs-body-sm: 0.875rem;    /* 14px */
  --fs-body: 1rem;           /* 16px */
  --fs-body-lg: 1.125rem;    /* 18px */
  --fs-lead: 1.375rem;       /* 22px */
  --fs-h4: 1.375rem;         /* 22px */
  --fs-h3: 1.75rem;          /* 28px */
  --fs-h2: 2.375rem;         /* 38px */
  --fs-h1: 3.25rem;          /* 52px */
  --fs-display: 4.25rem;     /* 68px hero */

  --lh-tight: 1.08;   /* @kind other */
  --lh-heading: 1.18; /* @kind other */
  --lh-body: 1.65;    /* @kind other */

  /* Tracking — Cinzel/eyebrow labels ride wide; body is neutral */
  --tracking-display: 0.04em;
  --tracking-eyebrow: 0.22em;
  --tracking-label: 0.12em;
  --tracking-body: 0.005em;
}
