:root {
    --body-bg: rgb(245, 240, 236);
    --text-blue: #4285f6;
    --text-blue-hover: rgb(76, 58, 155);
    --text-color-default:rgb(59, 58, 61);
    --dark: #333;
    --container-max-width: 900px;
    --btn-cta-background-color: #261d6e;
    --toast-container-border-color: #006700;
    --profile-background-messages: #e6f0ff;
}
