/* Fonts */
/* MV Waheed */
@font-face {
  font-family: "MV Waheed";
  src: url("./resources/fonts/MVWaheed.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "MV Waheed";
  src: url("./resources/fonts/MVWaheed.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "MV Waheed";
  src: url("./resources/fonts/MVWaheed.ttf");
  font-weight: 300;
}

/* MV Faseyha */
@font-face {
  font-family: "MV Faseyha";
  src: url("./resources/fonts/MVFaseyha.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "MV Faseyha";
  src: url("./resources/fonts/MVFaseyha.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "MV Faseyha";
  src: url("./resources/fonts/MVFaseyha.ttf");
  font-weight: 300;
}

body {
  margin: 2rem;
  direction: rtl;
  family: "MV Faseyha";
  line-height: 1.75em;
}

img {
    pointer-events: none;
}

.container {
  font-family: "MV Faseyha";
}

p {
  font-family: "MV Faseyha";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MV Waheed";
}

.font-mvfaseyha {
  font-family: "MV faseyha";
}

.font-mvwaheed {
  font-family: "MV Waheed";
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

.float-right {
  float: right;
}

.text-align-right {
  text-align: right;
}

.form-check .form-check-input {
  float: right;
}

.form-check .form-check-label {
  display: inline-block;
  margin-right: 2rem;
}
