/* Fonts */

@font-face {
	font-family: 'Blogger';
	src: url(../fonts/blogger_sans.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Blogger';
	src: url(../fonts/blogger_sans-medium.woff2) format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Blogger';
	src: url(../fonts/blogger_sans-bold.woff2) format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}



@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
	@font-face {
		font-family: 'Blogger';
		src: url(../fonts/retina/blogger_sans.woff2) format("woff2");
		font-weight: 400;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'Blogger';
		src: url(../fonts/retina/blogger_sans-medium.woff2) format("woff2");
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'Blogger';
		src: url(../fonts/retina/blogger_sans-bold.woff2) format("woff2");
		font-weight: 600;
		font-style: normal;
		font-display: swap;
	}

}




