/*
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-face {
    font-family: 'Europa';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/Europa-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Europa';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/Europa-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Europa';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/Europa-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Europa';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/Europa-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Europa';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/Europa-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Europa';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/Europa-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/FuturaPT-LightObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/FuturaPT-MediumObl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/FuturaPT-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://minhajwelfare.org/wp-content/themes/flatsome-child/fonts/FuturaPT-HeavyObl.woff') format('woff');
    font-weight: 700;
    font-style: italic;
	font-display: swap;
}

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


}