/* -------------------------------------------------------------------------------------------------------------------- */
/* GLOBALS */
/* -------------------------------------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h5,
.font-titles {
  letter-spacing: normal;
  font-style: normal;
}

body:not(.wp-admin) .entry-content.wp-block-post-content {
  margin-block-start: 0;
}

/*
 * Ensure spacing and padding are correct theme-wide.
 */

* {
  box-sizing: border-box;
}

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 783px) {
  .hide-on-desktop:not(.wp-block) {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .hide-on-tablet:not(.wp-block) {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .hide-on-mobile:not(.wp-block) {
    display: none !important;
  }
}
