<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
  font-size: 62.5%;
}

body {
	box-sizing: border-box;
  line-height: 1.25;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a,
button {
  transition: background 0.2s ease-in-out;
}

a,
a:hover,
a:active,
button,
button:hover,
button:active {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  border: none;
}

svg {
  fill: currentColor;
}

label {
	display: block;
}

input,
select,
textarea {
  font-family: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

h1 {
  font-size: 6rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05rem;
  line-height: 1;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}

p {
  line-height: 2.5rem;
  margin: 1rem 0;
  letter-spacing: 0.05rem;
}

ul {
  padding: 1rem 2rem;
  margin: 0;
  list-style: disc;
}

li {
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
}
</pre></body></html>