/*
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: "ftitle-sd";
  src: url("./fonts/BoroughGrotesk-Shaded.woff2") format("woff2"), url("./fonts/BoroughGrotesk-Shaded.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "ftitle-re";
  src: url("./fonts/BoroughGrotesk-Regular.woff2") format("woff2"), url("./fonts/BoroughGrotesk-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "fsubtitle";
  src: url("./fonts/FONTSPRINGDEMO-ArponaSansLightRegular.woff2") format("woff2"), url("./fonts/FONTSPRINGDEMO-ArponaSansLightRegular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "fbody";
  src: url("./fonts/Outfit-Light.woff2") format("woff2"), url("./fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "fbody4";
  src: url("./fonts/Outfit-Regular.woff2") format("woff2"), url("./fonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "fbody5";
  src: url("./fonts/Outfit-Medium.woff2") format("woff2"), url("./fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
:root {
  --color-pink: #fe61b4;
  --color-text: #1d1c1c;
  --color-red: #fc0e37;
  --color-light-green: #9bd1c6;
  --color-green: #0c9479;
  --color-blue: #1688f6;
  --color-yellow: #fcef4b;
  --color-orange: #fe813c;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}