: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: #0b1116;
  --color-header: rgba(11, 17, 22, 0.94);
  --color-surface: #101820;
  --color-surface-strong: #16212a;
  --color-text: #f1f2ef;
  --color-body: #c4cbce;
  --color-muted: #a7b0b4;
  --color-subtle: #77858b;
  --color-accent: #a8d0dc;
  --color-accent-strong: #d4edf2;
  --color-on-accent: #0b1418;
  --color-border: rgba(184, 207, 214, 0.16);
  --color-border-strong: rgba(184, 207, 214, 0.28);
  --color-link-decoration: rgba(212, 237, 242, 0.42);
  --color-callout-text: #d5dadd;
  --color-focus: #d5f3f8;
  --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;
}
