/* Новый предпросмотр документа */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.support-premium-preview#section-pdf .content p {
    width: 100%;
    color: #1b1b1b;
    font-family: "Inter";

    word-break: break-word;
    white-space: pre-wrap;
}

/* Заголовки */
.pdf-h1 {
    color: #111111;
    font-size: 32px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 0.4px;
}

.pdf-h2 {
    color: #111111;
    font-size: 28px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.4px;

    /* Отступ на всех страницах для h2 потому что на этих страницах есть хедер */
    margin-top: 104px;
}

.pdf-h3 {
    color: #1B1B1B;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.4px;
}

/* Текст */
.p20 {
    color: #1B1B1B;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.2px;
}

.p16 {
    color: #1B1B1B;
    font-size: 16px;
    line-height: 140%;
    white-space: pre-wrap;
}

/* Стилизация текста */
.support-premium-preview .text-bold {
    font-weight: bold;
    color: #111111;
}

.support-premium-preview .text-italic {
    font-style: italic;
}

.support-premium-preview .text-white-spaces {
   white-space: pre-wrap;
}