@font-face {
  font-family: 'BebasNeue';
  src: url('https://gyos.ge/assets/fonts/bebasneue/BebasNeue.eot?#iefix') format('embedded-opentype'),  
		url('https://gyos.ge/assets/fonts/bebasneue/BebasNeue.otf')  format('opentype'),
		url('https://gyos.ge/assets/fonts/bebasneue/BebasNeue.woff') format('woff'),
		url('https://gyos.ge/assets/fonts/bebasneue/BebasNeue.ttf')  format('truetype'), 
		url('https://gyos.ge/assets/fonts/bebasneue/BebasNeue.svg#BebasNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BPGNinoMtavruliRegular';
  src: url('https://gyos.ge/assets/fonts/ninomtavruliregular/BPGNinoMtavruliRegular.eot?#iefix') format('embedded-opentype'), 
  url('https://gyos.ge/assets/fonts/ninomtavruliregular/BPGNinoMtavruliRegular.woff') format('woff'), 
  url('https://gyos.ge/assets/fonts/ninomtavruliregular/BPGNinoMtavruliRegular.ttf')  format('truetype'), 
  url('https://gyos.ge/assets/fonts/ninomtavruliregular/BPGNinoMtavruliRegular.svg#BPGNinoMtavruliRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe Ui';
  src: url('https://gyos.ge/assets/fonts/arialregular/BPGArialRegular.eot?#iefix') format('embedded-opentype'), 
  url('https://gyos.ge/assets/fonts/arialregular/BPGArialRegular.woff') format('woff'), 
  url('https://gyos.ge/assets/fonts/arialregular/BPGArialRegular.ttf')  format('truetype'), 
  url('https://gyos.ge/assets/fonts/arialregular/BPGArialRegular.svg#BPGArialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe Ui En';
  src: url('https://gyos.ge/assets/fonts/segoeui.ttf') format('TrueType');
}

html, body{
  font-family: 'BebasNeue';
}

h3{
  font-family: 'BPGNinoMtavruliRegular';
  text-transform: uppercase;
}

p{
  font-family: 'Segoe Ui';
}

.button{
  font-family: 'Segoe Ui En';
}

.button:hover{
  color: white !important;
  text-decoration: none;
}