@import url(https://fonts.googleapis.com/css?family=Halant:300,600,500|Raleway:300,600,500);

body {
    text-rendering: optimizeLegibility;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #000;

}

p {
    font-family: 'Halant', serif;
    font-weight: 300;
    font-size: 17.5px;
    
    /* word-break: break-all; */
 
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    line-height: 1.55;
    margin: 0 0 1em;
    
}

ol, ul {
    font-family: 'Halant', serif;
    font-weight: 300;
    font-size: 17.5px;
    line-height: 1.55;
    margin: 0 0 1em;
}

ul.sans { 
    font-family: 'Raleway', sans-serif;
}

li.menu-item {
    font-size: 14px;
}

ul.nav-pills {
    font-size: 16px;
}
