/** Shopify CDN: Minification failed

Line 30:0 All "@import" rules must come first

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
/* Import Assistant font */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;700&display=swap');

/* Apply Assistant font globally to all text elements */
body, h1, h2, h3, h4, h5, h6, p, ul, li, span, strong {
    font-family: 'Assistant', sans-serif !important;
}
