/* Reader-Friendly Fonts - Local Storage */

/* Merriweather - Excellent serif for long reading */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('merriweather-regular.woff2') format('woff2');
}

/* Lora - Beautiful and readable serif */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('lora-regular.woff2') format('woff2');
}

/* Source Serif 4 - Clean and modern serif */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  src: url('source-serif-4-regular.woff2') format('woff2');
}

/* Open Sans - Highly readable sans-serif */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('open-sans-regular.woff2') format('woff2');
}

/* PT Serif - Great for reading */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('pt-serif-regular.woff2') format('woff2');
}

/* Crimson Text - Classic book-like serif */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('crimson-text-regular.woff2') format('woff2');
}

/* Libre Baskerville - Elegant serif */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('libre-baskerville-regular.woff2') format('woff2');
}

/* Nunito - Friendly sans-serif */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('nunito-regular.woff2') format('woff2');
}

/* Atkinson Hyperlegible - Designed for readability */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  src: url('atkinson-regular.woff2') format('woff2');
}

/* IBM Plex Serif - Excellent reading serif */
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 400;
  src: url('ibm-plex-serif-regular.woff2') format('woff2');
}

/* Bitter - Designed for comfortable reading */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('bitter-regular.woff2') format('woff2');
}
