:root {
    --light_pink: #ecd4c0;
    --dark_pink: #efa895;
    --grey_pastel: #a8c6b7;
    --light_yellow: #f6e0a7;
    --black: #000000;
    --white: #fefefd;
    --yellow: #ffbf3c;
    --brandcolours:#CDDAB9;
}
.subheading{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0px;
}
.text-white{
    color: var(--white);
}