@font-face {
  font-family: 'Knockout';
  src: url('/res/fonts/Knockout-HTF49-Liteweight.woff2') format('woff2'),
      url('/res/fonts/Knockout-HTF49-Liteweight.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/res/fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
      url('/res/fonts/CormorantGaramond-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/res/fonts/CormorantGaramond-MediumItalic.woff2') format('woff2'),
      url('/res/fonts/CormorantGaramond-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/res/fonts/Lato-Bold.woff2') format('woff2'),
      url('/res/fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/res/fonts/Lato-Italic.woff2') format('woff2'),
      url('/res/fonts/Lato-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/res/fonts/Lato-Regular.woff2') format('woff2'),
      url('/res/fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

