/* ================================================
   Electrolux Sans — Kurumsal Font
   woff2 önce yüklenir (hız), otf fallback
   ================================================ */

@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans-Light.woff2') format('woff2'),
       url('../fonts/ElectroluxSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans-Regular.woff2') format('woff2'),
       url('../fonts/ElectroluxSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans-Semibold.woff2') format('woff2'),
       url('../fonts/ElectroluxSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ElectroluxSans';
  src: url('../fonts/ElectroluxSans-Bold.woff2') format('woff2'),
       url('../fonts/ElectroluxSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
