html,
body {
  margin: 0;
  font-family: Inter, "Segoe UI", system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}

.coordsLabel {
  position: absolute;
  background-color: #213547;
  color: #23B3D1;
  font-size: x-small;
  left: -1000px;
  top: 0;
  text-align: center;
  padding: auto;
  border-radius: 8px;
  user-select: none;
  pointer-events: none;

  /* border: 1px solid #08fa41; */
}



.pageButton {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #cafad5;
  border: 1px solid #2afa09;
  border-radius: 0 0 10px 10px;
  user-select: none;
}

.pageButton:hover {
  background-color: #d1feda;
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.pageButton_active {
  border: 1px solid green;
  color: #0f741b;
  font-weight: 700;
  border-top: none;
  border-radius: 0 0 10px 10px;
  user-select: none;
}

.custom_cursor {
  animation: custom_cursor_animation 1s infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3));
}

input {
  border: 1px solid;
  border-color: lightgray;
  border-radius: 4px;
}

input[type="color"] {
  outline: none;
  height: 24px;
  padding: 0;
  margin: 0;
}

canvas,
canvas:hover {
  cursor: default !important;
}

body:not(:has([data-panel-resize-handle-active="true"])) {
  cursor: default !important;
}

@font-face {
  font-family: "GOST type A";
  src: url("/assets/GOST-2304-81typeA-cMlpQ8Co.ttf") format("truetype");
  /* font-weight: 300;
   font-style: normal; */
}

@font-face {
  font-family: "GOST type A Italic";
  src: url("/assets/gost-tip-a-italic-DljtiwW6.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Courier New Cyr";
  src: url("/assets/couriercyrps-DRFwkEim.ttf") format("truetype");
  /* font-weight: 300;
     font-style: normal; */
}._numInput_lbmbj_1 {
  width: 50px;
}._canvasesWrapper_4kwxc_1 {
    position: relative;
    width: 100%;
    height: 100%;

    contain: layout style paint;
    will-change: contents;
}

._mainCanvas_4kwxc_10 {
    width: 100%;
    height: 100%;
    display: block;
}

._interactiveCanvas_4kwxc_16 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}._createToolContainer_1gi66_1 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 200px;
  z-index: 500;
  border-radius: 4px;
}

._numInput_1gi66_10 {
  width: 60px;
  margin-left: auto;
}