
@font-face {
    font-family: JostRegular;
    font-display: swap;
    src: url(../fonts/Jost-Regular.woff2) format("woff2");
  }

  @font-face {
    font-family: JostItalic;
    font-display: swap;
    src: url(../fonts/Jost-Italic.woff2) format("woff2");
  }

  @font-face {
    font-family: JostMedium;
    font-display: swap;
    src: url(../fonts/Jost-Medium.woff2) format("woff2");
  }
@font-face {
    font-family: JostSemiBold;
    font-display: swap;
    src: url(../fonts/Jost-SemiBold.woff2) format("woff2");
  }
  
@font-face {
    font-family: JostBold;
    font-display: swap;
    src: url(../fonts/Jost-Bold.woff2) format("woff2");
  }
body{
    font-family: JostRegular;
}
h1,
h2,
h3 {
  font-family: JostBold;
}

h4{
  font-family: JostMedium;
}
.blog-card .card .card-body a{
  font-family: JostMedium;
}
p{
    font-family: JostRegular;
}

button{
  font-family: JostMedium;
}