@font-face {
  font-family: 'RedHatDisplay';
  src: url('/wp-content/themes/altiria/recursos/fonts/RedHatDisplay-Black.ttf') format('truetype');
  font-display: optional;
  font-weight: 900;
}
@font-face {
  font-family: 'RedHatDisplay';
  src: url('/wp-content/themes/altiria/recursos/fonts/RedHatDisplay-Bold.ttf') format('truetype');
  font-display: optional;
  font-weight: 700;
}
@font-face {
  font-family: 'RedHatDisplay';
  src: url('/wp-content/themes/altiria/recursos/fonts/RedHatDisplay-Regular.ttf') format('truetype');
  font-display: optional;
  font-weight: 400;
}
body {
  font-family: 'RedHatDisplay', sans-serif;
  font-weight: 400;
}
input {
  font-family: 'RedHatDisplay';
}
.font-regular {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-black {
  font-weight: 900 !important;
}
.font-orange {
  color: #DF6C30 !important;
}
.font-green {
  color: #639202 !important;
}
h1 {
  font-size: 52px;
  line-height: 67px;
  font-weight: 700;
}
h2 {
  font-size: 44px;
  line-height: 57px;
  font-weight: 700;
}
h3,
.font-h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
p,
li,
.font-p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
li {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  p,
  li,
  .font-p {
    font-size: 16px;
    line-height: 22px;
  }
}
