/* Per-profile font choices (Pro layout setting), self-hosted variable fonts.
   Loaded ONLY on /u/{username} pages whose owner picked a custom font, so the
   base bundle never pays for these. Each file is a variable font covering the
   declared weight range. */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/source-sans-3.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fira Code';
    src: url('../fonts/fira-code.woff2') format('woff2');
    font-weight: 400 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
