:root {
    --brand: #2563eb;
    --brand-700: #1d4ed8;
}

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

/* Alpine.js x-cloak - Hide elements until Alpine is ready */
[x-cloak] {
  display: none !important;
}