:root {
    --body-text-font-family: "Encode Sans Expanded", Helvetica;
    --body-text-font-weight: 400;
    --body-text-font-size: 20px;
    --body-text-letter-spacing: 0px;
    --body-text-line-height: 150%;
    --body-text-font-style: normal;
    --small-text-font-family: "Inter", Helvetica;
    --small-text-font-weight: 500;
    --small-text-font-size: 16px;
    --small-text-letter-spacing: 0px;
    --small-text-line-height: 150%;
    --small-text-font-style: normal;
    --subheading-font-family: "Inter", Helvetica;
    --subheading-font-weight: 400;
    --subheading-font-size: 24px;
    --subheading-letter-spacing: 0px;
    --subheading-line-height: 150%;
    --subheading-font-style: normal;
    --botones-font-family: "Encode Sans Condensed", Helvetica;
    --botones-font-weight: 500;
    --botones-font-size: 20px;
    --botones-letter-spacing: 0px;
    --botones-line-height: 150%;
    --botones-font-style: normal;
    --button-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
