/*
Theme Name:        pumpenpioniere
Theme URI:         https://pumpenpioniere.de
Author:            pumpenpioniere UG
Author URI:        https://pumpenpioniere.de
Description:       WordPress Block Theme fuer pumpenpioniere UG – Waermepumpen-Komplettanbieter im Raum Stuttgart. Beratung, Verkauf, Installation, Foerderung aus einer Hand.
Version:           3.0.2
Requires at least: 6.4
Tested up to:      6.7
Requires PHP:      8.2
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       pumpenpioniere
Tags:              block-theme, one-column, full-site-editing, full-width-template, wide-blocks, accessibility-ready, blog, business
*/

/* ------------------------------------------------------------
   Base fallback. The real styles ship in assets/css/main.css
   (Tailwind build). This file only satisfies the WordPress
   theme header requirement and provides a tiny safety net
   before main.css loads.
   ------------------------------------------------------------ */

html, body {
  background: #FAF8F5;
  color: #1B2A6B;
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; }

img, svg { max-width: 100%; height: auto; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: #1B2A6B;
  color: #fff;
  z-index: 100;
  border-radius: 6px;
  font-weight: 700;
}
