:root {
  color-scheme: light;
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none;
}

body {
  overflow-x: clip;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f6f3;
  color: #37352f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #37352f;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #2383e2;
  text-decoration: none;
}

a:hover {
  color: #1a6fc9;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
