/**
 * Selbst gehostete Webfonts (kopiert aus ritter-brand, Issue #236, urspr.
 * ritter-poc #124/#192): Old Standard TT + Quattrocento Sans. Google Fonts,
 * SIL Open Font License - Nutzungsrecht fuer Selbst-Hosting bestaetigt,
 * beide Domains freigegeben (docs/issue-192-asset-font-logo-icon-approvals.md).
 * Nur das Latin-Subset eingebunden (deckt deutsche Umlaute, ß und
 * typografische Satzzeichen wie – vollstaendig ab).
 *
 * Eigene Kopie der Font-Dateien in diesem Theme (assets/fonts/), keine
 * geteilte Referenz auf ritter-brand/ritter-poc — konsistent mit der
 * kopierten, versionierten Basis je Instanz (#191).
 */

@font-face {
	font-family: 'Old Standard TT';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/oldstd-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Old Standard TT';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/oldstd-400-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Old Standard TT';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/oldstd-700-normal.woff2') format('woff2');
}

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

@font-face {
	font-family: 'Quattrocento Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/quattro-400-italic.woff2') format('woff2');
}

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