
/* ===== Cocina Custom Styles ===== */

body {
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    background-color: #ffffff;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    color: #c88b57; /* Kolor z logo */
    font-weight: 600;
}

h1 {
    font-size: 2rem;
}

p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1em;
    text-align: left;
}

strong {
    color: #c88b57;
}

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

a:hover {
    text-decoration: underline;
}

/* Przyciski */
.button,
.btn {
    background-color: #c88b57;
    color: #fff;
    border: none;
    padding: 0.6em 1.2em;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.button:hover,
.btn:hover {
    background-color: #a56e3c;
}

/* Większe odstępy między sekcjami tekstu */
.section,
.content,
.page-content {
    padding: 2em 1em;
}
