/* Страницы документов: политика и условия. Палитра сайта, без сборщика. */

@font-face {
  font-family: Nunito;
  src: url('/fonts/nunito.woff2') format('woff2');
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('/fonts/manrope.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
}

body {
  margin: 0;
  background: #0f0e24;
  color: #f2eefa;
  font-family: Manrope, 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.doc {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.doc__back {
  display: inline-block;
  margin-bottom: 24px;
  color: #f6c08f;
  text-decoration: none;
  font-weight: 600;
}

.doc h1 {
  margin: 0 0 4px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}

.doc h2 {
  margin: 28px 0 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.doc__date {
  margin: 0 0 24px;
  color: #b3add1;
  font-size: 14px;
}

.doc p,
.doc li {
  margin: 0 0 10px;
  color: #c9c4de;
}

.doc ul {
  padding-left: 20px;
}

.doc b {
  color: #f2eefa;
}

.doc a {
  color: #f6c08f;
}
