@font-face {
  font-family: "Noto Sans Myanmar";
  src: url("./NotoSansMyanmar-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Myanmar";
  src: url("./NotoSansMyanmar-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Myanmar";
  src: url("./NotoSansMyanmar-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Myanmar";
  src: url("./NotoSansMyanmar-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --mm-font-family: "Noto Sans Myanmar", sans-serif;
}

body,
button,
input,
select,
textarea,
.form-control,
.custom-select,
.custom-file-label,
.btn,
.nav-link,
.dropdown-item,
.table,
.card,
.small-box,
.info-box,
.main-header,
.main-sidebar,
.content-wrapper,
.main-footer,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  font-family: var(--mm-font-family) !important;
}
