@import url("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;0,9..40,800;1,9..40,400&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#efefea;--foreground:#111;--accent:#f0c040;--card-light:#fff;--card-dark:#111}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#999}@layer utilities{.text-balance{text-wrap:balance}.card,.card-dark,.text-kpi{@apply bg-[#111111] text-white rounded-[16px] p-5}}