/*
 * Google Fonts — self-hosted (Public Sans + Fira Code)
 * Téléchargés via: bash download_fonts.sh
 */

/* Public Sans - 300 */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/woff2/public-sans-latin-300.woff2') format('woff2');
}

/* Public Sans - 400 */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/woff2/public-sans-latin-400.woff2') format('woff2');
}

/* Public Sans - 500 */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/woff2/public-sans-latin-500.woff2') format('woff2');
}

/* Public Sans - 600 */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/woff2/public-sans-latin-600.woff2') format('woff2');
}

/* Public Sans - 700 */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/woff2/public-sans-latin-700.woff2') format('woff2');
}

/* Fira Code - 400 */
@font-face {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/woff2/fira-code-latin-400.woff2') format('woff2');
}

/* Fira Code - 500 */
@font-face {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/woff2/fira-code-latin-500.woff2') format('woff2');
}

/* Fira Code - 600 */
@font-face {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/woff2/fira-code-latin-600.woff2') format('woff2');
}
