@import url('https://use.typekit.net/your-project-id.css');

/* Apply the font globally */
body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'karla', serif;
}

/* Apply the font to specific elements */
.sb-content, .sb-header, .sb-footer {
    font-family: 'karla', serif;
}

