/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import "css/base-class.css";
@import "css/home-page.css";
@import "css/shop-page.css";
@import "css/simple-contact.css";

:root {
  --white: #ffffff;
  --black: #000;
  --black-1: #242625;
  --black-2: #333333;
  --yellow: #ffe902;
  --orange: #ae9761;
}

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