@font-face {
  font-family: 'Fairy Cottage';
  src: local('Fairy Cottage'), url('./fonts/Fairy Cottage.ttf') format('truetype');
}

@font-face {
  font-family: 'TOMMY';
  src: local('TOMMY'), url('./fonts/tommy.otf') format('opentype');
}

@font-face {
  font-family: 'TOMMY-L';
  src: local('TOMMY-L'), url('./fonts/tommy-l.otf') format('opentype');
}

@font-face {
  font-family: 'TOMMY-R';
  src: local('TOMMY-R'), url('./fonts/tommy-r.otf') format('opentype');
}

@font-face {
  font-family: 'TOMMY-O';
  src: local('TOMMY-O'), url('./fonts/tommy-o.otf') format('opentype');
}

.MuiTypography-h4 {
  font-size: 2.425rem !important;
}

.MuiTypography-h5 {
  font-size: 1.35rem !important;
}

.MuiTypography-h6 {
  font-size: 1.05rem !important;
}

.MuiTypography-h1,
.MuiTypography-h2,
.MuiTypography-h3,
.MuiTypography-h4 {
  font-family: 'Fairy Cottage' !important;
}

.MuiTypography-h5,
.MuiTypography-h6,
.MuiAlert-root,
.MuiTypography-body1 {
  font-family: 'TOMMY-R' !important;
}

body,
html,
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: 'TOMMY-R', sans-serif !important;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-y: auto;
  scroll-behavior: smooth;
  height: 100%;
}

/* .makeStyles-paper-11, */
/* .makeStyles-paper-11 h2, */
/* .MuiTypography-body1,
.MuiPaper-root, */
h2 {
  color: #ccf !important;
  font-size: 2.5em;
}

body {
  font-size: 1em;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TOMMY', 'monospace';
  text-transform: uppercase;
  color: #fff;
}

.MuiToolbar-regular {
  color: #000;
}

.MuiButton-containedPrimary,
.MuiButton-containedPrimary:hover,
.MuiListItem-button:hover,
.MuiButtonBase-root:hover {
  color: #fff !important;
}
.MuiButton-containedPrimary {
  background: #854f97d4 !important;
}

.tvl {
  font-size: 4.5rem;
}

.wallet-token-blanace {
  font-size: 1.7rem;
}

@media screen and (max-width: 660px) {
  .tvl {
    font-size: 4rem;
  }

}

@media screen and (max-width: 482px) {
  .tvl {
    font-size: 3.5rem;
  }
  .wallet-token-blanace {
    font-size: 1.4rem;
  }

  .MuiTypography-h4 {
    font-size: 1.925rem !important;
  }

  .MuiTypography-h5 {
    font-size: 1.15rem !important;
  }
}

@media screen and (max-width: 430px) {
  .tvl {
    font-size: 3rem;
  }
  .wallet-token-blanace {
    font-size: 1rem;
  }
}

@media screen and (max-width: 376px) {
  .tvl {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 359px) {
  .tvl {
    font-size: 1rem;
  }
}

.MuiButton-containedPrimary:hover {
  background: #d19aff !important;
}

code {
  font-family: 'TOMMY', monospace;
}

.menu-item {
  border-bottom: 0 !important;
  color: white !important;
  fill: white !important;
  margin-left: 0 !important;
  text-decoration: none !important;
  transition: padding-left 200ms;
}

.menu-item:hover {
  font-weight: bold;
  margin-left: 5px !important;
  transition: margin-left 200ms;
}

.price-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.price-item {
  padding: 7px;
}

.price-item img {
  vertical-align: middle;
}

.token-price {
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}

.text-decoration-none {
  text-decoration: none;
}

.wallet-button {
  color: #fff;
  font-family: 'monospace', sans-serif !important;
  font-size: 1.2rem !important;
  text-align: left !important;
  justify-content: flex-start !important;
  text-transform: none !important;
}
.wallet-button:hover {
  color: #854f97d4 !important;
}

.navLink {
  color: #fff !important;
}

.navLink:hover {
  color: #ccf !important;
}

.shinyButton {
  font-family: 'TOMMY-R' !important;
  padding: 7px !important;
  background-color: #854f97d4 !important;
  font-size: 1rem !important;
  color: #fff !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
}

.shinyButtonDisabled {
  color: #555 !important;
  padding: 7px !important;
  background-color: #641d64 !important;
  font-size: 1rem !important;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
}

.shinyButton:hover {
  background-color: #780b78 !important;
  transition: background-color 300ms;
}

.info-card-price {
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
}

.card-info-value {
  color: #fff !important;
}

.grey-text {
  color: #929292 !important;
}

.info-card-ratio {
  font-weight: 700;
}

.card-info-text {
  color: #ddd;
}

/*
#854f97d4 light
#72046D dark
#322f32 black/grey
#FFD2D1 background highlight
#D19AFF background
*/

.account {
  display: flex;
  align-items: center;
}

.account > img,
.account > div {
  margin-right: 8px;
}

.shinyButtonDisabledSecondary {
  border-radius: 15px;
  color: grey !important;
  box-shadow: 0px 0px 5px 0px grey;
}

.navTokenPrice {
  padding-top: 5px;
  padding-right: 15px;
  color: #fff;
}

.navTokenIcon {
  height: 30px !important;
  width: 30px !important;
  padding-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

.MuiPaper-root {
  color: rgb(235, 235, 235) !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

body,
html,
.MuiPaper-root {
  -ms-overflow-style: none !important; /* for Internet Explorer, Edge */
  scrollbar-width: none !important; /* for Firefox */
  overflow-y: scroll !important;
}

.MuiPaper-root::-webkit-scrollbar {
  display: none !important; /* for Chrome, Safari, and Opera */
}
body::-webkit-scrollbar {
  display: none !important; /* for Chrome, Safari, and Opera */
}

html::-webkit-scrollbar {
  display: none !important; /* for Chrome, Safari, and Opera */
}

.MuiAppBar-positionSticky {
  position: relative !important;
}
.ijwpow {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.walletconnecttitle {
  color: #fff;
}
.walletconnecttitle:hover {
  color: #854f97d4;
}
.dropbtn {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  border-radius: 10px;
  color: #ccf;
}

.dropdown:hover .dropdown-content {
  display: block;
}
