/**
 * Gifts Cooperative Society — shared design tokens.
 * Page structure and visible content remain controlled from Elementor Pro.
 */
:root {
    --gcs-primary-green: #173a32;
    --gcs-deep-green: #0b241d;
    --gcs-primary-gold: #b68f4f;
    --gcs-warm-ivory: #f2eee4;
    --gcs-white: #ffffff;
    --gcs-text-dark: #173a32;
    --gcs-text-light: #f2eee4;
    --gcs-border-gold: rgba(182, 143, 79, 0.32);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
img, svg { max-width: 100%; }
html[dir="rtl"] body { direction: rtl; }
html[dir="ltr"] body { direction: ltr; }
