/**
 * Font Declarations
 *
 * Typography is loaded via Google Fonts (see inc/enqueue.php):
 *   - Playfair Display (editorial serif) — headings
 *   - Open Sans (clean sans) — body text
 *   - Montserrat (geometric sans) — eyebrows / labels / nav
 *
 * To switch to SELF-HOSTED fonts for performance/privacy:
 *   1. Drop the .woff2 files into assets/fonts/
 *   2. Uncomment the @font-face blocks below (adjust filenames)
 *   3. Remove the Google Fonts enqueue in inc/enqueue.php
 *
 * @package Home_Ready_Group
 */

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

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair-display-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

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

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
*/
