:root {
  --radius: 6px;
  --font-sans: "Geologica", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Geologica", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: ui-serif, Georgia, "Times New Roman", serif;
  --font-mono: "B612 Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --ring-offset: 2px;
  --background: #A2B9B9;
  --foreground: #000000;
  --card: #A0AEAD;
  --card-foreground: #000000;
  --popover: #A0AEAD;
  --popover-foreground: #000000;
  --primary: #430769;
  --primary-foreground: #F1FDFD;
  --secondary: #92A4A4;
  --secondary-foreground: #000000;
  --muted: #92A4A4;
  --muted-foreground: #213B37;
  --accent: #73482D;
  --accent-foreground: #F1FDFD;
  --destructive: #600005;
  --destructive-foreground: #F1FDFD;
  --border: #879797;
  --input: #879797;
  --ring: #430769;
  --chart-1: #582C7E;
  --chart-2: #5A4B00;
  --chart-3: #6E1147;
  --chart-4: #006162;
  --chart-5: #621F00;
  --sidebar: #A0AEAD;
  --sidebar-foreground: #000000;
  --sidebar-primary: #430769;
  --sidebar-primary-foreground: #F1FDFD;
  --sidebar-accent: #92A4A4;
  --sidebar-accent-foreground: #000000;
  --sidebar-border: #879797;
  --sidebar-ring: #430769;
}

.dark {
  --background: #103030;
  --foreground: #FFFFFF;
  --card: #303636;
  --card-foreground: #FFFFFF;
  --popover: #303636;
  --popover-foreground: #FFFFFF;
  --primary: #B07EE1;
  --primary-foreground: #070F0F;
  --secondary: #3A4343;
  --secondary-foreground: #FFFFFF;
  --muted: #3A4343;
  --muted-foreground: #99B4AE;
  --accent: #DBA98B;
  --accent-foreground: #070F0F;
  --destructive: #EF675D;
  --destructive-foreground: #070F0F;
  --border: #495151;
  --input: #495151;
  --ring: #B07EE1;
  --chart-1: #B285DF;
  --chart-2: #AC9207;
  --chart-3: #E480B0;
  --chart-4: #009FA0;
  --chart-5: #F38D67;
  --sidebar: #303636;
  --sidebar-foreground: #FFFFFF;
  --sidebar-primary: #B07EE1;
  --sidebar-primary-foreground: #070F0F;
  --sidebar-accent: #3A4343;
  --sidebar-accent-foreground: #FFFFFF;
  --sidebar-border: #495151;
  --sidebar-ring: #B07EE1;
}

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