/**
 * Self-hosted fonts for AES Theme
 * Eliminates FOUT by loading fonts locally
 */

/* Inter - Body font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/inter-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('../fonts/inter-500.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url('../fonts/inter-600.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('../fonts/inter-700.ttf') format('truetype');
}

/* VT323 - Headline/retro 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');
}
