/*
Theme Name: Appnowa
Theme URI: https://appnowa.com/
Author: Appnowa
Description: WordPress-ready Appnowa AI automation agency theme converted from the Studio export.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appnowa
Tags: custom-frontend, agency, automation, react
*/

html {
  scroll-behavior: smooth;
}

body.appnowa-theme {
  margin: 0;
  background: #fcfaf7;
}

body.appnowa-theme #root {
  min-height: 100vh;
}

body.appnowa-theme.admin-bar #appnowa_navbar {
  top: 32px;
}

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