/*
Theme Name: Seat Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/


@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro/SourceSansPro-Regular.woff2') format('woff2'),
         url('fonts/sourcesanspro/SourceSansPro-Regular.woff') format('woff'),
         url('fonts/sourcesanspro/SourceSansPro-Regular.otf') format('opentype'),
         url('fonts/sourcesanspro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400; /* normal */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro/SourceSansPro-Bold.woff2') format('woff2'),
         url('fonts/sourcesanspro/SourceSansPro-Bold.woff') format('woff'),
         url('fonts/sourcesanspro/SourceSansPro-Bold.otf') format('opentype'),
         url('fonts/sourcesanspro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700; /* bold */
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}