
@font-face {
	font-weight: 300;
	font-display: swap;
	font-family: 'BeVietnamPro';
	src: url('../VietnamPro/BeVietnamPro-Light.ttf');
}

@font-face {
	font-weight: 400;
	font-display: swap;
	font-family: 'BeVietnamPro';
	src: url('../VietnamPro/BeVietnamPro-Regular.ttf');
}

@font-face {
	font-weight: 500;
	font-display: swap;
	font-family: 'BeVietnamPro';
	src: url('../VietnamPro/BeVietnamPro-Medium.ttf');
}

@font-face {
	font-weight: 600;
	font-display: swap;
	font-family: 'BeVietnamPro';
	src: url('../VietnamPro/BeVietnamPro-SemiBold.ttf');
}

@font-face {
	font-weight: 700;
	font-display: swap;
	font-family: 'BeVietnamPro';
	src: url('../VietnamPro/BeVietnamPro-Bold.ttf');
}

@font-face {
    font-family: "Bebas Neue";
    src: url('./BebasNeue-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }