/*
 * SRX — Classes and Events page styles
 *
 * Author:  MJ Bomar
 * Version: 1.0.0
 *
 * Changelog:
 * 1.0.0 (2026-07-07) - First version. Styles the month headings that break the event list up
 *   by month (the headings themselves come from srx-classes-and-events-month-headers.php in
 *   this folder). Loaded only on the Classes and Events page.
 */

/* The "July 2026" style heading above the first event of each month. Uses the site's
   Söhne font and the medium dark magenta from the global palette. */
.srx-event-month-header {
    font-family: var(--wp--preset--font-family--s-hne);
    font-weight: 400;
    color: var(--wp--preset--color--custom-medium-dark-magenta-1);
}
