/* ============================================================
   Treantly brand fonts — self-hosted (latin subset) for offline
   rendering and reliable PDF embedding via Puppeteer.
   Source: Google Fonts. Faculty Glyphic = display/headings,
   DM Sans = body (variable, weights 300–700, + italic).
   url()s resolve relative to THIS file (brand/), so they work
   no matter where the consuming HTML lives.
   ============================================================ */

@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');
}
