/* Be Vietnam Pro Bold */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype");
	font-weight: 700; /* Standard weight for Bold */
	font-style: normal;
	font-display: swap; /* Use swap for better performance */
}

/* Be Vietnam Pro Bold Italic */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* Be Vietnam Pro Italic */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-Italic.ttf") format("truetype");
	font-weight: 400; /* Default weight for Regular */
	font-style: italic;
	font-display: swap;
}

/* Be Vietnam Pro Light */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-Light.ttf") format("truetype");
	font-weight: 300; /* Standard weight for Light */
	font-style: normal;
	font-display: swap;
}

/* Be Vietnam Pro Light Italic */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* Be Vietnam Pro Medium */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-Medium.ttf") format("truetype");
	font-weight: 500; /* Standard weight for Medium */
	font-style: normal;
	font-display: swap;
}

/* Be Vietnam Pro Medium Italic */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* Be Vietnam Pro Regular */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype");
	font-weight: 400; /* Standard weight for Regular */
	font-style: normal;
	font-display: swap;
}

/* Be Vietnam Pro SemiBold */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-SemiBold.ttf") format("truetype");
	font-weight: 600; /* Standard weight for SemiBold */
	font-style: normal;
	font-display: swap;
}

/* Be Vietnam Pro SemiBold Italic */
@font-face {
	font-family: "Be Vietnam Pro";
	src: url("../fonts/BeVietnamPro-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
