/**
 * Luxurymod shared typography aligned with https://luxurymod.vipshopbuy.com/
 * Loaded on all vbx-luxurymod-shell pages after Poppins and before page CSS.
 */
:root {
	--vbx-font-family: Poppins, Arial, sans-serif;
	--vbx-font-body-size: 15px;
	--vbx-font-body-weight: 500;
	--vbx-font-body-line-height: 27px;
	--vbx-font-nav-size: 15px;
	--vbx-font-nav-weight: 500;
	--vbx-font-section-size: 27px;
	--vbx-font-section-weight: 700;
	--vbx-font-section-line-height: 48.6px;
	--vbx-font-contact-heading-size: 31.59px;
	--vbx-font-about-heading-size: 24px;
	--vbx-font-video-heading-size: 40px;
	--vbx-font-feature-heading-size: 22.68px;
}

body.vbx-luxurymod-shell,
body.vbx-luxurymod-shell button,
body.vbx-luxurymod-shell input,
body.vbx-luxurymod-shell select,
body.vbx-luxurymod-shell textarea {
	font-family: var(--vbx-font-family);
	font-size: var(--vbx-font-body-size);
	font-weight: var(--vbx-font-body-weight);
	line-height: var(--vbx-font-body-line-height);
}

body.vbx-luxurymod-shell .vbx-page,
body.vbx-luxurymod-shell .vbx-page button,
body.vbx-luxurymod-shell .vbx-page input,
body.vbx-luxurymod-shell .vbx-page select,
body.vbx-luxurymod-shell .vbx-page textarea {
	font-family: var(--vbx-font-family);
}

body.vbx-luxurymod-shell .vbx-page h1,
body.vbx-luxurymod-shell .vbx-page h2,
body.vbx-luxurymod-shell .vbx-page h3,
body.vbx-luxurymod-shell .vbx-page h4,
body.vbx-luxurymod-shell .vbx-page h5,
body.vbx-luxurymod-shell .vbx-page h6 {
	font-family: var(--vbx-font-family);
	font-weight: var(--vbx-font-section-weight);
	text-transform: none;
}
