/*
Theme Name: Rajah Filter Technics
Theme URI: https://rajahfiltertechnics.com/
Author: Rajah Filter Technics
Author URI: https://rajahfiltertechnics.com/
Description: A modern, engineering-led theme for Rajah Filter Technics — coconut-shell activated carbon water filters. Converted from the Aqua Vision design demo. Ships a compiled Tailwind stylesheet, marketing page templates (Home, About, Products, GAC, NSF, FAQ, Contact), a full product page, and a styled blog. On first activation it provisions its pages, menu and demo posts automatically.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: rft
Tags: business, custom-menu, custom-logo, featured-images, blog, full-width-template, translation-ready
*/

/*
  The heavy lifting lives in assets/css/theme.css (compiled from Tailwind).
  This file only carries the WordPress theme header plus tiny admin-bar fixes.
*/

/* Keep the fixed header clear of the WP admin bar. */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
