/* ==========================================================================
   SALEPERU.PE - HOJA DE ESTILOS PRINCIPAL (AGREGADA)
   ========================================================================== */



/* ==========================================================================
   ESTILOS GENERALES ADICIONALES (SI APLICAN)
   ========================================================================== */

/* Controles de selección de texto */
::selection {
  background-color: var(--color-primary);
  color: var(--text-on-accent);
}

/* Scrollbar Personalizado Premium para Navegadores Modernos */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-body);
}

::-webkit-scrollbar-thumb {
  background: var(--text-tertiary);
  border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--text-secondary);
}
