CSS

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.65;
    color: #1a1a1a;
}

.entry-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    text-align: justify;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.entry-content a {
    color: #004a99;
    text-decoration: underline;
    font-weight: 600;
}

.entry-content a:hover {
    color: #c0392b;
    text-decoration: none;
}

.post-thumbnail img, .entry-content img, img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
}

.custom-logo {
    width: 90px !important;
    height: 90px !important;
    box-shadow: none !important;
    display: inline-block !important;
}

.meta-news-post-format:hover img {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    color: #777;
    text-align: center;
    padding-top: 10px;
}

.category-button, .entry-meta .cat-links a {
    background-color: #002e5d !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 2px;
}

#site-navigation ul li a {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.wp-block-embed {
    margin: 30px 0;
    border: none;
}

@media only screen and (max-width: 768px) {
    .entry-content {
        padding: 0 5%;
    }
    
    .entry-content p {
        font-size: 17px;
        line-height: 1.7;
        text-align: left;
    }
    
    .entry-title {
        font-size: 24px !important;
    }

    h1, h2, h3 {
        letter-spacing: -0.02em;
        line-height: 1.3;
    }

    iframe, .twitter-tweet {
        max-width: 100% !important;
        width: 100% !important;
        margin: 20px 0 !important;
    }
}@font-face {
    font-display: swap;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-display: swap !important;
}

.custom-logo, .img-fluid, .post-img {
    width: auto;
    height: auto;
    aspect-ratio: auto;
}

.read-more-icon {
    will-change: transform;
    transition: transform 0.3s ease !important;
    margin-left: 5px !important;
}

.navbar-head {
    background-attachment: scroll !important;
}

@media only screen and (max-width: 768px) {
    .jetpack-subscribe-overlay, .paypal-button-container {
        display: none !important;
    }
    
    .entry-content p {
        text-align: left !important;
    }
	