/*
Theme Name: Paradog
Theme URI: https://paradog-manufaktur.com
Author: WARP3 GmbH – Werbeagentur & Designstudio
Author URI: https://warp3.at/
Description: Paradog is a modern WordPress block theme built for the Paradog Manufaktur online shop — handcrafted paracord accessories for dogs and horses, made in the Bavarian Forest. It is a full-site-editing (FSE) theme with first-class WooCommerce and Gutenberg support, a Montserrat type system, a #660099 brand palette, and a Vite-based asset pipeline for compiled CSS/JS.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paradog
Tags: e-commerce, full-site-editing, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, wide-blocks, style-variations, blog, portfolio
*/

/*
 * The substantive styling for this theme lives in two places:
 *   1. theme.json            — global styles, palette, typography, spacing (the source of truth)
 *   2. src/styles/*.css       — compiled by Vite into dist/ for anything theme.json cannot express
 *
 * This stylesheet only carries the WordPress theme header above plus a few
 * progressive-enhancement rules that are awkward to model in theme.json.
 * It is enqueued after the compiled Vite bundle.
 */

/* Link affordances — match Twenty Twenty-Five's accessible underline treatment. */
a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

/* Visible focus ring for keyboard users across all site blocks. */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Reduce widows/orphans on headings and prose. */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/* Keep long preformatted text from forcing horizontal page scroll. */
:where(pre) {
	overflow-x: auto;
}
