<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('./regular.eot'); /* IE9 Compat Modes */
  src: url('./regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./regular.woff') format('woff'), /* Modern Browsers */
       url('./regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('./bold.eot'); /* IE9 Compat Modes */
  src: url('./bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./bold.woff') format('woff'), /* Modern Browsers */
       url('./bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  src: url('./italic.eot'); /* IE9 Compat Modes */
  src: url('./italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./italic.woff') format('woff'), /* Modern Browsers */
       url('./italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/*
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 700;
  src: url('./bolditalic.eot');
  src: url('./bolditalic.eot?#iefix') format('embedded-opentype'), 
       url('./bolditalic.woff2') format('woff2'), 
       url('./bolditalic.woff') format('woff'), 
       url('./bolditalic.ttf') format('truetype');
}
*/</pre></body></html>