/*
Theme Name: WordPress Test (Agency Base)
Theme URI: https://github.com/bigchungusthesixninth/wordpress_test
Author: Olcay Stabel
Author URI: https://github.com/bigchungusthesixninth
Description: Een moderne block theme (Full Site Editing) als basis voor klantwebsites, gebouwd om te testen of Claude Code volledige WordPress-sites kan maken. Bewerk theme.json voor kleuren, typografie en layout.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordpress-test
Tags: full-site-editing, block-patterns, blog, business, one-column, custom-colors, custom-logo, editor-style
*/

/*
 * De meeste styling van een block theme staat in theme.json.
 * Gebruik dit bestand alleen voor CSS die niet via theme.json kan.
 */

/* Vloeiende scroll voor anker-links (bijv. navigatie naar secties) */
html {
	scroll-behavior: smooth;
}

/* Zorg dat afbeeldingen nooit hun container overschrijden */
img {
	max-width: 100%;
	height: auto;
}
