/* Copyright (C) Charlotte Intellectual Properties, LLC - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 */

/* Our base font */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro'),
    local('SourceSansPro-Light'),
    url(SourceSansPro-Light.ttf) format('truetype');
}




