/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  --background: #001435;
  --foreground: #0c1222;
}

@font-face {
  font-family: "YekanBakh";
  src:
    url("/fonts/YekanBakh/YekanBakhFaNumLight.woff2") format("woff2"),
    url("/fonts/YekanBakh/YekanBakhFaNumLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src:
    url("/fonts/YekanBakh/YekanBakhFaNumRegular.woff2") format("woff2"),
    url("/fonts/YekanBakh/YekanBakhFaNumRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src:
    url("/fonts/YekanBakh/YekanBakhFaNumMedium.woff2") format("woff2"),
    url("/fonts/YekanBakh/YekanBakhFaNumMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src:
    url("/fonts/YekanBakh/YekanBakhFaNumBold.woff2") format("woff2"),
    url("/fonts/YekanBakh/YekanBakhFaNumBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh";
  src:
    url("/fonts/YekanBakh/YekanBakhFaNumHeavy.woff2") format("woff2"),
    url("/fonts/YekanBakh/YekanBakhFaNumHeavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: var(--foreground);
  background: var(--background);
  font-family: "YekanBakh", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font-family: "YekanBakh", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

