/* ----------------------------------------------------
------------------------FONTS--------------------------
---------------------------------------------------- */

@font-face {
    font-family: Jost;
    font-weight: 300;
    src: url("../font/Jost-Regular.ttf");
  }
  
  body * {
    font-family: 'Jost', sans-serif!important;
    letter-spacing: 0.8px;
    font-weight: 300;
    color:#262625;
    line-height:120%;
  }
  