/*
Theme Name: Lichternetz
Theme URI: https://lichter-netz.de
Description: Child theme of Ollie carrying the Lichter-Netz corporate design (2024 Styleguide): Grün #67bd9c, Lila #8672aa, Anthrazit #3c3c3b, Gelb #ded600, Bricolage Grotesque + Manrope. Design tokens live in theme.json; brand sections live in the ln-brand plugin.
Author: eja Bautzen-Kamenz
Template: ollie
Version: 1.0.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lichternetz
*/

/* Anchor links glide instead of jumping.

   The front page is a one-pager: header, hero and footer link almost
   exclusively to sections of the same document. A hard jump leaves it to the
   reader to work out where they landed; the movement shows it.

   Only the motion lives here, and only because the child stylesheet is
   enqueued on the front end alone (wp_enqueue_scripts): inside the editor a
   smooth-scrolling canvas makes selecting blocks feel sluggish. Where a jump
   link comes to rest is geometry and belongs to the header it has to clear —
   that is brand.css, section 5. */

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}
