/*
 * Self-hosted display fonts (Saira, Space Mono, Outfit). Bundled locally so
 * the plugin never calls Google Fonts / any third-party font CDN — required
 * for WordPress.org submission (no external requests without explicit
 * user consent, and no exposing visitor IPs to a third party by default).
 */
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('../fonts/saira-variable.woff2') format('woff2');
}
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/space-mono-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/space-mono-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/outfit-variable.woff2') format('woff2');
}
