/*
Theme Name:   Volt Crimson
Description:  Modernes, eigenständiges Child-Theme zu Wellington für den Volt-Blog. Editoriale Automotive-Optik in tiefem Kirschrot (Fahrzeugfarbe) auf warmem Papier, mit Antikgold-Akzent (Markenbezug Chevrolet-Bowtie) und lokalen Fonts (Magra + Gudea). Kein CDN, DSGVO-konform.
Author:       EPower / Jarvis
Template:     wellington
Version:      2.1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  volt-crimson
*/

/* ----------------------------------------------------------
   Lokale Fonts (kein Google-CDN) — Magra (Display) + Gudea (Text)
   ---------------------------------------------------------- */
@font-face {
	font-family: 'Magra';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/magra-v15-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Magra';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/magra-v15-latin-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Gudea';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/gudea-v16-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Gudea';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/gudea-v16-latin-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Gudea';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/gudea-v16-latin-italic.woff2') format('woff2');
}
