﻿/* BAZOOT_FONTS_AUTO_V1
   این فایل با PowerShell ساخته شده است.
   فونت‌ها را داخل public/bazoot-fonts قرار بده. */

:root{
  --bazoot-font: 'BAZOOTFont', 'Vazirmatn', 'IRANSansX', 'Segoe UI', Tahoma, Arial, sans-serif;
}
@font-face{
  font-family:'BAZOOTFont';
  src:url('/bazoot-fonts/Vazir.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
html,
body,
button,
input,
textarea,
select,
option,
table,
th,
td,
label,
a,
span,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.app,
.sidebar,
.menu,
.main,
.topbar,
.card,
.panel,
.modal,
.toast{
  font-family:var(--bazoot-font) !important;
}

body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
