/*
 * Gilroy — the brand face used across the Daisy report designs.
 *
 * Copied from dsy_client_portal_frontend/content/src/assets/fonts, which
 * already ships and deploys these under the same company licence. Before this,
 * the CMS had no Gilroy and the report slides fell back to Poppins, so a
 * printed report did not match the Figma comps it was built from.
 *
 * Only the upright weights the report actually uses are included (300-900);
 * the portal's italics are not copied because nothing here sets italic.
 */
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: url('/fonts/Gilroy-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
