// Define the fonts
@font-face {
	font-family: 'zuumeRegular';
	src: url('https://storetest.atfconnect.co.uk/static/fonts/ZuumeRough-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'zuumeBold';
	src: url('/static/fonts/ZuumeRough-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'zuumeItalic';
	src: url('/static/fonts/ZuumeRough-Italic.otf') format('opentype');
	font-style: italic;
}

H1, H2, H3 {
	font-family: 'zuumeRegular', ui-sans-serif!important;
}