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

  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;

  --text-display-xl:88px;
  --text-display-lg:72px;
  --text-h1:64px;
  --text-h2:48px;
  --text-h3:36px;
  --text-h4:28px;
  --text-body-lg:18px;
  --text-body:16px;
  --text-body-sm:14px;
  --text-label:12px;
  --text-caption:11px;

  --tracking-tight:-0.04em;
  --tracking-snug:-0.025em;
  --tracking-normal:0;
  --tracking-wide:0.03em;
}
