
body {
    --theme-font-family: 'LatoLatinWeb', 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';

    --theme-background-primary-base: #222222;
    --theme-background-primary-text: #EEEEEE;

    --theme-gap: 1em;
    --theme-text-margin: 1em;
    --theme-minimum-touch-target: 40px;

    --theme-major-border-width: 2px;
    --theme-major-border-color: #666666;
    --theme-minor-border-width: 1px;
    --theme-minor-border-color: #666666;

    --theme-input-border-width: 2px;
    --theme-input-border-color: #666666;
    --theme-input-border-color-selected: #CCCC66;
    --theme-input-border-radius: 4px;
}
