/* Tipografía del sitio — auto-alojada para que cargue en todas las páginas.
   Pendiente de decisión: por ahora se mantiene Roboto, la que ya usaba el sitio. */
@font-face {
	font-family: 'Roboto';
	src: url('fuentes/Roboto.woff2') format('woff2-variations'), url('fuentes/Roboto.woff2') format('woff2');
	font-weight: 100 900; font-style: normal; font-display: swap;
}
:root { --lorca-tipo: 'Roboto', -apple-system, 'Segoe UI', system-ui, sans-serif; }
body, button, input, select, textarea, h1,h2,h3,h4,h5,h6, .nav-link, .btn, .widget-title,
.elementor-widget-container, .elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor { font-family: var(--lorca-tipo) !important; }
