/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Tipografía base del sitio */
body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
}



.text-gradient {
  background: linear-gradient(90deg, #0051BA, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  font-family: Source Sans Pro,sans-serif!important;
}

.to-break-word *{
  overflow-wrap: break-word!important;
  hyphens: auto!important;
}

p, li, lu {
  font-family:'Inter;
}