/*
Theme Name: Catalyst Theme
Theme URI: https://catalystnow.in
Author: Catalyst
Author URI: https://catalystnow.in
Description: WordPress theme for Catalyst — Sales Success, Engineered. Converted from the static HTML design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: catalysttheme
Tags: custom-menu, featured-images, translation-ready

Main styles live in assets/css/style.css and are enqueued via functions.php.
*/

/* WordPress admin bar offset */
.admin-bar .header {
  top: 32px;
}

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