/*
Theme Name:   GeneratePress Child - QuoteHaven
Theme URI:    https://example.com
Description:  Child theme of GeneratePress powering the QuoteHaven custom Quote post type.
Author:       Your Name
Template:     generatepress
Version:      1.1.0
Text Domain:  quotehaven-child
*/

/*
This file intentionally stays minimal.
Your original quote design CSS lives in assets/css/quote.css
and is loaded ONLY on single Quote pages (see functions.php).
Do not add general site styling here unless it applies site-wide.
*/

/* =========================================================
   FULL PAGE SMOOTH SCROLL — site-wide (loaded on every page,
   not just Quote pages). Native CSS only, no JS, no scroll
   hijacking: this smooths keyboard scrolling (arrow keys, Page
   Up/Down, Home/End) and anchor-link jumps in every modern
   browser, while leaving normal mouse-wheel/touch scrolling,
   links, forms, and buttons completely untouched.
   ========================================================= */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
