/* Entry point. Individual stylesheet files are linked separately in _Layout.cshtml
   for parallel browser loading. This file holds page-level overrides only. */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px;
}
