/* Vivaan Luxury Editorial — Typography tokens
   Times New Roman throughout: a deliberate old-money editorial choice, not a
   missing-font fallback. No webfont files are needed. */

:root {
  --font-serif: "Times New Roman", Times, serif;

  /* Hero display */
  --text-hero-size: 80px;
  --text-hero-weight: 400;
  --text-hero-line-height: 1.05;
  --text-hero-letter-spacing: -0.01em;

  /* Body copy */
  --text-body-size: 16px;
  --text-body-weight: 400;
  --text-body-line-height: 1.6;

  /* Navigation labels */
  --text-nav-size: 13px;
  --text-nav-weight: 400;
  --text-nav-letter-spacing: 0.12em;

  /* Form labels */
  --text-form-label-size: 11px;
  --text-form-label-weight: 400;
  --text-form-label-letter-spacing: 0.15em;

  /* CTA button */
  --text-cta-size: 12px;
  --text-cta-weight: 400;
  --text-cta-letter-spacing: 0.18em;

  /* Section / discover labels */
  --text-section-label-size: 11px;
  --text-section-label-weight: 400;
  --text-section-label-letter-spacing: 0.2em;
}
