@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;800&family=DM+Sans:wght@400;900&display=swap');
body {
    font-family: 'DM Sans', sans-serif !important;
}
body.authentication,
body.login_admin {
  background-color: #0f3d2e !important;
  min-height: 100vh !important;
  font-family: 'DM Sans', sans-serif !important;
}

body.authentication #wrapper,
body.login_admin #wrapper {
  background-color: transparent !important;
}

.company-logo {
  padding: 30px 10px 20px !important;
}
.company-logo img {
  max-width: 220px;
  margin: 0 auto;
}

h1.tw-text-neutral-800 {
  font-family: 'Sora', sans-serif !important;
  font-weight: 800 !important;
  color: #fffbf9 !important;
}

p.tw-text-neutral-600 {
  color: #62c08e !important;
}

.tw-bg-white {
  background-color: #fffbf9 !important;
  border-radius: 16px !important;
  border: none !important;
}

.btn-primary {
  background-color: #f79253 !important;
  border-color: #f79253 !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 800 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #c25a28 !important;
  border-color: #c25a28 !important;
}

a.text-muted {
  color: #1c5c45 !important;
}
a.text-muted:hover {
  color: #c25a28 !important;
}