/* Yugen Portal — overrides minimas sobre Tailwind */

html, body {
  background: #1F3D24;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(184, 153, 104, 0.4);
  color: #F0EBE0;
}

/* Scrollbar discreto */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #15291A; }
::-webkit-scrollbar-thumb { background: rgba(240, 235, 224, 0.15); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: rgba(240, 235, 224, 0.25); }
