/* RealViu Original — theme contract v1. These values reproduce the existing site.
 * All routes load this file through SiteStyles.astro.
 * Copy themes/template.css for a new look; change siteTheme.ts once to activate it. */
:root {
  --rv-ink: #121110;
  --rv-surface: #1b1918;
  --rv-bone: #f4f2f1;
  --rv-accent: #19b57a;
  --rv-on-accent: #08130e;
  --rv-assistance-bg: #eef4ff;
  --rv-deep-surface: #0f0e0d;
  --rv-image-ground: #0d0c0b;
  --rv-chat-surface: #262322;
  --rv-light-plate: #e2e0df;
  --rv-ticker-duration: 38s;
}
