@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--navy: #0A1F44;--navy-light: #132a5c;--navy-dark: #061530;--orange: #E8440A;--orange-hover: #cf3c09;--amber: #F2A900;--steel: #7B8BA3;--steel-light: #a4b2c6;--bg: #F7F8FA;--surface: #FFFFFF;--surface-2: #EEF0F4;--border: #DDE1E9;--border-light: #EBEEF3;--text-primary: #0A1F44;--text-secondary: #4A5568;--text-muted: #7B8BA3;--text-on-dark: #FFFFFF;--text-on-orange: #FFFFFF;--status-interview: #7B8BA3;--status-onboarding: #3B82F6;--status-training: #8B5CF6;--status-active: #10B981;--status-warning: #F2A900;--status-exit: #EF4444;--font-display: "DM Sans", system-ui, sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 3px rgba(10,31,68,.08);--shadow: 0 2px 8px rgba(10,31,68,.1);--shadow-lg: 0 8px 24px rgba(10,31,68,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--bg);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-body);font-size:14px}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--steel)}
