

@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasGrotDisp-55Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasGrotDisp-65Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
       url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



h1 {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

h2 {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}

h3 {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
}

h4 {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}

body,
p,
span,
div {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

small,
.text-small {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

a,
button,
.btn,
input[type="button"],
input[type="submit"] {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

@media (min-width: 768px) {
  a,
  button,
  .btn,
  input[type="button"],
  input[type="submit"] {
    font-size: 20px;
  }
}


@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  body,
  p,
  span,
  div {
    font-size: 20px;
  }

  small,
  .text-small {
    font-size: 16px;
  }
}
