.dark {
  --background: 30 17% 2% !important;
  --foreground: 30 5% 90% !important;
  --card: 30 17% 2% !important;
  --card-foreground: 30 5% 90% !important;
  --popover: 30 17% 2% !important;
  --popover-foreground: 30 5% 90% !important;
  --primary: 0 100% 29% !important;
  --primary-foreground: 0 0% 100% !important;
  --secondary: 30 17% 2% !important;
  --secondary-foreground: 30 5% 90% !important;
  --muted: 30 17% 2% !important;
  --muted-foreground: 30 5% 55% !important;
  --accent: 30 17% 2% !important;
  --accent-foreground: 30 5% 90% !important;
  --border: 30 10% 12% !important;
  --input: 30 10% 12% !important;
  --ring: 0 100% 29% !important;
}
:root {
  --primary: 0 100% 29% !important;
  --primary-foreground: 0 0% 100% !important;
  --ring: 0 100% 29% !important;
}
* { border-radius: 0 !important; }
.text-primary { color: #960000 !important; }
.dark a { color: #c41a1a !important; }
.dark a:hover { color: #960000 !important; }
