// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
// See LICENSE in the project root for license information.

// Styles in this document are standardized are NOT to be edited.
// All styles for the custom element are located in the ./src directory.

// matches max-width of AS.com and Auro docsite width specs

@import './../../node_modules/@aurodesignsystem/design-tokens/dist/legacy/auro-classic/SCSSVariables.scss';

body {
  padding: var(--ds-size-400, $ds-size-400);
}

main {
  margin: 0 auto;
  max-width: 64rem;
}
