@font-face {
    font-family: 'Gotham Bold';
    src: url('Assets/Gotham/Gotham-Bold.otf') format('opentype');
    font-weight: bold;
  }
  
  @font-face {
    font-family: 'Gotham Black';
    src: url('Assets/Gotham/Gotham-Black.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Gotham BlackItalic';
    src: url('Assets/Gotham/Gotham-BlackItalic.otf') format('opentype');
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Gotham Book';
    src: url('Assets/Gotham/Gotham-Book.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Gotham BookItalic';
    src: url('Assets/Gotham/Gotham-BookItalic.otf') format('opentype');
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Gotham Light';
    src: url('Assets/Gotham/Gotham-Light.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Gotham LightItalic';
    src: url('Assets/Gotham/Gotham-LightItalic.otf') format('opentype');
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Gotham Medium';
    src: url('Assets/Gotham/Gotham-Medium.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Gotham MediumItalic';
    src: url('Assets/Gotham/Gotham-MediumItalic.otf') format('opentype');
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Gotham Thin';
    src: url('Assets/Gotham/Gotham-Thin.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Gotham ThinItalic';
    src: url('Assets/Gotham/Gotham-ThinItalic.otf') format('opentype');
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Gotham Ultra';
    src: url('Assets/Gotham/Gotham-Ultra.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Gotham UltraItalic';
    src: url('Assets/Gotham/Gotham-UltraItalic.otf') format('opentype');
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Gotham XLight';
    src: url('Assets/Gotham/Gotham-XLight.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Gotham XLightItalic';
    src: url('Assets/Gotham/Gotham-XLightItalic.otf') format('opentype');
    font-style: italic;
  }
  
  
  body {
    margin: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  