/** Add your extra/custom CSS classes below */
/* Fuente distinta solo para títulos */

@import url('https://fonts.googleapis.com/css2?family=Jacquard+12+Charted&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: "Jacquard 12 Charted", system-ui;
  font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 color: #0033f1;
}
      
    
    
