
@font-face {
  font-family: Sahel;
  src: url('sahel-font/Sahel.eot');
  src: url('sahel-font/Sahel.eot?#iefix') format('embedded-opentype'),
       url('sahel-font/Sahel.woff2') format('woff2'),
       url('sahel-font/Sahel.woff') format('woff'),
       url('sahel-font/Sahel.ttf') format('truetype');
}
body{
    text-align: right !important;
    direction: rtl !important;
    font-family: Sahel !important;
}

.errors{
    color: red;
    background-color: rgb(238, 212, 212);
    padding: 20px 30px;
}