/*
 Theme Name:   Twenty Twenty-Five Child
 Template:     twentytwentyfive
 Version:      1.4.6
 Author:       Nixon Michaelangelo
*/
html {
  font-size: 20px;
  font-weight: 400;
}
.no-underline {
  text-decoration: none;
}

.no-underline:hover {
  text-decoration: none;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}

/*
.no-color is to prevent links from getting the primary color
typically used on Logo which has its own color and the text need not get the primary color
Add .no-color on any link which you dont want to be colored by primary color
This rule only applies color to anchor tags that dont contain class .wp-element-button or .no-color
*/
a:where(:not(.wp-element-button, .no-color)) {
    color: var(--wp--preset--color--primary);
}

.cta-forminator {
    background-color: #0066ff;
    color: #fff;
    font-size: 19.5194px !important;
    font-weight: 500 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 25px !important;
}