/*
Theme Name:  ntgb
Theme URI:   https://ntgb.klauda.at/
Description: Eigenständiges Wellington-Child für den Reha-Tagebuch-Blog "Meine Reha am Gmundnerberg" (ntgb.klauda.at). Ruhige "Gmundnerberg"-Optik: Berg-Blau und Schiefer aus dem Original-Headerfoto (Gmundnerberg bei Traunsee), warmes Papier. Sidebar links, einspaltige Vollbeiträge. Lokale Fonts (Magra + Gudea), kein CDN, DSGVO-konform.
Author:      Jarvis
Template:    wellington
Version:     1.0.3
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ntgb
Tags:        one-column, two-columns, custom-header, accessibility-ready

Lokale Fonts (kein Google-CDN, DSGVO-konform):
*/

/* Magra (Titel) + Gudea (Text) lokal  */
@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: italic;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/gudea-v16-latin-italic.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');
}
