:root {
    --dark-gray-b2b2b2: rgba(178, 178, 178, 1);
    --logo-gold-ffbd59: rgba(255, 189, 89, 1);
    --logo-dark-545454: rgba(84, 84, 84, 1);
    --dashboard-text-686868: rgba(104, 104, 104, 1);
    --white-ffffff: rgba(255, 255, 255, 1);
    --light-gray-e5e5e5: rgba(229, 229, 229, 1);
    --black-000000: rgba(0, 0, 0, 1);
    --dark-navy-121843: rgba(18, 24, 67, 1);
    --button-red-ff5151: rgba(255, 81, 81, 1);
    --notes-green-58ff74: rgba(88, 255, 116, 1);
    --header-1-font-family: "Work Sans", Helvetica;
    --header-1-font-weight: 700;
    --header-1-font-size: 34px;
    --header-1-letter-spacing: -0.68px;
    --header-1-line-height: normal;
    --header-1-font-style: normal;
    --header-2-font-family: "Work Sans", Helvetica;
    --header-2-font-weight: 700;
    --header-2-font-size: 20px;
    --header-2-letter-spacing: -0.4px;
    --header-2-line-height: normal;
    --header-2-font-style: normal;
    --body-font-family: "Work Sans", Helvetica;
    --body-font-weight: 400;
    --body-font-size: 13px;
    --body-letter-spacing: -0.26px;
    --body-line-height: normal;
    --body-font-style: normal;
}
