/* Static storefront additions: system fonts only, no remote font runtime. */
:root {
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    monospace;
}

.gallery-dialog[open] {
  display: grid;
  place-items: center;
}

.gallery-dialog::backdrop {
  background: rgb(0 0 0 / 0.85);
}

.dialog-open {
  overflow: hidden;
}
