:root {
  --tr-ink: #15130f;
  --tr-muted: #736d64;
  --tr-paper: #f4f1e9;
  --tr-surface: #fff;
  --tr-line: #d6d0c6;
  --tr-gold: #f9c73a;
  --tr-success: #46693d;
  --tr-danger: #9d2929;
  --tr-radius: 0;
  --tr-shadow: 0 16px 38px rgba(37, 28, 17, .08);
  --tr-space-page: clamp(1.25rem, 5vw, 5rem);
  --tr-font-display: 'Bahnschrift Light', 'Bahnschrift', 'Arial Narrow', sans-serif;
  --tr-font-body: 'Bahnschrift', 'Segoe UI', sans-serif;
}
