:root {
  --primary: #6b0e09;
  --primary-dark: #4e0906;
  --secondary: #111827;
  --accent: #6b0e09;
  --heading: #111827;
  --text: #374151;
  --text-muted: #6b7280;
  --surface: #ffffff;
  --surface-alt: #f5f6f8;
  --surface-soft: #fafafa;
  --surface-dark: #111827;
  --line: #e5e7eb;
  --on-dark: #ffffff;
  --on-primary: #ffffff;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--surface);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--heading);
}

a {
  color: inherit;
}
