/* style.css */
body {
    font-family: Arial, sans-serif;
}
/* Add custom styles here, for example: */
.card {
    border-radius: 10px;
}
/* style.css */
body {
    font-family: 'Arial', sans-serif;
}

/* Enhancing the package modal card look */
.card-header {
    border-bottom: 0;
}

/* Custom pricing text color */
.pricing-card-title {
    font-size: 2.5rem;
    font-weight: 300;
}