/*
 * Theme Name: Radcliffe 2 Child
 * Template: radcliffe-2-wpcom
 * */

/* Lato 300 */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/lato-v25-latin-300.woff2') format('woff2');
}

/* Lato 400 */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/lato-v25-latin-regular.woff2') format('woff2');
}

/* Roboto 400 */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/roboto-v50-latin-regular.woff2') format('woff2');
}

