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

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

html { scroll-behavior: smooth; }

a,
button,
[role="button"],
input[type="submit"],
input[type="button"],
input[type="reset"],
summary,
.cursor-pointer {
  cursor: pointer;
}

button:disabled,
input:disabled {
  cursor: not-allowed;
}

.admin-bar #tmt-app {
  scroll-margin-top: 32px;
}

.admin-bar #tmt-app header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #tmt-app {
    scroll-margin-top: 46px;
  }

  .admin-bar #tmt-app header {
    top: 46px;
  }
}
