/* ============================================
   IT PORTAL - Style Overrides
   ============================================

   This file contains IT-specific style customizations.
   Base styles come from definitions.css and components.css.

   Accent Color: #2563eb (Blue)
   ============================================ */

/* Portal-specific CSS variables */
[data-portal="IT"] {
    --portal-accent: #2563eb;
    --portal-accent-hover: #1d4ed8;
    --portal-accent-light: rgba(37, 99, 235, 0.1);
}

/* Add IT-specific overrides below as needed */
