/* Change all button background color */
.wp-block-button a:hover {
	background-color:gray;
}

.wp-block-button .wp-block-button__link {
		text-transform: unset;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
			background-color:gray;
		border-color:gray;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/Century Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2,h3,h4.h5,h6,a {
    font-family: 'Century Gothic', sans-serif; /* Set as default font */
}