/* Primary display font — Caught (TrueType only, since that's what's provided). */
@font-face {
    font-family: 'Caught';
    src: url('/fonts/Caught.ttf') format('truetype');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}
