/*
Theme Name: EDDYE
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for EDDYE EnergyTech, built by The Free Website Guys. Predictive solar intelligence for commercial and industrial asset operators.
Version: 1.0.9
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: tmt
*/

body {
  margin: 0;
}

#tmt-app {
  min-height: 100vh;
}

/* Offset sticky header under the WordPress admin bar. */
:root {
  --tmt-admin-bar-offset: 0px;
}

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.wp-customizer #tmt-app header[data-tmt-header],
body.admin-bar #tmt-app header[data-tmt-header] {
  top: var(--tmt-admin-bar-offset);
}
