/*
Theme Name:   Benigens Group
Theme URI:    https://benigens.com
Description:  WordPress child theme for Benigens Group — a digital marketing agency. Brands That Convert. Designs That Sell.
Author:       Benigens Group
Author URI:   https://benigens.com
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  benigens
Tags:         astra, child-theme, digital-marketing, agency
*/

/* ============================================================
   DESIGN TOKENS — Benigens Group brand
   Primary: Gold #b8975a | Background: Bone #f3ede0
   Fonts: Cormorant Garamond (display) + Jost (body)
   ============================================================ */
:root {
    /* Brand Colours */
    --bone:             #f3ede0;
    --bone-dark:        #e8dfcc;
    --cream:            #faf6ec;
    --charcoal:         #141414;
    --ink:              #1a1a1a;
    --muted:            #6b6560;
    --gold:             #b8975a;
    --gold-deep:        #a0833f;

    /* Semantic aliases */
    --color-primary:        var(--gold);
    --color-primary-dark:   var(--gold-deep);
    --color-bg:             var(--bone);
    --color-dark:           var(--charcoal);
    --color-text:           var(--ink);
    --color-text-muted:     var(--muted);
    --color-white:          #ffffff;

    /* Typography */
    --font-display:     'Cormorant Garamond', serif;
    --font-body:        'Jost', sans-serif;

    /* Spacing */
    --space-xs:  0.5rem;
    --space-sm:  1rem;
    --space-md:  1.5rem;
    --space-lg:  2.5rem;
    --space-xl:  4.5rem;
    --space-2xl: 6.75rem;

    /* Container */
    --container-max:    1380px;
    --container-narrow: 860px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0,0,0,.10);
    --shadow-md: 0 4px 12px rgba(0,0,0,.12);
    --shadow-lg: 0 8px 28px rgba(0,0,0,.16);

    /* Transitions */
    --transition-fast: 0.25s ease;
    --transition-mid:  0.35s ease;
    --transition-slow: 0.9s ease;
}
