/* ExtraBold */
@font-face {
  font-family: 'Morabba';
  src: url('fonts/MORABBA-EXTRABOLD.TTF') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Heavy */
@font-face {
  font-family: 'Morabba';
  src: url('fonts/MORABBA-HEAVY.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Morabba';
  src: url('fonts/MORABBA-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Morabba';
  src: url('fonts/MORABBA-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Morabba';
  src: url('fonts/MORABBA-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* SemiBold */
@font-face {
  font-family: 'Morabba';
  src: url('fonts/MORABBA-SEMIBOLD.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* UltraLight */
@font-face {
  font-family: 'Morabba';
  src: url('fonts/MORABBA-ULTRALIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* استفاده در کل سایت */
body {
  font-family: 'Morabba', sans-serif;
}



body,a,p,div,h1,h2,h3,h4,h5,h6,*{
    font-family:MORABBA;
}