/* The Year of Handicrafts — local admin font */
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('../fonts/TheYearofHandicrafts-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TheYearofHandicrafts';
  src: url('../fonts/TheYearofHandicrafts-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --admin-font: 'TheYearofHandicrafts', 'Tajawal', 'Cairo', sans-serif;
}

body,
body#content_body,
.main-menu,
.header-navbar,
.content-body,
.admin-home,
.admin-stats,
.table,
.form-control,
.btn,
.admin-btn,
.swal2-popup,
.toast,
.card,
.dropdown-menu,
.navigation,
.navbar-brand,
h1, h2, h3, h4, h5, h6,
p, span, a, label, li, td, th, input, select, textarea, button {
  font-family: var(--admin-font) !important;
}
