/*
Theme Name: Sow Better Seeds
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Sow Better Seeds 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-admin-bar-height: 0px;
  --tmt-header-offset: 5rem;
}

html.admin-bar,
body.admin-bar {
  --tmt-admin-bar-height: 32px;
  --tmt-header-offset: calc(5rem + 32px);
}

@media screen and (max-width: 782px) {
  html.admin-bar,
  body.admin-bar {
    --tmt-admin-bar-height: 46px;
    --tmt-header-offset: calc(5rem + 46px);
  }
}

html {
  scroll-padding-top: var(--tmt-header-offset);
}

html.admin-bar #tmt-app header.fixed,
body.admin-bar #tmt-app header.fixed {
  top: var(--tmt-admin-bar-height);
}

#tmt-app section[id] {
  scroll-margin-top: var(--tmt-header-offset);
}

/* Keep admin bar above the theme header */
#wpadminbar {
  z-index: 99999 !important;
}
