@import url("https://use.typekit.net/odg2ttd.css");

:root {
    --nav-width: 48px;
    --bg-body: #f9f9f9;
    --body-font: "europa", sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
    --color-icon-menu: #d2d2d2;
    --bg-search: #EFF3F3;
    
    --color-green-dark: #103E14;
    --color-green-1: #1A8823; /* Antes #78DB7F */
    --color-green-2: #16511C; /* Antes #569C5A */
    --color-green-3: #DDFBDE;
    --color-green-4: #4EDA58;
    --color-green-5: #325C35;
    --color-green-6: #F0FDF0;
    --color-error: #E14545; /* Antes #F86B6B */

    --color-black-1: #262626; /* Antes #333333 */
    --color-black-2: #4D4D4F; /* Antes #8B8B8B */
    --color-gray-1: #6B6B6F; /* antes #707070 */
    --color-gray-2: #AFAFB1;
    --color-bg-disabled: #F5F5F6;
    --color-white: #FFFFFF;
    --color-box-shadow: #00000029;
    --color-hover-bg-primary: #1A9F24;
    --color-hover-bg-secondary: #18631F;
    --color-hover-select: #F2F2F2;
    --color-txt-disabled: rgba(38, 38, 38, 0.48);
    --color-bg-progressbar: #EDF4ED;
    --color-icons: #6B6B6F;
    --color-warning: #F8CB64; /* Quedó igual */
    --color-warning-text: #816600;
    --color-warning-bg: #fff3c8;
    --color-scrollbar-thumb: #828282;
    --color-scrollbar-track: #E8E8E8;
    --color-icon-back: #666667;

    --color-info-banner-bg: #FFEBAD;
    --color-info-banner-text: #7A5C00;
    --color-info-banner-hover: #ffe596;


    --font-h1: normal normal bold 25px/32px europa;
    --font-h2: normal normal bold 20px/26px europa;
    --font-h3: normal normal bold 14px/18px europa;
    --font-regular: normal normal normal 14px/18px europa;
    --font-footer: normal normal normal 12px/15px europa;

}