:root {
  --color-primary: #1d314e; /* Indigo 600 */
  --color-secondary: #a4acbb; /* Cyan 400 */
  --color-accent: #bbc9ec; /* Amber 500 */
  --color-background: #ffffff;
  --color-text: #111827;

  --font-main: 'Inter', sans-serif;

  --spacing-small: 0.5rem;
  --spacing-medium: 1rem;
  --spacing-large: 2rem;

  --border-radius: 0.5rem;
}
