/* assets/css/fonts.css - Localized Be Vietnam Pro */

/* Regular 400 */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro-v12-vietnamese-400.woff2') format('woff2');
}

/* SemiBold 600 */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro-v12-vietnamese-600.woff2') format('woff2');
}

/* Bold 700 */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/be-vietnam-pro-v12-vietnamese-700.woff2') format('woff2');
}