/* 
 Theme Name:     tyvak-divi-child
 Author:         tyvak-divi-child
 Author URI:     http://www.tyvak.com
 Template:       Divi
 Version:        v1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/*---------- [Load The Fonts] ----------*/
@font-face {
    font-family: Stellar-Bold;
    src: url('fonts/Stellar-Bold.otf');
}
@font-face {
    font-family: Stellar-Medium;
    src: url('fonts/Stellar-Medium.otf');
}
@font-face {
    font-family: Stellar-Regular;
    src: url('fonts/Stellar-Regular.otf');
}
@font-face {
    font-family: Stellar-Light;
    src: url('fonts/Stellar-Light.otf');
}
@font-face {
    font-family: Sansation-Regular;
    src: url('fonts/Sansation-Regular.ttf');
}
@font-face {
    font-family: Sansation-LightItalic;
    src: url('fonts/Sansation-LightItalic.ttf');
}
@font-face {
    font-family: Sansation-Light;
    src: url('fonts/Sansation-Light.ttf');
}
@font-face {
    font-family: Sansation-Italic;
    src: url('fonts/Sansation-Italic.ttf');
}
@font-face {
    font-family: Sansation-BoldItalic;
    src: url('fonts/Sansation-BoldItalic.ttf');
}
@font-face {
    font-family: Sansation-Bold;
    src: url('fonts/Sansation-Bold.ttf');
}

/*---------- [Font Styling] ----------*/
h1, h2, h3, h4, h5, h6, body, html, p {
	font-family: Stellar-Light, Arial, Helvetica, sans-serif !important;
	font-variant-ligatures: none;
}

/*
h1 {
    font-size: 50px;
    color: #000000;
}
h2 {
    font-size: 40px;
	color: #000000;
}
h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2em;
  	color: #000000;
}
h4 {
    text-transform: uppercase;
  	font-size: 20px;
  	color: #242424 !important;
}
h5 {
    font-size: 18px;
  	font-weight: 500;
}
body {
    font-size: 16px;
    line-height: 1.2em;
}
p {
    font-size: 16px !important;
    line-height: 1.2em;
}
*/
