additional css (change the green to #18ae1e)/* ================================================= MOTIVATION MAZE GLOBAL TYPOGRAPHY + BRAND COLORS Fonts: Work Sans (Body) + Poppins (Headings) Brand Colors: Teal: #0F766E Dark Grey: #1F2937 ================================================= */ @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap'); /* GLOBAL BODY */ body, .entry-content, article, .single-post, .page { font-family: 'Work Sans', sans-serif !important; color: #1F2937; } /* ========================= PARAGRAPHS ========================= */ .entry-content p, .single-post p, .page p, article p { font-family: 'Work Sans', sans-serif !important; font-size: 19px !important; line-height: 1.7 !important; font-weight: 400 !important; color: #1F2937 !important; } /* ========================= HEADINGS ========================= */ h1, h2, h3, h4, .entry-title, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 { font-family: 'Poppins', sans-serif !important; font-weight: 700 !important; color: #0F766E !important; } /* ========================= LISTS ========================= */ .entry-content ul li, .entry-content ol li { font-family: 'Work Sans', sans-serif !important; font-size: 19px; line-height: 1.6; color: #1F2937 !important; } /* ========================= LINKS ========================= */ .entry-content a { font-family: 'Poppins', sans-serif !important; color: #0F766E !important; font-weight: 500; text-decoration: none; } .entry-content a:hover { color: #134E4A !important; text-decoration: underline; } /* ========================= BLOCKQUOTES (Quotes Styling) ========================= */ .entry-content blockquote { font-family: 'Work Sans', sans-serif !important; font-style: normal !important; font-weight: 600 !important; font-size: 1.25rem !important; line-height: 1.6; color: #1F2937; border-left: 4px solid #0F766E; padding-left: 20px; margin: 25px 0; } /* ========================= STRONG TEXT ========================= */ .entry-content strong { color: #0F766E; } /* ========================= MOBILE OPTIMIZATION ========================= */ @media (max-width: 768px) { .entry-content p { font-size: 19px !important; } .entry-content h1 { font-size: 28px; } .entry-content h2 { font-size: 24px; } }