/*---SourceSansPro Regular*/
@font-face {
    font-family: 'sourcesanspro-regular';
    src: url('sourcesanspro-regular.woff2') format('woff2'),
         url('sourcesanspro-regular.woff') format('woff'),
         url('SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---SourceSansPro Light*/
@font-face {
    font-family: 'sourcesanspro-light';
    src: url('sourcesanspro-light.woff2') format('woff2'),
         url('sourcesanspro-light.woff') format('woff'),
         url('SourceSansPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---SourceSansPro ExtraLight*/
@font-face {
    font-family: 'sourcesanspro-extralight';
    src: url('sourcesanspro-extralight.woff2') format('woff2'),
         url('sourcesanspro-extralight.woff') format('woff'),
         url('SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---SourceSansPro Bold*/
@font-face {
    font-family: 'sourcesanspro-bold';
    src: url('sourcesanspro-bold.woff2') format('woff2'),
         url('sourcesanspro-bold.woff') format('woff'),
         url('SourceSansPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---SourceSansPro Semibold*/
@font-face {
    font-family: 'sourcesanspro-semibold';
    src: url('sourcesanspro-semibold.woff2') format('woff2'),
         url('sourcesanspro-semibold.woff') format('woff'),
         url('SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---Parisienne Regular*/
@font-face {
    font-family: 'parisienne-regular';
    src: url('parisienne-regular.woff2') format('woff2'),
         url('parisienne-regular.woff') format('woff'),
         url('Parisienne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}