@font-face {
    font-family: 'Geograph';
    src: url('../fonts/GeographWeb-Light.eot');
    src: url('../fonts/GeographWeb-Light.eot') format('embedded-opentype'),
         url('../fonts/GeographWeb-Light.woff2') format('woff2'),
         url('../fonts/GeographWeb-Light.woff') format('woff');
         font-weight: 300;
         font-style: normal;
}

@font-face {
    font-family: 'Geograph Bold';
    src: url('../fonts/GeographWeb-Bold.eot');
    src: url('../fonts/GeographWeb-Bold.eot') format('embedded-opentype'),
         url('../fonts/GeographWeb-Bold.woff2') format('woff2'),
         url('../fonts/GeographWeb-Bold.woff') format('woff');
         font-weight: 700;
         font-style: normal;
}

@font-face {
    font-family: 'Geograph';
    src: url('../fonts/GeographWeb-Regular.eot');
    src: url('../fonts/GeographWeb-Regular.eot') format('embedded-opentype'),
         url('../fonts/GeographWeb-Regular.woff2') format('woff2'),
         url('../fonts/GeographWeb-Regular.woff') format('woff');
         font-weight: 400;
         font-style: normal;
}