@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&family=Tiro+Tamil&display=swap');

:root {
  /* ── Palette ── */
  --stone:        #1C1A17;   /* deep charcoal stone */
  --stone-mid:    #2E2B26;
  --stone-soft:   #4A4640;
  --saffron:      #D4820A;   /* temple lamp gold */
  --saffron-lt:   #F0A830;
  --saffron-glow: #FAC85A;
  --lotus:        #B84C6E;   /* lotus pink */
  --lotus-lt:     #E87A9A;
  --cream:        #FAF6EF;   /* silk cream */
  --cream-deep:   #F0E8D8;
  --cream-border: #DDD0BB;
  --white:        #FFFFFF;
  --text:         #1C1A17;
  --text-mid:     #5C5650;
  --text-soft:    #8C8680;
  --success:      #2E7D32;
  --error:        #C62828;

  /* ── Admin ── */
  --admin-bg:       #0D0C0A;
  --admin-surface:  #18160F;
  --admin-border:   #2A2720;
  --admin-text:     #E8E0D0;
  --admin-muted:    #9A9080;

  /* ── Type ── */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --font-tamil:   'Tiro Tamil', 'Noto Sans Tamil', serif;

  /* ── Space ── */
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 40px; --s5: 64px; --s6: 96px;

  /* ── Radius ── */
  --r-sm: 6px; --r-md: 12px; --r-lg: 20px; --r-xl: 32px; --r-full: 9999px;

  /* ── Shadow ── */
  --shadow-sm: 0 1px 4px rgba(28,26,23,.06);
  --shadow-md: 0 4px 20px rgba(28,26,23,.10);
  --shadow-lg: 0 8px 40px rgba(28,26,23,.14);

  /* ── Transition ── */
  --ease: .25s cubic-bezier(.4,0,.2,1);
  --ease-slow: .45s cubic-bezier(.4,0,.2,1);
}
