:root {
  --storepilot-safe-top: env(safe-area-inset-top, 0px);
  --storepilot-safe-right: env(safe-area-inset-right, 0px);
  --storepilot-safe-bottom: env(safe-area-inset-bottom, 0px);
  --storepilot-safe-left: env(safe-area-inset-left, 0px);
  --storepilot-device-top-safe: 0px;
  --storepilot-device-bottom-safe: 0px;
  --storepilot-mobile-tabbar-height: 58px;
  --storepilot-mobile-tabbar-radius: 18px;
}

html.storepilot-ios {
  --storepilot-safe-top: var(--storepilot-device-top-safe, 64px);
  --storepilot-safe-bottom: var(--storepilot-device-bottom-safe, 24px);
}

html,
body {
  min-height: 100%;
}
