/* ==========================================================================
   SHB Star 2026 – Fonts
   SHB Sans: file local trong ./fonts (chỉ có .woff2 – đủ cho mọi trình duyệt
   hiện hành; IE11 không hỗ trợ nhưng project không còn target IE).
   ========================================================================== */

/* --- Regular 400 ----------------------------------------------------------- */
@font-face {
  font-family: "SHB Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SHBSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "SHB Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SHBSans-Italic.woff2") format("woff2");
}

/* --- Medium 500 ------------------------------------------------------------ */
@font-face {
  font-family: "SHB Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SHBSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "SHB Sans";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SHBSans-MediumItalic.woff2") format("woff2");
}

/* --- SemiBold 600 ---------------------------------------------------------- */
@font-face {
  font-family: "SHB Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SHBSans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "SHB Sans";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SHBSans-SemiBoldItalic.woff2") format("woff2");
}

/* --- Bold 700 -------------------------------------------------------------- */
@font-face {
  font-family: "SHB Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SHBSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "SHB Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SHBSans-BoldItalic.woff2") format("woff2");
}

/* --- ExtraBold 800 --------------------------------------------------------- */
@font-face {
  font-family: "SHB Sans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SHBSans-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "SHB Sans";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SHBSans-ExtraBoldItalic.woff2") format("woff2");
}
