/* Self-hosted brand fonts (vendored from stagefreight src/fonts).
   Monofur = the site's base type; PN Ethereal = the YesImVegan brand + slogan. */
@font-face {
    font-family: 'Monofur';
    src: url('../fonts/brand/Monofur.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PN Ethereal';
    src: url('../fonts/brand/Ethereal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Monofur everywhere by default (icons keep their own icomoon font via higher-specificity rules). */
body {
    font-family: 'Monofur', ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* The brand name and the slogan carry PN Ethereal, universally. */
.pn-brand,
.pn-slogan {
    font-family: 'PN Ethereal', cursive;
}
