/**
 * Typography Overrides
 *
 * This file contains the "secret sauce" for the site's typography,
 * ensuring headlines have an elegant, airy quality.
 */

h1, h2, h3, h4, h5, h6 {
    /* This is the key override that makes Avril Fatface feel refined */
    font-weight: var(--weight-light) !important;
}

/* Ensure drawer titles match the page title style */
.purchase-drawer h3 {
    font-family: var(--primary-font);
    font-weight: var(--weight-light) !important;
}