@font-face {
  font-family: "Public Sans";
  src: url("fonts/PublicSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("fonts/PublicSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  background: #222320;
  color: #e0dfd8;
  font-family: "Public Sans", system-ui, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 2rem 1.5rem;
}

main {
  width: min(100%, 38rem);
  padding-block: 2rem;
}

.terms {
  margin: 0;
  font-size: clamp(1.5rem, 1.125rem + 2vw, 2.25rem);
  font-weight: 400;
  line-height: 1.45;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

strong {
  font-weight: 600;
}

.notice {
  margin: 1.25rem 0 0;
  color: #aaa99f;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

::selection {
  color: #222320;
  background: #d5d2bd;
}
