:root {
    --bold-50-font-family: Inter-Medium, sans-serif;
    --bold-50-font-size: 12px;
    --bold-50-line-height: 150%;
    --bold-50-font-weight: 500;
    --bold-50-font-style: normal;
}

:root {
    --primary-color: #000000;
    --secondary-color: #dc3545;
    --background-color: #f5f5f5;
    --text-color: #333;
    --border-color: #e0e0e0;
}
