:root {
    --white-font:#ffffff;
    --burnt-orange-font: #DA5B38;
    --gray-font:#9D9A99;

    --black: #000000;
    --white: #ffffff;
    --off-white: #F8F7F6;
    --faded-blue: #547C97;
    --burnt-orange: #DA5B38;
    --blue: #547C97;
    --Beige: #EBE7E5;
    --gray: #9D9A99;
    --matte-black: #131313;
}