/*
Theme Name: Sacred Womanhood
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Sacred Womanhood project.
Version: 1.1.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: tmt
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

html.admin-bar { margin-top: 32px !important; }
@media screen and (max-width: 782px) {
  html.admin-bar { margin-top: 46px !important; }
}
body.admin-bar .fixed.top-0 { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .fixed.top-0 { top: 46px; }
}

a[href],
button,
summary,
[role="button"],
label[for],
select,
.cursor-pointer {
  cursor: pointer;
}
