/*
  Era Interiors — Shared Design Tokens & Overrides
  era-overrides.css
*/

:root {
  --paper: #faf9f7;
  --ink: #1a1710;
  --warm-mid: #8c7b5e;
  --rule: #c2b8a2;
  --accent: #2c3e2d;
  --text-primary:   #2a2418;
  --text-secondary: #2e2b22;
  --text-tertiary:  #5a5040;
  --text-faint:     #5c5240;
}

body {
  background-color: var(--paper);
  font-size: 0.95rem;
  line-height: 1.9;
}

.hero-body p,
.about-body p,
.close-body p,
.section p,
.section li,
.terms-card-body p,
.intro-text-band p {
  color: var(--text-primary);
}

.card-desc,
.terms-intro,
.photo-caption-below .photo-caption-text {
  color: var(--text-tertiary);
}

.disclaimer-text,
.footnote,
.photo-caption-text {
  color: var(--text-faint);
}

.photo-frame {
  background: #ede8de;
}

a[href^="mailto"]

