/* Self-hosted brand fonts, lifted from the original ARE WordPress theme so
   the rebuilt sites keep their genuine typography without a CDN dependency. */

@font-face {
  font-family: "Work Sans";
  src: url("fonts/WorkSans-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Song Myung";
  src: url("fonts/SongMyung-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Northern Chalk";
  src: url("fonts/Northern-Chalk.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
