/**
 * Self-hosted webfonts (optional).
 * Place Inter and IBM Plex Sans Latin woff2 files in this folder, then uncomment @font-face blocks.
 * Without files, the theme uses the system stack defined in css/agency-2026.css.
 */

/*
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("ibm-plex-sans-latin.woff2") format("woff2");
}
*/
