@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=VT323&display=swap');

:root {
  font-synthesis: none;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "VT323", monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

code {
  font-family:
    source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html,
body,
#root {
  height: 100svh;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at 0 0, #091d1e 0%, #020907 50%) 0 0 / 100% 100%;
}

#__next {
  max-height: 100%;
  min-height: 100vh;
}

.tippy-box {
  z-index: 9999 !important;
}



/* Custom Tippy theme */
.tippy-box[data-theme~='custom'] {
  background: #0A0F0E;
  border: 1px solid #1E2A28;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8);
  color: #F9F8F6;
  font-size: 14px;
}

.tippy-box[data-theme~='custom'] .tippy-arrow {
  color: #0A0F0E;
}

.tippy-box[data-theme~='custom'] .tippy-content {
  padding: 20px;
}

nextjs-portal {
  display: none !important;
}
