@font-face {
  font-family: 'Switzer';
  src: url('Fonts/Switzer-Regular.woff2') format('woff2'),
       url('Fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url('Fonts/Switzer-Medium.woff2') format('woff2'),
       url('Fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url('Fonts/Switzer-Semibold.woff2') format('woff2'),
       url('Fonts/Switzer-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

.hero-line:not(.heavy) {
  font-family: 'Switzer', sans-serif;
}

.hero-line.heavy {
  font-family: 'Playfair Display', serif;
}
.port-heading {
  font-family: 'Switzer', sans-serif !important;
}
