:root {
  --radius: 3px;
  --font-sans: "Libre Baskerville", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Libre Baskerville", ui-serif, Georgia, "Times New Roman", serif;
  --font-serif: "Libre Baskerville", ui-serif, Georgia, "Times New Roman", serif;
  --font-mono: "Oxygen Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --ring-offset: 2px;
  --background: #EBE0D1;
  --foreground: #201B14;
  --card: #EBD6BC;
  --card-foreground: #201B14;
  --popover: #EBD6BC;
  --popover-foreground: #201B14;
  --primary: #008C57;
  --primary-foreground: #150B01;
  --secondary: #E8CBA8;
  --secondary-foreground: #201B14;
  --muted: #E8CBA8;
  --muted-foreground: #5E574B;
  --accent: #614C64;
  --accent-foreground: #FFF9F2;
  --destructive: #B6322D;
  --destructive-foreground: #FFF9F2;
  --border: #D4BB9C;
  --input: #D4BB9C;
  --ring: #008C57;
  --chart-1: #008854;
  --chart-2: #0087A4;
  --chart-3: #6B59B3;
  --chart-4: #C35A7A;
  --chart-5: #7D5E00;
  --sidebar: #EBD6BC;
  --sidebar-foreground: #201B14;
  --sidebar-primary: #008C57;
  --sidebar-primary-foreground: #150B01;
  --sidebar-accent: #E8CBA8;
  --sidebar-accent-foreground: #201B14;
  --sidebar-border: #D4BB9C;
  --sidebar-ring: #008C57;
}

.dark {
  --background: #1D1307;
  --foreground: #E4DFD7;
  --card: #241D16;
  --card-foreground: #E4DFD7;
  --popover: #241D16;
  --popover-foreground: #E4DFD7;
  --primary: #67ECA7;
  --primary-foreground: #140B03;
  --secondary: #30271C;
  --secondary-foreground: #E4DFD7;
  --muted: #30271C;
  --muted-foreground: #969086;
  --accent: #9F88A2;
  --accent-foreground: #140B03;
  --destructive: #FFBAB2;
  --destructive-foreground: #140B03;
  --border: #3C342A;
  --input: #3C342A;
  --ring: #67ECA7;
  --chart-1: #67DA9D;
  --chart-2: #19C9F2;
  --chart-3: #C7BFFF;
  --chart-4: #F385A4;
  --chart-5: #F7C859;
  --sidebar: #241D16;
  --sidebar-foreground: #E4DFD7;
  --sidebar-primary: #67ECA7;
  --sidebar-primary-foreground: #140B03;
  --sidebar-accent: #30271C;
  --sidebar-accent-foreground: #E4DFD7;
  --sidebar-border: #3C342A;
  --sidebar-ring: #67ECA7;
}

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