a, .wp-element-button,
button,
input[type="submit"] {
    transition: all 0.3s ease-in-out;
}

h1.editor-post-title {
    font-size: var(--wp--preset--font-size--m);
    color: var(--wp--preset--color--theme-black);
}

h1 mark { font-size: 70%; }

h1 a,
h2 a,
h3 a,
h5 a {
    font-family: var(--wp--preset--font-family--agencyfb);
}

.wp-block-group .wp-block-button .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-black);
    border-color: var(--wp--preset--color--theme-black);
    color: var(--wp--preset--color--theme-primary);
}

.wp-block-group .wp-block-button .wp-block-button__link.has-theme-white-background-color {
    border-color: var(--wp--preset--color--theme-white);
    color: var(--wp--preset--color--theme-black);
}
.wp-block-group .wp-block-button .wp-block-button__link.has-theme-white-background-color:hover {
    background-color: var(--wp--preset--color--theme-primary) !important;
    border-color: var(--wp--preset--color--theme-primary) !important;
    color: var(--wp--preset--color--theme-white) !important;
}


