/* Variables */
:root{
    --background: #F8F8F5;
    --surface: #F4C025;

    /*colors text*/
    --default: rgb(75, 85, 99);
    --title: rgb(17, 24, 39);
    --secondary-text: rgb(55, 65, 81);
    --button: rgb(34, 30, 16);
    --warning: #DC2626;

    /* spacing */
    --spacing-section: 3rem;
    --spacing-small: 0.8rem;
    --spacing-medium: 1.5rem;
    --spacing-big: 4rem;


    --secondary-background: #1F2937;
}


/*

    navbar, benefits, feedback: rgb(55, 65, 81)

    normal-text: rgb(75, 85, 99)

    buttons: rgb(34, 30, 16)

*/