:root {
  --radius: 3px;
  --font-sans: "Lexend", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Antonio", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: ui-serif, Georgia, "Times New Roman", serif;
  --font-mono: "Victor Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --ring-offset: 2px;
  --background: #ADACB6;
  --foreground: #000000;
  --card: #A6A5AE;
  --card-foreground: #000000;
  --popover: #A6A5AE;
  --popover-foreground: #000000;
  --primary: #780019;
  --primary-foreground: #FAF9FF;
  --secondary: #9E9CA8;
  --secondary-foreground: #000000;
  --muted: #9E9CA8;
  --muted-foreground: #3A3040;
  --accent: #813C00;
  --accent-foreground: #FAF9FF;
  --destructive: #790008;
  --destructive-foreground: #FAF9FF;
  --border: #908F99;
  --input: #908F99;
  --ring: #780019;
  --chart-1: #970022;
  --chart-2: #006368;
  --chart-3: #772E00;
  --chart-4: #006981;
  --chart-5: #7B003C;
  --sidebar: #A6A5AE;
  --sidebar-foreground: #000000;
  --sidebar-primary: #780019;
  --sidebar-primary-foreground: #FAF9FF;
  --sidebar-accent: #9E9CA8;
  --sidebar-accent-foreground: #000000;
  --sidebar-border: #908F99;
  --sidebar-ring: #780019;
}

.dark {
  --background: #29253E;
  --foreground: #FFFFFF;
  --card: #333239;
  --card-foreground: #FFFFFF;
  --popover: #333239;
  --popover-foreground: #FFFFFF;
  --primary: #E64954;
  --primary-foreground: #0D0C14;
  --secondary: #3E3D47;
  --secondary-foreground: #FFFFFF;
  --muted: #3E3D47;
  --muted-foreground: #B1A6BA;
  --accent: #EC8136;
  --accent-foreground: #0D0C14;
  --destructive: #DD574E;
  --destructive-foreground: #0D0C14;
  --border: #4C4B54;
  --input: #4C4B54;
  --ring: #E64954;
  --chart-1: #EA5E63;
  --chart-2: #009CA4;
  --chart-3: #EF712E;
  --chart-4: #008FAF;
  --chart-5: #F56C9B;
  --sidebar: #333239;
  --sidebar-foreground: #FFFFFF;
  --sidebar-primary: #E64954;
  --sidebar-primary-foreground: #0D0C14;
  --sidebar-accent: #3E3D47;
  --sidebar-accent-foreground: #FFFFFF;
  --sidebar-border: #4C4B54;
  --sidebar-ring: #E64954;
}

/* Keyboard focus. Zero specificity — override it with any plain selector. */
@layer base {
  :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: var(--ring-offset, 2px);
  }
}

/* Keyboard focus. Zero specificity — override it with any plain selector. */
@layer base {
  :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: var(--ring-offset, 2px);
  }
}