/*
Theme Name:   Sitraa
Theme URI:    https://example.com
Description:  Custom WooCommerce child theme for Sitraa — Emotion-Woven Sarees. Built on Kadence. All brand colours and fonts live in the :root tokens below, so the entire site can be re-skinned from one place.
Author:       Built with Claude
Template:     kadence
Version:      1.0.0
Text Domain:  sitraa
*/

/* =========================================================================
   BRAND TOKENS  —  edit here to restyle the whole site
   Palette taken directly from the Sitraa / Mannat brand boards.
   ========================================================================= */
:root {
  /* ---- Core palette (from the board) ---- */
  --sitraa-maroon:        #560406;  /* primary oxblood — dark sections, hero  */
  --sitraa-gold:          #a17b5e;  /* brand tan-gold — accents, borders       */
  --sitraa-ivory:         #fdfcfc;  /* lightest                                 */

  /* ---- Supporting shades derived from the palette ---- */
  --sitraa-maroon-deep:   #3a0304;  /* deeper maroon for gradient depth        */
  --sitraa-maroon-soft:   #6b0a0c;  /* hover / raised maroon                    */
  --sitraa-gold-light:    #c9a373;  /* brighter gold for text on dark          */
  --sitraa-cream:         #f5efe4;  /* warm cream — light sections             */
  --sitraa-ink:           #2b1416;  /* body text on light                      */
  --sitraa-ink-muted:     #7a6a63;  /* secondary text on light                 */
  --sitraa-on-dark:       #efe4d8;  /* text on maroon                          */
  --sitraa-on-dark-muted: #cbb79f;  /* muted text on maroon                    */
  --sitraa-hairline:      rgba(161,123,94,.40); /* gold hairline dividers      */

  /* ---- Type ---- */
  /* Board fonts are "Youngest Serif" (display) + "Burgues Script".
     Those aren't free web fonts, so we ship close Google Fonts matches:
     Cormorant Garamond (display), EB Garamond (body), Pinyon Script (accent).
     Swap the first family in each stack if you license the originals. */
  --sitraa-display: "Cormorant Garamond", "Youngest Serif", Georgia, serif;
  --sitraa-body:    "EB Garamond", Georgia, "Times New Roman", serif;
  --sitraa-script:  "Pinyon Script", "Burgues Script", cursive;

  /* ---- Shape ---- */
  --sitraa-radius:  4px;
  --sitraa-maxw:    1200px;
}

/* Organised styles live in /assets/css/custom.css */
