.primary-font {
  font-family: 'Montserrat', sans-serif;
}

.secondary-font {
  font-family: 'Raleway', sans-serif;
}

.h1 {
  font-size: 36pt;
  font-family: "Lobster";
  margin-top: 6vh;
  margin-bottom: 6vh;
}


.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.small {
  font-size: 9pt;
}

.smaller {
  font-size: 8pt;
}

.big {
  font-size: 18pt;
}

.bigger {
  font-size: 24pt;
}

.biggest {
  font-size: 36pt;
}

.no-wrap {
  white-space: nowrap;
}

@media only screen and (max-width: 1160px) {
  .big {
    font-size: 14pt;
  }

  .bigger {
    font-size: 18pt;
  }

  .biggest {
    font-size: 24pt;
  }

  .no-wrap {
    white-space: normal;
  }
}