@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@700&display=swap');

body {
  background-color: #f5f5f9 !important;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: #0a2342; /* azul oscuro, serio */
  margin-bottom: 1rem;
}
