@font-face {
		font-family: 'VAGRounded';
		src: url('vagrounded-bold-webfont.woff2') format('woff2'),
				 url('vagrounded-bold-webfont.woff') format('woff');
		font-weight: bold;
		font-style: normal;
}

@font-face {
		font-family: 'VAGRounded';
		src: url('vagrounded-black-webfont.woff2') format('woff2'),
				 url('vagrounded-black-webfont.woff') format('woff');
		font-weight: 900;
		font-style: normal;

}

@font-face {
		font-family: 'VAGRounded';
		src: url('vagrounded-light-webfont.woff2') format('woff2'),
				 url('vagrounded-light-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;

}

@font-face {
		font-family: 'VAGRounded';
		src: url('vagrounded-thin-webfont.woff2') format('woff2'),
				 url('vagrounded-thin-webfont.woff') format('woff');
		font-weight: 300;
		font-style: normal;
}