/**
 *  Dizhitl: https://fontlibrary.org/en/font/dzhitl
 *
 *  License: OFL
 */

@font-face {
  font-family: 'Dizhitl';
  src: url('./dizhitl-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Dizhitl';
  src: url('./dizhitl-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Dizhitl';
  src: url('./dizhitl-bolditalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Dizhitl';
  src: url('./dizhitl-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

