@charset "UTF-8";
/* Add here all your css styles (customizations) */

html {
  font-size: 15px;
}

p {
    color: #1c1c1c;
  }


body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #2e2d2d;
  background-color: #fff;
}

/* Gray Colors */
.g-color-gray-dark-v4 {
  color: #2e2d2d !important;
}