@font-face {
  font-family: 'Vinegar';
  src: url('/res/fonts/Vinegar.woff2') format('woff2'),
      url('/res/fonts/Vinegar.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neuton';
  src: url('/res/fonts/Neuton-Bold.woff2') format('woff2'),
      url('/res/fonts/Neuton-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neuton';
  src: url('/res/fonts/Neuton-Light.woff2') format('woff2'),
      url('/res/fonts/Neuton-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neuton';
  src: url('/res/fonts/Neuton-Regular.woff2') format('woff2'),
      url('/res/fonts/Neuton-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/res/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
      url('/res/fonts/OpenSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/res/fonts/OpenSans-Bold.woff2') format('woff2'),
      url('/res/fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/res/fonts/OpenSans-Italic.woff2') format('woff2'),
      url('/res/fonts/OpenSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/res/fonts/OpenSans-Regular.woff2') format('woff2'),
      url('/res/fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}