/* Self-hosted fonts — same family as infohappyhour.com for a consistent look. */

/* Fraunces — variable (wght + opsz), Latin subset. Wordmark / numerals / English index. */
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:300 600;
  font-display:swap;
  src:url(./Fraunces-var.woff2) format('woff2');
}

/* Noto Sans SC — subsetted variable (Chinese glyphs). Display + text. */
@font-face{
  font-family:'Noto Sans SC';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url(./NotoSansSC-cjk.woff2) format('woff2');
}
