@tailwind base;


@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/font/Vazirmatn-Black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/font/Vazirmatn-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Material Symbols Outlined';
  src: url('/assets/symbol/MaterialSymbolsOutlined-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@tailwind components;
@tailwind utilities;

* {
  font-family: 'Vazirmatn', system-ui, sans-serif;
  direction: rtl;
  text-align: right;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  body.has-support-mobile-bar {
    padding-bottom: 4.5rem;
  }
}

