/* ============================================
   EventCos Legacy Styles
   Migrated to use Design System Tokens
   Version: 2.0.0
   Last Updated: 2025-01-06
   ============================================ */

/* ==========================================
   Navigation Links
   ========================================== */
a.nav-link {
    font-weight: var(--font-bold) !important;
    font-size: 1.3em !important;
}

/* ==========================================
   Tables
   ========================================== */

/* Note: Main table styling is now in components.css
   These are legacy overrides that may need review */

.table thead th {
    font-weight: var(--font-bold) !important;
    border-top: 1px solid var(--border-primary) !important;
    border-bottom: 1px solid var(--border-primary) !important;
    border-right: 1px solid var(--border-primary) !important;
    border-left: 1px solid var(--border-primary) !important;
}

/* ==========================================
   Legacy Token Mappings
   (For backwards compatibility - will be removed in future)
   ========================================== */

:root {
    /* Map old tokens to new design system tokens */
    --bs-table-bg: var(--bg-secondary);
    --eventcos-border-color: var(--border-primary);
}
