/* Riverside Butchers Reset CSS File - ord_settings.css */
/* All code - Paul Willitt NTSWebco - 2021 */

/* Fonts used on order forms */


@font-face {
	font-family: 'ralewaylight';
	src: url('fonts/raleway-light-webfont.woff2') format('woff2'),
		 url('fonts/raleway-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaymedium';
	src: url('fonts/raleway-medium-webfont.woff2') format('woff2'),
		 url('fonts/raleway-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'josefin_sanslight';
	src: url('fonts/josefinsans-light-webfont.woff2') format('woff2'),
		 url('fonts/josefinsans-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'josefin_sansregular';
	src: url('fonts/josefinsans-regular-webfont.woff2') format('woff2'),
		 url('fonts/josefinsans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'source_sansprolight';
	src: url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
		 url('fonts/sourcesanspro-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


