@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Petersburg:wght@100;200;300;400;500;600;700&display=swap');

.content * {
    font-family: 'Petersburg', serif;
    font-weight: 400; /* Нормальный вес */
    font-style: normal;
}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}