/* Self-hosted fonts — variable woff2 supporting weight 300..700 */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url('/fonts/outfit.woff2') format('woff2');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('/fonts/manrope.woff2') format('woff2');
}
