/**
 * Estilos globales mínimos.
 * La identidad visual, layouts, Header y Footer se controlan desde Elementor Pro.
 */

html {
	scroll-behavior: smooth;
}

:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
