/* Unified family, weight-mapped: dùng cho font-family mặc định của hệ thống (Tailwind fontFamily.sans, typography plugin). */
@font-face {
  font-family: "SVN-Gilroy";
  src: url("/fonts/gilroy/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/fonts/gilroy/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/fonts/gilroy/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/fonts/gilroy/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/fonts/gilroy/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/fonts/gilroy/SVN-Gilroy XBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("/fonts/gilroy/SVN-Gilroy Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Family riêng theo từng weight: dùng khi cần chỉ định trực tiếp qua Tailwind arbitrary value, ví dụ font-['SVN-Gilroy-Bold']. */
@font-face {
  font-family: "SVN-Gilroy-Heavy";
  src: url("/fonts/gilroy/SVN-Gilroy Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy-Bold";
  src: url("/fonts/gilroy/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy-SemiBold";
  src: url("/fonts/gilroy/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy-Medium";
  src: url("/fonts/gilroy/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy-Regular";
  src: url("/fonts/gilroy/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Gilroy-Light";
  src: url("/fonts/gilroy/SVN-Gilroy Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
