/*
Theme Name: Happy Karma – 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: 'Ubuntu';
    src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Roboto italic */

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: cursive;
}

body
{
    font-family: 'Ubuntu';
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h4, h6 {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-style: normal;
}

alt-font {
    font-family: 'Dancing Script';
    font-weight: 400;
    font-style: cursive;
}

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


}