/*
Theme Name: VedStar Landing
Theme URI: https://example.com/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: WordPress landing page theme based on the VedStar standalone layout.
Version: 1.0.0
Text Domain: vedstar
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.section[id] {
  scroll-margin-top: 96px;
}

.admin-bar .vedstar-site-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  .admin-bar .vedstar-site-header {
    top: 46px !important;
  }
}

