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

:root {
  --color-primary: #1b2540;
  --color-secondary: #243356;
  --color-accent: #c98a2c;
  --color-accent-soft: #e0a84a;
  --color-brand: #2f6f8f;
  --color-bg: #f3f5f8;
  --color-bg-white: #ffffff;
  --color-text: #1b2540;
  --color-text-muted: #5b6578;
  --color-border: #dce2ea;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 8px;
  --shadow: 0 8px 32px rgba(27, 37, 64, 0.08);
}
