/*
  theme.css — Wedding Ninja
  Fine-tuning overrides on top of styles.css.
  Edit here to adjust brand colors without touching the main stylesheet.
*/
:root {
  --tdy-bg:        #faf7f5;
  --tdy-surface:   #ffffff;
  --tdy-surface2:  #f5f0ee;
  --tdy-border:    rgba(196, 170, 162, .40);

  --tdy-ink:   #2a1118;
  --tdy-ink-2: rgba(42, 17, 24, .64);
  --tdy-ink-3: rgba(42, 17, 24, .40);

  --tdy-accent:   #58202f;
  --tdy-accent-2: #3c1520;
  --tdy-gold:     #d09c38;

  --tdy-dark-bg: #1c0b10;
}
