/* Casa Colectiva — local webfonts. No external CDN (PR-002 rule).
 * Inter (body, 400/500 static) + Fraunces (display, variable weight). */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('inter-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500 800;          /* 500 static; 600-800 synthesized bolder */
    font-display: swap;
    src: url('inter-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 100 900;          /* variable weight axis */
    font-display: swap;
    src: url('fraunces-var.woff2') format('woff2-variations');
}
