ul.sf-menu li.menu-item a{
font-size:14px;
}
ul.sub-menu li.menu-item a{
font-size:13px;
}

/* Change the scroll-over color of all buttons */
.wp-block-button__link:hover {
    background-color: #f2984e !important; /* Replace with your hover background hex color */
    color: #ffffff !important;            /* Replace with your hover text hex color */
}
