﻿/*
 Theme Name:   Divi Child
 Description:  Helps you to easily custom editing your divi theme.
 Author:       Jundell Q. Agbo
 Author URI:   http://www.facebook.com/jundell.ictned.ph
 Template:     Divi
 Version:      2.7.8
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready, customize
*/

/* your Custom styles goes here */
@import url("../Divi/style.css");
@font-face {
font-family: Colfax Light;
src: url('../Divi-child/fonts/Colfax-Light.ttf');
font-weight: 100;
}
@font-face {
font-family: Colfax;
src: url('../Divi-child/fonts/Colfax-Regular.ttf');
font-weight: 100;
}
@font-face {
font-family: Colfax Medium;
src: url('../Divi-child/fonts/Colfax-Medium.ttf');
font-weight: normal;
}
@font-face {
font-family: Colfax Bold;
src: url('../Divi-child/fonts/Colfax-Bold.ttf');
font-weight: normal;
}