@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/poppins-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/poppins-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    src: url('fonts/inter-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    src: url('fonts/inter-variable-italic.woff2') format('woff2');
}

/* Newsletter Fonts - Fallback zu lokalen Fonts */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 600;
    src: local('Georgia'), local('Times New Roman');
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300 500;
    src: local('Inter'), local('system-ui');
    font-display: swap;
}

@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 400 500;
    src: local('Courier New'), local('monospace');
    font-display: swap;
}