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

@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

:root {
	--button-font-family: var(--body-font-family);
	--menu-font-family: var(--body-font-family);
	--transition-duration:0.4s;
	--font-size-base: 18px;
}


body {
	font-family: 'Reddit Sans';
	font-weight:300;	
	letter-spacing:0.015em;
}

strong {
	font-weight:500;
}

.vetter p {
	font-weight:400;
}
.vetter p strong{
	font-weight:600;
}

.button, .button:visited {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1rem;
	font-size:.8em;
}
.button {
padding:1em 1.5em .9em 2em;
}

.button:after {
font-family: Dashicons;
	content: "\f345";
}
.button:hover:after {
content: "\f345 \f345";
}