@font-face{
  font-family:"Graphie";
  src:url("/wp-content/uploads/fonts/Graphie-Regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphie";
  src:url("/wp-content/uploads/fonts/Graphie-Italic.woff2") format("woff2");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:"Graphie";
  src:url("/wp-content/uploads/fonts/Graphie-SemiBold.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphie";
  src:url("/wp-content/uploads/fonts/Graphie-Bold.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphie";
  src:url("/wp-content/uploads/fonts/Graphie-ExtraBold.woff2") format("woff2");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}

/* Force WP + theme + gutenberg */
:root{
  --wp--preset--font-family--base: "Graphie", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --wp--preset--font-family--heading: "Graphie", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
body{
  font-family: var(--wp--preset--font-family--base);
}