/*
 * Tipografia comun de Ana Duran.
 * Se carga al final para unificar las plantillas historicas sin modificar
 * sus tamanos ni las fuentes tecnicas usadas por iconos y pictogramas.
 */
:root {
  --display: 'Montserrat', Arial, sans-serif;
  --sans: 'Montserrat', Arial, sans-serif;
  --landing-display: 'Montserrat', Arial, sans-serif;
  --landing-sans: 'Montserrat', Arial, sans-serif;
}

body,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, b, small, em, label, button, input, select, textarea, blockquote, q, cite, dt, dd, li, summary, legend, figcaption, th, td) {
  font-family: 'Montserrat', Arial, sans-serif !important;
}

body {
  font-weight: 300;
}

body :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 300 !important;
}

body :where(p, li, dd, dt, blockquote, q, cite, figcaption) {
  font-weight: 300;
}
