/*
*  MOTO VARIABLES
*/
:root {
    /* System specific variables */
    --sketchColorPrimary: #004466;
    --sketchColorPrimaryLight: #006699;
    --sketchColorPrimaryExtraLight: #d8e9f3;
    --sketchColorPrimaryDark: #003d5b;
    --sketchColorPrimaryExtraDark: #003651;

    --main-server-color: var(--sketchColorPrimary);
    --main-server-color-light: var(--sketchColorPrimaryLight);

    --sketchBackgroundColorTopMenu: var(--sketchColorPrimary);
    --sketchColorOnTopMenu: #ffffff;
}
