#logo a{
    text-decoration: none!important;
    font-size: 1.5rem;
}
.wp-block-separator{
	border-top: 1px solid;
}

.audio_custom_gate_inner{
    background: var(--wp--preset--color--custom-yellow)!important;
    color: black;
}
.audio_custom_confirm_button.ac-submit{
    background-color: #32373c;
    color: var(--wp--preset--color--custom-yellow)!important;
    cursor: pointer;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22.9773px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    text-align: left;
    text-transform: uppercase;
}

button.wp-block-navigation__responsive-container-close{
    padding: 2.8rem 1.6rem !important;
}

html {
  scroll-behavior: smooth;
}