/*
Theme Name: Hazardous
Theme URI: https://pmwasteph.com/
Author: DaveCreates
Author URI: https://davecreates.site/
Description: Custom hardcoded WordPress theme for P&M Non-Hazardous Waste Operation Services / PM Waste.
Version: 1.0.0
Text Domain: hazardous
*/

/* Base fixes */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  background: #ffffff;
  color: #0f172a;
}

img {
  max-width: 100%;
  height: auto;
}

.admin-bar header.fixed,
.admin-bar .site-header.fixed {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar header.fixed,
  .admin-bar .site-header.fixed {
    top: 46px;
  }
}