@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: #666;

}

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;
    
}
