/*
 Theme Name:   Greyton Marketplace
 Theme URI:    https://greyt.co.za
 Description:  A funky, arty, nature-focused community marketplace for Greyton, South Africa. Child theme of Astra.
 Author:       Greyt Team
 Author URI:   https://greyt.co.za
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  greyton-marketplace
 Requires at least: 6.0
 Tested up to: 6.7
*/

/* ==========================================================================
   CSS Custom Properties — "Fynbos & Clay" Design System
   ========================================================================== */

:root {
    /* Colors */
    --greyton-primary: #2D5016;
    --greyton-primary-light: #7BA05B;
    --greyton-primary-dark: #1E3A0E;
    --greyton-secondary: #C4652B;
    --greyton-secondary-light: #E8A87C;
    --greyton-secondary-dark: #A04F1F;
    --greyton-accent: #D4A03E;
    --greyton-accent-light: #E8C97A;
    --greyton-parchment: #F5F0E8;
    --greyton-white: #FAFAF7;
    --greyton-dark: #2C2416;
    --greyton-medium: #6B5E4F;
    --greyton-light: #9B8E7E;
    --greyton-border: #E2D8C8;
    --greyton-border-light: #EDE7DC;

    /* Typography */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
    --font-accent: 'Caveat', cursive;
    --font-emoji: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;

    /* Border Radius */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --radius-pill: 50px;
    --radius-organic: 30% 70% 70% 30% / 30% 30% 70% 70%;

    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(44, 36, 22, 0.06);
    --shadow-md: 0 4px 16px rgba(44, 36, 22, 0.08);
    --shadow-lg: 0 8px 32px rgba(44, 36, 22, 0.12);
    --shadow-hover: 0 12px 24px rgba(44, 36, 22, 0.15);

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;

    /* Layout */
    --container-max: 1240px;
    --container-narrow: 800px;
}
