/*
Theme Name: HFG – Homburger Forst & Gartentechnik
Theme URI: https://hfg-forst-garten.de
Author: G-Tech GmbH
Author URI: https://g-tech.de
Description: Individuelles WordPress-Theme fuer HFG (Marke der G-Tech GmbH) – Brennholz, Gartentechnik, Baumfaellung und Baumstumpffraesen im Saarland und in Rheinland-Pfalz.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: hfg
*/

/* Grundreset - Design-Tokens (Farben, Schrift, Abstaende) kommen aus theme.json */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--wp--preset--font-family--body, sans-serif);
	color: var(--wp--preset--color--anthrazit, #2c2e2b);
	background: var(--wp--preset--color--weiss, #fff);
	line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--wp--preset--font-family--heading, sans-serif); line-height: 1.15; font-weight: 800; margin: 0 0 .5em; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }

.hfg-skip-link { position: absolute; left: -999px; top: 0; background: #000; color: #fff; padding: .75em 1.25em; z-index: 10000; }
.hfg-skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--wp--preset--color--waldgruen, #2f4f3a); outline-offset: 2px; }
