@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
::-moz-selection {
  background-color: #0496ff;
  color: #fff;
}
::selection {
  background-color: #0496ff;
  color: #fff;
}

body {
  font-family: "DM Sans", sans-serif;
  margin: 2rem;
  padding: 0;
  background-color: #111;
  color: #777;
}

.logo {
  width: 3rem;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
  margin-bottom: 1rem;
  font-weight: 900;
  /* Enable optical sizing and set the optical size axis correctly.
     Use the lowercase 'opsz' axis tag (axis tags are case-sensitive).
     Remove unsupported/custom axes (SOFT, WONK) which the font likely doesn't provide.
     The opsz value is chosen to match large headings; adjust as needed. */
  font-optical-sizing: auto;
  font-variation-settings: "opsz" 144;
}

p {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
  margin-bottom: 1rem;
}

a {
  color: #ccc;
  text-decoration: none;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}/*# sourceMappingURL=policy.css.map */