/* Vazirmatn - فونت وزیرمتن لوکال */
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* اعمال به تمام صفحه */
html, body, input, textarea, select, button,
.ui.menu, .ui.header, .ui.segment, .ui.card,
.ui.form, .ui.table, .ui.list, .ui.message,
.ui.label, .ui.button, .ui.dropdown, .ui.modal,
nav, main, aside, footer, header,
* {
  font-family: 'Vazirmatn', 'Vazir', 'Tahoma', sans-serif !important;
}
