/**
 * Color Palette Variables
 * 
 * This file contains your base color palette created in:
 * WordPress Admin → Markt Settings → Color Palette
 * 
 * Last updated: 2026-02-03 07:11:16
 */

:root {
    /* ==========================================
       BASE COLOR PALETTE
       ========================================== */
    
    --coral: rgb(215,84,38); /* Coral */
    --deep-ocean: rgb(0,48,71); /* Deep Ocean */
    --golden-hour: rgb(232,201,137); /* Golden Hour */
    --dawn-ray: rgb(215,84,38); /* Dawn Ray */
    --low-tide: rgb(93,129,142); /* Low Tide */
    --sandy-shore: rgb(231,217,191); /* Sandy Shore */
    --white: rgb(255,255,255); /* White */
}
