/* Centralized font-face declarations */

@font-face {
  font-family: 'llamarollFont';
  font-display: swap;
  src: url('/img/font/Rollama-final-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenDyslexic';
  font-display: swap;
  src: url('/img/opendyslexic-0.91.12/compiled/OpenDyslexic-Regular.woff2') format('woff2'),
       url('/img/opendyslexic-0.91.12/compiled/OpenDyslexic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
