/* Fonts */
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../images/fonts/PlayfairDisplay-Regular.woff') format('woff'),
         url('../images/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../images/fonts/PlayfairDisplay-Bold.woff') format('woff'),
         url('../images/fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../images/fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
         url('../images/fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../images/fonts/source-sans-pro/SourceSansPro-Regular.woff') format('woff'),
         url('../images/fonts/source-sans-pro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../images/fonts/source-sans-pro/SourceSansPro-Bold.woff') format('woff'),
         url('../images/fonts/source-sans-pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../images/fonts/source-sans-pro/SourceSansPro-Semibold.woff') format('woff'),
         url('../images/fonts/source-sans-pro/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../images/fonts/source-sans-pro/SourceSansPro-Light.woff') format('woff'),
         url('../images/fonts/source-sans-pro/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../images/fonts/source-sans-pro/SourceSansPro-ExtraLight.woff') format('woff'),
         url('../images/fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../images/fonts/source-sans-pro/SourceSansPro-Black.woff') format('woff'),
         url('../images/fonts/source-sans-pro/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.text-heading {
    font-family: 'PlayfairDisplay', serif;
}