/* Mitchell Steel Takeoff — base styles */

@keyframes mst-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.mst-root {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
}

.mst-root * {
  box-sizing: border-box;
}

.mst-root input,
.mst-root select,
.mst-root textarea,
.mst-root button {
  font-family: inherit;
}

.mst-root button {
  cursor: pointer;
}

.mst-root table {
  border-spacing: 0;
}

.mst-login-notice {
  background: #191c1f;
  color: #e7e5e0;
  border: 1px solid #2a2e32;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.mst-login-notice a {
  color: #4a90d9;
}
