/*color*/
:root {
    --color-default: #fff;
    --ben-color1: #3475D2;
    --ben-color2: #EF90D0;
    --ben-color3: #F2EFE6;
    --ben-color4: #232323;
    --ben-color5: #EA554A;
    --ben-color6: #EFD687;
    /* spacing */
    /* this is what defines the global scale */
    --baseline: 12px;
}