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

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

/* WordPress admin bar offset — keeps fixed header from overlapping */
html.admin-bar {
  margin-top: 32px !important;
}

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

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

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

/* Interactive cursors */
#tmt-app a[href],
#tmt-app button,
#tmt-app [role="button"],
#tmt-app label[for],
#tmt-app summary,
#tmt-app .cursor-pointer {
  cursor: pointer;
}

#tmt-app button:disabled,
#tmt-app a[aria-disabled="true"] {
  cursor: not-allowed;
}
