/* Stoep — small custom CSS layer on top of Tailwind CDN. */
:root {
  --stoep-brand: #2c3090;
  --stoep-accent: #099bcd;
}

html { -webkit-text-size-adjust: 100%; }

/* Tidy default focus rings for keyboard users. */
:focus-visible {
  outline: 2px solid var(--stoep-brand);
  outline-offset: 2px;
}
