/*
! Jooosi Fon v1.1.1
*/

@font-face {
	font-family: 'Graphiks';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: auto;
	src: url('https://www.hatscompany.co.uk/blog/wp-content/uploads/jooosi-fon/fonts/Graphik-Bold-Trial.otf') format('opentype');
}

@font-face {
	font-family: 'Graphiks';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: auto;
	src: url('https://www.hatscompany.co.uk/blog/wp-content/uploads/jooosi-fon/fonts/Graphik-Regular-Trial.otf') format('opentype');
}

:root {
	--jf--family-graphiks: 'Graphiks';
	--ywf--family-graphiks: var(--jf--family-graphiks);
}

h1, h2, h3, h4, h5, h6, p, a, body {
	font-family: var(--jf--family-graphiks);
}

