/* XPDEL Graphik font-face declarations — local files, no external dependency */
@font-face {
    font-family: graphik;
    src: url('../fonts/Graphik1/GraphikLight.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: graphik;
    src: url('../fonts/Graphik1/GraphikRegular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: graphik;
    src: url('../fonts/Graphik1/GraphikMedium.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: graphik;
    src: url('../fonts/Graphik1/GraphikSemibold.otf') format('opentype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: graphik;
    src: url('../fonts/Graphik1/GraphikBold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: graphik;
    src: url('../fonts/Graphik1/GraphikBlack.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
}

body {
    font-family: graphik !important;
}
