/**
 * fonts.css - TailwindPro Template v3.3.11
/* ===== INTER FONT FAMILY ===== */
/* Inter - Light (300) - ERGÄNZT */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/inter-v12-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

/* Inter - Extra-Bold (800) */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/inter-v12-latin-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ===== JETBRAINS MONO (MONOSPACE) ===== */
/* JetBrains Mono - Regular (400) */
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono/jetbrains-mono-v13-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* JetBrains Mono - Medium (500) */
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono/jetbrains-mono-v13-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* JetBrains Mono - Bold (700) */
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono/jetbrains-mono-v13-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
