/*
 * And.com Font Definitions
 * Custom font loading - ONLY @font-face declarations
 * All styling and variables are handled in design-system.css
 */

/* Font Face Declarations */

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

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-BookItalic.woff2') format('woff2'),
         url('../fonts/MaisonNeue-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-BoldItalic.woff2') format('woff2'),
         url('../fonts/MaisonNeue-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

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

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

/* MADE Awelier - Primary Serif Family */
@font-face {
    font-family: 'MADE Awelier';
    src: url('../fonts/MADEAwelierPERSONALUSE-Regular.woff2') format('woff2'),
         url('../fonts/MADEAwelierPERSONALUSE-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}