/* MarryQ — Self-hosted font declarations
 * Display: Newsreader (Google Fonts, OFL-1.1)
 * Body:    Inter (Google Fonts, OFL-1.1)
 * Accents: Crimson Pro 400 italic (Google Fonts, OFL-1.1) — pull-quote / blockquote only
 *
 * Self-hosted via Fontsource for GDPR compliance.
 */

/* ---- Newsreader (display serif) ---- */

@font-face {
	font-family: 'Newsreader';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/newsreader-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Newsreader';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/newsreader-latin-400-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Newsreader';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/newsreader-latin-500-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Newsreader';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/newsreader-latin-500-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Newsreader';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/newsreader-latin-600-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Newsreader';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/newsreader-latin-600-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Newsreader';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/newsreader-latin-700-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Newsreader';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/newsreader-latin-700-italic.woff2') format('woff2');
}

/* ---- Inter (body sans) ---- */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/inter-latin-600-normal.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/inter-latin-700-normal.woff2') format('woff2');
}

/* ---- Crimson Pro (accent italic — blockquotes only) ---- */

@font-face {
	font-family: 'Crimson Pro';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/crimson-pro-latin-400-italic.woff2') format('woff2');
}
