@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Yekan+Bakh:wght@300;400;500;700&display=swap");

/* Doran Pro v2 Font Family */
@font-face {
  font-family: 'Doran';
  font-style: normal;
  font-weight: 100;
  src: url('../font/Doran Pro v2/Doran Family/Webfonts/woff2/Doran-Thin.woff2') format('woff2'),
       url('../font/Doran Pro v2/Doran Family/Webfonts/woff/Doran-Thin.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Doran';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Doran Pro v2/Doran Family/Webfonts/woff2/Doran-Light.woff2') format('woff2'),
       url('../font/Doran Pro v2/Doran Family/Webfonts/woff/Doran-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Doran';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Doran Pro v2/Doran Family/Webfonts/woff2/Doran-Regular.woff2') format('woff2'),
       url('../font/Doran Pro v2/Doran Family/Webfonts/woff/Doran-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Doran';
  font-style: normal;
  font-weight: 500;
  src: url('../font/Doran Pro v2/Doran Family/Webfonts/woff2/Doran-Medium.woff2') format('woff2'),
       url('../font/Doran Pro v2/Doran Family/Webfonts/woff/Doran-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Doran';
  font-style: normal;
  font-weight: 700;
  src: url('../font/Doran Pro v2/Doran Family/Webfonts/woff2/Doran-Bold.woff2') format('woff2'),
       url('../font/Doran Pro v2/Doran Family/Webfonts/woff/Doran-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Doran';
  font-style: normal;
  font-weight: 800;
  src: url('../font/Doran Pro v2/Doran Family/Webfonts/woff2/Doran-ExtraBold.woff2') format('woff2'),
       url('../font/Doran Pro v2/Doran Family/Webfonts/woff/Doran-ExtraBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Doran';
  font-style: normal;
  font-weight: 900;
  src: url('../font/Doran Pro v2/Doran Family/Webfonts/woff2/Doran-Black.woff2') format('woff2'),
       url('../font/Doran Pro v2/Doran Family/Webfonts/woff/Doran-Black.woff') format('woff');
  font-display: swap;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: "Doran", "Yekan Bakh", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1e1e1e;
  background-color: #ffffff;
}

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

button:focus-visible {
  outline: 2px solid #4a90e2;
  outline: -webkit-focus-ring-color auto 5px;
}

img {
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rtl {
  direction: rtl;
}
