/* DM Sans + Fraunces — self-hosted variable fonts (no external requests). */

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 100 1000;
    src: url('../fonts/dm-sans-latin-wght-normal.woff2') format('woff2-variations');
}

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

@font-face {
    font-family: 'Fraunces';
    font-style: italic;
    font-display: swap;
    font-weight: 100 900;
    src: url('../fonts/fraunces-latin-wght-italic.woff2') format('woff2-variations');
}
