/* 2026-06-16/CLCO (STEK): Self-hosted Google text fonts, replacing fonts.googleapis.com / fonts.gstatic.com links.
   Removes the GDPR-relevant transfer of the visitor's IP to Google and two render-blocking third-party requests.
   woff2, latin + latin-ext subsets, generated via google-webfonts-helper (open source). Family names and weights
   match Google's canonical names so existing site CSS keeps working unchanged.
   Used by: Cabin/Poppins -> companies SOV, SOH, SOL, MJA. Barlow Condensed/Roboto -> company LAI. */

@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('cabin-v35-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('poppins-v24-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('barlow-condensed-v13-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('roboto-v51-latin_latin-ext-500.woff2') format('woff2');
}
