:root {
    --background-color: #B2F6FF;
    --font-family: 'Inter', sans-serif;
    --font-color: #000000;
    --card-color: #FFFFFF;

    --hello-font-weight: 700;
    --hello-font-size: 44px;

    --question-font-weight: 700;
    --question-font-size: 30px;

    --result-title-font-weight: 700;
    --result-title-size: 30px;
    --result-subtitle-font-weight: 700;
    --result-subtitle-font-size: 22px;
    --result-description-font-weight: 400;
    --result-description-font-size: 14px;

    --option-color: #FBFBFB;
    --option-hover-color: #F3F3F3;
    --option-selected-color: #E8FCFF;
    --option-font-weight: 400;
    --option-font-size: 16px;

    --button-start-color: #FFFFFF;
    --button-hover-color: #F3F3F3;
    --button-next-color: var(--background-color);
    --button-reset-color: var(--background-color);
    --button-previous-color: #FBFBFB;
    --button-font-weight: 400;
    --button-font-size: 16px;

    --radius-card: 24px;
    --radius-option: 24px;
    --radius-result: 24px;
    --radius-button: 24px;
}