/**
 * SERPsKit Community Form — Fonts.
 *
 * Loads the three site fonts from Google Fonts: Bricolage Grotesque, Anton,
 * and Suez One. Aliased as "SuezOne-Regular" so existing settings keep working.
 */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Suez+One&display=swap');

/* Alias: settings store the family name "SuezOne-Regular" but Google Fonts
   serves it as "Suez One". This rule maps the alias to the loaded family. */
@font-face {
	font-family: 'SuezOne-Regular';
	src: local('Suez One'), local('SuezOne-Regular');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
