@font-face {
  font-family: 'Freight Text Pro Black';
  src: url('../fonts/fonnts.com-Freight-Text-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Bold';
  src: url('../fonts/Avenir-Heavy.otf') format('opentype');
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}

h1 {
  font-family: 'Freight Text Pro Black', sans-serif;
}

h2 {
  margin: 0;
  font-family: 'Freight Text Pro Black', sans-serif;
  font-size: 30px;
}

h3 {
  margin: 0;
  font-family: 'Freight Text Pro Black', sans-serif;
  font-size: 24px;
}

body {
  font-family: 'Avenir', sans-serif;
}

p {
  margin: 0;
  font-family: 'Avenir', sans-serif;
}

p > a.more-info {
  color: var(--green-color);
  text-decoration: none;
  font-family: 'Avenir Bold', sans-serif; 

  &:hover {
    text-decoration: underline;
  }
}