/*
 * GENERATED by scripts/tokens.js from mobile/src/theme/tokens.css. Do not
 * edit: change the colour in the app's file and run `node scripts/tokens.js`
 * here (the test beside the script fails while this file is behind).
 */
:root {
  color-scheme: light dark;
  --color-background: #fafafa;
  --color-surface: #ffffff;
  --color-border: #e4e4e7;
  --color-foreground: #18181b;
  --color-muted: #52525b;
  --color-accent: #0e7490;
  --color-accent-foreground: #ffffff;
  --color-destructive: #dc2626;
  --color-destructive-foreground: #ffffff;
}

@media (prefers-color-scheme: dark) {
  :root {
  --color-background: #0b0b0f;
  --color-surface: #17171c;
  --color-border: #26262e;
  --color-foreground: #fafafa;
  --color-muted: #a1a1aa;
  --color-accent: #0891b2;
  --color-accent-foreground: #ffffff;
  --color-destructive: #f87171;
  --color-destructive-foreground: #450a0a;
  }
}
