/**
 * Shelf font faces
 * ─────────────────
 * Brand:  Stamp RSPK Two (400 only)
 * Stamps: Stamp RSPK Smudge
 * UI:     Inter | Display + data: IBM Plex Mono (Google Fonts)
 */

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

@font-face {
  font-family: "Stamp RSPK Two";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/fonts/stamp-rspk/StampRSPKTwo-Regular.otf") format("opentype"),
    url("https://uhlfmazsubjeytjjznuf.supabase.co/storage/v1/object/public/shelf-assets/fonts/StampRSPKTwo-Regular.otf")
      format("opentype");
}

@font-face {
  font-family: "Stamp RSPK Smudge";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("/fonts/stamp-rspk/StampRSPKSmudge-Regular.otf") format("opentype"),
    url("https://uhlfmazsubjeytjjznuf.supabase.co/storage/v1/object/public/shelf-assets/fonts/StampRSPKSmudge-Regular.otf")
      format("opentype");
}
