/*
Theme Name: The Uget Inspires Foundation
Theme URI: https://theugetinspiresfoundation.org
Author: The Uget Inspires Foundation
Author URI: https://theugetinspiresfoundation.org
Description: Custom WordPress theme for The Uget Inspires Foundation, built by The Free Website Guys. Empowering underserved communities through education, technology, youth leadership, and sustainable development.
Version: 1.0.9
Requires at least: 6.0
Tested up to: 6.7
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: tmt
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

/* Theme styles are bundled via the React application (tmt-boot). */

/* Fixed header must sit below the WordPress admin bar (Tailwind top-0 would override layered CSS). */
:root {
  --tmt-admin-bar-offset: 0px;
  --tmt-scroll-offset: calc(var(--tmt-admin-bar-offset, 0px) + 5rem);
}

body.admin-bar {
  --tmt-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-offset: 46px;
  }
}

body.admin-bar .tmt-site-header {
  top: var(--tmt-admin-bar-offset) !important;
}
