/*
Theme Name: BGLW Relaunch
Theme URI: https://berchtesgadener-land.de
Author: DieMediax
Description: Custom Block-Theme fuer den Website-Relaunch des Berchtesgadener Land Wirtschaftsservice (BGLW). Design-Tokens ueber theme.json, Inhaltsmodule als ACF-Blocks, redaktionelle Sperren ueber Block-Whitelist und Block-Locking. Kein Page Builder.
Version: 0.6.15
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: bglw
*/

/* ------------------------------------------------------------------
   Basis-Layout. Farb-, Typo- und Abstands-Tokens kommen aus theme.json
   (CSS Custom Properties --wp--preset--*). Hier nur, was theme.json
   nicht abdeckt (Modul-spezifische Layouts liegen in den Block-CSS).
------------------------------------------------------------------- */

:root {
    --bglw-radius: 10px;
    --bglw-shadow: 0 2px 12px rgba(0, 60, 116, 0.08);
}

body {
    font-family: var(--wp--preset--font-family--sans);
    color: var(--wp--preset--color--text);
    background: var(--wp--preset--color--weiss);
}

a { color: var(--wp--preset--color--orange-web); }
a:hover { color: var(--wp--preset--color--alpinblau); }

/* Sichtbarer Fokus-Zustand (WCAG 2.4.7) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
:focus-visible {
    outline: 3px solid var(--wp--preset--color--alpinblau);
    outline-offset: 2px;
}
