:root {
    --zindex-menu-map: 2001;
    --zindex-menus: 2000;
    --zindex-modals: 2500;
    /* menus */
    --podklad1: #ffffff;
    --podklad2: #f0efef;

    /* Colors */
    --trueColor: rgb(77, 182, 133);
    --falseColor: rgb(242, 120, 120);
    --grey-100: #F0F1F2FF;
    --grey-200: #D4D6D8FF;
    --grey-300: #ABAFB4FF;
    --grey-400: #85898EFF;
    --grey-500: #626569FF;
    --grey-600: #414346FF;
    --grey-700: #232426FF;
    --grey-base: #414346FF;
    --primary-100: #EAF1FFFF;
    --primary-200: #C0D7FEFF;
    --primary-300: #74B1FDFF;
    --primary-400: #148DE6FF;
    --primary-500: #0C68ACFF;
    --primary-600: #054575FF;
    --primary-700: #022543FF;
    --primary-base: #054575FF;
    --secondary-100: #E4EDFFFF;
    --secondary-200: #A2C7FEFF;
    --secondary-300: #41A2FDFF;
    --secondary-400: #137DCBFF;
    --secondary-500: #0A5993FF;
    --secondary-600: #04375EFF;
    --secondary-700: #01182EFF;
    --secondary-base: #04375EFF;
    --tertiary-100: #DAE7FFFF;
    --tertiary-200: #97C1FEFF;
    --tertiary-300: #269CFDFF;
    --tertiary-400: #0D77C5FF;
    --tertiary-500: #06538CFF;
    --tertiary-600: #023257FF;
    --tertiary-700: #001327FF;
    --tertiary-base: #06538CFF;
  
    /* Fonts */
    --basic12light-font-family: Inter-Light, sans-serif;
    --basic12light-font-size: 12px;
    --basic12light-line-height: normal;
    --basic12light-font-weight: 300;
    --basic12light-font-style: normal;

    --basic14-font-family: Inter-Light, sans-serif;
    --basic14-font-size: 14px;
    --basic14-line-height: normal;
    --basic14-font-weight: 300;
    --basic14-font-style: normal;


    --nadpis20light-font-family: Inter-ExtraLight, sans-serif;
    --nadpis20light-font-size: 20px;
    --nadpis20light-line-height: normal;
    --nadpis20light-font-weight: 200;
    --nadpis20light-font-style: normal;
    --nadpis20bold-font-family: Inter-SemiBold, sans-serif;
    --nadpis20bold-font-size: 20px;
    --nadpis20bold-line-height: normal;
    --nadpis20bold-font-weight: 600;
    --nadpis20bold-font-style: normal;
    --basic10bold-font-family: Inter-SemiBold, sans-serif;
    --basic10bold-font-size: 10px;
    --basic10bold-line-height: normal;
    --basic10bold-font-weight: 600;
    --basic10bold-font-style: normal;
    --basic16-font-family: Inter-Medium, sans-serif;
    --basic16-font-size: 16px;
    --basic16-line-height: normal;
    --basic16-font-weight: 500;
    --basic16-font-style: normal;
    --nadpis16bold-font-family: Inter-Bold, sans-serif;
    --nadpis16bold-font-size: 16px;
    --nadpis16bold-line-height: normal;
    --nadpis16bold-font-weight: 700;
    --nadpis16bold-font-style: normal;
    --headersmallbold8-font-family: Inter-Bold, sans-serif;
    --headersmallbold8-font-size: 8px;
    --headersmallbold8-line-height: normal;
    --headersmallbold8-font-weight: 700;
    --headersmallbold8-font-style: normal;


  
    /* Effects */
    --3d-box-shadow: 1px 0px 5.1px 4px rgba(0, 0, 0, 0.3);
  }
  