@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,300..600;1,6..72,300..600&family=Hanken+Grotesk:ital,wght@0,300..700;1,300..700&display=swap');
:root{
--font-display:'Newsreader',Georgia,serif;/* editorial serif, italics for accent words */
--font-sans:'Hanken Grotesk',system-ui,sans-serif;
/* Scale */
--text-hero:clamp(56px,6.5vw,96px);--text-h1:64px;--text-h2:44px;--text-h3:28px;--text-lg:20px;--text-base:17px;--text-sm:15px;--text-label:12px;
/* Display headings */
--display-weight:400;--display-leading:1.04;--display-tracking:-0.015em;
/* Micro-labels: uppercase, wide tracking */
--label-tracking:0.22em;--label-weight:500;
--body-leading:1.6;
}
