/*
 * PT SERIF Font styling
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Overridden CSS variables using the “PT Serif” font family */

/* April 2022: Applied to Adequate Projects pages by JPF */

/* PT Serif webfonts loaded locally via @font-face in config.fonts.scss */

.sp_members-section {  /* redefine variables at site-wide level */

    /* Wider column width */
    --text-col-width: 46rem;

    /* "PT Serif" serif font */
    --entry-title-font-family: "PT Serif";
    --entry-title-font-size: 1.75rem; /* 28px */

    --text-font-family: "PT Serif";
    --text-font-size: 1.25rem;  /* 20 px */
    --text-line-height: 1.6;

    /* Centred main heading */
    --entry-title-text-align: center;

}