/*!
Theme Name: Saffron
Theme URI: https://example.com/saffron
Author: GrazeNest
Author URI: https://grazenest.com
Description: Saffron is a fast, original recipe & food magazine theme for WordPress. Clean editorial typography, flexible magazine layouts, and a built-in recipe system with schema.org rich-result markup. Built from scratch with no page-builder dependency for excellent Core Web Vitals.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saffron
Tags: blog, food-and-drink, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, two-columns
*/

/* =========================================================================
   Saffron — Design Tokens
   Original design system. Inter is bundled under the SIL Open Font License.
   ========================================================================= */
:root {
	/* Brand palette (original — warm saffron/charcoal editorial) */
	--saffron-accent:        #e0892b;
	--saffron-accent-dark:   #b96d18;
	--saffron-ink:           #1c1b19;
	--saffron-body:          #3d3b38;
	--saffron-muted:         #8a857d;
	--saffron-line:          #ece8e1;
	--saffron-surface:       #ffffff;
	--saffron-surface-alt:   #faf7f1;

	/* Accent secondary palette (newsletter, procedure, CTAs) */
	--saffron-coral:         #f4654e;
	--saffron-coral-dark:    #e2503a;
	--saffron-green:         #57a04a;
	--saffron-green-dark:    #4a8b3f;
	--saffron-pink:          #e8436b;

	/* Typography */
	--saffron-font-body:     "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--saffron-font-head:     "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--saffron-fs-base:       1rem;
	--saffron-lh-base:       1.7;

	/* Layout */
	--saffron-container:     1200px;
	--saffron-content:       760px;
	--saffron-gap:           2rem;
	--saffron-radius:        14px;
	--saffron-shadow:        0 10px 30px rgba(28, 27, 25, .08);
}

/* Base reset and typography live in assets/css/main.css (enqueued separately)
   so this file stays light. This header + tokens block is intentionally minimal
   for performance. */
