/*---------------------------------------------------------------------------*
 * SEGOE UI = Windows (weight mapping)
 *---------------------------------------------------------------------------*/

/* Semilight */
@font-face {font-family: "Segoe UI map-weights"; font-weight: 300; src: local("Segoe UI Semilight"), local("SegoeUI-Semilight");}
/* Regular */
@font-face {font-family: "Segoe UI map-weights"; font-weight: 400; src: local("Segoe UI");}
/* Medium */
@font-face {font-family: "Segoe UI map-weights"; font-weight: 500; src: local("Segoe UI Semibold"), local("SegoeUI-Semibold");}
/* Bold */
@font-face {font-family: "Segoe UI map-weights"; font-weight: 700; src: local("Segoe UI Bold"), local("SegoeUI-Bold");}


/*---------------------------------------------------------------------------*
 * ROBOTO = Android (weight mapping)
 *---------------------------------------------------------------------------*/

/* Semilight */
@font-face {font-family: "Roboto map-weights"; font-weight: 300; src: local("Roboto Light"), local("Roboto-Light");}
/* Regular */
@font-face {font-family: "Roboto map-weights"; font-weight: 400; src: local("Roboto"), local("Roboto-Regular");}
/* Medium */
@font-face {font-family: "Roboto map-weights"; font-weight: 500; src: local("Roboto Medium"), local("Roboto-Medium");}
/* Bold */
@font-face {font-family: "Roboto map-weights"; font-weight: 700; src: local("Roboto Bold"), local("Roboto-Bold");}

// fonts
@main-font             : system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI map-weights", "Segoe UI", "Roboto map-weights", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
@main-font-ultra-light : @main-font; // 300
@main-font-thin        : @main-font; // 300
@main-font-medium      : @main-font; // 
@main-font-regular     : @main-font; // 
@main-font-demi        : @main-font; // 500
@main-font-bold        : @main-font; // 900
@secondary-font        : @main-font; // 
@secondary-font-bold   : @main-font; // 900
@tertiary-font         : @main-font; // 
@inputFontFamily       : @main-font; //
@trebuchet-font        : @main-font; //
@tahoma-font           : @main-font; //

// layout
@content-width : 1230px;

// general colors
@error-color : #ff3333;

// analytics colors
@anl-consolidated-color : #6666cc;
@anl-series-1-color     : #5a97bd;
@anl-series-2-color     : #88ccca;
@anl-series-3-color     : #f7cd9c;

// industry colors
@art-industry-color    : #9c8f81;
@auto-industry-color   : #9a8d4b;
@edu-industry-color    : #8c5440;
@ener-industry-color   : #89423f;
@entr-industry-color   : #843c4b;
@cpg-industry-color    : #926e44;
@fin-industry-color    : #743e57;
@food-industry-color   : #5e426b;
@gov-industry-color    : #4a427a;
@heal-industry-color   : #3c476e;
@phar-industry-color   : #45637e;
@qsr-industry-color    : #49787e;
@retail-industry-color : #3b6353;
@logist-industry-color : #486b41;
@tech-industry-color   : #697b4a;
@tele-industry-color   : #8d8d54;
@trav-industry-color   : #5c4b4a;
@othr-industry-color   : #4d5154;
