/* Basic reset and custom styles not covered by Tailwind */
:root {
  --primary: #4F46E5;
  --secondary: #10B981;
}

body {
  font-family: 'Inter', sans-serif;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
