/**
 * Color Palette Variables
 * 
 * This file contains your base color palette created in:
 * WordPress Admin → Markt Settings → Color Palette
 * 
 * Last updated: 2026-03-12 09:20:57
 */

:root {
    /* ==========================================
       BASE COLOR PALETTE
       ========================================== */
    
    --terracotta-dark: rgb(242,111,98); /* Terracotta Dark */
    --terracotta-light: rgb(243,123,111); /* Terracotta Light */
    --harvest-dark: rgb(230,224,215); /* Harvest Dark */
    --harvest-light: rgb(234,229,223); /* Harvest Light */
    --canopy-dark: rgb(33,63,68); /* Canopy Dark */
    --canopy-light: rgb(39,72,77); /* Canopy Light */
    --claystone-dark: rgb(179,141,105); /* Claystone Dark */
    --claystone-light: rgb(186,148,117); /* Claystone Light */
}
