@font-face {
  font-family: "GT Pressura";
  font-weight: 300 900;
  font-stretch: 100% 150%;
  src: url("/assets/fonts/GT-Pressura-VF-subset.woff2") format("woff2");
  font-display: swap;
}

:root {
  --font-family: "GT Pressura", system-ui, sans-serif;
  font-family: var(--font-family);
  font-stretch: var(--font-stretch);
}
