@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&display=swap');

.logo, a.logo {
  font-family: 'Rajdhani', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--text-primary);
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
}

.logo span, a.logo span {
  color: var(--accent);
  font-weight: 500;
}
