/*
 Theme Name:     Pontaro
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Damades
 Author URI:     https://damades.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Elizeth Regular */
@font-face {
    font-family: 'Elizeth';
    src:
        url('fonts/Elizeth/Elizeth-Regular.woff2') format('woff2'),
        url('fonts/Elizeth/Elizeth-Regular.woff') format('woff'),
        url('fonts/Elizeth/Elizeth-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Elizeth Bold */
@font-face {
    font-family: 'Elizeth';
    src:
        url('fonts/Elizeth/Elizeth-Bold.woff2') format('woff2'),
        url('fonts/Elizeth/Elizeth-Bold.woff') format('woff'),
        url('fonts/Elizeth/Elizeth-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}