@import "./root.css";

@font-face {
  font-family: 'Wix_Madefor_Display';
  src: url('../font/Wix_Madefor_Display/WixMadeforDisplay-VariableFont_wght.ttf');
}

h1,h2,h3,h4,h5,h6,p,ul,li,a,body,button{
  font-family: 'Wix_Madefor_Display';
}
.contain-width {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
  }
  li {
    list-style: var(--none);
  }
  
a {
    text-decoration: var(--none);
    cursor: pointer;
  }
  .btn:active,
.btn:focus,
.btn:focus-within,
.btn:focus-visible {
  box-shadow: none !important;
}
body.dark-mode {
  background: #000 !important;
}

.light-mode{
--font-text:#0A0034;
--table-bg:#f7f7fc;
--white-text:#000;
--tab-bar-bg:#fff;
--security-bg:#f7f7fc;
--table-bg:#f7f7fc;
 --full-box-bg:#d1d1da85;
 --even-table-bg:#fff;
}
.dark-mode{
  --font-text:#fff;
  --table-bg:#313132;
  --white-text:#fff;
  --tab-bar-bg:#181818;
  --security-bg:#1A1A1A;
  --table-bg:#1D1D1D;
  --full-box-bg:#181818;
  --even-table-bg: #202124;
}