/* Real Next Health typography, copied from nexthealth-v2/assets/fonts/.
   Fjalla One for headings, Lato for body. These are the faces the live site
   actually loads, self-hosted rather than pulled from Google. Latin subset. */

@font-face{
  font-family:'Fjalla One';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('./FjallaOne-400.woff2') format('woff2');
}
@font-face{
  font-family:'Lato';
  font-style:normal; font-weight:300; font-display:swap;
  src:url('./Lato-300.woff2') format('woff2');
}
@font-face{
  font-family:'Lato';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('./Lato-400.woff2') format('woff2');
}
@font-face{
  font-family:'Lato';
  font-style:normal; font-weight:700; font-display:swap;
  src:url('./Lato-700.woff2') format('woff2');
}
