/* Aplica Sora a todo el sitio */
body, body *:not(svg):not([class*="icon"]) {
  font-family: 'Sora', sans-serif !important;
}


/* Reemplaza todo texto en #276650 por #004c40 */
*[style*="color:#276650"],
*[style*="color: #276650"] {
  color: #004c40 !important;
}
