/* 

	Theme Name: Dani Child
	Theme URI: http://www.spab-rice.com 
	Description: Avoc child Theme. 
	Version: 1.0
	Author: Spab Rice 
	Author URI: http://www.spab-rice.com 
	Template:    dani
	Text Domain:  dani-child
	
*/

/* -----------------------------------
	CHILD CSS
------------------------------------- */
@font-face {
    font-family: 'Kabel Heavy';
    src: url('fonts/KabelLTStd-Heavy.eot');
    src: url('fonts/KabelLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/KabelLTStd-Heavy.woff2') format('woff2'),
        url('fonts/KabelLTStd-Heavy.woff') format('woff'),
        url('fonts/KabelLTStd-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: 'Futura PT Book';
    src: url('fonts/FuturaPTBook.otf') format('opentype'),
        url('fonts/FuturaPTBook.ttf') format('truetype'),
        url('fonts/FuturaPTBook.woff') format('woff');
		font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT Medium';
    src: url('fonts/FuturaPTMedium.otf') format('opentype'),
        url('fonts/FuturaPTMedium.ttf') format('truetype'),
        url('fonts/FuturaPTMedium.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}
@font-face {
    font-family: 'Futura PT Heavy';
    src: url('fonts/FuturaPTHeavy.otf') format('opentype'),
        url('fonts/FuturaPTHeavy.ttf') format('truetype'),
        url('fonts/FuturaPTHeavy.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}
@font-face {
    font-family: 'Futura PT Bold';
    src: url('fonts/FuturaPTBold.otf') format('opentype'),
        url('fonts/FuturaPTBold.ttf') format('truetype'),
        url('fonts/FuturaPTBold.woff') format('woff');
		font-weight: normal;
		font-style: normal;

.kabel_heavy  {  font-family: 'Kabel Heavy'; }