/* Not Found Page Styles */
.not-found-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.not-found-icon {
  font-size: 6rem;
  color: var(--primary);
  margin-bottom: 2rem;
}

.not-found-icon .icon {
  width: var(--icon-xxl);
  height: var(--icon-xxl);
}

.not-found-title {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.not-found-text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
