/* style/sports.css */

/* General Page Styles */
.page-sports {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Default body background */
}

.page-sports__dark-bg {
    background-color: #017439; /* Primary brand color */
    color: #ffffff; /* White text for dark background */
}

.page-sports__light-bg {
    background-color: #ffffff; /* Auxiliary brand color */
    color: #333333; /* Dark text for light background */
}

.page-sports__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-sports__section {
    padding: 60px 0;
    text-align: center;
}

.page-sports__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: inherit; /* Inherit color from section background */
    font-weight: bold;
}

.page-sports__content-subtitle {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: inherit;
    font-weight: bold;
}

.page-sports__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: inherit;
}