@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}


:root {
    --main: #263238;
    --green: #82D198;
    /* --red: #DA413F; */
    --orange: #FDC644;
    --text: #263238;
    --white:#ffffff;
    --bg:#F6F8F8;
    --border:#EAEBEC;
    --grey:#F6F8F8;


    --white-bg: #f6f8f8;
    --stroke: #eaebec;
    --information-bg: #f4f7ff;
    --card-bg: #FFFFFF;
    --main-black: #010610;
    --blue: #2867EE;
    --grey: #9DA8C3;
    --red-bg:#FFF1F4;
    --red: #E94E6E;
    --green:#4ECD00;
    --sales-bg:rgb(184,221,194,40%);
}

