/*
Theme Name: Deyopact
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for Deyopact, handcrafted by The Free Website Guys.
Version: 1.0.10
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* WordPress admin bar + fixed header coordination */
body.admin-bar {
  --tmt-admin-bar-offset: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-offset: var(--wp-admin--admin-bar--height, 46px);
  }
}

@media screen and (max-width: 600px) {
  html.admin-bar #wpadminbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  html.admin-bar {
    margin-top: var(--wp-admin--admin-bar--height, 46px) !important;
  }
}

body.admin-bar #tmt-site-header {
  top: var(--tmt-admin-bar-offset, 0px);
}
