:root {
  --ink: #243033;
  --muted: #627277;
  --soft: #edf4ef;
  --paper: #fbfcf4;
  --line: #cedbd7;
  --line-strong: #8aa99f;
  --accent: #54775f;
  --accent-dark: #263f3d;
  --pop: #8b1f58;
  --aqua: #b7d8d8;
  --warm: #b96c50;
  --shadow: 0 18px 50px rgba(38, 63, 61, 0.13);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia,
    "Times New Roman", serif;
  --sans: Aptos, "Segoe UI", "Helvetica Neue", Arial, ui-sans-serif,
    system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
