/* =========================
        Color
========================= */
/* =========================
        Social Color
========================= */
/* =========================
        Box Shadow
========================= */
/* =========================
        Size
========================= */
/* =========================
        Font
========================= */
/* =============== || Down Screen || =============== */
/* =============== || Up Screen || =============== */
/* =============== || Custom Down Screen || =============== */
/* =============== || Custom Down Screen || =============== */
/* =========================
        Mulish
========================= */
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Mulish";
  src: url(../fonts/Mulish-ExtraBold.ttf);
  font-weight: 800;
}
body {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}