<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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: gotham-extralight;
    src: url("/wp-content/themes/flatsome-child/fonts/gotham-extralight.ttf") format("opentype");
}

@font-face {
    font-family: gotham-black;
    src: url("/wp-content/themes/flatsome-child/fonts/gotham.otf") format("opentype");
}


body{
	font-family:  "gotham-extralight",  sans-serif  !important; 
	font-weight: 700 !important;
}

a, h1,h2,h3,h4,h5,h6, span  { 
    font-family: "gotham-extralight", sans-serif !important;   
    font-weight: 700 !important;
}

strong {
	font-family: "gotham-black", sans-serif !important;   
}


span.woocommerce-Price-currencySymbol {
	font-family: "gotham-black", sans-serif !important;   
}

.alt-font {
    font-family: "Bodoni Moda", sans-serif !important; 
}




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


}</pre></body></html>