@font-face {
    font-family: 'Geist';
    src: url('/wp-content/uploads/fonts/Geist-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('/wp-content/uploads/fonts/Geist-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('/wp-content/uploads/fonts/Geist-ExtraBold.woff2') format('woff2');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('/wp-content/uploads/fonts/Geist-Light.woff2') format('woff2');
    font-weight: lighter;
    font-style: normal;
}

body {
    font-family: 'Geist', sans-serif;
		font-style: normal;
}

button {
		font-family: 'Geist', sans-serif;
		color: #F4F4F5 !important;
		font-style: normal;
		background-color: #0070F0 !important;
		border-radius: 14px 14px 14px 14px !important;
}

.elementor-button-text {
		font-family: 'Geist', sans-serif;
		color: #F4F4F5 !important;
		font-style: normal;
}

h1, h2 {
		font-family: 'Geist', sans-serif !important;
		font-style: normal !important;
		font-weight: bold !important;
		text-transform: uppercase;
}

h5 {
		font-family: 'Geist', sans-serif !important;
		font-style: normal !important;
		font-weight: lighter !important;
		text-transform: uppercase;
}

p {
		font-family: 'Geist', sans-serif !important;
		font-style: normal !important;
}
		
.main-navigation a {
    font-family: 'Geist', sans-serif !important;
		font-weight: normal !important;
		font-style: normal !important;
		text-transform: uppercase;
}

.site-title  {
    font-family: 'Geist', sans-serif !important;
		font-weight: bold !important;
		font-style: normal !important;
}

#footer-widgets .widget {
    justify-content: center;
    display: flex
}

#theme-attribution {
	display: none;
}