@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/playfair-display/playfair-700-normal-cyrillic.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/playfair-display/playfair-700-normal-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter/inter-400-normal-cyrillic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter/inter-400-normal-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter/inter-700-normal-cyrillic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter/inter-700-normal-latin.woff2') format('woff2');
}
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 32px 20px 64px;
  background: #F5F7EF;
  color: #29320F;
  font-family: 'Inter', Arial, sans-serif;
}
.privacy-back {
  display: block;
  max-width: 860px;
  margin: 0 auto 32px;
  color: #485C11;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
p {
  max-width: 860px;
  margin-inline: auto !important;
}
p.p1 {
  margin-block: 0;
  text-align: left;
  font: 15px/1.65 'Inter', Arial, sans-serif;
}
p.p2 { min-height: 14px; }
p:first-of-type,
p:nth-of-type(2) {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(25px, 5vw, 40px);
  line-height: 1.15;
  font-weight: 700;
}
a { color: #485C11; }
@media (max-width: 600px) {
  body { padding: 24px 16px 48px; }
  p.p1 { font-size: 14px; }
}
