@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Light.woff2") format('woff2'), url("../fonts/GothamPro-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.woff2") format('woff2'), url("../fonts/GothamPro.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.woff2") format('woff2'), url("../fonts/GothamPro-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?psayl1");
  src: url("../fonts/icomoon.eot?psayl1#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?psayl1") format('truetype'), url("../fonts/icomoon.woff?psayl1") format('woff'), url("../fonts/icomoon.svg?psayl1#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="nsgp-"],
[class*=" nsgp-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nsgp-arrow_down:before {
  content: "\e900";
}

.nsgp-arrow_left:before {
  content: "\e901";
}

.nsgp-arrow_right:before {
  content: "\e902";
}

.nsgp-arrow_up:before {
  content: "\e903";
}

.nsgp-btn_arrow:before {
  content: "\e904";
}

.nsgp-dbl_arrow_left:before {
  content: "\e905";
}

.nsgp-dbl_arrow_right:before {
  content: "\e906";
}

.nsgp-moon:before {
  content: "\e907";
}

.nsgp-sun:before {
  content: "\e908";
}

.nsgp-tabs:before {
  content: "\e909";
}

.nsgp-to_list:before {
  content: "\e90a";
}