/*
Theme Name: London InterCommunity Health Centre
Author: Coeffect
Author URI: http://coeffect.ca/
Text Domain: dm
Description: Custom Theme for London InterCommunity Health Centre
Version: 1.0.2
*/


body {
    font-family: 'Inter', sans-serif;
    color: var(--lihc_black);
    font-weight: 400;
    transition: .5s;
}

h1, h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: manual;
    -moz-hyphens:  manual;
    -webkit-hyphens:  manual;
    hyphens:  manual;
}


b, strong {
    font-weight: 700;
}

p {
    font-weight: 400;
}

ol, ul {
    padding-left: 20px;
}

a {
    color: var(--lihc_cerulean);
}

a:hover {
    color: inherit;
}

div,
*{
    scroll-margin-top: 190px;
}

@media all and (max-width: 992px) {
    h1, h2,h3,h4,h5,h6 {
        margin-top: 0;
    }
}

