:root {
    /* Brand */
    --famous-old: #124097;
    --primary: #1964BC;
    --alert: #CA0234;
    --bg-body: #FAFCFF;

    --borderRadius-default: 8px;
    --light-bg: #F0F4F8;
    --input-bg: #E8F0F8;
    --bg-hover: #04366e;
    /* Text */
    --text-high: #363636;
    --text-medium: #4E5052;
    --text-low: #86898C;

    --header-text: #ffffff
}