@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url("/assets/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varsity";
  src: url("/assets/fonts/varsity_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varsity Regular";
  src: url("/assets/fonts/varsity_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Varsity-Regular";
  src: url("/assets/fonts/varsity_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
svg text {
  dominant-baseline: alphabetic;
  alignment-baseline: baseline;
  font-kerning: normal;
  text-rendering: geometricPrecision;
}

svg text[font-family*=Varsity] {
  transform-origin: 0 0;
}

svg text[font-family*=Bebas] {
  transform-origin: 0 0;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=text].font-mono {
  letter-spacing: 0.03em;
}

.control-section {
  border-bottom: 1px solid #e5e7eb;
}
.control-section:last-of-type {
  border-bottom: none;
}

.scrollable-controls {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
  -webkit-overflow-scrolling: touch;
}
.scrollable-controls::-webkit-scrollbar {
  width: 6px;
}
.scrollable-controls::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}
.scrollable-controls::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
.scrollable-controls::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

@media (max-width: 1023px) {
  .mobile-controls-panel {
    transform: translateY(calc(100% - 60px));
    -webkit-transform: translateY(calc(100% - 60px));
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
  }
  .mobile-controls-panel.open {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .mobile-controls-panel .panel-content {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .mobile-controls-panel.open .panel-content {
    opacity: 1;
  }
  .mobile-controls-panel .mobile-minimize-bar {
    height: 60px;
  }
}
#svgContainer {
  touch-action: none;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  backface-visibility: hidden;
}
#svgContainer.transparent-bg {
  background-image: linear-gradient(45deg, #f1f5f9 25%, transparent 25%), linear-gradient(-45deg, #f1f5f9 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f1f5f9 75%), linear-gradient(-45deg, transparent 75%, #f1f5f9 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.svg-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease-out;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transform: translateZ(0);
}
.svg-wrapper svg {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}

@media (min-width: 1024px) {
  .mobile-controls-panel {
    width: 320px;
  }
}
@media (max-width: 1023px) {
  #zoomHint {
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
}
/*# sourceMappingURL=editor.css.map */
