/**
 * Knockout Fonts
 * Licensed from Hoefler & Co. for UCB Comedy
 * 
 * Font family naming matches vendor names for clarity.
 * 
 * Grid:
 *   Width:  Junior (narrow) | Lite (medium) | Full (wide)
 *   Weight: Liteweight | Welterweight | Middlewt
 */

/* ==========================================================================
   JUNIOR WIDTH (Narrow)
   ========================================================================== */

/* Knockout 29 Junior Liteweight */
@font-face {
    font-family: 'Knockout 29 Junior Liteweight';
    src: url('../fonts/Knockout-29JuniorLtweight.woff2') format('woff2'),
         url('../fonts/Knockout-29JuniorLtweight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Knockout 30 Junior Welterweight */
@font-face {
    font-family: 'Knockout 30 Junior Welterweight';
    src: url('../fonts/Knockout-30JuniorWelterwt.woff2') format('woff2'),
         url('../fonts/Knockout-30JuniorWelterwt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Knockout 31 Junior Middlewt (Primary heading font) */
@font-face {
    font-family: 'Knockout 31 Junior Middlewt';
    src: url('../fonts/Knockout-31JuniorMiddlewt.woff2') format('woff2'),
         url('../fonts/Knockout-31JuniorMiddlewt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   LITE WIDTH (Medium)
   ========================================================================== */

/* Knockout 49 Liteweight */
@font-face {
    font-family: 'Knockout 49 Liteweight';
    src: url('../fonts/Knockout-49Liteweight.woff2') format('woff2'),
         url('../fonts/Knockout-49Liteweight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Knockout 50 Welterweight */
@font-face {
    font-family: 'Knockout 50 Welterweight';
    src: url('../fonts/Knockout-50Welterweight.woff2') format('woff2'),
         url('../fonts/Knockout-50Welterweight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Knockout 51 Middleweight */
@font-face {
    font-family: 'Knockout 51 Middleweight';
    src: url('../fonts/Knockout-51Middleweight.woff2') format('woff2'),
         url('../fonts/Knockout-51Middleweight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   FULL WIDTH (Wide)
   ========================================================================== */

/* Knockout 69 Full Liteweight */
@font-face {
    font-family: 'Knockout 69 Full Liteweight';
    src: url('../fonts/Knockout-69FullLiteweight.woff2') format('woff2'),
         url('../fonts/Knockout-69FullLiteweight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Knockout 70 Full Welterweight */
@font-face {
    font-family: 'Knockout 70 Full Welterweight';
    src: url('../fonts/Knockout-70FullWelterwt.woff2') format('woff2'),
         url('../fonts/Knockout-70FullWelterwt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Knockout 71 Full Middlewt */
@font-face {
    font-family: 'Knockout 71 Full Middlewt';
    src: url('../fonts/Knockout-71FullMiddlewt.woff2') format('woff2'),
         url('../fonts/Knockout-71FullMiddlewt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
