/* =========================
   BNPP FONTS
========================= */

/* BNPP Sans - Ana font ailesi */
@font-face {
  font-family: 'BNPP Sans';
  src: url('../font/bnpp-sans/bnpp-sans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BNPP Sans';
  src: url('../font/bnpp-sans/bnpp-sans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BNPP Sans';
  src: url('../font/bnpp-sans/bnpp-sans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'BNPP Sans';
  src: url('../font/bnpp-sans/bnpp-sans-extrabold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* BNPP Rounded - Yuvarlatılmış font */
@font-face {
  font-family: 'BNPP Rounded';
  src: url('../font/bnpp-rounded/bnpp-rounded-light-v2.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BNPP Rounded';
  src: url('../font/bnpp-rounded/bnpp-rounded-v2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BNPP Rounded';
  src: url('../font/bnpp-rounded/bnpp-rounded-bold-v2.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'BNPP Rounded';
  src: url('../font/bnpp-rounded/bnpp-rounded-extrabold-v2.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* BNPP Expanded Sans - Genişletilmiş font */
@font-face {
  font-family: 'BNPP Expanded Sans';
  src: url('../font/bnpp-expanded-sans/BNPP Expanded Sans Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BNPP Expanded Sans';
  src: url('../font/bnpp-expanded-sans/BNPP Expanded Sans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BNPP Expanded Sans';
  src: url('../font/bnpp-expanded-sans/BNPP Expanded Sans Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
