/* fonts.css — Author self-hosted (Fontshare, licencia libre), fuente de firma tipografica */

@font-face {
    font-family: 'Author';
    src: url('/fonts/author/author-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('/fonts/author/author-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Author';
    src: url('/fonts/author/author-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
