* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
	overflow-x: hidden;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 1em;
}

a {
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font-family: 'Inter', sans-serif;
}

.wp-block-group,
.wp-block-columns,
.wp-block-column,
.entry-content,
.site-content,
.widget {
    font-family: 'Inter', sans-serif;
}

.wp-block-navigation,
.wp-block-navigation-item,
.wp-block-navigation-link {
    font-family: 'Inter', sans-serif;
}

.menu,
.menu-item,
.menu-item a {
    font-family: 'Inter', sans-serif;
}