.site-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
  flex: 0 0 auto;
}

.outline-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

html {
  scroll-behavior: smooth;
  background: #000;
}

body {
  background: #000;
}

.mobile-menu[hidden],
.project-slide[hidden] {
  display: none !important;
}

select option {
  background: #000;
  color: #d4d4d8;
}

.form-status {
  min-height: 1.5rem;
  margin-top: 1rem;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
