:root {
  --primary: #0f1428;
  --primary-foreground: #ffffff;
  --secondary: #fff7db;
  --secondary-foreground: #0f1428;
  --accent: #fffbe6;
  --accent-foreground: #0f1428;
  --ring: #ffc700;
}

.dark {
  --primary: #ffc700;
  --primary-foreground: #0f1428;
  --secondary: #1a2138;
  --secondary-foreground: #fff7db;
  --accent: #11182e;
  --accent-foreground: #fff7db;
  --ring: #ffc700;
}
