@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #0e1117;--surface: #161b26;--surface2: #1e2535;--surface3: #252e42;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.13);--text: #e8e6df;--muted: #7a8099;--muted2: #565c73;--accent: #c8a96e;--accent2: #e8c98a;--red: #e05a5a;--green: #5ab88a;--blue: #5a8fe0;--amber: #e0a85a;--purple: #a05ae0}[data-theme=light]{--bg: #eaecf0;--surface: #ffffff;--surface2: #e4e7ed;--surface3: #d6dae3;--border: rgba(0,0,0,.14);--border2: rgba(0,0,0,.24);--text: #10131a;--muted: #454b5c;--muted2: #767c8c;--accent: #8a6620;--accent2: #6e5119;--red: #b8342f;--green: #227a50;--blue: #2d5db0;--amber: #9c6414;--purple: #6a2fb0}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.font-serif{font-family:"DM Serif Display",serif}
