/* Font ve ikon yükleme düzeltmesi - mevcut tasarımı değiştirmez */

/* Font Awesome 4 - eski Joomla/Helix ikonları */
@font-face {
  font-family: 'FontAwesome';
  src: url('/templates/shaper_finance/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),
       url('/templates/shaper_finance/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),
       url('/templates/shaper_finance/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),
       url('/templates/shaper_finance/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Font Awesome 5 - SP Page Builder ikonları */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('/components/com_sppagebuilder/assets/webfonts/fa-solid-900.woff') format('woff'),
       url('/components/com_sppagebuilder/assets/webfonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

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

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

/* Helix / IcoMoon ikonları */
@font-face {
  font-family: 'IcoMoon';
  src: url('/templates/shaper_finance/fonts/IcoMoon.woff') format('woff'),
       url('/templates/shaper_finance/fonts/IcoMoon.ttf') format('truetype'),
       url('/templates/shaper_finance/fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* BA Gallery material ikonları */
@font-face {
  font-family: 'bagallery-icons';
  src: url('/components/com_bagallery/assets/icons/material/material.woff') format('woff'),
       url('/components/com_bagallery/assets/icons/material/material.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa { font-family: 'FontAwesome' !important; font-weight: normal !important; }
.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; }
