@charset "UTF-8";
/* CSS Document */

body {
  background-color: #eaf2f2 !important;
  color: #212529 !important;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: -0.1px;
}

h1, h3 {
    letter-spacing: -0.5px;
}

p, span {
  font-weight: 400; 
}

a {
  color: unset !important; 
}

ul {
  list-style: disc;
}