/*
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.   ***************/
h1, h2 {
    font-family: fragile-bombers, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

h2 {
    font-family: fragile-bombers, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

html, body {
    font-family: alternate-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

p {
    font-size: 1.25rem;
}

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


}

