<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: normal;
  src: local('Calibri'), local('Calibri'),
       url('Calibri.woff') format('woff'), /* Modern Browsers */
       url('Calibri.ttf') format('truetype'), /* Safari, Android, iOS */
       
}




@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Droid Serif'), local('DroidSerif'),
       url('droid-serif-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('droid-serif-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: url('droid-serif-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'),
       url('droid-serif-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('droid-serif-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url("Roboto-Light.woff") format('woff'),
  url("Roboto-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("Roboto-Regular.woff") format('woff'),
  url("Roboto-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url("Roboto-Medium.woff") format('woff'),
 		url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url("Roboto-Bold.woff") format('woff'),
  		url("Roboto-Bold.ttf") format("truetype");
}

</pre></body></html>