/* tokens.css — pietaetruhfried.de (Pietät Ruhfried, Bestattungen für alle Menschen)
   Hausfarbe Tannengrün; Akzent Messing-Gold ist das Familienband zu baytuljanazah.de */
:root {
  --brand: #2b5040;
  --brand-deep: #16302a;
  --brand-soft: #e6ede8;
  --accent: #b99a5b;
  --accent-light: #d9c08f;
  --accent-soft: #f4ecda;

  --bg: #f6f3ec;
  --surface: #ffffff;
  --surface-alt: #eeeae0;
  --text: #1c2420;
  --muted: #5a645f;
  --line: rgba(22, 48, 42, .14);
  --line-strong: rgba(22, 48, 42, .26);
  --focus: rgba(43, 80, 64, .45);

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 8px 24px rgba(22, 48, 42, .08);
  --max: 1120px;
  --gutter: 20px;
}
