/*
Theme Name: Fachforum Schutzbauten
Theme URI: https://example.org/
Author: Fachforum Schutzbauten Nürnberg e.V.
Description: Sachliches WordPress-Block-Theme für Dokumentation, Forschung, Wissenstransfer und Publikationen.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fachforum-schutzbauten
Tags: block-patterns, full-site-editing, custom-colors, custom-logo, accessibility-ready
*/

:root { --ffs-line: rgba(46,64,77,.18); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a { text-underline-offset: .18em; }
:focus-visible { outline: 3px solid #C56F2D; outline-offset: 3px; }
.ffs-technical-grid {
  background-image: linear-gradient(var(--ffs-line) 1px, transparent 1px), linear-gradient(90deg, var(--ffs-line) 1px, transparent 1px);
  background-size: 32px 32px;
}
.ffs-kicker { letter-spacing: .12em; text-transform: uppercase; font-size: .8rem; font-weight: 700; }
.wp-block-button__link { transition: transform .15s ease, filter .15s ease; }
.wp-block-button__link:hover { transform: translateY(-1px); filter: brightness(.95); }
