@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
.fonts {
	font-family: 'Roboto', sans-serif;
	/*
		Thin 100
		Light 300
		Regular 400
		Medium 500
		Bold 700
		Black 900
	*/
	font-family: 'VW Head'; /* font-weight: normal; */
	font-family: 'VW Head'; /* font-weight: bold; */
	font-family: 'VW Text'; /* font-weight: normal; */
	font-family: 'VW Text'; /* font-weight: bold; */
}
@font-face {
    font-family: 'VW Head';
    src: url('../fonts/vw/VWHead.eot');
    src: url('../fonts/vw/VWHead.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vw/VWHead.woff2') format('woff2'),
        url('../fonts/vw/VWHead.woff') format('woff'),
        url('../fonts/vw/VWHead.ttf') format('truetype'),
        url('../fonts/vw/VWHead.svg#VWHead') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VW Head';
    src: url('../fonts/vw/VWHead-Bold.eot');
    src: url('../fonts/vw/VWHead-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vw/VWHead-Bold.woff2') format('woff2'),
        url('../fonts/vw/VWHead-Bold.woff') format('woff'),
        url('../fonts/vw/VWHead-Bold.ttf') format('truetype'),
        url('../fonts/vw/VWHead-Bold.svg#VWHead-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'VW Text';
    src: url('../fonts/vw/VWText.eot');
    src: url('../fonts/vw/VWText.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vw/VWText.woff2') format('woff2'),
        url('../fonts/vw/VWText.woff') format('woff'),
        url('../fonts/vw/VWText.ttf') format('truetype'),
        url('../fonts/vw/VWText.svg#VWText') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VW Text';
    src: url('../fonts/vw/VWText-Bold.eot');
    src: url('../fonts/vw/VWText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vw/VWText-Bold.woff2') format('woff2'),
        url('../fonts/vw/VWText-Bold.woff') format('woff'),
        url('../fonts/vw/VWText-Bold.ttf') format('truetype'),
        url('../fonts/vw/VWText-Bold.svg#VWText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}