/* DM Sans - Variable font with weights 400, 500, 700 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/dm-sans.woff2') format('woff2');
}

/* Kalam Regular - 400 */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/kalam-regular.woff2') format('woff2');
}

/* Kalam Bold - 700 */
@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/kalam-bold.woff2') format('woff2');
}

