/*
Theme Name: Locksmith Fitness
Theme URI: https://locksmithfitness.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom high-contrast personal training landing page theme for Locksmith Fitness, handcrafted by The Free Website Guys.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template
*/

/* Minimal reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#tmt-app {
  min-height: 100vh;
}

/* WordPress admin bar + fixed header */
@media screen and (max-width: 782px) {
  :root {
    --wp-admin--admin-bar--height: 46px;
  }
}

@media screen and (max-width: 600px) {
  html #wpadminbar {
    position: fixed !important;
  }
}

body.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

body.admin-bar .mobile-nav-overlay {
  top: var(--wp-admin--admin-bar--height, 32px);
}
