/* Jost */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/Jost-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google/Jost-Bold.ttf') format('truetype');
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/google/Roboto-Bold.ttf') format('truetype');
}

/* Sarpanch */
@font-face {
  font-family: 'Sarpanch';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/Sarpanch-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Sarpanch';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google/Sarpanch-Bold.ttf') format('truetype');
}
