@font-face {
    font-family: 'Geograph';
    src: url('geograph-regular-webfont.woff2') format('woff2'),
        url('geograph-regular-webfont.woff') format('woff');
	font-weight: 400;
}
/* no regular italic :( - webfont conversion kept failing */

@font-face {
    font-family: 'Geograph';
    src: url('geograph-medium-webfont.woff2') format('woff2'),
        url('geograph-medium-webfont.woff') format('woff');
	font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Geograph';
    src: url('geograph-mediumitalic-webfont.woff2') format('woff2'),
        url('geograph-mediumitalic-webfont.woff') format('woff');
	font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Geograph';
    src: url('geograph-light-webfont.woff2') format('woff2'),
        url('geograph-light-webfont.woff') format('woff');
	font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Geograph';
    src: url('geograph-lightitalic-webfont.woff2') format('woff2'),
        url('geograph-lightitalic-webfont.woff') format('woff');
	font-weight: 300;
    font-style: italic;
}