<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: 'Gotham';
  src: url('/fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900; /* Black */
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: bold; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/GothamBoldItalic.ttf') format('truetype');
  font-weight: bold; /* Bold Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: normal; /* Book Italic */
  font-style: italic;
}

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

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/GothamLightItalic.ttf') format('truetype');
  font-weight: 300; /* Light Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/GothamMedium.ttf') format('opentype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/GothamMediumItalic.ttf') format('truetype');
  font-weight: 500; /* Medium Italic */
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100; /* Thin */
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('/fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100; /* Thin Italic */
  font-style: italic;
}

body, h1, h2, h3, h4, h5, h6, .btn, input, textarea, select, p, a {
  font-family: 'Gotham', sans-serif !important;
}
</pre></body></html>