/* Lou Lou's + Foster's — the type system.

   Display: MARCELLUS, with MARCELLUS SC for engraved labels.

   This is not a taste pick, it is a MATCH. Their own sign sets FOSTER'S and
   BISTRO & BAR in a classical inscriptional roman: moderate contrast, serifs
   that cup and flare rather than sit flat, a leg on the R that kicks out, and
   a teardrop apostrophe. Marcellus is that letter, drawn in the Trajan line.
   Set the two side by side and the only difference is the hand that cut them.

   It replaced MELODRAMA, which the type bank files under "fashion scream —
   beauty, salons, boutiques." A salon face on a neighborhood bistro whose
   sign is engraved lapidary caps. It read as somebody else's brand, and at
   paragraph length it read as nothing at all.

   Marcellus has ONE weight and no italic, and that is the point: an engraver
   has one chisel. Emphasis comes from SIZE, TRACKING and CASE, never from a
   bolder cut and never from a slant. Where a heavier voice is wanted the
   answer is small caps and wider letterspacing, exactly as it is on the glass
   at 1350 13th Street.

   THE DISCIPLINE THAT COMES WITH IT: this face sets DISPLAY ONLY — the hero,
   headings, course heads, engraved labels, the wordmark line. Running copy,
   decks, trait lists and testimonials belong to the text face. A lapidary
   roman at paragraph length is a gravestone, not a menu.

   Text: ALBERT SANS, variable (100-900). Neutral and quiet on purpose, so the
   display carries all of the voice (structural contrast, anti-slop). */

@font-face {
  font-family: 'Marcellus';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url(/assets/fonts/marcellus.woff2) format('woff2');
}
@font-face {
  font-family: 'Marcellus SC';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url(/assets/fonts/marcellus-sc.woff2) format('woff2');
}
@font-face {
  font-family: 'Albert Sans';
  font-style: normal; font-weight: 100 900; font-display: swap;
  src: url(/assets/fonts/albert.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Albert Sans';
  font-style: italic; font-weight: 100 900; font-display: swap;
  src: url(/assets/fonts/albert-italic.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
