@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../font/IBMPlexSans-Regular.woff2') format('woff2'),
         url('../font/IBMPlexSans-Regular.woff')  format('woff');
    font-weight: 400;
    font-style:  normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../font/IBMPlexSans-Light.woff2') format('woff2'),
         url('../font/IBMPlexSans-Light.woff')  format('woff');
    font-weight: 300;
    font-style:  normal;
    font-display: swap;
}

/* SemiBold – wird ausschließlich für die Logo-Wortmarke verwendet.
   Wird via wp_enqueue_style in functions.php als separates Google Fonts Stylesheet geladen. */
