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

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

/*************** Font upload ***************/

@font-face{
font-family: 'PFDinTextCompPro-Regular';
src: url('fonts/PFDinTextCompPro-Regular.ttf');
src: url('fonts/PFDinTextCompPro-Regular.ttf%3F') format('embedded-truetype'),
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'PFDinTex-Regular';
src: url('fonts/PFDinTexReg.otf');
src: url('fonts/PFDinTexReg.otf%3F') format('embedded-opentype'),
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'PFDinTex-Light';
src: url('fonts/PFDinTexLig.otf');
src: url('fonts/PFDinTexLig.otf%3F') format('embedded-opentype'),
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'PFDinTex-Bold';
src: url('fonts/PFDinTexBol.otf');
src: url('fonts/PFDinTexBol.otf%3F') format('embedded-opentype'),
font-weight: bold;
font-style: normal;
}

@font-face{
font-family: 'PFDinTextCompPro-Bold';
src: url('fonts/PFDinTextCompPro-Bold.ttf');
src: url('fonts/PFDinTextCompPro-Bold.ttf%3F') format('embedded-truetype'),
font-weight: bold;
font-style: normal;
}

@font-face{
font-family: 'PFDinTextCompPro-Thin';
src: url('fonts/PFDinTextCompPro-Thin.ttf');
src: url('fonts/PFDinTextCompPro-Thin.ttf%3F') format('embedded-truetype'),
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'PFDinTextCompPro-Light';
src: url('fonts/PFDinTextCompPro-Light.ttf');
src: url('fonts/PFDinTextCompPro-Light.ttf%3F') format('embedded-truetype'),
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'PFDinTextCompPro-Medium';
src: url('https://csr2022-texan-envipco.recycling-center.gr/wp-content/themes/flatsome-child/fonts/PFDinTextCompPro-Medium');
src: url('fonts/PFDinTextCompPro-Medium.ttf%3F') format('embedded-truetype'),
font-weight: normal;
font-style: normal;
}


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


}