@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700;1,800&family=Inter:wght@400;500;600;700&display=swap');
:root{
--font-display:'Kanit',system-ui,sans-serif;
--font-body:'Inter',system-ui,sans-serif;
--text-display-1:clamp(48px,7vw,96px);
--text-display-2:clamp(36px,5vw,64px);
--text-h1:40px;--text-h2:32px;--text-h3:24px;--text-h4:20px;
--text-body-lg:18px;--text-body:16px;--text-body-sm:14px;--text-caption:12px;
--lh-tight:1.05/* @kind other */;--lh-heading:1.15/* @kind other */;--lh-body:1.5/* @kind other */;
--ls-display:0.01em;--ls-heading:0.01em;--ls-caps:0.06em;
}
