:root {
  --radius: 0px;
  --font-sans: "Roboto Condensed", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Bebas Neue", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: ui-serif, Georgia, "Times New Roman", serif;
  --font-mono: "Roboto Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --ring-offset: 1px;
  --background: #BEBEB9;
  --foreground: #000000;
  --card: #B0AFAB;
  --card-foreground: #000000;
  --popover: #B0AFAB;
  --popover-foreground: #000000;
  --primary: #C2A200;
  --primary-foreground: #0E0D09;
  --secondary: #A0A09A;
  --secondary-foreground: #000000;
  --muted: #A0A09A;
  --muted-foreground: #38362C;
  --accent: #1E4E2E;
  --accent-foreground: #FBFAF6;
  --destructive: #B6322D;
  --destructive-foreground: #FBFAF6;
  --border: #95948F;
  --input: #95948F;
  --ring: #000000;
  --chart-1: #AD9000;
  --chart-2: #8CA723;
  --chart-3: #3CA24F;
  --chart-4: #DF8E0D;
  --chart-5: #CB5E2B;
  --sidebar: #B0AFAB;
  --sidebar-foreground: #000000;
  --sidebar-primary: #C2A200;
  --sidebar-primary-foreground: #0E0D09;
  --sidebar-accent: #A0A09A;
  --sidebar-accent-foreground: #000000;
  --sidebar-border: #95948F;
  --sidebar-ring: #000000;
}

.dark {
  --background: #201F1B;
  --foreground: #F7F6ED;
  --card: #2B2A26;
  --card-foreground: #F7F6ED;
  --popover: #2B2A26;
  --popover-foreground: #F7F6ED;
  --primary: #DFBB00;
  --primary-foreground: #0E0D08;
  --secondary: #383731;
  --secondary-foreground: #F7F6ED;
  --muted: #383731;
  --muted-foreground: #A3A196;
  --accent: #6DB07F;
  --accent-foreground: #0E0D08;
  --destructive: #FFA096;
  --destructive-foreground: #0E0D08;
  --border: #484741;
  --input: #484741;
  --ring: #DFBB00;
  --chart-1: #D5B200;
  --chart-2: #9CB92D;
  --chart-3: #6ED97E;
  --chart-4: #E08D00;
  --chart-5: #FFAE8D;
  --sidebar: #2B2A26;
  --sidebar-foreground: #F7F6ED;
  --sidebar-primary: #DFBB00;
  --sidebar-primary-foreground: #0E0D08;
  --sidebar-accent: #383731;
  --sidebar-accent-foreground: #F7F6ED;
  --sidebar-border: #484741;
  --sidebar-ring: #DFBB00;
}

/* 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);
  }
}