/* MuseoSlab Font Face Declarations */
@font-face {
  font-family: 'MuseoSlab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/MuseoSlab_Normal_400.woff2') format('woff2');
}

@font-face {
  font-family: 'MuseoSlab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/MuseoSlab_Bold_700.woff2') format('woff2');
}

/* Fallback font stack */
body {
  font-family: 'MuseoSlab', 'Roboto Slab', 'Georgia', serif;
}
