/* =====================================
   ABOUT.CSS — About Page Styles Only
   ===================================== */

/* (Currently the About page uses only shared/global theme styles)
   This file is intentionally minimal and ready for future expansion. */

/* Centered text paragraphs that follow the green headers */
.about-text {
    max-width: 1100px;
    margin: 0 auto 20px;
    font-size: 1.1rem;
    line-height: 1.45;
    color: var(--text-main, #e0ffe0);
    border: 2px solid pink;
}

/* Section spacing helpers */
.about-section {
    margin-bottom: 30px;
}
