/* Generated by eidola-www (src/circadian.rs) — do not edit.
* The circadian palettes, ported from crates/eidola-gui/src/theme.rs.
* No-JS fallback: day-neutral, or night-neutral under
* prefers-color-scheme: dark. circadian.js picks the live palette. */
:root {
  --background: #ffffff;
  --foreground: #000000;
  --border: #d8d8d8;
  --muted: #fbfbfb;
  --muted-foreground: #586169;
  --surface: #fdfdfd;
  --surface-foreground: #191c1e;
  --primary: #566169;
  --link: #1e5478;
  --link-hover: #2a6a94;
  --selection: #4c6372;
  --secondary: #ececec;
  --secondary-foreground: #66615b;
  --accent-foreground: #615344;
  --scrollbar-thumb: #d8d8d8;
  --info: #3a6f8c;
  --success: #3f7d4a;
  --warning: #a3741a;
  --danger: #b3401a;
  --radius: 6px;
}
@media (prefers-color-scheme: dark) {
:root {
  --background: #15191e;
  --foreground: #ffffff;
  --border: #2c343d;
  --muted: #1b2026;
  --muted-foreground: #9e9e9e;
  --surface: #20262d;
  --surface-foreground: #d4d0c8;
  --primary: #c39669;
  --link: #c89e73;
  --link-hover: #d4ae87;
  --selection: #c39669;
  --secondary: #262d35;
  --secondary-foreground: #a89c88;
  --accent-foreground: #a89c88;
  --scrollbar-thumb: #4d5156;
  --info: #7fa4bf;
  --success: #7eae8a;
  --warning: #d2a45a;
  --danger: #d2664b;
  --radius: 8px;
}
}
:root[data-palette="day-cool"] {
  --background: #f8fafc;
  --foreground: #090b0f;
  --border: #cfd2d6;
  --muted: #f4f6f8;
  --muted-foreground: #5a6570;
  --surface: #f6f8fa;
  --surface-foreground: #20252b;
  --primary: #586570;
  --link: #24597e;
  --link-hover: #2f6d98;
  --selection: #4f6778;
  --secondary: #e2e5e8;
  --secondary-foreground: #676563;
  --accent-foreground: #62584e;
  --scrollbar-thumb: #cfd2d6;
  --info: #3e7290;
  --success: #437e53;
  --warning: #9f7627;
  --danger: #ad4627;
  --radius: 6px;
}
:root[data-palette="day-neutral"] {
  --background: #ffffff;
  --foreground: #000000;
  --border: #d8d8d8;
  --muted: #fbfbfb;
  --muted-foreground: #586169;
  --surface: #fdfdfd;
  --surface-foreground: #191c1e;
  --primary: #566169;
  --link: #1e5478;
  --link-hover: #2a6a94;
  --selection: #4c6372;
  --secondary: #ececec;
  --secondary-foreground: #66615b;
  --accent-foreground: #615344;
  --scrollbar-thumb: #d8d8d8;
  --info: #3a6f8c;
  --success: #3f7d4a;
  --warning: #a3741a;
  --danger: #b3401a;
  --radius: 6px;
}
:root[data-palette="day-warm"] {
  --background: #fdf9f6;
  --foreground: #110a05;
  --border: #d7d0cb;
  --muted: #f9f5f2;
  --muted-foreground: #626365;
  --surface: #fbf7f4;
  --surface-foreground: #282320;
  --primary: #606365;
  --link: #2c5773;
  --link-hover: #376b8d;
  --selection: #57656e;
  --secondary: #eae3de;
  --secondary-foreground: #6e6358;
  --accent-foreground: #6a5643;
  --scrollbar-thumb: #d7d0cb;
  --info: #467085;
  --success: #4b7d49;
  --warning: #a7741d;
  --danger: #b5451d;
  --radius: 6px;
}
:root[data-palette="night-cool"] {
  --background: #1b232e;
  --foreground: #e9eef4;
  --border: #303b49;
  --muted: #212935;
  --muted-foreground: #94989f;
  --surface: #252f3b;
  --surface-foreground: #c3c4c4;
  --primary: #b49170;
  --link: #b99879;
  --link-hover: #c3a68b;
  --selection: #b49170;
  --secondary: #2a3542;
  --secondary-foreground: #9d978b;
  --accent-foreground: #9d978b;
  --scrollbar-thumb: #4d555f;
  --info: #799ebc;
  --success: #78a68d;
  --warning: #c29e63;
  --danger: #c26756;
  --radius: 8px;
}
:root[data-palette="night-neutral"] {
  --background: #15191e;
  --foreground: #ffffff;
  --border: #2c343d;
  --muted: #1b2026;
  --muted-foreground: #9e9e9e;
  --surface: #20262d;
  --surface-foreground: #d4d0c8;
  --primary: #c39669;
  --link: #c89e73;
  --link-hover: #d4ae87;
  --selection: #c39669;
  --secondary: #262d35;
  --secondary-foreground: #a89c88;
  --accent-foreground: #a89c88;
  --scrollbar-thumb: #4d5156;
  --info: #7fa4bf;
  --success: #7eae8a;
  --warning: #d2a45a;
  --danger: #d2664b;
  --radius: 8px;
}
:root[data-palette="night-warm"] {
  --background: #272121;
  --foreground: #f5ebe7;
  --border: #3b393c;
  --muted: #2c2728;
  --muted-foreground: #9f9691;
  --surface: #302c2e;
  --surface-foreground: #cfc2b6;
  --primary: #c08f63;
  --link: #c4966b;
  --link-hover: #cfa47d;
  --selection: #c08f63;
  --secondary: #363335;
  --secondary-foreground: #a8947e;
  --accent-foreground: #a8947e;
  --scrollbar-thumb: #585252;
  --info: #849bae;
  --success: #83a480;
  --warning: #cd9b55;
  --danger: #cd6548;
  --radius: 8px;
}
