/*
Theme Name: dialogue Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: dialogue
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@font-face {
    font-family: 'peydaweb';
    src: url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'peydaweblight';
    src: url('fonts/woff2/peydaWeb-light.woff2') format('woff2');
}

@font-face {
    font-family: 'peydawebextralight';
    src: url('fonts/woff2/peydaWeb-extralight.woff2') format('woff2');
}

div , .nav > li > a,body,h1,h2,h3,h4,h5,h6, .heading-font,.alt-font{

font-family:'peydaweb' !important;
}
p,span {
font-family:'peydawebextralight' !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
