/*
 * theme-utilities.css — compiled once from source/scss/helpers/breakpoints.scss (webpack/wp-scripts removed).
 * This is now a hand-maintained static file; edit it directly.
 */

/**
 * MIXINS
 */
/**
 * DEFINITIONS
 */
@media all and (min-width: 0) and (max-width: 767.97px) {
  .hide-on-mobile {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .only-on-mobile {
    display: none;
  }
}

@media all and (min-width: 0) and (max-width: 767.97px) {
  .only-on-desktop {
    display: none;
  }
}