:root {
  --background: 0 0% 100%;
  --foreground: 220 30% 12%;

  --card: 0 0% 100%;
  --card-foreground: 220 30% 12%;

  --popover: 0 0% 100%;
  --popover-foreground: 220 30% 12%;

  --primary: 352 72% 40%;
  --primary-foreground: 0 0% 100%;

  --secondary: 40 30% 96%;
  --secondary-foreground: 220 30% 12%;

  --muted: 220 14% 96%;
  --muted-foreground: 220 10% 46%;

  --accent: 352 72% 40%;
  --accent-foreground: 0 0% 100%;

  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;

  --border: 220 14% 90%;
  --input: 220 14% 90%;
  --ring: 352 72% 40%;

  --radius: 0.5rem;

  --crimson: 352 72% 40%;
  --crimson-foreground: 0 0% 100%;
  --crimson-dark: 352 72% 30%;
  --navy: 220 40% 13%;
  --navy-foreground: 0 0% 100%;
  --gold: 40 70% 50%;
  --gold-foreground: 220 30% 12%;
  --cream: 40 30% 97%;

  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 240 5.9% 10%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 217.2 91.2% 59.8%;
}

.dark {
  --background: 220 30% 6%;
  --foreground: 0 0% 95%;
  --card: 220 30% 10%;
  --card-foreground: 0 0% 95%;
  --popover: 220 30% 10%;
  --popover-foreground: 0 0% 95%;
  --primary: 352 72% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 220 20% 16%;
  --secondary-foreground: 0 0% 95%;
  --muted: 220 20% 16%;
  --muted-foreground: 220 10% 60%;
  --accent: 352 72% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 62% 30%;
  --destructive-foreground: 0 0% 100%;
  --border: 220 20% 20%;
  --input: 220 20% 20%;
  --ring: 352 72% 50%;
  --crimson: 352 72% 50%;
  --crimson-dark: 352 72% 40%;
  --navy: 220 40% 8%;
  --navy-foreground: 0 0% 95%;
  --gold: 40 70% 55%;
  --cream: 220 20% 12%;
  --sidebar-background: 240 5.9% 10%;
  --sidebar-foreground: 240 4.8% 95.9%;
  --sidebar-primary: 224.3 76.3% 48%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 240 3.7% 15.9%;
  --sidebar-accent-foreground: 240 4.8% 95.9%;
  --sidebar-border: 240 3.7% 15.9%;
  --sidebar-ring: 217.2 91.2% 59.8%;
}

* {
  border-color: hsl(var(--border));
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
}


