Apply fonts

Then, set headings and paragraphs like this.


h1, h2{
    font-family: 'SharpGrotesk22', 'Helvetica', Arial, sans-serif;
    color: #232528;
    line-height: 110%;
}

p{
 font-family: 'IvarText', 'Helvetica', Arial, sans-serif;
 font-size: 18px;
 color: #232528;
 line-height: 150%;
}