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

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

/* Offset fixed theme chrome below the WordPress admin bar */
@media screen {
    body.admin-bar #tmt-app .tmt-site-header,
    body.admin-bar #tmt-app .tmt-scroll-progress {
        top: var(--wp-admin--admin-bar--height, 32px) !important;
    }

    body.admin-bar #tmt-app section[id] {
        scroll-margin-top: calc(5rem + var(--wp-admin--admin-bar--height, 32px));
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar #tmt-app .tmt-site-header,
    body.admin-bar #tmt-app .tmt-scroll-progress {
        top: var(--wp-admin--admin-bar--height, 46px) !important;
    }

    body.admin-bar #tmt-app section[id] {
        scroll-margin-top: calc(5rem + var(--wp-admin--admin-bar--height, 46px));
    }
}
