/*Regular*/
@font-face {
  font-family: 'gasposlab';
  src: url('webfonts/gasposlab-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('webfonts/gasposlab-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/gasposlab-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/gasposlab-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfonts/gasposlab-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/gasposlab-regular-webfont.svg#gasposlabRegular') format('svg'); /* Legacy iOS */
}/*Bold*/
@font-face {
  font-family: 'gasposlab';
  src: url('webfonts/gasposlab-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('webfonts/gasposlab-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/gasposlab-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/gasposlab-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfonts/gasposlab-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/gasposlab-bold-webfont.svg#gilroyBold') format('svg'); /* Legacy iOS */
	font-weight:bold;
}

/*Regular*/
@font-face {
  font-family: 'gilroy';
  src: url('webfonts/Gilroy-Regular.eot'); /* IE9 Compat Modes */
  src: url('webfonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/Gilroy-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfonts/Gilroy-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/Gilroy-Regular.svg#gilroyRegular') format('svg'); /* Legacy iOS */
}

/*Medium (500)*/
@font-face {
  font-family: 'gilroy';
  src: url('webfonts/Gilroy-Medium.eot'); /* IE9 Compat Modes */
  src: url('webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/Gilroy-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfonts/Gilroy-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/Gilroy-Medium.svg#gilroyMedium') format('svg'); /* Legacy iOS */
	font-weight:500;
}

/*Bold*/
@font-face {
  font-family: 'gilroy';
  src: url('webfonts/Gilroy-Bold.eot'); /* IE9 Compat Modes */
  src: url('webfonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/Gilroy-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfonts/Gilroy-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/Gilroy-Bold.svg#gilroyBold') format('svg'); /* Legacy iOS */
	font-weight:bold;
}

/*Black (800)*/
@font-face {
  font-family: 'gilroy';
  src: url('webfonts/Gilroy-Black.eot'); /* IE9 Compat Modes */
  src: url('webfonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/Gilroy-Black.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfonts/Gilroy-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfonts/Gilroy-Black.svg#gilroyBlack') format('svg'); /* Legacy iOS */
	font-weight:800;
}