/*
Theme Name: Miion Child
Description: Child Theme for Miion Theme
Author: Zozothemes
Version: 1.0
Template: miion
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */


@font-face {
  font-family: 'Avenir-Roman';
  src: 	url('Fonts/AvenirLTStd-Roman.eot') format('embedded-opentype'),
  		url('Fonts/AvenirLTStd-Roman.otf')  format('opentype'),
		url('Fonts/AvenirLTStd-Roman.ttf')  format('truetype'), 
		url('Fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg'),
		url('Fonts/AvenirLTStd-Roman.woff')  format('woff'),
		url('Fonts/AvenirLTStd-Roman.woff2')  format('woff2');
  font-weight: normal;
  font-style: normal; 
}

p { font-family: 'Avenir-Roman' !important; }


@font-face {
  font-family: 'Avenir-Black';
  src: 	url('Fonts/AvenirLTStd-Black.eot') format('embedded-opentype'),
  		url('Fonts/AvenirLTStd-Black.otf')  format('opentype'),
		url('Fonts/AvenirLTStd-Black.ttf')  format('truetype'), 
		url('Fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg'),
		url('Fonts/AvenirLTStd-Black.woff')  format('woff'),
		url('Fonts/AvenirLTStd-Black.woff2')  format('woff2');
  font-weight: normal;
  font-style: normal; 
}

h1, h2, h3, h4, h5, h6 { font-family: 'Avenir-Black' !important; }