/*
Theme Name:     Storefront Child — Épicerie Fine & Traiteur
Theme URI:      https://www.dev1.0minderserv.fr/
Description:    Thème enfant Storefront pour épicerie fine et traiteur — luxe discret, terroir d'exception, art de recevoir.
Author:         Toni
Author URI:     https://www.dev1.0minderserv.fr/
Template:       storefront
Version:        2.0.0
Requires at least: 6.4
Requires PHP:   8.2
License:        GNU General Public License v3 or later
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:    storefront-child
Tags:           e-commerce, two-columns, custom-colors, custom-menu, featured-images, full-width-template, footer-widgets, theme-options
*/

:root {
    --color-primary: #1A2640;
    --color-secondary: #C4B59D;
    --color-cream: #F5EDE0;
    --color-accent: #C97456;
    --color-forest: #5A6B48;
    --color-gold: #C9A961;
    --color-text: #2A2A2A;
    --color-text-muted: #6B6B6B;
    --color-white: #FFFFFF;

    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-script: 'Allura', 'Great Vibes', cursive;

    --radius-ui: 4px;
    --radius-circle: 50%;

    --transition-base: all 300ms ease-in-out;

    --space-section-desktop: 80px;
    --space-section-mobile: 40px;

    --container-max: 1280px;
}
