/*
Theme Name: Laurae theme
Theme URI: https://example.com/theme-starter
Author: KC
Author URI: https://example.com
Description: A clean, lightweight, production-ready WordPress starter theme. Fully driven by the Theme Customizer, accessibility-first, translation-ready, and built without any front-end frameworks.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-starter
Domain Path: /languages
Tags: custom-logo, custom-menu, custom-background, custom-header, featured-images, translation-ready, threaded-comments, block-styles, wide-blocks, editor-style, accessibility-ready, responsive
*/

/* This file exists so WordPress recognizes the theme and as a place for
   critical base tokens. All layout/component CSS lives in /assets/css. */

:root {
	--color-primary: #7a1528;
	--color-secondary: #5c4a2a;
	--color-accent: #f0ede8;
	--color-text: #1f1b18;
	--color-muted: #6b625b;
	--color-bg: #ffffff;
	--color-border: rgba(31, 27, 24, 0.12);

	--font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-heading: Georgia, "Times New Roman", serif;

	--container: 1200px;
	--space-1: 0.5rem;
	--space-2: 1rem;
	--space-3: 1.5rem;
	--space-4: 2rem;
	--space-5: 3rem;
	--space-6: 5rem;

	--radius: 4px;
	--transition: 200ms ease;
}


