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

:root{
  --white: #FFFEF8;
  --black: #232323;
  --red: #BE1E2D;
  --unactive: #A7A498;
  --normal: #777777;
  --borderline: #D9D7CE;
}
@font-face {
  font-family: "CoCoFont";
  src: url("./fonts/CocoFontnew.woff2") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "CoCoFont";
  src: url("./fonts/CocoWyoSecondary-NEW.woff2") format("opentype");
  font-weight: 500;
}
html {
  font-size: 10px;
}
body:not(.safari) a {
  transition: all ease .3s;
}
body.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}
body {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #3c3c3c;
  background-color: #fffefe;
}
h1,
h2,
h3,
h4,
h5,
h6,
.text-cocofont{
  font-family: "CoCoFont", serif !important;
}