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


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/33d007");
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

@font-face {
	font-family: 'Campton-Bold';
	src: url('fonts/33D007_0_0.eot');
	src: url('fonts/33D007_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/33D007_0_0.woff2') format('woff2'),url('fonts/33D007_0_0.woff') format('woff'),url('fonts/33D007_0_0.ttf') format('truetype');
}
 