@charset "utf-8";

/*====================== Fonts Windows ======================*/

@font-face {
  font-family: 'GOSTUI2';
  src: url('./fonts/GOSTUI2/GOSTUI2.eot');
  src: url('./fonts/GOSTUI2/GOSTUI2.eot?#iefix') format('embedded-opentype'), url('./fonts/GOSTUI2/GOSTUI2.woff') format('woff'), url('./fonts/GOSTUI2/GOSTUI2.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'GOSTUI2';
  src: url('./fonts/GOSTUI2/GOSTUI2-Medium.eot');
  src: url('./fonts/GOSTUI2/GOSTUI2-Medium.eot?#iefix') format('embedded-opentype'), url('./fonts/GOSTUI2/GOSTUI2-Medium.woff') format('woff'), url('./fonts/GOSTUI2/GOSTUI2-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'GOSTUI2';
  src: url('./fonts/GOSTUI2/GOSTUI2-Bold.eot');
  src: url('./fonts/GOSTUI2/GOSTUI2-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/GOSTUI2/GOSTUI2-Bold.woff') format('woff'), url('./fonts/GOSTUI2/GOSTUI2-Bold.ttf') format('truetype');
  font-weight: 700;
}

body,
body.windows {
  font-family: 'GOSTUI2', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
