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

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

@font-face {
  font-family: 'Stolzl';
  src: url('/static/fonts/Stolzl-Light.eot?') format('eot'), url('/static/fonts/Stolzl-Light.woff2') format('woff2'),
  url('/static/fonts/Stolzl-Light.Light') format('woff'), url('/static/fonts/Stolzl-Light.ttf') format('truetype'),
  url('/static/fonts/Stolzl-Light.svg#Stolzl') format('svg');
  font-weight: 300;
  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: 400;
  font-style: normal;
  font-display: swap;
}

@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') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
