/* =========================================================================
   Museum of Arcadia — Font Loading
   Sweet Sans Pro (local woff2) + EB Garamond (Google Fonts)
   ========================================================================= */

/* Google Fonts — EB Garamond (loaded in HTML <head> via <link>) */

/* ----- Sweet Sans Pro — weights used across Figma prototype ----- */

@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('../fonts/SweetSansPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('../fonts/SweetSansPro-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('../fonts/SweetSansPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('../fonts/SweetSansPro-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('../fonts/SweetSansPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sweet Sans Pro';
  src: url('../fonts/SweetSansPro-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
