/*
 * DAW Shop - Lokale Fonts
 * Kein Google, kein CDN, keine externe Verbindung.
 *
 * Font-Dateien (.woff2) in diesen Ordner legen:
 *   wp-content/themes/daw-shop/fonts/
 *
 * Download-Quellen (alle Open Source / OFL):
 *   Inter:           https://github.com/rsms/inter/releases
 *   Source Sans Pro: https://github.com/adobe-fonts/source-sans/releases
 *   JetBrains Mono:  https://github.com/JetBrains/JetBrainsMono/releases
 */

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

/* --- Source Sans Pro --- */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* --- JetBrains Mono --- */
@font-face {
    font-family: 'JetBrains Mono';
    src: url('JetBrainsMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
