/* Conthrax (Typodermic / Ray Larabie) - self-hosted for Fowler Industries.
 * One @font-face per weight, all mapped to family "Conthrax" so Elementor's
 * weight control selects the right file. font-display:swap per DESIGN.md. */

@font-face{
  font-family:"Conthrax";
  src:url("fonts/conthrax-200.woff2") format("woff2");
  font-weight:200; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Conthrax";
  src:url("fonts/conthrax-300.woff2") format("woff2");
  font-weight:300; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Conthrax";
  src:url("fonts/conthrax-350.woff2") format("woff2");
  font-weight:350; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Conthrax";
  src:url("fonts/conthrax-400.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Conthrax";
  src:url("fonts/conthrax-600.woff2") format("woff2");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Conthrax";
  src:url("fonts/conthrax-700.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Conthrax";
  src:url("fonts/conthrax-800.woff2") format("woff2");
  font-weight:800; font-style:normal; font-display:swap;
}

/* ---- Application: configurator model name in Conthrax ----
   The configurator renders the model name as h1.fowler-po__intro-model
   (templates/product-options.php). Also cover the WC product title in case
   it's shown elsewhere.
   LICENSING: desktop-EULA font, pre-launch evaluation ONLY. Before public
   launch, buy a Fontspring Webfont license OR replace with outlined SVG/PNG. */
.fowler-po__intro-model,
h1.fowler-po__intro-model,
.single-product .product_title,
.single-product .elementor-widget-woocommerce-product-title h1 {
  font-family: "Conthrax", sans-serif !important;
}
