:root {
    --background: rgba(150,100,255,0.1);
    --hover: rgba(150,100,255,0.05);

    --primary: rgba(30,145,210,1); /*rgba(0,100,170,1);*/
    --primary-light: rgb(95, 190, 255);
    --secondary: rgba(30,30,30,1);
    --secondary-light: rgba(30,30,30,.1);
    --danger: rgba(255,0,0,1);
    --danger-light: rgb(255, 111, 111);

    --success: #00a046;
    --success-light: #00bf55;
    --warning: rgba(255,165,0,1);

    --approved: #1e7f4f;  /*#00a046;*/
    --approved-bg: #e6f7ee;
    --pending: #a06b00;
    --pending-bg: #fff8e6;
    --rejected: #b42323;
    --rejected-bg: #fdeaea;

    --grey-10: rgba(0,0,0,0.1);
    --grey-30: rgba(0,0,0,0.3);
    --grey-50: rgba(0,0,0,0.5);

    --orange: rgba(255,165,0,1);
    --orange-10: rgba(255,165,0,0.1);

    --red-orange: rgba(250,90,80,1);
    --red-orange-10: rgba(250,90,80,0.1);

    --bg-blue: #002C4F;
    --dark-blue: #0264b6; /* product-card link */

    --bg-text: #e5f1ff; /* text in footer */

    /*--font-sans: 'Poppins', sans-serif;
    --font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    --box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    --sidebar-width: 230px;
    --header-height: 60px;*/

    --font: "Ubuntu", sans-serif; /* https://fonts.google.com/selection/embed */
    --font-title: "Ubuntu", sans-serif;
}
