/*
Theme Name: David Sheets
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from David Sheets project.
Version: 1.0.3
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

:root {
  --tmt-admin-bar-height: 0px;
}

/* WordPress admin bar: keep fixed theme chrome below #wpadminbar */
body.admin-bar {
  --tmt-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-bar-height: 46px;
  }
}

#wpadminbar {
  z-index: 100001 !important;
}

body.admin-bar #tmt-app [data-tmt-fixed-top] {
  top: var(--tmt-admin-bar-height) !important;
}

body.admin-bar #tmt-app nav[data-tmt-fixed-top],
body.admin-bar #tmt-app [data-tmt-fixed-top].fixed.top-0 {
  top: var(--tmt-admin-bar-height) !important;
}

body.admin-bar #tmt-app .fixed.inset-0[data-tmt-fixed-top] {
  top: var(--tmt-admin-bar-height) !important;
}

@media screen and (min-width: 48rem) {
  body.admin-bar #tmt-app [data-tmt-sticky-below-admin] {
    top: calc(7rem + var(--tmt-admin-bar-height)) !important;
  }

  body.admin-bar #tmt-app .md\:top-28 {
    top: calc(7rem + var(--tmt-admin-bar-height)) !important;
  }
}

.tmt-single-post {
  background: hsl(36 25% 96%);
  color: hsl(220 18% 12%);
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  padding: 6rem 1.5rem 4rem;
}

.tmt-single-post__article {
  max-width: 42rem;
  margin: 0 auto;
}

.tmt-single-post__eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: hsl(195 35% 28%);
  margin: 0 0 1.5rem;
}

.tmt-single-post__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 1rem;
}

.tmt-single-post__meta {
  font-size: 0.875rem;
  color: hsl(220 8% 42%);
  margin: 0 0 2.5rem;
}

.tmt-single-post__content {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.tmt-single-post__content p,
.tmt-single-post__content ul,
.tmt-single-post__content ol {
  margin: 0 0 1.25rem;
}

.tmt-single-post__content h2,
.tmt-single-post__content h3 {
  font-family: 'Cormorant Garamond', serif;
  margin: 2rem 0 1rem;
}

.tmt-single-post__footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(36 12% 82%);
}

.tmt-single-post__back {
  color: hsl(195 35% 28%);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
}

.tmt-single-post__back:hover {
  text-decoration: underline;
}
