@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/switzer-400.woff') format('woff');
}

@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/switzer-500.woff') format('woff');
}

@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/switzer-600.woff') format('woff');
}

:root {
  color-scheme: dark;
  background: #000;
  font-family: 'Switzer', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  padding: 56px 24px;
}

body {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 72px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(245, 248, 247, 0.8);
  font-family: 'Switzer', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

h1,
h2,
h3 {
  color: rgba(249, 253, 251, 0.96);
  letter-spacing: 0;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.45rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

h2 {
  margin: 2.4rem 0 0.75rem;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 600;
  line-height: 1.18;
}

h3 {
  margin: 2rem 0 0.55rem;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

p {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0.4rem 0 1.25rem;
  padding-left: 1.35rem;
}

li {
  margin: 0.35rem 0;
}

a {
  color: #7edc8d;
}

strong,
b {
  color: rgba(249, 253, 251, 0.94);
  font-weight: 600;
}

table {
  color: rgba(239, 248, 244, 0.82);
}

.notice {
  margin-top: 3.5rem;
}

.notice-table-wrap {
  border: 1px solid rgba(210, 229, 220, 0.18);
  border-radius: 0;
  overflow-x: auto;
}

.notice table {
  margin: 0;
  background: rgba(8, 19, 23, 0.54);
}

.notice th,
.notice td {
  border-color: rgba(210, 229, 220, 0.14);
}

.notice th,
.notice .label {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(249, 253, 251, 0.94);
}

@media (max-width: 720px) {
  html {
    padding: 32px 22px;
  }

  body {
    padding-bottom: 48px;
    font-size: 15px;
    line-height: 1.58;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  h2 {
    margin-top: 2rem;
  }
}
