/* ========================================
   CSS Variables (색상, 폰트 등)
   ======================================== */
:root {
    --Primary-Normal: #005BE0;
    --Common-100: white;
    --Static-White: white;
    --Label-Normal: #171719;
    --Label-Neutral: rgba(46, 47, 51, 0.88);
    --Blue-55: #1A75FF;
    --Background-Normal-Normal: white;
    --Backgrounds-Primary: white;
    --Labels-Primary: black;
}
