@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

:root {
  --color-primary: #1a1a2e;
  --color-secondary: #2d2d44;
  --color-accent: #c8102e;
  --color-accent-dark: #9e0c24;
  --color-accent-soft: #f4a4b0;
  --color-bus-gold: #ffc857;
  --color-bg: #f8f8fa;
  --color-bg-white: #ffffff;
  --color-text: #1a1a2e;
  --color-text-muted: #5a5a72;
  --color-border: #e0e0ea;
  --font-heading: 'Libre Baskerville', Georgia, serif;
  --font-body: 'Inter', sans-serif;
  --radius: 8px;
  --shadow: 0 8px 32px rgba(26, 26, 46, 0.08);
}
