/* Locally-hosted icon fonts (Unicons + Custom).
   The CDN versions are blocked by CORS when served from another origin,
   which made every icon render as a "tofu" box. Hosting them here fixes that. */
@font-face {
  font-family: Unicons;
  src: url("../fonts/unicons/Unicons.a82067f46a0f.woff2") format("woff2"),
       url("../fonts/unicons/Unicons.1010b1ef9be8.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: Custom;
  src: url("../fonts/custom/Custom.2e2db9a9fb8e.woff2") format("woff2"),
       url("../fonts/custom/Custom.bbff78c0ff36.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
