/*
Theme Name: Pienaar Minimal 2027
Theme URI: https://pienaartroue.local
Description: A minimalistic, elegant block theme for wedding websites. Featuring clean typography, whitespace, and Full Site Editing support.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: pienaar-minimal-2027
Domain Path: /languages
Author: Pienaar Wedding
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Theme styles are handled via theme.json and block styles */

html {
	scroll-behavior: smooth;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Minimal custom CSS */
.wp-block-image img {
	max-width: 100%;
	height: auto;
}

/* Utility classes for theme */
.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}
