// Other theme variables
// Variable pattern: @theme-type-<role>
@theme-fontFamily-base: Verdana, sans-serif;

// Theme colors
// Variable pattern: @theme-color-<role>[-<modifier>]
@theme-color-brand:                    @color-red-piwik;
@theme-color-brand-contrast:           @color-white;
@theme-color-text:                     @color-black-piwik;
@theme-color-text-light:               #444;
@theme-color-text-lighter:             @color-silver-l40;
@theme-color-link:                     @color-blue-piwik;
@theme-color-background-base:          #fff;
@theme-color-background-tinyContrast:  #f2f2f2;
@theme-color-background-lowContrast:   @color-silver-l80;
@theme-color-background-contrast:      #5F5A60;
@theme-color-background-highContrast:  #202020;
@theme-color-base-series:              #ee3024;

@theme-color-menu-contrast-text: @theme-color-text-lighter;
@theme-color-menu-contrast-textActive: @theme-color-text;
@theme-color-menu-contrast-background: @theme-color-background-tinyContrast;
@theme-color-widget-title-text: @theme-color-text;
@theme-color-widget-title-background: @theme-color-background-tinyContrast;

// Other theme variables
// Variable pattern: @theme-type-<role>
@theme-fontFamily-base: Arial, Verdana, Helvetica, sans-serif;
@theme-fontFamily-base: Verdana, sans-serif;