/*
Theme Name: PROWELL
Theme URI: https://prowell-trading.com/
Author: PROWELL
Description: WordPress theme for the PROWELL cleanroom equipment catalog.
Version: 1.4.10
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: prowell
*/

html {
  background: #09090b;
}

.prowell-logo {
  filter: brightness(0) invert(1);
}

body.admin-bar .sticky.top-0 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .sticky.top-0 {
    top: 46px;
  }
}

.prowell-wp-content > * + * {
  margin-top: 1.5rem;
}

.prowell-wp-content a {
  color: #ff5c63;
}
