/* Keep this file small; most styling lives in Tailwind theme layers in each page. */

:root { color-scheme: light; }

::selection {
  background: rgba(225, 29, 72, 0.18);
}

a {
  text-decoration: none;
}

*:focus-visible {
  outline: 2px solid rgba(225, 29, 72, 0.55);
  outline-offset: 2px;
}

[data-page-shell] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}