@font-face {
  font-family: 'Airbnb Cereal App Book';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Book'),
  url('./files/AirbnbCerealBook.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal App Light';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Light'),
  url('./files/AirbnbCerealLight.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal App Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Medium'),
  url('./files/AirbnbCerealMedium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb Cereal App Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Airbnb Cereal App Bold'),
  url('./files/AirbnbCerealBold.woff') format('woff');
  font-display: swap;
}

/*
@font-face {
  font-family: 'Airbnb Cereal App Extra Bold';
  font-style: normal;
  font-weight: normal;
  src:
    local('Airbnb Cereal App Extra Bold'),
    url('./files/AirbnbCerealExtraBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Airbnb Cereal App Black';
  font-style: normal;
  font-weight: normal;
  src:
    local('Airbnb Cereal App Black'),
    url('./files/AirbnbCerealBlack.woff') format('woff');
  font-display: swap;
}
*/
body {
  font-family: "Airbnb Cereal App Light";
  line-height: 1.2;
  color: rgb(49, 43, 72);
}

strong {
  font-family: "Airbnb Cereal App Medium";
}

p, ol {
  line-height: 2;
}

header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#hipex-logo {
  max-width: 10rem;
}

main .templated-content {
  background: linear-gradient(rgb(255, 241, 230), rgb(255, 241, 230)) right 5rem center no-repeat;
  padding: 2rem 0;
}

a {
  text-decoration: none;
  color: rgb(252, 128, 14);
}

a:hover {
  text-decoration: none;
}

.info a {
  color: rgb(49, 43, 72);
  text-align: center;
}

.contact-icon {
  width: 3rem;
  color: rgb(233, 30, 99);
  -webkit-text-fill-color: transparent;
  background: linear-gradient(270deg, rgb(233, 30, 99), rgb(252, 128, 14)) text;
  transition: all 0.2s ease 0s;
}

.contact-icon:hover {
  transform: rotate(10deg);
}

@media (min-width: 576px) {
  header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .templated-content {
    background-size: 50% !important;
  }
}

