/**
 * Panda Theme - Self-hosted Fonts
 * Project: Chu Vang (chuvang.com)
 * Subsets: Latin + Vietnamese
 */

/* ==========================================================================
   1. Be Vietnam Pro (Main UI Font)
   ========================================================================== */
   @font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../../dist/woff2/be-vietnam-pro-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../../dist/woff2/be-vietnam-pro-700.woff2') format('woff2');
}

/* ==========================================================================
   2. Inter (Reader Option)
   ========================================================================== */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../../dist/woff2/inter-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../../dist/woff2/inter-700.woff2') format('woff2');
}

/* ==========================================================================
   3. Merriweather (Reader Option - Serif)
   ========================================================================== */
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../../dist/woff2/merriweather-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../../dist/woff2/merriweather-700.woff2') format('woff2');
}

/* ==========================================================================
   4. Roboto (Reader Option)
   ========================================================================== */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../../dist/woff2/roboto-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../../dist/woff2/roboto-700.woff2') format('woff2');
}