/* ============================================================
   Horta Nutrition fonts.

   We import via Google Fonts CDN so the theme works out of the
   box without needing to ship .woff2 files. To self-host instead,
   download Fraunces + Inter variable woff2 files into this folder
   and replace the @import below with @font-face declarations.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..900;1,9..144,300..900&family=Inter:wght@300..800&display=swap');

/* Optional self-hosted fallback (uncomment if you ship the woff2 files):

@font-face {
	font-family: 'Fraunces';
	src: url('Fraunces-Variable.woff2') format('woff2-variations');
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Fraunces';
	src: url('Fraunces-Italic-Variable.woff2') format('woff2-variations');
	font-weight: 300 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Variable.woff2') format('woff2-variations');
	font-weight: 300 800;
	font-style: normal;
	font-display: swap;
}

*/
