/*
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: "Roboto-Regular";
    src: url(assets/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto-Light";
    src: url(assets/fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(assets/fonts/Roboto-Bold.ttf);
}

body {
    font-family: "Roboto-Regular";
}

a {
    text-decoration: none !important;
}

p,h1,h2,h3,h4,h5,h6 {
    font-family: "Roboto-Regular";
}

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


}