/*
 Theme Name:   Divi Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

// Type

@font-face {
    font-family: 'HP Simplified';
    src: url('webfonts/HPSimplified-Bold.woff2') format('woff2'),
        url('webfonts/HPSimplified-Bold.woff') format('woff');
    font-weight: black;
    font-style: normal;
}

@font-face {
    font-family: 'HP Simplified';
    src: url('webfonts/HPSimplified-Regular.woff2') format('woff2'),
        url('webfonts/HPSimplified-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HP Simplified';
    src: url('webfonts/HPSimplified-Light.woff2') format('woff2'),
        url('webfonts/HPSimplified-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
	overflow-x: hidden;
}
body {
	font-family: "HP Simplified", sans;
}

h3, h4, h5, h6 {
	text-transform: none !important;
	font-weight: bold !important;
	letter-spacing: 0 !important;
}