/* FundaMend — lokale Schriften (DSGVO-konform, keine externen Requests) */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/assets/fonts/inter/inter-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/playfair-display/playfair-display-latin-700.woff2') format('woff2'),
         url('/assets/fonts/playfair-display/playfair-display-700.woff')        format('woff');
}

@font-face {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/albert-sans/AlbertSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/albert-sans/AlbertSans-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/albert-sans/AlbertSans-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/albert-sans/AlbertSans-Bold.ttf') format('truetype');
}
