/* Orijinal sitedeki ikon fontları (yerelden servis ediliyor) */
@font-face {
  font-family: 'BuilderFont';
  font-display: swap;
  src: url('../fonts/siteIcons.woff2') format('woff2'),
       url('../fonts/siteIcons.woff') format('woff');
}

@font-face {
  font-family: 'PromotionsIcon';
  font-display: swap;
  src: url('../fonts/promotionsIcon.woff2') format('woff2'),
       url('../fonts/promotionsIcon.woff') format('woff');
}
