/*
Theme Name: Aleph & Tav
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom faith-based, trauma-informed counseling practice theme built by The Free Website Guys. Features a React single-page front end with full WordPress Customizer support for colors, content, and media.
Version: 1.1.6
Requires at least: 6.0
Tested up to: 6.7
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, theme-options
*/

/* Basic reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

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 — prevent header overlap when logged in */
body.admin-bar .tmt-site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .tmt-site-header {
    top: 46px;
  }
}
