/*
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: 'FuturaStdMedium';
    src: url('fonts/FuturaStdMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStdBold';
    src: url('fonts/FuturaStdBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Aplicando a fonte no site */
body,
button,
input,
select,
textarea,
.site-title,
.ux-text,
.ux-menu,
.header,
.footer,
.entry-title,
.entry-content {
    font-family: 'FuturaStdMedium', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'FuturaStdBold', sans-serif !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}