@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('../font/webfont_fkn4dpep6ab.eot'); 
  src: url('../font/webfont_fkn4dpep6ab.eot') format('embedded-opentype'), 
  url('../font/webfont_fkn4dpep6ab.woff2') format('woff2'),
  url('../font/webfont_fkn4dpep6ab.woff') format('woff'), 
  url('../font/webfont_fkn4dpep6ab.ttf') format('truetype'), 
  url('../font/webfont_fkn4dpep6ab.svg') format('svg'); 
}

.web-font {
  font-family: "webfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}