@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";@import"./tokens.css";:root{--color-navy: #1B3A5C;--color-teal: #1A7A6E;--color-amber: #D97706;--color-gray-50: #F9FAFB;--color-gray-100: #F3F4F6;--color-gray-200: #E5E7EB;--color-gray-300: #D1D5DB;--color-gray-400: #9CA3AF;--color-gray-600: #4B5563;--color-gray-900: #111827;--text-primary: #111827;--text-secondary: #4B5563;--text-tertiary: #6B7280;--text-muted: #9CA3AF;--text-hint: #9CA3AF;--text-disabled: #D1D5DB;--text-on-dark: #ffffff;--text-on-dark-muted: rgba(255,255,255,.6);--color-success: #059669;--color-warning: #D97706;--color-error: #DC2626;--color-info: #2563EB;--color-accent-tenderiq: #2563EB;--color-accent-meetiq: #7C3AED;--color-accent-invoiceiq: #059669;--color-accent-hireiq: #D97706;--font-display: "DM Sans", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace;--text-display-lg: 2.25rem;--text-display-md: 1.875rem;--text-heading-lg: 1.5rem;--text-heading-md: 1.25rem;--text-heading-sm: 1.125rem;--text-body-lg: 1rem;--text-body-md: .875rem;--text-body-sm: .75rem;--text-label: .875rem;--text-mono: .875rem;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-tight: 1.2;--leading-snug: 1.3;--leading-normal: 1.4;--leading-relaxed: 1.5;--leading-loose: 1.6;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .07), 0 2px 4px -1px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -2px rgb(0 0 0 / .04);--sidebar-width: 240px;--topnav-height: 56px;--content-max-width: 1280px;--content-padding-desktop: 32px;--content-padding-mobile: 16px;--transition-fast: 80ms ease;--transition-base: .15s ease;--transition-slow: .2s ease-out;--transition-sidebar: .2s ease-out}@ @tailwind base; @tailwind components; @tailwind utilities; *,*::before,*::after{box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--color-gray-50);color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,h4,h5,h6{font-family:DM Sans,sans-serif}code,pre,.mono{font-family:JetBrains Mono,monospace}
