/**
 * Desert redesign typography — added 2026-08-15.
 * Self-hosted (theme font/ folder), no external font-CDN request.
 * Pairs with css/color/blue.css (the "Desert" palette) and the
 * .related_item / #loginform / #user_profile / #results mobile fixes
 * in css/media-screen.css from the same pass.
 */
@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../font/archivo-variable.woff2') format('woff2');
}
@font-face {
    font-family: 'Fraunces';
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url('../font/fraunces-variable.woff2') format('woff2');
}
@font-face {
    font-family: 'Fraunces';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../font/fraunces-italic-500.woff2') format('woff2');
}

body,
input,
textarea,
select,
button {
    font-family: 'Archivo', 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 650;
}
