/*
Theme Name: Layoff Reinvention
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme for Layoff Reinvention, designed and built by The Free Website Guys. A single-page marketing experience with full Customizer support for content, media, colors, and navigation.
Version: 1.0.4
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

#tmt-app {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#tmt-app :where(a) {
  text-decoration: none;
}

#tmt-app :where(button) {
  font: inherit;
  cursor: pointer;
}

#tmt-app :where(input, textarea) {
  font: inherit;
}

#tmt-app :where(img, video) {
  display: block;
  max-width: 100%;
}

/* WordPress admin bar offset for fixed header */
.admin-bar #tmt-app header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #tmt-app header {
    top: 46px;
  }
}
