/* HPE Graphik — local OTF (loaded from theme assets/fonts).
   TODO (production): convert to woff2 for ~50% smaller payload. */

@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-RegularItalic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-MediumItalic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-Semibold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-SemiboldItalic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HPE Graphik";
	src: url("../fonts/HPEGraphik-BoldItalic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
