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

body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #3A424A;
}

button {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 120%;
}

h2 {
  font-size: 40px;
  line-height: 54px;
}

h3 {
  font-size: 32px;
  line-height: 44px;
}

h4 {
  font-size: 24px;
  line-height: 33px;
}

h5 {
  font-size: 18px;
  line-height: 25px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

p {
  font-family: 'Open Sans', sans-serif;
}

.text-brand {
  color: #4048ef;
}

.text-dark-brand {
  color: #113260;
}

.text {
  color: #3a424a;
}

.text-alert {
  color: #fc4848;
}

.text-secundary-alert {
  color: #ff800c;
}

.text-dark-gray {
  color: #50596f;
}

.text-medium-gray {
  color: #9fb3c9;
}

.text-gray {
  color: #d1d5db;
}

.text-light-gray {
  color: #f1f1f1;
}

.text-white {
  color: #ffffff;
}

.text-align-justify {
  text-align: justify;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.remove-style {
  text-decoration: none;
}
