| 1 | /* theme: solarized-light */ |
| 2 | :root{ |
| 3 | --bg:#fdf6e3;--bg-soft:#eee8d5;--surface:#ffffff;--surface-2:#f5efd7; |
| 4 | --border:rgba(88,110,117,.2);--border-strong:rgba(88,110,117,.4); |
| 5 | --text-1:#073642;--text-2:#586e75;--text-3:#93a1a1; |
| 6 | --accent:#268bd2;--accent-2:#2aa198;--accent-3:#d33682; |
| 7 | --good:#859900;--warn:#b58900;--bad:#dc322f; |
| 8 | --grad:linear-gradient(135deg,#268bd2,#2aa198 50%,#859900); |
| 9 | --grad-soft:linear-gradient(135deg,#fdf6e3,#eee8d5); |
| 10 | --radius:10px;--radius-sm:6px;--radius-lg:16px; |
| 11 | --shadow:0 6px 20px rgba(88,110,117,.14); |
| 12 | --shadow-lg:0 18px 50px rgba(88,110,117,.24); |
| 13 | --font-sans:'Inter','Noto Sans SC',sans-serif; |
| 14 | } |
| 15 |