/*
  Host-level styles for TrapWatch.Host.Web. Brand tokens come from the design-system package
  (_content/TrapWatch.Design.Tokens/trapwatch-tokens.css); this file holds only host-specific tweaks.
*/
html, body {
    font-family: var(--tw-font-body);
}

h1:focus {
    outline: none;
}

/* Active nav item: left-border accent + subtle background */
.mud-nav-link.active {
    font-weight: 600;
    box-shadow: inset 3px 0 0 var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-hover);
}
