/** Exact self-hosted font files used by the audited reference. */

/*
 * Keep the reference families as one-family-per-face aliases. Some engines
 * resolve their metrics differently from a weighted family, even when the
 * underlying font binary is identical.
 */
@font-face {
	font-family: "RobotoThin";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-thin.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoLight";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-light.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoRegular";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-regular.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoMedium";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-medium.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoBold";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-bold.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoCondensedLight";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-condensed-light.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoCondensedRegular";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-condensed-regular.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoCondensedBold";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-condensed-bold.ttf") format("truetype");
}

@font-face {
	font-family: "RobotoSlab";
	font-style: normal;
	font-display: swap;
	src: url("../fonts/roboto-slab-bold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("../fonts/roboto-thin.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/roboto-light.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/roboto-regular.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/roboto-medium.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/roboto-bold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/roboto-condensed-light.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/roboto-condensed-regular.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/roboto-condensed-bold.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/roboto-slab-bold.ttf") format("truetype");
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
	font-family: "IcoMoon";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/icomoon.ttf") format("truetype");
}
