p {
    font-size: var(--default-font-size);
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "proxima-nova", sans-serif !important;
}
h4 {
    font-size: 24px !important;
    margin-bottom: 7px !important;
}

h3 {
    font-size: 26px !important;
}
:root {
    --default-font-size: 17px;
}