/* Global */
body {
    padding-top: 70px;
    /* Fix for fixed navbar */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Hero Section */
.hero-section {
    min-height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)),
        url("../images/hero.jpg") center/cover no-repeat;
}

/* CTA Section */
.cta-section {
    background-color: #0d6efd;
}

/* Cards */
.card {
    border: none;
    border-radius: 0.75rem;
}