/* ============================================================
   USEReady — Fonts
   Brand typeface: AVENIR (proprietary; provided as Avenir.ttc).
   A .ttc collection exposes one face to the browser, so true
   per-weight rendering needs individual .woff2 files (flagged
   to the user). Montserrat is the closest geometric-humanist
   fallback and loads weights cleanly until those are supplied.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

@font-face {
  font-family: 'Avenir';
  src: url('../assets/fonts/Avenir.ttc');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
