  /* LoveFrom Serif (Roman, variable weight) — the display serif */
  @font-face{
    font-family: 'LF Serif';
    src: url('../assets/fonts/LF-Serif-Roman-Var.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
  /* LoveFrom Serif (Italic, variable weight) — for the RSVP invitation copy */
  @font-face{
    font-family: 'LF Serif';
    src: url('../assets/fonts/LoveFromSerifVar-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
  }
  :root{
    --ink: #0b0b0c;
    --paper: #FAFAFA;
    --hair: rgba(11,11,12,.16);
  }
