@font-face {
  font-family: "Geometria-Medium";
  src: url("/fonts/Geometria-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "Geometria-Bold";
  src: url("/fonts/Geometria-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Geometria-ExtraBold";
  src: url("/fonts/Geometria-ExtraBold.ttf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}

.svg-container,
.svg-popup-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.svg-container svg,
.svg-popup-container svg {
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.svg-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  color: white;
  padding: 5px;
  box-sizing: border-box;
  line-height: 1.2;
  word-break: break-word;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */