@font-face {
  font-family: 'Be Vietnam';
  src: url('../font/ei-BeVietnam-Bold.woff2') format('woff2'),
      url('../font/ei-BeVietnam-Bold.woff') format('woff'),
      url('../font/ei-BeVietnam-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Be Vietnam';
  src: url('../font/ei-BeVietnam-Medium.woff2') format('woff2'),
      url('../font/ei-BeVietnam-Medium.woff') format('woff'),
      url('../font/ei-BeVietnam-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Be Vietnam';
  src: url('../font/ei-BeVietnam-Regular.woff2') format('woff2'),
      url('../font/ei-BeVietnam-Regular.woff') format('woff'),
      url('../font/ei-BeVietnam-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --ei-font-family: 'Be Vietnam', sans-serif;
}