/* ============================================================
   Treantly brand fonts — self-hosted (latin subset).
   COPY of design-studio/brand/fonts.css with url()s rewritten
   to be relative to THIS file inside the child theme
   (./fonts/...). Faculty Glyphic = display/specialty,
   DM Sans = body + headings (variable 300–700, + italic).
   ============================================================ */

@font-face {
  font-family: 'Faculty Glyphic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/faculty-glyphic-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700; /* variable axis */
  font-display: swap;
  src: url('./fonts/dm-sans-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300 700; /* variable axis */
  font-display: swap;
  src: url('./fonts/dm-sans-italic-latin.woff2') format('woff2');
}
