@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;600&family=Montserrat:wght@400;600&family=DM+Sans:wght@400;600&family=Space+Grotesk:wght@400;600&family=Playfair+Display:wght@400;600&display=swap";:root{--brand: #1D9E75;--brand-dark: #0F6E56;--brand-light: rgba(29, 158, 117, .12);--purple: #534AB7;--purple-light: rgba(83, 74, 183, .12);--amber: #BA7517;--amber-light: rgba(186, 117, 23, .12);--red: #A32D2D;--red-light: rgba(163, 45, 45, .12);--bg: #ffffff;--bg2: #f5f5f3;--bg3: #ebebeb;--text: #1a1a1a;--muted: #6b6b6b;--border: rgba(0, 0, 0, .1);--border2: rgba(0, 0, 0, .18);--font: "Inter", system-ui, sans-serif;--font-size: 13px;--radius: 10px;--radius-lg: 14px}.dark{--bg: #18181b;--bg2: #27272a;--bg3: #3f3f46;--text: #f4f4f5;--muted: #a1a1aa;--border: rgba(255, 255, 255, .1);--border2: rgba(255, 255, 255, .18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);font-size:var(--font-size);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;transition:background .25s,color .25s}input,select,textarea,button{font-family:var(--font);font-size:var(--font-size)}.bg-surface{background:var(--bg)}.bg-surface-2{background:var(--bg2)}.text-primary{color:var(--text)}.text-muted{color:var(--muted)}.text-brand{color:var(--brand)}.text-brand-dark{color:var(--brand-dark)}.border-default{border:.5px solid var(--border)}.border-strong{border:.5px solid var(--border2)}.rounded-app{border-radius:var(--radius)}.rounded-app-lg{border-radius:var(--radius-lg)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}
