/*
Theme Name: Oak Creek Consulting
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: Custom WordPress theme for Oak Creek Consulting, built by The Free Website Guys.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

#tmt-app {
  min-height: 100vh;
  background-color: var(--background, #f7f5f0);
  font-family: "Inter", sans-serif;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* WordPress admin bar offset for fixed header */
body.admin-bar .tmt-fixed-header {
  top: 32px;
}

body.admin-bar .tmt-mobile-nav-panel {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .tmt-fixed-header {
    top: 46px;
  }

  body.admin-bar .tmt-mobile-nav-panel {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar .tmt-fixed-header {
    top: 0;
  }

  html #wpadminbar {
    position: fixed !important;
  }
}
