h1 {
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

h2 {
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h1 > span,
h2 > span {
    color: var(--snaaf-color-secondary);
}

a {
    text-decoration: none;
    color: inherit;
}

.text-justify {
    text-align: justify;
}