@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75,300..800;1,75,300..800&display=swap");
@font-face {
  font-family: NotoSansRegular;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: NotoSansBold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: NotoSansLight;
  src: url(../fonts/NotoSans-Light.ttf);
}
.boxPanel {
  padding: 2rem;
  border-radius: 16px;
}
.boxPanel .boxPanelBody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.boxPanel .boxPanelBody h6 {
  margin: 0;
}
.boxPanel .boxPanelBody .boxPanelContent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.boxPanel .boxPanelBody .boxPanelContent p {
  margin: 0;
}

/*# sourceMappingURL=boxPanel.css.map */
