@font-face {
    font-family: GraphikRegular;
    src: url(../fonts/GraphikRegular.otf);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: GraphikMedium;
    src: url(../fonts/GraphikMedium.otf);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: GraphikSemibold;
    src: url(../fonts/GraphikSemibold.otf);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}