:root {
  color-scheme: light;
  --colorAppBackground: #fcfcfc;
  --colorNeutral000: #f4f4f5;
  --colorNeutral100: #e4e4e7;
  --colorNeutral200: #d4d4d8;
  --colorNeutral300: #a1a1aa;
  --colorNeutral400: #71717a;
  --colorNeutral500: #52525b;
  --colorNeutral600: #3f3f46;
  --colorNeutral700: #27272a;
  --colorNeutral800: #18181b;
}
body {
  color: #000c12;
}
