/*
 * Porchlight — self-hosted fonts (no external CDN <link>).
 *
 * Lora — a warm, slightly humanist serif with soft brush-influenced curves;
 * used for display headings. Verified zero-collision against every sibling
 * theme's assets/fonts/ directory in this catalogue before selection
 * (Cormorant, EB Garamond, Fraunces, Cinzel, Bodoni Moda, Instrument Serif
 * and others are all already in use elsewhere in this catalogue).
 *
 * Karla — a clean, approachable grotesque sans with rounded terminals; used
 * for UI chrome and body copy. Also verified unused elsewhere in this
 * catalogue (Manrope, Archivo, Inter, DM Sans, Public Sans, Mulish, Jost
 * and others are already in use).
 *
 * Both shipped as latin-subset variable fonts (weight-axis only).
 *
 * @package Porchlight
 */

@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora-var.woff2') format('woff2-variations'), url('../fonts/lora-var.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora-italic-var.woff2') format('woff2-variations'), url('../fonts/lora-italic-var.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/karla-var.woff2') format('woff2-variations'), url('../fonts/karla-var.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
	font-family: 'Karla';
	font-style: italic;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/karla-italic-var.woff2') format('woff2-variations'), url('../fonts/karla-italic-var.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
