/* Inter Variable */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900; /* Variable weight range */
  font-display: swap;
  src: url(/static/3rdparty/Inter-VariableFont_opsz\,wght.ttf) format('truetype');
}

/* Inter Italic Variable */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900; /* Variable weight range */
  font-display: swap;
  src: url(/static/3rdparty/Inter-Italic-VariableFont_opsz\,wght.ttf) format('truetype');
}

/* Kalam Light */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/3rdparty/Kalam-Light.ttf) format('truetype');
}

/* Kalam Regular */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/3rdparty/Kalam-Regular.ttf) format('truetype');
}

/* Kalam Bold */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/static/3rdparty/Kalam-Bold.ttf) format('truetype');
}
  
