/* SupremeFX brand layer.
   Loaded last so it wins over the compiled stylesheet without editing it.
   The accent colour itself was substituted at source (#e54f38 -> #FF4755). */

:root {
  --sfx-red: #FF4755;          /* SupremeFX Red, CMYK 0/82/55/0 */
  --sfx-red-dark: #E03A47;     /* hover / pressed */
}

/* TYPEFACE: deliberately not overridden. Elian, 2026-09-06: "you can keep
   original font no problem btw". The theme's own stack is `Inter, sans-serif`
   over Tailwind's system stack, and it makes NO request to Google -- Inter is
   named, not fetched, so it falls back to the machine's own sans-serif. So
   keeping the original costs nothing in privacy and nothing in egress.
   DM Sans is still vendored at /static/vendor/dm-sans.css and is still what
   the base (non-theme) templates link, because that link replaced the Google
   Fonts call they used to carry. Do not re-add a font-family rule here unless
   he asks: it would override the theme everywhere for no reason. */

/* Upstream's help buttons link to the vendor's blog. DOC_BASE_URL is empty so
   nothing would load; hide them rather than leave a dead control on screen. */
[data-doc-url] { display: none !important; }
