@use 'uswds-core' as *;
@forward 'uswds-elements/index';

// Overscroll background color to match header and footer
html {
  background-color: color('primary-darker');
}
