@font-face {
  font-family: "AIFridgePixel";
  src: url("/fonts/AIFridgePixel.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 20px 72px;
  color: #161d1f;
  background: #f9fcfe;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

h1,
h2 {
  font-family: "AIFridgePixel", monospace;
  font-weight: 400;
  line-height: 1.35;
}

h1 {
  margin: 28px 0 8px;
  font-size: clamp(1.35rem, 5vw, 1.8rem);
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 2.2em;
  padding-bottom: 7px;
  border-bottom: 2px solid #161d1f;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

a {
  color: #006a66;
  text-underline-offset: 0.2em;
}

a:focus-visible {
  outline: 4px solid #ffd166;
  outline-offset: 4px;
}

.legal-home {
  display: inline-flex;
  padding: 8px 12px;
  border: 1.5px solid #161d1f;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 3px 3px 0 #161d1f;
  color: #161d1f;
  font-weight: 800;
  text-decoration: none;
}

.meta {
  color: #596766;
  font-size: 0.9rem;
}

.important {
  padding: 14px 16px;
  border: 1.5px solid #161d1f;
  border-radius: 12px;
  background: #ffdcc3;
  box-shadow: 3px 3px 0 #161d1f;
}

table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.9rem;
}

tbody {
  min-width: 680px;
  display: table;
  width: 100%;
}

th,
td {
  padding: 9px 10px;
  border: 1px solid #161d1f;
  text-align: left;
  vertical-align: top;
}

th {
  background: #eef5f7;
}

@media (max-width: 520px) {
  body {
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
