/* Copyright © 2026 Robert T. Uthe. All rights reserved. */
/* Self-hosted fonts — same-origin so canvas screenshots work in Safari */

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

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/fonts/playfair-display.woff2') format('woff2');
}
