/*
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: 'Campton';
	src: url('/fonts/Campton-ExtraLight.eot');
	src: url('/fonts/Campton-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Campton-ExtraLight.woff2') format('woff2'),
		url('/fonts/Campton-ExtraLight.woff') format('woff'),
		url('/fonts/Campton-ExtraLight.ttf') format('truetype'),
		url('/fonts/Campton-ExtraLight.svg#Campton-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Campton';
	src: url('/fonts/Campton-Light.eot');
	src: url('/fonts/Campton-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Campton-Light.woff2') format('woff2'),
		url('/fonts/Campton-Light.woff') format('woff'),
		url('/fonts/Campton-Light.ttf') format('truetype'),
		url('/fonts/Campton-Light.svg#Campton-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Campton';
	src: url('/fonts/Campton-Medium.eot');
	src: url('/fonts/Campton-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Campton-Medium.woff2') format('woff2'),
		url('/fonts/Campton-Medium.woff') format('woff'),
		url('/fonts/Campton-Medium.ttf') format('truetype'),
		url('/fonts/Campton-Medium.svg#Campton-Medium') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Campton';
	src: url('/fonts/Campton-Book.eot');
	src: url('/fonts/Campton-Book.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Campton-Book.woff2') format('woff2'),
		url('/fonts/Campton-Book.woff') format('woff'),
		url('/fonts/Campton-Book.ttf') format('truetype'),
		url('/fonts/Campton-Book.svg#Campton-Book') format('svg');
	font-weight: 400;
	font-style: normal;
}

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