/* Optional local fonts — use if Google Fonts is blocked on school network.
   1. Download Inter and Lora (or Nyala for Amharic) into the fonts/ folder.
   2. Uncomment the @font-face rules below.
   3. In styles.css, fonts already fall back to system UI.
*/

/*
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*/
