/* Estilos globais para o CloudAccerte */
:root {
    --primary-color: #0d6efd;
    --bg-light: #f8f9fa;
}

body {
    font-family: 'Inter', 'Roboto', sans-serif;
}

.navbar-bg {
    background-image: url("/static/images/navbar-image-accerte.png");
    background-size: cover;
    background-position: center;
}

.logout_brand {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

.logout_brand:hover {
    color: #ffc107;
}
