* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #111827;
  background: #f8fafc;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 3px solid #f97316;
  border-radius: 50%;
  background: #ffffff;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 0 #111827;
}
