*,
*:before,
*:after {
  font-family: 'Stolzl', Arial, sans-serif;
}

@font-face {
  font-family: 'Stolzl';
  src: url('/static/fonts/Stolzl-Medium.eot?') format('eot'), url('/static/fonts/Stolzl-Medium.woff2') format('woff2'),
  url('/static/fonts/Stolzl-Medium.woff') format('woff'), url('/static/fonts/Stolzl-Medium.ttf') format('truetype'),
  url('/static/fonts/Stolzl-Medium.svg#Stolzl-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url('/static/fonts/Stolzl-Regular.eot?') format('eot'), url('/static/fonts/Stolzl-Regular.woff2') format('woff2'),
  url('/static/fonts/Stolzl-Regular.woff') format('woff'), url('/static/fonts/Stolzl-Regular.ttf') format('truetype'),
  url('/static/fonts/Stolzl-Regular.svg#Stolzl') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
