.text-blue, .text-blue-600 {
  color: #1e6ec8;
}

.text-green, .text-green-600 {
  color: #16a34a;
}

.text-gray, .text-gray-600 {
  color: #4b5563;
}

.text-orange {
  color: #ea580c;
}

.text-purple {
  color: #9333ea;
}

.text-yellow {
  color: #fde047;
}

.text-red {
  color: #c8140a;
}

.bg-light-blue {
  background-color: #1ea5eb;
}

.bg-light-green {
  background-color: #82e0aa;
}

html {
  font-size: 120%;
}

body {
  font-family: Inter, Arial, sans-serif;
  background-color: #fff !important;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
body:not(.archive) #content #primary {
  width: 100%;
}
body:not(.archive) #content #secondary {
  display: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
}

.home #main {
  text-align: center;
}

@media (min-width: 1280px) {
  .col-full {
    max-width: 1280px;
    margin: 0 auto;
  }
}

#page {
  overflow-x: hidden;
}

.d-flex {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .d-flex {
    flex-direction: row;
  }
}
.d-flex > * {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.border {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.mb-section {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.font-small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.font-normal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.font-large {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.sub-title {
  margin: 0.5rem auto 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .sub-title {
    max-width: 42rem;
    margin: 0.5rem auto 0;
  }
}

#secondary.widget-area {
  margin-top: 1rem;
}
#secondary.widget-area .widget.widget_block {
  margin: 0;
}
#secondary.widget-area h1, #secondary.widget-area h2, #secondary.widget-area h3, #secondary.widget-area h4, #secondary.widget-area h5, #secondary.widget-area h6 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}

#colophon.site-footer {
  margin-top: 0;
}

#content {
  background: #f9fafb;
}
#content .col-full > * {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
#content .col-full .form-login-wrap {
  text-align: center;
  margin: 64px auto 104px;
}
#content .col-full .form-login-wrap .login-logo {
  max-width: 72px;
  margin: 0 auto 1.5rem;
}
#content .col-full .form-login-wrap h1 {
  color: #111827;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
#content .col-full .form-login-wrap h2 {
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
#content .col-full .form-login-wrap .woocommerce-form-login {
  background-color: #fff;
  padding: 1.5rem;
  text-align: left;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
#content .col-full .form-login-wrap .woocommerce-form-login .lost_password {
  margin-bottom: 0;
  text-align: center;
}
#content .col-full .form-login-wrap .woocommerce-form-login__subtitle {
  color: #737373;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

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