/* Shared design tokens for standalone pages that don't load sidebar.css
   (the landing page, credits page, and auto-generated subject pages).
   Same brand palette as sidebar.css's :root, kept in sync manually since
   these pages don't share its sidebar/layout component styles. */
:root {
  --blue: #185FA5;
  --blue-dark: #0f4a82;
  --blue-light: #E6F1FB;
  --blue-mid: #c8dff5;
  --text: #1a1a2e;
  --muted: #5a6a7e;
  --border: #dde6f0;
  --white: #ffffff;
  --green: #16a34a;
  --red: #dc2626;
}
