/* Vazirmatn — فونت اصلی بندراستایل */

@font-face {
  font-family: 'Vazirmatn';
  src: url('../vendor/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../vendor/vazirmatn/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../vendor/vazirmatn/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --font-vazir: var(--font-brand, 'Vazirmatn', Tahoma, sans-serif);
}

html {
  font-family: var(--font-brand);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-brand);
  font-size: var(--text-base, 1rem);
  line-height: var(--leading-normal, 1.75);
  color: var(--bs-ink, #1a2433);
  background: var(--bs-cream, #faf7f2);
}

*,
*::before,
*::after {
  font-family: inherit;
}

input,
textarea,
select,
button {
  font-family: var(--font-brand);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: var(--leading-tight, 1.35);
  color: var(--bs-navy, #0c2238);
  letter-spacing: -0.02em;
}

[class^="bi-"]::before,
[class*=" bi-"]::before,
.bi::before {
  font-family: "bootstrap-icons" !important;
}
