@font-face {
  font-family: 'DefaultFont';
  src: url('DefaultFont.woff');
  font-weight: 400;
}

@font-face {
  font-family: 'DefaultFont';
  src: url('DefaultFont-Bold.woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Aveny-T';
  src: url('Aveny-T_ExtraLight.woff2') format('woff2'), /* Super Modern Browsers */
       url('Aveny-T_ExtraLight.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: 100;
}

@font-face {
  font-family: 'Aveny-T';

  src: url('Aveny-T_Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('Aveny-T_Light.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: 400;
}

@font-face {
  font-family: 'Aveny-T';
  src: url('Aveny-T_Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('Aveny-T_Regular.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: bold;
}

@font-face {
  font-family: "ig2-icons";
  src: url("ig2-icons.woff") format("woff"),
    url("ig2-icons.ttf") format("truetype"),
    url("ig2-icons.svg#ig2-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}