/* ---------- CSS Variables ---------- */

:root {
    /* Brand */
    --color-green-main: #445643;
    --color-green-light: #F2F9F1;
    --color-grey-light: #F0F2F3;
    --color-text: #312D2D;
    --color-rose: #F55266;
    --color-blue: #2F6ED5;

    /* Inter Font */
    --font-family: "Inter", sans-serif;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

}
