/* Local Google Fonts - Replace this with actual font-face declarations after downloading files */
/* You can use tools like 'google-webfonts-helper' to download the woff2 files */

/* Lexend fallback */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/lexend.woff2') format('woff2'); /* Ensure files exist in public/assets/fonts/ */
}

/* Roboto fallback */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/roboto.woff2') format('woff2'); /* Ensure files exist in public/assets/fonts/ */
}
