body{
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1A1E1D;
    line-height: 1.4;
}

.wrapper{
    padding: 1em;
}

h1{
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 .25em;
}
    h2{
        font-size: 1.05em;
        margin-bottom: .25em; 
    }

    h3{
        font-size: 1em;
        margin-bottom: .25em;
    }
    

p{
    margin: 0 0 1.875em;
}

a{
	color: inherit;
}

.faq .multi-p{
	margin-bottom: 4em;
}
	.faq .multi-p p{
		margin-bottom: 10px;
	}