/* Two Islands — Self-hosted Google Fonts
 *
 * Playfair Display: 400, 400 italic, 700
 * Lato:             300, 400, 700
 *
 * To self-host:
 *   1. Visit https://gwfh.mranftl.com/fonts
 *   2. Download Playfair Display (Regular 400, Italic 400, Bold 700) → WOFF2 only
 *   3. Download Lato (Light 300, Regular 400, Bold 700) → WOFF2 only
 *   4. Drop the .woff2 files into this folder (assets/fonts/)
 *   5. The @font-face URLs below assume the gwfh naming convention.
 *
 * Until you upload the files, the theme falls back to the Google Fonts CDN
 * (see the @import below — comment it out once self-hosting works).
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

/* --- Self-hosted (uncomment after uploading .woff2 files) ---

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('playfair-display-v36-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('playfair-display-v36-latin-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('playfair-display-v36-latin-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('lato-v24-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('lato-v24-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('lato-v24-latin-700.woff2') format('woff2');
}

*/
