@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

