/* Base refinements layered on top of Tailwind CDN. */
:root { color-scheme: light; }

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

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Bengali script benefits from a touch more line-height for readability. */
:lang(bn), .font-sans { line-height: 1.7; }

/* Keep keyboard focus clearly visible even where rings are customised. */
:focus-visible { outline: 2px solid transparent; }

@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
}
