/* [project]/src/app/gilroy_8a05ae41.module.css [app-client] (css) */
@font-face {
  font-family: gilroy;
  src: url("../media/Gilroy_Medium-s.p.5b9bb0e0.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("../media/Gilroy_SemiBold-s.p.fab6fba3.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("../media/Gilroy_Bold-s.p.c34fd653.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: gilroy Fallback;
  src: local(Arial);
  ascent-override: 91.93%;
  descent-override: 23.62%;
  line-gap-override: 20.29%;
  size-adjust: 104.97%;
}

.gilroy_8a05ae41-module__IXcJqa__className {
  font-family: gilroy, gilroy Fallback;
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --color-primary: #202020;
  --color-secondary: #7b35fe;
  --text-primary: #202020;
  --text-light: #9c9aa8;
  --color-white: #fff;
}

body {
  background: #fff;
  margin: 0;
}

#root {
  width: 100%;
}

.registration__subtitle .blue, .registration__subtitle .green, .download_title .purple {
  color: var(--color-white);
  border-radius: 6px;
  padding: 3px 6px;
}

.registration__subtitle .blue {
  background: #407bff;
}

.registration__subtitle .green {
  background: #00b67a;
}

.download_title .purple {
  background: var(--color-secondary);
}

.swiper .swiper-pagination {
  margin-top: 20px;
  position: static;
}

.swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #44338e;
}

.swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.StripeElement--complete {
  border: 1px solid #fff;
}

* {
  -webkit-tap-highlight-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

:before, :after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

body {
  text-rendering: optimizelegibility;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: var(--color-primary);
  font-synthesis: none;
  font-weight: 500;
  line-height: 1.3;
}

@supports (padding: env(safe-area-inset-top)) {
  body {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=src_app_c0426f21._.css.map*/