@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
:root{
/* Neue Haas Grotesk is not freely licensed — substituted with Archivo (Google Fonts), a grotesque of comparable width/weight character. Flagged in readme.md; swap the family below if the licensed Neue Haas files become available. */
--twf-font-display:'Archivo','Helvetica Neue',Arial,sans-serif;
--twf-font-body:'Inter',system-ui,sans-serif;

/* ---- Type scale ---- */
--twf-hero-size:80px;--twf-hero-weight:700;
--twf-hero-lh:0.95;/* @kind other */
--twf-hero-tracking:-0.02em;/* @kind other */
--twf-display-size:64px;--twf-display-weight:700;
--twf-display-lh:1;/* @kind other */
--twf-display-tracking:-0.015em;/* @kind other */
--twf-section-size:48px;--twf-section-weight:700;
--twf-section-lh:1.05;/* @kind other */
--twf-section-tracking:-0.01em;/* @kind other */
--twf-card-heading-size:28px;--twf-card-heading-weight:600;--twf-card-heading-lh:1.15;/* @kind other */
--twf-body-lg-size:20px;--twf-body-lg-weight:400;--twf-body-lg-lh:1.7;/* @kind other */
--twf-body-size:16px;--twf-body-weight:400;--twf-body-lh:1.65;/* @kind other */
--twf-small-size:14px;--twf-small-weight:400;--twf-small-lh:1.6;/* @kind other */
--twf-caption-size:12px;--twf-caption-weight:500;--twf-caption-lh:1.5;/* @kind other */
--twf-button-size:15px;--twf-button-weight:600;--twf-button-tracking:0.02em;/* @kind other */
--twf-room-label-size:10px;--twf-room-label-weight:600;--twf-room-label-tracking:0.42em;/* @kind other */
--twf-plaque-medium-size:12px;--twf-plaque-medium-lh:1.6;/* @kind other */
}
