/* Nantes Font */
@font-face {
    font-family: 'Nantes';
    src: url('../fonts/Nantes-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Beatrice Fonts */
@font-face {
    font-family: 'Beatrice';
    src: url('../fonts/Beatrice/Beatrice-Regular.woff2') format('woff2'),
         url('../fonts/Beatrice/Beatrice-Regular.woff') format('woff'),
         url('../fonts/Beatrice/Beatrice-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beatrice';
    src: url('../fonts/Beatrice/Beatrice-Light.woff2') format('woff2'),
         url('../fonts/Beatrice/Beatrice-Light.woff') format('woff'),
         url('../fonts/Beatrice/Beatrice-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beatrice';
    src: url('../fonts/Beatrice/Beatrice-LightItalic.woff2') format('woff2'),
         url('../fonts/Beatrice/Beatrice-LightItalic.woff') format('woff'),
         url('../fonts/Beatrice/Beatrice-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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