@font-face {
  font-family: 'Duuemarj Print';
  src: url('../fonts/DuuemarjPrint-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/DuuemarjPrint-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/DuuemarjPrint-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body {
  font-family: sans-serif; /* default for English */
}

.lang-du {
  font-family: 'Duuemarj Print', sans-serif;
  font-size: 25px;
}

.lang-du > h1 {
  font-size: 30px !important;
}

