/*
Theme Name: MXD Dispatching
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from MXD Dispatching project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

:root {
  --tmt-header-offset: 5rem;
}

html {
  scroll-padding-top: var(--tmt-header-offset);
}

/* WordPress admin bar — offset fixed site header */
body.admin-bar {
  --tmt-header-offset: calc(32px + 5rem);
}

body.admin-bar .tmt-site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-header-offset: calc(46px + 5rem);
  }

  body.admin-bar .tmt-site-header {
    top: 46px;
  }
}
