/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
:root {
    /*Text*/
    --theme-text-2: #151512;
    --theme-text-1: #151512;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*Navbar Colors*/
    --ob-nav-text-color: #151512;
    --ob-nav-bg-color: #fff;
    /*Color primary*/
    --theme-primary-50: #E9F8F8;
    --theme-primary-100: #C8ECED;
    --theme-primary-200: #A4E0E2;
    --theme-primary-300: #7FD4D6 ;
    --theme-primary-400: #63CACD;
    --theme-primary-500: #48C1C4;
    --theme-primary-600: #41BBBE;
    --theme-primary-700: #38B3B6;
    --theme-primary-800: #30ABAF;
    --theme-primary-900: #219EA2;
    --theme-primary-A100: #DDFEFF;
    --theme-primary-A200: #AAFCFF;
    --theme-primary-A400: #77FBFF;
    --theme-primary-A700: #5DFAFF;
    --theme-primary-contrast-50: #000000;
    --theme-primary-contrast-100: #000000;
    --theme-primary-contrast-200: #000000;
    --theme-primary-contrast-300: #000000;
    --theme-primary-contrast-400: #000000;
    --theme-primary-contrast-500: #000000;
    --theme-primary-contrast-600: #000000;
    --theme-primary-contrast-700: #000000;
    --theme-primary-contrast-800: #000000;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #000000;
    --theme-primary-contrast-A200: #000000;
    --theme-primary-contrast-A400: #000000;
    --theme-primary-contrast-A700: #000000;
    /*Client typography*/
    --theme-font-family: 'Helvetica', sans-serif;
}