@font-face {
  font-family: "General Sans Variable";
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
}

@font-face {
  font-family: "Switzer Variable";
  src: url("../fonts/Switzer-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-body: "General Sans Variable", "General Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Switzer Variable", "Switzer", "General Sans Variable", ui-sans-serif, system-ui, sans-serif;
  --weight-body: 400;
  --weight-body-strong: 500;
  --weight-ui: 600;
  --weight-ui-strong: 700;
  --weight-heading: 600;
  --weight-heading-strong: 700;
  --tracking-heading: -0.04em;
  --tracking-tight: -0.02em;
  --tracking-label: 0.06em;
}
