/*
 * Self-hosted fonts for Ocean Breeze Spa (brand concept "C").
 * No external font requests (no Google Fonts CDN call) — everything is
 * served from this theme for performance and to avoid third-party
 * tracking requests before a cookie-consent banner has run.
 */

@font-face {
	font-family: 'Kinfolk';
	src: url('../fonts/kinfolk-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brittany Signature';
	src: url('../fonts/brittany-signature.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

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

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