@font-face {
  font-family: 'YekanBakh';
  src: local('YekanBakh-Thin'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Thin.woff2') format('woff2'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: local('YekanBakh-Light'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Light.woff2') format('woff2'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: local('YekanBakh-Regular'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Regular.woff2') format('woff2'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: local('YekanBakh-Medium'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Medium.woff2') format('woff2'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: local('YekanBakh-Bold'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Bold.woff2') format('woff2'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: local('YekanBakh-Heavy'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Heavy.woff2') format('woff2'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YekanBakh';
  src: local('YekanBakh-Fat'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Fat.woff2') format('woff2'),
    url('https://assets.bazaar-pay.ir/fonts/YekanBakh-Fat.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  font-size: var(--font-size-base);
  color: var(--color-ink);
  background-color: var(--color-surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: rtl;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 700;
}
