@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@400;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--bg2:#0e0e0e;--bg3:#141414;--bg4:#1a1a1a;--border:hsla(0,0%,100%,.07);--border2:hsla(0,0%,100%,.04);--amber:#e8a435;--amber2:#f0b84a;--amber-dim:rgba(232,164,53,.12);--text:#f0ede8;--text2:#94a3b8;--text3:#475569;--text4:#334155;--green:#4caf82;--green-dim:rgba(76,175,130,.12);--red:#ef4444;--red-dim:rgba(239,68,68,.1);--purple:#818cf8}body,html{background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased;height:100%;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.08);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.14)}