@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";:root{--background: #ffffff;--foreground: #09090f;--card: #f6f6f9;--card-foreground: #09090f;--primary: #2355e8;--primary-foreground: #ffffff;--secondary: #ebebf0;--secondary-foreground: #09090f;--muted: #f0f0f5;--muted-foreground: #6b6b7e;--accent: #2355e8;--accent-foreground: #ffffff;--border: #e2e2ea;--ring: #2355e8;--radius: 2px;--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", "Geist Mono", monospace}.dark{--background: #0b0b11;--foreground: #ededf2;--card: #14141c;--card-foreground: #ededf2;--primary: #4070ff;--primary-foreground: #ffffff;--secondary: #1c1c27;--secondary-foreground: #ededf2;--muted: #18181f;--muted-foreground: #8888a0;--accent: #4070ff;--accent-foreground: #ffffff;--border: #25252f;--ring: #4070ff;--radius: 2px}*{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);margin:0;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}input,select,textarea{font-family:var(--font-sans)}
