@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: normal; /* or 400 */
  src: url('./TTNormsPro-Light.woff') format('woff');
  src: url('./TTNormsPro-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro Medium';
  font-style: normal;
  font-weight: 500;
  src: url('./TTNormsPro-Medium.woff') format('woff');
  src: url('./TTNormsPro-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'TT Norms Pro Bold';
  font-style: normal;
  font-weight: 800;
  src: url('./TTNormsPro-Bold.woff') format('woff');
  src: url('./TTNormsPro-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Rische';
  font-style: normal;
  font-weight: normal; /* or 400 */
  src: url('./RischeMedium.woff') format('woff');
  src: url('./RischeMedium.woff2') format('woff2');
  font-display: swap;
}