/* Brand type, self-hosted.
 *
 * Carnaby Street Clean (display) and Gotham (body) are the faces used in the
 * brand deck and on the cans. Both are licensed for web use by Common Pour
 * LLC; the files come from the brand kit's Fonts folder, converted to woff2.
 * Do not add a face here without checking its licence covers @font-face —
 * see content/typography.md.
 *
 * Serving these replaced Oswald and Montserrat from Google Fonts, so the site
 * no longer hands every visitor's IP address to a third party on page load.
 *
 * Labor Union is the third face. In the brand deck it does one job: the small
 * letterspaced labels that sit above a rule ("MISSION", "NEGRONI",
 * "IN-HOUSE PRODUCTION"). On the site it does the same job, on the eyebrows.
 * It is free for commercial use (Tom McAuliffe / McLetters).
 *
 * The file is SUBSET. Labor Union ships 44 characters as empty glyphs that
 * are nonetheless present in its cmap — ( ) [ ] | @ © ® • … and, worst of
 * all, the en dash, em dash and middle dot. A browser does not fall back for
 * a character the font claims to have, so "25-27% ABV" rendered as
 * "25 27% ABV" and "Sep 21-27" as "Sep 21 27". Dropping them from the font
 * lets those characters fall through to Carnaby Street. Re-subset with
 * tools/subset-labor-union.py if the file is ever replaced.
 *
 * Labels with numbers are set in Carnaby Street outright: Labor Union's
 * digit one is narrow enough to read as a capital I.
 *
 * Carnaby Street and Labor Union each ship in one weight. Both are declared at
 * every weight the site asks for, so a browser never draws a fake bold.
 */
@font-face{font-family:"Carnaby Street";src:url("/assets/fonts/carnaby-street-clean.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Carnaby Street";src:url("/assets/fonts/carnaby-street-clean.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Carnaby Street";src:url("/assets/fonts/carnaby-street-clean.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Carnaby Street";src:url("/assets/fonts/carnaby-street-clean.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

@font-face{font-family:"Gotham";src:url("/assets/fonts/gotham-book.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Gotham";src:url("/assets/fonts/gotham-medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Gotham";src:url("/assets/fonts/gotham-bold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Gotham";src:url("/assets/fonts/gotham-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

@font-face{font-family:"Labor Union";src:url("/assets/fonts/labor-union.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Labor Union";src:url("/assets/fonts/labor-union.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Labor Union";src:url("/assets/fonts/labor-union.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Labor Union";src:url("/assets/fonts/labor-union.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
