/* Webfonts.
   Open Sans is self-hosted from the variable files the client supplied
   (assets/fonts/) — it is the typeface of the relaunch site, condensed widths
   included (wdth 75–100, wght 300–800).
   SUBSTITUTION: Helvetica Neue LT Pro (45 Light / 75 Bold / 77 Bold Cond / 95 Black)
   is not freely licensable — Archivo stands in on the legacy/print specimens.
   See readme.md → Visual foundations. */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;700;900&family=Source+Sans+3:wght@300;400;600&family=Poppins:wght@400;600&display=swap');

@font-face{font-family:"Open Sans";src:url("../assets/fonts/OpenSans-Variable.ttf") format("truetype");font-weight:300 800;font-stretch:75% 100%;font-style:normal;font-display:swap}
@font-face{font-family:"Open Sans";src:url("../assets/fonts/OpenSans-Italic-Variable.ttf") format("truetype");font-weight:300 800;font-stretch:75% 100%;font-style:italic;font-display:swap}
