<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*  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;
}
</pre></body></html>