/* ===================================================================
   COMPONENTS/INTERACTIVE.CSS
   Interactive Elements (Links, Dropdowns, etc.)
   =================================================================== */
/* ===== 3. INTERACTIVE ELEMENTS ===== */

/* ----- 3.1 Dropdown Menus ----- */
/* NOTE: ALL dropdown styles moved to components/header.css */

/* ----- 3.2 Links ----- */
a {
    color: var(--primary-color, #0088cc);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #00a8ff;
}
    color: #00a1f2;
    text-decoration: underline;
}



