/* San Yama Ryu — brand token layer.
   Loaded AFTER the shared base stylesheet (/assets/css/styles.css) to set this
   brand's values. The base stylesheet ships SanYama's defaults, so this layer is
   currently identity; it is the canonical place to diverge SanYama's palette. */
:root {
  --red: #d11d2b;
  --red-dark: #9e131e;
  --red-glow: rgba(209, 29, 43, 0.45);
}
