 
/*Custom CSS for editor from the customizer*/
/*
 * Adobe Font Families
 * font-family: dolly-new, sans-serif;
 * font-family: adore-you-slanted, sans-serif;
 */
@font-face {
    font-family: 'centaurregular';
    src: url('https://centralcoastestateplanning.com/wp-content/themes/Dizzy7-master/include/centaur-webfont.woff2') format('woff2'),
         url('https://centralcoastestateplanning.com/wp-content/themes/Dizzy7-master/include/centaur-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
		font-family:'Oxygen', sans-serif;
}
h1, h2 {
		/*font-family: 'centaurregular';*/
		font-family: dolly-new, sans-serif;
}
h3 {
		
}
.swag {
    font-family: adore-you-slanted, sans-serif;
    font-weight: normal!important;
    font-size: 3em!important;
    transform: rotate(-2deg);
    margin: 0.5em 0 -0.35em -.5em!important;
}
.wp-block-button a {
		border-radius:0px;
}
.wp-block-group {
		padding:1em 10%;
}