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

:root {
  --primary: #0B9ED9;
  --primary-dark: #0880b0;
  --primary-light: #e8f6fd;
  --primary-ultra: #f0f9ff;
  --text-dark: #1a1a2e;
  --text-body: #4a5568;
  --text-muted: #718096;
  --logo-grey: #8c9db5;
  --white: #ffffff;
  --bg-body: #f9fafb;
  --bg-light: #f0f2f5;
  --bg-dark: #1a1a2e;
  --bg-dark-2: #16213e;
  --border: #d8dde6;

  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;

  --section-py: 5rem;
  --container-max: 1200px;
  --container-px: 1.5rem;

  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.1);
  --shadow-primary: 0 8px 24px rgba(11,158,217,0.3);

  --transition: 250ms ease;
  --transition-fast: 150ms ease;

  --z-nav: 1000;
}
