@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-BookItalic.eot');
    src: url('../fonts/GothamRnd-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-BookItalic.woff2') format('woff2'),
        url('../fonts/GothamRnd-BookItalic.woff') format('woff'),
        url('../fonts/GothamRnd-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Light.eot');
    src: url('../fonts/GothamRnd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Light.woff2') format('woff2'),
        url('../fonts/GothamRnd-Light.woff') format('woff'),
        url('../fonts/GothamRnd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-BoldItalic.eot');
    src: url('../fonts/GothamRnd-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-BoldItalic.woff2') format('woff2'),
        url('../fonts/GothamRnd-BoldItalic.woff') format('woff'),
        url('../fonts/GothamRnd-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Book.eot');
    src: url('../fonts/GothamRnd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Book.woff2') format('woff2'),
        url('../fonts/GothamRnd-Book.woff') format('woff'),
        url('../fonts/GothamRnd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Bold.eot');
    src: url('../fonts/GothamRnd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Bold.woff2') format('woff2'),
        url('../fonts/GothamRnd-Bold.woff') format('woff'),
        url('../fonts/GothamRnd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-MediumItalic.eot');
    src: url('../fonts/GothamRnd-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-MediumItalic.woff2') format('woff2'),
        url('../fonts/GothamRnd-MediumItalic.woff') format('woff'),
        url('../fonts/GothamRnd-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-LightItalic.eot');
    src: url('../fonts/GothamRnd-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-LightItalic.woff2') format('woff2'),
        url('../fonts/GothamRnd-LightItalic.woff') format('woff'),
        url('../fonts/GothamRnd-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Medium.eot');
    src: url('GothamRnd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRnd-Medium.woff2') format('woff2'),
        url('../fonts/GothamRnd-Medium.woff') format('woff'),
        url('../fonts/GothamRnd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  