:root {
  /* Global Font Size Variables - Single source of truth for TempEdge */
  --base-font-size: 8px; /* Change this to scale all fonts proportionally */

  /* TempEdge font sizes - Derived from base (scale proportionally) */
  --font-caption: calc(var(--base-font-size) * 1);
  --font-label: calc(var(--base-font-size) * 1.2);
  --font-body: calc(var(--base-font-size) * 1.4);
  --font-subtitle: calc(var(--base-font-size) * 1.6);
  --font-title: calc(var(--base-font-size) * 1.8);
  --font-heading: calc(var(--base-font-size) * 2.4);

  /* Colors */
  --tempedge-white: #fff;
  --tempedge-blue: #3eb7e9;
  --tempedge-dark-blue: #0088cc;
  --tempedge-light-blue: #69c8f4;
  --tempedge-orange: #eb8d34;
  --tempedge-green: #8cb544;
  --tempedge-gray-darken-2: #c2c2c2;
  --tempedge-gray-darken-3: #949494;
  --tempedge-gray: #d7d7d7;
  --tempedge-light-orange: #ffae64;
  --tempedge-light-orange-modified: #fcb97a;
  --tempedge-gray-lighten-1: #e9ecef;
  --tempedge-dark-gray: #888;
  --tempedge-aquamarine: #44d9af;
  --tempedge-yellow: #fed235;
  --success-result-bar-bkg-color: #98fb98;
  --tempedge-light-bar-bkg-color: #e0f5e0;
  --success-result-bar-font-color: #008000;
  --error-result-bar-bkg-color: #ff9999;
  --error-result-bar-font-color: #ff0000;
}
