/**
 * Self-hosted fonts for Artist World Theme
 * Eliminates FOUT by loading fonts locally with font-display: block
 */

/* VT323 - Display/headline font */
@font-face {
    font-family: 'VT323';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/vt323-400.ttf') format('truetype');
}

/* Share Tech Mono - Monospace font */
@font-face {
    font-family: 'Share Tech Mono';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/share-tech-mono-400.ttf') format('truetype');
}
