/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


@font-face {
    font-family: 'Borna';
    src: url('borna-regular-webfont.woff2') format('woff2'),
         url('borna-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'The Seasons';
    src: url('the_seasons_bold_italic-webfont.woff2') format('woff2'),
         url('the_seasons_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}