@font-face {
  font-family: "AB Sans";
  src: url("../fonts/ABSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --display: "AB Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "AB Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--body);
  font-synthesis: none;
}
