/*
Theme Name: YumFusion Theme
Theme URI: https://yumfusionrecipes.com
Author: Antigravity AI
Description: A lightweight, minimalist, and high-performance WordPress theme designed specifically for recipe blogs. Features a responsive grid layout and distraction-free reading mode.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, grid-layout, one-column, two-columns, translation-ready
Text Domain: yumfusion
*/

/* ------------------------------------------------------------------------- *
 *  0. VARIABLES & RESET Styles
 * ------------------------------------------------------------------------- */
:root {
    --color-primary: #FF6B6B; /* Tasty Red/Orange Accent */
    --color-text-main: #2D3436;
    --color-text-light: #636e72;
    --color-bg-body: #F9F9F9;
    --color-bg-card: #FFFFFF;
    --color-border: #E1E1E1;
    
    --font-heading: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-body: 'Georgia', serif;
    
    --container-width: 1200px;
    --grid-gap: 30px;
    --border-radius: 8px;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.05);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.08);
}
/* ... Rest of the CSS content ... */
