/*
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.0
*/

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

@font-face {
    font-family: 'Butler';
    src: url('/fonts/Butler-UltraLight.woff2') format('woff2'),
        url('/fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('/fonts/Butler-Medium.woff2') format('woff2'),
        url('/fonts/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('/fonts/Butler-Light.woff2') format('woff2'),
        url('/fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('/fonts/Butler-Black.woff2') format('woff2'),
        url('/fonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

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

@font-face {
    font-family: 'Butler';
    src: url('/fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('/fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('/fonts/Butler.woff2') format('woff2'),
        url('/fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

