/* Self-hosted fonts matching the Wix site.
   Questrial = Wix headings/logo/footer. Roboto Thin = body paragraph.
   Mulish = free stand-in for Avenir LT 35 Light (Wix nav). */

@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../images/fonts/Questrial-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../images/fonts/Roboto-100.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('../images/fonts/Mulish-300.woff2') format('woff2');
}
