﻿body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.fontCustomSemiBold {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}