/*
Theme Name: Sarkis & Pia Wedding
Theme URI: https://example.com
Description: A custom wedding invitation theme for Sarkis & Pia's wedding on May 30, 2026 at Byblos Palace.
Version: 1.0.0
Author: Custom
Text Domain: sp-wedding
*/

:root {
    --gold:         #C9A84C;
    --gold-light:   #e8cc7a;
    --gold-dim:     rgba(201,168,76,0.35);
    --gold-glow:    rgba(201,168,76,0.12);

    --bg:           #090806;
    --bg-1:         #0f0d09;
    --bg-2:         #13100c;
    --bg-3:         #1a160f;

    --surface:      rgba(255,255,255,0.03);
    --surface-hover:rgba(255,255,255,0.06);
    --border:       rgba(201,168,76,0.18);
    --border-light: rgba(255,255,255,0.06);

    --text:         #ede3d0;
    --text-soft:    #a89880;
    --text-muted:   #6b5e4a;
    --text-dim:     rgba(237,227,208,0.4);

    --font-heading: 'Playfair Display', Georgia, serif;
    --font-script:  'Great Vibes', cursive;
    --font-body:    'Lato', 'Helvetica Neue', Arial, sans-serif;

    --header-h:     72px;
    --max-w:        1140px;

    /* legacy compat */
    --color-gold:        #C9A84C;
    --color-gold-light:  #e8cc7a;
    --color-gold-dark:   #a8872a;
    --color-white:       #ffffff;
    --color-off-white:   #090806;
    --color-text:        #ede3d0;
    --color-text-light:  #a89880;
    --color-text-muted:  #6b5e4a;
    --color-border:      rgba(201,168,76,0.18);
    --color-success:     #4e9b6f;
    --color-error:       #c0392b;
    --font-body:         'Lato', 'Helvetica Neue', Arial, sans-serif;
    --spacing-xs:  0.5rem;
    --spacing-sm:  1rem;
    --spacing-md:  2rem;
    --spacing-lg:  4rem;
    --spacing-xl:  7rem;
    --max-width:   1140px;
    --header-height: 72px;
}
