/* Vambiant — Fonts
   Titles/display: Outfit (open source, Google Fonts) — matches the brand exactly.
   Body/copy: Helvetica Now (commercial, Monotype) — NOT redistributable, so this
   design system falls back to the platform Helvetica / Helvetica Neue / Arial
   stack, which is the closest neutral neo-grotesque available without licensing.
   Replace with self-hosted Helvetica Now @font-face rules when licensed. */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");

/* If/when Helvetica Now is licensed, drop the .woff2 files into assets/fonts/ and
   uncomment:

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../assets/fonts/HelveticaNowDisplay-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Text";
  src: url("../assets/fonts/HelveticaNowText-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
*/
