@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2') format('woff2');
}

:root {
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Display */
  --text-display-xl-size: 56px;
  --text-display-xl-weight: 700;
  --text-display-xl-lh: 1.05;
  --text-display-xl-ls: -0.02em;

  --text-display-lg-size: 40px;
  --text-display-lg-weight: 700;
  --text-display-lg-lh: 1.08;
  --text-display-lg-ls: -0.015em;

  --text-display-md-size: 32px;
  --text-display-md-weight: 650;
  --text-display-md-lh: 1.12;
  --text-display-md-ls: -0.01em;

  /* Headings */
  --text-heading-lg-size: 24px;
  --text-heading-lg-weight: 650;
  --text-heading-lg-lh: 1.2;
  --text-heading-lg-ls: -0.01em;

  --text-heading-md-size: 20px;
  --text-heading-md-weight: 600;
  --text-heading-md-lh: 1.25;
  --text-heading-md-ls: 0;

  --text-heading-sm-size: 18px;
  --text-heading-sm-weight: 600;
  --text-heading-sm-lh: 1.3;
  --text-heading-sm-ls: 0;

  /* Body */
  --text-subtitle-size: 19px;
  --text-subtitle-weight: 500;
  --text-subtitle-lh: 1.45;

  --text-body-lg-size: 18px;
  --text-body-lg-weight: 400;
  --text-body-lg-lh: 1.6;

  --text-body-md-size: 16px;
  --text-body-md-weight: 400;
  --text-body-md-lh: 1.55;

  --text-body-sm-size: 14px;
  --text-body-sm-weight: 400;
  --text-body-sm-lh: 1.5;

  /* Buttons */
  --text-button-lg-size: 16px;
  --text-button-lg-weight: 600;
  --text-button-lg-ls: 0.01em;

  --text-button-md-size: 14.5px;
  --text-button-md-weight: 600;
  --text-button-md-ls: 0.015em;

  --text-button-sm-size: 13px;
  --text-button-sm-weight: 550;
  --text-button-sm-ls: 0.01em;

  /* Utility */
  --text-caption-size: 12px;
  --text-caption-weight: 400;
  --text-caption-lh: 1.4;
  --text-caption-ls: 0.01em;

  --text-overline-size: 11px;
  --text-overline-weight: 600;
  --text-overline-lh: 1.4;
  --text-overline-ls: 0.08em;
}
