.wp-block-button {
font-family: "Montserrat", sans-serif;
}
@keyframes tabActive {
0% {
width: 0%;
}
100% {
width: 50%;
}
}
.wp-block-button {
border-radius: 1.75em;
padding: 0.6em 1.25em;
border: 0;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.wp-block-button:focus {
outline: none;
}
.wp-block-button.is-style-fill .wp-block-button__link:not(.has-background) {
background-color: #7a94ce;
}
.wp-block-button .wp-block-button__link:not(.has-text-color), .wp-block-button .wp-block-button__link:not(.has-background) {
color: white;
background-color: #7a94ce;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
color: #7a94ce;
background-color: transparent;
}
.wp-block-button__link.has-faded-blue-background-color {
background-color: #7a94ce;
}
.wp-block-button__link.has-faded-blue-color {
color: #7a94ce !important;
}