/* Festival Hotel — Typography tokens */
:root {
  /* Families */
  --fh-font-display: 'Poppins', 'Montserrat', system-ui, sans-serif;
  --fh-font-body: 'Open Sans', 'Lato', system-ui, sans-serif;

  /* Weights */
  --fh-weight-regular: 400;
  --fh-weight-medium: 500;
  --fh-weight-semibold: 600;
  --fh-weight-bold: 700;

  /* Type scale — size / line-height pairs from the spec */
  --fh-hero-title-size: 36px;
  --fh-hero-title-lh: 46px;

  --fh-page-title-size: 28px;
  --fh-page-title-lh: 38px;

  --fh-section-title-size: 20px;
  --fh-section-title-lh: 28px;

  --fh-subsection-title-size: 18px;
  --fh-subsection-title-lh: 26px;

  --fh-room-title-size: 14px;
  --fh-room-title-lh: 22px;

  --fh-room-price-size: 22px;
  --fh-room-price-lh: 30px;

  --fh-body-size: 14px;
  --fh-body-lh: 24px;

  --fh-body-small-size: 12px;
  --fh-body-small-lh: 20px;

  --fh-metadata-size: 11px;
  --fh-metadata-lh: 16px;

  --fh-nav-size: 12px;
  --fh-nav-lh: 18px;

  --fh-button-size: 12px;
  --fh-button-lh: 18px;

  --fh-footer-size: 12px;
  --fh-footer-lh: 22px;

  /* Letter-spacing for uppercase display labels */
  --fh-tracking-caps: 0.06em;
}
