/**
 * Inter Font - Self-hosted (DSGVO-konform)
 * Downloaded from Google Fonts and hosted locally
 * 
 * Weights: 400 (Regular), 500 (Medium), 600 (Semi-Bold)
 */

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

/* Inter Medium (500) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../font/inter/Inter-Medium.woff2') format('woff2'),
         url('../font/inter/Inter-Medium.woff') format('woff');
}

/* Inter Semi-Bold (600) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../font/inter/Inter-SemiBold.woff2') format('woff2'),
         url('../font/inter/Inter-SemiBold.woff') format('woff');
}
