:root {
  --primaryColor: #263d86;
  --fontMono: "Geist Mono", monospace;
}
@media only screen and (min-width: 950px) {
  .only-sm {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .only-md {
    display: none;
  }
} /*# sourceMappingURL=child-custom-style.min.css.map */
