/*
Theme Name: EmolRecipe
Theme URI: https://emolgroup.cc/emolrecipe
Author: Emol Group
Author URI: https://emolgroup.cc
Description: Lightweight, fast, modern custom theme for recipe/food-blog sites. Built for Gutenberg only (no page builders), with full Customizer position control, live search, quizzes, an affiliate boutique, favorites, dark mode, and ad-ready zones.
Version: 1.0.11
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emolrecipe
Domain Path: /languages

EmolRecipe is distributed under the terms of the GNU GPL v2 (or later).
*/

/*
 * This file intentionally contains only the theme header (required by
 * WordPress for theme discovery) and the base CSS Custom Properties
 * token block. All visual/layout rules live in assets/css/main.css and
 * its conditional siblings — see inc/enqueue.php.
 */

:root {
	/* Colors — "warmth of the kitchen" palette (light, default). Dark
	   palette overrides these under [data-theme="dark"] in a later
	   milestone (M3). Do not hardcode any color outside these tokens. */
	--emol-primary: #c4472f;
	--emol-secondary: #4a5d3f;
	--emol-accent: #d98e32;
	--emol-text: #2d2a26;
	--emol-text-light: #6e655c;
	--emol-bg: #fffdf9;
	--emol-bg-alt: #f7f1e8;

	/* Typography */
	--emol-font-heading: 'Playfair Display', Georgia, serif;
	--emol-font-body: 'Nunito Sans', -apple-system, 'Segoe UI', sans-serif;
	--emol-font-size-base: 18px;
	--emol-line-height-base: 1.75;

	/* Layout */
	--emol-container-width: 1200px;
	--emol-radius: 8px;
}
