/*
Theme Name: VRITTI WordPress Theme
Theme URI: https://vritti.in/
Author: VRITTI / Converted from Bolt.new export
Description: A WordPress theme wrapper for the VRITTI Import and Export React landing page generated from the Bolt.new project export.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vritti
*/

html {
  scroll-behavior: smooth;
}

body.vritti-react-theme {
  margin: 0;
  min-height: 100vh;
}

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

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

.vritti-noscript {
  max-width: 720px;
  margin: 80px auto;
  padding: 24px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #0f2540;
}
