/* ============================================================
   2. TYPOGRAFIA
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap");

h1,
.wp-block-heading h1,
.entry-content h1 {
    font-family: "Bahnschrift", "Noto Sans", sans-serif;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--rev-black);
    margin-top: 0;
    margin-bottom: 24px;
}
h2,
.wp-block-heading h2,
.entry-content h2 {
    font-family: "Bahnschrift", "Noto Sans", sans-serif;
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: var(--rev-black);
    margin-top: 0;
    margin-bottom: 20px;
}
h3,
.wp-block-heading h3,
.entry-content h3 {
    font-family: "Bahnschrift", "Noto Sans", sans-serif;
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--rev-black);
    margin-top: 0;
    margin-bottom: 16px;
}
h4,
.wp-block-heading h4,
.entry-content h4 {
    font-family: "Bahnschrift", "Noto Sans", sans-serif;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 600;
    line-height: 1.3;
    color: var(--rev-black);
    margin-top: 0;
    margin-bottom: 12px;
}
h5,
h6,
.wp-block-heading h5,
.wp-block-heading h6 {
    font-family: "Bahnschrift", "Noto Sans", sans-serif;
    font-weight: 600;
    color: var(--rev-black);
    margin-top: 0;
    margin-bottom: 10px;
}
p,
li,
td,
th,
.entry-content p {
    font-family: "Noto Sans", "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--rev-black);
    margin-top: 0;
    margin-bottom: 16px;
}
.rev-subtitle {
    font-family: "Bahnschrift", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #1b1b1c;
    margin-bottom: 10px;
}

