@font-face {
  font-family: "Mashaer Tosh";
  src: url("/fonts/tosh/TRYToshA-Thin-BF677df27a67374.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mashaer Tosh";
  src: url("/fonts/tosh/TRYToshA-Light-BF677df27a6a41e.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mashaer Tosh";
  src: url("/fonts/tosh/TRYToshA-Regular-BF677df27a66806.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mashaer Tosh";
  src: url("/fonts/tosh/TRYToshA-Medium-BF677df27a6785d.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mashaer Tosh";
  src: url("/fonts/tosh/TRYToshA-Bold-BF677df27a68b37.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mashaer Tosh";
  src: url("/fonts/tosh/TRYToshA-Black-BF677df27a667c8.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --mashaer-font-family: "Mashaer Tosh", Tahoma, Arial, sans-serif;
  --bs-font-sans-serif: var(--mashaer-font-family);
  --bs-body-font-family: var(--mashaer-font-family);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--mashaer-font-family);
}

.font-heading {
  font-family: var(--mashaer-font-family);
}
