@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,500;1,700&display=swap&subset=latin+ext");
/*
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap&subset=latin+ext");
*/

.nav-item {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@font-face{ 
  font-family: 'teknoFont';
  src: url('../plugin/webfonts/teknomar_hum521ub-webfont.eot');
  src: url('../plugin/webfonts/teknomar_hum521ub-webfont.eot?#iefix') format('embedded-opentype'),
       url('../plugin/webfonts/teknomar_hum521ub-webfont.woff') format('woff'),
       url('../plugin/webfonts/teknomar_hum521ub-webfont.woff2') format('woff2'),
       url('../plugin/webfonts/teknomar_hum521ub-webfont.ttf') format('truetype');
}
.font521 {
    font-family: "teknoFont";
    font-style: normal;
/*    font-size: medium;
    color: #2e3092; */ }

@font-face{ 
  font-family: 'bsciFont';
  src: url('../plugin/webfonts/conthrax-sb.ttf') format('truetype');
}
.fontBSC {
    font-family: "bsciFont";
    font-style: normal;
/*    font-size: medium; */
}
.fontBSColor {
    font-family: "bsciFont";
    font-style: normal;
/*    font-size: medium; */ 
    color: #2a3b7e;
}
.cift {
	/*font-size: bold;*/
	font-weight: 600;
}