/*
Theme Name: GeneratePress Child - QuickPlateRecipe
Theme URI: https://quickplaterecipe.com
Description: Custom child theme for QuickPlateRecipe.com with modular content.
Author: QuickPlateRecipe Team
Author URI: https://quickplaterecipe.com
Template: generatepress
Version: 1.2.0
Text Domain: generatepress-child
*/

/* ========================================
   BRAND COLOR PALETTE
   ======================================== */
:root {
    --cabbage-green: #7BAF6B;
    --clay-brown: #A67358;
    --warm-cream: #FFF7EC;
    --jar-blue-grey: #6F7B7D;
    --accent-mustard: #E2B659;
    --text-dark: #2C2C2C;
    --text-light: #5A5A5A;
    --border-light: #E0E0E0;
    --success-green: #4CAF50;
    --warning-orange: #FF9800;
    --error-red: #F44336;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */
body {
    font-family: 'Inter', 'Lato', sans-serif;
    color: var(--text-dark);
    background-color: var(--warm-cream);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', 'Merriweather', serif;
    color: var(--text-dark);
}