/*
Theme Name: bkns
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 Bold";
    src: url(assets/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: "Roboto Medium";
    src: url(assets/fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: "Roboto Regular";
    src: url(assets/fonts/Roboto-Regular.ttf);
}

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

a {
    text-decoration: none !important;
}

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


}