/* settings - vars */

:root {
    --b2b_theme__black: #000000;
    --b2b_theme__dark-grey: #6E6A6A;
    --yellow_theme__light-grey: #F4F4F4;
    --b2b_theme__white: #ffffff;
    --yellow_theme__transparent_white: #fefefebf;
    --b2b_theme__paste-blue: #849CC3;
    --b2b_theme__light-paste-blue: #EDEEF3;
    --b2b_theme__light-blue: #05BAFF;
    --b2b_theme__blue: #204991;
    --b2b_theme__transparent-dark-blue: #132e5aed;
    --b2b_theme__dark-blue: #263C6D;
    --b2b_theme__cyan: #11B5AA;
    --b2b_theme__light-cyan: #E8F8F7;
    --b2b_theme__transparent-white: #ffffffed;
}

:body {
    --yellow_theme__s-breakpoint: 30em;
    --yellow_theme__m-breakpoint: 48em;
    --yellow_theme__l-breakpoint: 62em;
}