/**
 * Custom Font Definitions
 *
 * This file defines custom font-faces for the Space Cadets website.
 * Include this file in your HTML to use these fonts.
 */

/* Black Troops Stencil Font */
@font-face {
    font-family: 'Black Troops Stencil';
    src: url('BLACKTROOPSSTENCIL-P774R.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Stencil Bash Font */
@font-face {
    font-family: 'Stencil Bash';
    src: url('STENCILBASH-5XEA.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
 * Usage Examples:
 *
 * To use these fonts in your CSS:
 *
 * h1 {
 *     font-family: 'Black Troops Stencil', sans-serif;
 * }
 *
 * .stencil-text {
 *     font-family: 'Stencil Bash', sans-serif;
 * }
 */
