@import url("tema-geral.css");

:root {
    --theme-primary-50: #E0EEE9;
    --theme-primary-100: #B3D6C9;
    --theme-primary-200: #80BAA5;
    --theme-primary-300: #4D9E80;
    --theme-primary-400: #268A65;
    --theme-primary-500: #00754A;
    --theme-primary-600: #006D43;
    --theme-primary-700: #00623A;
    --theme-primary-800: #005832;
    --theme-primary-900: #18392F;

    --theme-primary-font-50: #000;
    --theme-primary-font-100: #000;
    --theme-primary-font-200: #000;
    --theme-primary-font-300: #000;
    --theme-primary-font-400: #fff;
    --theme-primary-font-500: #fff;
    --theme-primary-font-600: #fff;
    --theme-primary-font-700: #fff;
    --theme-primary-font-800: #fff;
    --theme-primary-font-900: #fff;

    --theme-secondary-50: #FDF1E8;
    --theme-secondary-100: #FADCC7;
    --theme-secondary-200: #F7C4A1;
    --theme-secondary-300: #F4AC7B;
    --theme-secondary-400: #F19B5F;
    --theme-secondary-500: #EF8943;
    --theme-secondary-600: #ED813D;
    --theme-secondary-700: #EB7634;
    --theme-secondary-800: #E86C2C;
    --theme-secondary-900: #E4591E;

    --theme-secondary-font-50: #000;
    --theme-secondary-font-100: #000;
    --theme-secondary-font-200: #000;
    --theme-secondary-font-300: #000;
    --theme-secondary-font-400: #000;
    --theme-secondary-font-500: #000;
    --theme-secondary-font-600: #000;
    --theme-secondary-font-700: #000;
    --theme-secondary-font-800: #000;
    --theme-secondary-font-900: #fff;
}