/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");


@font-face {
    font-family: 'certificate';
    src: url('/fonts/certificate-webfont.woff2') format('woff2'),
         url('/fonts/certificate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Algerian';
    src: url('/fonts/algerian-webfont.woff2') format('woff2'),
         url('/fonts/algerian-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('/fonts/arial.ttf') format('ttf'), 
		 url('/fonts/arial-webfont.woff2') format('woff2'),
         url('/fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial_bold';
    src:  url('/fonts/arial-bold.ttf') format('ttf'),
		url('/fonts/arial-bold-webfont.woff2') format('woff2'),
         url('/fonts/arial-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}