:root {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f7f9fb;
  color: #111;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

#content {
  padding: 0;
  min-height: calc(100vh - 220px);
}

.overlay-friendly {
  position: relative;
}

.overlay-friendly::after {
  pointer-events: none;
}

a {
  color: #00539c;
}
