/*
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-weight: 400;
  font-style: normal;
  font-family: fontawesome;
  src: url(//:) format("no404"),
    url(fonts/fontawesome-webfont.woff) format("woff"),
    url(fonts/fontawesome-webfont.ttf) format("truetype");
}
@font-face {
  font-family: "Helvetica Condensed Bold";
  src: url(fonts/helvetica-condensed-bold.ttf) format("truetype");
}
@font-face {
  font-family: "Klavika Light";
  src: url(fonts/klavika-light.woff) format("woff"),
    url(fonts/klavika-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Klavika-Medium";
  src: url(fonts/Klavika-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Klavika-Regular";
  src: url(fonts/Klavika-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open-Sans";
  src: url(fonts/Open-Sans.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url(fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url(fonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "iconfont";
  src: url(fonts/iconfont.ttf?t=1622274305876) format("truetype");
}
@font-face {
  font-family: "iconfont";
  src: url(fonts/iconfont2.ttf?t=1636437409681) format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}
body {
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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


}