/* Gotham Font Family - Import all weights and styles */

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-Ultra.otf') format('opentype');
  font-weight: 950;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn-pdn.smartlinks.dev/cdn-fonts/gotham/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 950;
  font-style: italic;
}
