<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Mate+SC&amp;family=Roboto:ital,wght@0,400;1,400;1,700&amp;display=swap");

:root {
  font-size: 16px;
}

body {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section {
  max-width: 768px;
}

h1 {
  font-size: 2rem;
  font-family: "Mate SC", serif;
}

h2 {
  font-size: 1.5rem;
  font-family: "Mate SC", serif;
  margin: 1.5rem 0 0.75rem;
}

p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

.example {
  font-size: 0.9rem;
  font-style: italic;
}

.example-label {
  font-weight: bold;
}

.disclaimer {
  margin-top: 25px;
}

a {
  text-decoration: none;
  color: inherit;
}</pre></body></html>