/*
 * Custom Fonts
 * Add one @font-face block per font file.
 * The font-family name must match the key used in $base_custom_fonts (functions.php).
 *
 * Example:
 * @font-face {
 *     font-family: 'My Font';
 *     src: url('../fonts/myfont-regular.woff2') format('woff2');
 *     font-weight: 400;
 *     font-style: normal;
 *     font-display: swap;
 * }
 */

@font-face {
    font-family: 'Time Burner';
    src: url('../fonts/timeburnerbold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
