
/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Arabic-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Arabic-SemiBold.otf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Arabic-Medium.otf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url('./Montserrat-Arabic-Regular.ttf') format('truetype');
  font-weight: 400;
}

body {
  font-family: 'Montserrat' !important;
}

body * {
  font-family: inherit !important;
}