:root {
  color-scheme: dark;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  --color-bg: #050a10;
  --color-header: rgba(5, 10, 16, 0.94);
  --color-surface: #0d1826;
  --color-surface-strong: #13243a;
  --color-text: #e0f7ff;
  --color-body: #a8c4d5;
  --color-muted: #7090a2;
  --color-subtle: #5c7b8f;
  --color-accent: #00a3ff;
  --color-accent-strong: #b4ecff;
  --color-on-accent: #031224;
  --color-border: rgba(0, 224, 255, 0.2);
  --color-border-strong: rgba(0, 224, 255, 0.34);
  --color-link-decoration: rgba(176, 240, 255, 0.34);
  --color-callout-text: #d5f4ff;
  --color-focus: #d3f5ff;
  --brand-visual-aspect: 1;
  --brand-visual-radius: 22%;
  --brand-visual-fit: cover;
  --brand-visual-position: center;
  --brand-visual-scale: 1;
  --brand-visual-mobile-width: 7rem;
  --brand-visual-desktop-width: 7rem;
}
