@import url('../font/fonts/font-hotel.css');
@import url('../font/bootstrap-icons.css');
@import url('../font/fonts/fontello/css/fontello.css');
@import url('../font/fonts/fontello/css/fontello-codes.css');
@import url('../font/fonts/fontello/css/icon_set_1.css');
@import url('../font/fonts/fontello/css/icon_set_2.css');
@import url('../font/fonts/icon_restaurant/css/icon_restaurants.css');
@import url('../font/style.css');
@import url('../font/yekan.css');





@font-face {
font-family: 'yekan' ;
font-style: normal;
font-weight: 400;
src: url('../font/IRANSansWeb_Medium.ttf') format('woff2'),; /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
src: url('../font/IRANSansWeb.ttf') format('woff'),; /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}


/* ترکیب رنگبندی بدنه رای خودم یکدست کردم  */

body {
  font-family: 'yekan';
  direction: rtl;
  text-align: right;
  height: 100%;
  background-image: url('./img/backgrund.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}





/* هدر جداول رنکبندی و سایر بندی شده  */

.table .thead-light th {
  color: #fff;
  background-color: #133e5b;
  border-color: #dee2e6;
  text-align: center;
  font-weight: inherit;
  font-size: 15px;
}




@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }
}