:root {
  --font-size-8: 8px;
  --font-size-9: 9px;
  --font-size-10: 10px;
  --font-size-11: 11px;
  --font-size-12: 12px;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-26: 26px;
  --font-size-30: 30px;
  --font-size-36: 36px;
  --font-medium: softtec-font-medium, softtec-font-regular, Helvetica, Arial, sans-serif;
  --font-light: softtec-font-light, softtec-font-regular,Helvetica, Arial, sans-serif;
  --font-regular: softtec-font-regular, Helvetica, Arial, sans-serif;
  --font-semibold: softtec-font-semibold, softtec-font-regular, Helvetica, Arial, sans-serif;
  --font-bold: softtec-font-bold,softtec-font-regular, Helvetica, Arial, sans-serif;
  --page-occupancy-shadow1: rgba(255, 255, 255, 0.2);
  --page-occupancy-shadow2: rgba(255, 255, 255, 0.3);
  --icon-background-select: url(css/Icons/vertical-resize_white.png);
  --softtec-dark-blue: #00305e;
  --softtec-medium-blue1: #4c6e8e;
  --softtec-medium-blue2: #7b94ab;
  --softtec-light-blue1: #e5ebef;
  --softtec-light-blue2: #f2f5f7;
  --softtec-grey: #cfcfcf;
  --softtec-red: red;
  --softtec-red-border: red;
  --softtec-swtich-light-red: #dc8b80;
  --softtec-swtich-red: #cd695d;
  --softtec-swtich-light-green: #a5bda5;
  --softtec-green: #719772;
  --softtec-blue-background: #1b3b58;
  --softtec-white: #ffffff;
}
