
/*@font-face {*/
/*    font-family: 'bordeaux_georgian';*/
/*    src: url('../fonts/bordeaux_georgian.eot');*/
/*    src: url('../fonts/bordeaux_georgian.eot') format('embedded-opentype'),*/
/*        url('../fonts/bordeaux_georgian.woff2') format('woff2'),*/
/*        url('../fonts/bordeaux_georgian.woff') format('woff'),*/
/*        url('../fonts/bordeaux_georgian.ttf') format('truetype'),*/
/*        url('../fonts/bordeaux_georgian.svg#bordeaux_georgian') format('svg');*/
/*}*/
/*@font-face {*/
/*    font-family: 'RalewayRegular';*/
/*    src: url('../fonts/RalewayRegular.eot');*/
/*    src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),*/
/*        url('../fonts/RalewayRegular.woff2') format('woff2'),*/
/*        url('../fonts/RalewayRegular.woff') format('woff'),*/
/*        url('../fonts/RalewayRegular.ttf') format('truetype'),*/
/*        url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');*/
/*}*/
/*@font-face {*/
/*    font-family: 'VegurRegular';*/
/*    src: url('../fonts/VegurRegular.eot');*/
/*    src: url('../fonts/VegurRegular.eot') format('embedded-opentype'),*/
/*         url('../fonts/VegurRegular.woff2') format('woff2'),*/
/*         url('../fonts/VegurRegular.woff') format('woff'),*/
/*         url('../fonts/VegurRegular.ttf') format('truetype'),*/
/*         url('../fonts/VegurRegular.svg#VegurRegular') format('svg');*/
/*}*/
/*@font-face {*/
/*    font-family: 'BPG Arial Caps';*/
/*    src: url('../fonts/bpg-arial-caps-webfont.eot');*/
/*    src: url('../fonts/bpg-arial-caps-webfont.eot?#iefix') format('embedded-opentype'),*/
/*         url('../fonts/bpg-arial-caps-webfont.woff2') format('woff2'),*/
/*         url('../fonts/bpg-arial-caps-webfont.woff') format('woff'), */
/*         url('../fonts/bpg-arial-caps-webfont.ttf') format('truetype'),*/
/*         url('../fonts/bpg-arial-caps-webfont.svg#bpg_arial_capsregular') format('svg'); */
/*}*/




@font-face {
    font-family: 'firago';
    font-weight: bold;
    src: local('FiraGo'),
      url('../fonts/FiraGO-Bold.woff2') format('woff2');
  }

  @font-face {
    font-family: 'firago';
    font-weight: 900;
    src: local('FiraGo'),
      url('../fonts/FiraGO-Heavy.woff2') format('woff2');
  }

  @font-face {
    font-family: 'firago';
    font-weight: normal;
    src: local('FiraGo'),
      url('../fonts/FiraGO-Book.woff2') format('woff2');
  }

  @font-face {
    font-family: 'firago';
    font-weight: 500;
    src: local('FiraGo'),
      url('../fonts/FiraGO-Medium.woff2') format('woff2');
  }