/**
 * Global Font Definitions
 *
 * This file defines all custom fonts used across the site.
 * It is loaded on all pages to ensure consistent typography.
 */

/* Maison Neue Book - Primary body font */
@font-face {
    font-family: 'Maison Neue Book';
    src: local('Maison Neue Book'),
         url('../fonts/MaisonNeue-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Maison Neue Demi - Bold/emphasis font */
@font-face {
    font-family: 'Maison Neue Demi';
    src: local('Maison Neue Demi'),
         url('../fonts/MaisonNeue-Demi.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ITC Garamond - Serif font for headings and brand names */
@font-face {
    font-family: 'ITC Garamond';
    src: local('ITC Garamond'),
         url('../fonts/ITCGaramond-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Rector Regular - Display font for homepage hero */
@font-face {
    font-family: 'rector-regular';
    src: local('rector-regular'),
         url('../fonts/rector-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
