/* Inter — self-hosted (descargado de Google Fonts el 2026-07-26).
 * Usar siempre como CSS local vía {% static 'plugins/inter/inter.css' %}
 * para evitar la dependencia del CDN de Google. Los archivos .ttf viven
 * en la misma carpeta y se sirven por WhiteNoise igual que el resto. */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Inter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('Inter-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Inter-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Inter-Bold.ttf') format('truetype');
}
