:root {
  /* paper */
  --paper-bg: #f4f1ec;        /* ciepły papier, NIE sepia */
  --paper-surface: #faf8f4;
  --paper-border: #d8d3c8;

  /* ink */
  --ink-main: #2a2a2a;        /* grafit, nie czarny */
  --ink-muted: #6b6b6b;
  --ink-faint: #9a9a9a;

  /* accent (delikatny, literacki) */
  --accent-main: #8a6f3b;     /* złamany mosiądz */
  --accent-soft: #b49a66;

  /* typography */
  --font-size-base: 1.05rem;
  --line-height-base: 1.75;
  --letter-spacing-base: 0.01em;

  /* layout */
  --content-width: 70ch;
}

body {
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3 {
     font-family: "Cinzel", serif !important;
}

