/*
 * Always reserve the vertical scrollbar gutter. Centered page containers use
 * `margin: 0 auto`, so a scrollbar that appears on tall pages and disappears on
 * short ones changes the available width and shifts all content sideways by half
 * the scrollbar (~7px) — visible when paginating from a full grid to a short one.
 * Reserving the gutter keeps the centre line fixed regardless of content height.
 */
html {
    scrollbar-gutter: stable;
}

body {
    font-family: "Amazon Ember",Helvetica,sans-serif;
}