.w400 { font-weight: 400; }
.italic { font-style: italic; }

.Discotack { font-family: 'Discotack'; }

@font-face {
	font-family:'Discotack';
	src: 	url('/fonts/discotack/discotack-regular.woff2') format('woff2'),
	url('/fonts/discotack/discotack-regular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
