/*
Theme Name: Tales of Karobos
Theme URI: https://picaro.novel
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom single-page WordPress theme crafted by The Free Website Guys for Tales of Karobos — the debut high-fantasy saga by Samuel Ludescher. Dark obsidian design, living worldbuilding codex, and an intuitive site customizer for effortless content editing.
Version: 1.0.14
Requires at least: 5.9
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-menu, featured-images, full-width-template
*/

/* WordPress admin bar offset for fixed header */
:root {
  --tmt-admin-offset: 0px;
}

body.admin-bar {
  --tmt-admin-offset: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --tmt-admin-offset: 46px;
  }
}

.tmt-site-header {
  top: var(--tmt-admin-offset);
}

.tmt-mobile-nav-panel {
  top: calc(4rem + var(--tmt-admin-offset));
}
