@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikRegular.woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikRegularItalic.woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikMedium.woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikMediumItalic.woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikSemibold.woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikSemiboldItalic.woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikBold.woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'Graphik';
    src: url('./fonts/GraphikBoldItalic.woff2');
    font-weight: 700;
    font-style: italic;
}
