:root {
    /* Font */
    --font-primary: 'Outfit', sans-serif;

    /* Cores Principais */
    --bg-main: #f4f6fa;
    --bg-sidebar: #0b2240;
    --bg-sidebar-active: #165cc5;
    --text-light: #ffffff;
    --text-muted: #8a99ad;
    --text-dark: #1c2a38;
    
    /* Cores de Status e Alertas */
    --color-success: #34da6e;
    --color-warning: #ff9f1c;
    --color-danger: #e71d36;
    --color-info: #011627;

    /* Cards e Elementos */
    --bg-card: #ffffff;
    --border-radius: 8px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}