/*
Theme Name:         Rose Futures Theme
Theme URI:          https: //github.com/a8cteam51/rosefutures
Author:             Automattic Special Projects
Author URI:         https://wpspecialprojects.com
Description:        Rose Futures is a block theme for Zander Rose.
Version:            1.0.0
Update URI:         false
Requires at least:  6.1
Requires PHP:       8.1
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        rosefutures
Domain Path:        /languages
Tags:               scaffold
*/
a {
  text-decoration-thickness: 0.0625em !important;
  text-underline-offset: 0.15em;
}

li::before {
  background: var(--wp--preset--color--accent-1);
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 15px;
}

/**
 * Page
 * - Description of page styles
 */
.glass {
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

@media (max-width: 782px) {
  .intro {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .is-overlapping {
    margin-top: var(--wp--style--block-gap) !important;
  }
}
/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
  background-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--accent-2);
}
/*# sourceMappingURL=style.css.map */