/* Filigram - Font Imports */

/* Neue Montreal - Header & Footer */
@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('fonts/NeueMontreal-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Editorial New - Hero Text */
@font-face {
    font-family: 'Editorial New';
    src: url('fonts/EditorialNew-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Suisse Intl - Invoice 1 (Purple) */
@font-face {
    font-family: 'Suisse Intl';
    src: url('fonts/SuisseIntl-Regular.woff2') format('woff2'),
         url('fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('fonts/SuisseIntl-Medium.woff2') format('woff2'),
         url('fonts/SuisseIntl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Swis721 BT - Invoices 2, 3, 4 */
@font-face {
    font-family: 'Swis721 BT';
    src: url('fonts/Swis721BT-Roman.woff2') format('woff2'),
         url('fonts/Swis721BT-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 BT';
    src: url('fonts/Swis721BT-Bold.woff2') format('woff2'),
         url('fonts/Swis721BT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 BT';
    src: url('fonts/Swis721BT-BlackCondensed.woff2') format('woff2'),
         url('fonts/Swis721BT-BlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Fallback system fonts if custom fonts fail to load */
body {
    font-family: 'Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
