/* Thomas Elliott design system: Option A (warm navy, restrained gold) */
body.te-option-a.te-ds {
  --te-bg-page: #0a1018;
  --te-bg-elevated: #121b26;
  --te-bg-card: #161f2c;
  --te-text: rgba(248, 246, 242, 0.92);
  --te-text-muted: rgba(248, 246, 242, 0.62);
  --te-accent: #c9a961;
  --te-accent-soft: rgba(201, 169, 97, 0.35);
  --te-line: rgba(248, 246, 242, 0.12);
  --te-shadow-warm: rgba(201, 169, 97, 0.18);
  --te-font-display: "Cormorant Garamond", "Times New Roman", serif;
  --te-font-body: "Source Sans 3", system-ui, sans-serif;
  --te-radius-sm: 6px;
  --te-radius-md: 12px;
  --te-space-xs: 0.35rem;
  --te-space-sm: 0.75rem;
  --te-space-md: 1.25rem;
  --te-space-lg: 2rem;
  --te-space-xl: 3.5rem;
  --te-max-read: 38rem;
}
