/* ═══════════════════════════════════════════════
   pental.css — Styles specific to /pental
   frontendneeded.com
   ═══════════════════════════════════════════════ */

   :root {
      --accent: #34d399;
      --accent-rgb: 52, 211, 153;
      --bg: #0a1610;
  }
  
  .site-nav {
      background: #071210;
  }
  
  .nav-dropdown-menu {
      background: #071210;
  }