body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
}
h1, h2, h3, .font-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.gradient-text {
    background: linear-gradient(90deg, #1e3a8a, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-shadow {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
#rodo-banner-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    font-family: 'Inter', sans-serif;
}
