/*
 * Theme Name: Mycology Theme
 * Description: WordPress theme for the new Mycology website.
 * Version: 1.0
 * Author: Alexander Veats at Page Medical!
*/

/* Styling Imports */
@import url("./static/css/colors.css");
@import url("./static/css/header.css");
@import url("./static/css/footer.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/* Global & General Styling */
body {
  scroll-behavior: smooth;
  margin: 0;
  font-size: clamp(14px, 1.2vw, 21px);
  font-family: "Noto Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
}
a {
  text-decoration: none;
  color: #000000;
}

.grecaptcha-badge {
  z-index: 999999 !important;
}

@media only screen and (max-width: 1000px) {
  html {
    --wp-admin--admin-bar--height: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 782px) {
  html {
    --wp-admin--admin-bar--height: 0 !important;
    margin-top: 0 !important;
  }
}
