/* ============================================================================
   SELF-HOSTED FONTS - Privacy First!
   ============================================================================ */

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

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

/* Archivo - SemiBold (600) */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/archivo-v25-latin-600.woff2') format('woff2');
}

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

/* Archivo - ExtraBold (800) */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../assets/fonts/archivo-v25-latin-800.woff2') format('woff2');
}

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

/* JetBrains Mono - SemiBold (600) */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../assets/fonts/jetbrains-mono-v24-latin-600.woff2') format('woff2');
}

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