/**
 * Mayfair Townhouse brand fonts (matches mayfair-townhouse.vercel.app).
 *
 * Body/UI: new-atten (Adobe Typekit kit uwa5uxu).
 * Headings: Canela (bundled; same file as the main site).
 */

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

body.wifi-portal-page--mayfair {
	--font-canela: canela, "Times New Roman", serif;
	--font-new-atten: "new-atten", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
