@font-face {
    font-family: graphik;
    src: url(/fonts/graphik/thin.otf) format("opentype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: graphik;
    src: url(/fonts/graphik/light.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: graphik;
    src: url(/fonts/graphik/regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: graphik;
    src: url(/fonts/graphik/medium.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: graphik;
    src: url(/fonts/graphik/semi-bold.otf) format("opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: graphik;
    src: url(/fonts/graphik/bold.otf) format("opentype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: graphik;
    src: url(/fonts/graphik/black.otf) format("opentype");
    font-weight: 900;
    font-style: normal
}