@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #1976d2;--primary-dark: #1565c0;--secondary: #9c27b0;--success: #2e7d32;--warning: #ed6c02;--error: #d32f2f;--background: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Helvetica,Arial,sans-serif;background-color:var(--background);min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.fc{font-family:Roboto,sans-serif}.fc-event{border-radius:4px;padding:2px 4px;font-size:.85rem}.fc-toolbar-title{font-size:1.25rem!important;font-weight:500!important}.custom-scrollbar{overflow-y:auto}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}
