/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@font-face {
    font-family: 'dancing_scriptregular';
    src: url('dancingscript-variablefont_wght-webfont.eot');
    src: url('dancingscript-variablefont_wght-webfont.eot?#iefix') format('embedded-opentype'),
         url('dancingscript-variablefont_wght-webfont.woff2') format('woff2'),
         url('dancingscript-variablefont_wght-webfont.woff') format('woff'),
         url('dancingscript-variablefont_wght-webfont.ttf') format('truetype'),
         url('dancingscript-variablefont_wght-webfont.svg#dancing_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}