/* The engine's base stylesheet, served by the host's Propshaft and linked
   first by the kit layout (decision 30).

   Defaults for §8's semantic design tokens. The values mirror the contract's
   monochrome defaults (decision 27c) so an unstyled page is legible; the
   cascade is kit defaults → theme stylesheet → per-tenant <style> overrides
   emitted by the layout from site settings — later wins. Theme-static tokens
   (font, radius) join this vocabulary when the first theme varies them. */

:root {
  --brand-colour: #000000;
  --accent-colour: #4b5563;
}
