/* Brand faces, served from the plugin so they survive a theme change. */
@font-face{
  font-family:'Calder';
  src:url('../fonts/Calder-LC.ttf') format('truetype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Articulat CF';
  src:url('../fonts/ArticulatCF-Normal.otf') format('opentype');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Articulat CF';
  src:url('../fonts/ArticulatCF-Medium.otf') format('opentype');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Articulat CF';
  src:url('../fonts/ArticulatCF-Bold.otf') format('opentype');
  font-weight:700; font-style:normal; font-display:swap;
}
