@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  src: url('../assets/fonts/OpenSans.woff2') format('woff2');
}

body {
  background-image: none !important;
  background-color: rgb(230, 241, 244) !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 600;
}

.text-content {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 400;
}

.custom-text-blue {
  color: rgb(0, 109, 143);
}

.custom-text-blue:hover,
.custom-text-blue:active {
  color: rgb(0, 78, 102);
}
