/* [project]/src/app/error.module.css [app-client] (css) */
.error-module__bSZLSW__root {
  padding: calc(5rem * var(--mantine-scale)) 0;
}

.error-module__bSZLSW__label {
  text-align: center;
  font-weight: 900;
  font-size: calc(13.75rem * var(--mantine-scale));
  color: var(--mantine-primary-color-filled);
  line-height: 1;
}

[data-mantine-color-scheme="dark"] .error-module__bSZLSW__label {
  color: var(--mantine-primary-color-2);
}

@media (max-width: 48em) {
  .error-module__bSZLSW__label {
    font-size: calc(7.5rem * var(--mantine-scale));
  }
}

.error-module__bSZLSW__title {
  text-align: center;
  font-weight: 900;
  font-size: calc(2.375rem * var(--mantine-scale));
}

@media (max-width: 48em) {
  .error-module__bSZLSW__title {
    font-size: calc(2rem * var(--mantine-scale));
  }
}

.error-module__bSZLSW__description {
  max-width: calc(31.25rem * var(--mantine-scale));
  margin: auto;
}

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