/*
 Theme Name:   Divi Child - Paritaetischer LSA
 Theme URI:    https://paritaet-lsa.de
 Description:  Child-Theme fuer Divi 5, sauberer Neustart der Layout-/Font-Grundeinstellungen
 Author:       Berlioz
 Author URI:   https://paritaet-lsa.de
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child-paritaet
*/

/* ==========================================================================
   Selbstgehostete Schriftart: Atkinson Hyperlegible
   (bewusst NICHT ueber Google Fonts geladen - DSGVO)
   Dateien liegen in: wp-content/themes/divi-child-paritaet/fonts/
   ========================================================================== */

@font-face {
	font-family: 'aatkin';
	src: url('fonts/Atkinson-Hyperlegible-Regular-102.woff2') format('woff2'),
	     url('fonts/Atkinson-Hyperlegible-Regular-102.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'aatkin';
	src: url('fonts/Atkinson-Hyperlegible-Bold-102.woff2') format('woff2'),
	     url('fonts/Atkinson-Hyperlegible-Bold-102.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'aatkin';
	src: url('fonts/Atkinson-Hyperlegible-Italic-102.woff2') format('woff2'),
	     url('fonts/Atkinson-Hyperlegible-Italic-102.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'aatkin';
	src: url('fonts/Atkinson-Hyperlegible-BoldItalic-102.woff2') format('woff2'),
	     url('fonts/Atkinson-Hyperlegible-BoldItalic-102.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/*
 Hinweis zur Divi-5-Einbindung:
 In den Divi-Font-Feldern (Variablen-Manager, Theme Customizer, Option Group
 Presets) NICHT ueber die Google-Fonts-Auswahl suchen, sondern den Namen
 manuell eintippen: "aatkin"
 (bewusst kein offizieller Google-Fonts-Name, damit Divi ihn als custom/
 unbekannt behandelt und NICHT selbst von fonts.googleapis.com nachlaedt -
 die eigentliche Schriftdatei liefert die @font-face-Regel oben aus dem
 Child-Theme. "aatkin" = Atkinson Hyperlegible, steht durch das doppelte "a"
 zudem ganz oben in alphabetisch sortierten Font-Listen.)

 Weitere Font-/Farb-/Layout-Grundeinstellungen laufen weiterhin ausschliesslich
 ueber:
 - Divi Theme Customizer (nur Fallback/Default-Werte)
 - Divi 5 Variablen-Manager (Design Variables: Farben, Fonts)
 - Divi 5 Option Group Presets (H1-H6, Text)
*/
