/* Papier Pivoine — Webfonts
   Aboreto: display / titles (single weight by design).
   Albert Sans: body & UI. Local binary is weight 400; additional weights
   are pulled from Google Fonts so headings/buttons have proper medium &
   semibold. If you need the extra weights fully self-hosted, add the
   weighted .ttf files and matching @font-face rules. */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Aboreto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/Aboreto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/AlbertSans-Regular.ttf') format('truetype');
}
