:root {
    /* ## Colors */

    --CardBgColor: hsl(0, 0%, 100%);
    --Neutral: hsl(275, 100%, 97%);
    --ActiveStates: hsl(281,87%,55%);
    --TextColor: hsl(292, 16%, 49%);
    --Titles: hsl(292, 42%, 14%);

    /* ## Typography */

    /* ### Body Copy */

    --QuestionFontSize: 1.8rem;
    --AnswerFontSize: 1.6rem;
}