<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Montserrat font */
@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham100/Gotham-100.eot');
  src: url('./fonts/Gotham100/Gotham-100.woff') format('woff'), 
       url('./fonts/Gotham100/Gotham-100.ttf') format('truetype'), 
       url('./fonts/Gotham100/Gotham-100.svg') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham300/Gotham-300.eot');
  src: url('./fonts/Gotham300/Gotham-300.woff') format('woff'), 
       url('./fonts/Gotham300/Gotham-300.ttf') format('truetype'), 
       url('./fonts/Gotham300/Gotham-300.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham500/Gotham-500.eot');
  src: url('./fonts/Gotham500/Gotham-500.woff') format('woff'), 
       url('./fonts/Gotham500/Gotham-500.ttf') format('truetype'), 
       url('./fonts/Gotham500/Gotham-500.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham600/Gotham-600.eot');
  src: url('./fonts/Gotham600/Gotham-600.woff') format('woff'), 
       url('./fonts/Gotham600/Gotham-600.ttf') format('truetype'), 
       url('./fonts/Gotham600/Gotham-600.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham700/Gotham-700.eot');
  src: url('./fonts/Gotham700/Gotham-700.woff') format('woff'), 
       url('./fonts/Gotham700/Gotham-700.ttf') format('truetype'), 
       url('./fonts/Gotham700/Gotham-700.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
</pre></body></html>