@font-face {
  font-family: 'Dubai';
  src: url('DUBAI-REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Dubai';
  src: url('DUBAI-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Dubai';
  src: url('DUBAI-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Dubai';
  src: url('DUBAI-BOLD.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}

