/* Hearth shared design tokens. Change a color or font HERE and every page updates. */
:root{
  --bg: #1a1713;
  --bg-2: #211c17;
  --ink: #ece2d2;
  --ink-soft: #b6ab97;
  --ink-faint: #8c8473;
  --line: #39322a;
  --line-soft: #2c2620;
  --gold: #caa24a;
  --gold-bright: #e6bf64;
  --serif: "Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --sans: -apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --maxw: 720px;
  --self: #e9b65c;
  --gold-soft: rgba(202,162,74,0.14);
  --gold-line: rgba(202,162,74,0.30);
  --ink-on-accent: #16140f;
  --gold-deep: #9c7c34;
  --gold-glow: rgba(233,182,92,0.40);
}
