.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
background-color: #ff2e55;
color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus {
color: #fff;
background-color: #ff2e55;
border: 2px solid #ff2e55;
}
.wp-block-pullquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-color: #ff2e55;
}