/* ══════════════════════════════════
   VARIABLES GLOBALES
   Compartidas por index.html y portfolio.html
   ══════════════════════════════════ */

:root {
        --accent: #e8ff47;
        --accent-dark: #b8cc00;
        --bg: #0d0d0d;
        --surface: #161616;
        --surface2: #1e1e1e;
        --text: #f0f0f0;
        --muted: #888;
        --border: #2a2a2a;
}