:root {
  --brand: 225 29 72;
  --on-brand: 255 255 255;
  --font-family: Inter;
  --background: 248 250 252;
  --foreground: 15 23 42;
  --card: 255 255 255;
  --card-foreground: 15 23 42;
  --muted: 241 245 249;
  --muted-foreground: 100 116 139;
  --border: 226 232 240;
}
.dark {
  --brand: 225 29 72;
  --on-brand: 255 255 255;
  --font-family: Inter;
  --background: 15 23 42;
  --foreground: 226 232 240;
  --card: 30 41 59;
  --card-foreground: 226 232 240;
  --muted: 30 41 59;
  --muted-foreground: 148 163 184;
  --border: 51 65 85;
}
