/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/public/6269b2c3075b0a7e4c18.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/public/39c00b225e15432f9aa0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/public/7a6759d446b7b97ba9dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/public/c1c7e33f97b23d12c571.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

:root {
  --toast-info: #E9AF19;
  --toast-bg: #0C1111;
  --toast-success: #0EB873;
  --toast-error: #D93930;
  --toast-close: #E9E9E9;
  --toast-border-color: #E6A54F;
  --toast-height: 76px;
  --toast-radius: 8px;
}

.Toastify__close-button {
  color: var(--toast-close);
  opacity: 1;
}

.Toastify__toast {
  padding: 6px 16px;
  border-radius: var(--toast-radius);
  border: 1px solid var(--toast-border-color);
  align-items: center;
  background: var(--toast-bg);
  min-height: var(--toast-height);
}

.Toastify__toast-body {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.Toastify__progress-bar {
  height: 4px;
  bottom: 10px;
  width: 94%;
  left: 0;
  right: 0;
  margin: auto
}

.Toastify__progress-bar--error {
  background: var(--toast-error);
}

.Toastify__progress-bar--info {
  background: var(--toast-info);
}

.Toastify__progress-bar--success {
  background: var(--toast-success);
}

.Toastify__toast-icon {
  padding-top: 2px;
}

*,
*::before,
*::after {
  appearance: none;
  box-sizing: border-box;
  font-style: normal;
  outline-style: none;
  -webkit-touch-callout: none;
  user-select: initial;
}

html,
body {
  height: 100%;
}

#app {
  height: inherit;
}

body {
  margin: 0;
  color: #ffff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000000;
}

body::-webkit-scrollbar {
  width: 0;
}

a {
  color: #ffff;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.MuiList-root {
  padding: 0 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  color: #ffff;
}

.suspenseLoaderBox {
  height: 100dvh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

