/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Scoped to _Layout.cshtml.

   This file arrived from the project template and hard-coded a light theme: a
   fixed link colour, a fixed button colour, #e5e5e5 borders, and a footer pinned
   to the bottom of the page with position:absolute and a 60px line-height, which
   could only ever hold one line of text.

   All of that has moved to wwwroot/site.css, where it is expressed in custom
   properties that resolve per theme, so that changing data-bs-theme in
   _Layout.cshtml changes the chrome too. Nothing theme-dependent belongs here:
   a rule in this file cannot be overridden from site.css without a specificity
   fight, because the build gives it a scoping attribute.

   The template's last rule here broke the brand across lines mid-word
   (word-break: break-all), which the two-line brand block cannot survive. It is
   in site.css now as well. This file is intentionally empty. */
