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

:root {
  --color-primary: #12161c;
  --color-secondary: #1c2430;
  --color-accent: #e8b339;
  --color-accent-soft: #f0c75c;
  --color-grid: #3d8b7a;
  --color-bg: #eef1f4;
  --color-bg-white: #ffffff;
  --color-text: #12161c;
  --color-text-muted: #5a6370;
  --color-border: #d5dbe3;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 6px;
  --shadow: 0 8px 32px rgba(18, 22, 28, 0.08);
}
