@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
}
.text-sagevista {
    color: #0D47A1;
}
.bg-sagevista {
    background-color: #0D47A1;
}
.btn-sagevista {
    background-color: #0D47A1;
}
.btn-sagevista-hover:hover {
    background-color: #003366;
}
.btn-ghost-sagevista {
    border-color: #0D47A1;
    color: #0D47A1;
}
.btn-ghost-sagevista-hover:hover {
    background-color: #E3F2FD;
}
.text-gold {
    color: #FFB300;
}
.bg-gold {
    background-color: #FFB300;
}