/* =============================================
   Logo Component
   Reusable logo styles
   ============================================= */

.logo {
  text-align: center;
  margin-bottom: 40px;
}

.logo-text {
  font-family: 'Coolpbl', 'Outfit', sans-serif;
  font-size: 36px;
  font-weight: normal;
  background: linear-gradient(135deg, var(--accent), #0096ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.logo p {
  color: var(--text-secondary);
  font-size: 14px;
  margin-top: 6px;
  font-weight: 400;
}
