/* Klas Şömine font/ikon yolu düzeltmesi
   Bu dosya statik HTML sayfalarında klasör derinliği değişse bile ikon fontlarının kökten yüklenmesini sağlar. */

@font-face {
  font-family: 'FontAwesome';
  src: url('/fix-assets/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
  src: url('/fix-assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('/fix-assets/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),
       url('/fix-assets/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),
       url('/fix-assets/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),
       url('/fix-assets/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fix-assets/fonts/fa-regular-400.woff') format('woff'),
       url('/fix-assets/fonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/fix-assets/fonts/fa-solid-900.woff') format('woff'),
       url('/fix-assets/fonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fix-assets/fonts/fa-brands-400.woff') format('woff'),
       url('/fix-assets/fonts/fa-brands-400.ttf') format('truetype');
}

@font-face {
  font-family: 'IcoMoon';
  src: url('/fix-assets/fonts/IcoMoon.eot');
  src: url('/fix-assets/fonts/IcoMoond41d.eot?#iefix') format('embedded-opentype'),
       url('/fix-assets/fonts/IcoMoon.woff') format('woff'),
       url('/fix-assets/fonts/IcoMoon.ttf') format('truetype'),
       url('/fix-assets/fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fas { font-family: 'Font Awesome 5 Free' !important; font-weight: 900 !important; }
.far { font-family: 'Font Awesome 5 Free' !important; font-weight: 400 !important; }
.fab { font-family: 'Font Awesome 5 Brands' !important; font-weight: 400 !important; }
[class^="icon-"], [class*=" icon-"] { font-family: 'IcoMoon' !important; }
