

h1 {
    font-size: var(--h1_size);
}
h2 {
    font-size: var(--h2_size);
}
h3 {
    font-size: var(--h3_size);
}
h4 {
    font-size: var(--h4_size);
}
h5 {
    font-size: var(--h5_size);
}
h6 {
    font-size: var(--h6_size);
}

p {
    font-size: var(--font-size-base);
    font-family: var(--font-family-geist) !important;
}

body #sb_instagram .sbi_photo {
    height: auto !important;
}
