/* Geopera's LICENSED typefaces (Styrene A / Tiempos). This stylesheet is
   loaded only for brands listing it in `fontStylesheets` (brand registry) —
   it must never be referenced on partner-brand hostnames. */

/* Tiempos Serif Font */
@font-face {
	font-family: "Tiempos Headline";
	src: url("/fonts/TiemposHeadline-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Tiempos Headline";
	src: url("/fonts/TiemposHeadline-Semibold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Tiempos Text";
	src: url("/fonts/TiemposText-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Tiempos Text";
	src: url("/fonts/TiemposText-Semibold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Styrene Sans Font */
@font-face {
	font-family: "Styrene A";
	src: url("/fonts/StyreneA-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Styrene A";
	src: url("/fonts/StyreneA-Medium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Styrene A";
	src: url("/fonts/StyreneA-Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
