/* Haas Grotesk / Haas Groot Disp are Airtable-licensed and were NOT provided with the
   source material. Inter (variable, incl. optical-size axis) is the documented substitute.
   Swap the @import below for local @font-face rules if the Haas binaries become available. */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300..700&display=swap");

:root {
  /* Display: Haas Groot Disp -> Inter tightened via --leading-* tokens */
  --font-display: "Haas Groot Disp", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  /* Text: Haas Grotesk -> Inter */
  --font-text: "Haas", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  /* Pricing sub-system dialect: Inter Display at mid-weights */
  --font-pricing: "Inter Display", "Inter", system-ui, -apple-system, sans-serif;
}
