/**
 * Project's main font: Helvetica Neue LT Pro.
 *
 * The three available weights are declared as @font-face so they are
 * accessible across the whole site (front-end, WPBakery editor and admin). Any
 * CSS can use it via `font-family: "Helvetica Neue LT Pro"` or the
 * `var(--kbeu-font-principal)` variable.
 */

@font-face {
	font-family: "Helvetica Neue LT Pro";
	src: url("../fonts/HelveticaNeueLTPro-Lt.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT Pro";
	src: url("../fonts/HelveticaNeueLTProMd.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT Pro";
	src: url("../fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--kbeu-font-principal: "Helvetica Neue LT Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
