<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
  font-family: 'Montserrat';
  font-weight: 100;
  src: url('../fonts/Montserrat-Hairline.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 200;
  src: url('../fonts/Montserrat-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat'),
       url('../fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 800;
  src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
}

*{ font-family: Montserrat; }</pre></body></html>