/* Theme: Minimal — clean, whitespace-heavy, sans-serif */
:root {
  --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-heading: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --color-bg: #ffffff;
  --color-text: #1f2937;
  --color-heading: #111827;
  --color-subtitle: #4b5563;
  --color-muted: #6b7280;
  --color-accent: #2563eb;
  --color-border: #e5e7eb;
  --line-height: 1.65;
  --cv-max-width: 860px;
  --cv-padding: 3rem 2.5rem;
  --section-gap: 1.75rem;
  --name-size: 2.2rem;
  --name-letter-spacing: -0.03em;
  --section-title-size: 1.1rem;
  --section-title-spacing: 0.08em;
  --section-title-border: 1px solid #e5e7eb;
  --header-border: 2px solid #2563eb;
}
