/*
 * Theme Name: Tim van Baars - GeneratePress Child
 * Theme URI: https://timvanbaars.de
 * Description: Custom child theme for timvanbaars.de consulting site
 * Author: Tim van Baars
 * Author URI: https://timvanbaars.de
 * Template: generate-press
 * Version: 1.0.0
 * License: GPL v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: timvanbaars-child
 * Domain Path: /languages
 */

/* Import parent theme styles */
@import url( '../generatepress/style.css' );

/* Child theme custom styles (colors, components, theme-switch) are loaded from
   https://timvanbaars.de/assets/style.css via functions.php.
   Design tokens live in the timvanbaars-de repo — do not duplicate them here. */

/* GeneratePress prints its own body background/color via the Customizer;
   override so the design-system tokens always win regardless of load order. */
body {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

/* Header stays visible (navy) in both Light and Dark mode by design —
   see timvanbaars-de/assets/style.css for the actual color rules.
   Floating theme-switcher styling also lives there (single source of
   truth for design tokens/components; do not duplicate here). */
