/*
Theme Name: Taxi Sierpc
Author: Codex
Description: WordPress theme built from the Figma/Vite Taxi Landing Page design.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: taxi-sierpc
*/

html,
body {
  margin: 0;
  background: #fff;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

#root {
  min-height: 100vh;
}

body.admin-bar .sticky.top-0 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .sticky.top-0 {
    top: 46px;
  }
}

.taxi-sierpc-noscript {
  display: block;
  padding: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}
