<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* should be possible to use same font-family name and multiple styles (bold, regular, italic, but it always only shows the last one then and everything becomes bold */
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  /* font-weight: 400; */
  src: url('/font/Montserrat/Montserrat-Regular.woff2') format('woff2'), /* Super Modern Browsers */
}
/* medium (slightly bolder) */
@font-face {
  font-family: "MontserratMedium";
  font-style: normal;
  font-weight: 500;
  src: url('/font/Montserrat/Montserrat-Medium.woff2') format('woff2'), /* Super Modern Browsers */
}
@font-face {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: bold;
    src: url('/font/Montserrat/Montserrat-Bold.woff2') format('woff2') ;
}

 
@font-face {
    font-family: 'Nothing You Could Do';
    src: url('font/NothingYouCouldDo/nothingyoucoulddo-regular-webfont.woff2') format('woff2'),
         url('font/NothingYouCouldDo/nothingyoucoulddo-regular-webfont.woff') format('woff'),
         url('font/NothingYouCouldDo/nothingyoucoulddo-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}</pre></body></html>