html, html.light, html.dark, :root {
  color-scheme: dark !important;
  --background: #090a0c;
  --foreground: #f6f1e8;
  --card: #12141a;
  --card-foreground: #f6f1e8;
  --popover: #12141a;
  --popover-foreground: #f6f1e8;
  --primary: #e2b56a;
  --primary-foreground: #1a1408;
  --secondary: #1a1c22;
  --secondary-foreground: #f6f1e8;
  --muted: #1a1c22;
  --muted-foreground: #a39b8e;
  --accent: #1c1914;
  --accent-foreground: #f6f1e8;
  --border: rgba(246, 241, 232, .12);
  --input: rgba(246, 241, 232, .12);
  --ring: #e2b56a;
  --sidebar: #0c0d10;
  --sidebar-foreground: #f6f1e8;
  --sidebar-primary: #e2b56a;
  --sidebar-primary-foreground: #1a1408;
  --sidebar-accent: #16140f;
  --sidebar-accent-foreground: #f6f1e8;
  --sidebar-border: rgba(246, 241, 232, .1);
  --sidebar-ring: #e2b56a;
}
html, body, #root {
  background: #090a0c !important;
  color: #f6f1e8;
}
::selection { background: rgba(226, 181, 106, .28); }
