@font-face {
    font-family: 'Graphik';
    src: url('/custom-fonts/Graphik-Medium.eot');
    src: url('/custom-fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('/custom-fonts/Graphik-Medium.woff2') format('woff2'),
        url('/custom-fonts/Graphik-Medium.woff') format('woff'),
        url('/custom-fonts/Graphik-Medium.ttf') format('truetype'),
        url('/custom-fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/custom-fonts/Graphik-Regular.eot');
    src: url('/custom-fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('/custom-fonts/Graphik-Regular.woff2') format('woff2'),
        url('/custom-fonts/Graphik-Regular.woff') format('woff'),
        url('/custom-fonts/Graphik-Regular.ttf') format('truetype'),
        url('/custom-fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/custom-fonts/Graphik-Bold.eot');
    src: url('/custom-fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('/custom-fonts/Graphik-Bold.woff2') format('woff2'),
        url('/custom-fonts/Graphik-Bold.woff') format('woff'),
        url('/custom-fonts/Graphik-Bold.ttf') format('truetype'),
        url('/custom-fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

