/**
 * Theme Name:       Mai Achieve
 * Theme URI:        https://bizbudding.com/mai-theme/
 * Description:      Mai Achieve child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.1.1
 * Text Domain:      mai-achieve
 * Template:         genesis
 * Template Version: 3.3.5
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

@font-face {
    font-family: 'arabellaregular';
    src: url('fonts/arabella-webfont.woff2') format('woff2'),
         url('fonts/arabella-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
--site-title-font-family: arabellaregular, sans serif;
--site-title-font-size: var(--font-size-xxxxl);
--h2-font-size: var(--font-size-xxxl);
--h3-font-size: var(--font-size-xxxl);

}

h1, h2, h3 {font-family: arabellaregular, sans serif;} 
h2.entry-title {font-size: var(--font-size-xxxl);}
.archive h2 {font-family: 'Avarage Sans', sans serif;font-size:var(--font-size-xl);}
.entry-excerpt {font-size:var(--font-size-md);}
.sidebar {font-size:var(--font-size-md);}
.sidebar a {color: #777!important;}
.entry-content a, footer .disclaimer a {text-decoration: underline!important;}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {border:none;}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container a {color: grey;}
button.wp-block-navigation-submenu__toggle:focus {border:1px solid grey;}