/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    http://example.com/twenty-twentyfour-child/
 Description:  Child theme for the Twenty Twenty-Five theme
 Author:       Deepak Kumar
 Author URI:   http://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
*/

footer {
	margin-top: 0 !important;
}



/* Button hover */
    .wp-block-buttons .is-style-outline a:hover {
    background-color: var(--wp--preset--color--primary-500) !important;
    border-color: var(--wp--preset--color--primary-500) !important;
    color: var(--wp--preset--color--gray-100) !important;
}

.wp-block-buttons .is-style-fill a {
    //box-sizing: border-box !important;
    border: 1px solid transparent;
}
    
.wp-block-buttons .is-style-fill a:hover {
    background: transparent none;
    border-color: var(--wp--preset--color--gray-1000);
    color: currentColor;
    border: 1px solid;
}