/* Invenire Srl — Brand CSS */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body, p, span, div, li, a {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

.btn-primary {
    background-color: #5096d2 !important;
    border-color: #5096d2 !important;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #3d7fbf !important;
    border-color: #3d7fbf !important;
}

.btn-outline-primary {
    color: #5096d2 !important;
    border-color: #5096d2 !important;
}

.btn-outline-primary:hover {
    background-color: #5096d2 !important;
    color: #ffffff !important;
}

a { color: #5096d2; }
a:hover { color: #3d7fbf; }

#footer {
    background-color: #1a1a2e !important;
    color: #ffffff;
}

#footer a { color: #a8c8e8; }
#footer a:hover { color: #ffffff; }