﻿    :root {
      --bg: #f6f3ed;
      --paper: #fffdf8;
      --ink: #17201f;
      --muted: #65716e;
      --line: #ded8cd;
      --accent: #b7442e;
      --accent-dark: #78291f;
      --olive: #495743;
      --steel: #273846;
      --shadow: 0 18px 45px rgba(23, 32, 31, 0.12);
      --radius: 8px;
      --publication-row: 86px;
      --publication-gap: 10px;
    }

