/*
Theme Name:   Kinderparadies
Theme URI:    https://kinderparadies-ndl.de
Description:  Child-Theme zu KidsVibe für die Kita "Kinderparadies" Niederlungwitz.
              Lädt die Schriften lokal statt von Google und nimmt eigene Anpassungen auf.
Author:       Kinderzukunft Niederlungwitz e.V.
Template:     kidsvibe
Version:      1.0.0
Text Domain:  kinderparadies
*/

/* ---------------------------------------------------------------------------
   Schriften lokal einbinden.

   Die Dateien liegen bereits im Medienarchiv unter /wp-content/uploads/fonts/203/.
   Deshalb werden sie hier über absolute Pfade referenziert und nicht ins
   Child-Theme kopiert — so bleibt das ZIP klein und es geht nichts verloren,
   wenn das Theme später neu hochgeladen wird.
--------------------------------------------------------------------------- */

@font-face {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/203/amatic-sc-v24-latin-ext_latin-regular.woff2') format('woff2'),
	     url('/wp-content/uploads/fonts/203/amatic-sc-v24-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/203/amatic-sc-v24-latin-ext_latin-700.woff2') format('woff2'),
	     url('/wp-content/uploads/fonts/203/amatic-sc-v24-latin-ext_latin-700.woff') format('woff');
}

@font-face {
	font-family: 'News Cycle';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/203/news-cycle-v22-latin-ext_latin-regular.woff2') format('woff2'),
	     url('/wp-content/uploads/fonts/203/news-cycle-v22-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
	font-family: 'News Cycle';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/wp-content/uploads/fonts/203/news-cycle-v22-latin-ext_latin-700.woff2') format('woff2'),
	     url('/wp-content/uploads/fonts/203/news-cycle-v22-latin-ext_latin-700.woff') format('woff');
}

/* ---------------------------------------------------------------------------
   Eigene Anpassungen ab hier.
--------------------------------------------------------------------------- */
