/* MA Anna — Webfonts
   Fixel Display: provided (woff2, local files below)
   Unbounded + Great Vibes: Google Fonts (imported in styles.css) */

@font-face {
  font-family: 'Fixel Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/FixelDisplay-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Fixel Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/FixelDisplay-SemiBold.woff2') format('woff2');
}

/* Fixel Display ships only Regular (400) + SemiBold (600).
   Requests for 500 resolve to the 400 face; buttons/nav that ask for 500
   render at 400 weight. Use 600 where extra weight is required. */
