@font-face {
    font-family: 'Sans-pro-regular';
    src: url('/fonts/sans_pro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sans-pro-bold';
    src: url('/fonts/sans_pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sans-pro-it';
    src: url('/fonts/sans_pro/SourceSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Sans-pro-semibold';
    src: url('/fonts/sans_pro/SourceSansPro-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Sans-pro-boldit';
    src: url('/fonts/sans_pro/SourceSansPro-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Sans-pro-semiboldit';
    src: url('/fonts/sans_pro/SourceSansPro-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Sans-pro-light';
    src: url('/fonts/sans_pro/SourceSansPro-Light.ttf');
    font-weight: 200;
    font-style: normal;
}