/*
 * App-specific styles. Layout, spacing, typography, and tints come from Web
 * Awesome native styles, `wa-*` utility classes, design tokens, and inline
 * styles in the components themselves. Only what those can't express lives
 * here.
 */

/* Body font comes from awesome_web/styles/native.css. */

/* The document scroller always reserves gutter width, so a scrollbar
 * appearing or disappearing never shifts the layout horizontally. */
:root {
  scrollbar-gutter: stable;
}
