/* Official family and weights: see docs/design.md. Files are served locally. */
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/LabGrotesque-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/LabGrotesque-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/LabGrotesque-Bold.woff2") format("woff2");
}
:root {
  --brand-font: "Lab Grotesque", Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
