@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

body {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400; /* Regular weight */
  font-style: normal;
}
* {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400; /* Regular weight */
  font-style: normal;
}
p {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400; /* Regular weight */
  font-style: normal;
  hyphens: auto;
  letter-spacing: 0em;
  word-spacing: -0.1em;
	
}

h1,h2, h3, h4, h5, h6 {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600; /* Bold weight */
  font-style: normal;
}

em {
  font-family: 'Jost', sans-serif !important;
  font-weight: 400;
  font-style: italic; /* Italic style */
}