/* ==========================================================================
   AlexForge — tokens.css
   Self-hosted fonts + palette tokens that Shopify's theme.liquid used to inject.
   Loaded AFTER base.css so these win. base.css already ships hard fallbacks for
   every colour/space token, so this file only adds the fonts and the per-SKU
   glow palette. url() paths resolve relative to this file (/assets/).
   ========================================================================== */
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(cinzel-latin.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(inter-latin.woff2) format("woff2");
}

:root {
  /* per-SKU glow palette. Green colourway is retired — it renders red
     site-wide (matches the live AlexForge theme), photos are unaffected. */
  --glow-purple: #8b5cf6;
  --glow-red: #e0322a;
  --glow-green: #e0322a;
}
