/* Generated by build.tsx from constants/Colors.ts. Do not edit. */
:root {
  --bg: #0D0D0F;
  --surface: #2C2C2E;
  --separator: #48484A;
  --text: #F3F5F7;
  --text-secondary: #98989E;
  --text-tertiary: #777777;
  --control-border: rgba(255,255,255,0.12);
}

@media (prefers-color-scheme: light) {
  :root {
    --bg: #FBFBFD;
    --surface: #FFFFFF;
    --separator: #C6C6C8;
    --text: #000000;
    --text-secondary: #8A8A8E;
    --text-tertiary: #8A8A8E;
    --control-border: #D8D8DC;
  }
}
