/*
 * NeuroNest shared design tokens.
 *
 * Holds values that are genuinely universal across the deep-dive
 * pages (sleep, focus, calm, adhd, learn-more). Each page still owns
 * its own :root for page-specific theming — backgrounds, accent
 * colours, and channel-specific tokens.
 *
 * If a token below ever needs to differ on a single page, redefine
 * it in that page's local :root — the cascade will let the local
 * value win because the inline <style> is loaded after this file.
 */
:root {
  --text-0: #f0ede8;
  --text-1: #a8a49e;
  --text-2: #666260;
  --line: rgba(255, 255, 255, 0.06);
  --max: 1160px;
  --measure: 720px;
}
