@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{
  --font-display:'Montserrat',Arial,sans-serif;
  --font-body:'Montserrat',Arial,sans-serif;

  --weight-body:400;
  --weight-body-strong:600;
  --weight-display:700;
  --weight-display-strong:800;

  --lh-display:1.4; /* @kind other */
  --lh-body:1.6; /* @kind other */
  --lh-caption:1.2; /* @kind other */

  --tracking-normal:0;
  --tracking-tight:-0.01em;
  --tracking-caps:0.06em;

  --fs-hero:clamp(40px,6vw,72px); /* @kind font */
  --fs-h1:40px;
  --fs-h2:32px;
  --fs-h3:24px;
  --fs-body-lg:18px;
  --fs-body:16px;
  --fs-body-sm:14px;
  --fs-caption:12px;
}
