/* ============================================================
   Octo Member — Custom brand fonts
   Drop the font files into assets/fonts/ with these exact names
   and they will activate automatically (otherwise a graceful
   fallback is used). See assets/fonts/README.txt.
   ============================================================ */

/* Kristolit 2.0 — classic display (headlines, statements) */
@font-face {
  font-family: "Kristolit 2.0";
  src: url("fonts/Kristolit-2.0.woff2") format("woff2"),
       url("fonts/Kristolit-2.0.woff")  format("woff"),
       url("fonts/Kristolit-2.0.ttf")   format("truetype"),
       url("fonts/Kristolit-2.0.otf")   format("opentype");
  font-weight: 400 800;
  font-display: swap;
}

/* Pofo — classic accent (eyebrows, quotes, editorial bits) */
@font-face {
  font-family: "Pofo";
  src: url("fonts/Pofo.woff2") format("woff2"),
       url("fonts/Pofo.woff")  format("woff"),
       url("fonts/Pofo.ttf")   format("truetype"),
       url("fonts/Pofo.otf")   format("opentype");
  font-weight: 400 700;
  font-display: swap;
}
