/* Exact files used by the customer preview AND the admin DTF renderer. */
@font-face {
    font-family: 'Jersey M54';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/static/fonts/JerseyM54.woff') format('woff'),
         url('/static/fonts/JerseyM54.ttf') format('truetype');
}
@font-face {
    font-family: 'Jersey M54';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/static/fonts/JerseyM54.woff') format('woff'),
         url('/static/fonts/JerseyM54.ttf') format('truetype');
}
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/static/fonts/BebasNeue-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/static/fonts/BebasNeue-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/static/fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/static/fonts/Anton-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/static/fonts/Teko-Bold.ttf') format('truetype');
}
/* Matthew Welch "College" (free for commercial use with credit) — closest
   match to Cricut / Brøderbund Varsity Regular classic slab-serif lettering.
   Use weight 400 only; this face has no true bold and faux-bold distorts digits. */
@font-face {
    font-family: 'Varsity Regular';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/static/fonts/VarsityRegular.ttf') format('truetype');
}
@font-face {
    font-family: 'Varsity Regular Solid';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/static/fonts/VarsityRegularSolid.ttf') format('truetype');
}
