<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: 'NouvelR';
  src: url('./nouvelr/nouvelr-regular.woff2') format('woff'),
    url('./nouvelr/nouvelr-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'NouvelR';
  src: url('./nouvelr/nouvelr-light.woff2') format('woff'),
    url('./nouvelr/nouvelr-light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'NouvelR';
  src: url('./nouvelr/nouvelr-bold.woff2') format('woff'),
    url('./nouvelr/nouvelr-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'NouvelR';
  src: url('./nouvelr/nouvelr-semibold.woff2') format('woff'),
    url('./nouvelr/nouvelr-semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'NouvelR';
  src: url('./nouvelr/nouvelr-extrabold.woff2') format('woff'),
    url('./nouvelr/nouvelr-extrabold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
</pre></body></html>