/* Main Styles */
.logo-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.subtitle-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.logo-box {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
}

.subtitle {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
}

.box-bot {
  display: flex;
  flex-direction: column;
  gap: 0;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  line-height: 1;
}

.box-bot a {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  display: block;
}
