/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url(public/44741525690898ff91c0.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: 'Kanit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(public/dada6f35c2d7554eb97a.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: 'Kanit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(public/633426a54e4c20a471e7.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;
}


:root {
--toast-p1: #4595D3;
--toast-b4: #073358;
--toast-a1: #81F244;
--toast-a4: #CA2824;
--toast-s1: #91A2AF;
--toast-height: 48px;
}

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

.Toastify__toast {
  padding: 6px 16px;
  align-items: center;
  background: var(--toast-b4);
  min-height: var(--toast-height);
}

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

.Toastify__toast--success {
  border: 1px solid var(--toast-a1);
}

.Toastify__toast--error {
  border: 1px solid var(--toast-a4);
}

.Toastify__toast--info {
  border: 1px solid var(--toast-p1);
}

.Toastify__progress-bar {
  height: 2px;
}

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

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

html,
body {
  font-family: 'Inter';
  font-size: 22px;
  background-image: url(public/df3b3726dcef4881dd6a.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#root {
  height: inherit;
}

/* body { */
/* margin: 0;
  color: #ffffff;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

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

a {
  color: #ffffff;
  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: #ffffff;
}

.suspenseLoaderBox {
  height: 100%;
  width: 100%;
  position: relative;
}

.suspenseLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
