/* Cedar Shack Studios — brand tokens, drawn from the Etsy banner art */
:root {
  /* Color */
  --cream:        #F2EAE3;   /* warm sandy background, sampled from banner */
  --cream-light:  #FAF6F2;   /* card / surface white */
  --walnut:       #3D3226;   /* deep brown, headline text */
  --walnut-soft:  #5C4A3A;   /* secondary brown, wood-tone */
  --sage:         #7A9788;   /* watercolor splash green */
  --sage-light:   #C9D8CC;   /* pale sage for tints/borders */
  --gold:         #C17F3E;   /* script accent / cta gold */
  --gold-dark:    #9C641F;   /* hover state for gold */
  --line:         #DDD0C3;   /* hairline borders on cream */

  /* Type */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-script:  'Caveat', cursive;
  --font-body:    'Lora', Georgia, serif;

  /* Layout */
  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-circle: 50%;
  --maxw: 1180px;
}
