@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-Medium.ttf') format('truetype');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BeVietnam';
  src: url('./fonts/BeVietnam-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
