html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'VWText';
	src: url('../fonts/VWText-Regular.otf');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'VWText';
	src: url('../fonts/VWText-RegularItalic.otf');
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'VWText';
	src: url('../fonts/VWText-Light.otf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'VWText';
	src: url('../fonts/VWText-Bold.otf');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'VWText';
	src: url('../fonts/VWText-BoldItalic.otf');
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'VWHead';
	src: url('../fonts/VWHead-Regular.otf');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'VWHead';
	src: url('../fonts/VWHead-RegularItalic.otf');
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'VWHead';
	src: url('../fonts/VWHead-Light.otf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'VWHead';
	src: url('../fonts/VWHead-Bold.otf');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'VWHead';
	src: url('../fonts/VWHead-BoldItalic.otf');
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'VWHead';
	src: url('../fonts/VWHead-ExtraBold.otf');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}



/* custom CSS */
.np_transition, a, button, .button, input[type="submit"], .each-accordeon .faq-header-plus::before {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
body{
	font-family: 'VWText';
	font-size:20px;
	line-height:1.6;
}
h1, h2, h3, h4, h5, h6, .vwhead-text{
	font-family: 'VWHead';
}