@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");

html,
body {
  font-family: "Inter";
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.chakra-ui-light {
  overflow: unset !important;
}

[data-radix-popper-content-wrapper] {
  z-index: 9999 !important;
}

div[style*="pointer-events: none"] {
  z-index: 0 !important;
}

.react-three-fiber-portal {
  z-index: 0 !important;
}

[data-liveblocks-portal] {
  z-index: 9999 !important;
}
a {
  color: inherit;
  text-decoration: none;
}

.tldraw-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.tl-container {
  position: relative;
  height: 100vh; 
  display: flex;
  flex-direction: column;
}

.tl-container .tlui-toolbar {
  position: fixed;
  bottom: 5%;
  z-index: 10;
}



.tl-container .tlui-style-panel__wrapper {
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 10;
}

.tl-container .tlui-buttons__horizontal {
  position: fixed;
  left: 5%;
  z-index: 10;
}

.tl-container .tlui-toolbar__tools {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tl-container .tlui-toolbar__tools > * {
  margin: 0 5px;
}
 
