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

:root {
  --color-primary: #0d0d0f;
  --color-secondary: #1a1a1f;
  --color-accent: #e63946;
  --color-accent-soft: #ff6b6b;
  --color-cinema: #457b9d;
  --color-bg: #f5f5f7;
  --color-bg-white: #ffffff;
  --color-text: #0d0d0f;
  --color-text-muted: #5a5a62;
  --color-border: #e0e0e5;
  --font-heading: 'Bebas Neue', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 6px;
  --shadow: 0 8px 32px rgba(13, 13, 15, 0.1);
}
