.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.silkscreen-bold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#diagram-container {
  width: 100%; /* Ensure the container takes full width */
  overflow: auto; /* Allow scrolling if the SVG gets too wide */
}

/* Force the SVG to resize dynamically, overriding any inline styles */
#diagram-container svg {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
