/* Soho Gothic Pro Font Definitions */
@import url(https://db.onlinewebfonts.com/c/f9d58f8e5ecb9def5b89279f8e51a22b?family=Soho+Gothic+Pro);

/* Apply Soho Gothic Pro to all elements with appropriate weights */
body {
    font-family: "Soho Gothic Pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Use bold variant for headings and important elements */
.page-title,
.page-subtitle,
.contact-type,
.section-title,
.article-title,
.navbar-link,
.footer-link,
.footer-copyright {
    font-family: "Soho Gothic Pro", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: bold;
}