/*
Theme Name: Coosysoft
Theme URI: https://coosysoft.com
Author: Coosysoft
Author URI: https://coosysoft.com
Description: Custom theme for Coosysoft — IT Services & Consulting. Single-page marketing site using Tailwind CSS (via Play CDN) + Inter & Space Grotesk. Replaces the homepage at coosysoft.com with the designed marketing layout. Built from ~/Projects/coosysoft/design/homepage.html.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: coosysoft
Tags: business, technology, one-page, custom-logo, custom-menu
*/

/* All real styling lives in header.php (inline) because it depends on Tailwind config order.
   This file exists to satisfy WordPress theme requirements + allow any future PHP-side overrides. */

/* Hide WP admin bar offset issues — admin bar pushes body down 32px (or 46px on mobile).
   Make sure our sticky nav still sticks to the right place. */
body.admin-bar header.sticky { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar header.sticky { top: 46px; }
}
