:root {
    --white: #fff;
    --xlight: rgba(233, 162, 65, 0.03);
    --light: rgb(233, 162, 63);
    --grey:#A8B5AF;
    --dark: #2d3e36;

    --green: rgb(105, 130, 103);
    --red: #C06B63;

    --radius: 5px;

    --font-title: 'Poppins';
    --font-text:'Inter';

    /* spacing system */
    --s-1: 8px;
    --s-2: 12px;
    --s-3: 16px;
    --s-4: 24px;
    --s-5: 32px;
}

* {
    box-sizing: border-box;
}