/*
Theme Name: Jed Somit Author
Theme URI: https://jedsomit.com/
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: A comic-zine minimalist author portfolio and literary hub for Jed Somit.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tmt
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Minimal reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
}

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;
}

@media screen and (min-width: 783px) {
  body.admin-bar header.fixed {
    top: 32px;
  }
}
