/* ===== Case (Variable) – self-hosted =====
   Place CaseVAR.woff2 and CaseVAR-Italic.woff2 under /wp-content/themes/YOUR-CHILD-THEME/fonts/
   If you uploaded to Media Library, replace the url(...) with the absolute URLs.
*/

/* Self-hosted Case (aliased to avoid collisions) */
@font-face{
  font-family: "CaseLocal";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/CaseVAR.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "CaseLocal";
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/CaseVAR-Italic.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

/* Global family token */
:root{
  --font-sans: "CaseLocal", system-ui, -apple-system, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}