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

body{
    background-color: #fafafa;
}

:root{
    --primary-color: #7c3aed;
    --text-color: #2b2b2b;
    --error-color: red;
}