/* ======================================== */
/*         VARIÁVEIS DO TEMA MODERNO        */
/* ======================================== */

.app-modern-theme {
    --background-color-primary: #f0f4f8;
    --background-color-secondary: #e1e9f0;
    --text-color-primary: #2e3d49;
    --text-color-secondary: #6c757d;
    --button-background-primary: #4a90e2;
    --button-background-hover: #357ab8;
    --button-background-secondary: #7d98b3;
    --button-background-secondary-hover: #8fa8c0;
    --button-color: #ffffff;
    --button-background-success: #56c6a9;
    --footer-background: #1c2d3f;
    --footer-text-color: #ffffff;
    --header-background: #2c3e50;
    --header-text-color: #ffffff;
    --dropdown-text-color: #000000;
    --card-background-color: #ffffff;
    --card-border-color: #d1d9e0;
  }
  