/* 
* Fontstyles
* -----------------------------------------------------
*/

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-Thin.otf) format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-ExtraLight.otf) format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-Light.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-RegularItalic-Trial.otf) format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-SemiBold.otf) format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-Bold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik";
    src: url(../assets/fonts/Graphik/Graphik-BoldItalic.otf) format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}