@font-face {
    font-family: 'Graphik';
    src: url("/static/fonts/Graphik-Regular-Web.eot");
    src: url("/static/fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/Graphik-Regular-Web.woff2") format("woff2"),
    url("/static/fonts/Graphik-Regular-Web.woff") format("woff"),
    url("/static/fonts/Graphik-Regular-Web.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Graphik';
    src: url("/static/fonts/Graphik-Medium-Web.eot");
    src: url("/static/fonts/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/Graphik-Medium-Web.woff2") format("woff2"),
    url("/static/fonts/Graphik-Medium-Web.woff") format("woff"),
    url("/static/fonts/Graphik-Medium-Web.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Graphik';
    src: url("/static/fonts/Graphik-Bold-Web.eot");
    src: url("/static/fonts/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"),
    url("/static/fonts/Graphik-Bold-Web.woff2") format("woff2"),
    url("/static/fonts/Graphik-Bold-Web.woff") format("woff"),
    url("/static/fonts/Graphik-Bold-Web.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/static/fonts/SFProDisplay-Bold.eot');
    src: url('/static/fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('/static/fonts/SFProDisplay-Bold.woff') format('woff'),
    url('/static/fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}
