:root {
    --h1-font-family: "Reddit Sans", Helvetica;
    --h1-font-weight: 800;
    --h1-font-size: 40px;
    --h1-letter-spacing: 0.8px;
    --h1-line-height: 34px;
    --h1-font-style: normal;
    --body-font-family: "Roboto", Helvetica;
    --body-font-weight: 400;
    --body-font-size: 16px;
    --body-letter-spacing: 0px;
    --body-line-height: 26px;
    --body-font-style: normal;
    --body-small-font-family: "Inter", Helvetica;
    --body-small-font-weight: 400;
    --body-small-font-size: 14px;
    --body-small-letter-spacing: 0px;
    --body-small-line-height: 20px;
    --body-small-font-style: normal;
    --big-body-font-family: "Roboto", Helvetica;
    --big-body-font-weight: 500;
    --big-body-font-size: 18px;
    --big-body-letter-spacing: 0px;
    --big-body-line-height: 28px;
    --big-body-font-style: normal;
    --super-headline-font-family: "Reddit Sans", Helvetica;
    --super-headline-font-weight: 800;
    --super-headline-font-size: 80px;
    --super-headline-letter-spacing: 1.6px;
    --super-headline-line-height: 80px;
    --super-headline-font-style: normal;
    --h2-font-family: "Reddit Sans", Helvetica;
    --h2-font-weight: 800;
    --h2-font-size: 28px;
    --h2-letter-spacing: 0.56px;
    --h2-line-height: 34px;
    --h2-font-style: normal;
}