/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Jerry
Template: Divi
*/

@import url("../Divi/style.css");

/*---------- [Load The Fonts] ----------*/
@font-face {
    font-family: CenturyGothicBold;
    src: url('fonts/CenturyGothicBold.ttf');
}
@font-face {
    font-family: CenturyGothicRegular;
    src: url('fonts/CenturyGothicRegular.ttf');
}
/*---------- [Font Styling] ----------*/
h1 {
    font-family: CenturyGothicBold, Francois One, sans-serif;
    font-size: 50px;
    color: #000000;
}
h2 {
    font-family: CenturyGothicBold, Francois One, sans-serif;
    font-size: 40px;
	color: #000000;
}
h3 {
    font-family: CenturyGothicBold, Francois One, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2em;
	color: #000000;
}
h4 {
	font-family: CenturyGothicBold, Francois One, sans-serif;
    text-transform: uppercase;
	font-size: 20px;
	color: #242424 !important;
}
h5 {
    font-family: CenturyGothicRegular, Open Sans, sans-serif;
    font-size: 18px;
	font-weight: 500;
}
body {
    font-family: CenturyGothicRegular, Open Sans, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
}
p {
    font-family: CenturyGothicRegular, Open Sans, sans-serif;
    font-size: 16px !important;
    line-height: 1.2em;
}