@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--font-sans:"Inter", system-ui, sans-serif;--color-app-bg:oklch(95% .012 260);--color-surface:oklch(99% .002 260);--color-surface-muted:oklch(97% .004 260);--color-surface-subtle:oklch(96% .006 260);--color-border:oklch(93% .006 260);--color-border-strong:oklch(88% .006 260);--color-text:oklch(20% .01 260);--color-text-muted:oklch(50% .01 260);--color-text-subtle:oklch(55% .01 260);--color-accent:oklch(58% .11 200);--color-accent-hover:oklch(50% .11 200);--color-accent-bg:oklch(93% .03 200);--color-success:oklch(55% .14 150);--color-success-bg:oklch(93% .05 150);--color-warning:oklch(55% .16 30);--color-warning-bg:oklch(93% .04 30);--color-teletravail:oklch(50% .16 320);--color-teletravail-bg:oklch(93% .05 320);--color-sidebar-bg:oklch(18% .02 265);--color-sidebar-text-muted:oklch(55% .02 265);--color-sidebar-item-hover:oklch(26% .02 265);--radius-lg:16px;--radius-md:14px;--radius-sm:10px;--radius-pill:20px;--shadow-card:0 20px 60px #14193229;--shadow-accent:0 6px 16px oklch(58% .19 265/.3)}*{box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-app-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:8px}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}
