/* Global styles for Omnipod Microsite */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom scrollbar for better aesthetics */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #004a8d;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #003d75;
}
