/* ========================================
   HPE Graphik Font Faces
   ======================================== */
@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-ExtralightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HPE Graphik';
    src: url('../static/assets/HPEGraphik-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
