@font-face {
    font-family: 'Albertus';
    src: url('/webfonts/albertusmt-light-webfont.woff2') format('woff2'),
         url('/webfonts/albertusmt-light-webfont.woff') format('woff');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Albertus';
    src: url('/webfonts/albertus-webfont.woff2') format('woff2'),
         url('/webfonts/albertus-webfont.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}
@media only screen and
	(-webkit-min-device-pixel-ratio: 1.25), only screen and
	(min-device-pixel-ratio: 1.25), only screen and
	(min-resolution: 200dpi), only screen and
	(min-resolution: 1.25dppx) {
		-webkit-font-smoothing: subpixel-antialiased;
}