@font-face {
  font-family: "GoogleSans";
  src: url("GoogleSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans Italic";
  src: url("GoogleSans-Italic.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans Medium";
  src: url("GoogleSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans MediumItalic";
  src: url("GoogleSans-MediumItalic.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans Bold";
  src: url("GoogleSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans BoldItalic";
  src: url("GoogleSans-BoldItalic.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans Light";
  src: url("GoogleSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans-Black";
  src: url("GoogleSans-Black.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Optional: Inter Bold – dùng riêng nếu gọi */
@font-face {
  font-family: "Inter";
  src: url("Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
