@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  font:
    17px/1.75 "Geist",
    sans-serif;
  color: #20242c;
  background: #f4f6f8;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: #20242c;
  text-underline-offset: 4px;
}
a:hover {
  color: #535d6e;
}
a:focus-visible {
  outline: 3px solid #c4cbd5;
  outline-offset: 5px;
}
header {
  max-width: 1080px;
  margin: auto;
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e5eb;
  gap: 20px;
}
.brand {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}
.button {
  display: inline-block;
  background: #20242c;
  color: #ffffff;
  border-radius: 7px;
  padding: 10px 16px;
  font-size: 13px;
  text-decoration: none;
}
.button:hover {
  color: white;
  background: #535d6e;
}
main {
  max-width: 820px;
  padding: 55px 25px;
  margin: auto;
}
h1,
h2 {
  font-family: "Geist", system-ui, sans-serif;
  font-weight: 600;
  color: #20242c;
  line-height: 1.25;
}
h1 {
  font-size: 44px;
  letter-spacing: -1px;
  margin: 14px 0 25px;
}
h2 {
  font-size: 27px;
  margin-top: 38px;
}
h3 {
  font-size: 18px;
}
p,
li {
  color: #535d6e;
}
.eyebrow {
  font-size: 13px;
  letter-spacing: 2px;
  color: #535d6e;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 14px;
  background: #ffffff;
}
.table-scroll {
  overflow-x: auto;
  max-width: 100%;
}
.table-scroll:focus-visible {
  outline: 3px solid #4c7ce8;
  outline-offset: 3px;
}
th,
td {
  border: 1px solid #e1e5eb;
  padding: 10px 12px;
  text-align: left;
}
th {
  background: #f4f6f8;
}
code {
  font-size: 13px;
  background: #e1e5eb;
  padding: 2px 5px;
  border-radius: 4px;
  overflow-wrap: anywhere;
}
pre {
  background: #e1e5eb;
  overflow: auto;
  padding: 15px;
}
aside {
  border: 1px solid #e1e5eb;
  border-radius: 12px;
  padding: 25px;
  background: #ffffff;
  margin: 40px 0;
}
aside h2 {
  margin-top: 0;
}
nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
  border-top: 1px solid #e1e5eb;
  padding-top: 20px;
}
footer {
  max-width: 1080px;
  margin: auto;
  border-top: 1px solid #e1e5eb;
  padding: 25px;
  color: #535d6e;
  font-size: 13px;
}
@media (max-width: 550px) {
  header {
    padding: 20px;
  }
  .brand {
    font-size: 23px;
  }
  .button {
    font-size: 13px;
    padding: 9px 12px;
  }
  main {
    padding: 35px 20px;
  }
  h1 {
    font-size: 34px;
  }
  table {
    font-size: 13px;
  }
  th,
  td {
    padding: 7px 5px;
  }
  aside {
    padding: 20px;
  }
  footer {
    padding: 20px;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #181c25;
}
.brand img {
  width: 34px;
  height: 34px;
}
.button {
  background: #2456d3;
  color: #fff;
}
.button:hover {
  background: #1742a6;
}
a {
  color: #1742a6;
}
@media (max-width: 550px) {
  header {
    flex-wrap: wrap;
    gap: 15px;
  }
}
:root {
  background: #ffffff;
  color: #303035;
}
.brand {
  color: #242426;
}
.brand img {
  width: 30px;
  height: 30px;
  display: block;
}
.button {
  background: #29292c;
  color: #ffffff;
}
.button:hover {
  background: #111113;
}
a {
  color: #41414f;
}
h1,
h2,
h3 {
  color: #26262c;
}
header {
  border-color: #e6e6eb;
}
footer {
  text-align: center;
}
footer nav {
  justify-content: center;
  border: 0;
  padding: 0;
  gap: 12px 24px;
  font-size: 14px;
}
aside {
  background: #fafafa;
  border-color: #e1e1e5;
}

.product-attribution {
  margin: 20px 0 0;
  color: #62626b;
  font-size: 14px;
  line-height: 1.6;
}

.product-attribution span {
  color: #41414f;
  font-weight: 500;
}
