/* Mark Geo */
@font-face {
    font-family: 'Mark Geo';
    src: url('/fonts/markgeo/light.woff2') format('woff2'),
    url('/fonts/markgeo/light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Mark Geo';
    src: url('/fonts/markgeo/regular.woff2') format('woff2'),
    url('/fonts/markgeo/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mark Geo';
    src: url('/fonts/markgeo/medium.woff2') format('woff2'),
    url('/fonts/markgeo/medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Mark Geo';
    src: url('/fonts/markgeo/semibold.woff2') format('woff2'),
    url('/fonts/markgeo/semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Mark Geo';
    src: url('/fonts/markgeo/bold.woff2') format('woff2'),
    url('/fonts/markgeo/bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}