/* Define the custom font */
@font-face {
  font-family: 'Yekan';
  src: url('font/Yekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Apply the font to elements */
body {
  font-family: 'Yekan', sans-serif;
}

.command{
  text-align: right;
  direction: ltr;
  display: block;
}