/* ==========================================================================
   Fonts — WMC Base (self-hosted)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Brown Std — heading (bold) + body (light)
   Both declared under the same family name; weight drives file selection.
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Brown Std";
  src: url("../fonts/brownstd-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brown Std";
  src: url("../fonts/brownstd-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* --------------------------------------------------------------------------
   Heavitas — display / special use only
   -------------------------------------------------------------------------- */
@font-face {
  font-family: "Heavitas";
  src: url("../fonts/heavitas.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
