/*
Theme Name: Arcnine Solutions
Theme URI: https://arcnine.in/
Author: Arcnine Solutions
Author URI: https://arcnine.in/
Description: Custom WordPress theme converted from the Arcnine Solutions static site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: arcnine
*/

/*
Primary theme stylesheet.
Shared presentation styles are loaded from the theme asset pipeline via WordPress enqueueing.
Theme-specific overrides can be added here as the conversion progresses.
*/

html {
  scroll-behavior: smooth;
}

body.admin-bar nav.fixed.top-0 {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar nav.fixed.top-0 {
    top: 46px;
  }
}
