@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/GraphikWeb-Regular.woff2') format('woff2'),
         url('../fonts/graphik/GraphikWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/GraphikWeb-RegularItalic.woff2') format('woff2'),
         url('../fonts/graphik/GraphikWeb-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/GraphikWeb-Semibold.woff2') format('woff2'),
         url('../fonts/graphik/GraphikWeb-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/GraphikWeb-SemiboldItalic.woff2') format('woff2'),
         url('../fonts/graphik/GraphikWeb-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/GraphikWeb-Bold.woff2') format('woff2'),
         url('../fonts/graphik/GraphikWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/GraphikWeb-BoldItalic.woff2') format('woff2'),
         url('../fonts/graphik/GraphikWeb-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}