body {
    font-family: 'Merriweather', serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

h1 {
    font-weight: 700;
    font-size: 2.5rem; /* Mobile first */
}

h2 {
    font-weight: 500;
    font-size: 2rem;
}

h3 {
    font-weight: 400;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
}

a, button, .nav-link {
    font-family: 'Open Sans', sans-serif;
}

.text-success-plumina {
    color: #98FB98 !important;
}

.bg-success-plumina {
    background-color: #98FB98 !important;
}

.text-primary-plumina {
    color: #87CEEB !important;
}

.bg-primary-plumina {
    background-color: #87CEEB !important;
}

.text-secondary-plumina {
    color: #FFD700 !important;
}

.bg-secondary-plumina {
    background-color: #FFD700 !important;
}

.bg-light-plumina {
    background-color: #D3D3D3 !important;
}

.btn-plumina-primary {
    background-color: #98FB98;
    border-color: #98FB98;
    color: #333;
    padding: 0.75rem 1.5rem;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
}

.btn-plumina-primary:hover {
    background-color: #87CEEB;
    border-color: #87CEEB;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-brand .h4 {
    color: #98FB98;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #98FB98 !important;
}

.hero-section {
    padding-top: 100px; /* Adjust for fixed header */
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff;
}

.icon-protein {
    background-color: #98FB98;
}

.icon-carbs {
    background-color: #87CEEB;
}

.icon-fats {
    background-color: #FFD700;
}

.icon-vitamins {
    background-color: #98FB98;
}

.icon-minerals {
    background-color: #87CEEB;
}

.icon-water {
    background-color: #87CEEB;
}

.icon-food {
    background-color: #98FB98;
}

.icon-science {
    background-color: #FFD700;
}

.icon-plan {
    background-color: #87CEEB;
}

.icon-season {
    background-color: #98FB98;
}

.icon-article {
    background-color: #D3D3D3;
    color: #333;
}

.accordion .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0;
}

.accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.accordion .btn-link:hover {
    color: #98FB98;
}

.accordion .card-body {
    background-color: #fcfcfc;
    border-top: 1px solid #eee;
}

.footer a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #98FB98;
}

.form-control:focus {
    border-color: #98FB98;
    box-shadow: 0 0 0 0.2rem rgba(152, 251, 152, 0.25);
}

.hero-blog {
    padding-top: 100px; /* Adjust for fixed header */
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.blog-article-image {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.content-block {
    margin-bottom: 3rem;
}

.content-block h2 {
    margin-bottom: 1.5rem;
}

.content-block p {
    margin-bottom: 1rem;
}

.content-block ul {
    list-style-type: disc;
    padding-left: 20px;
}

.content-block ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.content-block li {
    margin-bottom: 0.5rem;
}

.text-muted-small {
    font-size: 0.875em;
    color: #6c757d;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #333;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
