/*
Theme Name: Etch Child
Theme URI: https://jopo.biz
Description: Child theme für das "Etch Theme". Aktiviert das Erstellen von Menüs wie in einem Classic-Theme. Fügt u. a. Upload-Unterstützung für Font-Dateien und SVG hinzu.
Author: Johannes Poth | jopo projects
Author URI: https://jopo.biz
Template: etch-theme
Version: 1.0.0
Text Domain: etch-child
Requires at least: 6.1
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: child-theme
*/

/**
 * Hinweis: Falls der Parent-Theme-Ordner nicht "etch-theme" heißt,
 * bitte den Wert von "Template" oben auf den tatsächlichen Ordnernamen anpassen.
 *
 * Beispiel @font-face (nach Upload der Dateien in die Mediathek anpassen):
 *
 * @font-face {
 *   font-family: "MyBrand Sans";
 *   src: url("https://example.com/wp-content/uploads/2025/01/MyBrandSans.woff2") format("woff2"),
 *        url("https://example.com/wp-content/uploads/2025/01/MyBrandSans.woff") format("woff");
 *   font-weight: 400;
 *   font-style: normal;
 *   font-display: swap;
 * }
 *
 * body { font-family: "MyBrand Sans", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
 */
