/**
 * Compassion First - Self-Hosted Typography
 * Format: WOFF2 for optimal compression and rendering speed.
 */

/* 1. Inter (Body Font) - Regular 400 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-regular.woff2') format('woff2');
}

/* 2. Inter (Body Font) - SemiBold 600 (For buttons/labels) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter-semibold.woff2') format('woff2');
}

/* 3. Cormorant Garamond (Heading Font) - Medium 500 */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-medium.woff2') format('woff2');
}

/* 4. Cormorant Garamond (Heading Font) - Italic 500 (For blockquotes) */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
}