/* =============================================================================
   FONTS — new_telkomsel
   Hanya woff2 (browser modern semua support). font-display:swap agar tidak
   block render — teks tampil pakai fallback dulu, swap ke custom font setelah
   file selesai download.
   ============================================================================= */

/* HelveticaNeueLTStd -------------------------------------------------------- */
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Md.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../../assets/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* HelveticaNeueLTStdCn (Condensed) ----------------------------------------- */
@font-face {
  font-family: "HelveticaNeueLTStdCn";
  src: url("../../assets/fonts/HelveticaNeueLTStd-BdCn.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStdCn";
  src: url("../../assets/fonts/HelveticaNeueLTStd-HvCn.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Poppins ------------------------------------------------------------------- */
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* TelkomselBatikSans -------------------------------------------------------- */
@font-face {
  font-family: "TelkomselBatikSans";
  src: url("../../assets/fonts/TelkomselBatikSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TelkomselBatikSans";
  src: url("../../assets/fonts/TelkomselBatikSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* telkomsel-ico (icon font) ------------------------------------------------- */
@font-face {
  font-family: "telkomsel-ico";
  src: url("../../assets/fonts/telkomsel-ico.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block; /* icon font pakai block agar tidak FOUT */
}
