/* Shared base for every Impulse Arc page: the Avenir Next typeface, defined in
   one place. Link this on every page (<link rel="stylesheet" href="/base.css">)
   and do not redefine --font-sans per page, so the font is enforced centrally. */

@font-face {
  font-family: "Avenir Next"; font-weight: 500; font-style: normal; font-display: swap;
  src: url("/fonts/avenir-next-medium.woff2") format("woff2"), url("/fonts/avenir-next-medium.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("/fonts/avenir-next-bold.woff2") format("woff2"), url("/fonts/avenir-next-bold.woff") format("woff");
}
@font-face {
  font-family: "Avenir Next"; font-weight: 500; font-style: italic; font-display: swap;
  src: url("/fonts/avenir-next-medium-italic.woff2") format("woff2"), url("/fonts/avenir-next-medium-italic.woff") format("woff");
}

:root {
  --font-sans: "Avenir Next", "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
