Projekt in ein JavaScript Frontend-Projekt umgewandelt
authorKai Moritz <kai@juplo.de>
Mon, 18 Jan 2016 14:33:28 +0000 (15:33 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 17 Jul 2016 15:04:57 +0000 (17:04 +0200)
292 files changed:
.gitignore
Gruntfile.js [new file with mode: 0644]
dist/fonts/BPreplay Open Font License.txt [new file with mode: 0644]
dist/fonts/BPreplay-webfont.eot [new file with mode: 0644]
dist/fonts/BPreplay-webfont.svg [new file with mode: 0644]
dist/fonts/BPreplay-webfont.ttf [new file with mode: 0644]
dist/fonts/BPreplay-webfont.woff [new file with mode: 0644]
dist/fonts/BPreplayBold-webfont.eot [new file with mode: 0644]
dist/fonts/BPreplayBold-webfont.svg [new file with mode: 0644]
dist/fonts/BPreplayBold-webfont.ttf [new file with mode: 0644]
dist/fonts/BPreplayBold-webfont.woff [new file with mode: 0644]
dist/fonts/BPreplayBoldItalics-webfont.eot [new file with mode: 0644]
dist/fonts/BPreplayBoldItalics-webfont.svg [new file with mode: 0644]
dist/fonts/BPreplayBoldItalics-webfont.ttf [new file with mode: 0644]
dist/fonts/BPreplayBoldItalics-webfont.woff [new file with mode: 0644]
dist/fonts/BPreplayItalics-webfont.eot [new file with mode: 0644]
dist/fonts/BPreplayItalics-webfont.svg [new file with mode: 0644]
dist/fonts/BPreplayItalics-webfont.ttf [new file with mode: 0644]
dist/fonts/BPreplayItalics-webfont.woff [new file with mode: 0644]
dist/fonts/Droid-Serif-fontfacekit.zip [new file with mode: 0644]
dist/fonts/DroidSerif-Bold-webfont.eot [new file with mode: 0644]
dist/fonts/DroidSerif-Bold-webfont.svg [new file with mode: 0644]
dist/fonts/DroidSerif-Bold-webfont.ttf [new file with mode: 0644]
dist/fonts/DroidSerif-Bold-webfont.woff [new file with mode: 0644]
dist/fonts/DroidSerif-BoldItalic-webfont.eot [new file with mode: 0644]
dist/fonts/DroidSerif-BoldItalic-webfont.svg [new file with mode: 0644]
dist/fonts/DroidSerif-BoldItalic-webfont.ttf [new file with mode: 0644]
dist/fonts/DroidSerif-BoldItalic-webfont.woff [new file with mode: 0644]
dist/fonts/DroidSerif-Italic-webfont.eot [new file with mode: 0644]
dist/fonts/DroidSerif-Italic-webfont.svg [new file with mode: 0644]
dist/fonts/DroidSerif-Italic-webfont.ttf [new file with mode: 0644]
dist/fonts/DroidSerif-Italic-webfont.woff [new file with mode: 0644]
dist/fonts/DroidSerif-Regular-webfont.eot [new file with mode: 0644]
dist/fonts/DroidSerif-Regular-webfont.svg [new file with mode: 0644]
dist/fonts/DroidSerif-Regular-webfont.ttf [new file with mode: 0644]
dist/fonts/DroidSerif-Regular-webfont.woff [new file with mode: 0644]
dist/fonts/symbols.eot [new file with mode: 0644]
dist/fonts/symbols.svg [new file with mode: 0644]
dist/fonts/symbols.ttf [new file with mode: 0644]
dist/fonts/symbols.woff [new file with mode: 0644]
dist/img/comming-soon.png [new file with mode: 0644]
dist/img/kai-moritz.jpg [new file with mode: 0644]
dist/img/wip.gif [new file with mode: 0644]
dist/index.html [new file with mode: 0644]
dist/js/base.js [new symlink]
dist/js/html5shiv.js [new file with mode: 0644]
dist/js/ie6.js [new symlink]
dist/js/ie7.js [new symlink]
dist/js/ie8.js [new symlink]
dist/js/less-1.7.0.min.js [new file with mode: 0644]
dist/js/prettify.js [new file with mode: 0644]
dist/thymeleaf/404.html [new file with mode: 0644]
dist/thymeleaf/about.html [new file with mode: 0644]
dist/thymeleaf/agb.html [new file with mode: 0644]
dist/thymeleaf/blog.html [new file with mode: 0644]
dist/thymeleaf/blog/article.html [new file with mode: 0644]
dist/thymeleaf/blog/comments.html [new file with mode: 0644]
dist/thymeleaf/contact.html [new file with mode: 0644]
dist/thymeleaf/datenschutz.html [new file with mode: 0644]
dist/thymeleaf/error.html [new file with mode: 0644]
dist/thymeleaf/expertise.html [new file with mode: 0644]
dist/thymeleaf/google-analytics.html [new file with mode: 0644]
dist/thymeleaf/haftung-inhalte.html [new file with mode: 0644]
dist/thymeleaf/haftung-links.html [new file with mode: 0644]
dist/thymeleaf/impressum.html [new file with mode: 0644]
dist/thymeleaf/index.html [new file with mode: 0644]
dist/thymeleaf/projects.html [new file with mode: 0644]
dist/thymeleaf/projects/fix-swf.html [new file with mode: 0644]
dist/thymeleaf/projects/fix-swf/getting-started.html [new file with mode: 0644]
dist/thymeleaf/projects/fix-swf/overview.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/basis-layout.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/breadcrumb.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/druck-layout.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/fast-leer-kein-menü.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/fast-leer-mit-menü.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/formulare.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/kein-layout.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/phone.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/seitenaufteilung.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/seitenkopf.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/symbole.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/tablet.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/testlab.html [new file with mode: 0644]
dist/thymeleaf/projects/html-experimente/tiny.html [new file with mode: 0644]
dist/thymeleaf/projects/typo.html [new file with mode: 0644]
dist/thymeleaf/references.html [new file with mode: 0644]
dist/thymeleaf/templates/fragments.html [new file with mode: 0644]
dist/thymeleaf/templates/layout.html [new file with mode: 0644]
dist/thymeleaf/templates/testlab.html [new file with mode: 0644]
dist/thymeleaf/urheberrechte.html [new file with mode: 0644]
less/base.less [new file with mode: 0644]
less/base/404.less [new file with mode: 0644]
less/base/browserreset.less [new file with mode: 0644]
less/base/content.less [new file with mode: 0644]
less/base/fonts.less [new file with mode: 0644]
less/base/footer.less [new file with mode: 0644]
less/base/formulare.less [new file with mode: 0644]
less/base/head.less [new file with mode: 0644]
less/base/marginal.less [new file with mode: 0644]
less/base/navigation.less [new file with mode: 0644]
less/base/prettify.less [new file with mode: 0644]
less/base/typo.less [new file with mode: 0644]
less/base/util.less [new file with mode: 0644]
less/ie8.less [new file with mode: 0644]
less/phone/404.less [new file with mode: 0644]
less/phone/footer.less [new file with mode: 0644]
less/phone/head.less [new file with mode: 0644]
less/phone/layout.less [new file with mode: 0644]
less/phone/menu.less [new file with mode: 0644]
less/phone/packs.less [new file with mode: 0644]
less/phone/typo.less [new file with mode: 0644]
less/print.less [new file with mode: 0644]
less/print/head.less [new file with mode: 0644]
less/print/layout.less [new file with mode: 0644]
less/print/prettify.less [new file with mode: 0644]
less/print/typo.less [new file with mode: 0644]
less/screen.less [new file with mode: 0644]
less/screen/content.less [new file with mode: 0644]
less/screen/faux-column.less [new file with mode: 0644]
less/screen/footer-sticky.less [new file with mode: 0644]
less/screen/footer.less [new file with mode: 0644]
less/screen/head.less [new file with mode: 0644]
less/screen/layout.less [new file with mode: 0644]
less/screen/marginal.less [new file with mode: 0644]
less/screen/menu.less [new file with mode: 0644]
less/screen/onecolumn.less [new file with mode: 0644]
less/screen/packs.less [new file with mode: 0644]
less/screen/wip.less [new file with mode: 0644]
less/tablet/404.less [new file with mode: 0644]
less/tablet/footer.less [new file with mode: 0644]
less/tablet/head.less [new file with mode: 0644]
less/tablet/layout.less [new file with mode: 0644]
less/tablet/marginal.less [new file with mode: 0644]
less/tablet/menu.less [new file with mode: 0644]
less/tablet/typo.less [new file with mode: 0644]
less/tiny/404.less [new file with mode: 0644]
less/tiny/layout.less [new file with mode: 0644]
less/variables.less [new file with mode: 0644]
package.json [new file with mode: 0644]
pom.xml [deleted file]
src/main/resources/log4j.xml [deleted file]
src/main/resources/spring/mvc.xml [deleted file]
src/main/webapp/WEB-INF/404.jsp [deleted file]
src/main/webapp/WEB-INF/appengine-web.xml [deleted file]
src/main/webapp/WEB-INF/error.jsp [deleted file]
src/main/webapp/WEB-INF/web.xml [deleted file]
src/main/webapp/fonts/BPreplay Open Font License.txt [deleted file]
src/main/webapp/fonts/BPreplay-webfont.eot [deleted file]
src/main/webapp/fonts/BPreplay-webfont.svg [deleted file]
src/main/webapp/fonts/BPreplay-webfont.ttf [deleted file]
src/main/webapp/fonts/BPreplay-webfont.woff [deleted file]
src/main/webapp/fonts/BPreplayBold-webfont.eot [deleted file]
src/main/webapp/fonts/BPreplayBold-webfont.svg [deleted file]
src/main/webapp/fonts/BPreplayBold-webfont.ttf [deleted file]
src/main/webapp/fonts/BPreplayBold-webfont.woff [deleted file]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot [deleted file]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg [deleted file]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf [deleted file]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff [deleted file]
src/main/webapp/fonts/BPreplayItalics-webfont.eot [deleted file]
src/main/webapp/fonts/BPreplayItalics-webfont.svg [deleted file]
src/main/webapp/fonts/BPreplayItalics-webfont.ttf [deleted file]
src/main/webapp/fonts/BPreplayItalics-webfont.woff [deleted file]
src/main/webapp/fonts/Droid-Serif-fontfacekit.zip [deleted file]
src/main/webapp/fonts/DroidSerif-Bold-webfont.eot [deleted file]
src/main/webapp/fonts/DroidSerif-Bold-webfont.svg [deleted file]
src/main/webapp/fonts/DroidSerif-Bold-webfont.ttf [deleted file]
src/main/webapp/fonts/DroidSerif-Bold-webfont.woff [deleted file]
src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.eot [deleted file]
src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.svg [deleted file]
src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.ttf [deleted file]
src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.woff [deleted file]
src/main/webapp/fonts/DroidSerif-Italic-webfont.eot [deleted file]
src/main/webapp/fonts/DroidSerif-Italic-webfont.svg [deleted file]
src/main/webapp/fonts/DroidSerif-Italic-webfont.ttf [deleted file]
src/main/webapp/fonts/DroidSerif-Italic-webfont.woff [deleted file]
src/main/webapp/fonts/DroidSerif-Regular-webfont.eot [deleted file]
src/main/webapp/fonts/DroidSerif-Regular-webfont.svg [deleted file]
src/main/webapp/fonts/DroidSerif-Regular-webfont.ttf [deleted file]
src/main/webapp/fonts/DroidSerif-Regular-webfont.woff [deleted file]
src/main/webapp/fonts/symbols.eot [deleted file]
src/main/webapp/fonts/symbols.svg [deleted file]
src/main/webapp/fonts/symbols.ttf [deleted file]
src/main/webapp/fonts/symbols.woff [deleted file]
src/main/webapp/img/comming-soon.png [deleted file]
src/main/webapp/img/kai-moritz.jpg [deleted file]
src/main/webapp/img/wip.gif [deleted file]
src/main/webapp/js/base.js [deleted symlink]
src/main/webapp/js/html5shiv.js [deleted file]
src/main/webapp/js/ie6.js [deleted symlink]
src/main/webapp/js/ie7.js [deleted symlink]
src/main/webapp/js/ie8.js [deleted symlink]
src/main/webapp/js/less-1.7.0.min.js [deleted file]
src/main/webapp/js/prettify.js [deleted file]
src/main/webapp/less/all.less [deleted file]
src/main/webapp/less/base.less [deleted file]
src/main/webapp/less/base/404.less [deleted file]
src/main/webapp/less/base/browserreset.less [deleted file]
src/main/webapp/less/base/content.less [deleted file]
src/main/webapp/less/base/fonts.less [deleted file]
src/main/webapp/less/base/footer.less [deleted file]
src/main/webapp/less/base/formulare.less [deleted file]
src/main/webapp/less/base/head.less [deleted file]
src/main/webapp/less/base/marginal.less [deleted file]
src/main/webapp/less/base/navigation.less [deleted file]
src/main/webapp/less/base/prettify.less [deleted file]
src/main/webapp/less/base/typo.less [deleted file]
src/main/webapp/less/base/util.less [deleted file]
src/main/webapp/less/ie8.less [deleted file]
src/main/webapp/less/phone/404.less [deleted file]
src/main/webapp/less/phone/footer.less [deleted file]
src/main/webapp/less/phone/head.less [deleted file]
src/main/webapp/less/phone/layout.less [deleted file]
src/main/webapp/less/phone/menu.less [deleted file]
src/main/webapp/less/phone/packs.less [deleted file]
src/main/webapp/less/phone/typo.less [deleted file]
src/main/webapp/less/print.less [deleted file]
src/main/webapp/less/print/head.less [deleted file]
src/main/webapp/less/print/layout.less [deleted file]
src/main/webapp/less/print/prettify.less [deleted file]
src/main/webapp/less/print/typo.less [deleted file]
src/main/webapp/less/screen.less [deleted file]
src/main/webapp/less/screen/content.less [deleted file]
src/main/webapp/less/screen/faux-column.less [deleted file]
src/main/webapp/less/screen/footer-sticky.less [deleted file]
src/main/webapp/less/screen/footer.less [deleted file]
src/main/webapp/less/screen/head.less [deleted file]
src/main/webapp/less/screen/layout.less [deleted file]
src/main/webapp/less/screen/marginal.less [deleted file]
src/main/webapp/less/screen/menu.less [deleted file]
src/main/webapp/less/screen/onecolumn.less [deleted file]
src/main/webapp/less/screen/packs.less [deleted file]
src/main/webapp/less/screen/wip.less [deleted file]
src/main/webapp/less/tablet/404.less [deleted file]
src/main/webapp/less/tablet/footer.less [deleted file]
src/main/webapp/less/tablet/head.less [deleted file]
src/main/webapp/less/tablet/layout.less [deleted file]
src/main/webapp/less/tablet/marginal.less [deleted file]
src/main/webapp/less/tablet/menu.less [deleted file]
src/main/webapp/less/tablet/typo.less [deleted file]
src/main/webapp/less/tiny/404.less [deleted file]
src/main/webapp/less/tiny/layout.less [deleted file]
src/main/webapp/less/variables.less [deleted file]
src/main/webapp/thymeleaf/404.html [deleted file]
src/main/webapp/thymeleaf/about.html [deleted file]
src/main/webapp/thymeleaf/agb.html [deleted file]
src/main/webapp/thymeleaf/blog.html [deleted file]
src/main/webapp/thymeleaf/blog/article.html [deleted file]
src/main/webapp/thymeleaf/blog/comments.html [deleted file]
src/main/webapp/thymeleaf/contact.html [deleted file]
src/main/webapp/thymeleaf/datenschutz.html [deleted file]
src/main/webapp/thymeleaf/error.html [deleted file]
src/main/webapp/thymeleaf/expertise.html [deleted file]
src/main/webapp/thymeleaf/google-analytics.html [deleted file]
src/main/webapp/thymeleaf/haftung-inhalte.html [deleted file]
src/main/webapp/thymeleaf/haftung-links.html [deleted file]
src/main/webapp/thymeleaf/impressum.html [deleted file]
src/main/webapp/thymeleaf/index.html [deleted file]
src/main/webapp/thymeleaf/projects.html [deleted file]
src/main/webapp/thymeleaf/projects/fix-swf.html [deleted file]
src/main/webapp/thymeleaf/projects/fix-swf/getting-started.html [deleted file]
src/main/webapp/thymeleaf/projects/fix-swf/overview.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/basis-layout.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/breadcrumb.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/druck-layout.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/formulare.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/kein-layout.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/phone.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/seitenaufteilung.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/seitenkopf.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/symbole.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/tablet.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/testlab.html [deleted file]
src/main/webapp/thymeleaf/projects/html-experimente/tiny.html [deleted file]
src/main/webapp/thymeleaf/projects/typo.html [deleted file]
src/main/webapp/thymeleaf/references.html [deleted file]
src/main/webapp/thymeleaf/templates/fragments.html [deleted file]
src/main/webapp/thymeleaf/templates/layout.html [deleted file]
src/main/webapp/thymeleaf/templates/testlab.html [deleted file]
src/main/webapp/thymeleaf/urheberrechte.html [deleted file]

index eb5a316..cae7fa6 100644 (file)
@@ -1 +1,2 @@
-target
+node_modules
+dist/css
diff --git a/Gruntfile.js b/Gruntfile.js
new file mode 100644 (file)
index 0000000..2d42508
--- /dev/null
@@ -0,0 +1,122 @@
+module.exports = function (grunt) {
+  'use strict';
+
+  grunt.loadNpmTasks('grunt-contrib-clean');
+  grunt.loadNpmTasks('grunt-contrib-cssmin');
+  grunt.loadNpmTasks('grunt-contrib-less');
+  grunt.loadNpmTasks('grunt-contrib-watch');
+  grunt.loadNpmTasks('grunt-newer');
+
+  grunt.initConfig({
+
+    clean: {
+      css: [ 'dist/css' ]
+    },
+
+    less: {
+      base: {
+        options: {
+          strictMath: true,
+          sourceMap: true,
+          outputSourceFiles: true,
+          sourceMapURL: 'base.css.map',
+          sourceMapFilename: 'dist/css/base.css.map'
+        },
+        src: 'less/base.less',
+        dest: 'dist/css/base.css'
+      },
+      screen: {
+        options: {
+          strictMath: true,
+          sourceMap: true,
+          outputSourceFiles: true,
+          sourceMapURL: 'screen.css.map',
+          sourceMapFilename: 'dist/css/screen.css.map'
+        },
+        src: 'less/screen.less',
+        dest: 'dist/css/screen.css'
+      },
+      print: {
+        options: {
+          strictMath: true,
+          sourceMap: true,
+          outputSourceFiles: true,
+          sourceMapURL: 'print.css.map',
+          sourceMapFilename: 'dist/css/print.css.map'
+        },
+        src: 'less/print.less',
+        dest: 'dist/css/print.css'
+      },
+      ie8: {
+        options: {
+          strictMath: true,
+          sourceMap: true,
+          outputSourceFiles: true,
+          sourceMapURL: 'ie8.css.map',
+          sourceMapFilename: 'dist/css/ie8.css.map'
+        },
+        src: 'less/ie8.less',
+        dest: 'dist/css/ie8.css'
+      }
+    },
+
+    cssmin: {
+      options: {
+        compatibility: 'ie8',
+        sourceMap: true,
+        advanced: false
+      },
+      base: {
+        src: 'dist/css/base.css',
+        dest: 'dist/css/base.min.css'
+      },
+      screen: {
+        src: 'dist/css/screen.css',
+        dest: 'dist/css/screen.min.css'
+      },
+      print: {
+        src: 'dist/css/print.css',
+        dest: 'dist/css/print.min.css'
+      },
+      ie8: {
+        src: 'dist/css/ie8.css',
+        dest: 'dist/css/ie8.min.css'
+      }
+    },
+
+    watch: {
+      css: {
+        files: [ 'less/**/*.less' ],
+        tasks: 'css'
+      }
+    }
+
+  })
+
+
+  // Task to build and minify the CSS
+  grunt.registerTask('css', [ 'less', 'newer:cssmin' ]);
+
+  // Task to build the distribution
+  grunt.registerTask('dist', [ 'css' ]);
+
+
+  // Task to start a local http-server for development
+  grunt.registerTask('http-server', function() {
+
+    grunt.util.spawn({
+      cmd: 'node_modules/http-server/bin/http-server',
+      args: [ 'dist' ],
+      opts: { stdio: 'inherit' }
+    });
+
+  });
+
+  // Task to start development-environment
+  grunt.registerTask('devel', [ 'dist', 'http-server', 'watch' ]);
+
+
+  // Default task.
+  grunt.registerTask('default', [ 'dist' ]);
+
+}
diff --git a/dist/fonts/BPreplay Open Font License.txt b/dist/fonts/BPreplay Open Font License.txt
new file mode 100644 (file)
index 0000000..c5d0603
--- /dev/null
@@ -0,0 +1,95 @@
+Copyright (c) 2004, George Triantafyllakos (http://www.backpacker.gr),
+with BPreplay.
+Copyright (c) 2004, Magenta (http://www.magenta.gr).
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file
diff --git a/dist/fonts/BPreplay-webfont.eot b/dist/fonts/BPreplay-webfont.eot
new file mode 100644 (file)
index 0000000..abc9b26
Binary files /dev/null and b/dist/fonts/BPreplay-webfont.eot differ
diff --git a/dist/fonts/BPreplay-webfont.svg b/dist/fonts/BPreplay-webfont.svg
new file mode 100644 (file)
index 0000000..4893e75
--- /dev/null
@@ -0,0 +1,333 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
+Designer    : MagentaGeorge Triantafyllakos
+Foundry     : MagentaGeorge Triantafyllakos
+Foundry URL : httpwwwmagentagr
+</metadata>
+<defs>
+<font id="BPreplayRegular" horiz-adv-x="1280" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="638" />
+<glyph unicode=" "  horiz-adv-x="638" />
+<glyph unicode="&#x09;" horiz-adv-x="638" />
+<glyph unicode="&#xa0;" horiz-adv-x="638" />
+<glyph unicode="!" horiz-adv-x="466" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM25 371v1114q0 88 75 88q74 0 74 -88v-1114q0 -76 -76 -76q-73 0 -73 76z" />
+<glyph unicode="&#x22;" horiz-adv-x="694" d="M0 1186v301q0 88 76 88q74 0 74 -88v-301q0 -80 -76 -80q-74 0 -74 80zM285 1186v301q0 88 77.5 88t77.5 -88v-301q0 -80 -80 -80q-75 0 -75 80z" />
+<glyph unicode="#" horiz-adv-x="1353" d="M0 526q0 35 27.5 52.5t60.5 17.5h164l51 332h-151q-78 0 -78 69q0 63 78 64h167l58 434q8 76 65 76q29 0 50.5 -20.5t21.5 -47.5v-8l-61 -434h286l62 434q10 78 65 78q29 0 48.5 -19.5t19.5 -48.5v-10l-57 -434h143q33 0 56.5 -16.5t23.5 -49.5q0 -68 -90 -67h-150 l-51 -332h147q74 0 74 -70q0 -33 -25.5 -51t-56.5 -18h-155l-56 -357q-14 -100 -88 -100q-49 0 -49 55q0 2 1 9.5t1 11.5l55 381h-288l-52 -357q-14 -100 -88 -100q-51 0 -51 55q0 2 1 10.5t1 10.5l56 381h-142q-94 -1 -94 69zM385 596h289l49 332h-287z" />
+<glyph unicode="$" horiz-adv-x="1153" d="M0 1163q0 160 114.5 275.5t272.5 138.5v78q0 66 43 65.5t43 -61.5v-82q94 -2 213 -53t119 -129q0 -72 -70 -72q-23 0 -113 50t-149 54v-516q186 -61 306 -179t120 -288q0 -178 -127 -311t-299 -133q0 -49 2 -100q0 -55 -43 -56q-47 0 -49 62l4 94q-109 8 -227.5 51 t-118.5 109q0 37 20.5 60.5t53 23.5t126 -45t146.5 -49v612q-166 43 -276.5 146t-110.5 255zM168 1190q0 -90 64.5 -154.5t154.5 -91.5v483q-98 -18 -158.5 -84.5t-60.5 -152.5zM473 141q109 20 182.5 102.5t73.5 190.5q0 209 -256 295v-588z" />
+<glyph unicode="%" horiz-adv-x="1691" d="M0 1204q0 160 93 263.5t249 103.5q154 0 247 -110.5t93 -268.5q0 -160 -92 -268.5t-248 -108.5q-154 0 -248 114.5t-94 274.5zM139 1196q0 -104 53.5 -184t149.5 -80q98 0 153.5 75.5t55.5 182.5q0 111 -57.5 187.5t-151.5 76.5q-96 0 -149.5 -77t-53.5 -181zM369 39 q0 18 6 33l557 1429q25 61 80 62q27 0 44 -19.5t17 -46.5t-12 -53l-572 -1444q-10 -31 -65 -31q-23 0 -39 19.5t-16 50.5zM758 385q0 160 94 265.5t252 105.5q152 0 243 -114t91 -271q0 -160 -89 -265.5t-245 -105.5q-158 0 -252 111.5t-94 273.5zM897 379 q0 -109 53.5 -186.5t153.5 -77.5q98 0 151.5 74.5t53.5 179t-55.5 187.5t-149.5 83q-96 0 -151.5 -78t-55.5 -182z" />
+<glyph unicode="&#x26;" horiz-adv-x="1544" d="M0 426q0 287 360 518q-150 156 -149 309q0 147 94 232.5t219 85.5q121 0 206 -81t85 -233q0 -170 -217 -346l385 -438l123 205q45 80 102 80q31 0 50.5 -18.5t19.5 -47.5q0 -47 -31 -96l-166 -250l191 -209q18 -23 18 -49q0 -35 -23.5 -61.5t-54.5 -26.5q-35 0 -57 20 l-188 201q-176 -264 -455 -264q-236 0 -374 132t-138 337zM150 424q0 -135 111.5 -228.5t252.5 -93.5q227 0 371 236l-441 489q-294 -194 -294 -403zM367 1282q0 -139 137 -264q166 127 166 258q0 78 -44 118t-105.5 40t-107.5 -40t-46 -112z" />
+<glyph unicode="'" horiz-adv-x="559" d="M0 1161q0 16 4 29l125 309q31 76 92 76q33 0 58.5 -24.5t25.5 -59.5q0 -18 -10 -43l-133 -301q-25 -55 -80 -55q-31 0 -56.5 20t-25.5 49z" />
+<glyph unicode="(" horiz-adv-x="624" d="M0 721q0 487 291 805q29 23 57.5 22.5t48 -20t19.5 -45.5q0 -29 -25 -58q-248 -293 -248 -714q0 -211 61.5 -411t192.5 -335q18 -27 18.5 -55.5t-18 -47t-47.5 -18.5q-35 0 -63 29q-145 145 -216 375.5t-71 472.5z" />
+<glyph unicode=")" horiz-adv-x="624" d="M-2 -90q0 29 18 55q131 135 192.5 335t61.5 411q0 422 -247 714q-25 29 -25 58q0 27 19.5 46t48 19t57.5 -22q291 -317 291 -805q0 -242 -71 -472.5t-216 -375.5q-29 -29 -64 -29q-29 0 -47 18.5t-18 47.5z" />
+<glyph unicode="*" d="M276 997q0 27 23 50l211 110l-207 111q-27 25 -27 53q0 23 18.5 41t43.5 18q6 0 22 -4l205 -133l-12 240q12 57 61 57q47 0 62 -51l-14 -246l194 125q16 10 37 10q23 0 41 -17.5t18 -41.5q0 -31 -30 -55l-213 -107l209 -102q35 -18 34 -56q0 -25 -17 -42t-44 -17 q-14 0 -31 6l-198 119l14 -219q0 -33 -18.5 -50.5t-43.5 -17.5q-23 0 -41 16.5t-20 45.5l10 225l-198 -123q-16 -4 -27 -4q-25 0 -43.5 17t-18.5 42z" />
+<glyph unicode="+" d="M51 561q0 84 92 84h373v375q0 41 22.5 64.5t61.5 23.5q35 0 59.5 -25.5t24.5 -62.5v-375h373q47 0 73.5 -22.5t26.5 -59.5q0 -90 -100 -90h-373v-387q0 -35 -23.5 -60.5t-58.5 -25.5q-39 0 -62.5 23.5t-23.5 62.5v387h-373q-92 0 -92 88z" />
+<glyph unicode="," horiz-adv-x="557" d="M0 -205q0 12 6 27l137 334q29 66 84 65q31 0 53.5 -20.5t22.5 -48.5q0 -8 -4 -21l-156 -360q-20 -51 -67 -52q-29 0 -52.5 22.5t-23.5 53.5z" />
+<glyph unicode="-" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
+<glyph unicode="." horiz-adv-x="468" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode="/" d="M266 39q0 18 6 33l557 1429q25 61 80 62q27 0 44.5 -19.5t17.5 -46.5t-13 -53l-571 -1444q-10 -31 -65 -31q-23 0 -39.5 19.5t-16.5 50.5z" />
+<glyph unicode="0" horiz-adv-x="1214" d="M2 768q0 133 27.5 266t83 258t158 202t235.5 77h8q133 0 234.5 -76t155.5 -200t81 -256t27 -267q0 -131 -28 -263t-84 -256t-157.5 -201t-232.5 -77q-137 0 -240.5 74t-159 196t-82 254t-26.5 269zM172 764q0 -100 19.5 -204.5t57.5 -203t105.5 -161t155.5 -62.5 t155.5 65.5t104.5 166t54.5 202t17.5 193.5q0 106 -17.5 213.5t-54.5 208t-103.5 164t-154.5 63.5q-94 0 -165 -66.5t-106.5 -171t-52 -207t-16.5 -200.5z" />
+<glyph unicode="1" horiz-adv-x="757" d="M-4 1348q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -105v-1286q0 -39 -22.5 -63.5t-59.5 -24.5q-39 0 -61.5 24.5t-22.5 63.5v1253l-201 -57q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5z" />
+<glyph unicode="2" horiz-adv-x="1077" d="M-4 1143q0 188 133 305t307 117q168 0 297 -108.5t129 -276.5q0 -197 -145 -389l-484 -635h576q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -113 74q0 37 31 76l557 757q90 123 90 258q0 109 -79.5 175.5t-186.5 66.5q-109 0 -186.5 -72.5t-77.5 -201.5q0 -35 -21.5 -67 t-60.5 -32t-62.5 34t-23.5 75z" />
+<glyph unicode="3" horiz-adv-x="1071" d="M-25 305q0 39 20.5 60.5t49.5 21.5q53 0 76 -53q84 -195 268 -195q123 0 210 77t87 214q0 109 -62.5 195t-177.5 104q-25 4 -118 4q-94 2 -94.5 76t92.5 74q96 0 116 4q86 16 134.5 98t48.5 178q0 115 -65.5 184.5t-182.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5 q0 -102 -78 -102q-88 0 -88 109q0 135 113.5 243.5t277.5 108.5q182 0 294 -117t112 -287q0 -195 -170 -340q115 -72 173 -178t58 -223q0 -182 -127 -316.5t-336 -134.5q-117 0 -213 52.5t-151 132.5q-52 73 -52 145z" />
+<glyph unicode="4" horiz-adv-x="1234" d="M-4 483q0 43 27 78l534 862q59 96 158 97q57 0 94 -40t37 -108v-829h98q76 0 76 -82q0 -72 -68 -72h-106v-293q0 -96 -78 -96q-80 0 -80 96v291h-584q-51 0 -79.5 27.5t-28.5 68.5zM188 543h500v805z" />
+<glyph unicode="5" horiz-adv-x="1116" d="M-14 233q0 35 19.5 54.5t45.5 19.5q39 0 64 -35q49 -63 135 -103t170 -40q143 0 237.5 104.5t94.5 239.5q0 139 -89.5 242.5t-248.5 103.5q-57 0 -115.5 -17.5t-87.5 -17.5q-84 0 -84 76q0 18 104 574q14 82 117 82h438q35 0 55.5 -26t20.5 -63q0 -78 -76 -77h-421 l-68 -396q68 16 156 17q219 0 340.5 -141.5t121.5 -337.5q0 -207 -133 -362t-372 -155q-170 0 -297 85t-127 173z" />
+<glyph unicode="6" horiz-adv-x="1110" d="M2 522q0 268 145.5 516t372.5 453q33 31 70 31t61.5 -21.5t24.5 -60.5q0 -27 -23 -49q-127 -119 -242.5 -267.5t-166.5 -253.5q92 109 280 109q170 0 291 -137t121 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM162 492q0 -145 85 -255t226 -110 q141 10 224 116.5t83 245.5q0 137 -83 237.5t-236 100.5q-145 0 -222 -99t-77 -236z" />
+<glyph unicode="7" horiz-adv-x="1110" d="M-4 1436q0 82 94 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 11 49l520 1223h-625q-94 0 -94 84z" />
+<glyph unicode="8" horiz-adv-x="1103" d="M-4 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 118 268.5t284 108.5q168 0 279.5 -105.5t111.5 -271.5q0 -199 -199 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-321 -136.5q-205 0 -333 132t-128 337zM168 451q0 -133 80 -223.5t209 -90.5 q125 0 202.5 90t77.5 219q0 131 -81 221.5t-199 90.5q-125 0 -207 -91t-82 -216zM217 1173.5q0 -108.5 66.5 -185.5t173.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-158 63t-163 -63.5t-70.5 -172z" />
+<glyph unicode="9" horiz-adv-x="1124" d="M-6 1059q0 209 127 359.5t356 150.5q217 0 347 -159t130 -402q0 -154 -43 -309.5t-171 -352t-330 -360.5q-27 -23 -64 -23q-31 0 -51.5 18.5t-20.5 47.5q0 45 39 80q139 121 258 272t154 248q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM156 1049q0 -164 93 -260.5 t224 -96.5q141 0 233.5 90t92.5 262q0 145 -84 256t-244 111q-152 0 -233.5 -111.5t-81.5 -250.5z" />
+<glyph unicode=":" horiz-adv-x="464" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM0 819q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode=";" horiz-adv-x="557" d="M0 -205q0 -31 23.5 -53.5t52.5 -22.5q47 0 67 52l156 360q4 12 4 21q0 29 -22.5 49t-53.5 20q-55 0 -84 -65l-137 -334q-6 -15 -6 -27zM102 819q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1331" d="M39 571q0 57 72 93l931 434q41 16 70 16q27 0 45.5 -18.5t18.5 -46.5q0 -51 -68 -84l-844 -406l828 -401q78 -37 77 -88q0 -31 -18 -49.5t-51 -18.5q-31 0 -80 23l-909 452q-72 35 -72 94z" />
+<glyph unicode="=" d="M53 377q0 76 74 76h963q76 0 75 -74q0 -76 -75 -76h-963q-74 0 -74 74zM53 805q0 72 74 72h963q76 0 75 -78q0 -72 -75 -72h-963q-74 0 -74 78z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1331" d="M39 1049q0 29 18.5 47t44.5 18q29 0 70 -16l932 -434q72 -35 72 -93q0 -59 -72 -94l-909 -452q-49 -23 -80 -23q-33 0 -51.5 18.5t-18.5 49.5q0 51 78 88l827 401l-844 406q-67 33 -67 84z" />
+<glyph unicode="?" horiz-adv-x="1017" d="M55 1188q0 154 110.5 244t252.5 90q150 0 254 -97.5t104 -269.5q0 -96 -40 -199.5t-113.5 -204t-135 -171t-145.5 -154.5q-31 -27 -59 -27q-33 0 -53.5 20.5t-20.5 55.5q0 31 45 76q111 113 177.5 189.5t126.5 193.5t60 219q0 104 -62 159.5t-148 55.5q-78 0 -136.5 -53 t-66.5 -133q-4 -41 -25.5 -64.5t-50.5 -23.5q-31 0 -52.5 24.5t-21.5 69.5zM205 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode="@" horiz-adv-x="1798" d="M35 739q0 369 207 604.5t565 235.5q307 0 497.5 -179t190.5 -495q0 -233 -85 -388t-218 -155q-111 0 -205 117q-104 -115 -237 -114q-166 0 -255 116.5t-89 280.5q0 172 95 299t263 127q109 0 199 -90q10 88 67 88q70 0 70 -99v-423q0 -164 86 -164q78 0 125 100t47 295 q0 250 -155.5 399.5t-397.5 149.5q-293 0 -460 -195.5t-167 -505.5q0 -285 173 -459.5t429 -174.5q340 0 498 176q39 41 76 41q25 0 41 -14.5t16 -39.5q0 -43 -27 -71q-106 -119 -274 -173.5t-340 -54.5q-311 0 -523 210t-212 556zM551 762q0 -104 55.5 -180t159.5 -76 q121 0 184 104v357q-76 82 -162 82q-109 0 -173 -86t-64 -201z" />
+<glyph unicode="A" horiz-adv-x="1388" d="M0 72q0 16 8 41l463 1310q33 92 119 92.5t119 -92.5l479 -1310q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-107 262h-704l-84 -233q-29 -78 -92 -78q-66 0 -66 72zM285 467h606l-299 840z" />
+<glyph unicode="B" horiz-adv-x="1241" d="M0 100v1317q0 98 84 99h395q70 0 141.5 -20.5t140 -60.5t111.5 -114t43 -166q0 -111 -65.5 -202t-165.5 -122q141 -23 245.5 -139.5t104.5 -265.5q0 -184 -128 -305t-306 -121h-481q-68 0 -90 16q-29 18 -29 84zM152 150h387q139 0 232 72.5t93 201.5q0 147 -117.5 232 t-279.5 85h-315v-591zM152 881h266q133 0 235.5 61.5t102.5 181.5q0 109 -87 175.5t-202 66.5h-315v-485z" />
+<glyph unicode="C" horiz-adv-x="1449" d="M-2 764q0 154 46 296t132 257t224.5 184.5t308.5 69.5q252 0 432 -168q39 -33 39 -74q0 -37 -21.5 -59.5t-52.5 -22.5q-39 0 -64 25q-133 133 -340 133q-172 0 -297.5 -93t-183 -232.5t-57.5 -301.5q0 -258 144.5 -450.5t396.5 -192.5q195 0 335 141q23 23 52 23 q74 0 73 -76q0 -47 -30 -76q-195 -170 -439 -170q-168 0 -304 67t-221 179.5t-129 250.5t-44 290z" />
+<glyph unicode="D" horiz-adv-x="1349" d="M0 84v1333q0 98 119 99h405q193 0 335 -115t209 -285t67 -364q0 -301 -181.5 -526.5t-470.5 -225.5h-397q-51 0 -68.5 16.5t-17.5 67.5zM152 150h321q231 0 365.5 179t134.5 423q0 162 -51.5 298t-161 226t-258.5 90h-350v-1216z" />
+<glyph unicode="E" horiz-adv-x="1007" d="M0 92v1331q0 92 84 93h623q76 0 75 -76q0 -74 -75 -74h-557v-504h458q76 0 76 -78q0 -72 -76 -71h-458v-563h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
+<glyph unicode="F" horiz-adv-x="927" d="M0 61v1356q0 98 84 99h604q76 0 76 -76q0 -74 -76 -74h-536v-541h405q76 0 76 -77q0 -74 -76 -74h-405v-613q0 -61 -78 -61q-74 0 -74 61z" />
+<glyph unicode="G" horiz-adv-x="1470" d="M0 782q0 164 44 307.5t129 254t219 174t304 63.5q117 0 243 -48t214 -140q35 -35 35 -68t-21.5 -59.5t-58.5 -26.5q-35 0 -72 33q-160 145 -348 145q-252 0 -386 -174t-134 -459q0 -162 54 -306t173 -243.5t281 -99.5q209 0 329.5 158t120.5 393q0 29 -8 31h-420 q-90 0 -90 74q0 76 97 75h444q80 0 105.5 -48t25.5 -134q0 -299 -169 -503t-443 -204q-162 0 -293 71t-211 187.5t-122 256.5t-42 290z" />
+<glyph unicode="H" horiz-adv-x="1386" d="M0 74v1370q0 76 74 76q76 0 76 -76v-598h845v598q0 76 74 76q78 0 78 -76v-1370q0 -74 -78 -74q-74 0 -74 74v620h-845v-620q0 -74 -74 -74q-76 0 -76 74z" />
+<glyph unicode="I" horiz-adv-x="391" d="M0 76v1368q0 76 74 76q76 0 76 -76v-1368q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph unicode="J" horiz-adv-x="882" d="M0 133q0 78 70 78q16 0 85.5 -47t149.5 -47q88 0 137.5 50t49.5 138v1139q0 76 75 76q78 0 78 -76v-1139q0 -152 -95 -242t-247 -90q-164 0 -278 103q-25 22 -25 57z" />
+<glyph unicode="K" horiz-adv-x="1214" d="M0 66v1390q0 63 74 64q78 0 78 -64v-747l714 788q16 18 47 19q33 0 58.5 -26t25.5 -56q0 -29 -20 -48l-440 -481l475 -772q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-465 760l-274 -289v-438q0 -66 -74 -66q-78 0 -78 66z" />
+<glyph unicode="L" horiz-adv-x="1052" d="M0 117v1327q0 76 74 76q76 0 76 -76v-1294h657q76 0 76 -74q0 -76 -76 -76h-707q-100 0 -100 117z" />
+<glyph unicode="M" horiz-adv-x="1859" d="M0 72q0 16 2 24l203 1274q25 154 131 154q104 0 143 -138l336 -1116l344 1116q41 133 147.5 133.5t127.5 -149.5l190 -1278q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-70 0 -82 82l-174 1243l-399 -1239q-27 -88 -84 -88t-84 88l-385 1241l-188 -1243 q-12 -84 -82 -84q-72 0 -72 70z" />
+<glyph unicode="N" horiz-adv-x="1368" d="M0 78v1352q0 90 74 90q57 0 106 -74l799 -1176v1170q0 78 74 78q76 0 75 -78v-1350q0 -90 -73 -90q-59 0 -103 61l-802 1172v-1155q0 -78 -74 -78q-76 0 -76 78z" />
+<glyph unicode="O" horiz-adv-x="1529" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM158 780q0 -170 54 -315.5t170 -241.5t273 -96q160 0 277 94t169 234.5t52 308.5 q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5z" />
+<glyph unicode="P" horiz-adv-x="1241" d="M0 76v1360q0 82 84 82h434q213 0 357.5 -130.5t144.5 -334.5q0 -193 -143.5 -325t-346.5 -132h-380v-520q0 -76 -74 -76q-76 0 -76 76zM150 745h372q145 0 243.5 85t98.5 225q0 145 -103.5 229t-271.5 84h-339v-623z" />
+<glyph unicode="Q" horiz-adv-x="1552" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -274 -129 -487q16 -18 139 -154q23 -27 23 -55.5t-18.5 -50t-51.5 -21.5q-29 0 -47 18l-142 144q-193 -184 -436 -184q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM160 780 q0 -170 54 -315.5t170 -241.5t273 -96q199 0 340 141l-114 107q-29 29 -29 59q0 37 24.5 62.5t57.5 25.5q31 0 53 -22l98 -99q68 147 68 363q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5z" />
+<glyph unicode="R" horiz-adv-x="1259" d="M0 92v1344q0 82 117 82h471q217 0 342 -127t125 -299q0 -133 -81 -243t-235 -151l287 -561q18 -37 18 -71q0 -68 -65 -68q-49 0 -70 41l-329 627h-430v-574q0 -92 -74 -92q-76 0 -76 92zM150 815h454q141 0 218 79t77 191.5t-79 197.5t-216 85h-454v-553z" />
+<glyph unicode="S" horiz-adv-x="1122" d="M0 168q0 70 70 70q35 0 71 -25q127 -78 272.5 -78t237.5 67.5t92 207.5q0 43 -22.5 81.5t-74.5 76.5t-92 61.5t-118 64.5q-104 55 -155.5 85t-127 87.5t-109.5 121t-34 138.5q0 195 131 309.5t330 114.5q174 0 348 -94q57 -33 58 -94q0 -33 -20.5 -56.5t-51.5 -23.5 q-20 0 -78 37q-115 72 -289 72q-104 0 -182 -75t-78 -181q0 -27 8.5 -51.5t32 -50t40.5 -42t60 -42t62.5 -37t74 -40t72.5 -38.5q70 -39 94.5 -52.5t84 -50.5t84 -63.5t58.5 -66.5t47 -85t13 -96q0 -213 -140 -329t-361 -116q-195 0 -353 103q-55 37 -55 90z" />
+<glyph unicode="T" horiz-adv-x="1087" d="M0 1442q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-1282q0 -86 -74 -86q-78 0 -78 86v1282h-301q-82 0 -82 74z" />
+<glyph unicode="U" horiz-adv-x="1396" d="M0 584v846q0 88 84 88q82 0 82 -88v-830q0 -457 426 -457q190 0 296.5 102.5t106.5 354.5v830q0 88 84 88t84 -88v-846q0 -164 -47 -285t-131 -189.5t-186.5 -100.5t-225.5 -32q-258 0 -415.5 145t-157.5 462z" />
+<glyph unicode="V" horiz-adv-x="1351" d="M0 1448q0 74 78 74q57 0 80 -62l422 -1206l417 1206q23 59 72 60q33 0 61.5 -26t28.5 -58q0 -12 -6 -25l-457 -1284q-47 -127 -116 -127q-63 0 -105 109l-469 1302q-6 19 -6 37z" />
+<glyph unicode="W" horiz-adv-x="1853" d="M0 1444q0 35 22.5 55.5t55.5 20.5q68 0 80 -76l211 -1239l348 1237q23 78 108 78q84 0 107 -78l338 -1235l205 1233q12 84 84 84q33 0 56 -22.5t23 -57.5q0 -12 -2 -19l-237 -1321q-8 -47 -45 -75.5t-84 -28.5q-98 0 -125 94l-324 1186l-321 -1153q-18 -66 -55 -98.5 t-80 -32.5q-45 0 -82 32.5t-47 88.5l-234 1308q-2 7 -2 19z" />
+<glyph unicode="X" horiz-adv-x="1355" d="M0 57q0 33 25 70l454 707l-401 565q-18 27 -19 51q0 31 20.5 50.5t51.5 19.5q41 0 68 -37l374 -514l330 512q25 37 64 37q29 0 51 -21.5t22 -52.5q0 -25 -16 -47l-369 -545l480 -721q29 -45 28 -76q0 -57 -59 -57q-45 0 -78 45l-461 670l-428 -668q-31 -47 -78 -47 q-59 0 -59 59z" />
+<glyph unicode="Y" horiz-adv-x="1163" d="M0 1448q0 72 68 72q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -66q0 -20 -12 -43l-412 -698v-625q0 -88 -76 -88q-78 0 -78 88v625l-389 682q-14 26 -14 53z" />
+<glyph unicode="Z" horiz-adv-x="1228" d="M0 86q0 45 23 80l796 1202h-713q-78 0 -77 74q0 76 77 76h824q102 0 102 -66q0 -37 -41 -100l-796 -1202h784q80 0 80 -72q0 -78 -80 -78h-907q-72 0 -72 86z" />
+<glyph unicode="[" horiz-adv-x="552" d="M0 -27v1479q0 100 84 100h149q66 0 66 -73q0 -61 -63 -62h-86v-1413h86q63 0 63 -61q0 -70 -66 -70h-149q-84 0 -84 100z" />
+<glyph unicode="\" horiz-adv-x="970" d="M0 1483q0 31 22.5 48t57.5 17q29 0 43 -18.5t33 -61.5l557 -1396q4 -12 4 -23q0 -27 -19.5 -45t-48.5 -18q-59 0 -88 69l-555 1397q-6 15 -6 31z" />
+<glyph unicode="]" horiz-adv-x="552" d="M0 -51q0 55 53 55h97v1399q-6 0 -35 -1t-52 -1q-63 0 -63 65q0 70 63 70h154q82 0 82 -100v-1463q0 -100 -82 -100h-154q-63 0 -63 76z" />
+<glyph unicode="^" d="M59 614q0 29 19 64l457 807q27 51 84 51t83 -51l441 -807q16 -33 16 -62q0 -70 -76 -69q-51 0 -96 82l-369 690l-389 -690q-27 -47 -43 -64.5t-47 -17.5q-33 0 -56.5 17t-23.5 50z" />
+<glyph unicode="_" horiz-adv-x="1091" d="M-76 -194.5q0 67.5 76 67.5h1022q80 0 80 -70q0 -66 -80 -65h-1022q-76 0 -76 67.5z" />
+<glyph unicode="`" horiz-adv-x="559" d="M-2 1130q0 18 8 35l137 320q27 57 78 57q37 0 60.5 -19.5t23.5 -54.5q0 -8 -4 -20l-139 -315q-31 -72 -74 -72q-39 0 -64.5 20t-25.5 49z" />
+<glyph unicode="a" horiz-adv-x="1140" d="M10 326q0 170 130 266t304 96q207 0 310 -102v194q0 106 -82 171t-226 65q-76 0 -168 -24.5t-114 -24.5q-70 0 -70 63q0 49 58 74q150 61 340 61q197 0 306 -104.5t109 -265.5v-736q0 -31 -20.5 -53t-55 -22t-54 21.5t-21.5 51.5q-2 39 -2 70q-133 -143 -351 -143 q-162 0 -277.5 89t-115.5 253zM164 338q0 -104 76.5 -157.5t189.5 -53.5q125 0 223.5 61.5t98.5 161.5q0 88 -93.5 142.5t-214.5 54.5q-117 0 -198.5 -54.5t-81.5 -154.5z" />
+<glyph unicode="b" horiz-adv-x="1179" d="M0 61v1457q0 80 76 79.5t76 -79.5v-580q33 96 133 166t204 70q223 0 350.5 -182.5t127.5 -424.5q0 -154 -51.5 -285.5t-163 -219t-263.5 -87.5q-111 0 -202.5 53.5t-134.5 149.5v-119q0 -37 -23 -59.5t-55 -22.5q-74 0 -74 84zM160 571q0 -182 87 -317t253 -135 q82 0 143.5 40t96 105.5t52 141t17.5 157.5q0 111 -28.5 211t-101.5 176t-179 76q-166 0 -253 -137.5t-87 -317.5z" />
+<glyph unicode="c" horiz-adv-x="1064" d="M0 569q0 254 157.5 416t383.5 162q145 0 243 -45q70 -31 70 -74q0 -35 -18.5 -56.5t-49.5 -21.5q-8 0 -20 4q-111 47 -223 47q-166 0 -276.5 -122.5t-110.5 -319.5q0 -180 115.5 -308t277.5 -128q127 0 229 70q10 8 27 8q23 0 42 -19.5t19 -46.5q0 -37 -49 -76 q-125 -82 -272 -82q-231 0 -388 170t-157 422z" />
+<glyph unicode="d" horiz-adv-x="1191" d="M0 559q0 154 51 290t162 230.5t262 94.5q100 0 195.5 -50.5t138.5 -140.5v537q0 80 78 79q74 0 74 -79v-1481q0 -68 -74 -68q-78 0 -78 70v137q-131 -205 -334 -205q-227 0 -351 172t-124 414zM158 557q0 -182 83 -314t232 -132q135 0 237.5 125.5t102.5 330.5 q0 207 -99.5 332t-232.5 125q-152 0 -237.5 -139.5t-85.5 -327.5z" />
+<glyph unicode="e" horiz-adv-x="1236" d="M0 573q0 242 134 422.5t362 180.5q223 0 348 -141.5t125 -370.5q0 -90 -23.5 -128t-91.5 -38h-692q0 -137 114.5 -254t251.5 -117q88 0 149.5 22.5t129.5 81.5q41 37 88 37q68 0 68 -69q0 -27 -15 -41q-145 -182 -420 -183q-244 0 -386 172t-142 426zM164 645h653 q0 162 -86 270.5t-229 108.5q-145 0 -241.5 -111.5t-96.5 -267.5z" />
+<glyph unicode="f" horiz-adv-x="704" d="M0 1055q0 80 84 80h96q0 188 69.5 286.5t229.5 98.5q90 0 90 -72q0 -68 -90 -68q-84 0 -116.5 -59t-32.5 -186q66 0 131 2q84 0 84 -78q0 -80 -88 -80h-127v-905q0 -74 -76 -74q-74 0 -74 74v907h-96q-84 0 -84 74z" />
+<glyph unicode="g" horiz-adv-x="1198" d="M0 578q0 244 133 420t367 176q94 0 189 -57.5t128 -135.5v131q0 68 74 68q78 0 78 -72v-1030q0 -256 -144.5 -398.5t-347.5 -142.5q-215 0 -360 92q-41 27 -41 76q0 33 20.5 56.5t53.5 23.5q25 0 77 -31q115 -63 244 -63q150 0 248 94t98 274v105q-37 -94 -126 -140.5 t-191 -46.5q-233 0 -366.5 177.5t-133.5 423.5zM158 580q0 -215 101 -338t236.5 -123t231.5 119.5t96 334.5q0 211 -99 331t-235 120q-133 0 -232 -117.5t-99 -326.5z" />
+<glyph unicode="h" horiz-adv-x="1077" d="M0 74v1446q0 80 74 79q76 0 76 -79v-525q100 176 301 176q158 0 281.5 -110.5t123.5 -278.5v-708q0 -74 -76 -74q-74 0 -73 74v643q0 145 -81 226t-194 81q-115 0 -198.5 -82t-83.5 -225v-643q0 -74 -76 -74q-74 0 -74 74z" />
+<glyph unicode="i" horiz-adv-x="471" d="M0 1505q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM31 76v1011q0 76 75 76q80 0 80 -76v-1011q0 -76 -77.5 -76t-77.5 76z" />
+<glyph unicode="j" horiz-adv-x="430" d="M-213 -420q0 -72 90 -72q172 0 237.5 95.5t65.5 290.5v1193q0 74 -76 74q-78 0 -77 -74v-1193q0 -135 -28 -190.5t-122 -55.5q-90 0 -90 -68zM0 1505q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode="k" horiz-adv-x="1048" d="M-2 74v1448q0 76 78 75q76 0 76 -75v-953l583 551q23 18 51 19q33 0 55.5 -19.5t22.5 -50.5t-43 -74l-327 -307l376 -530q33 -55 33 -86q0 -37 -20.5 -56.5t-48.5 -19.5q-51 0 -78 45l-381 543l-223 -203v-307q0 -74 -78 -74q-76 0 -76 74z" />
+<glyph unicode="l" horiz-adv-x="419" d="M0 76v1448q0 78 74 78q78 0 78 -78v-1448q0 -76 -76 -76t-76 76z" />
+<glyph unicode="m" horiz-adv-x="1722" d="M0 78v987q0 90 76 90t76 -84v-80q41 82 123.5 132.5t173.5 50.5q100 0 185 -59.5t124 -156.5q49 96 147.5 156t212.5 60q160 0 271.5 -102.5t111.5 -260.5v-733q0 -74 -76 -74q-78 0 -77 74v667q0 115 -64.5 193t-173.5 78q-127 0 -207 -94.5t-80 -227.5v-616 q0 -76 -73 -76q-76 0 -76 76v667q0 115 -65.5 191t-174.5 76q-127 0 -205.5 -92.5t-78.5 -225.5v-616q0 -76 -74 -76q-76 0 -76 76z" />
+<glyph unicode="n" horiz-adv-x="1079" d="M0 74v999q0 80 74 80q76 0 76 -80v-78q98 178 307 179q158 0 278.5 -109t120.5 -283v-708q0 -74 -76 -74q-74 0 -73 74v643q0 145 -81 226t-194 81q-115 0 -198.5 -82t-83.5 -225v-643q0 -74 -76 -74q-74 0 -74 74z" />
+<glyph unicode="o" horiz-adv-x="1208" d="M0 575.5q0 245.5 132 422t364 176.5q156 0 271.5 -91.5t169.5 -227.5t54 -294q0 -244 -132 -414t-363.5 -170t-363.5 176.5t-132 422zM160 590q0 -180 87 -325.5t249 -145.5q164 0 251 127t87 303q0 111 -35 216t-115 183t-188 78q-166 0 -251 -129t-85 -307z" />
+<glyph unicode="p" horiz-adv-x="1179" d="M0 -387v1481q0 80 76 80t76 -80v-156q33 96 133 166t204 70q223 0 350.5 -182.5t127.5 -424.5q0 -154 -51.5 -285.5t-163 -219t-263.5 -87.5q-111 0 -202.5 53.5t-134.5 149.5v-567q0 -37 -23 -59.5t-55 -22.5q-74 0 -74 84zM164 567q0 -182 87 -317t253 -135 q82 0 143.5 40t96 105.5t52 141t17.5 157.5q0 111 -28.5 211t-101.5 176t-179 76q-166 0 -253 -137.5t-87 -317.5z" />
+<glyph unicode="q" horiz-adv-x="1189" d="M0 559q0 154 51 290t162 230.5t262 94.5q100 0 195.5 -50.5t138.5 -140.5v111q0 80 78 80q74 0 74 -80v-1497q0 -68 -74 -68q-78 0 -78 70v579q-131 -205 -334 -205q-227 0 -351 172t-124 414zM156 559q0 -182 83 -314t232 -132q135 0 237.5 126t102.5 330 q0 207 -99.5 332t-232.5 125q-152 0 -237.5 -139.5t-85.5 -327.5z" />
+<glyph unicode="r" horiz-adv-x="858" d="M0 74v999q0 80 74 80q76 0 76 -80v-98q55 98 151 148.5t207 50.5q76 0 112.5 -28t36.5 -67q0 -33 -22.5 -56.5t-56.5 -23.5q-27 0 -65 7.5t-75 7.5q-102 0 -195 -91.5t-93 -205.5v-643q0 -74 -76 -74q-74 0 -74 74z" />
+<glyph unicode="s" horiz-adv-x="1032" d="M16 160q0 84 68 84q27 0 59 -23q139 -92 283 -92q98 0 175 44t77 134q0 113 -236 197q-88 33 -145 58.5t-127 66.5t-104.5 93t-34.5 114q0 164 117.5 248.5t293.5 84.5q182 0 318 -73q39 -20 39 -72q0 -35 -19.5 -53.5t-50.5 -18.5q-25 0 -45 13q-92 53 -246 53 q-102 0 -173.5 -40t-71.5 -124q0 -20 8 -37.5t27.5 -34t38 -29t53 -28.5t56 -25.5t65.5 -27t65 -25.5q68 -29 102.5 -44t88 -47t80 -61.5t48 -74.5t21.5 -98q0 -174 -125 -259.5t-299 -85.5q-188 0 -379 121q-27 19 -27 62z" />
+<glyph unicode="t" horiz-adv-x="794" d="M0 1065q0 68 63 68h76v167q0 74 74 74q76 0 76 -74v-167h180q80 0 80 -70t-76 -70h-184v-626q0 -137 27.5 -191.5t121.5 -54.5q90 0 90 -68q0 -72 -90 -71q-172 0 -235.5 95t-63.5 290v628h-65q-74 0 -74 70z" />
+<glyph unicode="u" horiz-adv-x="1083" d="M2 430v641q0 76 74 76q76 0 76 -76l2 -575q0 -113 20.5 -191t59 -115.5t81.5 -52t99 -14.5q127 0 224 121t97 323v512q0 80 70 80q74 0 74 -80v-1040q0 -68 -74 -68q-78 0 -78 70v137q-129 -213 -332 -213q-168 0 -280.5 113.5t-112.5 351.5z" />
+<glyph unicode="v" horiz-adv-x="1042" d="M0 1067q0 33 21.5 52.5t54.5 19.5q59 0 88 -90l256 -783l260 785q31 88 92 88q72 0 72 -72q0 -18 -6 -33l-334 -973q-20 -61 -90 -61q-61 0 -82 61l-326 971q-6 19 -6 35z" />
+<glyph unicode="w" horiz-adv-x="1779" d="M0 1055q0 82 76 82q61 0 86 -64l256 -817l276 807q25 72 92 72q33 0 65 -19.5t40 -52.5l262 -799l250 811q20 63 86 64q68 0 67 -78q0 -20 -10 -51q0 -23 -307 -932q-27 -76 -92 -76q-61 0 -88 82l-275 805l-264 -811q-25 -78 -98.5 -78t-102.5 84q-319 948 -319 971z " />
+<glyph unicode="x" horiz-adv-x="1128" d="M0 68q0 41 35 88l336 456l-291 389q-23 33 -23 60q0 31 23.5 52.5t54.5 21.5q49 0 80 -45l250 -359l254 361q31 45 78 45q33 0 56.5 -20.5t23.5 -51.5t-25 -61l-301 -379l340 -461q39 -51 39 -96q0 -68 -66 -68q-57 0 -102 63l-307 426l-308 -428q-39 -57 -88 -57 q-59 1 -59 64z" />
+<glyph unicode="y" horiz-adv-x="1069" d="M0 1059q0 76 72 76q66 0 88 -72l270 -836l281 846q20 63 86 64q74 0 73 -74q0 -31 -6 -47l-506 -1413q-23 -68 -92 -68t-69 74q0 23 8 45l139 360l-334 996q-10 31 -10 49z" />
+<glyph unicode="z" horiz-adv-x="1081" d="M0 72q0 39 37 90l573 823h-508q-76 0 -75 76q0 74 75 74h625q92 0 92 -62q0 -43 -43 -104l-577 -824h577q76 0 76 -71q0 -74 -76 -74h-657q-119 0 -119 72z" />
+<glyph unicode="{" horiz-adv-x="800" d="M0 719q0 10 3 18t10 14.5t12.5 11.5t17.5 10t18 7l22 7q15 5 19 8q111 45 111 319q0 80 -8 172q0 145 71.5 197.5t204.5 52.5q27 0 46.5 -20.5t19.5 -42.5q0 -53 -88 -54q-115 0 -115 -155q0 -29 4 -85.5t4 -78.5q0 -293 -172 -387q170 -61 170 -371q0 -33 -2 -90t-2 -80 q0 -78 27.5 -123t105.5 -47q68 -2 68 -53q0 -59 -66 -60q-166 0 -224 62.5t-58 167.5q0 31 4 102.5t4 110.5q0 270 -105 319q-6 2 -23.5 5t-24.5 5.5t-20.5 7.5t-18.5 10t-10 15.5t-5 24.5z" />
+<glyph unicode="|" horiz-adv-x="403" d="M0 39v1546q0 88 76 88q74 0 74 -88v-1546q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph unicode="}" horiz-adv-x="800" d="M0 -51q0 51 68 53q78 2 105.5 47t27.5 123q0 23 -2 80t-2 90q0 309 170 371q-172 94 -172 387q0 23 4 79t4 85q0 156 -115 155q-88 0 -88 54q0 23 20.5 43t45.5 20q133 0 204.5 -52t71.5 -198q-8 -92 -8 -172q0 -274 110 -319q4 -2 20 -8l21 -7q6 -2 18.5 -7t17.5 -10 t12.5 -11.5t10.5 -14.5t3 -18q0 -14 -5 -24.5t-10.5 -15.5t-18.5 -10t-20.5 -7.5t-24.5 -5.5t-24 -5q-104 -49 -104 -319q0 -39 4 -110.5t4 -102.5q0 -104 -58.5 -167t-223.5 -63q-66 1 -66 60z" />
+<glyph unicode="~" horiz-adv-x="1255" d="M0 465q0 72 94 156t185 84q92 0 236 -78t196 -78q47 0 79.5 39t64.5 76.5t75 37.5q72 0 71 -90q0 -68 -103 -149.5t-198 -81.5q-82 0 -216 77t-201 77q-61 0 -117 -74q-59 -80 -98 -80q-68 0 -68 84z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1384" d="M0 784q0 78 76 78h184q-111 158 -110 316q0 178 129 271t313 93q188 0 337.5 -103.5t162.5 -277.5q0 -35 -21.5 -59.5t-52.5 -24.5q-53 0 -80 64q-16 117 -116.5 184.5t-223.5 67.5q-113 0 -190.5 -59.5t-77.5 -168.5q0 -141 96 -303h274q74 0 74 -76q0 -74 -74 -73h-235 q33 -92 33 -178q0 -199 -205 -379h762q76 0 75 -78q0 -74 -75 -74h-895q-84 0 -84 72q0 43 67 112q94 100 142.5 183.5t48.5 185.5q0 74 -25 156h-233q-76 -1 -76 71z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1640" d="M72 80q0 47 61 100l201 162q-31 76 -31 178q0 113 43 203l-213 172q-61 51 -61 100q0 27 20.5 41.5t46.5 14.5q33 0 78 -35l213 -178q115 104 275 104q154 0 270 -98l207 172q41 35 78 35q27 0 47 -14.5t20 -41.5q0 -51 -61 -100l-199 -160q53 -96 53 -215 q0 -104 -37 -194l183 -146q61 -49 61 -100q0 -27 -20.5 -41t-46.5 -14q-41 0 -78 34l-176 146q-119 -125 -295 -125q-184 0 -303 137l-191 -158q-37 -35 -78 -34q-27 0 -47 14t-20 41zM436 518q0 -147 81 -229t193.5 -82t194.5 81t82 230q0 139 -84 219t-196.5 80 t-191.5 -77t-79 -222z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1261" d="M0 1473q0 31 20.5 51t47.5 20q39 0 63 -43l371 -622l370 622q25 43 70 43q66 0 66 -63q0 -27 -19 -62l-256 -432h166q88 0 88 -78q0 -76 -88 -75h-258l-72 -121v-84h267q90 0 90 -78q0 -76 -90 -76h-267v-403q0 -86 -75 -86q-78 0 -78 86v403h-266q-88 0 -89 74 q0 33 24 56.5t65 23.5h266v84l-70 121h-244q-90 0 -90 73q0 33 24.5 56.5t65.5 23.5h156l-244 432q-14 27 -14 54z" />
+<glyph unicode="&#xa6;" horiz-adv-x="403" d="M0 74v663q0 43 20.5 68.5t53.5 25.5q76 0 76 -75v-682q0 -74 -76 -74q-74 0 -74 74zM0 983v616q0 43 20.5 69t53 26t54.5 -20.5t22 -57.5v-633q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1099" d="M10 735q0 55 25.5 84t60.5 29q37 0 64.5 -28.5t27.5 -69.5q0 -63 47.5 -109.5t118 -72t153.5 -57.5t153.5 -62.5t117.5 -89t47 -138.5q0 -164 -118.5 -252t-292.5 -88q-170 0 -318 80q-39 20 -39 72q0 35 21.5 55.5t52.5 20.5q25 0 45 -13q92 -53 246 -53q102 0 168.5 38 t66.5 122q0 20 -8 37.5t-26.5 33t-36 27.5t-51 26.5t-55 23.5t-65.5 25.5t-65 24.5q-340 133 -340 334zM10 1225q0 164 119 252t293 88q170 0 317 -80q39 -20 39 -72q0 -35 -21.5 -55.5t-51.5 -20.5q-25 0 -46 13q-92 53 -245 53q-102 0 -169 -38t-67 -122q0 -20 8.5 -37.5 t26.5 -33t35.5 -27.5t51.5 -26.5t55.5 -24t65.5 -25.5t64 -25q340 -133 340 -333q0 -55 -25.5 -84t-60.5 -29q-37 0 -64.5 28.5t-27.5 69.5q0 63 -47 109.5t-117.5 72t-153.5 57.5t-154 62.5t-118 89t-47 138.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="839" d="M0 1331q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM410 1331q0 43 29.5 73t72.5 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1806" d="M0 745.5q0 337.5 216 555t558 217.5q340 0 555 -219.5t215 -557.5q0 -336 -217 -552t-557 -216t-555 217.5t-215 555zM158 749.5q0 -274.5 173 -455.5t447.5 -181t445.5 178t171 452q0 276 -173 458.5t-447.5 182.5t-445.5 -180t-171 -454.5zM346 752q0 207 132 345 t315 138q92 0 194 -45q57 -29 57 -66q0 -29 -17 -49t-42 -20q-8 0 -16 4q-90 39 -183 39q-137 0 -221 -97.5t-84 -259.5q0 -133 84 -237.5t207 -104.5q76 0 121 19q68 23 74 22q61 0 61 -59q0 -35 -33 -62q-66 -53 -207 -53q-197 0 -319.5 142.5t-122.5 343.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="933" d="M0 559q0 29 27 70l198 334q16 25 47 24.5t55.5 -23t24.5 -51.5q0 -18 -10 -34l-199 -318l211 -360q4 -12 4 -15q0 -20 -27.5 -37.5t-56.5 -17.5q-33 0 -49 25l-198 333q-27 45 -27 70zM319 559q0 29 23 70l205 334q16 23 51 22q82 0 82 -63q0 -23 -14 -43l-203 -318 q16 -23 213 -360q4 -8 4 -15q0 -20 -27.5 -37.5t-56.5 -17.5q-35 0 -49 25l-205 333q-23 41 -23 70z" />
+<glyph unicode="&#xac;" horiz-adv-x="1376" d="M0 565q0 33 24.5 56.5t63.5 23.5h948q86 0 86 -96v-303q0 -88 -73 -88q-33 0 -57.5 23.5t-24.5 64.5v243h-879q-88 0 -88 76z" />
+<glyph unicode="&#xad;" horiz-adv-x="1570" />
+<glyph unicode="&#xae;" horiz-adv-x="1804" d="M0 766q0 336 217 553t555 217t554 -220t216 -556q0 -338 -215 -554t-555 -216q-338 0 -555 220t-217 556zM150 764q0 -272 178 -455.5t452 -183.5q276 0 444.5 175t168.5 458q0 276 -172 457.5t-449 181.5q-274 0 -448 -180.5t-174 -452.5zM461 367v778q0 59 26 74 q20 10 56 10h301q127 0 211 -80q82 -76 82 -182q0 -182 -228 -244l121 -182q96 -152 96 -176q0 -61 -82 -62q-51 0 -81 64l-203 356h-166v-356q0 -63 -70 -64q-63 1 -63 64zM594 840h233q74 0 117 37.5t43 95t-44 98.5t-116 41h-233v-272z" />
+<glyph unicode="&#xb0;" horiz-adv-x="655" d="M0 1436q0 84 54.5 144t148.5 60q90 0 147.5 -59t57.5 -147q0 -86 -58.5 -145.5t-146.5 -59.5t-145.5 59.5t-57.5 147.5zM102 1434q0 -43 27 -73t76 -30q41 0 70.5 31t29.5 70q0 43 -27.5 73.5t-72.5 30.5q-47 0 -75 -29.5t-28 -72.5z" />
+<glyph unicode="&#xb1;" d="M59 741q0 78 84 78h373v326q0 80 78 80q37 0 62.5 -22.5t25.5 -57.5v-326h373q47 0 74.5 -23.5t27.5 -60.5q0 -78 -102 -78h-373v-346q0 -35 -24.5 -56.5t-61.5 -21.5q-80 0 -80 78v346h-373q-84 0 -84 84zM63 76q0 33 25 56.5t66 23.5h915q88 0 88 -78q0 -76 -88 -76 h-915q-91 0 -91 74z" />
+<glyph unicode="&#xb2;" horiz-adv-x="690" d="M-2 1309q0 94 66.5 152.5t152.5 58.5q84 0 148.5 -54.5t64.5 -138.5q0 -100 -72 -194l-241 -318h286q39 0 39 -39t-39 -39h-340q-55 0 -55 37q0 20 15 37l278 379q45 61 45 129q0 55 -40 88t-93 33t-92 -36t-39 -101q0 -16 -11.5 -33t-29.5 -17q-20 0 -31.5 18t-11.5 38z " />
+<glyph unicode="&#xb3;" horiz-adv-x="638" d="M-12 889q0 41 35 41q29 0 36 -27q43 -96 136 -96q61 0 104 39t43 106q0 53 -30.5 96.5t-88.5 53.5q-2 0 -28.5 1t-30.5 1q-47 0 -47 37t45 37q2 0 28.5 1t30.5 1q43 8 66.5 49t23.5 90q0 57 -32.5 92t-90.5 35q-45 0 -76.5 -30t-31.5 -73q0 -51 -39 -51q-43 0 -43 54 q0 68 56.5 122t138.5 54q92 0 147 -57.5t55 -143.5q0 -96 -84 -170q115 -74 115 -201q0 -90 -63.5 -157.5t-167.5 -67.5q-117 0 -183 92q-24 35 -24 72z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1081" d="M-2 -408v1469q0 76 78 76q76 0 76 -76v-674q0 -109 71.5 -177.5t177.5 -68.5q135 0 219.5 95.5t84.5 236.5v588q0 76 77 76q76 0 76 -76v-973q0 -88 -76 -88q-72 0 -75 78q-2 27 -2 72q-117 -166 -322 -166q-66 0 -130.5 29.5t-100.5 80.5v-502q0 -76 -78 -75 q-76 -1 -76 75z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1177" d="M0 1147q0 193 126 295t376 102h420q29 -2 48 -21.5t19 -46t-19.5 -47t-47.5 -20.5h-99v-1339q0 -29 -20.5 -49.5t-49 -20.5t-48 20.5t-19.5 49.5v1339h-154v-1339q0 -29 -20 -49.5t-49 -20.5t-47.5 20.5t-18.5 49.5v745q-182 0 -289.5 92.5t-107.5 239.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="468" d="M0 717q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73z" />
+<glyph unicode="&#xbb;" horiz-adv-x="937" d="M0 178q0 10 6 19l213 364l-213 359q-6 10 -6 18q0 20 24.5 37.5t55.5 17.5q39 0 57 -30l199 -334q27 -41 26 -70q0 -25 -26 -70l-199 -333q-12 -23 -55 -23q-82 0 -82 45zM317 176q0 12 9 21l215 364l-205 318q-18 31 -19 55q0 59 72 59q45 0 64 -30l206 -334 q25 -39 25 -70t-25 -70l-206 -333q-12 -23 -60 -23q-76 0 -76 43z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1941" d="M-4 1399q0 51 57 65q223 63 236 64q37 0 49 -31q8 -16 8 -78v-964q0 -29 -17.5 -47.5t-43.5 -18.5q-29 0 -46.5 18.5t-17.5 47.5v940l-151 -43q-6 -2 -19 -2q-25 0 -40 13t-15 36zM391 47q0 16 4 25l559 1444q18 47 70 47q57 0 57 -58q0 -16 -6 -35l-565 -1441 q-14 -41 -55 -41q-27 0 -45.5 16t-18.5 43zM1071 856q0 141 100.5 229.5t231.5 88.5q125 0 222 -82t97 -207q0 -147 -110 -293l-363 -475h432q57 0 58 -58q0 -59 -60 -59h-508q-84 0 -84 55q0 25 23 58l418 567q68 94 67 194q0 80 -60 130.5t-138 50.5q-82 0 -140.5 -54.5 t-58.5 -150.5q0 -27 -16.5 -50.5t-44.5 -23.5q-31 0 -48.5 25.5t-17.5 54.5z" />
+<glyph unicode="&#x192;" horiz-adv-x="800" d="M-61 -420q0 68 90 68q94 0 121.5 55t27.5 191l2 1087h-96q-84 0 -84 74q0 80 84 80h96q0 195 63.5 290t235.5 95q90 0 90 -72q0 -68 -90 -68q-94 0 -121.5 -55t-27.5 -190q66 0 131 2q84 0 84 -78q0 -80 -88 -80h-127v-528q0 -217 -1 -298t-1 -147v-112 q0 -195 -63.5 -290.5t-235.5 -95.5q-90 0 -90 72z" />
+<glyph unicode="&#x384;" horiz-adv-x="733" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70z" />
+<glyph unicode="&#x385;" horiz-adv-x="976" d="M0 1331q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM319 1294q0 18 9 35l137 320q27 57 78 57q74 0 73 -74q0 -8 -4 -20l-139 -316q-31 -72 -74 -71q-39 0 -59.5 19t-20.5 50zM614 1331q0 43 30 73t73 30t72.5 -30t29.5 -73 t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
+<glyph unicode="&#x386;" horiz-adv-x="1415" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM41 72q0 16 8 41l463 1310q33 92 119 92.5t119 -92.5l479 -1310q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-107 262h-704l-84 -233q-29 -78 -93 -78 q-65 0 -65 72zM326 467h606l-299 840z" />
+<glyph unicode="&#x388;" horiz-adv-x="1443" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM430 92v1331q0 92 84 93h623q76 0 75 -76q0 -74 -75 -74h-557v-504h458q76 0 76 -78q0 -72 -76 -71h-458v-563h573q88 0 88 -76q0 -74 -88 -74h-639 q-53 0 -68.5 17.5t-15.5 74.5z" />
+<glyph unicode="&#x389;" horiz-adv-x="1826" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM451 74v1370q0 76 73 76q76 0 76 -76v-598h846v598q0 76 74 76q78 0 77 -76v-1370q0 -74 -77 -74q-74 0 -74 74v620h-846v-620q0 -74 -74 -74q-75 0 -75 74z" />
+<glyph unicode="&#x38a;" horiz-adv-x="835" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM430 76v1368q0 76 74 76q76 0 76 -76v-1368q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph unicode="&#x38c;" horiz-adv-x="1775" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM246 776q0 152 42 291t119.5 252t204.5 180.5t285 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5 q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM403 780q0 -170 54.5 -315.5t170 -241.5t273.5 -96q160 0 276.5 94t169 234.5t52.5 308.5q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-168 -233.5t-52.5 -306.5z" />
+<glyph unicode="&#x38e;" horiz-adv-x="1568" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM410 1448q0 72 67 72q39 0 64 -43l358 -598l350 594q29 47 74 47q68 0 68 -66q0 -20 -13 -43l-411 -698v-625q0 -88 -76 -88q-78 0 -78 88v625l-389 682 q-14 26 -14 53z" />
+<glyph unicode="&#x38f;" horiz-adv-x="1822" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM334 932q0 258 166 446.5t458 188.5q152 0 275 -55.5t200.5 -146.5t118.5 -203.5t41 -233.5q0 -254 -166.5 -437.5t-468.5 -183.5q-295 0 -459.5 185.5 t-164.5 439.5zM440 74q0 76 70 76h907q70 0 70 -76q0 -74 -70 -74h-907q-70 0 -70 74zM487 933.5q0 -196.5 125 -338.5t351 -142q231 0 356 136t125 329q0 201 -130 351t-353 150q-221 0 -347.5 -144.5t-126.5 -341z" />
+<glyph unicode="&#x390;" horiz-adv-x="380" d="M-307 1454q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM-2 74q0 -74 78 -74q82 0 82 74v999q0 76 -82 76q-78 0 -78 -76v-999zM12 1417q0 18 8 35l138 320q27 57 78 57q74 0 73 -74q0 -8 -4 -20l-139 -316q-31 -72 -74 -71 q-39 0 -59.5 19t-20.5 50zM307 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
+<glyph unicode="&#x391;" horiz-adv-x="1388" d="M0 72q0 16 8 41l463 1310q33 92 119 92.5t119 -92.5l479 -1310q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-107 262h-704l-84 -233q-29 -78 -92 -78q-66 0 -66 72zM285 467h606l-299 840z" />
+<glyph unicode="&#x392;" horiz-adv-x="1181" d="M0 100v1317q0 98 84 99h313q70 0 141.5 -20.5t140.5 -60.5t112 -114t43 -166q0 -111 -66 -202t-166 -122q141 -23 245.5 -139.5t104.5 -265.5q0 -184 -128 -305t-306 -121h-399q-68 0 -90 16q-29 18 -29 84zM152 150h305q139 0 232 72.5t93 201.5q0 147 -117.5 232 t-279.5 85h-233v-591zM152 881h184q133 0 235.5 61.5t102.5 181.5q0 109 -87 175.5t-202 66.5h-233v-485z" />
+<glyph unicode="&#x393;" horiz-adv-x="1007" d="M0 76v1343q0 98 84 99h645q35 0 57.5 -22.5t22.5 -55.5q0 -72 -80 -72h-577v-1292q0 -76 -78 -76q-74 0 -74 76z" />
+<glyph unicode="&#x394;" horiz-adv-x="1423" d="M0 51q0 18 8 37l490 1339q33 94 116 95q90 0 117 -95l508 -1339q8 -18 8 -39q0 -49 -123 -49h-1030q-94 0 -94 51zM197 162h850l-433 1149z" />
+<glyph unicode="&#x395;" horiz-adv-x="1007" d="M0 92v1331q0 92 84 93h623q76 0 75 -76q0 -74 -75 -74h-557v-504h458q76 0 76 -78q0 -72 -76 -71h-458v-563h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
+<glyph unicode="&#x396;" horiz-adv-x="1228" d="M0 86q0 45 23 80l796 1202h-713q-78 0 -77 74q0 76 77 76h824q102 0 102 -66q0 -37 -41 -100l-796 -1202h784q80 0 80 -72q0 -78 -80 -78h-907q-72 0 -72 86z" />
+<glyph unicode="&#x397;" horiz-adv-x="1386" d="M0 74v1370q0 76 74 76q76 0 76 -76v-598h845v598q0 76 74 76q78 0 78 -76v-1370q0 -74 -78 -74q-74 0 -74 74v620h-845v-620q0 -74 -74 -74q-76 0 -76 74z" />
+<glyph unicode="&#x398;" horiz-adv-x="1527" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM160 780q0 -170 54 -315.5t170 -241.5t273 -96q160 0 277 94t169 234.5t52 308.5 q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5zM291 778q0 76 76 76h567q76 0 76 -78q0 -74 -76 -74h-567q-76 0 -76 76z" />
+<glyph unicode="&#x399;" horiz-adv-x="391" d="M0 76v1368q0 76 74 76q76 0 76 -76v-1368q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph unicode="&#x39a;" horiz-adv-x="1214" d="M0 66v1390q0 63 74 64q78 0 78 -64v-747l714 788q16 18 47 19q33 0 58.5 -26t25.5 -56q0 -29 -20 -48l-440 -481l475 -772q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-465 760l-274 -289v-438q0 -66 -74 -66q-78 0 -78 66z" />
+<glyph unicode="&#x39b;" horiz-adv-x="1409" d="M0 66q0 10 4 22l485 1339q33 94 117 94.5t117 -94.5l496 -1312q10 -31 10 -49q0 -31 -20.5 -48.5t-53.5 -17.5t-51.5 19.5t-34.5 62.5l-463 1229l-450 -1250q-20 -61 -76 -61q-33 0 -56.5 18.5t-23.5 47.5z" />
+<glyph unicode="&#x39c;" horiz-adv-x="1859" d="M0 72q0 16 2 24l203 1274q25 154 131 154q104 0 143 -138l336 -1116l344 1116q41 133 147.5 133.5t127.5 -149.5l190 -1278q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-70 0 -82 82l-174 1243l-399 -1239q-27 -88 -84 -88t-84 88l-385 1241l-188 -1243 q-12 -84 -82 -84q-72 0 -72 70z" />
+<glyph unicode="&#x39d;" horiz-adv-x="1368" d="M0 78v1352q0 90 74 90q57 0 106 -74l799 -1176v1170q0 78 74 78q76 0 75 -78v-1350q0 -90 -73 -90q-59 0 -103 61l-802 1172v-1155q0 -78 -74 -78q-76 0 -76 78z" />
+<glyph unicode="&#x39e;" horiz-adv-x="1329" d="M-6 80q0 76 88 76h946q86 0 86 -78q0 -74 -86 -74h-946q-88 0 -88 76zM23 1442q0 76 75 76h912q76 0 75 -76q0 -74 -75 -74h-912q-75 0 -75 74zM168 791q0 72 74 71h606q76 0 76 -78q0 -72 -76 -71h-606q-74 0 -74 78z" />
+<glyph unicode="&#x39f;" horiz-adv-x="1529" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM158 780q0 -170 54 -315.5t170 -241.5t273 -96q160 0 277 94t169 234.5t52 308.5 q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5z" />
+<glyph unicode="&#x3a0;" horiz-adv-x="1351" d="M0 76v1368q0 78 74 78h973q31 0 54 -23.5t23 -54.5v-1368q0 -76 -73 -76q-76 0 -76 76v1292h-825v-1292q0 -76 -78 -76q-72 0 -72 76z" />
+<glyph unicode="&#x3a1;" horiz-adv-x="1097" d="M0 76v1360q0 82 84 82h352q213 0 357.5 -130.5t144.5 -334.5q0 -193 -143.5 -325t-345.5 -132h-299v-520q0 -76 -74 -76q-76 0 -76 76zM150 745h290q145 0 243.5 85t98.5 225q0 145 -103.5 229t-270.5 84h-258v-623z" />
+<glyph unicode="&#x3a3;" horiz-adv-x="1193" d="M0 86q0 45 23 80l383 592q14 25 14 41q0 20 -19 47l-335 504q-39 57 -39 100q0 68 104 68h823q76 0 76 -78q0 -74 -76 -74h-714l338 -516q20 -29 20 -55q0 -20 -14 -41l-394 -604h791q76 0 76 -78q0 -72 -76 -72h-909q-72 0 -72 86z" />
+<glyph unicode="&#x3a4;" horiz-adv-x="1087" d="M0 1442q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-1282q0 -86 -74 -86q-78 0 -78 86v1282h-301q-82 0 -82 74z" />
+<glyph unicode="&#x3a5;" horiz-adv-x="1163" d="M0 1448q0 72 68 72q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -66q0 -20 -12 -43l-412 -698v-625q0 -88 -76 -88q-78 0 -78 88v625l-389 682q-14 26 -14 53z" />
+<glyph unicode="&#x3a6;" horiz-adv-x="1542" d="M0 838q0 238 183.5 391t426.5 153v111q0 76 76 76t76 -76q0 -4 -4 -111q246 0 428 -154.5t182 -391.5q0 -236 -182 -386.5t-426 -150.5v-221q0 -78 -74 -78q-76 0 -76 78v221q-258 0 -434 149.5t-176 389.5zM145 838q0 -176 141.5 -287t323.5 -111v801 q-193 0 -329 -112.5t-136 -290.5zM760 440q195 0 329 107.5t134 288t-135.5 293t-327.5 112.5v-801z" />
+<glyph unicode="&#x3a7;" horiz-adv-x="1355" d="M0 57q0 33 25 70l454 707l-401 565q-18 27 -19 51q0 31 20.5 50.5t51.5 19.5q41 0 68 -37l374 -514l330 512q25 37 64 37q29 0 51 -21.5t22 -52.5q0 -25 -16 -47l-369 -545l480 -721q29 -45 28 -76q0 -57 -59 -57q-45 0 -78 45l-461 670l-428 -668q-31 -47 -78 -47 q-59 0 -59 59z" />
+<glyph unicode="&#x3a8;" horiz-adv-x="1546" d="M0 920v526q0 74 78 74q72 0 72 -74v-500q0 -213 120.5 -345t327.5 -132v1024q0 76 74 76q76 0 76 -76v-1024q221 0 333.5 124t112.5 353v500q0 76 76 76q78 0 78 -76v-526q0 -274 -165 -434t-435 -160v-252q0 -74 -76 -74q-74 0 -74 74v252q-272 6 -435 165t-163 429z " />
+<glyph unicode="&#x3a9;" horiz-adv-x="1495" d="M6 932q0 258 166 446.5t459 188.5q152 0 274.5 -55.5t200.5 -146.5t119 -203.5t41 -233.5q0 -254 -167 -437.5t-468 -183.5q-295 0 -460 185.5t-165 439.5zM113 74q0 76 69 76h908q70 0 69 -76q0 -74 -69 -74h-908q-69 0 -69 74zM160 933.5q0 -196.5 125 -338.5t350 -142 q231 0 356 136t125 329q0 201 -130 351t-353 150q-221 0 -347 -144.5t-126 -341z" />
+<glyph unicode="&#x3aa;" horiz-adv-x="391" d="M-242 1720q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5zM0 76q0 -76 74 -76q76 0 76 76v1368q0 76 -76 76q-74 0 -74 -76v-1368zM168 1720q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode="&#x3ab;" horiz-adv-x="1163" d="M0 1448q0 -27 14 -53l389 -682v-625q0 -88 78 -88q76 0 76 88v625l412 698q12 23 12 43q0 66 -68 66q-45 0 -73 -47l-351 -594l-358 598q-25 43 -63 43q-68 0 -68 -72zM174 1720q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z M584 1720q0 43 29.5 73t72.5 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode="&#x3ac;" horiz-adv-x="1220" d="M-2 559q0 113 30.5 220.5t88 196.5t150.5 143.5t208 54.5q102 0 201.5 -53.5t130.5 -147.5v94q0 80 80 80q76 0 76 -80v-999q0 -68 -76 -68q-80 0 -80 70v123q-41 -86 -133 -153t-199 -67q-227 0 -352 172t-125 414zM160 559q0 -182 83 -314t230 -132q133 0 235.5 126 t102.5 330q0 207 -98.5 332t-231.5 125q-150 0 -235.5 -139.5t-85.5 -327.5zM412 1397q0 18 8 35l137 319q27 57 74 57q72 0 71 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-75 0 -75 70z" />
+<glyph unicode="&#x3ad;" horiz-adv-x="989" d="M-14 283q0 88 74.5 180t187.5 123q-104 37 -155.5 105.5t-51.5 139.5q0 133 122 224.5t288 91.5q115 0 218 -32t103 -95q0 -33 -21.5 -57.5t-52.5 -24.5q-20 0 -69 23q-90 45 -183 45q-113 0 -183 -54.5t-70 -134.5q0 -51 55 -100t141 -49h125q47 0 71.5 -22.5 t24.5 -55.5q0 -31 -23.5 -54.5t-66.5 -23.5h-127q-113 -23 -179.5 -82t-66.5 -131q0 -80 73 -135t206 -55q119 0 231 45q70 25 95 24q31 0 46 -16.5t15 -40.5q0 -43 -42 -76t-107.5 -49t-127 -23.5t-116.5 -7.5q-193 0 -313.5 94.5t-120.5 223.5zM309 1397q0 18 8 35 l138 319q27 57 73 57q72 0 72 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70z" />
+<glyph unicode="&#x3ae;" horiz-adv-x="1077" d="M-2 74v999q0 80 76 80q78 0 78 -80v-69q96 170 305 170q158 0 279.5 -109t121.5 -283v-1200q0 -74 -78 -74q-76 0 -75 74v1135q0 145 -81 226t-192 81q-115 0 -197.5 -82t-82.5 -225v-643q0 -74 -78 -74q-76 0 -76 74zM289 1397q0 18 8 35l137 319q27 57 74 57 q72 0 72 -73q0 -8 -5 -21l-139 -315q-31 -72 -71 -72q-76 0 -76 70z" />
+<glyph unicode="&#x3af;" horiz-adv-x="380" d="M-2 74v999q0 76 78 76q82 0 82 -76v-999q0 -74 -82 -74q-78 0 -78 74zM2 1397q0 18 8 35l137 319q27 57 74 57q72 0 72 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70z" />
+<glyph unicode="&#x3b0;" horiz-adv-x="1083" d="M-2 371q0 -172 127 -284t301 -112t303 114t129 282v690q0 76 -78 76q-76 0 -75 -76v-641q0 -125 -79 -208t-200 -83t-197.5 83t-76.5 208v641q0 76 -78 76q-76 0 -76 -76v-690zM20 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-73 29.5 t-30 72.5zM340 1417q0 18 8 35l137 320q27 57 78 57q74 0 74 -74q0 -8 -4 -20l-139 -316q-31 -72 -74 -71q-39 0 -59.5 19t-20.5 50zM635 1454q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
+<glyph unicode="&#x3b1;" horiz-adv-x="1220" d="M-2 559q0 113 30.5 220.5t88 196.5t150.5 143.5t208 54.5q102 0 201.5 -53.5t130.5 -147.5v94q0 80 80 80q76 0 76 -80v-999q0 -68 -76 -68q-80 0 -80 70v123q-41 -86 -133 -153t-199 -67q-227 0 -352 172t-125 414zM160 559q0 -182 83 -314t230 -132q133 0 235.5 126 t102.5 330q0 207 -98.5 332t-231.5 125q-150 0 -235.5 -139.5t-85.5 -327.5z" />
+<glyph unicode="&#x3b2;" horiz-adv-x="1150" d="M-2 -385v1530q0 199 109.5 320.5t316.5 121.5q180 0 287.5 -120.5t107.5 -276.5q0 -72 -52 -152t-110 -110q131 -61 208 -184t77 -252q0 -201 -136 -354.5t-355 -153.5q-205 0 -297 122v-489q0 -88 -78 -88t-78 86zM152 426q0 -133 85 -214t218 -81q137 0 230 108.5 t93 258.5q0 113 -69.5 200.5t-178.5 124.5q-6 0 -104 6l-57 5q-84 14 -84 71.5t82 71.5q37 0 71 2q66 0 74 4q68 23 105.5 81t37.5 132q0 104 -65.5 175t-167.5 71q-82 0 -137.5 -28t-83 -83t-37.5 -117.5t-10 -148.5z" />
+<glyph unicode="&#x3b3;" horiz-adv-x="1091" d="M-2 1098q0 29 25.5 49t56.5 20q66 0 94 -82l285 -829l284 834q29 78 86 77q31 0 56.5 -23.5t25.5 -56.5q0 -18 -4 -26l-47 -127q-283 -752 -319 -895v-420q0 -96 -84 -96q-80 0 -80 98v418l-375 1028q-4 13 -4 31z" />
+<glyph unicode="&#x3b4;" horiz-adv-x="1179" d="M-2 506q0 156 104.5 299t264.5 190q-90 47 -148.5 127t-58.5 158q0 123 104.5 209t304.5 86q86 0 193.5 -37t107.5 -98q0 -23 -18 -43.5t-43 -20.5q-18 0 -72 17q-72 35 -176 34q-123 0 -186.5 -40.5t-63.5 -106.5q0 -63 69 -130t177 -110q84 -33 148.5 -71.5t132 -102 t104.5 -158t37 -212.5q0 -221 -130 -370t-357 -149q-225 0 -359.5 155t-134.5 374zM158 508q0 -156 95 -272.5t236 -116.5q150 0 243 101.5t93 258.5q0 172 -91 286t-247 114q-152 0 -240.5 -112t-88.5 -259z" />
+<glyph unicode="&#x3b5;" horiz-adv-x="989" d="M-14 283q0 88 74.5 180t187.5 123q-104 37 -155.5 105.5t-51.5 139.5q0 133 122 224.5t288 91.5q115 0 218 -32t103 -95q0 -33 -21.5 -57.5t-52.5 -24.5q-20 0 -69 23q-90 45 -183 45q-113 0 -183 -54.5t-70 -134.5q0 -51 55 -100t141 -49h125q47 0 71.5 -22.5 t24.5 -55.5q0 -31 -23.5 -54.5t-66.5 -23.5h-127q-113 -23 -179.5 -82t-66.5 -131q0 -80 73 -135t206 -55q119 0 231 45q70 25 95 24q31 0 46 -16.5t15 -40.5q0 -43 -42 -76t-107.5 -49t-127 -23.5t-116.5 -7.5q-193 0 -313.5 94.5t-120.5 223.5z" />
+<glyph unicode="&#x3b6;" horiz-adv-x="1064" d="M-2 541q0 242 178 505t414 390h-400q-43 0 -70.5 18.5t-27.5 52.5q0 37 27.5 56.5t70.5 19.5h596q78 0 78 -72q0 -57 -73 -79q-70 -27 -172.5 -110t-206 -199.5t-175 -271.5t-71.5 -300q0 -72 13.5 -129t30.5 -97t52 -74t61.5 -53.5t76 -38t78 -25.5t81.5 -21 q102 -27 137 -39q154 -59 154 -207q0 -98 -42 -181t-112 -83q-27 0 -47 22.5t-20 46.5q0 12 30 66q41 66 41 115q0 41 -33.5 68.5t-68.5 38.5t-113 30q-59 14 -93 23.5t-93 32t-94 46t-79 65.5t-68.5 93t-42 126t-17.5 165z" />
+<glyph unicode="&#x3b7;" horiz-adv-x="1077" d="M-2 74v999q0 80 76 80q78 0 78 -80v-69q96 170 305 170q158 0 279.5 -109t121.5 -283v-1200q0 -74 -78 -74q-76 0 -75 74v1135q0 145 -81 226t-192 81q-115 0 -197.5 -82t-82.5 -225v-643q0 -74 -78 -74q-76 0 -76 74z" />
+<glyph unicode="&#x3b8;" horiz-adv-x="1200" d="M-2 770q0 135 25.5 268t80 261t154.5 207t234 79q131 0 232 -81t155.5 -210t81 -264t26.5 -266q0 -139 -27.5 -270.5t-83 -249t-157 -189t-232.5 -71.5q-133 0 -233 74.5t-153.5 196.5t-78 251t-24.5 264zM156 762q0 -96 16 -197.5t52 -203t105.5 -166t164.5 -64.5 q92 0 160.5 65.5t103.5 169t50 204t15 196.5q0 94 -15 199.5t-50 215t-101.5 180.5t-156.5 71q-94 0 -166 -70t-108 -179.5t-53 -216t-17 -204.5zM244 784q0 80 73 80h353q70 0 69 -80q0 -72 -69 -71h-353q-73 -1 -73 71z" />
+<glyph unicode="&#x3b9;" horiz-adv-x="380" d="M-2 74v999q0 76 78 76q82 0 82 -76v-999q0 -74 -82 -74q-78 0 -78 74z" />
+<glyph unicode="&#x3ba;" horiz-adv-x="1069" d="M-2 74v997q0 76 78 76q76 0 76 -76v-502l583 551q23 18 51 19q33 0 55.5 -19.5t22.5 -50.5t-43 -74l-327 -307l376 -530q33 -55 33 -86q0 -37 -20.5 -56.5t-48.5 -19.5q-51 0 -78 45l-381 543l-223 -203v-307q0 -74 -78 -74q-76 0 -76 74z" />
+<glyph unicode="&#x3bb;" horiz-adv-x="1107" d="M2 63q0 20 8 39l355 942q-12 31 -74 201t-88 246q-4 16 -4 25q0 31 24.5 49t59.5 18q63 0 96 -88l475 -1370q10 -31 10 -51q0 -74 -71 -74q-68 0 -93 70l-258 755l-272 -749q-27 -76 -94 -76q-74 0 -74 63z" />
+<glyph unicode="&#x3bc;" horiz-adv-x="1081" d="M0 -408v1469q0 76 76 76q74 0 74 -76v-674q0 -109 72.5 -177.5t178.5 -68.5q137 0 221.5 95.5t84.5 236.5v588q0 76 75 76q74 0 74 -76v-973q0 -88 -73.5 -88t-73.5 78q-2 33 -2 78q-113 -172 -324 -172q-66 0 -131.5 31.5t-101.5 84.5v-508q0 -76 -76 -75q-74 -1 -74 75 z" />
+<glyph unicode="&#x3bd;" horiz-adv-x="1042" d="M-2 1067q0 33 21.5 52.5t56.5 19.5q59 0 90 -90l254 -777l258 779q31 88 94 88q74 0 74 -72q0 -18 -6 -33l-334 -973q-23 -61 -92 -61q-61 0 -84 61l-326 971q-6 19 -6 35z" />
+<glyph unicode="&#x3be;" horiz-adv-x="1038" d="M-2 395q0 164 121 291t258 156q-129 39 -192.5 106.5t-63.5 149.5q0 121 116.5 222t290.5 116h-338q-43 0 -70.5 18.5t-27.5 52.5q0 37 27.5 56.5t70.5 19.5h576q78 0 78 -72q0 -78 -66 -86q-63 -6 -135 -24.5t-158 -52t-142 -96t-56 -140.5t101 -134t177 -56 q47 0 82 -24t35 -60.5t-34 -60t-77 -23.5q-66 0 -134 -22.5t-127.5 -63.5t-97.5 -112t-38 -157q0 -51 24.5 -95t57.5 -70.5t90 -52t96 -38t103 -30.5q41 -10 94 -27q84 -27 138 -83t54 -136q0 -86 -44 -175t-111 -89q-27 0 -47.5 22.5t-20.5 46.5q0 12 31 66q41 66 41 115 q0 72 -100 106q-43 14 -109 31q-68 16 -104.5 27.5t-102 35t-104.5 52t-81 69.5t-61.5 97t-19.5 124z" />
+<glyph unicode="&#x3bf;" horiz-adv-x="1171" d="M-2 575.5q0 245.5 132 422t366 176.5q156 0 272.5 -91.5t170.5 -227.5t54 -294q0 -244 -132 -414t-365.5 -170t-365.5 176.5t-132 422zM162 590q0 -113 32.5 -216.5t111.5 -179t190 -75.5q164 0 249.5 127t85.5 303q0 178 -89 327.5t-246 149.5q-164 0 -249 -129 t-85 -307z" />
+<glyph unicode="&#x3c0;" horiz-adv-x="1097" d="M-2 74v989q0 33 19.5 56.5t50.5 23.5h727q76 0 75 -82v-987q0 -74 -75.5 -74t-75.5 74v925h-565v-925q0 -74 -80 -74q-76 0 -76 74z" />
+<glyph unicode="&#x3c1;" horiz-adv-x="1179" d="M0 -395v973q0 260 132 428t364 168q236 0 357.5 -168t121.5 -441q0 -262 -136.5 -425t-346.5 -163q-92 0 -183.5 47.5t-152.5 147.5v-567q0 -76 -80 -76q-76 0 -76 76zM160 582q0 -221 100 -339t240 -118q131 0 227 117.5t96 320.5q0 84 -17.5 163t-53 148.5t-100 111.5 t-146.5 42q-170 0 -258 -117.5t-88 -328.5z" />
+<glyph unicode="&#x3c2;" horiz-adv-x="1191" d="M31 569q0 252 180 422t410 170q115 0 237 -55q31 -14 51.5 -36.5t20.5 -41.5q0 -35 -21.5 -60.5t-52.5 -25.5q-8 0 -20 4q-111 47 -224 47q-170 0 -291.5 -122.5t-121.5 -323.5q0 -76 14 -137.5t47 -103.5t63.5 -70.5t84 -50t87 -32t93 -24.5t93.5 -23.5t80 -31t70.5 -47 t42 -67.5t17.5 -97q0 -98 -42 -181t-112 -83q-27 0 -47 22.5t-20 46.5q0 16 26 66q39 84 39 114q0 39 -32.5 68t-68.5 41t-108 31q-57 14 -93 24.5t-94 34t-95 49t-82 70.5t-70.5 99t-43 132t-17.5 172z" />
+<glyph unicode="&#x3c3;" horiz-adv-x="1333" d="M-2 588q0 246 137 409.5t377 163.5l557 -2q41 -4 69.5 -24.5t28.5 -55.5q0 -29 -25.5 -53.5t-58.5 -24.5q-31 0 -295 23q92 -66 149.5 -200t57.5 -271q0 -244 -136 -410t-374 -166q-156 0 -269.5 90.5t-165.5 226.5t-52 294zM162 586q0 -111 33.5 -213.5t111.5 -177 t187 -74.5q162 0 254 127t92 297q0 176 -91.5 325.5t-248.5 149.5q-160 0 -249 -130t-89 -304z" />
+<glyph unicode="&#x3c4;" horiz-adv-x="1105" d="M-2 1071q0 68 65 68h713q82 0 82 -70t-78 -70h-284v-632q0 -135 26.5 -190.5t120.5 -55.5q92 0 92 -68q0 -72 -92 -71q-174 0 -237.5 95t-63.5 290v630h-268q-76 0 -76 74z" />
+<glyph unicode="&#x3c5;" horiz-adv-x="1083" d="M-2 371v690q0 76 76 76q78 0 78 -76v-641q0 -125 76.5 -208t197.5 -83t200 83t79 208v641q0 76 75 76q78 0 78 -76v-690q0 -168 -129 -282t-303 -114t-301 112t-127 284z" />
+<glyph unicode="&#x3c6;" horiz-adv-x="1533" d="M0 555q0 182 82 348t227 252q16 10 41 10q29 0 50.5 -15t21.5 -38q0 -37 -45 -74q-102 -84 -161.5 -218t-59.5 -271q0 -162 96 -280.5t283 -143.5v512q0 98 5 163.5t25.5 143.5t56 124t103.5 77t164 31q131 0 230.5 -92.5t143.5 -219.5t44 -260q0 -266 -172 -441 t-447 -179v-381q0 -78 -76 -78q-78 0 -77 78v381q-178 6 -302 90t-178.5 207.5t-54.5 273.5zM688 125q209 2 333 138t124 343q0 92 -23.5 186.5t-85 172t-147.5 77.5q-53 0 -90 -20.5t-56.5 -46t-32 -77.5t-14.5 -83t-4 -96.5t-4 -85.5v-508z" />
+<glyph unicode="&#x3c7;" horiz-adv-x="1077" d="M-2 -420q0 23 18 68l344 747l-297 611q-16 37 -16 61q0 76 76 76q57 0 78 -49l250 -527l278 523q25 49 74 49q33 0 55.5 -22.5t22.5 -57.5q0 -29 -15 -58l-329 -606l368 -743q16 -37 17 -60q0 -20 -9 -34q-16 -35 -61 -35q-63 0 -96 69l-307 639l-285 -647 q-29 -66 -101 -65q-45 0 -59 32q-6 13 -6 29z" />
+<glyph unicode="&#x3c8;" horiz-adv-x="1421" d="M-2 584v483q0 98 74 98q35 0 60.5 -27.5t25.5 -68.5v-485q0 -461 356 -467v1085q0 82 76 82q78 0 78 -82v-1085q180 2 269 125t89 327v500q0 94 76 94q35 0 59.5 -26.5t24.5 -69.5v-483q0 -262 -136.5 -432t-381.5 -175v-348q0 -109 -78 -108q-76 0 -76 108v348 q-246 4 -381 175.5t-135 431.5z" />
+<glyph unicode="&#x3c9;" horiz-adv-x="1390" d="M2 436q0 231 70.5 409.5t189.5 282.5q23 18 62 19q27 0 42 -17.5t15 -44.5q0 -18 -27 -49q-2 -4 -10 -12q-188 -227 -188 -575q0 -152 53 -236t127 -84q59 0 110.5 66.5t63.5 181.5v395q0 41 24.5 64.5t57.5 23.5q31 0 53.5 -21.5t22.5 -58.5v-403q12 -115 63 -181.5 t111 -66.5q74 0 129 85t55 237q0 338 -199 577q-31 37 -30 62q0 27 15 44t42 17q39 0 61 -18q260 -229 261 -682q0 -211 -95.5 -340t-224.5 -129q-184 0 -268 237q-43 -119 -116 -177t-157 -58q-123 0 -218 127.5t-95 324.5z" />
+<glyph unicode="&#x3ca;" horiz-adv-x="380" d="M-229 1454q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5zM-2 74q0 -74 78 -74q82 0 82 74v999q0 76 -82 76q-78 0 -78 -76v-999zM180 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5 t-73 29.5t-30 72.5z" />
+<glyph unicode="&#x3cb;" horiz-adv-x="1083" d="M-2 371q0 -172 127 -284t301 -112t303 114t129 282v690q0 76 -78 76q-76 0 -75 -76v-641q0 -125 -79 -208t-200 -83t-197.5 83t-76.5 208v641q0 76 -78 76q-76 0 -76 -76v-690zM109 1454q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5 t-72.5 29.5t-29.5 72.5zM518 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
+<glyph unicode="&#x3cc;" horiz-adv-x="1171" d="M-2 575.5q0 245.5 132 422t366 176.5q156 0 272.5 -91.5t170.5 -227.5t54 -294q0 -244 -132 -414t-365.5 -170t-365.5 176.5t-132 422zM162 590q0 -113 32.5 -216.5t111.5 -179t190 -75.5q164 0 249.5 127t85.5 303q0 178 -89 327.5t-246 149.5q-164 0 -249 -129 t-85 -307zM412 1397q0 18 8 35l137 319q27 57 74 57q72 0 71 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-75 0 -75 70z" />
+<glyph unicode="&#x3cd;" horiz-adv-x="1083" d="M-2 371v690q0 76 76 76q78 0 78 -76v-641q0 -125 76.5 -208t197.5 -83t200 83t79 208v641q0 76 75 76q78 0 78 -76v-690q0 -168 -129 -282t-303 -114t-301 112t-127 284zM330 1397q0 18 8 35l137 319q27 57 74 57q72 0 72 -73q0 -8 -5 -21l-139 -315q-31 -72 -71 -72 q-76 0 -76 70z" />
+<glyph unicode="&#x3ce;" horiz-adv-x="1390" d="M2 436q0 231 70.5 409.5t189.5 282.5q23 18 62 19q27 0 42 -17.5t15 -44.5q0 -18 -27 -49q-2 -4 -10 -12q-188 -227 -188 -575q0 -152 53 -236t127 -84q59 0 110.5 66.5t63.5 181.5v395q0 41 24.5 64.5t57.5 23.5q31 0 53.5 -21.5t22.5 -58.5v-403q12 -115 63 -181.5 t111 -66.5q74 0 129 85t55 237q0 338 -199 577q-31 37 -30 62q0 27 15 44t42 17q39 0 61 -18q260 -229 261 -682q0 -211 -95.5 -340t-224.5 -129q-184 0 -268 237q-43 -119 -116 -177t-157 -58q-123 0 -218 127.5t-95 324.5zM500 1395q0 18 8 35l137 319q27 57 74 57 q72 0 72 -73q0 -8 -5 -21l-139 -315q-31 -72 -72 -72q-75 0 -75 70z" />
+<glyph unicode="&#x2000;" horiz-adv-x="913" />
+<glyph unicode="&#x2001;" horiz-adv-x="1828" />
+<glyph unicode="&#x2002;" horiz-adv-x="913" />
+<glyph unicode="&#x2003;" horiz-adv-x="1828" />
+<glyph unicode="&#x2004;" horiz-adv-x="608" />
+<glyph unicode="&#x2005;" horiz-adv-x="456" />
+<glyph unicode="&#x2006;" horiz-adv-x="303" />
+<glyph unicode="&#x2007;" horiz-adv-x="303" />
+<glyph unicode="&#x2008;" horiz-adv-x="227" />
+<glyph unicode="&#x2009;" horiz-adv-x="364" />
+<glyph unicode="&#x200a;" horiz-adv-x="100" />
+<glyph unicode="&#x2010;" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
+<glyph unicode="&#x2011;" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
+<glyph unicode="&#x2012;" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1466" d="M0 565q0 33 24.5 56.5t63.5 23.5h1036q88 0 88 -80q0 -76 -88 -76h-1036q-88 0 -88 76z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1871" d="M0 565q0 33 24.5 56.5t63.5 23.5h1442q88 0 88 -80q0 -76 -88 -76h-1442q-88 0 -88 76z" />
+<glyph unicode="&#x2018;" horiz-adv-x="557" d="M0 1479q0 29 24.5 48t55.5 19q45 0 63 -41l154 -360q8 -10 8 -25q0 -27 -25.5 -49t-52.5 -22q-55 0 -84 71l-137 334q-6 13 -6 25z" />
+<glyph unicode="&#x2019;" horiz-adv-x="557" d="M0 1120q0 14 8 25l154 360q18 41 63 41q31 0 55.5 -19.5t24.5 -47.5q0 -12 -6 -25l-137 -334q-29 -72 -84 -71q-27 0 -52.5 22t-25.5 49z" />
+<glyph unicode="&#x201a;" horiz-adv-x="557" d="M0 -203q0 12 6 25l137 334q27 66 88 65q27 0 50.5 -19.5t23.5 -45.5q0 -14 -8 -25l-154 -360q-18 -41 -63 -41q-31 0 -55.5 19t-24.5 48z" />
+<glyph unicode="&#x201c;" horiz-adv-x="890" d="M0 1479q0 29 24.5 48t55.5 19q45 0 63 -41l154 -360q8 -10 8 -25q0 -27 -25.5 -49t-52.5 -22q-55 0 -84 71l-137 334q-6 13 -6 25zM348 1479q0 29 24.5 48t55.5 19q45 0 64 -41l153 -360q8 -10 8 -25q0 -27 -25.5 -49t-52.5 -22q-55 0 -83 71l-138 334q-6 13 -6 25z" />
+<glyph unicode="&#x201d;" horiz-adv-x="890" d="M0 1120q0 14 8 25l154 360q18 41 63 41q31 0 55.5 -19.5t24.5 -47.5q0 -12 -6 -25l-137 -334q-29 -72 -84 -71q-27 0 -52.5 22t-25.5 49zM348 1120q0 14 8 25l154 360q18 41 63 41q31 0 55.5 -19.5t24.5 -47.5q0 -12 -6 -25l-137 -334q-29 -72 -84 -71q-27 0 -52.5 22 t-25.5 49z" />
+<glyph unicode="&#x201e;" horiz-adv-x="888" d="M0 -203q0 12 6 25l137 334q12 27 37 47t53 20q27 0 49.5 -20.5t22.5 -46.5q0 -14 -8 -25l-154 -360q-18 -41 -63 -41q-31 0 -55.5 19t-24.5 48zM328 -203q0 12 6 25l137 334q10 27 35.5 46t54.5 19q27 0 49.5 -19.5t22.5 -45.5q0 -14 -8 -25l-154 -360q-18 -41 -63 -41 q-31 0 -55.5 19t-24.5 48z" />
+<glyph unicode="&#x2020;" horiz-adv-x="1161" d="M0 1065q0 72 76 72h301v299q0 45 22.5 73.5t55.5 28.5q72 0 71 -102v-299h305q76 0 76 -78q0 -72 -76 -72h-305v-887q0 -100 -71 -100q-33 0 -55.5 27.5t-22.5 72.5v887h-301q-76 0 -76 78z" />
+<glyph unicode="&#x2021;" horiz-adv-x="1161" d="M0 492q0 72 76 71h301v424h-301q-76 0 -76 78q0 74 76 74h301v299q0 45 22.5 72.5t55.5 27.5q72 0 71 -100v-299h305q76 0 76 -78q0 -74 -76 -74h-305v-424h305q76 0 76 -78q0 -72 -76 -71h-305v-322q0 -100 -71 -100q-33 0 -55.5 27.5t-22.5 72.5v322h-301q-76 0 -76 78 z" />
+<glyph unicode="&#x2022;" horiz-adv-x="1191" d="M117 706.5q0 153.5 99 254t253 100.5t253 -100.5t99 -254t-99 -255t-253 -101.5t-253 101.5t-99 255z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1134" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM348 102q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5zM676 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5 t-29.5 72.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="364" />
+<glyph unicode="&#x2030;" horiz-adv-x="2500" d="M0 1186q0 158 93 262t249 104q154 0 247 -110.5t93 -270t-93 -268t-247 -108.5t-248 115.5t-94 275.5zM139 1178q0 -104 53.5 -185.5t149.5 -81.5q98 0 153.5 77t55.5 183q0 104 -56.5 184.5t-152.5 80.5q-94 0 -148.5 -74.5t-54.5 -183.5zM365 23q0 18 10 49l557 1429 q25 61 78 62q61 0 61 -68q0 -20 -10 -51q-35 -100 -287 -742.5t-285 -701.5q-25 -43 -65 -43q-59 0 -59 66zM758 358q0 160 94 265.5t252 105.5q152 0 243 -113.5t91 -271.5q0 -160 -89 -265.5t-245 -105.5q-158 0 -252 111.5t-94 273.5zM897 352q0 -109 53.5 -186.5 t153.5 -77.5q96 0 150.5 76t54.5 178q0 104 -55.5 187t-149.5 83q-96 0 -151.5 -78t-55.5 -182zM1567 358q0 160 94 265.5t252 105.5q152 0 243 -113.5t91 -271.5q0 -160 -89.5 -265.5t-244.5 -105.5q-158 0 -252 111.5t-94 273.5zM1706 352.5q0 -104.5 55.5 -184.5 t151.5 -80t150.5 76t54.5 178q0 104 -55.5 187t-149.5 83q-96 0 -151.5 -77.5t-55.5 -182z" />
+<glyph unicode="&#x2039;" horiz-adv-x="1392" d="M0 567q0 57 72 92l932 435q39 16 63 16q18 0 35 -6q37 -14 37 -55q0 -55 -70 -88l-844 -406l828 -401q74 -37 73 -95q0 -59 -69 -59q-33 0 -76 18l-909 453q-72 37 -72 96z" />
+<glyph unicode="&#x203a;" horiz-adv-x="1392" d="M0 1055q0 63 72 63q23 0 49 -10l928 -455q90 -47 90 -96q0 -57 -107 -108l-911 -437q-25 -10 -45 -10q-74 0 -74 72q0 57 66 88l827 385l-827 422q-68 35 -68 86z" />
+<glyph unicode="&#x205f;" horiz-adv-x="456" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1597" d="M6 604q0 72 76 72h96q-4 57 -4 88q0 47 2 72h-94q-76 0 -76 71.5t76 71.5h115q55 256 233 424t455 168q252 0 432 -168q39 -33 39 -74q0 -37 -21.5 -59.5t-52.5 -22.5q-39 0 -63 25q-129 129 -340 129q-201 0 -331 -118t-177 -304h712q80 0 80 -74q0 -70 -80 -69h-735 q-2 -20 -2 -58q0 -53 6 -102h525q80 0 79 -74q0 -70 -79 -70h-494q53 -176 181 -285.5t317 -109.5q197 0 336 139q23 23 51 23q74 0 73 -76q0 -47 -30 -76q-195 -170 -439 -170q-266 0 -439 156t-232 399h-119q-76 0 -76 72z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1445" d="M0 1509q0 35 37 35h379q39 0 39 -37t-39 -37h-152v-649q0 -51 -37 -51q-39 0 -39 51v649h-151q-37 0 -37 39zM373 813v12l102 670q8 63 63.5 63.5t71.5 -55.5l168 -590l176 590q18 55 72 56q55 0 64 -64l102 -670v-10q0 -35 -35 -35q-37 0 -43 41l-92 633l-203 -633 q-14 -45 -41 -45q-29 0 -43 45l-194 633l-92 -633q-6 -43 -43 -43q-33 0 -33 35z" />
+<glyph unicode="&#x2126;" horiz-adv-x="1495" d="M6 932q0 258 166 446.5t459 188.5q152 0 274.5 -55.5t200.5 -146.5t119 -203.5t41 -233.5q0 -254 -167 -437.5t-468 -183.5q-295 0 -460 185.5t-165 439.5zM113 74q0 76 69 76h908q70 0 69 -76q0 -74 -69 -74h-908q-69 0 -69 74zM160 933.5q0 -196.5 125 -338.5t350 -142 q231 0 356 136t125 329q0 201 -130 351t-353 150q-221 0 -347 -144.5t-126 -341z" />
+<glyph unicode="&#x2206;" horiz-adv-x="1423" d="M0 51q0 18 8 37l490 1339q33 94 116 95q90 0 117 -95l508 -1339q8 -18 8 -39q0 -49 -123 -49h-1030q-94 0 -94 51zM197 162h850l-433 1149z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1135" d="M0 1135h1135v-1135h-1135v1135z" />
+<glyph horiz-adv-x="1214" d="M-6 608q0 164 54 305.5t171 235.5t277 94h8q162 0 277.5 -93t167.5 -232.5t52 -303.5q0 -166 -52 -307t-169.5 -236.5t-279.5 -95.5t-280 93.5t-172 234.5t-54 305zM156 612q0 -195 91 -337t253 -142q160 0 249 138.5t89 328.5q0 195 -89.5 338t-246.5 143 q-166 0 -256 -138t-90 -331z" />
+<glyph horiz-adv-x="817" d="M-4 1065q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -104v-1004q0 -39 -22.5 -63.5t-59.5 -24.5q-39 0 -61.5 24.5t-22.5 63.5v971l-201 -58q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5z" />
+<glyph horiz-adv-x="1103" d="M-10 836q0 188 133 304.5t307 116.5q168 0 297 -108.5t129 -276.5q0 -49 -5 -80.5t-36 -95t-90 -131t-174 -173t-283 -236.5h535q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -113 74q0 37 31 76q315 270 445 395t166 183t36 130q0 109 -80 175.5t-186 66.5 q-109 0 -186.5 -73t-77.5 -202q0 -35 -21.5 -66.5t-60.5 -31.5t-62.5 34t-23.5 75z" />
+<glyph horiz-adv-x="1085" d="M-4 -8q0 39 20.5 60.5t49.5 21.5q53 0 75 -54q84 -195 269 -194q123 0 210 77t87 214q0 109 -62.5 194.5t-177.5 104.5q-25 4 -119 4q-94 2 -94 75.5t92 73.5q96 0 117 4q86 16 134 98.5t48 178.5q0 115 -65.5 184.5t-182.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5 q0 -102 -78 -102q-88 0 -88 108q0 135 114 243.5t278 108.5q182 0 293.5 -116.5t111.5 -286.5q0 -195 -170 -340q115 -72 173 -178.5t58 -222.5q0 -182 -126.5 -316.5t-335.5 -134.5q-117 0 -213.5 52.5t-151.5 131.5q-51 74 -51 146z" />
+<glyph horiz-adv-x="1208" d="M-6 217q0 43 26 78l535 862q59 96 158 96q57 0 94 -39.5t37 -107.5v-830h98q76 0 76 -81q0 -72 -68 -72h-106v-293q0 -96 -78 -96q-80 0 -80 96v291h-584q-51 0 -79.5 27.5t-28.5 68.5zM186 276h500v805z" />
+<glyph horiz-adv-x="1142" d="M6 -53q0 35 19.5 54t46.5 19q39 0 63 -34q49 -63 135 -103.5t170 -40.5q143 0 237.5 104.5t94.5 239.5q0 139 -89 242.5t-249 103.5q-57 0 -115.5 -17t-87.5 -17q-84 0 -84 75q0 18 105 574q14 82 117 82h438q35 0 55.5 -25.5t20.5 -62.5q0 -78 -76 -78h-422l-68 -395 q68 16 156 16q219 0 341 -141.5t122 -337.5q0 -207 -133 -361.5t-373 -154.5q-170 0 -297 85t-127 173z" />
+<glyph horiz-adv-x="1142" d="M2 522q0 268 145.5 516t372.5 453q33 31 70 31t61.5 -21.5t24.5 -60.5q0 -27 -23 -49q-127 -119 -242.5 -267.5t-166.5 -253.5q92 109 280 109q170 0 291 -137t121 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM162 492q0 -145 85 -255t226 -110 q141 10 224 116.5t83 245.5q0 137 -83 237.5t-236 100.5q-145 0 -222 -99t-77 -236z" />
+<glyph horiz-adv-x="1110" d="M2 1143q0 82 94 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 11 49l520 1223h-625q-94 0 -94 84z" />
+<glyph horiz-adv-x="1110" d="M-12 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 118 268.5t283 108.5q168 0 280 -105.5t112 -271.5q0 -199 -199 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-321 -136.5q-205 0 -333 132t-128 337zM160 451q0 -133 79.5 -223.5t209.5 -90.5 q125 0 202.5 90t77.5 219q0 131 -81 221.5t-199 90.5q-125 0 -207 -91t-82 -216zM209 1173.5q0 -108.5 66.5 -185.5t173.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-158 63t-163 -63.5t-70.5 -172z" />
+<glyph horiz-adv-x="1175" d="M-6 735q0 209 127 359.5t356 150.5q217 0 347 -158.5t130 -402.5q0 -154 -43 -309.5t-171 -352t-330 -360.5q-27 -23 -64 -22q-31 0 -51.5 18t-20.5 47q0 45 39 80q139 121 258 272.5t154 247.5q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM156 725q0 -164 93 -260 t224 -96q141 0 233.5 90t92.5 262q0 145 -84 255.5t-244 110.5q-152 0 -233.5 -111.5t-81.5 -250.5z" />
+<glyph horiz-adv-x="1388" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-140 262h-645l-110 -233q-29 -78 -92 -78q-66 0 -66 72zM340 467h500l-252 506z" />
+<glyph horiz-adv-x="1181" d="M0 100v949q0 98 84 98h375q160 0 267.5 -68.5t107.5 -210.5q0 -92 -60.5 -160.5t-163.5 -99.5q147 -4 237.5 -86t90.5 -203q0 -127 -103.5 -223t-275.5 -96h-440q-68 0 -90 16q-29 18 -29 84zM152 150h346q129 0 201.5 49t72.5 127q0 96 -90 141t-215 45h-315v-362z M152 662h245q279 0 279 178q0 68 -53.5 112.5t-176.5 44.5h-294v-335z" />
+<glyph horiz-adv-x="1294" d="M10 580q0 268 175 435t454 167q252 0 432 -168q39 -33 39 -74q0 -37 -21.5 -59.5t-52.5 -22.5q-39 0 -63 25q-129 129 -340 129q-188 0 -319.5 -112t-131.5 -306q0 -205 129 -331t324 -126q197 0 336 139q23 23 51 23q74 0 74 -76q0 -47 -31 -76q-195 -170 -438 -170 q-272 0 -444.5 168.5t-172.5 434.5z" />
+<glyph horiz-adv-x="1349" d="M0 84v965q0 98 119 98h405q221 0 375 -154.5t154 -425.5q0 -272 -165 -419.5t-405 -147.5h-397q-51 0 -68.5 16.5t-17.5 67.5zM152 150h321q182 0 300 102t118 315q0 217 -114.5 323.5t-274.5 106.5h-350v-847z" />
+<glyph horiz-adv-x="1007" d="M0 92v963q0 92 84 92h623q76 0 75 -76q0 -74 -75 -74h-557v-319h458q76 0 76 -78q0 -72 -76 -72h-458v-378h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
+<glyph horiz-adv-x="927" d="M0 61v988q0 98 84 98h604q76 0 76 -76q0 -74 -76 -74h-536v-417h405q76 0 76 -78q0 -74 -76 -74h-405v-367q0 -61 -78 -61q-74 0 -74 61z" />
+<glyph horiz-adv-x="1470" d="M6 551q0 256 165 438t429 182q254 0 436 -188q35 -35 35 -67.5t-21.5 -59.5t-58.5 -27q-35 0 -71 33q-160 145 -328 146q-182 0 -300 -131.5t-118 -329.5q0 -170 124 -291t302 -121q98 0 188.5 34t156 110.5t65.5 181.5q0 29 -9 31h-317q-90 0 -90 73q0 76 96 76h342 q80 0 105.5 -48t25.5 -134q0 -203 -156.5 -342.5t-414.5 -139.5q-252 0 -419 175.5t-167 398.5z" />
+<glyph horiz-adv-x="1181" d="M0 74v1003q0 76 74 76q76 0 76 -76v-415h641v415q0 76 73 76q78 0 78 -76v-1003q0 -74 -78 -74q-74 0 -73 74v436h-641v-436q0 -74 -74 -74q-76 0 -76 74z" />
+<glyph horiz-adv-x="391" d="M0 76v999q0 76 80 76t80 -76v-999q0 -76 -80 -76t-80 76z" />
+<glyph horiz-adv-x="882" d="M0 133q0 78 70 78q16 0 85.5 -47t149.5 -47q88 0 137.5 50t49.5 138v770q0 76 75 76q78 0 78 -76v-770q0 -152 -95 -242t-247 -90q-164 0 -278 103q-25 22 -25 57z" />
+<glyph horiz-adv-x="1052" d="M0 117v960q0 76 74 76q76 0 76 -76v-927h657q76 0 76 -74q0 -76 -76 -76h-707q-100 0 -100 117z" />
+<glyph horiz-adv-x="1689" d="M0 72q0 16 2 24l203 924q25 154 131 154q98 0 143 -138l254 -760l262 760q47 133 148 133q106 0 127 -149l190 -928q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-68 0 -81 82l-175 893l-317 -889q-31 -88 -84 -88t-84 88l-303 891l-188 -893q-12 -84 -82 -84 q-72 0 -72 70z" />
+<glyph horiz-adv-x="1234" d="M0 78v1003q0 90 74 90q57 0 106 -73l676 -828v822q0 78 74 77q76 0 76 -77v-1002q0 -90 -74 -90q-59 0 -103 61l-679 824v-807q0 -78 -74 -78q-76 0 -76 78z" />
+<glyph horiz-adv-x="1396" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z " />
+<glyph horiz-adv-x="1097" d="M0 76v991q0 82 84 82h393q201 0 319.5 -112.5t118.5 -266.5q0 -162 -113.5 -280.5t-312.5 -118.5h-339v-295q0 -76 -74 -76q-76 0 -76 76zM150 520h331q133 0 208 69.5t75 164.5q0 100 -83 172.5t-232 72.5h-299v-479z" />
+<glyph horiz-adv-x="1433" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -221 -137 -383l86 -94q23 -27 22.5 -55.5t-19 -50t-50.5 -21.5q-29 0 -48 19l-102 102q-143 -102 -344 -102q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129 q127 0 232 61l-86 82q-29 29 -29 60q0 37 24.5 62.5t57.5 25.5q29 0 53 -25l94 -96q82 115 82 260q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z" />
+<glyph horiz-adv-x="1101" d="M0 92v995q0 82 117 82h307q221 0 346 -92t125 -276q0 -236 -252 -330l219 -334q18 -23 19 -71q0 -68 -66 -68q-37 0 -70 41l-256 381h-339v-328q0 -92 -74 -92q-76 0 -76 92zM150 569h290q127 0 218.5 59.5t91.5 172.5q0 115 -92.5 167t-217.5 52h-290v-451z" />
+<glyph horiz-adv-x="1085" d="M16 160q0 41 19.5 64.5t50.5 23.5q27 0 59 -23q139 -92 283 -92q98 0 174 42t76 132q0 68 -63.5 110t-172.5 81q-72 27 -97.5 37t-88.5 36.5t-91 48t-66 55.5t-53 73.5t-15 87.5q0 164 117.5 248.5t293.5 84.5q182 0 318 -73q39 -20 39 -72q0 -35 -21.5 -55.5 t-52.5 -20.5q-25 0 -45 13q-92 53 -246 53q-104 0 -175 -38t-71 -122q0 -20 8.5 -37.5t29 -34t37 -29t54 -28.5t57 -24.5t67.5 -27t65 -24.5q340 -133 340 -327q0 -174 -125 -259.5t-299 -85.5q-188 0 -379 121q-27 19 -27 62z" />
+<glyph horiz-adv-x="1087" d="M0 1071q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-911q0 -86 -74 -86q-78 0 -78 86v911h-301q-82 0 -82 74z" />
+<glyph horiz-adv-x="1208" d="M0 584v479q0 88 84 88q78 0 78 -88v-463q0 -248 96 -354.5t252 -106.5t241 103.5t85 357.5v463q0 88 79 88q84 0 84 -88v-479q0 -606 -507 -607q-223 0 -357.5 144t-134.5 463z" />
+<glyph horiz-adv-x="1220" d="M0 1083q0 74 78 74q57 0 80 -61l340 -842l336 842q23 59 71 59q33 0 61.5 -25.5t28.5 -58.5q0 -12 -6 -24l-375 -920q-51 -127 -116 -127q-59 0 -105 109l-387 938q-6 18 -6 36z" />
+<glyph horiz-adv-x="1736" d="M0 1096q0 35 22.5 55t55.5 20q68 0 80 -75l211 -891l286 889q27 78 109 77q80 0 106 -77l277 -887l205 885q12 84 84 84q33 0 56.5 -23t23.5 -57q0 -12 -3 -19l-237 -973q-10 -45 -46 -74.5t-83 -29.5q-43 0 -78 23.5t-47 70.5l-262 838l-260 -805q-41 -131 -135 -131 q-45 0 -80 33.5t-49 87.5l-234 960q-2 7 -2 19z" />
+<glyph horiz-adv-x="1110" d="M0 57q0 33 25 70l311 504l-258 420q-18 27 -19 51q0 31 20.5 50t51.5 19q41 0 68 -36l231 -369l207 367q25 37 63 36q29 0 51.5 -21.5t22.5 -51.5q0 -25 -16 -47l-246 -400l315 -518q29 -45 29 -76q0 -57 -59 -57q-45 0 -78 45l-297 467l-285 -465q-31 -47 -78 -47 q-59 0 -59 59z" />
+<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
+<glyph horiz-adv-x="1181" d="M0 86q0 45 23 80l694 833h-611q-78 0 -77 74q0 76 77 76h721q102 0 103 -66q0 -37 -41 -100l-694 -833h682q80 0 79 -72q0 -78 -79 -78h-805q-72 0 -72 86z" />
+<glyph horiz-adv-x="1388" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-140 262h-645l-110 -233q-29 -78 -92 -78q-66 0 -66 72zM340 467h500l-252 506z" />
+<glyph horiz-adv-x="1181" d="M0 100v949q0 98 84 98h375q160 0 267.5 -68.5t107.5 -210.5q0 -92 -60.5 -160.5t-163.5 -99.5q147 -4 237.5 -86t90.5 -203q0 -127 -103.5 -223t-275.5 -96h-440q-68 0 -90 16q-29 18 -29 84zM152 150h346q129 0 201.5 49t72.5 127q0 96 -90 141t-215 45h-315v-362z M152 662h245q279 0 279 178q0 68 -53.5 112.5t-176.5 44.5h-294v-335z" />
+<glyph horiz-adv-x="1007" d="M0 76v968q0 98 84 99h645q35 0 57.5 -22.5t22.5 -55.5q0 -72 -80 -72h-577v-917q0 -76 -78 -76q-74 0 -74 76z" />
+<glyph horiz-adv-x="1423" d="M0 51q0 18 8 37l449 989q33 94 116 94q90 0 117 -94l467 -989q8 -18 8 -39q0 -49 -123 -49h-948q-94 0 -94 51zM225 150h713l-367 802z" />
+<glyph horiz-adv-x="1007" d="M0 92v963q0 92 84 92h623q76 0 75 -76q0 -74 -75 -74h-557v-319h458q76 0 76 -78q0 -72 -76 -72h-458v-378h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
+<glyph horiz-adv-x="1181" d="M0 86q0 45 23 80l694 833h-611q-78 0 -77 74q0 76 77 76h721q102 0 103 -66q0 -37 -41 -100l-694 -833h682q80 0 79 -72q0 -78 -79 -78h-805q-72 0 -72 86z" />
+<glyph horiz-adv-x="1167" d="M0 74v1013q0 76 74 76q76 0 76 -76v-425h641v425q0 76 73 76q78 0 78 -76v-1013q0 -74 -78 -74q-74 0 -73 74v436h-641v-436q0 -74 -74 -74q-76 0 -76 74z" />
+<glyph horiz-adv-x="1417" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z M233 577.5q0 75.5 76 75.5h568q76 0 75 -78q0 -74 -75 -73h-568q-76 0 -76 75.5z" />
+<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph horiz-adv-x="1214" d="M0 66v1030q0 63 74 63q78 0 78 -63v-607l714 648q23 18 47 18q33 0 58.5 -25.5t25.5 -56.5q0 -29 -20 -47l-414 -354l449 -539q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-445 532l-294 -266v-233q0 -66 -74 -66q-78 0 -78 66z" />
+<glyph horiz-adv-x="1409" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -31 -21.5 -50.5t-56.5 -19.5q-55 0 -74 49l-456 924l-430 -895q-29 -78 -92 -78q-66 0 -66 72z" />
+<glyph horiz-adv-x="1689" d="M0 72q0 16 2 24l203 924q25 154 131 154q98 0 143 -138l254 -760l262 760q47 133 148 133q106 0 127 -149l190 -928q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-68 0 -81 82l-175 893l-317 -889q-31 -88 -84 -88t-84 88l-303 891l-188 -893q-12 -84 -82 -84 q-72 0 -72 70z" />
+<glyph horiz-adv-x="1234" d="M0 78v1003q0 90 74 90q57 0 106 -73l676 -828v822q0 78 74 77q76 0 76 -77v-1002q0 -90 -74 -90q-59 0 -103 61l-679 824v-807q0 -78 -74 -78q-76 0 -76 78z" />
+<glyph horiz-adv-x="1329" d="M-6 80q0 76 88 76h946q86 0 86 -78q0 -74 -86 -74h-946q-88 0 -88 76zM23 1073q0 76 75 76h912q76 0 75 -76q0 -74 -75 -74h-912q-75 0 -75 74zM168 586q0 74 74 73h606q76 0 76 -79q0 -74 -76 -74h-606q-74 0 -74 80z" />
+<glyph horiz-adv-x="1396" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z " />
+<glyph horiz-adv-x="1169" d="M0 76v985q0 78 74 78h788q31 0 54.5 -23.5t23.5 -54.5v-985q0 -76 -74 -76q-76 0 -75 76v909h-641v-909q0 -76 -78 -76q-72 0 -72 76z" />
+<glyph horiz-adv-x="1097" d="M0 76v991q0 82 84 82h414q201 0 319.5 -112.5t118.5 -266.5q0 -162 -113.5 -280.5t-312.5 -118.5h-360v-295q0 -76 -74 -76q-76 0 -76 76zM150 520h352q133 0 207.5 69.5t74.5 164.5q0 100 -83 172.5t-232 72.5h-319v-479z" />
+<glyph horiz-adv-x="1163" d="M0 86q0 45 23 80l370 387q14 25 15 41q0 20 -19 47l-323 340q-39 57 -39 100q0 68 104 68h741q76 0 76 -78q0 -74 -76 -74h-612l326 -352q20 -29 20 -55q0 -20 -14 -41l-385 -399h692q76 0 76 -78q0 -72 -76 -72h-827q-72 0 -72 86z" />
+<glyph horiz-adv-x="1087" d="M0 1071q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-911q0 -86 -74 -86q-78 0 -78 86v911h-301q-82 0 -82 74z" />
+<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
+<glyph horiz-adv-x="1449" d="M0 592q0 170 137 275.5t371 105.5v110q0 76 75.5 76t75.5 -76q0 -4 -4 -110q233 0 370.5 -106.5t137.5 -276.5q0 -168 -137 -270.5t-369 -102.5v-139q0 -78 -73 -78q-76 0 -76 78v139q-246 0 -377 101.5t-131 273.5zM145 592q0 -109 96.5 -171.5t266.5 -62.5v473 q-180 0 -271.5 -64t-91.5 -175zM657 358q360 0 361 232q0 113 -90 177t-271 64v-473z" />
+<glyph horiz-adv-x="997" d="M0 57q0 33 25 70l311 504l-258 420q-18 27 -19 51q0 31 20.5 50t51.5 19q41 0 68 -36l231 -369l207 367q25 37 63 36q29 0 51.5 -21.5t22.5 -51.5q0 -25 -16 -47l-246 -400l319 -516q29 -45 29 -76q0 -59 -63 -59q-45 0 -78 45l-297 467l-285 -465q-31 -47 -78 -47 q-59 0 -59 59z" />
+<glyph horiz-adv-x="1423" d="M0 858v199q0 74 78 73q72 0 72 -73v-172q0 -227 79.5 -352t276.5 -125v696q0 76 74 76q76 0 75 -76v-696q209 0 282 114.5t73 362.5v172q0 76 75 76q78 0 78 -76v-199q0 -594 -508 -594v-190q0 -74 -75 -74q-74 0 -74 74v190q-506 12 -506 594z" />
+<glyph horiz-adv-x="1300" d="M61 715q0 162 133.5 302t362.5 140q213 0 361.5 -124t148.5 -324q0 -190 -144.5 -316.5t-365.5 -126.5q-215 0 -355.5 128t-140.5 321zM92 74q0 76 70 76h811q70 0 69 -76q0 -74 -69 -74h-811q-70 0 -70 74zM219 719q0 -135 99.5 -219t242.5 -84q147 0 246.5 77.5 t99.5 208.5q0 135 -101 220.5t-249 85.5q-145 0 -241.5 -80t-96.5 -209z" />
+<glyph horiz-adv-x="1388" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-140 262h-645l-110 -233q-29 -78 -92 -78q-66 0 -66 72zM340 467h500l-252 506z" />
+<glyph horiz-adv-x="1007" d="M0 92v963q0 92 84 92h623q76 0 75 -76q0 -74 -75 -74h-557v-319h458q76 0 76 -78q0 -72 -76 -72h-458v-378h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
+<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph horiz-adv-x="1153" d="M0 74v1013q0 76 74 76q76 0 76 -76v-425h641v425q0 76 73 76q78 0 78 -76v-1013q0 -74 -78 -74q-74 0 -73 74v436h-641v-436q0 -74 -74 -74q-76 0 -76 74z" />
+<glyph horiz-adv-x="1396" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z " />
+<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
+<glyph horiz-adv-x="1300" d="M61 715q0 162 133.5 302t362.5 140q213 0 361.5 -124t148.5 -324q0 -190 -144.5 -316.5t-365.5 -126.5q-215 0 -355.5 128t-140.5 321zM92 74q0 76 70 76h811q70 0 69 -76q0 -74 -69 -74h-811q-70 0 -70 74zM219 719q0 -135 99.5 -219t242.5 -84q147 0 246.5 77.5 t99.5 208.5q0 135 -101 220.5t-249 85.5q-145 0 -241.5 -80t-96.5 -209z" />
+<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
+<glyph horiz-adv-x="1163" d="M0 86q0 45 23 80l370 387q14 25 15 41q0 20 -19 47l-323 340q-39 57 -39 100q0 68 104 68h741q76 0 76 -78q0 -74 -76 -74h-612l326 -352q20 -29 20 -55q0 -20 -14 -41l-385 -399h692q76 0 76 -78q0 -72 -76 -72h-827q-72 0 -72 86z" />
+<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
+<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
+<glyph d="M104 768q0 133 28 266t83 258t157.5 202t235.5 77h8q133 0 234.5 -76t156 -200t81 -256t26.5 -267q0 -131 -27.5 -263t-84 -256t-158 -201t-232.5 -77q-137 0 -240.5 74t-158.5 196t-82 254t-27 269zM274 764q0 -100 19.5 -204.5t57.5 -203t105.5 -161t155.5 -62.5 t156 65.5t104.5 166t54 202t17.5 193.5q0 106 -17.5 213.5t-54 208t-103.5 164t-155 63.5q-94 0 -164.5 -66.5t-106.5 -171t-52.5 -207t-16.5 -200.5z" />
+<glyph d="M197 71.5q0 67.5 75 67.5h330v1202l-201 -57q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -105v-1235h301q80 0 80 -69q0 -66 -80 -66h-797q-75 0 -75 67.5z" />
+<glyph d="M174 1143q0 188 133 305t307 117q168 0 297 -108.5t129 -276.5q0 -197 -145 -389l-483 -635h575q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -112 74q0 37 30 76l557 757q90 123 90 258q0 109 -79.5 175.5t-186.5 66.5q-109 0 -186.5 -72.5t-77.5 -201.5q0 -35 -21.5 -67 t-60.5 -32t-62.5 34t-23.5 75z" />
+<glyph d="M180 305q0 39 20.5 60.5t49.5 21.5q53 0 76 -53q84 -195 268 -195q123 0 210 77t87 214q0 109 -62.5 195t-177.5 104q-25 4 -119 4q-94 2 -94 76t92 74q96 0 117 4q86 16 134 98t48 178q0 115 -65.5 184.5t-181.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5q0 -102 -78 -102 q-88 0 -88 109q0 135 113.5 243.5t277.5 108.5q182 0 293.5 -117t111.5 -287q0 -195 -170 -340q115 -72 173.5 -178t58.5 -223q0 -182 -127 -316.5t-336 -134.5q-117 0 -213 52.5t-152 132.5q-51 73 -51 145z" />
+<glyph d="M96 483q0 43 27 78l534 862q59 96 158 97q57 0 94 -40t37 -108v-829h98q76 0 76 -82q0 -72 -67 -72h-107v-293q0 -96 -78 -96q-80 0 -80 96v291h-583q-51 0 -80 27.5t-29 68.5zM289 543h499v805z" />
+<glyph d="M129 233q0 35 19.5 54.5t46.5 19.5q39 0 63 -35q49 -63 135 -103t170 -40q143 0 237.5 104.5t94.5 239.5q0 139 -89 242.5t-249 103.5q-57 0 -115.5 -17.5t-87.5 -17.5q-84 0 -84 76q0 18 105 574q14 82 117 82h438q35 0 55.5 -26t20.5 -63q0 -78 -76 -77h-422l-68 -396 q68 16 156 17q219 0 341 -141.5t122 -337.5q0 -207 -133 -362t-373 -155q-170 0 -297 85t-127 173z" />
+<glyph d="M145 522q0 268 145.5 516t373.5 453q33 31 69.5 31t61 -21.5t24.5 -60.5q0 -27 -22 -49q-127 -119 -243 -267.5t-167 -253.5q92 109 281 109q170 0 290.5 -137t120.5 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM305 492q0 -145 85 -255t226 -110 q141 10 224.5 116.5t83.5 245.5q0 137 -83 237.5t-237 100.5q-145 0 -222 -99t-77 -236z" />
+<glyph d="M145 1436q0 82 95 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 10 49l520 1223h-624q-95 0 -95 84z" />
+<glyph d="M152 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 117.5 268.5t283.5 108.5q168 0 279.5 -105.5t111.5 -271.5q0 -199 -198 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-322 -136.5q-205 0 -332.5 132t-127.5 337zM324 451q0 -133 79.5 -223.5 t208.5 -90.5q125 0 203 90t78 219q0 131 -81 221.5t-200 90.5q-125 0 -206.5 -91t-81.5 -216zM373 1173.5q0 -108.5 66.5 -185.5t172.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-157.5 63t-162.5 -63.5t-70.5 -172z" />
+<glyph d="M117 1059q0 209 127 359.5t356 150.5q217 0 347 -159t130 -402q0 -154 -43 -309.5t-171 -352t-331 -360.5q-27 -23 -63 -23q-31 0 -51.5 18.5t-20.5 47.5q0 45 39 80q139 121 258 272t154 248q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM279 1049 q0 -164 93 -260.5t224 -96.5q141 0 233.5 90t92.5 262q0 145 -84 256t-244 111q-152 0 -233.5 -111.5t-81.5 -250.5z" />
+<glyph horiz-adv-x="1288" d="M106 608q0 258 133.5 446.5t368.5 188.5h8q162 0 278 -93t168 -232.5t52 -303.5q0 -166 -52 -307t-170 -236.5t-279.5 -95.5t-279.5 93.5t-172.5 234.5t-54.5 305zM268 612q0 -195 91.5 -337t253 -142t249.5 138.5t88 328.5q0 195 -89 338t-247 143q-166 0 -256 -138 t-90 -331z" />
+<glyph d="M197 71.5q0 67.5 75 67.5h330v920l-201 -58q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -104v-953h301q80 0 80 -69q0 -66 -80 -66h-797q-75 0 -75 67.5z" />
+<glyph d="M174 836q0 188 133 304.5t307 116.5q168 0 297 -108.5t129 -276.5q0 -49 -5 -80.5t-35.5 -95t-90 -131t-174 -173t-282.5 -236.5h534q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -112 74q0 37 30 76q315 270 445.5 395t166 183t35.5 130q0 109 -79.5 175.5t-186.5 66.5 q-109 0 -186.5 -73t-77.5 -202q0 -35 -21.5 -66.5t-60.5 -31.5t-62.5 34t-23.5 75z" />
+<glyph d="M180 -8q0 39 20.5 60.5t49.5 21.5q53 0 76 -54q84 -195 268 -194q123 0 210 77t87 214q0 109 -62.5 194.5t-177.5 104.5q-25 4 -119 4q-94 2 -94 75.5t92 73.5q96 0 117 4q86 16 134 98.5t48 178.5q0 115 -65.5 184.5t-181.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5 q0 -102 -78 -102q-88 0 -88 108q0 135 113.5 243.5t277.5 108.5q182 0 293.5 -116.5t111.5 -286.5q0 -195 -170 -340q115 -72 173.5 -178.5t58.5 -222.5q0 -182 -127 -316.5t-336 -134.5q-117 0 -213 52.5t-152 131.5q-51 74 -51 146z" />
+<glyph d="M96 217q0 43 27 78l534 862q59 96 158 96q57 0 94 -39.5t37 -107.5v-830h98q76 0 76 -81q0 -72 -67 -72h-107v-293q0 -96 -78 -96q-80 0 -80 96v291h-583q-51 0 -80 27.5t-29 68.5zM289 276h499v805z" />
+<glyph d="M129 -53q0 35 19.5 54t46.5 19q39 0 63 -34q49 -63 135 -103.5t170 -40.5q143 0 237.5 104.5t94.5 239.5q0 139 -89 242.5t-249 103.5q-57 0 -115.5 -17t-87.5 -17q-84 0 -84 75q0 18 105 574q14 82 117 82h438q35 0 55.5 -25.5t20.5 -62.5q0 -78 -76 -78h-422l-68 -395 q68 16 156 16q219 0 341 -141.5t122 -337.5q0 -207 -133 -361.5t-373 -154.5q-170 0 -297 85t-127 173z" />
+<glyph d="M145 522q0 268 145.5 516t373.5 453q33 31 69.5 31t61 -21.5t24.5 -60.5q0 -27 -22 -49q-127 -119 -243 -267.5t-167 -253.5q92 109 281 109q170 0 290.5 -137t120.5 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM305 492q0 -145 85 -255t226 -110 q141 10 224.5 116.5t83.5 245.5q0 137 -83 237.5t-237 100.5q-145 0 -222 -99t-77 -236z" />
+<glyph d="M145 1143q0 82 95 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 10 49l520 1223h-624q-95 0 -95 84z" />
+<glyph d="M152 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 117.5 268.5t283.5 108.5q168 0 279.5 -105.5t111.5 -271.5q0 -199 -198 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-322 -136.5q-205 0 -332.5 132t-127.5 337zM324 451q0 -133 79.5 -223.5 t208.5 -90.5q125 0 203 90t78 219q0 131 -81 221.5t-200 90.5q-125 0 -206.5 -91t-81.5 -216zM373 1173.5q0 -108.5 66.5 -185.5t172.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-157.5 63t-162.5 -63.5t-70.5 -172z" />
+<glyph d="M117 735q0 209 127 359.5t356 150.5q217 0 347 -158.5t130 -402.5q0 -154 -43 -309.5t-171 -352t-331 -360.5q-27 -23 -63 -22q-31 0 -51.5 18t-20.5 47q0 45 39 80q139 121 258 272.5t154 247.5q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM279 725 q0 -164 93 -260t224 -96q141 0 233.5 90t92.5 262q0 145 -84 255.5t-244 110.5q-152 0 -233.5 -111.5t-81.5 -250.5z" />
+<glyph horiz-adv-x="1214" d="M0 66v1030q0 63 74 63q78 0 78 -63v-607l714 648q23 18 47 18q33 0 58.5 -25.5t25.5 -56.5q0 -29 -20 -47l-414 -354l449 -539q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-445 532l-294 -266v-233q0 -66 -74 -66q-78 0 -78 66z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/BPreplay-webfont.ttf b/dist/fonts/BPreplay-webfont.ttf
new file mode 100644 (file)
index 0000000..949a096
Binary files /dev/null and b/dist/fonts/BPreplay-webfont.ttf differ
diff --git a/dist/fonts/BPreplay-webfont.woff b/dist/fonts/BPreplay-webfont.woff
new file mode 100644 (file)
index 0000000..db21dac
Binary files /dev/null and b/dist/fonts/BPreplay-webfont.woff differ
diff --git a/dist/fonts/BPreplayBold-webfont.eot b/dist/fonts/BPreplayBold-webfont.eot
new file mode 100644 (file)
index 0000000..fccb706
Binary files /dev/null and b/dist/fonts/BPreplayBold-webfont.eot differ
diff --git a/dist/fonts/BPreplayBold-webfont.svg b/dist/fonts/BPreplayBold-webfont.svg
new file mode 100644 (file)
index 0000000..210d081
--- /dev/null
@@ -0,0 +1,333 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
+Designer    : MagentaGeorge Triantafyllakos
+Foundry     : MagentaGeorge Triantafyllakos
+Foundry URL : httpwwwmagentagr
+</metadata>
+<defs>
+<font id="BPreplayBold" horiz-adv-x="1280" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="579" />
+<glyph unicode=" "  horiz-adv-x="579" />
+<glyph unicode="&#x09;" horiz-adv-x="579" />
+<glyph unicode="&#xa0;" horiz-adv-x="579" />
+<glyph unicode="!" horiz-adv-x="425" d="M8 182q0 76 53.5 129.5t128.5 53.5q78 0 131.5 -52.5t53.5 -130.5t-53.5 -130t-131.5 -52q-76 0 -129 53t-53 129zM33 668v745q0 170 155 170q158 0 158 -170v-745q0 -160 -160 -160q-153 0 -153 160z" />
+<glyph unicode="&#x22;" horiz-adv-x="755" d="M18 1147v268q0 170 160 170q156 0 156 -170v-268q0 -162 -158 -162t-158 162zM416 1147v268q0 170 159 170q162 0 162 -170v-268q0 -162 -164 -162q-157 0 -157 162z" />
+<glyph unicode="#" horiz-adv-x="1357" d="M45 559q0 74 52.5 114t117.5 40h66q10 37 22 112h-33q-160 0 -159 154q0 147 159 147h70q6 61 41 306q23 150 147 149q61 0 109.5 -46t48.5 -108l-41 -301h70l43 308q18 150 149 149q61 0 105.5 -44t44.5 -109v-19l-37 -285h24q66 0 114 -37.5t48 -111.5 q0 -152 -172 -152h-53q-10 -41 -20 -112h26q156 0 156 -154q0 -74 -51.5 -113.5t-110.5 -39.5h-63l-37 -240q-25 -166 -168 -166q-135 0 -135 139v8v5q2 6 2 8l36 246h-73l-35 -238q-25 -168 -168 -168q-135 0 -135 139v8q0 4 1 7.5t1 5.5l35 246h-23q-174 -1 -174 153z M584 713h73l19 112h-74z" />
+<glyph unicode="$" horiz-adv-x="1114" d="M25 250q0 158 159 158q61 0 121 -35q66 -41 135 -54v388q-70 33 -118 59.5t-106 70.5t-94 89t-60.5 109.5t-24.5 138.5q0 162 112.5 296t290.5 162v54q0 76 15.5 102.5t83.5 26.5q66 0 80 -30t14 -116v-43q135 -25 244 -106q92 -68 92 -160q0 -66 -47.5 -119t-115 -53 t-128.5 51l-45 29v-279q106 -51 172.5 -93t129 -99.5t92.5 -129t30 -163.5q0 -207 -117 -342t-307 -172v-86q0 -70 -15.5 -95.5t-80.5 -25.5q-35 0 -55.5 7t-29 27.5t-10.5 39t-2 61.5v59q-178 16 -321 111q-94 62 -94 162zM381 1182q0 -57 59 -101v205q-59 -24 -59 -104z M633 350q76 49 76 142q0 63 -76 114v-256z" />
+<glyph unicode="%" horiz-adv-x="1941" d="M57 1163q0 180 108.5 299t287 119t287 -125t108.5 -303q0 -182 -107.5 -305t-287.5 -123q-176 0 -286 130t-110 308zM365 1155q0 -57 23.5 -101t64.5 -44q47 0 71.5 41t24.5 100t-25.5 101t-70.5 42q-43 0 -65.5 -41t-22.5 -98zM569 125q0 35 13 63l495 1272 q43 113 154 113q63 0 105 -44t42 -106q0 -37 -18 -84l-510 -1282q-8 -29 -48 -57.5t-93 -28.5q-57 0 -98.5 43t-41.5 111zM1102 434q0 182 108.5 302t290.5 120q176 0 281.5 -128t105.5 -306q0 -182 -103.5 -302t-283.5 -120q-182 0 -290.5 126t-108.5 308zM1407 428 q0 -59 24.5 -101t69.5 -42q43 0 66.5 38.5t23.5 96t-23.5 102.5t-66.5 45t-68.5 -42t-25.5 -97z" />
+<glyph unicode="&#x26;" horiz-adv-x="1556" d="M53 471q0 264 275 479q-88 119 -88 256q0 174 110.5 274.5t259.5 100.5q143 0 247 -96t104 -275q0 -160 -154 -317l199 -227l43 75q66 115 170 115q68 0 110.5 -42t42.5 -107q0 -61 -43 -136l-108 -159l122 -140q39 -41 39 -102q0 -70 -48 -120t-111 -50q-70 0 -105 33 l-108 114q-170 -186 -410 -186q-252 0 -399.5 142.5t-147.5 367.5zM371 469q0 -84 70.5 -140.5t160.5 -56.5q119 0 213 115l-289 318q-155 -127 -155 -236zM539 1237q0 -80 59 -160q74 82 74 148q0 39 -19.5 57t-46 18t-47 -16t-20.5 -47z" />
+<glyph unicode="'" horiz-adv-x="522" d="M12 1124q0 27 8 56l115 280q49 125 166 125q66 0 116 -49t50 -119q0 -37 -16 -74l-117 -268q-49 -102 -156 -102q-66 0 -116 44t-50 107z" />
+<glyph unicode="(" horiz-adv-x="591" d="M16 733q0 471 285 778q59 49 119 50q61 0 105 -44t44 -105.5t-43 -111.5q-201 -238 -200 -577q0 -168 50 -331t159 -275q35 -49 34 -107q0 -66 -42 -106.5t-105 -40.5q-72 0 -121 51q-145 145 -215 365.5t-70 453.5z" />
+<glyph unicode=")" horiz-adv-x="591" d="M14 10q0 57 35 107q209 211 209 606q0 342 -199 577q-45 55 -45 111q0 61 46 105.5t108 44.5q57 0 106 -41q293 -315 293 -787q0 -233 -69.5 -454.5t-212.5 -364.5q-49 -51 -119 -51q-63 0 -107.5 40.5t-44.5 106.5z" />
+<glyph unicode="*" d="M297 979q0 61 57 117l45 24l-49 33q-53 47 -53 113q0 57 43 101t102 44q10 0 30 -4t24 -4l51 -33q0 10 -3 25.5t-3 21.5q16 66 56 100.5t91 34.5q45 0 86 -32.5t60 -92.5l-3 -57l21 14q35 25 84 25q53 0 98 -43t45 -102q0 -72 -73 -129l-29 -15l18 -8q84 -45 84 -131 q0 -57 -42 -101t-101 -44q-27 0 -102 32v-22q0 -72 -43 -113t-103 -41q-55 0 -97 36t-50 101v41q-68 -37 -99 -36q-57 0 -101 42t-44 103z" />
+<glyph unicode="+" d="M94 592q0 78 48 122t126 44h242v239q0 78 45 124t121 46q70 0 117 -49t47 -121v-239h241q84 0 132.5 -46t48.5 -120q0 -170 -181 -170h-241v-254q0 -70 -46 -119t-116 -49q-78 0 -123 46t-45 122v254h-242q-80 0 -127 43t-47 127z" />
+<glyph unicode="," horiz-adv-x="520" d="M12 -90q0 20 11 51q0 2 2 6l122 297q49 115 160 115q63 0 110.5 -46t47.5 -108q0 -4 -12 -59l-138 -318q-45 -98 -143 -98q-61 0 -110.5 48.5t-49.5 111.5z" />
+<glyph unicode="-" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
+<glyph unicode="." horiz-adv-x="428" d="M8 182q0 76 53.5 129.5t128.5 53.5q78 0 131.5 -52.5t53.5 -130.5t-53.5 -130t-131.5 -52q-76 0 -129 53t-53 129z" />
+<glyph unicode="/" d="M289 125q0 35 12 63l492 1272q49 113 157 113q63 0 104.5 -44t41.5 -106q0 -41 -17 -84l-510 -1282q-8 -29 -48 -57.5t-93 -28.5q-57 0 -98 43t-41 111z" />
+<glyph unicode="0" horiz-adv-x="1206" d="M49 774q0 135 30 268.5t89 258t168.5 202.5t253.5 78h8q115 0 209 -51t152.5 -134t98.5 -190.5t56 -214t16 -213.5q0 -131 -29.5 -264t-89 -257t-168 -202t-249.5 -78q-147 0 -258 75t-170.5 197t-88 254t-28.5 271zM385 772q0 -104 18.5 -205.5t68.5 -183.5t122 -82 q53 0 95 49t64.5 124t34 150.5t11.5 143.5q0 78 -11.5 159t-34 156.5t-63.5 122.5t-94 47q-59 0 -103 -49t-65.5 -128t-32 -154.5t-10.5 -149.5z" />
+<glyph unicode="1" horiz-adv-x="782" d="M6 1290q0 55 34 100.5t101 63.5l301 82q106 0 144 -96q16 -23 16 -125v-1145q0 -74 -45 -122t-118.5 -48t-120 48t-46.5 122v993q-63 -25 -110 -24q-63 0 -109.5 42.5t-46.5 108.5z" />
+<glyph unicode="2" horiz-adv-x="1126" d="M43 1108q0 207 145.5 337t335.5 130q186 0 328.5 -122t142.5 -310q0 -201 -149 -404l-318 -420h330q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 59 45 121l498 673q61 80 62 176q0 55 -44.5 89t-101.5 34q-59 0 -102 -40t-43 -111q0 -63 -44 -121.5 t-118 -58.5q-78 0 -123 59t-45 129z" />
+<glyph unicode="3" horiz-adv-x="1095" d="M47 362q0 76 44 120t108 44q45 0 89 -27.5t64 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129.5t-99 69.5h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 60 4q39 12 64.5 67.5t25.5 108.5q0 61 -34 98.5t-95 37.5q-121 0 -134 -103q-2 -33 -31.5 -71.5 t-94.5 -38.5q-170 0 -170 147q0 152 125.5 268.5t312.5 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -319q117 -63 176.5 -165t59.5 -216q0 -188 -138.5 -332t-359.5 -144q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
+<glyph unicode="4" horiz-adv-x="1212" d="M33 520q0 68 43 125l-4 -6l475 766q82 131 217 131q90 0 149.5 -61.5t59.5 -163.5v-647q154 0 153 -162q0 -156 -151 -156v-170q0 -176 -164 -176q-76 0 -119 45t-43 131v168h-430q-88 0 -137 51t-49 125zM459 664h190v329z" />
+<glyph unicode="5" horiz-adv-x="1126" d="M0 299q0 74 44 116t106 42q78 0 129 -70q31 -39 87 -64.5t111 -25.5q88 0 145.5 64.5t57.5 150.5q0 88 -54.5 152.5t-152.5 64.5q-35 0 -93 -15.5t-89 -15.5q-164 0 -164 158q0 33 96 526q31 150 191 150h430q74 0 117 -49t43 -121q0 -160 -160 -160h-340 q-8 -57 -25 -158q256 0 393.5 -151.5t137.5 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105.5t-140.5 216.5z" />
+<glyph unicode="6" horiz-adv-x="1114" d="M25 557q0 256 138 493.5t351 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -49 -110q-10 -10 -47 -42t-53.5 -47.5t-48.5 -47t-50 -54t-39.5 -55.5t-36.5 -66q57 31 166 31q186 0 288.5 -133t102.5 -318q0 -225 -142 -389t-368 -164q-238 0 -370.5 170t-132.5 410z M348 528q0 -92 48 -161.5t132 -71.5q86 8 137.5 74.5t51.5 156.5q0 86 -49.5 147.5t-143.5 61.5q-86 0 -131 -61.5t-45 -145.5z" />
+<glyph unicode="7" horiz-adv-x="1114" d="M14 1370q0 164 176 164h646q70 0 122 -49t52 -127q0 -39 -19 -84l-483 -1145q-55 -129 -172 -129q-78 0 -116 48t-38 114q0 43 19 84l409 956h-420q-176 0 -176 168z" />
+<glyph unicode="8" horiz-adv-x="1120" d="M41 485q0 106 58.5 207t148.5 152q-70 43 -113 126t-43 175q0 180 132 304t317 124q190 0 314 -120t124 -308q0 -82 -45 -164t-113 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143 -355.5t-350 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM377 492q0 -80 45 -133.5 t121 -53.5q70 0 113.5 53.5t43.5 128.5q0 80 -45 134.5t-112 54.5q-74 0 -120 -54t-46 -130zM420 1135q0 -59 30.5 -100.5t86.5 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
+<glyph unicode="9" horiz-adv-x="1185" d="M41 1034q0 221 138 383t386 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-78.5 -242t-160.5 -265t-254.5 -255q-49 -39 -113 -39q-66 0 -110.5 43t-44.5 107q0 84 67 139q209 168 316 326q-98 -35 -193 -35q-201 0 -320.5 149.5t-119.5 337.5zM369 1024 q0 -104 55 -164.5t135 -60.5q86 0 142.5 56t56.5 167q0 92 -52.5 162.5t-148.5 70.5q-90 0 -139 -70.5t-49 -160.5z" />
+<glyph unicode=":" horiz-adv-x="423" d="M8 182q0 76 53.5 129.5t128.5 53.5q78 0 131.5 -52.5t53.5 -130.5t-53.5 -130t-131.5 -52q-76 0 -129 53t-53 129zM8 819q0 76 53.5 129t128.5 53q78 0 131.5 -52t53.5 -130q0 -76 -53.5 -128t-131.5 -52q-76 0 -129 52t-53 128z" />
+<glyph unicode=";" horiz-adv-x="520" d="M12 -90q0 -63 49.5 -111.5t110.5 -48.5q98 0 143 98l138 318q12 55 12 59q0 61 -47 107.5t-111 46.5q-111 0 -160 -115l-122 -297v-2q-2 -2 -2 -4q-11 -31 -11 -51zM109 819q0 78 52 130t130 52t130 -52t52 -130q0 -76 -53 -128t-129 -52t-129 52t-53 128z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1333" d="M84 600q0 111 115 164l833 387h2q2 2 4 2q57 20 92 21q63 0 105.5 -43.5t42.5 -106.5q0 -104 -111 -158l-626 -260l616 -278q119 -53 119 -160q0 -68 -43 -117t-113 -49q-51 0 -112 29l-809 403q-115 57 -115 166z" />
+<glyph unicode="=" horiz-adv-x="1349" d="M96 324q0 160 158 159h858q156 0 156 -157q0 -160 -156 -160h-858q-158 0 -158 158zM96 807q0 156 158 156h858q156 0 156 -160q0 -156 -156 -156h-858q-158 0 -158 160z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1333" d="M84 1024q0 63 42 106.5t105 43.5q33 0 101 -23l829 -387q117 -55 117 -164q0 -51 -32 -96t-83 -70l-811 -403q-61 -29 -110 -29q-72 0 -112 42t-40 110q0 100 121 159q111 53 306.5 137.5t318.5 143.5l-641 272q-111 54 -111 158z" />
+<glyph unicode="?" horiz-adv-x="1003" d="M43 1149q0 178 125 282.5t287 104.5q172 0 291.5 -110.5t119.5 -307.5q0 -233 -354 -592q-57 -49 -115 -49q-72 0 -113.5 44t-41.5 116q0 66 63 131q123 123 180.5 202t57.5 148q0 49 -29 74t-68 25q-35 0 -60.5 -25t-27.5 -59q-8 -74 -53 -116t-106 -42q-63 0 -109.5 45 t-46.5 129zM217 182q0 76 53.5 129.5t129 53.5t128 -53.5t52.5 -129.5t-52.5 -129t-128 -53t-129 53t-53.5 129z" />
+<glyph unicode="@" horiz-adv-x="1705" d="M96 739q0 369 207 604.5t565 235.5q307 0 497.5 -179t190.5 -495q0 -233 -85 -388t-218 -155q-111 0 -204 117q-104 -115 -238 -114q-166 0 -255 116.5t-89 280.5q0 172 95 299t263 127q109 0 199 -90q10 88 68 88q70 0 69 -99v-423q0 -164 86 -164q78 0 125 100t47 295 q0 250 -155.5 399.5t-397.5 149.5q-293 0 -459.5 -195.5t-166.5 -505.5q0 -285 173 -459.5t429 -174.5q340 0 497 176q39 41 76 41q25 0 41.5 -14.5t16.5 -39.5q0 -43 -27 -71q-106 -119 -274 -173.5t-341 -54.5q-311 0 -523 210t-212 556zM612 762q0 -104 55.5 -180 t159.5 -76q121 0 185 104v357q-76 82 -162 82q-109 0 -173.5 -86t-64.5 -201z" />
+<glyph unicode="A" horiz-adv-x="1392" d="M35 162q0 27 12 67l430 1217q53 145 198.5 145t198.5 -145q457 -1247 457 -1286q0 -72 -42 -116t-118 -44q-117 0 -157 104l-72 185h-522q-10 -29 -28.5 -80t-26.5 -74q-45 -135 -175 -135q-78 0 -116.5 46t-38.5 116zM528 621h291l-143 405z" />
+<glyph unicode="B" horiz-adv-x="1257" d="M27 186v1221q0 184 172 184h372q61 0 127 -14t133.5 -47t121 -81t86 -122t32.5 -164q0 -80 -64.5 -174t-129.5 -102q123 -18 213 -144.5t90 -255.5q0 -211 -146.5 -349t-349.5 -138h-453q-96 0 -137 31q-67 46 -67 155zM356 328h310q90 0 141 51t51 123q0 82 -67.5 143.5 t-190.5 61.5h-244v-379zM356 963h240q78 0 120 42t42 101q0 63 -47 110.5t-131 47.5h-224v-301z" />
+<glyph unicode="C" horiz-adv-x="1458" d="M33 803q0 160 48 308.5t139 268t237.5 191t326.5 71.5q270 0 467 -178q63 -59 64 -139q0 -76 -46 -123t-116 -47q-80 0 -125 49q-96 96 -250 96q-190 0 -295.5 -143t-105.5 -342q0 -201 106.5 -343t296.5 -142q158 0 246 88q49 49 113 49q82 0 123 -47t41 -119 q0 -86 -62 -141q-205 -182 -467 -183q-180 0 -324.5 71t-233.5 187.5t-136 263t-47 304.5z" />
+<glyph unicode="D" horiz-adv-x="1351" d="M33 172v1235q0 184 205 184h374q209 0 362.5 -119.5t225.5 -298t72 -385.5q0 -203 -83 -381t-246 -292.5t-370 -114.5h-366q-102 0 -138 33t-36 139zM362 328h203q170 0 269.5 137t99.5 323q0 195 -90 335.5t-252 140.5h-230v-936z" />
+<glyph unicode="E" horiz-adv-x="993" d="M23 180v1233q0 178 172 178h577q164 0 164 -163.5t-164 -163.5h-422v-277h330q164 0 164 -166q0 -162 -164 -162h-330v-331h436q176 0 176.5 -164t-176.5 -164h-591q-111 0 -141.5 34.5t-30.5 145.5z" />
+<glyph unicode="F" horiz-adv-x="909" d="M20 150v1257q0 184 173 184h559q166 0 166 -163.5t-166 -163.5h-402v-312h283q162 0 162 -166q0 -164 -162 -163h-283v-473q0 -150 -166 -150q-164 0 -164 150z" />
+<glyph unicode="G" horiz-adv-x="1478" d="M37 780q0 172 47 327t136 277.5t233.5 194.5t322.5 72q190 0 360.5 -97.5t170.5 -232.5q0 -74 -42 -118t-104 -44q-70 0 -125 53q-109 98 -266 99q-186 0 -286.5 -150.5t-100.5 -378.5q0 -193 97.5 -331t275.5 -138q139 0 221 80t98 228h-297q-178 0 -178 163 q0 166 184 166h412q131 0 173 -68.5t42 -195.5q0 -313 -180 -511t-481 -198q-174 0 -313.5 68t-224.5 182.5t-130 255.5t-45 297z" />
+<glyph unicode="H" horiz-adv-x="1390" d="M35 164v1266q0 166 160 165q166 0 165 -165v-457h594v457q0 166 164 165q166 0 166 -165v-1266q0 -164 -166 -164q-164 0 -164 164v479h-594v-479q0 -164 -163 -164q-162 0 -162 164z" />
+<glyph unicode="I" horiz-adv-x="417" d="M2 166v1264q0 166 164 165q166 0 166 -165v-1264q0 -166 -166 -166q-164 0 -164 166z" />
+<glyph unicode="J" horiz-adv-x="925" d="M16 217q0 168 160 168q45 0 133 -59q41 -29 86 -29q78 0 78 80v1053q0 166 164 165q168 0 168 -165v-1053q0 -184 -113.5 -293t-298.5 -109q-188 0 -319 119q-58 45 -58 123z" />
+<glyph unicode="K" horiz-adv-x="1210" d="M31 156v1288q0 152 162 151q166 0 165 -151v-447l498 547q37 47 113 47q66 0 119 -52t53 -118q0 -74 -47 -114l-355 -385l398 -650q41 -43 41 -108q0 -72 -60.5 -119t-105.5 -47q-47 0 -77 18.5t-67 57.5l-368 600l-142 -152v-366q0 -156 -161 -156q-166 0 -166 156z" />
+<glyph unicode="L" horiz-adv-x="1040" d="M25 203v1227q0 166 161 165q166 0 166 -165v-1102h514q166 0 166 -162q0 -166 -166 -166h-653q-188 0 -188 203z" />
+<glyph unicode="M" horiz-adv-x="1888" d="M49 162q0 29 2 45l189 1171q37 221 213 221q164 0 225 -194l221 -733l225 735q59 188 228 188q86 0 141 -56t70 -163l176 -1196v-8l2 -2v-4q0 -76 -45 -120t-117 -44q-152 0 -172 158l-104 776q-43 -131 -123 -401.5t-117 -387.5q-47 -147 -168 -147q-127 0 -170 147 l-217 793l-131 -778q-27 -160 -168 -160q-160 0 -160 160z" />
+<glyph unicode="N" horiz-adv-x="1372" d="M33 168v1249q0 178 162 178q106 0 180 -108l563 -838v778q0 166 162 166q166 0 166 -166v-1249q0 -178 -164 -178q-104 0 -172 96l-570 836v-764q0 -168 -163.5 -168t-163.5 168z" />
+<glyph unicode="O" horiz-adv-x="1542" d="M39 813q0 158 44 303.5t128 263t220 188t304 70.5q225 0 390 -123.5t241 -308t76 -399.5q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM375 817q0 -209 96 -359.5t268 -150.5q176 0 271.5 145.5t95.5 350.5 q0 207 -97.5 355.5t-273.5 148.5q-172 0 -266 -144.5t-94 -345.5z" />
+<glyph unicode="P" horiz-adv-x="1251" d="M27 166v1257q0 170 172 170h428q236 0 387 -146.5t151 -377.5q0 -221 -151.5 -369.5t-374.5 -148.5h-285v-385q0 -166 -163.5 -166t-163.5 166zM354 879h277q92 0 146 52t54 140q0 92 -60 143.5t-171 51.5h-246v-387z" />
+<glyph unicode="Q" horiz-adv-x="1564" d="M39 813q0 158 45 303.5t129 263t220 188t304 70.5q170 0 307.5 -71.5t222.5 -189t130 -265t45 -305.5q0 -244 -101 -449l50 -39l34 -40q49 -49 50 -115q0 -68 -43 -115t-119 -47q-63 0 -109 45l-67 72q-174 -137 -400 -137q-221 0 -384 122.5t-238.5 308t-75.5 400.5z M377 817q0 -207 96 -358.5t268 -151.5q98 0 170 41l-131 129q-53 53 -53 123q0 74 43 121t104 47q49 0 91 -33q25 -20 75 -75.5t56 -59.5q12 51 12 203q0 207 -96.5 355.5t-272.5 148.5q-172 0 -267 -144.5t-95 -345.5z" />
+<glyph unicode="R" horiz-adv-x="1269" d="M25 180v1243q0 170 202 170h408q246 0 390 -141t144 -336q0 -121 -60 -231.5t-181 -188.5l198 -434q27 -66 27 -106q0 -72 -39 -115t-117 -43q-102 0 -149 90l-258 524h-238v-432q0 -180 -162 -180q-165 0 -165 180zM352 938h297q82 0 133.5 54.5t51.5 123.5 q0 61 -47.5 105.5t-137.5 44.5h-297v-328z" />
+<glyph unicode="S" horiz-adv-x="1114" d="M25 250q0 158 159 158q61 0 121 -35q90 -57 193 -58q90 0 150.5 46.5t60.5 130.5q0 51 -48.5 93t-171.5 99q-82 39 -129 62.5t-117.5 70.5t-108.5 93t-67.5 115t-29.5 149q0 180 137 322t346 142q201 0 357 -118q92 -68 92 -160q0 -66 -47.5 -119t-115 -53t-128.5 51 q-80 59 -160 59q-137 0 -137 -116q0 -29 12.5 -51.5t42 -43t52 -33t71.5 -33t74 -32.5q106 -51 172.5 -93t129 -99.5t92.5 -129t30 -163.5q0 -244 -158 -386.5t-401 -142.5q-207 0 -379 113q-94 62 -94 162z" />
+<glyph unicode="T" horiz-adv-x="1077" d="M25 1427q0 166 170 166h702q166 0 166 -166q0 -162 -166 -161h-188v-1092q0 -174 -160 -174q-168 0 -168 174v1092h-186q-170 -1 -170 161z" />
+<glyph unicode="U" horiz-adv-x="1402" d="M35 635v782q0 176 172 176q170 0 170 -176v-768q0 -328 301 -327q131 0 203.5 73.5t72.5 253.5v768q0 176 172 176t172 -176v-782q0 -178 -51 -308t-141 -205t-201.5 -110t-245.5 -35q-283 0 -453.5 157t-170.5 501z" />
+<glyph unicode="V" horiz-adv-x="1353" d="M35 1434q0 164 164 163q123 0 163 -120l304 -904q51 147 149 454.5t148 447.5q43 121 155 120q63 0 120.5 -53t57.5 -119q0 -31 -14 -59l-420 -1184q-63 -180 -198 -180q-125 0 -185 164l-434 1204q-10 37 -10 66z" />
+<glyph unicode="W" horiz-adv-x="1882" d="M49 1430q0 76 49 120.5t117 44.5q139 0 168 -149l145 -793q37 127 95.5 404.5t91.5 396.5q41 141 192.5 141t188.5 -141l200 -788l119 778q25 156 170 155q70 0 120 -48t50 -121v-13q0 -12 -4 -24l-223 -1221q-14 -76 -73.5 -124t-137.5 -48q-70 0 -126 39t-79 119 l-211 764l-184 -736q-23 -92 -84.5 -141t-130.5 -49q-76 0 -137.5 52t-75.5 134z" />
+<glyph unicode="X" horiz-adv-x="1359" d="M35 147q0 59 35 117l387 600l-334 467q-33 47 -33 103q0 70 48 114.5t114 44.5q86 0 139 -71l262 -365l232 356q49 80 139 80q63 0 112.5 -48t49.5 -115q0 -49 -31 -97l-303 -446l405 -621q41 -63 41 -121q0 -147 -147 -147q-88 0 -152 82l-344 504l-319 -500 q-53 -86 -154 -86q-147 -1 -147 149z" />
+<glyph unicode="Y" horiz-adv-x="1157" d="M27 1434q0 162 157 161q100 0 140 -88l251 -559q39 66 121 280t121 279q53 88 150 88q158 0 157 -155q0 -49 -24 -90l-367 -705v-469q0 -176 -166 -176t-166 176v473q-55 100 -172.5 343t-175.5 345q-26 50 -26 97z" />
+<glyph unicode="Z" horiz-adv-x="1224" d="M31 174q0 66 35 125l641 967h-484q-166 0 -166 161q0 166 166 166h762q98 0 144.5 -43t46.5 -112q0 -61 -54 -146l-641 -964h551q168 0 168 -160q0 -168 -168 -168h-842q-159 0 -159 174z" />
+<glyph unicode="[" horiz-adv-x="516" d="M12 68v1314q0 180 166 181h133q152 0 152 -156q0 -141 -135 -145v-1078q135 -6 135 -143q0 -156 -152 -156h-133q-166 1 -166 183z" />
+<glyph unicode="\" horiz-adv-x="954" d="M31 1411q0 72 46 111t113 39q66 0 95.5 -30t58.5 -99l494 -1248q12 -29 12 -49q0 -61 -43 -104t-109 -43q-115 0 -161 116l-494 1246q-12 34 -12 61z" />
+<glyph unicode="]" horiz-adv-x="516" d="M12 45q0 139 133 139v1063q-133 4 -133 148q0 154 150 153h135q166 0 166 -178v-1302q0 -182 -166 -183h-135q-150 0 -150 160z" />
+<glyph unicode="^" d="M102 639q0 57 29 98l406 721q53 90 155 90q104 0 156 -94l391 -719q25 -55 25 -96q0 -76 -43 -115t-115 -39q-57 0 -94 29t-72 92l-252 473l-262 -475q-39 -68 -68.5 -93.5t-93.5 -25.5q-68 0 -115 40t-47 114z" />
+<glyph unicode="_" horiz-adv-x="1257" d="M14 -164q0 152 160 152h909q162 0 162 -154q0 -147 -162 -147h-909q-160 -1 -160 149z" />
+<glyph unicode="`" horiz-adv-x="522" d="M10 1096q0 43 17 71l120 283q45 104 154 104q74 0 120 -40.5t46 -116.5q0 -25 -14 -60l-119 -274q-16 -35 -30.5 -56.5t-46.5 -42t-75 -20.5q-76 0 -124 43t-48 109z" />
+<glyph unicode="a" horiz-adv-x="1146" d="M41 317q0 147 114.5 262t301.5 115q176 0 293 -84v101q0 86 -78 140t-172 54q-43 0 -117 -13t-109 -13q-152 0 -151 129q0 86 106 129q135 55 283 55q217 0 367.5 -108.5t150.5 -327.5v-613q0 -66 -44 -111.5t-116 -45.5q-37 0 -81 27.5t-48 82.5v39q-141 -150 -333 -149 q-168 0 -267.5 98t-99.5 233zM362 358.5q0 -47.5 46.5 -73t107.5 -25.5q76 0 133.5 28.5t57.5 80.5q0 37 -53.5 60.5t-118.5 23.5q-72 0 -122.5 -23.5t-50.5 -71z" />
+<glyph unicode="b" horiz-adv-x="1173" d="M41 145v1368q0 162 156 162q160 0 159 -162v-473q119 166 308 166q166 0 291.5 -162.5t125.5 -447.5q0 -246 -146.5 -431t-322.5 -185q-86 0 -165.5 50t-118.5 142v-66q0 -59 -45 -91.5t-88 -32.5q-154 -1 -154 163zM362 600q0 -127 54.5 -219t158.5 -92q94 0 138.5 90 t44.5 213q0 125 -45 223t-138 98q-102 0 -157.5 -95t-55.5 -218z" />
+<glyph unicode="c" horiz-adv-x="1087" d="M37 598q0 266 167 435t404 169q150 0 254 -47q51 -25 84 -64.5t33 -84.5q0 -70 -41 -110t-109 -40q-29 0 -103.5 17.5t-115.5 17.5q-109 0 -181.5 -83t-72.5 -218q0 -123 76 -210t182 -87q88 0 154 45q31 23 74 22q55 0 101 -44t46 -105q0 -78 -84 -141 q-133 -88 -293 -88q-244 0 -409.5 177t-165.5 439z" />
+<glyph unicode="d" horiz-adv-x="1187" d="M39 590q0 270 131 444t305 174q80 0 159 -40t124 -115v460q0 164 162 164q158 0 157 -164v-1388q0 -152 -157 -152q-143 0 -144 146v47q-123 -188 -303 -189q-170 0 -302 174.5t-132 438.5zM360 588q0 -125 50.5 -215t142.5 -90q82 0 146.5 86t64.5 227t-61.5 228 t-143.5 87q-92 0 -145.5 -98t-53.5 -225z" />
+<glyph unicode="e" horiz-adv-x="1185" d="M41 602q0 248 143.5 428t387 180t377.5 -143t134 -385q0 -47 -13 -77t-29.5 -46t-55.5 -24.5t-66.5 -9.5t-89.5 -1h-469q0 -123 91.5 -185.5t179.5 -62.5q86 0 184 63.5t148 63.5q51 0 83.5 -33.5t32.5 -101.5q0 -57 -35 -94q-158 -197 -442 -197q-260 0 -410.5 180.5 t-150.5 444.5zM377 737h379q0 92 -53.5 143.5t-127.5 51.5q-78 0 -138 -52.5t-60 -142.5z" />
+<glyph unicode="f" horiz-adv-x="729" d="M23 1030q0 78 39.5 109.5t123.5 31.5v140q8 160 127 254t269 94q172 0 172 -156q0 -68 -41 -99.5t-90.5 -31.5t-82 -38t-32.5 -89v-74q2 0 6 1.5t8 1.5q88 0 128 -32t40 -108q0 -78 -40 -110.5t-128 -32.5h-24v-733q0 -158 -156 -158q-158 0 -158 158v735 q-82 2 -121.5 32.5t-39.5 104.5z" />
+<glyph unicode="g" horiz-adv-x="1193" d="M39 590q0 270 131 444t305 174q80 0 159 -40t124 -115v-11q0 164 162 164q158 0 157 -164v-884q0 -309 -157.5 -484.5t-389.5 -175.5q-178 0 -346 105q-78 51 -78 143q0 68 43.5 116t114.5 48q35 0 113 -39q84 -45 174 -45q129 0 177 91t48 269q-106 -188 -303 -188 q-172 0 -303 165t-131 427zM360 588q0 -125 50.5 -215t142.5 -90q82 0 146.5 86t64.5 227t-61.5 228t-143.5 87q-92 0 -145.5 -98t-53.5 -225z" />
+<glyph unicode="h" horiz-adv-x="1067" d="M37 158v1335q0 164 153 164q160 0 160 -164v-449q129 147 285 148q137 0 241.5 -99.5t104.5 -306.5v-628q0 -158 -160 -158q-158 0 -157 158v571q0 86 -45.5 134t-106.5 48q-66 0 -114 -48t-48 -134v-571q0 -158 -160 -158q-153 0 -153 158z" />
+<glyph unicode="i" horiz-adv-x="528" d="M39 1480.5q0 75.5 53 129t129 53.5q78 0 131.5 -52t53.5 -130t-53.5 -130.5t-131.5 -52.5q-76 0 -129 53.5t-53 129zM68 160v858q0 158 157 158q162 0 162 -158v-858q0 -160 -159.5 -160t-159.5 160z" />
+<glyph unicode="j" horiz-adv-x="489" d="M-223 -274q0 -156 172 -156q150 0 268.5 94t126.5 254l2 1112q0 158 -158 158q-150 0 -165 -158v-1046q0 -51 -33 -89t-82 -38t-90 -31.5t-41 -99.5zM8 1480.5q0 75.5 53.5 129t128.5 53.5q78 0 131.5 -53.5t53.5 -129t-53.5 -129t-131.5 -53.5q-76 0 -129 53.5t-53 129z " />
+<glyph unicode="k" horiz-adv-x="1159" d="M35 158v1337q0 160 155 160q158 0 158 -160v-688l400 338q47 39 106 39q63 0 112.5 -50.5t49.5 -113.5q0 -68 -66 -117l-223 -186q88 -162 159.5 -277.5t98.5 -149.5t39 -62.5t12 -71.5q0 -70 -36.5 -115t-112.5 -45q-43 0 -86 23.5t-66 58.5l-256 452 q-117 -94 -131 -110v-262q0 -158 -158 -158q-155 0 -155 158z" />
+<glyph unicode="l" horiz-adv-x="450" d="M6 160v1337q0 162 158 162q160 0 160 -162v-1337q0 -160 -158 -160q-160 0 -160 160z" />
+<glyph unicode="m" horiz-adv-x="1726" d="M37 158v864q0 70 40 117t113 47q76 0 118 -44t42 -98q55 63 145.5 105.5t180.5 42.5q186 0 264 -174q49 78 138 124t188 46q143 0 243.5 -100.5t100.5 -301.5v-628q0 -158 -160 -158q-158 0 -158 158v571q0 86 -45 134t-106 48q-59 0 -105.5 -38.5t-54.5 -108.5v-606 q0 -158 -160 -158q-158 0 -157 158v571q0 86 -45.5 134t-106.5 48q-66 0 -114 -48t-48 -134v-571q0 -158 -160 -158q-153 0 -153 158z" />
+<glyph unicode="n" horiz-adv-x="1069" d="M37 158v864q0 70 40 117t113 47q76 0 118 -44t42 -98q129 147 285 148q137 0 241.5 -99.5t104.5 -306.5v-628q0 -158 -160 -158q-158 0 -157 158v571q0 86 -45.5 134t-106.5 48q-66 0 -114 -48t-48 -134v-571q0 -158 -160 -158q-153 0 -153 158z" />
+<glyph unicode="o" horiz-adv-x="1204" d="M41 604q0 252 140.5 426t391.5 174q248 0 390.5 -180t142.5 -432q0 -256 -142.5 -433t-390.5 -177q-250 0 -391 183t-141 439zM365 614q0 -78 20.5 -153.5t70.5 -134t117 -58.5q100 0 154.5 94.5t54.5 217.5q0 125 -54 229t-155 104q-102 0 -155 -88t-53 -211z" />
+<glyph unicode="p" horiz-adv-x="1173" d="M41 -254v1296q0 162 156 162q160 0 159 -162q119 164 308 164q166 0 291.5 -162.5t125.5 -447.5q0 -246 -146.5 -431t-322.5 -185q-84 0 -164.5 46t-119.5 124v-443q0 -59 -45 -92t-88 -33q-154 0 -154 164zM362 600q0 -127 54.5 -219t158.5 -92q94 0 138.5 90t44.5 213 q0 125 -45 223t-138 98q-102 0 -157.5 -95t-55.5 -218z" />
+<glyph unicode="q" horiz-adv-x="1185" d="M39 590q0 270 131 444t305 174q80 0 159 -40t124 -115v-11q0 164 162 164q158 0 157 -164v-1306q0 -152 -157 -152q-143 0 -144 146v415q-111 -168 -303 -168q-170 0 -302 174.5t-132 438.5zM360 588q0 -125 50.5 -215t142.5 -90q82 0 146.5 86t64.5 227t-61.5 228 t-143.5 87q-92 0 -145.5 -98t-53.5 -225z" />
+<glyph unicode="r" horiz-adv-x="911" d="M53 158v866q0 164 158 164q53 0 91 -34t40 -101q27 51 108.5 101t145.5 50q115 0 170 -51t55 -123q0 -66 -46 -113t-116 -47q-45 0 -75 7q-43 6 -47 6q-61 0 -114.5 -45t-53.5 -109v-571q0 -158 -158 -158t-158 158z" />
+<glyph unicode="s" horiz-adv-x="1019" d="M49 231q0 66 44 101t104 35q57 0 157.5 -56.5t184.5 -56.5q100 0 100 74q0 37 -42 70.5t-105.5 59t-138 62.5t-138 77t-105.5 106.5t-42 150.5q0 178 129 271.5t323 93.5q190 0 328 -72q82 -45 82 -131q0 -55 -38 -96t-104 -41q-51 0 -149 33.5t-160 33.5q-94 0 -94 -74 q0 -37 60.5 -73.5t145.5 -72.5t171 -81t146.5 -119.5t60.5 -169.5q0 -188 -138.5 -281t-326.5 -93q-195 0 -391 118q-64 45 -64 131z" />
+<glyph unicode="t" horiz-adv-x="817" d="M23 1038q0 113 143 131v80q0 156 158 156q160 0 159 -156v-80h88q86 0 125 -28.5t39 -104.5q0 -74 -38 -102.5t-122 -28.5h-92v-487q0 -72 8.5 -99.5t34.5 -27.5q170 0 170 -153.5t-170 -153.5q-207 0 -283.5 107.5t-76.5 326.5v491q-143 14 -143 129z" />
+<glyph unicode="u" horiz-adv-x="1114" d="M39 473v547q0 158 156 158q158 0 157 -158l2 -490q0 -238 142 -237q78 0 136 82t58 221v430q0 80 35 121t117 41q158 0 157 -162v-901q0 -152 -157 -152q-47 0 -83 33t-38 96v62q-131 -176 -315 -176q-150 0 -258.5 132t-108.5 353z" />
+<glyph unicode="v" horiz-adv-x="1030" d="M35 1040q0 70 45 113t113 43q127 0 165 -145l146 -553l141 559q51 139 168 139q72 0 113 -40t41 -116q0 -39 -13 -63l-295 -862q-41 -115 -165 -115q-117 0 -158 115l-291 866q-10 34 -10 59z" />
+<glyph unicode="w" horiz-adv-x="1804" d="M63 1030q0 164 158 164q115 0 164 -119l145 -586l156 578q20 59 66.5 92t101.5 33t109.5 -36t70.5 -95q39 -119 73 -278.5t71 -274.5l137 567q39 121 164 121q84 0 117.5 -39t33.5 -123q0 -37 -14 -73l2 14q-43 -152 -279 -844q-43 -129 -163 -129q-119 0 -164 135 q-37 109 -77 252t-81 264l-149 -520q-39 -133 -175 -133q-131 0 -178 137q-289 862 -289 893z" />
+<glyph unicode="x" horiz-adv-x="1120" d="M39 150q0 72 49 135l281 329l-242 314q-37 43 -37 106q0 68 47 113t113 45q94 0 147 -80l146 -252l151 256q53 78 144 78q68 0 114.5 -44t46.5 -112q0 -61 -41 -110l-243 -303l280 -332q51 -63 52 -143q0 -150 -148 -150q-109 0 -166 94l-201 281l-198 -283 q-57 -88 -152 -88q-143 1 -143 146z" />
+<glyph unicode="y" horiz-adv-x="1058" d="M37 1034q0 158 153 158q127 0 166 -127l152 -637q27 80 82 323.5t82 323.5q39 119 164 119q158 0 157 -158q0 -45 -10 -73l-453 -1256q-45 -121 -168 -121q-152 0 -151 156q0 37 12 74l109 270l-281 875q-14 36 -14 73z" />
+<glyph unicode="z" horiz-adv-x="1071" d="M35 158q0 43 49 114l416 621h-283q-84 0 -122 31.5t-38 109.5q0 158 160 158h557q172 0 172 -148q0 -49 -53 -126l-430 -623h354q82 0 121 -31t39 -104q0 -160 -160 -160h-586q-196 0 -196 158z" />
+<glyph unicode="{" horiz-adv-x="776" d="M23 731q0 35 11 60.5t34.5 42t42 25.5t51.5 20q16 0 27.5 26.5t15.5 66.5t6 66.5t2 42.5q0 53 -6 148q0 186 85 252.5t249 66.5q59 0 105 -46t46 -99q0 -141 -170 -141q-10 0 -10 -48q0 -27 3 -73.5t3 -69.5q0 -225 -94 -336q92 -98 92 -340v-83q0 -34 -1 -48t-1 -18 q0 -61 29 -62q150 -8 149 -139q0 -143 -151 -143q-199 0 -270.5 80.5t-71.5 216.5q0 35 4 96t4 92q0 164 -33 197q-49 10 -75.5 19t-51 41t-24.5 87z" />
+<glyph unicode="|" horiz-adv-x="358" d="M6 125v1376q0 170 160 170q156 0 156 -170v-1376q0 -158 -158 -158t-158 158z" />
+<glyph unicode="}" horiz-adv-x="776" d="M23 45q0 129 147 139q33 0 33 62q0 27 -3 76t-3 73q0 240 94 340q-96 115 -96 336q0 27 5 74t5 69q0 47 -12 48q-170 0 -170 141q0 53 45 99t104 46q164 0 251 -66.5t87 -252.5q-6 -94 -6 -148q0 -182 47 -202l12 -5q61 -18 95 -47.5t34 -95.5q0 -41 -12 -69.5t-38 -43 t-46.5 -21.5t-56.5 -13q-31 -31 -31 -197q0 -37 4 -98.5t4 -89.5q0 -63 -13.5 -110.5t-47 -92.5t-105 -69.5t-178.5 -24.5q-149 0 -149 143z" />
+<glyph unicode="~" horiz-adv-x="1253" d="M41 506q0 90 114.5 196.5t225.5 106.5q106 0 270 -88q86 -49 115 -49q2 0 8 10q10 14 17 20q25 33 41 50.5t51 36t75 18.5q156 0 156 -170q0 -88 -124 -192.5t-236 -104.5q-100 0 -240 82q-106 53 -129 53q-12 0 -33 -29q-76 -106 -159 -106q-152 0 -152 166z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1388" d="M47 788q0 162 158 162h31q-55 104 -56 205q0 172 145.5 285.5t338.5 113.5q203 0 363.5 -115.5t172.5 -312.5q0 -68 -46 -118t-112 -50q-106 0 -159 125q-10 74 -72.5 115t-140.5 41q-61 0 -104.5 -28.5t-43.5 -82.5q0 -92 47 -178h193q156 0 156 -159q0 -156 -156 -156 h-94q2 -25 2 -68q0 -131 -72 -248h479q158 0 158 -157.5t-158 -157.5h-798q-166 0 -166 156q0 72 86 162q72 76 108.5 136t36.5 130q0 10 -4 47h-135q-158 -1 -158 153z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1658" d="M121 162q0 88 88 157l151 109q-20 72 -20 133q0 66 27 144l-158 112q-88 74 -88 160q0 68 46 104.5t105.5 36.5t124.5 -53l158 -133q121 70 219 69q113 0 215 -65l150 129q61 53 129 53q59 0 106 -37t47 -104q0 -98 -88 -160l-151 -121q41 -43 41 -164q0 -70 -25 -118 l133 -92q90 -70 90 -160q0 -68 -47 -105t-106 -37q-66 0 -127 54l-119 102q-123 -88 -250 -88q-129 0 -246 94q-10 -8 -57 -50t-66 -54q-66 -57 -131 -58q-59 0 -105 37t-46 105zM627 553q0 -88 45 -138t108.5 -50t109.5 49t46 139q0 80 -48 127t-112 47q-61 0 -105 -44 t-44 -130z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1157" d="M-6 406q0 160 158 159h249v82h-249q-158 0 -158 160q0 156 158 156h116l-215 374q-27 49 -26 97q0 162 157 161q100 0 140 -88l245 -544h15q37 66 115.5 272.5t117.5 271.5q53 88 150 88q158 0 157 -155q0 -49 -24 -90l-230 -387h140q156 0 155 -160q0 -156 -155 -156 h-277v-82h277q156 0 155 -157q0 -160 -155 -160h-277v-72q0 -176 -166 -176t-166 176v72h-249q-158 0 -158 158z" />
+<glyph unicode="&#xa6;" horiz-adv-x="358" d="M6 158v506q0 80 44 128t114 48q72 0 115 -40t43 -118v-524q0 -158 -158 -158t-158 158zM6 1067v446q0 80 45 128.5t113 48.5q70 0 114 -42t44 -118v-463q0 -158 -158 -158t-158 158z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1087" d="M2 745q0 92 50 142.5t118 50.5q57 0 95 -34t58.5 -79t76 -99t139.5 -85q57 -20 77.5 -28.5t71.5 -31t72.5 -38t57.5 -44t51.5 -56t27.5 -67.5t12 -87q0 -193 -131 -293t-325 -100q-174 0 -326 79q-82 43 -82 146q0 72 46 115t110 43q37 0 86 -23q55 -35 172 -35 q119 0 119 49q0 27 -90.5 73t-198 93t-197.5 131t-90 178zM23 1303q0 193 132 294t324 101q178 0 328 -82q82 -45 82 -146q0 -72 -47 -114.5t-111 -42.5q-37 0 -86 22q-55 37 -172 37t-117 -51q0 -27 90.5 -71t197 -90t196.5 -131t90 -183q0 -92 -49.5 -142.5t-116.5 -50.5 q-49 0 -78 19.5t-47 53.5t-39.5 71t-75 81t-133.5 74q-76 25 -132 51.5t-114.5 67.5t-90 99.5t-31.5 132.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="997" d="M25 1276q0 78 53 130t131 52q76 0 129 -53t53 -129t-53 -129t-129 -53q-78 0 -131 52t-53 130zM535 1276q0 76 52 129t128 53q78 0 130 -52t52 -130t-52 -130t-130 -52q-76 0 -128 53t-52 129z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1832" d="M61 756q0 340 219.5 559t561.5 219q344 0 560 -221t216 -563q0 -338 -218 -556.5t-562 -218.5q-342 0 -559.5 220.5t-217.5 560.5zM270 760q0 -258 161 -427t417 -169q254 0 412.5 166t158.5 420q0 258 -161.5 430t-415.5 172t-413 -168t-159 -424zM395 760 q0 211 136.5 350t322.5 139q86 0 197 -49q43 -18 70.5 -55t27.5 -76q0 -57 -40 -100t-97 -43q-29 0 -47 14q-68 23 -117 23q-76 0 -123 -57.5t-47 -155.5q0 -78 45 -138.5t113 -60.5q41 0 82 14q6 2 10 6q12 2 28.5 6.5t25.5 6.5t15 2q137 0 138 -135q0 -66 -62 -119 q-80 -63 -221 -64q-205 0 -331 143.5t-126 348.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1185" d="M27 590q0 43 39 108l174 295q45 68 120 68q61 0 112.5 -48t51.5 -110q0 -39 -24 -80l-146 -233l162 -283q12 -25 12 -49q0 -51 -53 -96t-113 -45q-84 0 -122 65l-177 299q-36 60 -36 109zM516 590q0 45 33 106l184 301q45 61 123 62q164 0 164 -148q0 -49 -29 -92 l-147 -229l162 -279q14 -25 14 -53q0 -51 -53.5 -96t-112.5 -45q-86 0 -121 65l-184 299q-33 62 -33 109z" />
+<glyph unicode="&#xac;" horiz-adv-x="1380" d="M47 594q0 68 46 116t122 48h844q168 0 168 -178v-271q0 -170 -156 -170q-68 0 -116 47t-48 123v127h-692q-168 0 -168 158z" />
+<glyph unicode="&#xad;" horiz-adv-x="0" />
+<glyph unicode="&#xae;" horiz-adv-x="1830" d="M61 772q0 338 219.5 557t559.5 219t558 -221t218 -559q0 -340 -216 -558t-560 -218q-340 0 -559.5 221t-219.5 559zM264 772q0 -256 165 -427t423 -171q254 0 409.5 163t155.5 429q0 258 -159.5 427t-417.5 169q-256 0 -416 -168t-160 -422zM498 440v650q0 102 69 135 q37 18 84 18h252q135 0 234 -88q94 -90 94 -217q0 -164 -148 -240l47 -69q92 -137 93 -193q0 -68 -42 -102.5t-112 -34.5q-94 0 -145 104l-142 248v-211q0 -141 -145 -141q-139 0 -139 141zM780 860h109q41 0 65.5 21.5t24.5 50.5t-23.5 48t-66.5 19h-109v-139z" />
+<glyph unicode="&#xb0;" horiz-adv-x="622" d="M16 1370q0 113 73 192.5t200 79.5q121 0 197.5 -78.5t76.5 -195.5t-80 -195.5t-194 -78.5q-119 0 -196 78.5t-77 197.5zM154 1368q0 -59 38.5 -98t96.5 -39q59 0 98 40t39 97t-39 97t-98 40q-63 0 -99 -40t-36 -97z" />
+<glyph unicode="&#xb1;" d="M102 852q0 162 166 162h242v96q0 164 162 164q74 0 120 -42t46 -116v-102h241q84 0 133.5 -47t49.5 -119q0 -84 -45.5 -122t-137.5 -38h-241v-115q0 -72 -48.5 -115.5t-119.5 -43.5q-160 0 -160 159v115h-242q-166 0 -166 164zM106 160q0 68 47.5 113.5t122.5 45.5h816 q170 0 170 -157q0 -160 -170 -160h-816q-170 0 -170 158z" />
+<glyph unicode="&#xb2;" horiz-adv-x="638" d="M20 1368q0 104 73 169t169 65q92 0 164 -60.5t72 -155.5q0 -100 -76 -202l-158 -209h164q78 0 78 -80t-78 -80h-303q-96 0 -96 78q0 29 22 61l250 336q31 41 31 88q0 29 -22.5 45.5t-51.5 16.5q-31 0 -51.5 -19.5t-20.5 -56.5q0 -31 -22.5 -60.5t-59.5 -29.5 q-39 0 -61.5 29.5t-22.5 64.5z" />
+<glyph unicode="&#xb3;" horiz-adv-x="612" d="M23 1001q0 39 22.5 60.5t52.5 21.5q55 0 78 -51q25 -59 76 -59q35 0 60.5 22.5t25.5 61.5q0 35 -17.5 64.5t-50.5 35.5h-32q-88 0 -88 70q0 68 88 67q18 0 28 2q20 6 32.5 34t12.5 54q0 68 -63 68q-55 0 -68 -51q0 -16 -15 -35.5t-48 -19.5q-84 0 -84 73q0 76 63.5 134.5 t155.5 58.5q98 0 160.5 -65.5t62.5 -149.5q0 -100 -90 -160q117 -63 117 -190q0 -92 -68.5 -165t-179.5 -73q-125 0 -201 102q-30 39 -30 90z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1101" d="M35 -270v1304q0 160 158 160q160 0 159 -160v-598q0 -55 38 -92t93 -37q80 0 129.5 59.5t49.5 145.5v522q0 160 161 160q160 0 160 -160v-864q0 -170 -160 -170q-47 0 -85 30.5t-40 88.5q-20 -59 -71.5 -92t-118.5 -33q-53 0 -95 33.5t-61 85.5v-383q0 -160 -162 -160 q-155 0 -155 160z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1171" d="M20 1112q0 213 144.5 328.5t413.5 115.5h479q61 -4 104 -48t43 -103q0 -61 -43 -105.5t-104 -46.5v-1122q0 -61 -37 -97t-88 -36q-49 0 -87 36t-38 101v1122h-158v-1116q0 -68 -37 -106.5t-88 -38.5q-53 0 -92 41t-39 117v577q-166 25 -269.5 129.5t-103.5 251.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="428" d="M8 729q0 76 53.5 129t128.5 53q78 0 131.5 -53t53.5 -129t-53.5 -129t-131.5 -53q-76 0 -129 53t-53 129z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1075" d="M27 250q0 33 22 65l162 275l-164 274l2 -6q-23 33 -22 70q0 49 51 94t112 45q86 0 129 -74l175 -295q39 -68 38 -108q0 -57 -36 -111l-177 -295q-37 -66 -126 -65q-166 0 -166 131zM518 248q0 45 27 71l153 273q-10 16 -151 231q-29 45 -29 99q0 145 156 145 q96 0 133 -72l184 -297q35 -59 35 -108q0 -53 -35 -111l-184 -297q-39 -63 -131 -63q-158 0 -158 129z" />
+<glyph unicode="&#xbd;" horiz-adv-x="2013" d="M4 1438q0 96 102 123l226 61q82 0 106 -72q12 -14 13 -94v-858q0 -55 -34 -91t-89.5 -36t-89 36t-33.5 91v745q-51 -18 -84 -18q-49 0 -83 32t-34 81zM436 125q0 31 13 63l491 1297q51 104 143 104q53 0 91 -39t38 -102q0 -39 -18 -86l-516 -1276q-43 -92 -123 -92 q-47 0 -83 37t-36 94zM1171 831q0 156 109 253.5t252 97.5q139 0 245.5 -92.5t106.5 -233.5q0 -150 -110 -301l-240 -315h248q117 0 116 -119q0 -121 -118 -121h-455q-141 0 -141 119q0 45 33 90l372 506q47 59 47 131q0 43 -32.5 67.5t-75.5 24.5q-45 0 -78 -29.5 t-33 -83.5q0 -49 -31.5 -92t-89 -43t-91.5 44t-34 97z" />
+<glyph unicode="&#x192;" horiz-adv-x="768" d="M-68 -274q0 68 41 99.5t90.5 31.5t85 38.5t35.5 88.5v909q-82 2 -121.5 32.5t-39.5 104.5q0 78 39.5 109.5t123.5 31.5v140q8 160 127 254t269 94q172 0 172 -156q0 -68 -41 -99.5t-90.5 -31.5t-82 -38t-32.5 -89v-74q2 0 6 1.5t8 1.5q88 0 128 -32t40 -108 q0 -78 -40 -110.5t-128 -32.5h-24v-973q-8 -160 -126 -254t-268 -94q-172 0 -172 156z" />
+<glyph unicode="&#x384;" horiz-adv-x="704" d="M14 1116q0 43 19 72l119 278q45 106 149 107q154 0 154 -156q0 -27 -13 -59l-123 -277q-14 -37 -26 -57t-43 -40.5t-76 -20.5q-80 0 -120 41.5t-40 111.5z" />
+<glyph unicode="&#x385;" horiz-adv-x="1316" d="M35 1276q0 78 52 130t130 52q76 0 128 -53t52 -129t-52 -129t-128 -53q-78 0 -130 52t-52 130zM461 1243q0 43 18 72l-2 -6l121 286q47 106 154 107q76 0 116.5 -42t40.5 -116q0 -10 -7 -34.5t-7 -26.5l-123 -275q-14 -35 -27.5 -56.5t-45 -41.5t-74.5 -20 q-78 0 -121 42.5t-43 110.5zM887 1276q0 78 53 130t131 52q76 0 129 -53t53 -129t-53 -129t-129 -53q-78 0 -131 52t-53 130z" />
+<glyph unicode="&#x386;" horiz-adv-x="1421" d="M4 1116q0 43 19 72l118 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM170 162q0 27 12 67l430 1217q53 145 198.5 145t199.5 -145q457 -1247 456 -1286q0 -72 -42 -116t-117 -44 q-117 0 -158 104l-72 185h-522q-10 -29 -28.5 -80t-26.5 -74q-45 -135 -174 -135q-78 0 -117 46t-39 116zM664 621h290l-143 405z" />
+<glyph unicode="&#x388;" horiz-adv-x="1576" d="M-16 1116q0 43 18 72l119 278q45 106 149 107q154 0 154 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43.5 -40.5t-76 -20.5q-80 0 -119.5 41.5t-39.5 111.5zM565 180v1233q0 178 172 178h578q164 0 164 -163.5t-164 -163.5h-422v-277h330q164 0 163 -166 q0 -162 -163 -162h-330v-331h436q176 0 176 -164t-176 -164h-592q-111 0 -141.5 34.5t-30.5 145.5z" />
+<glyph unicode="&#x389;" horiz-adv-x="1929" d="M4 1116q0 43 19 72l118 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM600 164v1266q0 166 160 165q166 0 166 -165v-457h594v457q0 166 163 165q166 0 166 -165v-1266 q0 -164 -166 -164q-164 0 -163 164v479h-594v-479q0 -164 -164 -164q-162 0 -162 164z" />
+<glyph unicode="&#x38a;" horiz-adv-x="952" d="M-16 1116q0 43 18 72l119 278q45 106 149 107q154 0 154 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43.5 -40.5t-76 -20.5q-80 0 -119.5 41.5t-39.5 111.5zM545 166v1264q0 166 164 165q166 0 165 -165v-1264q0 -166 -165 -166q-164 0 -164 166z" />
+<glyph unicode="&#x38c;" horiz-adv-x="1863" d="M-8 1116q0 43 18 72l119 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM389 813q0 158 44 303.5t128 263t220.5 188t303.5 70.5q225 0 390 -123.5t241 -308t76 -399.5 q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM725 817q0 -209 96.5 -359.5t268.5 -150.5q176 0 271 145.5t95 350.5q0 207 -97 355.5t-274 148.5q-172 0 -266 -144.5t-94 -345.5z" />
+<glyph unicode="&#x38e;" horiz-adv-x="1746" d="M-4 1116q0 43 18 72l119 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM549 1434q0 162 158 161q100 0 139 -88l252 -559q39 66 120.5 280t120.5 279q53 88 150 88q158 0 158 -155 q0 -49 -25 -90l-367 -705v-469q0 -176 -165.5 -176t-165.5 176v473q-55 100 -173 343t-176 345q-26 50 -26 97z" />
+<glyph unicode="&#x38f;" horiz-adv-x="1849" d="M4 1116q0 43 19 72l118 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM524 1040q0 242 166 420t461 178q301 0 470 -178t169 -419.5t-168 -416.5t-471 -175q-201 0 -346.5 87 t-213 218.5t-67.5 285.5zM537 164q0 164 159 164h920q160 0 160 -164t-160 -164h-920q-159 0 -159 164zM852 1040.5q0 -110.5 80 -189.5t225.5 -79t226 79t80.5 187q0 111 -83 194t-226 83t-223 -82t-80 -192.5z" />
+<glyph unicode="&#x390;" horiz-adv-x="552" d="M-346 1507.5q0 77.5 52 130t130 52.5q76 0 128 -53.5t52 -129t-52 -129t-128 -53.5q-78 0 -130 52.5t-52 130zM78 158q0 -158 160 -158q164 0 163 158v886q0 160 -163 160q-160 0 -160 -160v-886zM80 1475q0 45 18 71l-2 -6l121 287q47 106 154 106q76 0 116.5 -42 t40.5 -115q0 -10 -7 -35t-7 -27l-123 -274q-14 -35 -27.5 -56.5t-45 -42t-74.5 -20.5q-78 0 -121 43t-43 111zM506 1507.5q0 77.5 53 130t131 52.5q76 0 129 -53.5t53 -129t-53 -129t-129 -53.5q-78 0 -131 52.5t-53 130z" />
+<glyph unicode="&#x391;" horiz-adv-x="1392" d="M35 162q0 27 12 67l430 1217q53 145 198.5 145t198.5 -145q457 -1247 457 -1286q0 -72 -42 -116t-118 -44q-117 0 -157 104l-72 185h-522q-10 -29 -28.5 -80t-26.5 -74q-45 -135 -175 -135q-78 0 -116.5 46t-38.5 116zM528 621h291l-143 405z" />
+<glyph unicode="&#x392;" horiz-adv-x="1107" d="M27 186v1221q0 184 172 184h290q61 0 127 -14t133.5 -47t121 -81t86 -122t32.5 -164q0 -80 -64.5 -174t-129.5 -102q123 -18 213 -144.5t90 -255.5q0 -211 -146.5 -349t-349.5 -138h-371q-96 0 -137 31q-67 46 -67 155zM356 328h228q90 0 141 51t51 123q0 82 -67.5 143.5 t-190.5 61.5h-162v-379zM356 963h158q78 0 120 42t42 101q0 63 -47 110.5t-131 47.5h-142v-301z" />
+<glyph unicode="&#x393;" horiz-adv-x="1009" d="M23 166v1243q0 184 172 184h596q76 0 123 -49t47 -117q0 -162 -170 -161h-439v-1100q0 -166 -168 -166q-161 0 -161 166z" />
+<glyph unicode="&#x394;" horiz-adv-x="1429" d="M37 141q0 31 14 74l-2 -6l455 1239q53 150 194 149q154 0 199 -147l471 -1239q12 -39 12 -72q0 -139 -209 -139h-952q-182 0 -182 141zM449 340h514l-265 692z" />
+<glyph unicode="&#x395;" horiz-adv-x="993" d="M23 180v1233q0 178 172 178h577q164 0 164 -163.5t-164 -163.5h-422v-277h330q164 0 164 -166q0 -162 -164 -162h-330v-331h436q176 0 176.5 -164t-176.5 -164h-591q-111 0 -141.5 34.5t-30.5 145.5z" />
+<glyph unicode="&#x396;" horiz-adv-x="1224" d="M31 174q0 66 35 125l641 967h-484q-166 0 -166 161q0 166 166 166h762q98 0 144.5 -43t46.5 -112q0 -61 -54 -146l-641 -964h551q168 0 168 -160q0 -168 -168 -168h-842q-159 0 -159 174z" />
+<glyph unicode="&#x397;" horiz-adv-x="1390" d="M35 164v1266q0 166 160 165q166 0 165 -165v-457h594v457q0 166 164 165q166 0 166 -165v-1266q0 -164 -166 -164q-164 0 -164 164v479h-594v-479q0 -164 -163 -164q-162 0 -162 164z" />
+<glyph unicode="&#x398;" horiz-adv-x="1540" d="M39 813q0 158 44 303.5t128 263t220 188t304 70.5q225 0 390 -123.5t241 -308t76 -399.5q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM377 817q0 -209 96 -359.5t268 -150.5q174 0 270.5 145.5t96.5 350.5 q0 207 -97.5 355.5t-273.5 148.5q-172 0 -266 -144.5t-94 -345.5zM516 815q0 166 166 166h135q166 0 166 -168q0 -164 -166 -164h-135q-166 0 -166 166z" />
+<glyph unicode="&#x399;" horiz-adv-x="417" d="M2 166v1264q0 166 164 165q166 0 166 -165v-1264q0 -166 -166 -166q-164 0 -164 166z" />
+<glyph unicode="&#x39a;" horiz-adv-x="1210" d="M31 156v1288q0 152 162 151q166 0 165 -151v-447l498 547q37 47 113 47q66 0 119 -52t53 -118q0 -74 -47 -114l-355 -385l398 -650q41 -43 41 -108q0 -72 -60.5 -119t-105.5 -47q-47 0 -77 18.5t-67 57.5l-368 600l-142 -152v-366q0 -156 -161 -156q-166 0 -166 156z" />
+<glyph unicode="&#x39b;" horiz-adv-x="1415" d="M37 156q0 18 8 51l449 1241q55 150 198 149q150 0 195 -149l461 -1217q16 -49 16 -75q0 -74 -46 -115t-118 -41q-70 0 -105.5 31.5t-64.5 105.5l-336 893l-332 -909q-43 -121 -157 -121q-68 0 -118 44t-50 112z" />
+<glyph unicode="&#x39c;" horiz-adv-x="1888" d="M49 162q0 29 2 45l189 1171q37 221 213 221q164 0 225 -194l221 -733l225 735q59 188 228 188q86 0 141 -56t70 -163l176 -1196v-8l2 -2v-4q0 -76 -45 -120t-117 -44q-152 0 -172 158l-104 776q-43 -131 -123 -401.5t-117 -387.5q-47 -147 -168 -147q-127 0 -170 147 l-217 793l-131 -778q-27 -160 -168 -160q-160 0 -160 160z" />
+<glyph unicode="&#x39d;" horiz-adv-x="1372" d="M33 168v1249q0 178 162 178q106 0 180 -108l563 -838v778q0 166 162 166q166 0 166 -166v-1249q0 -178 -164 -178q-104 0 -172 96l-570 836v-764q0 -168 -163.5 -168t-163.5 168z" />
+<glyph unicode="&#x39e;" horiz-adv-x="1331" d="M25 168q0 166 178 166h874q174 0 174 -166q0 -164 -174 -164h-874q-178 0 -178 164zM53 1427q0 166 164 166h842q166 0 166 -166q0 -162 -166 -161h-842q-164 -1 -164 161zM186 825q0 162 164 162h561q166 0 166 -166q0 -162 -166 -162h-561q-164 0 -164 166z" />
+<glyph unicode="&#x39f;" horiz-adv-x="1542" d="M39 813q0 158 44 303.5t128 263t220 188t304 70.5q225 0 390 -123.5t241 -308t76 -399.5q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM375 817q0 -209 96 -359.5t268 -150.5q176 0 271.5 145.5t95.5 350.5 q0 207 -97.5 355.5t-273.5 148.5q-172 0 -266 -144.5t-94 -345.5z" />
+<glyph unicode="&#x3a0;" horiz-adv-x="1353" d="M33 166v1264q0 168 162 167h901q66 0 116 -51t50 -116v-1264q0 -166 -164 -166q-162 0 -162 166v1100h-576v-1100q0 -166 -167 -166q-160 0 -160 166z" />
+<glyph unicode="&#x3a1;" horiz-adv-x="1087" d="M27 166v1257q0 170 172 170h346q236 0 387 -146.5t151 -377.5q0 -221 -151.5 -369.5t-374.5 -148.5h-203v-385q0 -166 -163.5 -166t-163.5 166zM354 879h195q92 0 146.5 52t54.5 140q0 92 -60.5 143.5t-171.5 51.5h-164v-387z" />
+<glyph unicode="&#x3a3;" horiz-adv-x="1239" d="M31 174q0 68 35 125l344 532l-304 461q-51 78 -51 144q0 158 193 157h719q166 0 166 -166q0 -164 -166 -163h-445l217 -330q35 -51 35 -105q0 -49 -31 -90l-268 -411h516q166 0 166 -166q0 -162 -166 -162h-801q-159 0 -159 174z" />
+<glyph unicode="&#x3a4;" horiz-adv-x="1077" d="M25 1427q0 166 170 166h702q166 0 166 -166q0 -162 -166 -161h-188v-1092q0 -174 -160 -174q-168 0 -168 174v1092h-186q-170 -1 -170 161z" />
+<glyph unicode="&#x3a5;" horiz-adv-x="1157" d="M27 1434q0 162 157 161q100 0 140 -88l251 -559q39 66 121 280t121 279q53 88 150 88q158 0 157 -155q0 -49 -24 -90l-367 -705v-469q0 -176 -166 -176t-166 176v473q-55 100 -172.5 343t-175.5 345q-26 50 -26 97z" />
+<glyph unicode="&#x3a6;" horiz-adv-x="1554" d="M41 868q0 233 165 395t398 197v15q0 166 166 165q82 0 124 -36.5t42 -94.5v-49q238 -29 399.5 -191.5t161.5 -400.5q0 -231 -166 -390t-397 -193v-117q0 -168 -164 -168q-166 0 -166 168v115q-242 29 -402.5 188t-160.5 397zM362 868q0 -98 71 -177t171 -103v571 q-102 -23 -172 -105t-70 -186zM934 586q102 23 169.5 100.5t67.5 181.5q0 102 -68.5 184.5t-168.5 104.5v-571z" />
+<glyph unicode="&#x3a7;" horiz-adv-x="1359" d="M35 147q0 59 35 117l387 600l-334 467q-33 47 -33 103q0 70 48 114.5t114 44.5q86 0 139 -71l262 -365l232 356q49 80 139 80q63 0 112.5 -48t49.5 -115q0 -49 -31 -97l-303 -446l405 -621q41 -63 41 -121q0 -147 -147 -147q-88 0 -152 82l-344 504l-319 -500 q-53 -86 -154 -86q-147 -1 -147 149z" />
+<glyph unicode="&#x3a8;" horiz-adv-x="1558" d="M39 946v445q0 164 168 163q160 0 160 -163v-420q0 -129 61 -227.5t166 -127.5v859q0 166 162 165q164 0 164 -165v-863q111 23 167 118t56 241v420q0 166 166 165.5t166 -165.5v-445q0 -272 -150.5 -441t-404.5 -198v-143q0 -164 -164 -164q-162 0 -162 164v145 q-256 33 -405.5 201t-149.5 436z" />
+<glyph unicode="&#x3a9;" horiz-adv-x="1505" d="M88 1040q0 242 166 420t461 178q301 0 470 -178t169 -419.5t-168 -416.5t-471 -175q-201 0 -346.5 87t-213 218.5t-67.5 285.5zM100 164q0 164 160 164h920q160 0 159.5 -164t-159.5 -164h-920q-160 0 -160 164zM416 1040.5q0 -110.5 79.5 -189.5t225 -79t226.5 79 t81 187q0 111 -83 194t-226 83q-141 0 -222 -82t-81 -192.5z" />
+<glyph unicode="&#x3aa;" horiz-adv-x="567" d="M-178 1827q0 78 53 130t131 52q76 0 129 -53t53 -129t-53 -129t-129 -53q-78 0 -131 52t-53 130zM94 166q0 -166 164 -166q166 0 166 166v1264q0 166 -166 165q-164 0 -164 -165v-1264zM332 1827q0 76 52 129t128 53q78 0 130 -52t52 -130t-52 -130t-130 -52 q-76 0 -128 53t-52 129z" />
+<glyph unicode="&#x3ab;" horiz-adv-x="1277" d="M78 1434q0 -47 26 -97q57 -102 175 -344.5t174 -343.5v-473q0 -176 165.5 -176t165.5 176v469l367 705q25 41 25 90q0 156 -158 155q-96 0 -150 -88q-39 -66 -120.5 -279.5t-120.5 -279.5l-252 559q-39 88 -139 88q-158 1 -158 -161zM176 1827q0 78 53.5 130t130.5 52 q76 0 129.5 -53t53.5 -129t-53.5 -129t-129.5 -53q-78 0 -131 52t-53 130zM686 1827q0 76 52.5 129t127.5 53q78 0 130.5 -52t52.5 -130t-52.5 -130t-130.5 -52q-76 0 -128 53t-52 129z" />
+<glyph unicode="&#x3ac;" horiz-adv-x="1187" d="M4 590q0 270 131 444t307 174q80 0 157 -37.5t124 -111.5q10 147 164 147q160 0 160 -164v-917q0 -152 -160 -152q-145 0 -146 146v41q-123 -182 -301 -183q-172 0 -304 174.5t-132 438.5zM330 588q0 -125 50 -215t140 -90q82 0 145.5 86t63.5 227t-61.5 228t-141.5 87 q-90 0 -143 -98t-53 -225zM412 1475q0 45 18 71l119 279q45 106 149 106q154 0 154 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -119.5 42t-39.5 112z" />
+<glyph unicode="&#x3ad;" horiz-adv-x="974" d="M18 330q0 82 58.5 158.5t169.5 127.5q-178 98 -178 235.5t130 244t326 106.5q86 0 159 -12t136.5 -56t63.5 -116q0 -123 -142 -123q-29 0 -90 10q-45 10 -112 10q-78 0 -120 -30.5t-42 -71.5q0 -33 25.5 -55.5t68.5 -22.5h111q176 0 176 -121q0 -117 -172 -116h-111 q-57 -8 -90 -43t-33 -80q0 -49 40 -83t112 -34q51 0 145 23q70 18 123 18q74 0 111 -33t37 -88q0 -66 -44.5 -109.5t-116 -64t-134 -28t-127.5 -7.5q-205 0 -342.5 110t-137.5 251zM356 1475q0 45 19 71l119 279q45 106 149 106q154 0 154 -155q0 -27 -13 -60l-122 -276 q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -120 42t-40 112z" />
+<glyph unicode="&#x3ae;" horiz-adv-x="1067" d="M35 158v864q0 70 41 117t114.5 47t116.5 -43t45 -94q129 143 283 143q139 0 243.5 -99.5t104.5 -306.5v-1058q0 -158 -162 -158q-160 0 -159 158v1001q0 86 -45.5 134t-104.5 48q-66 0 -113 -48t-47 -134v-571q0 -158 -162 -158q-155 0 -155 158zM336 1475q0 45 18 71 l119 279q45 106 150 106q154 0 153 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43 -41t-75.5 -20.5q-80 0 -120 42t-40 112z" />
+<glyph unicode="&#x3af;" horiz-adv-x="475" d="M27 158v886q0 160 159 160q164 0 164 -160v-886q0 -158 -164 -158q-159 0 -159 158zM35 1475q0 45 18 71l119 279q45 106 150 106q154 0 153 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43 -41t-75.5 -20.5q-80 0 -120 42t-40 112z" />
+<glyph unicode="&#x3b0;" horiz-adv-x="1073" d="M-59 1507.5q0 77.5 52 130t130 52.5q76 0 128 -53.5t52 -129t-52 -129t-128 -53.5q-78 0 -130 52.5t-52 130zM43 422q0 -193 139.5 -319t331.5 -126q190 0 333.5 128t143.5 317v612q0 160 -162 160q-160 0 -159 -160v-569q0 -72 -44 -120t-112 -48t-111 48t-43 120v569 q0 160 -161 160q-156 0 -156 -160v-612zM367 1475q0 45 18 71l-2 -6l121 287q47 106 153 106q76 0 117 -42t41 -115q0 -10 -7 -35t-7 -27l-123 -274q-14 -35 -27.5 -56.5t-45.5 -42t-75 -20.5q-78 0 -120.5 43t-42.5 111zM793 1507.5q0 77.5 53 130t131 52.5q76 0 129 -53.5 t53 -129t-53 -129t-129 -53.5q-78 0 -131 52.5t-53 130z" />
+<glyph unicode="&#x3b1;" horiz-adv-x="1187" d="M4 590q0 270 131 444t307 174q80 0 157 -37.5t124 -111.5q10 147 164 147q160 0 160 -164v-917q0 -152 -160 -152q-145 0 -146 146v41q-123 -182 -301 -183q-172 0 -304 174.5t-132 438.5zM330 588q0 -125 50 -215t140 -90q82 0 145.5 86t63.5 227t-61.5 228t-141.5 87 q-90 0 -143 -98t-53 -225z" />
+<glyph unicode="&#x3b2;" horiz-adv-x="1144" d="M37 -252v1344q0 217 121 351t350 134q184 0 310 -117t126 -268q0 -78 -41 -154.5t-119 -119.5q125 -51 195 -175.5t70 -257.5q0 -209 -125 -351t-316 -142q-145 0 -250 119v-361q0 -170 -161 -170q-160 0 -160 168zM356 471q0 -80 49.5 -126t129.5 -46q90 0 141 64.5 t51 154.5q0 76 -41 143.5t-111 98.5q-6 0 -15 1t-11 1q-6 2 -45 2q-37 0 -57.5 32.5t-20.5 80.5q0 45 22.5 79.5t63.5 36.5h45q63 31 64 123q0 59 -31 103.5t-84 44.5q-86 0 -117 -62.5t-31 -179.5v-262q0 -25 -1 -116t-1 -173z" />
+<glyph unicode="&#x3b3;" horiz-adv-x="1081" d="M37 1069q0 61 51 106.5t111 45.5q70 0 116.5 -38t53.5 -98l168 -604l168 609q45 131 161 131q61 0 113.5 -47.5t52.5 -114.5q0 -31 -10 -55l-41 -113q-238 -627 -281 -778v-361q0 -176 -165 -176q-162 0 -162 178v357l-328 899q-8 18 -8 59z" />
+<glyph unicode="&#x3b4;" horiz-adv-x="1173" d="M39 543q0 139 89 273t257 181q-94 53 -146.5 128t-52.5 145q0 129 119 221t322 92q162 0 266 -54t104 -157q0 -49 -33.5 -77.5t-91.5 -28.5q-35 0 -96 20q-61 25 -137 25q-143 0 -143 -94q0 -37 44 -73t119 -63q434 -145 435 -551q0 -233 -140.5 -390.5t-384 -157.5 t-387 164t-143.5 397zM360 545q0 -106 55.5 -182t151.5 -76q98 0 153.5 63.5t55.5 167.5q0 113 -57 189.5t-154 76.5q-92 0 -148.5 -73.5t-56.5 -165.5z" />
+<glyph unicode="&#x3b5;" horiz-adv-x="974" d="M18 330q0 82 58.5 158.5t169.5 127.5q-178 98 -178 235.5t130 244t326 106.5q86 0 159 -12t136.5 -56t63.5 -116q0 -123 -142 -123q-29 0 -90 10q-45 10 -112 10q-78 0 -120 -30.5t-42 -71.5q0 -33 25.5 -55.5t68.5 -22.5h111q176 0 176 -121q0 -117 -172 -116h-111 q-57 -8 -90 -43t-33 -80q0 -49 40 -83t112 -34q51 0 145 23q70 18 123 18q74 0 111 -33t37 -88q0 -66 -44.5 -109.5t-116 -64t-134 -28t-127.5 -7.5q-205 0 -342.5 110t-137.5 251z" />
+<glyph unicode="&#x3b6;" horiz-adv-x="1101" d="M115 571q0 375 467 652h-271q-76 0 -127 41t-51 114q0 78 50 118t128 40h594q162 0 162 -156q0 -66 -31.5 -100.5t-97.5 -56.5q-158 -43 -318.5 -231.5t-160.5 -411.5q0 -84 21.5 -140.5t67.5 -89.5t82 -47t101 -31q301 -82 301 -301q0 -125 -52 -224t-155 -99 q-59 0 -104 48t-45 103q0 33 8 73t8 50q0 41 -76 70q-25 10 -51 18q-47 16 -74.5 26.5t-81 37t-88 52.5t-77.5 71t-67.5 95t-43 122.5t-18.5 156.5z" />
+<glyph unicode="&#x3b7;" horiz-adv-x="1067" d="M35 158v864q0 70 41 117t114.5 47t116.5 -43t45 -94q129 143 283 143q139 0 243.5 -99.5t104.5 -306.5v-1058q0 -158 -162 -158q-160 0 -159 158v1001q0 86 -45.5 134t-104.5 48q-66 0 -113 -48t-47 -134v-571q0 -158 -162 -158q-155 0 -155 158z" />
+<glyph unicode="&#x3b8;" horiz-adv-x="1196" d="M39 776q0 135 27.5 266.5t85 255t166 200.5t251.5 77q141 0 249 -79t166 -204t87 -257t29 -263q0 -139 -29 -271t-89 -251t-167.5 -191.5t-249.5 -72.5q-115 0 -208 51t-151.5 131t-97 186.5t-54 211t-15.5 210.5zM360 770q0 -74 10.5 -148.5t33 -150.5t65.5 -124 t102 -48q57 0 98.5 49t63 126t30.5 151.5t9 146.5t-9 147.5t-29.5 155.5t-61.5 130t-97 50q-59 0 -103 -50t-67.5 -129t-34 -155.5t-10.5 -150.5zM416 788q0 76 40 119t105 43q76 0 113 -46t37 -116q0 -66 -37 -109.5t-113 -43.5q-66 0 -105.5 39.5t-39.5 113.5z" />
+<glyph unicode="&#x3b9;" horiz-adv-x="475" d="M27 158v886q0 160 159 160q164 0 164 -160v-886q0 -158 -164 -158q-159 0 -159 158z" />
+<glyph unicode="&#x3ba;" horiz-adv-x="1087" d="M33 158v872q0 160 157 160q160 0 160 -160v-254q66 55 198 179t197 180q47 39 109 39q66 0 115 -45.5t49 -108.5q0 -68 -66 -117l-209 -192q70 -127 130.5 -231.5t87 -147.5t47 -80t25.5 -53.5t5 -42.5q0 -70 -36.5 -115t-114.5 -45q-45 0 -88 23.5t-66 58.5l-237 457 q-141 -129 -146 -134v-243q0 -158 -160 -158q-157 0 -157 158z" />
+<glyph unicode="&#x3bb;" horiz-adv-x="1056" d="M6 147q0 33 12 68l306 809q-10 29 -57.5 155t-69.5 191v35q0 66 49 107.5t116 41.5q125 0 173 -139l407 -1184q14 -39 14 -73q0 -72 -38.5 -115t-116.5 -43q-125 0 -168 125l-146 528q-10 -31 -22 -71.5t-26.5 -96t-24.5 -88.5q-53 -193 -80 -270q-45 -127 -172 -127 q-78 0 -117 40.5t-39 106.5z" />
+<glyph unicode="&#x3bc;" horiz-adv-x="1120" d="M37 -270v1304q0 160 156 160q158 0 157 -160v-598q0 -57 38 -93t95 -36q82 0 131.5 59.5t49.5 145.5v522q0 160 159 160q158 0 158 -160v-864q0 -170 -158 -170q-47 0 -84 35t-39 96q-18 -63 -71.5 -100t-120.5 -37q-57 0 -101.5 39t-56.5 96v-399q0 -160 -160 -160 q-153 0 -153 160z" />
+<glyph unicode="&#x3bd;" horiz-adv-x="1030" d="M33 1040q0 72 45 114t115 42q129 0 167 -145l144 -545l139 551q51 139 170 139q72 0 114 -40t42 -116q0 -33 -13 -63l-294 -862q-41 -115 -168 -115q-119 0 -160 115l-291 866q-10 34 -10 59z" />
+<glyph unicode="&#x3be;" horiz-adv-x="1101" d="M35 442q0 119 88 221.5t229 174.5q-90 18 -137 69t-47 117q0 68 47 132.5t123 94.5q-2 0 -16.5 1t-26.5 1q-8 0 -53 2t-70 5q-41 4 -66.5 35.5t-25.5 82.5q0 82 32.5 120t106.5 38h592q162 0 162 -156q0 -70 -31 -98.5t-113 -28.5q-182 0 -261 -49t-79 -121 q0 -55 38 -88.5t106 -33.5q195 0 194 -125q0 -123 -190 -123q-111 0 -184.5 -60.5t-73.5 -148.5q0 -78 65.5 -140.5t202.5 -95.5q311 -76 311 -297q0 -63 -25.5 -136t-79.5 -130t-122 -57q-61 0 -106 48t-45 103q0 29 14 77t14 71q0 29 -82 47q-76 16 -131 31.5t-127.5 51.5 t-119 80t-80 117.5t-33.5 167.5z" />
+<glyph unicode="&#x3bf;" horiz-adv-x="1204" d="M39 604q0 252 141.5 426t392.5 174q250 0 392.5 -180t142.5 -432q0 -256 -142.5 -433t-392.5 -177q-252 0 -393 183t-141 439zM367 614q0 -127 54 -236.5t152 -109.5q100 0 153.5 94.5t53.5 217.5q0 125 -54 229t-153 104q-100 0 -153 -88t-53 -211z" />
+<glyph unicode="&#x3c0;" horiz-adv-x="1087" d="M35 158v872q0 66 42 114t109 48h648q160 0 159 -164v-870q0 -158 -159 -158q-158 0 -158 158v733h-322v-733q0 -158 -161 -158q-158 0 -158 158z" />
+<glyph unicode="&#x3c1;" horiz-adv-x="1173" d="M39 -260v864q0 270 141.5 445.5t388.5 175.5q256 0 387 -174t131 -457q0 -301 -136 -463t-314 -162q-86 0 -161 43t-118 119v-391q0 -160 -161 -160q-158 0 -158 160zM362 608q0 -154 62.5 -234.5t148.5 -80.5q80 0 138.5 80t58.5 219q0 127 -47 224t-143 97 q-106 0 -162 -80t-56 -225z" />
+<glyph unicode="&#x3c2;" horiz-adv-x="1187" d="M66 598q0 262 189 439t429 177q123 0 250 -57q49 -20 82 -64t33 -87q0 -68 -44 -118t-112 -50q-31 0 -103.5 23.5t-113.5 23.5q-115 0 -196 -84t-81 -223q0 -63 17.5 -110.5t39 -73t66.5 -47t70.5 -29t83.5 -21.5q150 -37 244 -118t94 -210q0 -121 -61.5 -223 t-166.5 -102q-59 0 -105 48t-46 103q0 23 3 53.5t3 42.5q0 57 -68 103q-59 14 -95 23.5t-96 33t-98 50t-84 72.5t-72 103.5t-44 139.5t-18 182z" />
+<glyph unicode="&#x3c3;" horiz-adv-x="1335" d="M45 614q0 256 146.5 428t404.5 172l498 -2q74 -4 124 -47t50 -114q0 -61 -53.5 -110.5t-116.5 -49.5l-137 24q127 -160 126 -399q0 -215 -145 -374.5t-371 -159.5q-248 0 -387 187t-139 445zM373 612q0 -121 54 -221t151 -100q100 0 148 83t48 201q0 129 -47 230.5 t-145.5 101.5t-153.5 -88t-55 -207z" />
+<glyph unicode="&#x3c4;" horiz-adv-x="1095" d="M35 1044q0 152 147 152h635q166 0 166 -154q0 -152 -162 -151h-162v-473q0 -72 6.5 -99.5t32.5 -27.5q174 0 174 -153.5t-174 -153.5q-209 0 -283.5 106.5t-74.5 327.5v471h-150q-155 -1 -155 155z" />
+<glyph unicode="&#x3c5;" horiz-adv-x="1073" d="M35 422v612q0 160 155 160q162 0 162 -160v-569q0 -72 43 -120t110.5 -48t112 48t44.5 120v569q0 160 159 160q162 0 162 -160v-612q0 -188 -143.5 -316.5t-333.5 -128.5q-193 0 -332 126t-139 319z" />
+<glyph unicode="&#x3c6;" horiz-adv-x="1472" d="M23 586q0 176 87 347t232 265q41 20 80 21q45 0 74.5 -25t29.5 -72q0 -61 -63 -155q-37 -53 -57.5 -90t-42 -119t-21.5 -178q0 -86 41 -166t115 -117v360q0 92 18.5 180.5t60 176.5t126.5 142t202 54q147 0 256 -91t158 -220t49 -270q0 -254 -150.5 -431.5t-398.5 -205.5 v-254q0 -162 -160 -162q-162 0 -161 162v256q-233 33 -354 200t-121 392zM819 285q102 27 162.5 124t60.5 222q0 98 -34.5 188t-102.5 90q-57 0 -74 -53q-12 -35 -12 -203v-368z" />
+<glyph unicode="&#x3c7;" horiz-adv-x="1067" d="M37 -283q0 45 24 99l308 626q-33 68 -136 252q-88 156 -133 252q-20 47 -20 94q0 160 158 160q109 0 153 -98l144 -383l161 385q45 92 146 92q68 0 115 -46t47 -116q0 -47 -23 -94l-291 -498l154 -292q109 -199 172 -330q25 -49 24 -90q0 -39 -14 -70q-41 -84 -139 -84 q-113 0 -166 113l-191 469q-20 -49 -86 -232q-43 -125 -90 -241q-49 -113 -170 -113q-98 0 -135 82q-12 24 -12 63z" />
+<glyph unicode="&#x3c8;" horiz-adv-x="1427" d="M47 610v410q0 178 158 178q68 0 117 -50t49 -126v-412q0 -117 33.5 -206t101.5 -121v878q0 164 158 164q162 0 161 -164v-880q66 31 101 118.5t35 198.5v424q0 176 159 176q68 0 117 -49t49 -129v-410q0 -254 -118.5 -425t-344.5 -199v-226q0 -186 -159 -186 q-158 0 -158 186v226q-225 29 -342 200.5t-117 423.5z" />
+<glyph unicode="&#x3c9;" horiz-adv-x="1394" d="M49 479q0 215 75 394.5t189 289.5q45 39 115 39q63 0 102 -42t39 -101q0 -51 -41 -103q-160 -178 -159 -467q0 -90 29.5 -141t70.5 -51q31 0 52.5 35t21.5 96v227q0 170 123 170q119 0 118 -163v-234q0 -61 21.5 -96t52.5 -35q41 0 72 52t31 143q0 260 -156 456 q-49 61 -49 113q0 61 40 103t103 42q66 0 113 -39q119 -106 191.5 -280t72.5 -395q0 -227 -113.5 -367.5t-261.5 -140.5q-86 0 -152.5 69.5t-89.5 200.5q-20 -119 -88.5 -193.5t-150.5 -74.5q-145 0 -258 140t-113 353z" />
+<glyph unicode="&#x3ca;" horiz-adv-x="645" d="M-125 1507.5q0 77.5 53.5 130t130.5 52.5q76 0 129.5 -53.5t53.5 -129t-53.5 -129t-129.5 -53.5q-78 0 -131 52.5t-53 130zM139 158q0 -158 160 -158q164 0 164 158v886q0 160 -164 160q-160 0 -160 -160v-886zM385 1507.5q0 75.5 52 129t128 53.5q78 0 130.5 -52.5 t52.5 -130t-52.5 -130t-130.5 -52.5q-76 0 -128 53.5t-52 129z" />
+<glyph unicode="&#x3cb;" horiz-adv-x="1073" d="M35 422q0 -193 139 -319t332 -126q190 0 333.5 128t143.5 317v612q0 160 -162 160q-160 0 -159 -160v-569q0 -72 -44.5 -120t-112 -48t-110.5 48t-43 120v569q0 160 -162 160q-156 0 -155 -160v-612zM78 1507.5q0 77.5 53 130t131 52.5q76 0 129 -53.5t53 -129t-53 -129 t-129 -53.5q-78 0 -131 52.5t-53 130zM588 1507.5q0 75.5 52 129t128 53.5q78 0 130 -52.5t52 -130t-52 -130t-130 -52.5q-76 0 -128 53.5t-52 129z" />
+<glyph unicode="&#x3cc;" horiz-adv-x="1204" d="M39 604q0 252 141.5 426t392.5 174q250 0 392.5 -180t142.5 -432q0 -256 -142.5 -433t-392.5 -177q-252 0 -393 183t-141 439zM367 614q0 -127 54 -236.5t152 -109.5q100 0 153.5 94.5t53.5 217.5q0 125 -54 229t-153 104q-100 0 -153 -88t-53 -211zM444 1475q0 45 19 71 l119 279q45 106 149 106q154 0 154 -155q0 -27 -13 -60l-122 -276q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -120 42t-40 112z" />
+<glyph unicode="&#x3cd;" horiz-adv-x="1073" d="M35 422v612q0 160 155 160q162 0 162 -160v-569q0 -72 43 -120t110.5 -48t112 48t44.5 120v569q0 160 159 160q162 0 162 -160v-612q0 -188 -143.5 -316.5t-333.5 -128.5q-193 0 -332 126t-139 319zM358 1475q0 45 19 71l119 279q45 106 149 106q154 0 154 -155 q0 -27 -13 -60l-122 -276q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -120 42t-40 112z" />
+<glyph unicode="&#x3ce;" horiz-adv-x="1394" d="M49 479q0 215 75 394.5t189 289.5q45 39 115 39q63 0 102 -42t39 -101q0 -51 -41 -103q-160 -178 -159 -467q0 -90 29.5 -141t70.5 -51q31 0 52.5 35t21.5 96v227q0 170 123 170q119 0 118 -163v-234q0 -61 21.5 -96t52.5 -35q41 0 72 52t31 143q0 260 -156 456 q-49 61 -49 113q0 61 40 103t103 42q66 0 113 -39q119 -106 191.5 -280t72.5 -395q0 -227 -113.5 -367.5t-261.5 -140.5q-86 0 -152.5 69.5t-89.5 200.5q-20 -119 -88.5 -193.5t-150.5 -74.5q-145 0 -258 140t-113 353zM516 1475q0 45 19 71l118 279q45 106 150 106 q154 0 153 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43 -41t-75.5 -20.5q-80 0 -120 42t-40 112z" />
+<glyph unicode="&#x2000;" horiz-adv-x="1003" />
+<glyph unicode="&#x2001;" horiz-adv-x="2009" />
+<glyph unicode="&#x2002;" horiz-adv-x="1003" />
+<glyph unicode="&#x2003;" horiz-adv-x="2009" />
+<glyph unicode="&#x2004;" horiz-adv-x="669" />
+<glyph unicode="&#x2005;" horiz-adv-x="501" />
+<glyph unicode="&#x2006;" horiz-adv-x="333" />
+<glyph unicode="&#x2007;" horiz-adv-x="333" />
+<glyph unicode="&#x2008;" horiz-adv-x="249" />
+<glyph unicode="&#x2009;" horiz-adv-x="401" />
+<glyph unicode="&#x200a;" horiz-adv-x="110" />
+<glyph unicode="&#x2010;" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
+<glyph unicode="&#x2011;" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
+<glyph unicode="&#x2012;" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1474" d="M49 594q0 66 47 115t123 49h922q170 0 170 -164q0 -158 -170 -158h-922q-170 0 -170 158z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1900" d="M66 594q0 66 47 115t123 49h1282q170 0 170 -164q0 -158 -170 -158h-1282q-170 0 -170 158z" />
+<glyph unicode="&#x2018;" horiz-adv-x="520" d="M12 1407q0 63 49.5 107.5t114.5 44.5q96 0 137 -93l133 -309q20 -29 21 -70q0 -57 -53.5 -105t-106.5 -48t-96 35t-64 84l-122 297l2 -7q-15 39 -15 64z" />
+<glyph unicode="&#x2019;" horiz-adv-x="520" d="M12 1087q0 33 23 68l131 311q39 92 139 93q66 0 114 -44.5t48 -107.5q0 -33 -14 -64l-119 -290q-20 -47 -63.5 -83t-96.5 -36q-55 0 -108.5 48t-53.5 105z" />
+<glyph unicode="&#x201a;" horiz-adv-x="520" d="M12 -90q0 29 15 61l120 293q20 49 64.5 82t97.5 33q57 0 107.5 -45t50.5 -105q0 -35 -21 -67l-133 -314q-45 -90 -137 -90q-66 0 -115 44.5t-49 107.5z" />
+<glyph unicode="&#x201c;" horiz-adv-x="1015" d="M27 1407q0 63 48 107.5t113 44.5q98 0 140 -93l133 -309q20 -33 20 -70q0 -57 -53 -105t-109 -48q-51 0 -95 36t-62 83l-121 297l2 -7q-16 37 -16 64zM481 1407q0 66 47 109t113 43q100 0 141 -93l133 -309q18 -35 19 -70q0 -57 -53.5 -105t-108.5 -48q-51 0 -94 36 t-62 83l-122 297l2 -7q-15 31 -15 64z" />
+<glyph unicode="&#x201d;" horiz-adv-x="1009" d="M27 1087q0 31 20 68l131 311q45 92 139 93q66 0 115 -44.5t49 -107.5q0 -25 -14 -64l2 7l-123 -297q-20 -49 -63 -84t-97 -35q-51 0 -105 48t-54 105zM481 1087q0 35 19 68l131 311q45 92 139 93q66 0 115 -44.5t49 -107.5q0 -25 -14 -64l2 7l-123 -297 q-18 -47 -61.5 -83t-98.5 -36q-51 0 -104.5 48t-53.5 105z" />
+<glyph unicode="&#x201e;" horiz-adv-x="991" d="M25 -90q0 25 16 61l121 293q18 47 64 82t98 35q55 0 105 -46t50 -106q0 -33 -18 -67l-135 -314q-41 -90 -138 -90q-66 0 -114.5 44.5t-48.5 107.5zM461 -90q0 33 16 61l119 293q20 49 66.5 82t97.5 33q57 0 106 -44t49 -106q0 -35 -20 -67l-133 -314q-41 -90 -139 -90 q-63 0 -112.5 44.5t-49.5 107.5z" />
+<glyph unicode="&#x2020;" horiz-adv-x="1155" d="M37 1038q0 156 158 156h176v176q0 80 48 130t113 50q156 0 156 -180v-176h180q160 0 160 -160q0 -156 -160 -155h-180v-699q0 -180 -156 -180q-66 0 -113.5 49t-47.5 131v699h-176q-158 -1 -158 159z" />
+<glyph unicode="&#x2021;" horiz-adv-x="1155" d="M37 528q0 156 158 156h176v195h-176q-158 0 -158 159q0 158 158 158h176v174q0 84 47 132t114 48q156 0 156 -180v-174h180q160 0 160 -162q0 -156 -160 -155h-180v-195h180q160 0 160 -162q0 -154 -160 -153h-180v-195q0 -180 -156 -180q-68 0 -114.5 48t-46.5 132v195 h-176q-158 -1 -158 159z" />
+<glyph unicode="&#x2022;" horiz-adv-x="1187" d="M141 721q0 176 115 290.5t293 114.5q176 0 289.5 -114.5t113.5 -290.5t-113.5 -293t-289.5 -117q-178 0 -293 116t-115 294z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1413" d="M37 182q0 76 53 129.5t129 53.5t129 -53.5t53 -129.5t-53 -129t-129 -53t-129 53t-53 129zM510 182q0 76 52 129.5t130 53.5q76 0 129 -53.5t53 -129.5t-53 -129t-129 -53q-78 0 -130 53t-52 129zM987 182q0 76 52.5 129.5t127.5 53.5q78 0 130.5 -53.5t52.5 -129.5 t-52.5 -129t-130.5 -53q-76 0 -128 53t-52 129z" />
+<glyph unicode="&#x202f;" horiz-adv-x="401" />
+<glyph unicode="&#x2030;" horiz-adv-x="2906" d="M90 1147q0 180 108.5 298t287 118t286 -124t107.5 -306q0 -178 -107.5 -302t-286 -124t-287 130t-108.5 310zM397 1138.5q0 -57.5 23.5 -101.5t64.5 -44q47 0 71 41t24 99q0 59 -25 102t-70 43q-41 0 -64.5 -41t-23.5 -98.5zM618 113q0 27 17 71l495 1276q45 113 156 113 q143 0 144 -152q0 -37 -13 -75q-47 -129 -268 -689.5t-250 -611.5q-47 -84 -135 -84q-146 0 -146 152zM1176 412q0 182 108.5 299.5t290.5 117.5q176 0 281.5 -127t105.5 -305q0 -182 -103.5 -302t-283.5 -120q-182 0 -290.5 126.5t-108.5 310.5zM1481 403.5 q0 -57.5 24.5 -100.5t69.5 -43q41 0 65.5 41t24.5 94q0 57 -24.5 103.5t-65.5 46.5q-45 0 -69.5 -42t-24.5 -99.5zM2017 412q0 180 108.5 298.5t291.5 118.5q176 0 282.5 -127t106.5 -305q0 -182 -104.5 -302t-284.5 -120q-182 0 -291 126.5t-109 310.5zM2322 403.5 q0 -57.5 26 -100.5t69 -43t67.5 41t24.5 94q0 57 -25.5 103.5t-66.5 46.5q-43 0 -69 -42t-26 -99.5z" />
+<glyph unicode="&#x2039;" horiz-adv-x="1396" d="M47 596q0 111 115 164l833 387q47 23 92 22q35 0 66 -12q90 -39 90 -133q0 -102 -115 -160l-641 -266l627 -289q117 -53 117 -166q0 -143 -152 -143q-59 0 -108 25l-811 403q-113 55 -113 168z" />
+<glyph unicode="&#x203a;" horiz-adv-x="1396" d="M47 1030q0 147 156 148q35 0 73 -15l836 -411q131 -66 131 -164q0 -109 -147 -180l-813 -392q-37 -14 -76 -14q-158 0 -158 156q0 109 111 157l635 271l-639 284q-109 58 -109 160z" />
+<glyph unicode="&#x205f;" horiz-adv-x="501" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1589" d="M-6 661.5q0 69.5 36 90t124 20.5h22v31q0 37 2 57h-24q-90 0 -125 19.5t-35 89t36 90t124 20.5h59q72 248 255 405.5t460 157.5q270 0 467 -178q63 -59 63 -139q0 -76 -46 -123t-116 -47q-80 0 -125 49q-96 96 -249 96q-240 0 -344 -221h444q90 0 126 -20.5t36 -91.5 q0 -70 -36 -88.5t-126 -18.5h-502v-88h277q90 0 125.5 -20.5t35.5 -92.5q0 -70 -35.5 -88t-125.5 -18h-219q109 -223 346 -223q158 0 245 88q49 49 113 49q82 0 123 -47t41 -119q0 -86 -62 -141q-205 -182 -466 -183q-283 0 -465.5 161t-245.5 415h-53q-90 0 -125 19.5 t-35 89z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1636" d="M49 1434q0 123 123 122h338q127 0 127 -124q0 -123 -127 -123h-43v-488q0 -135 -125 -135t-125 135v488h-45q-123 0 -123 125zM627 815v10l92 609q23 135 145 135q119 0 152 -115l63 -287l68 289q33 113 151 113q57 0 97.5 -36t50.5 -99l92 -609v-8q0 -123 -123 -123 q-109 0 -127 113l-26 344q-8 -33 -30 -179.5t-32 -178.5q-37 -102 -123 -103q-90 0 -125 105l-55 344l-25 -330q-16 -117 -127 -117q-118 0 -118 123z" />
+<glyph unicode="&#x2126;" horiz-adv-x="1505" d="M88 1040q0 242 166 420t461 178q301 0 470 -178t169 -419.5t-168 -416.5t-471 -175q-201 0 -346.5 87t-213 218.5t-67.5 285.5zM100 164q0 164 160 164h920q160 0 159.5 -164t-159.5 -164h-920q-160 0 -160 164zM416 1040.5q0 -110.5 79.5 -189.5t225 -79t226.5 79 t81 187q0 111 -83 194t-226 83q-141 0 -222 -82t-81 -192.5z" />
+<glyph unicode="&#x2206;" horiz-adv-x="1429" d="M37 141q0 31 14 74l-2 -6l455 1239q53 150 194 149q154 0 199 -147l471 -1239q12 -39 12 -72q0 -139 -209 -139h-952q-182 0 -182 141zM449 340h514l-265 692z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1195" d="M0 1195h1195v-1195h-1195v1195z" />
+<glyph horiz-adv-x="1212" d="M41 633q0 170 58.5 315.5t183.5 242.5t297 97h8q254 0 393 -192.5t139 -456.5q0 -172 -56 -318.5t-181 -245t-299 -98.5q-256 0 -399.5 195t-143.5 461zM369 637q0 -137 56 -236.5t159 -99.5q98 0 154.5 96.5t56.5 229.5q0 135 -56.5 235.5t-152.5 100.5 q-104 0 -160.5 -96.5t-56.5 -229.5z" />
+<glyph horiz-adv-x="782" d="M27 1038q0 55 33.5 101.5t101.5 62.5q55 14 103 27.5t76 22t50 14.5l34 9q11 3 19.5 5t11.5 3t7 1q53 0 91 -27.5t52 -66.5q16 -27 17 -127v-893q0 -74 -45.5 -122t-119 -48t-119.5 48t-46 122v741q-12 -4 -70 -20q-14 -2 -41 -2q-66 0 -110.5 41.5t-44.5 107.5z" />
+<glyph horiz-adv-x="1107" d="M43 834q0 209 144.5 337.5t336.5 128.5q186 0 328.5 -122.5t142.5 -311.5q0 -55 -8 -95t-41 -105.5t-110.5 -151.5t-200.5 -195h223q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 66 54 133q270 231 379.5 332.5t140.5 145.5t31 87q0 55 -44.5 89t-101.5 34 q-59 0 -102 -41t-43 -113q0 -61 -44 -119.5t-118 -58.5q-78 0 -123 58.5t-45 128.5z" />
+<glyph horiz-adv-x="1126" d="M47 96q0 76 44 120t108 44q45 0 89 -27.5t64 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129t-99 70h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 60 4q39 12 64.5 67.5t25.5 108.5q0 61 -34 98t-95 37q-121 0 -134 -102q-2 -33 -31.5 -72t-94.5 -39 q-170 0 -170 148q0 152 125.5 268.5t312.5 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -320q117 -63 176.5 -164.5t59.5 -216.5q0 -188 -138.5 -331.5t-359.5 -143.5q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
+<glyph horiz-adv-x="1191" d="M33 285q0 68 43 123l471 759q80 129 217 129q90 0 149.5 -60t59.5 -161v-647q154 -2 153 -164q0 -154 -151 -153v-170q0 -178 -164 -179q-76 0 -119 46.5t-43 132.5v165h-430q-88 0 -137 51.5t-49 127.5zM459 428h190v307z" />
+<glyph horiz-adv-x="1185" d="M61 12q0 74 44.5 116t105.5 42q78 0 129 -70q31 -39 87 -64.5t112 -25.5q88 0 145 64.5t57 150.5q0 88 -54 152.5t-152 64.5q-35 0 -93.5 -15t-89.5 -15q-164 0 -164 157q0 33 97 527q31 150 190 149h430q74 0 117 -49t43 -121q0 -160 -160 -160h-340q-8 -57 -24 -157 q256 0 393 -151.5t137 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105t-140.5 216z" />
+<glyph horiz-adv-x="1153" d="M37 557q0 256 138 493.5t351 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -49 -110q-10 -10 -47 -42t-53.5 -47.5t-48 -47t-50 -54t-40 -55.5t-35.5 -66q57 31 165 31q186 0 289 -133t103 -318q0 -225 -142.5 -389t-367.5 -164q-238 0 -371 170t-133 410zM360 528 q0 -92 48.5 -161.5t132.5 -71.5q86 8 137 74.5t51 156.5q0 86 -49 147.5t-143 61.5q-86 0 -131.5 -61.5t-45.5 -145.5z" />
+<glyph horiz-adv-x="1114" d="M35 1108q0 166 176 166h645q70 0 122 -50t52 -128q0 -35 -18 -82l-484 -1145q-55 -129 -172 -129q-78 0 -115.5 48t-37.5 114q0 43 18 84l410 956h-420q-176 0 -176 166z" />
+<glyph horiz-adv-x="1126" d="M41 485q0 106 58.5 207t148.5 152q-70 43 -113 126t-43 175q0 180 132 304t317 124q190 0 314 -120t124 -308q0 -82 -45 -164t-113 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143 -355.5t-350 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM377 492q0 -80 45 -133.5 t121 -53.5q70 0 113.5 53.5t43.5 128.5q0 80 -45 134.5t-112 54.5q-74 0 -120 -54t-46 -130zM420 1135q0 -59 30.5 -100.5t86.5 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
+<glyph horiz-adv-x="1191" d="M49 739q0 221 138.5 383t385.5 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-78.5 -242t-160.5 -265t-254.5 -255q-49 -39 -112 -39q-66 0 -111 43t-45 107q0 84 68 139q209 168 315 326q-98 -35 -193 -35q-201 0 -320.5 149.5t-119.5 337.5zM377 719 q0 -104 55 -164.5t135 -60.5q86 0 142.5 56t56.5 167q0 92 -52 162.5t-149 70.5q-90 0 -139 -70.5t-49 -160.5z" />
+<glyph horiz-adv-x="1323" d="M8 156q0 37 17 75l407 854q53 139 190.5 139.5t190.5 -137.5l426 -858q16 -39 16 -75q0 -70 -40.5 -112t-114.5 -42q-113 0 -150 100l6 -8l-98 184h-463l-73 -153l2 6q-43 -129 -168 -129q-74 0 -111 45t-37 111zM528 578h191q-2 4 -16.5 38.5t-34 72.5t-45.5 81z" />
+<glyph horiz-adv-x="1175" d="M39 180v844q0 178 166 178h332q182 0 304 -83t122 -255q0 -121 -76 -207q76 -49 122 -125.5t46 -154.5q0 -152 -116 -264.5t-312 -112.5h-391q-94 0 -132 31q-65 43 -65 149zM356 315h215q63 0 99.5 28t36.5 65q0 39 -41 66.5t-119 27.5h-191v-187zM356 725h189 q55 0 84.5 24.5t29.5 59.5q0 33 -24.5 56.5t-67.5 23.5h-211v-164z" />
+<glyph horiz-adv-x="1294" d="M55 606q0 281 181.5 455t468.5 174q260 0 448 -174q63 -57 64 -133q0 -72 -46.5 -118t-111.5 -46q-76 0 -119 49q-90 88 -240 88q-131 0 -220 -74.5t-89 -208.5q0 -141 88 -227t223.5 -86t235.5 94q41 47 109 47q80 0 118.5 -44t38.5 -111q0 -84 -59 -137 q-201 -172 -451 -172q-283 0 -461 174t-178 450z" />
+<glyph horiz-adv-x="1351" d="M43 166v858q0 178 197 178h362q236 0 398.5 -161.5t162.5 -444.5q0 -287 -173 -441.5t-425 -154.5h-354q-98 0 -133 32t-35 134zM360 315h195q123 0 202 69t79 212q0 147 -75 220t-181 73h-220v-574z" />
+<glyph horiz-adv-x="993" d="M35 174v856q0 172 164 172h553q82 0 120.5 -38t38.5 -120q0 -156 -159 -155h-404v-146h318q84 0 121.5 -30.5t37.5 -106.5t-37.5 -105.5t-121.5 -29.5h-318v-156h420q170 0 170 -157.5t-170 -157.5h-569q-106 0 -135 32.5t-29 141.5z" />
+<glyph horiz-adv-x="909" d="M33 145v879q0 178 164 178h538q160 0 160 -158q0 -156 -160 -155h-387v-191h270q158 0 158 -161q0 -156 -158 -156h-270v-236q0 -145 -160 -145q-155 0 -155 145z" />
+<glyph horiz-adv-x="1478" d="M53 580q0 266 172 455.5t447 189.5q119 0 239.5 -49.5t212.5 -145.5q31 -37 31 -78q0 -59 -51 -105t-115 -46q-51 0 -94 28q-98 88 -229 89q-125 0 -207 -91.5t-82 -228.5t94 -227t215 -90q172 0 248 176h-186q-61 0 -93 33.5t-32 82.5q0 53 34.5 95.5t94.5 42.5l333 -2 q113 -6 147 -55.5t34 -153.5q0 -217 -165 -367.5t-435 -150.5q-264 0 -438.5 182.5t-174.5 415.5z" />
+<glyph horiz-adv-x="1175" d="M39 158v891q0 160 156 159q160 0 159 -159v-277h387v277q0 160 158 159q160 0 160 -159v-891q0 -158 -160 -158q-158 0 -158 158v297h-387v-297q0 -158 -157.5 -158t-157.5 158z" />
+<glyph horiz-adv-x="346" d="M6 160v887q0 160 158 159.5t158 -159.5v-887q0 -160 -158 -160t-158 160z" />
+<glyph horiz-adv-x="862" d="M27 209q0 162 153 162q45 0 127 -60q41 -25 82 -24q76 0 76 75v685q0 160 158 159q160 0 159 -159v-685q0 -176 -109.5 -281.5t-285.5 -105.5t-307 115q-53 45 -53 119z" />
+<glyph horiz-adv-x="1210" d="M43 147v920q0 145 156 145q160 0 159 -145v-338l486 434q53 47 102 47q63 0 114.5 -51t51.5 -115q0 -68 -47 -108l-324 -272l353 -388q55 -47 55 -118q0 -70 -58.5 -115t-101.5 -45q-72 0 -129 61l-354 383l-148 -127v-168q0 -147 -155 -147q-160 0 -160 147z" />
+<glyph horiz-adv-x="1040" d="M37 197v852q0 160 156 159q160 0 159 -159v-734h492q160 0 160 -155q0 -160 -160 -160h-627q-180 0 -180 197z" />
+<glyph horiz-adv-x="1710" d="M59 156q0 29 4 43l179 821q43 205 207 205q154 0 213 -183l143 -464q27 72 76 236.5t71 227.5q63 180 215 181q172 0 203 -213v8l172 -836v-16q0 -2 2 -6q0 -72 -45 -115t-115 -43q-135 0 -161 145l-93 508q-25 -74 -83 -254t-89 -264q-49 -137 -159 -137 q-117 0 -160 137l-162 520q-20 -90 -55 -273t-45 -237v9q-20 -154 -162 -154q-72 0 -114 39t-42 115z" />
+<glyph horiz-adv-x="1232" d="M41 162v891q0 172 156 172q100 0 170 -103l438 -532v473q0 160 153 160q160 0 160 -160v-891q0 -172 -157 -172q-98 0 -162 88l-443 533v-459q0 -162 -157.5 -162t-157.5 162z" />
+<glyph horiz-adv-x="1402" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
+<glyph horiz-adv-x="1087" d="M39 160v880q0 164 166 164h368q219 0 340 -126t121 -302q0 -182 -115.5 -314t-332.5 -132h-234v-170q0 -160 -157 -160q-156 0 -156 160zM352 645h226q74 0 107.5 34t33.5 83q0 53 -41 91t-129 38h-197v-246z" />
+<glyph horiz-adv-x="1564" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -186 -96 -336q2 -4 12 -14l15 -15q43 -49 43 -108q0 -63 -41 -109.5t-111 -46.5q-63 0 -106 43l-41 41q-131 -66 -293 -65q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89 q25 0 37 2q-45 74 -45 109q0 70 50 120t113 50q51 0 125 -64q8 45 9 76q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
+<glyph horiz-adv-x="1091" d="M37 174v885q0 164 194 164h275q238 0 373 -104.5t135 -313.5q0 -223 -180 -332l137 -211l-6 8q37 -43 36 -123q0 -68 -37.5 -108.5t-109.5 -40.5q-78 0 -145 86l-197 291h-160v-201q0 -174 -157.5 -174t-157.5 174zM352 688h230q55 0 87.5 35t32.5 80q0 43 -31.5 73.5 t-88.5 30.5h-230v-219z" />
+<glyph horiz-adv-x="1019" d="M49 231q0 66 44 101t104 35q57 0 157.5 -56.5t184.5 -56.5q100 0 100 74q0 29 -42 60.5t-105.5 60t-138 70.5t-138 86t-105.5 109.5t-42 139.5q0 180 129 274.5t323 94.5q182 0 328 -76q82 -45 82 -131q0 -53 -38 -92t-104 -39q-63 0 -102 22q-70 39 -207 39 q-94 0 -94 -74q0 -37 60.5 -73.5t145.5 -72.5t171 -81t146.5 -119.5t60.5 -169.5q0 -188 -138.5 -281t-326.5 -93q-195 0 -391 118q-64 45 -64 131z" />
+<glyph horiz-adv-x="1077" d="M39 1044q0 158 164 158h671q160 0 160 -158q0 -156 -160 -155h-178v-721q0 -168 -157 -168q-160 0 -160 168v721h-176q-164 -1 -164 155z" />
+<glyph horiz-adv-x="1204" d="M41 610v426q0 170 166 170q164 0 164 -170v-409q0 -317 215 -318q94 0 144 71t50 247v409q0 170 166 170q168 0 168 -170v-426q0 -629 -545 -628q-242 0 -385 148t-143 480z" />
+<glyph horiz-adv-x="1216" d="M41 1057q0 156 162 155q117 0 155 -116l215 -615q41 98 113 318.5t102 300.5q43 111 150 110q61 0 116.5 -52t55.5 -114q0 -25 -16 -61l-330 -813q-70 -170 -191 -170q-113 0 -176 154l-346 835q-10 35 -10 68z" />
+<glyph horiz-adv-x="1759" d="M61 1067q0 72 47.5 115t112.5 43q135 0 162 -144l111 -549l155 560q39 133 182 133q145 0 181 -133l147 -547q20 80 55 273.5t52 262.5q27 147 164 148q68 0 115.5 -46t47.5 -116q0 -25 -8 -45l4 6l-211 -866q-16 -72 -73.5 -117t-130.5 -45q-70 0 -127.5 38t-73.5 116 q-37 121 -73 248.5t-73 252.5l-141 -479q-27 -88 -84 -134t-125 -46q-72 0 -128 49t-77 129l-206 854l2 -6q-7 20 -7 45z" />
+<glyph horiz-adv-x="1120" d="M39 150q0 72 49 135l281 329l-242 314q-37 43 -37 106q0 68 47 113t113 45q94 0 147 -80l146 -252l151 256q53 78 144 78q68 0 114.5 -44t46.5 -112q0 -61 -41 -110l-243 -303l280 -332q51 -63 52 -143q0 -150 -148 -150q-109 0 -166 94l-201 281l-198 -283 q-57 -88 -152 -88q-143 1 -143 146z" />
+<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
+<glyph horiz-adv-x="1175" d="M39 168q0 68 37 123l497 600h-348q-162 0 -162 153q0 160 162 160h641q92 0 137.5 -41t45.5 -106q0 -61 -54 -144l-497 -598h413q162 0 162 -153q0 -162 -162 -162h-718q-154 0 -154 168z" />
+<glyph horiz-adv-x="1323" d="M8 156q0 37 17 75l407 854q53 139 190.5 139.5t190.5 -137.5l426 -858q16 -39 16 -75q0 -70 -40.5 -112t-114.5 -42q-113 0 -150 100l6 -8l-98 184h-463l-73 -153l2 6q-43 -129 -168 -129q-74 0 -111 45t-37 111zM528 578h191q-2 4 -16.5 38.5t-34 72.5t-45.5 81z" />
+<glyph horiz-adv-x="1175" d="M39 180v844q0 178 166 178h332q182 0 304 -83t122 -255q0 -121 -76 -207q76 -49 122 -125.5t46 -154.5q0 -152 -116 -264.5t-312 -112.5h-391q-94 0 -132 31q-65 43 -65 149zM356 315h215q63 0 99.5 28t36.5 65q0 39 -41 66.5t-119 27.5h-191v-187zM356 725h189 q55 0 84.5 24.5t29.5 59.5q0 33 -24.5 56.5t-67.5 23.5h-211v-164z" />
+<glyph horiz-adv-x="993" d="M35 160v862q0 178 164 178h575q72 0 117 -48t45 -114q0 -154 -162 -153h-424v-725q0 -160 -160 -160q-155 0 -155 160z" />
+<glyph horiz-adv-x="1429" d="M47 137q0 29 14 70l402 880q63 137 186 138q145 0 189 -146l413 -872q14 -35 15 -72q0 -135 -199 -135h-844q-176 0 -176 137zM483 322h342l-174 389z" />
+<glyph horiz-adv-x="993" d="M35 174v856q0 172 164 172h553q82 0 120.5 -38t38.5 -120q0 -156 -159 -155h-404v-146h318q84 0 121.5 -30.5t37.5 -106.5t-37.5 -105.5t-121.5 -29.5h-318v-156h420q170 0 170 -157.5t-170 -157.5h-569q-106 0 -135 32.5t-29 141.5z" />
+<glyph horiz-adv-x="1175" d="M39 168q0 68 37 123l497 600h-348q-162 0 -162 153q0 160 162 160h641q92 0 137.5 -41t45.5 -106q0 -61 -54 -144l-497 -598h413q162 0 162 -153q0 -162 -162 -162h-718q-154 0 -154 168z" />
+<glyph horiz-adv-x="1175" d="M39 158v891q0 160 156 159q160 0 159 -159v-277h387v277q0 160 158 159q160 0 160 -159v-891q0 -158 -160 -158q-158 0 -158 158v297h-387v-297q0 -158 -157.5 -158t-157.5 158z" />
+<glyph horiz-adv-x="1374" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212zM471 596q0 160 158 160 h76q160 0 159 -160q0 -158 -159 -158h-76q-78 0 -118 42t-40 116z" />
+<glyph horiz-adv-x="423" d="M45 160v887q0 160 157.5 159.5t157.5 -159.5v-887q0 -160 -157.5 -160t-157.5 160z" />
+<glyph horiz-adv-x="1210" d="M43 147v920q0 145 156 145q160 0 159 -145v-338l486 434q53 47 102 47q63 0 114.5 -51t51.5 -115q0 -68 -47 -108l-324 -272l353 -388q55 -47 55 -118q0 -70 -58.5 -115t-101.5 -45q-72 0 -129 61l-354 383l-148 -127v-168q0 -147 -155 -147q-160 0 -160 147z" />
+<glyph horiz-adv-x="1323" d="M29 156q0 37 16 75l408 854q53 139 190 139.5t191 -137.5l426 -858q16 -39 16 -75q0 -70 -41 -112t-115 -42q-113 0 -149 100l-328 648l-299 -623q-51 -125 -168 -125q-74 0 -110.5 45t-36.5 111z" />
+<glyph horiz-adv-x="1636" d="M39 156q0 29 4 43l178 821q43 205 207 205q154 0 213 -183l143 -464q27 72 76 236.5t72 227.5q63 180 215 181q176 0 203 -205l172 -852q0 -2 2 -6q0 -72 -45 -115t-115 -43q-135 0 -162 145l-92 508q-25 -74 -83 -254t-89 -264q-49 -137 -160 -137q-117 0 -160 137 l-161 520q-20 -90 -55 -273t-46 -237v9q-20 -154 -161 -154q-72 0 -114 39t-42 115z" />
+<glyph horiz-adv-x="1232" d="M41 162v891q0 172 156 172q100 0 170 -103l438 -532v473q0 160 153 160q160 0 160 -160v-891q0 -172 -157 -172q-98 0 -162 88l-443 533v-459q0 -162 -157.5 -162t-157.5 162z" />
+<glyph horiz-adv-x="1331" d="M41 161.5q0 157.5 168 157.5h842q168 0 168 -157.5t-168 -157.5h-842q-168 0 -168 157.5zM66 1044q0 160 157 160h811q160 0 160 -160q0 -154 -160 -153h-811q-157 -1 -157 153zM195 612q0 74 38.5 106t118.5 32h539q82 0 120 -33t38 -111q0 -72 -38 -104.5t-120 -32.5 h-539q-80 0 -118.5 33.5t-38.5 109.5z" />
+<glyph horiz-adv-x="1402" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
+<glyph horiz-adv-x="1163" d="M39 160v874q0 162 156 162h702q63 0 111.5 -49t48.5 -113v-874q0 -160 -156 -160q-160 0 -160 160v717h-387v-717q0 -160 -161 -160q-154 0 -154 160z" />
+<glyph horiz-adv-x="1087" d="M39 160v880q0 164 166 164h368q219 0 340 -126t121 -302q0 -182 -115.5 -314t-332.5 -132h-234v-170q0 -160 -157 -160q-156 0 -156 160zM352 645h226q74 0 107.5 34t33.5 83q0 53 -41 91t-129 38h-197v-246z" />
+<glyph horiz-adv-x="1157" d="M41 168q0 49 37 104l313 346l-272 310q-55 84 -56 125q0 152 185 151h659q160 0 160 -160q0 -76 -38 -105.5t-122 -29.5h-356l170 -186q37 -55 37 -109q0 -37 -29 -90l-221 -229h422q84 0 122 -32t38 -107q0 -156 -160 -156h-735q-154 0 -154 168z" />
+<glyph horiz-adv-x="1077" d="M39 1044q0 158 164 158h671q160 0 160 -158q0 -156 -160 -155h-178v-721q0 -168 -157 -168q-160 0 -160 168v721h-176q-164 -1 -164 155z" />
+<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
+<glyph horiz-adv-x="1361" d="M41 616.5q0 174.5 121 290t330 135.5v15q0 156 159 155q154 0 160 -147v22v-45q219 -14 332.5 -128.5t113.5 -299.5q0 -172 -119.5 -283.5t-328.5 -131.5v-37q0 -162 -158 -162q-160 0 -159 162v37q-217 20 -334 131.5t-117 286zM340 623q0 -55 41 -95.5t111 -40.5v267 q-72 0 -112 -39t-40 -92zM809 487q70 0 111 42t41 98q0 51 -39 89t-113 38v-267z" />
+<glyph horiz-adv-x="1095" d="M39 150q0 72 49 135l281 329l-242 314q-37 43 -37 106q0 68 47 113t113 45q94 0 147 -80l146 -252l151 256q53 78 144 78q68 0 114.5 -44t46.5 -112q0 -61 -41 -110l-243 -303l280 -332q51 -63 52 -143q0 -150 -148 -150q-109 0 -166 94l-201 281l-198 -283 q-57 -88 -152 -88q-143 1 -143 146z" />
+<glyph horiz-adv-x="1429" d="M47 856v135q0 158 162 158q154 0 153 -158v-112q0 -279 136 -338v532q0 160 157.5 160t157.5 -160v-536q133 45 133 342v112q0 158 160 158q158 0 158 -158v-135q0 -565 -451 -614v-84q0 -158 -157.5 -158t-157.5 158v86q-451 57 -451 612z" />
+<glyph horiz-adv-x="1300" d="M121 782q0 174 137 302t374.5 128t375 -128t137.5 -304q0 -168 -132 -284.5t-380 -116.5t-380 116.5t-132 286.5zM129 157.5q0 157.5 152 157.5h723q154 0 153.5 -157.5t-153.5 -157.5h-723q-152 0 -152 157.5zM440 792.5q0 -61.5 52.5 -104.5t144.5 -43q96 0 146.5 40 t50.5 99q0 61 -53.5 104.5t-147.5 43.5t-143.5 -39t-49.5 -100.5z" />
+<glyph horiz-adv-x="1392" d="M49 156q0 37 17 75l407 854q53 139 190.5 139.5t190.5 -137.5l426 -858q16 -39 16 -75q0 -70 -41 -112t-114 -42q-113 0 -150 100l6 -8l-98 184h-463l-74 -153l3 6q-43 -129 -168 -129q-74 0 -111 45t-37 111zM569 578h191q-2 4 -16.5 38.5t-34 72.5t-45.5 81z" />
+<glyph horiz-adv-x="993" d="M35 174v856q0 172 164 172h553q82 0 120.5 -38t38.5 -120q0 -156 -159 -155h-404v-146h318q84 0 121.5 -30.5t37.5 -106.5t-37.5 -105.5t-121.5 -29.5h-318v-156h420q170 0 170 -157.5t-170 -157.5h-569q-106 0 -135 32.5t-29 141.5z" />
+<glyph horiz-adv-x="423" d="M45 160v887q0 160 157.5 159.5t157.5 -159.5v-887q0 -160 -157.5 -160t-157.5 160z" />
+<glyph horiz-adv-x="1175" d="M39 158v891q0 160 156 159q160 0 159 -159v-277h387v277q0 160 158 159q160 0 160 -159v-891q0 -158 -160 -158q-158 0 -158 158v297h-387v-297q0 -158 -157.5 -158t-157.5 158z" />
+<glyph horiz-adv-x="1402" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
+<glyph horiz-adv-x="1120" d="M20 1065q0 154 150 154q90 0 135 -84l242 -461q39 66 117.5 232.5t113.5 226.5q53 86 146 86q152 0 151 -148q0 -41 -22 -86l-355 -602v-213q0 -170 -159.5 -170t-159.5 170v219l-336 584q-23 37 -23 92z" />
+<glyph horiz-adv-x="1300" d="M129 157.5q0 157.5 152 157.5h723q154 0 153.5 -157.5t-153.5 -157.5h-723q-152 0 -152 157.5zM145 750q0 86 27 163.5t82 147t152.5 110.5t226.5 41q244 0 367.5 -130t123.5 -316q0 -174 -125 -291t-366 -117q-223 0 -355.5 110t-132.5 282zM455 786q0 -61 45 -105 t137 -44q84 0 134 42t50 97q0 57 -52 100.5t-136 43.5q-82 0 -130 -40.5t-48 -93.5z" />
+<glyph horiz-adv-x="346" d="M6 160v887q0 160 158 159.5t158 -159.5v-887q0 -160 -158 -160t-158 160z" />
+<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
+<glyph horiz-adv-x="1157" d="M51 168q0 49 37 104l313 346l-272 310q-55 84 -55 125q0 152 184 151h660q160 0 159 -160q0 -76 -38 -105.5t-121 -29.5h-357l170 -186q37 -55 37 -109q0 -37 -29 -90l-221 -229h422q84 0 122 -32t38 -107q0 -156 -160 -156h-735q-154 0 -154 168z" />
+<glyph horiz-adv-x="346" d="M6 160v887q0 160 158 159.5t158 -159.5v-887q0 -160 -158 -160t-158 160z" />
+<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
+<glyph d="M141 774q0 135 30 268.5t89 258t169 202.5t253 78h8q115 0 209 -51t152.5 -134t98.5 -190.5t56.5 -214t16.5 -213.5q0 -131 -30 -264t-89.5 -257t-168 -202t-249.5 -78q-147 0 -258 75t-170 197t-88 254t-29 271zM477 772q0 -104 18.5 -205.5t68.5 -183.5t122 -82 q53 0 95 49t64.5 124t34 150.5t11.5 143.5q0 78 -11.5 159t-34 156.5t-63.5 122.5t-94 47q-59 0 -103 -49t-65.5 -128t-32 -154.5t-10.5 -149.5z" />
+<glyph d="M178 131q0 72 38 101.5t122 29.5h242v901q-63 -25 -111 -24q-63 0 -109.5 43t-46.5 108q0 55 34 100.5t102 63.5l301 82q106 0 143 -96q16 -23 16 -125v-1053h215q84 0 123 -29.5t39 -103.5q0 -72 -39 -99.5t-123 -27.5h-786q-84 0 -122 27.5t-38 101.5z" />
+<glyph d="M207 1108q0 207 145.5 337t335.5 130q186 0 328.5 -122t142.5 -310q0 -201 -149 -404l-318 -420h330q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 59 45 121l498 673q61 80 61 176q0 55 -44 89t-101 34q-59 0 -102 -40t-43 -111q0 -63 -44 -121.5 t-118 -58.5q-78 0 -123 59t-45 129z" />
+<glyph d="M211 362q0 76 44 120t107 44q45 0 89.5 -27.5t64.5 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129.5t-99 69.5h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 59 4q39 12 64.5 67.5t25.5 108.5q0 61 -33.5 98.5t-95.5 37.5q-121 0 -133 -103 q-2 -33 -31.5 -71.5t-95.5 -38.5q-170 0 -170 147q0 152 126 268.5t313 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -319q117 -63 176 -165t59 -216q0 -188 -138 -332t-359 -144q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
+<glyph d="M135 520q0 68 43 125l-4 -6l475 766q82 131 217 131q90 0 149.5 -61.5t59.5 -163.5v-647q154 0 154 -162q0 -156 -152 -156v-170q0 -176 -164 -176q-76 0 -118.5 45t-42.5 131v168h-430q-88 0 -137.5 51t-49.5 125zM561 664h191v329z" />
+<glyph d="M164 299q0 74 44 116t105 42q78 0 129 -70q31 -39 87.5 -64.5t111.5 -25.5q88 0 145.5 64.5t57.5 150.5q0 88 -54.5 152.5t-152.5 64.5q-35 0 -93.5 -15.5t-88.5 -15.5q-164 0 -164 158q0 33 96 526q31 150 191 150h430q74 0 116.5 -49t42.5 -121q0 -160 -159 -160h-340 q-8 -57 -25 -158q256 0 393.5 -151.5t137.5 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105.5t-140.5 216.5z" />
+<glyph d="M180 557q0 256 138.5 493.5t351.5 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -50 -110q-10 -10 -47 -42t-53 -47.5t-48 -47t-50.5 -54t-40 -55.5t-35.5 -66q57 31 166 31q186 0 288.5 -133t102.5 -318q0 -225 -142.5 -389t-367.5 -164q-238 0 -371 170t-133 410z M504 528q0 -92 48 -161.5t132 -71.5q86 8 137 74.5t51 156.5q0 86 -49 147.5t-143 61.5q-86 0 -131 -61.5t-45 -145.5z" />
+<glyph d="M178 1370q0 164 176 164h645q70 0 122.5 -49t52.5 -127q0 -39 -19 -84l-483 -1145q-55 -129 -172 -129q-78 0 -116 48t-38 114q0 43 19 84l409 956h-420q-176 0 -176 168z" />
+<glyph d="M184 485q0 106 58.5 207t148.5 152q-70 43 -112.5 126t-42.5 175q0 180 132 304t316 124q190 0 314 -120t124 -308q0 -82 -45 -164t-112 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143.5 -355.5t-350.5 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM520 492 q0 -80 45 -133.5t121 -53.5q70 0 114 53.5t44 128.5q0 80 -45 134.5t-113 54.5q-74 0 -120 -54t-46 -130zM563 1135q0 -59 31 -100.5t86 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
+<glyph d="M152 1034q0 221 138 383t386 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-79 -242t-161 -265t-253.5 -255q-49 -39 -113 -39q-66 0 -111 43t-45 107q0 84 68 139q209 168 315 326q-98 -35 -192 -35q-201 0 -320.5 149.5t-119.5 337.5zM479 1024 q0 -104 55.5 -164.5t135.5 -60.5q86 0 142 56t56 167q0 92 -52 162.5t-148 70.5q-90 0 -139.5 -70.5t-49.5 -160.5z" />
+<glyph horiz-adv-x="1288" d="M143 633q0 170 58.5 315.5t183.5 242.5t297 97h8q254 0 393.5 -192.5t139.5 -456.5q0 -172 -56.5 -318.5t-181.5 -245t-299 -98.5q-256 0 -399.5 195t-143.5 461zM471 637q0 -137 56.5 -236.5t158.5 -99.5q98 0 154.5 96.5t56.5 229.5q0 135 -56.5 235.5t-152.5 100.5 q-104 0 -160.5 -96.5t-56.5 -229.5z" />
+<glyph d="M178 131q0 72 38 101.5t122 29.5h242v649q-63 -25 -111 -24q-63 0 -109.5 43t-46.5 108q0 55 34 100.5t102 63.5l301 82q106 0 143 -96q16 -23 16 -125v-801h215q84 0 123 -29.5t39 -103.5q0 -72 -39 -99.5t-123 -27.5h-786q-84 0 -122 27.5t-38 101.5z" />
+<glyph d="M207 834q0 209 144.5 337.5t336.5 128.5q186 0 328.5 -122.5t142.5 -311.5q0 -55 -8 -95t-41 -105.5t-110.5 -151.5t-200.5 -195h223q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 66 53 133q270 231 380 332.5t140.5 145.5t30.5 87q0 55 -44 89t-101 34 q-59 0 -102 -41t-43 -113q0 -61 -44 -119.5t-118 -58.5q-78 0 -123 58.5t-45 128.5z" />
+<glyph d="M211 96q0 76 44 120t107 44q45 0 89.5 -27.5t64.5 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129t-99 70h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 59 4q39 12 64.5 67.5t25.5 108.5q0 61 -33.5 98t-95.5 37q-121 0 -133 -102q-2 -33 -31.5 -72 t-95.5 -39q-170 0 -170 148q0 152 126 268.5t313 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -320q117 -63 176 -164.5t59 -216.5q0 -188 -138 -331.5t-359 -143.5q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
+<glyph d="M135 285q0 68 43 123l471 759q80 129 217 129q90 0 149.5 -60t59.5 -161v-647q154 -2 154 -164q0 -154 -152 -153v-170q0 -178 -164 -179q-76 0 -118.5 46.5t-42.5 132.5v165h-430q-88 0 -137.5 51.5t-49.5 127.5zM561 428h191v307z" />
+<glyph d="M164 12q0 74 44 116t105 42q78 0 129 -70q31 -39 87.5 -64.5t111.5 -25.5q88 0 145.5 64.5t57.5 150.5q0 88 -54.5 152.5t-152.5 64.5q-35 0 -93.5 -15t-88.5 -15q-164 0 -164 157q0 33 96 527q31 150 191 149h430q74 0 116.5 -49t42.5 -121q0 -160 -159 -160h-340 q-8 -57 -25 -157q256 0 393.5 -151.5t137.5 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105t-140.5 216z" />
+<glyph d="M180 557q0 256 138.5 493.5t351.5 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -50 -110q-10 -10 -47 -42t-53 -47.5t-48 -47t-50.5 -54t-40 -55.5t-35.5 -66q57 31 166 31q186 0 288.5 -133t102.5 -318q0 -225 -142.5 -389t-367.5 -164q-238 0 -371 170t-133 410z M504 528q0 -92 48 -161.5t132 -71.5q86 8 137 74.5t51 156.5q0 86 -49 147.5t-143 61.5q-86 0 -131 -61.5t-45 -145.5z" />
+<glyph d="M178 1108q0 166 176 166h645q70 0 122.5 -50t52.5 -128q0 -35 -19 -82l-483 -1145q-55 -129 -172 -129q-78 0 -116 48t-38 114q0 43 19 84l409 956h-420q-176 0 -176 166z" />
+<glyph d="M184 485q0 106 58.5 207t148.5 152q-70 43 -112.5 126t-42.5 175q0 180 132 304t316 124q190 0 314 -120t124 -308q0 -82 -45 -164t-112 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143.5 -355.5t-350.5 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM520 492 q0 -80 45 -133.5t121 -53.5q70 0 114 53.5t44 128.5q0 80 -45 134.5t-113 54.5q-74 0 -120 -54t-46 -130zM563 1135q0 -59 31 -100.5t86 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
+<glyph d="M152 739q0 221 138 383t386 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-79 -242t-161 -265t-253.5 -255q-49 -39 -113 -39q-66 0 -111 43t-45 107q0 84 68 139q209 168 315 326q-98 -35 -192 -35q-201 0 -320.5 149.5t-119.5 337.5zM479 719 q0 -104 55.5 -164.5t135.5 -60.5q86 0 142 56t56 167q0 92 -52 162.5t-148 70.5q-90 0 -139.5 -70.5t-49.5 -160.5z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/BPreplayBold-webfont.ttf b/dist/fonts/BPreplayBold-webfont.ttf
new file mode 100644 (file)
index 0000000..aef3cac
Binary files /dev/null and b/dist/fonts/BPreplayBold-webfont.ttf differ
diff --git a/dist/fonts/BPreplayBold-webfont.woff b/dist/fonts/BPreplayBold-webfont.woff
new file mode 100644 (file)
index 0000000..52b19ce
Binary files /dev/null and b/dist/fonts/BPreplayBold-webfont.woff differ
diff --git a/dist/fonts/BPreplayBoldItalics-webfont.eot b/dist/fonts/BPreplayBoldItalics-webfont.eot
new file mode 100644 (file)
index 0000000..92d4da9
Binary files /dev/null and b/dist/fonts/BPreplayBoldItalics-webfont.eot differ
diff --git a/dist/fonts/BPreplayBoldItalics-webfont.svg b/dist/fonts/BPreplayBoldItalics-webfont.svg
new file mode 100644 (file)
index 0000000..851d095
--- /dev/null
@@ -0,0 +1,333 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
+Designer    : MagentaGeorge Triantafyllakos
+Foundry     : MagentaGeorge Triantafyllakos
+Foundry URL : httpwwwmagentagr
+</metadata>
+<defs>
+<font id="BPreplayBoldItalic" horiz-adv-x="1280" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="579" />
+<glyph unicode=" "  horiz-adv-x="579" />
+<glyph unicode="&#x09;" horiz-adv-x="579" />
+<glyph unicode="&#xa0;" horiz-adv-x="579" />
+<glyph unicode="!" horiz-adv-x="425" d="M-66 164q8 88 65.5 144.5t135.5 56.5q74 0 120 -47.5t46 -116.5q-8 -90 -65.5 -145.5t-137.5 -55.5q-70 0 -117 47t-47 117zM8 635q0 20 80 778q18 170 174 170q141 0 141 -135q0 -23 -79 -780q-18 -160 -177 -160q-139 0 -139 127z" />
+<glyph unicode="&#x22;" horiz-adv-x="833" d="M43 1118q0 4 4 43q12 109 27 254q18 170 178 170q139 0 139 -135q0 -23 -29 -303q-18 -162 -176 -162q-143 0 -143 133zM440 1118q0 4 4 45q12 109 27 252q18 170 178 170q145 0 146 -137q0 -23 -29 -301q-18 -162 -182 -162q-144 0 -144 133z" />
+<glyph unicode="#" horiz-adv-x="1357" d="M10 539q8 88 64.5 131t122.5 43h65q14 37 35 112h-33q-145 0 -145 125q0 84 48 130t128 46h70q8 41 73 306q39 150 164 149q59 0 100 -41t41 -98l-73 -316h69l76 308q37 150 166 149q57 0 95 -39t38 -98l-70 -320h25q61 0 104.5 -32.5t43.5 -98.5q-18 -170 -189 -170h-53 q-16 -39 -33 -112h27q141 0 141 -127q0 -78 -53 -129t-127 -51h-64l-61 -240q-43 -166 -184 -166q-123 0 -123 115q0 33 6 45l61 246h-73l-60 -238q-43 -168 -184 -168q-123 0 -123 113q0 4 1 13t1 13q0 8 63 267h-22q-158 0 -158 133zM565 713h74l31 112h-74z" />
+<glyph unicode="$" horiz-adv-x="1114" d="M-43 229q8 94 51 136.5t125 42.5q61 0 119 -35q59 -41 129 -54l41 388q-78 39 -131 71.5t-110.5 83.5t-86 118t-28.5 146q0 188 136 330.5t316 175.5l6 54q8 76 26.5 102.5t86.5 26.5q49 0 66.5 -16.5t17.5 -55.5q0 -12 -3 -38t-3 -36l-4 -43q131 -25 231 -106 q78 -61 78 -140q0 -74 -55.5 -133t-126.5 -59q-66 0 -123 51l-41 29l-31 -279q190 -98 282.5 -191t92.5 -243q0 -215 -137.5 -368.5t-341.5 -196.5l-9 -86q-6 -70 -25.5 -95.5t-84.5 -25.5q-51 0 -68.5 16.5t-17.5 55.5q0 14 4 63l6 59q-174 16 -309 111q-78 53 -78 141z M412 1169q0 -49 49 -88l22 205q-63 -25 -71 -104v-13zM575 350q80 47 93 142q0 70 -64 114z" />
+<glyph unicode="%" horiz-adv-x="1941" d="M84 1112q0 195 130 332t312 137q164 0 258.5 -108.5t94.5 -268.5q0 -197 -129 -338t-314 -141q-162 0 -257 112.5t-95 274.5zM391 1126q0 -49 18.5 -82.5t55.5 -33.5q57 0 85 54t28 114q0 49 -21.5 82.5t-60.5 33.5q-53 0 -79 -55.5t-26 -112.5zM487 104q0 51 21 84 l629 1272q55 113 166 113q59 0 96 -38t37 -95q-4 -55 -29 -101l-645 -1282q-10 -29 -52 -57.5t-98 -28.5q-53 0 -89 37t-36 96zM1053 377q0 201 129 340t315 139q162 0 254 -108.5t92 -268.5q0 -195 -123 -337t-311 -142q-168 0 -262 106.5t-94 270.5zM1358 399 q0 -49 20.5 -81.5t59.5 -32.5q55 0 80.5 54t25.5 110q0 49 -19.5 83.5t-56.5 34.5q-45 0 -74.5 -46t-35.5 -122z" />
+<glyph unicode="&#x26;" horiz-adv-x="1556" d="M6 408q0 303 328 542q-63 102 -64 209q0 176 123 299t291 123q131 0 222 -82t91 -235q0 -193 -190 -371l176 -227l51 75q78 115 180 115q63 0 101.5 -37t38.5 -96q-6 -76 -58 -152l-125 -159l107 -140q29 -35 29 -84q-8 -82 -59.5 -135t-117.5 -53q-70 0 -102 33l-96 114 q-190 -186 -428 -186q-233 0 -365.5 124t-132.5 323zM326 453q0 -78 62.5 -129.5t148.5 -51.5q119 0 225 115l-254 318q-172 -129 -182 -252zM573 1214q0 -70 45 -137q82 82 89 160q0 31 -16.5 47t-41.5 16q-37 0 -56.5 -25.5t-19.5 -60.5z" />
+<glyph unicode="'" horiz-adv-x="522" d="M37 1112q4 41 14 68l144 280q63 125 180 125q61 0 104 -43t43 -106q0 -53 -24 -93l-144 -268q-59 -102 -168 -102q-61 0 -105 40t-44 99z" />
+<glyph unicode="(" horiz-adv-x="591" d="M-6 569q0 557 373 942q66 49 125 50q57 0 95 -41t38 -109q-6 -61 -56 -111q-266 -283 -266 -698q0 -307 150 -485q25 -39 24 -107q-6 -66 -53 -106.5t-111 -40.5q-72 0 -114 51q-205 229 -205 655z" />
+<glyph unicode=")" horiz-adv-x="591" d="M-78 10q8 57 45 107q133 123 206 311t73 395q0 283 -142 477q-35 47 -34 111q6 61 57 105.5t113 44.5q57 0 100 -41q219 -266 219 -650q0 -266 -94 -525t-283 -431q-53 -51 -125 -51q-59 0 -97 38.5t-38 108.5z" />
+<glyph unicode="*" d="M305 963q0 66 72 133l47 24l-45 33q-43 41 -43 98q6 68 53 114t109 46q10 0 29.5 -4t21.5 -4l49 -33v10q0 66 45 119t115 53q47 0 86 -36.5t39 -120.5v-25l22 14q37 25 86 25t88 -39t39 -92q-6 -86 -86 -143l-31 -15l19 -8q70 -41 70 -119q-6 -66 -53.5 -111.5 t-106.5 -45.5q-25 0 -99 32l-2 -22q-8 -72 -55 -113t-106 -41q-55 0 -93 36t-40 101l4 41q-72 -37 -103 -36q-53 0 -92 37t-39 92z" />
+<glyph unicode="+" d="M63 592q8 78 60.5 122t130.5 44h242l26 239q8 78 57.5 124t125.5 46q66 0 107.5 -43t41.5 -106q0 -2 -2 -23q-10 -88 -27 -237h242q78 0 122 -40t44 -106q0 -88 -57.5 -139t-143.5 -51h-241l-27 -254q-8 -70 -58.5 -119t-119.5 -49q-74 0 -114 39t-40 106q0 4 2 25 q10 94 27 252h-242q-88 0 -122 42t-34 128z" />
+<glyph unicode="," horiz-adv-x="520" d="M-90 -104q2 33 16 65v2l2 4l154 297q61 115 172 115q59 0 100 -41t41 -98q-2 -23 -18 -74l-170 -318q-59 -98 -154 -98q-59 0 -101 43.5t-42 102.5z" />
+<glyph unicode="-" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
+<glyph unicode="." horiz-adv-x="501" d="M-4 164q8 88 65.5 144.5t135.5 56.5q74 0 119.5 -47.5t45.5 -116.5q-8 -90 -65 -145.5t-137 -55.5q-70 0 -117 47t-47 117z" />
+<glyph unicode="/" d="M207 104q0 51 20 84l625 1272q61 113 170 113q59 0 95 -39t36 -94q-6 -61 -27 -101l-645 -1282q-10 -29 -52 -57.5t-97 -28.5q-53 0 -89 37t-36 96z" />
+<glyph unicode="0" horiz-adv-x="1191" d="M-20 635q0 156 37.5 313.5t111.5 301t200 235.5t283 96h9q125 0 216 -57.5t141 -155.5t73.5 -208.5t23.5 -235.5q0 -150 -38 -308.5t-110.5 -304t-198.5 -240t-282 -94.5q-129 0 -223 57.5t-145 155t-74.5 208t-23.5 237.5zM315 664q0 -150 40 -256.5t126 -106.5 q68 0 121 67.5t82 167t43 193.5t14 164q0 150 -37.5 255t-119.5 105q-70 0 -125.5 -66.5t-85 -164.5t-44 -191t-14.5 -167z" />
+<glyph unicode="1" horiz-adv-x="827" d="M-14 1272q0 66 44 115t109 67l310 82q61 -4 101 -43t40 -96q0 -29 -125 -1227q-8 -74 -57.5 -122t-122.5 -48q-70 0 -111 41t-41 106q0 -6 107 1016q-68 -25 -113 -24q-59 0 -100 37t-41 96z" />
+<glyph unicode="2" horiz-adv-x="1198" d="M2 131q0 80 59 148l568 673q70 86 80 176q0 57 -38 90t-93 33q-59 0 -106.5 -40t-55.5 -111q-8 -63 -57.5 -121.5t-122.5 -58.5q-72 0 -111 52t-39 118q23 219 180.5 352t349.5 133q172 0 300 -108.5t128 -278.5q0 -221 -194 -449l-361 -420h330q141 0 142 -129 q0 -84 -47.5 -135t-129.5 -55h-606q-176 0 -176 131z" />
+<glyph unicode="3" horiz-adv-x="1167" d="M-10 334q0 78 49 135t123 57q45 0 86 -27.5t55 -74.5q39 -119 141 -119q70 0 126.5 45t64.5 123q0 74 -27.5 131.5t-89.5 67.5h-67q-82 0 -121 26.5t-39 87.5q0 160 192 160q39 0 60 4q41 12 71.5 67.5t34.5 108.5q0 135 -114 136q-117 0 -144 -103q-6 -33 -40 -71.5 t-99 -38.5q-156 0 -156 122q0 172 153.5 291t328.5 119q182 0 292.5 -114.5t110.5 -272.5q0 -113 -60.5 -207t-156.5 -153q199 -115 199 -338q0 -217 -170 -368t-381 -151q-127 0 -226.5 57.5t-152.5 145.5q-43 70 -43 154z" />
+<glyph unicode="4" horiz-adv-x="1230" d="M-49 498q0 78 59 147l551 760q94 131 230 131q84 0 136 -52t52 -143q0 -20 -70 -677q137 0 138 -129q0 -86 -46.5 -137.5t-123.5 -51.5l-17 -170q-18 -176 -182 -176q-70 0 -108 37t-38 108q0 20 19 199h-430q-82 0 -126 44t-44 110zM395 664h191l32 329z" />
+<glyph unicode="5" horiz-adv-x="1218" d="M-20 285q8 82 56 127t109 45q80 0 121 -70q27 -39 81 -64.5t110 -25.5q88 0 151.5 64.5t73.5 150.5q0 96 -46 156.5t-138 60.5q-35 0 -95.5 -15.5t-91.5 -15.5q-150 0 -149 131q0 16 1 27.5t5 27t15.5 52.5t26.5 85t44 145.5t61 215.5q20 70 74.5 110t132.5 40h430 q68 0 106 -42t38 -106q0 -82 -49.5 -132t-128.5 -50h-340q-6 -27 -41 -158q238 0 359.5 -130t121.5 -324q0 -252 -179.5 -432.5t-424.5 -180.5q-180 0 -307 99.5t-127 208.5z" />
+<glyph unicode="6" horiz-adv-x="1179" d="M-2 477q0 502 592 1010q68 49 127 49q68 0 109.5 -38t41.5 -105v-21q-6 -61 -61 -110q-6 -6 -60.5 -49.5t-74 -60.5t-59.5 -55t-66.5 -73t-46.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-402 -183.5q-217 0 -331.5 142.5t-114.5 357.5zM322 496 q0 -82 42 -140.5t115 -60.5q86 8 144.5 75.5t68.5 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145 -73.5t-53 -165.5z" />
+<glyph unicode="7" horiz-adv-x="1134" d="M23 1339q0 94 53 144.5t141 50.5h645q66 0 112 -43t46 -111q0 -41 -29 -106l-604 -1145q-68 -129 -184 -129q-72 0 -106 40t-34 99q0 53 29 107l510 956h-420q-159 0 -159 137z" />
+<glyph unicode="8" horiz-adv-x="1185" d="M-6 422q0 131 68.5 245.5t181.5 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t341.5 136q176 0 286 -104.5t110 -272.5q0 -106 -53.5 -196.5t-137.5 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -328.5 124t-123.5 321zM334 463 q0 -70 40 -114t107 -44q78 0 129.5 64.5t51.5 140.5q0 72 -40 119t-102 47q-82 0 -134 -66.5t-52 -146.5zM444 1112q0 -51 27 -85t76 -34q47 0 83 43t42 99q0 59 -27 88.5t-67 29.5q-59 0 -96.5 -42t-37.5 -99z" />
+<glyph unicode="9" horiz-adv-x="1167" d="M-18 979q0 250 173 425t410 175q213 0 333 -140.5t120 -365.5q0 -309 -177 -584.5t-448 -482.5q-53 -39 -117 -39q-61 0 -101 39t-40 96q10 98 84 154q229 172 348 326q-102 -35 -194 -35q-184 0 -287.5 129t-103.5 303zM307 991q0 -90 48 -141t120 -51q102 0 163.5 77.5 t61.5 178.5q0 84 -45 142t-133 58q-98 0 -156.5 -84t-58.5 -180z" />
+<glyph unicode=":" horiz-adv-x="423" d="M-66 164q8 88 65.5 144.5t135.5 56.5q74 0 120 -47.5t46 -116.5q-8 -90 -65.5 -145.5t-137.5 -55.5q-70 0 -117 47t-47 117zM0 797q0 80 59.5 142t143.5 62q72 0 119 -45t47 -114q0 -80 -60.5 -141.5t-144.5 -61.5q-70 0 -117 45t-47 113z" />
+<glyph unicode=";" horiz-adv-x="520" d="M-90 -104q0 -59 42 -102.5t101 -43.5q94 0 154 98l170 318q16 51 18 74q0 57 -41 98t-100 41q-111 0 -172 -115l-154 -297l-2 -2v-4q-14 -32 -16 -65zM100 797q0 80 59.5 142t143.5 62q72 0 118 -45t46 -114q0 -80 -59.5 -141.5t-143.5 -61.5q-70 0 -117 45t-47 113z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1333" d="M53 586q10 123 133 178l875 387h2q2 2 4 2q57 20 94 21q59 0 95 -38t36 -96q-10 -121 -127 -174l-653 -260l586 -278q104 -47 104 -140q0 -76 -51 -131t-123 -55q-53 0 -110 29l-766 403q-99 54 -99 152z" />
+<glyph unicode="=" horiz-adv-x="1349" d="M35 297q0 84 48 135t128 51h858q141 0 141 -129q0 -86 -45 -137t-129 -51h-858q-143 0 -143 131zM86 776q0 86 48 136.5t128 50.5h858q141 0 142 -132q0 -84 -47.5 -134t-127.5 -50h-858q-143 0 -143 129z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1333" d="M12 135q10 117 140 178q117 53 320.5 137.5t332.5 143.5l-612 272q-96 49 -97 135q0 72 48.5 122.5t117.5 50.5q31 0 98 -23l789 -387q100 -51 100 -141q0 -59 -37.5 -109.5t-95.5 -79.5l-854 -403q-63 -29 -112 -29q-66 0 -102 37t-36 96z" />
+<glyph unicode="?" horiz-adv-x="1003" d="M68 1124q0 168 138 290t316 122q158 0 264.5 -95t106.5 -267q0 -72 -26.5 -148t-60.5 -133t-101.5 -133t-108.5 -117t-121 -117q-63 -49 -121 -49q-66 0 -103.5 38t-37.5 99q0 70 80 154q137 125 202.5 203t71.5 147v12q0 43 -24.5 65t-61.5 22q-35 0 -63.5 -25 t-32.5 -59q-16 -74 -65.5 -116t-110.5 -42q-57 0 -99 38.5t-42 110.5zM143 164q8 88 65.5 144.5t135.5 56.5q70 0 116 -47.5t46 -116.5q-8 -88 -64.5 -144.5t-134.5 -56.5q-72 0 -118 47t-46 117z" />
+<glyph unicode="@" horiz-adv-x="1705" d="M104 641q0 393 237 664.5t611 271.5q285 0 463 -153.5t178 -426.5q0 -90 -22.5 -194.5t-63.5 -205.5t-114.5 -168t-163.5 -67q-111 0 -193 117q-115 -115 -250 -114q-150 0 -227.5 97t-77.5 240q0 188 114 337t292 149q109 0 190 -90q18 88 76 88q61 0 61 -68 q0 -88 -23.5 -255t-23.5 -247q0 -117 70 -116q59 0 105.5 55t69 135t33.5 151.5t11 123.5q0 221 -138 350t-362 129q-213 0 -377.5 -118t-245.5 -294t-81 -373q0 -250 151.5 -400t387.5 -150q340 0 516 176q43 41 79 41q51 0 52 -45q-4 -51 -33 -80q-227 -227 -598 -228 q-291 0 -497 183.5t-206 484.5zM629 721q0 -92 47 -153.5t141 -61.5q123 0 197 104l37 357q-68 82 -154 82q-123 0 -195.5 -103.5t-72.5 -224.5z" />
+<glyph unicode="A" horiz-adv-x="1392" d="M-43 137q0 39 20 92l560 1217q68 145 213 145q147 0 184 -145q322 -1239 321 -1282q-8 -74 -54 -119t-122 -45q-119 0 -147 104l-53 185h-523q-61 -133 -71 -154q-59 -135 -187 -135q-72 0 -106.5 39t-34.5 98zM500 621h291q-18 80 -46 188.5t-55 216.5z" />
+<glyph unicode="B" horiz-adv-x="1239" d="M-49 158q0 18 131 1249q18 184 190 184h373q74 0 150.5 -21.5t147.5 -64.5t115 -119.5t44 -175.5q0 -100 -70.5 -205.5t-154.5 -117.5q113 -16 188.5 -129t75.5 -238q0 -215 -170 -367.5t-379 -152.5h-453q-96 0 -135 31q-53 39 -53 127zM297 328h309q90 0 147.5 51 t63.5 123q0 90 -58.5 147.5t-176.5 57.5h-244zM365 963h239q78 0 124 42t52 101q0 70 -41 114t-121 44h-223z" />
+<glyph unicode="C" horiz-adv-x="1458" d="M18 692q0 248 104.5 464t301.5 351t440 135q270 0 449 -178q49 -51 49 -123q-8 -88 -59.5 -137t-120.5 -49q-78 0 -121 49q-84 96 -240 96q-143 0 -250.5 -90t-155.5 -214t-48 -253q0 -176 91 -294.5t263 -118.5q160 0 256 88q55 49 117 49q76 0 112.5 -40t36.5 -103 q0 -100 -78 -164q-223 -182 -487 -183q-319 0 -489.5 207t-170.5 508z" />
+<glyph unicode="D" horiz-adv-x="1351" d="M-45 123q0 31 133 1284q18 184 223 184h375q188 0 323.5 -100t197 -254t61.5 -340q0 -227 -99.5 -432t-283 -335t-404.5 -130h-366q-90 0 -125 23.5t-35 99.5zM303 328h203q133 8 232.5 94t144.5 201.5t45 240.5q0 172 -76 286t-221 114h-230z" />
+<glyph unicode="E" horiz-adv-x="1013" d="M-35 111q0 23 133 1302q18 178 191 178h577q150 0 150 -131q0 -92 -50.5 -144t-134.5 -52h-421l-29 -277h330q150 0 149 -137q0 -88 -50 -139.5t-134 -51.5h-330l-35 -331h437q162 0 161 -135q0 -92 -54 -142.5t-140 -50.5h-592q-92 0 -125 22.5t-33 88.5z" />
+<glyph unicode="F" horiz-adv-x="909" d="M-59 127q0 4 8 82q45 422 127 1198q18 184 190 184h559q152 0 152 -131q0 -92 -51.5 -144t-134.5 -52h-402l-33 -312h283q147 0 147 -133q0 -92 -49 -144t-133 -52h-282l-50 -473q-16 -150 -180 -150q-151 0 -151 127z" />
+<glyph unicode="G" horiz-adv-x="1478" d="M20 670q0 250 99.5 472t294 365.5t442.5 143.5q184 0 341 -90.5t157 -219.5q0 -74 -47 -128t-117 -54q-68 0 -119 53q-98 98 -256 99q-111 0 -201 -58.5t-141 -149.5t-78.5 -192.5t-27.5 -197.5q0 -170 85 -285t244 -115q139 0 229.5 80t121.5 228h-297q-162 0 -162 135 q0 92 57 143t146 51h411q109 0 151 -50t42 -138q0 -334 -208 -559.5t-534 -225.5q-309 0 -471 199t-162 494z" />
+<glyph unicode="H" horiz-adv-x="1390" d="M-43 131q0 23 135 1299q18 166 176 165q152 0 152 -133q0 -23 -51 -489h594l49 457q18 166 180 165q152 0 151 -135q0 -20 -135 -1296q-18 -164 -182 -164q-150 0 -149 133q0 20 53 510h-594l-51 -479q-18 -164 -181 -164q-147 0 -147 131z" />
+<glyph unicode="I" horiz-adv-x="417" d="M-76 135q0 20 135 1295q18 166 181 165q152 0 151 -135q0 -20 -135 -1294q-18 -166 -182 -166q-150 0 -150 135z" />
+<glyph unicode="J" horiz-adv-x="925" d="M-55 197q0 84 48 136t130 52q45 0 127 -59q39 -29 84 -29q76 0 86 80l110 1053q18 166 181 165q154 0 153 -135q0 -20 -112 -1083q-20 -184 -145.5 -293t-309.5 -109q-188 0 -307 119q-45 42 -45 103z" />
+<glyph unicode="K" horiz-adv-x="1210" d="M-49 131q0 -2 139 1313q14 152 176 151q154 0 154 -127q0 -4 -4 -45q-18 -166 -45 -426l555 547q41 47 116 47q61 0 107.5 -47t46.5 -106q-6 -88 -57 -131l-396 -385l328 -650q31 -37 31 -108q-8 -72 -73.5 -119t-110.5 -47q-47 0 -75 17.5t-61 58.5l-305 600l-158 -152 l-38 -366q-16 -156 -177 -156q-153 0 -153 131z" />
+<glyph unicode="L" horiz-adv-x="1040" d="M-49 164q0 25 131 1266q18 166 178 165q152 0 152 -133q0 -23 -119 -1134h514q152 0 151 -135q0 -90 -49 -141.5t-135 -51.5h-653q-170 0 -170 164z" />
+<glyph unicode="M" horiz-adv-x="1888" d="M-29 133q0 33 9 74l311 1171q59 221 237 221q78 0 132.5 -51t72.5 -143l144 -733l303 735q78 188 245 188q178 0 189 -219l51 -1196q-2 -82 -54 -130t-124 -48q-78 0 -115 38t-41 120l-26 776q-76 -145 -182.5 -431t-137.5 -358q-61 -147 -182 -147q-131 0 -156 147 l-133 793l-213 -778q-43 -160 -184 -160q-146 0 -146 131z" />
+<glyph unicode="N" horiz-adv-x="1372" d="M-45 135q0 20 133 1282q18 178 180 178q109 0 170 -108l475 -838l82 778q18 166 179 166q152 0 151 -137q0 -4 -14 -141q-49 -467 -119 -1137q-18 -178 -182 -178q-109 0 -164 96l-481 836l-80 -764q-18 -168 -181 -168q-149 0 -149 135z" />
+<glyph unicode="O" horiz-adv-x="1542" d="M25 698q0 236 94 448t278.5 352t417.5 140q156 0 277.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -238 -96.5 -450t-283 -350t-419.5 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM362 733q0 -182 81 -304t235 -122q106 0 191 57.5t133.5 146.5t74 185.5t25.5 188.5 q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-72 -184.5t-25 -187.5z" />
+<glyph unicode="P" horiz-adv-x="1263" d="M-51 133q0 20 135 1290q18 170 188 170h428q219 0 353.5 -126t134.5 -332q0 -244 -173 -413t-411 -171h-285l-40 -385q-18 -166 -181 -166q-149 0 -149 133zM354 879h277q100 6 160.5 66.5t60.5 154.5q0 78 -55.5 122t-157.5 44h-246z" />
+<glyph unicode="Q" horiz-adv-x="1564" d="M25 700q0 233 95 446.5t280.5 352.5t416.5 139q154 0 275.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -303 -154 -562l76 -79q37 -43 37 -115q-6 -68 -54.5 -115t-123.5 -47q-63 0 -105 45l-59 72q-193 -137 -414 -137q-299 0 -458.5 207.5t-159.5 510.5zM365 735 q0 -182 80.5 -305t234.5 -123q98 0 174 41l-117 129q-41 45 -41 109q8 84 56.5 133t109.5 49q47 0 86 -33q23 -20 68 -75.5t49 -59.5q39 125 39 285q0 180 -81 301t-239 121q-104 0 -188 -56.5t-133 -144.5t-73.5 -184.5t-24.5 -186.5z" />
+<glyph unicode="R" horiz-adv-x="1269" d="M-51 145q0 23 133 1278q18 170 219 170h408q225 0 356 -127t131 -303q0 -137 -81 -245.5t-204 -167.5l150 -488q16 -57 16 -88q0 -76 -49 -126t-125 -50q-102 0 -139 90l-197 586h-237l-51 -494q-18 -180 -181 -180q-149 0 -149 145zM365 999h297q76 0 137 38t69 102 q0 66 -53 96.5t-127 30.5h-297z" />
+<glyph unicode="S" horiz-adv-x="1114" d="M-43 229q8 94 51 136.5t125 42.5q61 0 119 -35q84 -57 186 -58q90 0 155.5 46.5t74.5 130.5q0 55 -43 96t-156 96q-72 35 -116 58.5t-105.5 66.5t-96 85t-60 103.5t-25.5 130.5q0 217 154.5 363.5t379.5 146.5q199 0 342 -118q78 -61 78 -140q0 -74 -55.5 -133 t-126.5 -59q-66 0 -123 51q-72 59 -154 59q-137 0 -149 -116q0 -31 11 -54.5t38.5 -43t48 -31t66 -33t67.5 -31.5q190 -98 282.5 -191t92.5 -243q0 -254 -185.5 -417t-431.5 -163q-207 0 -366 113q-78 53 -78 141z" />
+<glyph unicode="T" horiz-adv-x="1077" d="M80 1399q0 90 52 142t136 52h703q152 0 151 -135q0 -90 -52 -141t-134 -51h-188l-115 -1092q-18 -174 -176 -174q-154 0 -154 141q0 20 117 1125h-187q-153 0 -153 133z" />
+<glyph unicode="U" horiz-adv-x="1402" d="M2 518q0 55 88 899q18 176 191 176q154 0 153 -141q0 -23 -82 -803q-4 -53 -4 -61q0 -266 270 -266q131 0 212 73.5t100 253.5l80 768q18 176 190 176q156 0 156 -143q0 -20 -84 -815q-37 -344 -231.5 -501t-477.5 -157q-256 0 -408.5 129t-152.5 412z" />
+<glyph unicode="V" horiz-adv-x="1353" d="M92 1434q18 164 180 163q123 0 152 -120l209 -904q70 152 201 460t190 442q55 121 168 120q61 0 111.5 -49t50.5 -110q-6 -45 -23 -72l-543 -1184q-82 -180 -217 -180q-127 0 -168 164l-307 1204q-4 33 -4 66z" />
+<glyph unicode="W" horiz-adv-x="1882" d="M106 1430q8 76 61.5 120.5t121 44.5t107.5 -38.5t46 -110.5l62 -793q49 127 137 404.5t133 396.5q57 141 207 141q152 0 174 -141l119 -788l201 778q41 156 186 155q66 0 108.5 -41.5t42.5 -109.5q0 -39 -8 -55l-352 -1221q-20 -76 -84.5 -124t-142.5 -48q-70 0 -123 39 t-66 119l-131 764l-262 -736q-33 -92 -99.5 -141t-135.5 -49q-74 0 -129.5 52t-63.5 134z" />
+<glyph unicode="X" horiz-adv-x="1359" d="M-45 121q0 4 1 13t1 13q6 59 47 117l451 600l-285 467q-25 41 -25 82q0 4 1 10.5t1 10.5q8 70 60.5 114.5t118.5 44.5q88 0 133 -71l223 -365l268 356q57 80 148 80q59 0 102 -42t43 -103q-6 -70 -41 -115l-350 -446l340 -621q29 -53 29 -102v-19q-14 -147 -164 -147 q-86 0 -142 82l-292 504l-371 -500q-61 -86 -164 -86q-133 0 -133 123z" />
+<glyph unicode="Y" horiz-adv-x="1157" d="M82 1415q0 80 49 130t127 50q100 0 131 -88l193 -559q45 66 149.5 280t151.5 279q63 88 157 88q143 0 144 -125q0 -66 -35 -120l-440 -705l-50 -469q-18 -176 -184 -176q-150 0 -149 139q0 25 51 510q-47 104 -138.5 347t-136.5 341q-20 41 -20 78z" />
+<glyph unicode="Z" horiz-adv-x="1224" d="M-47 141q0 20 2 33q10 74 49 125l741 967h-483q-150 0 -149 131q0 20 2 30q18 166 182 166h762q90 0 133 -35.5t43 -97.5q0 -4 -1 -11t-1 -11q-6 -66 -68 -146l-743 -964h551q154 0 153 -135q0 -4 -1 -12.5t-1 -12.5q-18 -168 -184 -168h-842q-145 0 -145 141z" />
+<glyph unicode="[" horiz-adv-x="516" d="M-76 33q0 23 139 1349q20 180 187 181h133q137 0 137 -129q0 -76 -41 -123t-112 -49l-113 -1078q123 -6 123 -121q0 -80 -47 -129t-123 -49h-133q-150 1 -150 148z" />
+<glyph unicode="\" horiz-adv-x="954" d="M86 1411q8 70 58.5 110t117.5 40q66 0 92.5 -30t46.5 -99q369 -1266 369 -1289v-8q-6 -61 -53 -104t-113 -43q-117 0 -149 116l-363 1246q-6 24 -6 61z" />
+<glyph unicode="]" horiz-adv-x="516" d="M-78 12q0 78 40 125t110 47l112 1063q-121 4 -121 121q0 84 45.5 132t122.5 48h136q150 0 149 -143q0 -23 -139 -1337q-18 -182 -184 -183h-136q-135 0 -135 127z" />
+<glyph unicode="^" d="M76 621q6 72 39 116l481 721q61 90 166 90q102 0 145 -94l316 -719q16 -43 16 -76q0 -78 -50 -126t-126 -48q-57 0 -91 29t-61 92l-202 473l-312 -475q-43 -68 -77.5 -93.5t-98.5 -25.5q-61 0 -103 35t-42 101z" />
+<glyph unicode="_" horiz-adv-x="1257" d="M-96 -190q0 82 48 130t128 48h909q147 0 148 -127q0 -82 -49.5 -128t-131.5 -46h-909q-143 0 -143 123z" />
+<glyph unicode="`" horiz-adv-x="522" d="M31 1077q0 45 24 90l152 283q55 104 164 104q70 0 110.5 -35.5t40.5 -101.5q0 -35 -22 -80l-148 -274q-66 -119 -164 -119q-70 0 -113.5 37t-43.5 96z" />
+<glyph unicode="a" horiz-adv-x="1310" d="M4 496q0 117 32 238.5t92 229t159.5 176t222.5 68.5q80 0 153.5 -40t110.5 -115q23 154 178 153q143 0 144 -137q0 2 -80 -747q0 -31 33 -31q158 0 157 -131q0 -82 -53 -129t-135 -47q-258 0 -307 186q-70 -88 -160 -140.5t-174 -52.5q-154 0 -263.5 145t-109.5 374z M326 528q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
+<glyph unicode="b" horiz-adv-x="1173" d="M-39 113q0 20 145 1400q18 162 173 162q145 0 145 -131q0 -20 -51 -504q135 166 323 166q147 0 254 -133t107 -368q0 -154 -65.5 -319t-193.5 -285.5t-282 -120.5q-86 0 -160.5 50t-103.5 142l-6 -66q-6 -59 -54.5 -91.5t-91.5 -32.5q-139 0 -139 131zM330 545 q0 -109 46 -182.5t136 -73.5q59 0 104.5 39t69 99t34.5 119.5t11 110.5q0 106 -37 181t-116 75q-84 0 -143.5 -66.5t-82 -146t-22.5 -155.5z" />
+<glyph unicode="c" horiz-adv-x="1054" d="M2 524q0 272 187.5 475t451.5 203q152 0 250 -47q100 -49 100 -137q-8 -78 -52 -120t-114 -42q-29 0 -101.5 17.5t-113.5 17.5q-129 0 -207.5 -105.5t-78.5 -232.5q0 -111 65.5 -185.5t163.5 -74.5q88 0 158 45q35 23 75 22q51 0 91.5 -38.5t40.5 -94.5q-8 -98 -101 -155 q-137 -90 -299 -90q-225 0 -370.5 153t-145.5 389z" />
+<glyph unicode="d" horiz-adv-x="1290" d="M4 496q0 158 57.5 317.5t177 277t271.5 117.5q80 0 154.5 -40t111.5 -115l47 460q18 164 181 164q141 0 141 -133q0 -20 -127 -1218q0 -35 33 -35q158 0 157 -131q0 -82 -53 -129t-135 -47q-258 0 -307 186q-70 -90 -161 -141.5t-175 -51.5q-154 0 -263.5 145t-109.5 374 zM326 528q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
+<glyph unicode="e" horiz-adv-x="1179" d="M6 516q0 176 73 338t214 268.5t315 106.5q219 0 338 -126t119 -337q0 -55 -4 -84q-4 -47 -20.5 -77t-35 -46t-58.5 -24.5t-67.5 -9.5t-88.5 -1h-469q0 -4 -1.5 -13t-1.5 -13q0 -109 83 -165.5t165 -56.5q84 0 190.5 63.5t153.5 63.5q102 0 103 -135q-6 -57 -45 -94 q-178 -197 -463 -197q-238 0 -369 151.5t-131 387.5zM360 737h379q2 10 2 29q0 80 -47 123t-114 43q-78 0 -144 -52.5t-76 -142.5z" />
+<glyph unicode="f" horiz-adv-x="886" d="M-190 -297q0 63 42 108.5t103 45.5q49 0 90 38.5t45 88.5l94 909q-76 2 -112.5 26.5t-36.5 86.5q0 82 50 123.5t132 41.5l14 140q16 160 148.5 254t284.5 94q158 0 157 -133q0 -66 -42 -110t-105 -44q-49 0 -87 -38t-42 -89l-6 -74q2 0 6 1.5t8 1.5q80 0 118 -26t38 -89 q0 -86 -51.5 -127t-135.5 -41h-24l-103 -973q-25 -160 -152.5 -254t-277.5 -94q-155 0 -155 133z" />
+<glyph unicode="g" horiz-adv-x="1218" d="M-14 -268q8 76 55 127t121 51q35 0 108 -39q78 -45 170 -45q129 0 186.5 91t75.5 269q-125 -188 -323 -188q-156 0 -265.5 137t-109.5 363q0 156 57.5 315.5t177 277t271.5 117.5q80 0 154.5 -40t111.5 -115l-2 -11q16 164 178 164q143 0 144 -137q0 4 -95 -911 q-33 -309 -209 -484.5t-407 -175.5q-178 0 -336 107q-63 43 -63 127zM326 528q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
+<glyph unicode="h" horiz-adv-x="1101" d="M-41 127q0 20 141 1366q18 164 172 164q143 0 144 -131q0 -20 -49 -482q143 147 301 148q125 0 216 -84t91 -256q0 -23 -70 -694q-16 -158 -176 -158q-143 0 -143 129q0 18 2 29q61 602 61 598q0 74 -40 114.5t-95 40.5q-66 0 -119 -48t-61 -134l-60 -571 q-16 -158 -176 -158q-139 0 -139 127z" />
+<glyph unicode="i" horiz-adv-x="645" d="M-6 256q0 31 78 762q14 158 174 158q147 0 147 -132q0 -4 -6 -61q-25 -240 -65 -629v-14q0 -49 32 -49q158 0 158 -131q0 -82 -53 -129t-135 -47q-166 0 -248 71.5t-82 200.5zM90 1462q8 88 66.5 144.5t136.5 56.5q72 0 119 -45t47 -115q0 -80 -60.5 -142.5t-144.5 -62.5 q-70 0 -117 47t-47 117z" />
+<glyph unicode="j" horiz-adv-x="495" d="M-346 -297q0 -133 158 -133q147 0 276 94t154 254q121 1122 120 1143q0 127 -143 127q-147 0 -182 -158l-109 -1046q-4 -51 -41 -89t-86 -38q-63 0 -105 -44t-42 -110zM70 1462q8 90 66.5 145.5t136 55.5t120.5 -52t43 -130q-8 -76 -66.5 -129.5t-136.5 -53.5 q-72 0 -117.5 47t-45.5 117z" />
+<glyph unicode="k" horiz-adv-x="1087" d="M-43 127q0 20 141 1368q18 160 172 160q143 0 144 -129q0 -41 -72 -713l432 332q53 39 111 39q59 0 102 -45t43 -105q-4 -49 -21.5 -76.5t-56.5 -54.5l-231 -182q14 -35 65.5 -145.5t78 -172t52 -142.5t25.5 -126q-8 -68 -49 -104.5t-98 -36.5q-96 0 -146 84l-190 471 q-10 -6 -81 -63.5t-79 -65.5l-27 -262q-16 -158 -174 -158q-141 0 -141 127z" />
+<glyph unicode="l" horiz-adv-x="561" d="M-55 272q0 82 17.5 228.5t50 424t57.5 572.5q16 162 176 162q143 0 143 -131q0 -20 -121 -1180q0 -57 33 -57q158 0 158 -131q0 -82 -53.5 -129t-135.5 -47q-172 0 -248.5 73.5t-76.5 214.5z" />
+<glyph unicode="m" horiz-adv-x="1744" d="M-41 127q0 20 92 895q6 70 51 117t119 47q72 0 109 -39t37 -90v-13q143 147 301 148q90 0 173 -44t113 -130q55 78 149.5 124t192.5 46q131 0 219.5 -84t88.5 -252q0 -23 -70 -694q-16 -158 -176 -158q-143 0 -144 129q0 18 3 29q61 602 61 598q0 74 -40 114.5t-95 40.5 q-59 0 -108.5 -38.5t-65.5 -108.5l-64 -606q-16 -158 -176 -158q-143 0 -143 129q0 18 2 29q61 602 61 598q0 74 -40 114.5t-95 40.5q-66 0 -119 -48t-61 -134l-60 -571q-16 -158 -176 -158q-139 0 -139 127z" />
+<glyph unicode="n" horiz-adv-x="1069" d="M-41 127q0 20 92 895q6 70 51 117t119 47q72 0 109 -39t37 -90v-13q143 147 301 148q125 0 216 -84t91 -256q0 -23 -70 -694q-16 -158 -176 -158q-143 0 -143 129q0 18 2 29q61 602 61 598q0 74 -40 114.5t-95 40.5q-66 0 -119 -48t-61 -134l-60 -571q-16 -158 -176 -158 q-139 0 -139 127z" />
+<glyph unicode="o" horiz-adv-x="1204" d="M8 516q0 283 170 496t430 213q225 0 348 -160t123 -389q0 -283 -163.5 -488.5t-436.5 -205.5q-227 0 -349 153.5t-122 380.5zM334 559q0 -117 43 -204t131 -87q82 0 141.5 65.5t82 144.5t22.5 155q0 119 -44 210t-132 91q-82 0 -140.5 -69.5t-81 -150.5t-22.5 -155z" />
+<glyph unicode="p" horiz-adv-x="1173" d="M-82 -283q0 -2 139 1325q16 162 172 162q145 0 146 -133q0 -4 -1 -13t-1 -16q135 164 323 164q147 0 254 -133t107 -368q0 -154 -65.5 -319t-193.5 -285.5t-282 -120.5q-84 0 -159.5 46t-106.5 124l-47 -443q-6 -59 -54.5 -92t-91.5 -33q-139 0 -139 135zM330 545 q0 -109 46 -182.5t136 -73.5q59 0 104.5 39t69 99t34.5 119.5t11 110.5q0 106 -37 181t-116 75q-84 0 -143.5 -66.5t-82 -146t-22.5 -155.5z" />
+<glyph unicode="q" horiz-adv-x="1185" d="M4 496q0 158 57.5 317.5t177 277t271.5 117.5q80 0 154.5 -40t111.5 -115l-2 -11q16 164 178 164q143 0 144 -137q0 -4 -11 -108q-49 -463 -129 -1225q-16 -152 -174 -152q-129 0 -129 119q0 16 45 442q-127 -168 -321 -168q-154 0 -263.5 145t-109.5 374zM326 528 q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
+<glyph unicode="r" horiz-adv-x="835" d="M-51 127q0 20 92 897q18 164 174 164q51 0 85 -31t34 -94v-10q31 51 118 101t150 50q106 0 157.5 -44t51.5 -109q0 -74 -54.5 -127.5t-125.5 -53.5q-25 0 -65 6.5t-56 6.5q-61 0 -118.5 -44t-65.5 -110l-60 -571q-16 -158 -174 -158q-143 0 -143 127z" />
+<glyph unicode="s" horiz-adv-x="1019" d="M-20 215q6 76 53 114t108 38q57 0 152.5 -56.5t179.5 -56.5q100 0 109 74q-8 33 -65.5 69.5t-131.5 76.5t-147.5 87t-124 120t-50.5 157q18 180 160 282.5t332 102.5q182 0 319 -76q70 -41 70 -119q-6 -63 -47 -103t-109 -40q-51 0 -145 30.5t-158 30.5q-94 0 -102 -74 q0 -37 55.5 -75.5t133 -76.5t155.5 -83t133 -115.5t55 -156.5q0 -188 -154.5 -285.5t-350.5 -97.5q-199 0 -379 120q-51 35 -51 113z" />
+<glyph unicode="t" horiz-adv-x="817" d="M37 1018q0 133 160 151l8 80q16 156 174 156q145 0 145 -129q0 -4 -1 -10t-3 -33t-6 -64h88q80 0 116 -23.5t36 -84.5q0 -156 -176 -156h-93q-55 -537 -55 -559q0 -55 33 -55q158 0 158 -131q0 -82 -53.5 -129t-135.5 -47q-178 0 -249.5 78.5t-71.5 236.5q0 57 57 610 q-131 15 -131 109z" />
+<glyph unicode="u" horiz-adv-x="1114" d="M-8 393q0 33 63 651q18 158 172 158q143 0 144 -125q0 -20 -54 -559q-4 -45 -4 -59q0 -166 121 -166q78 0 144.5 82t80.5 221l48 455q8 80 48 120.5t122 40.5q141 0 141 -129q0 -20 -98 -958q-16 -152 -175 -152q-43 0 -74.5 29t-31.5 84v16l6 62q-152 -176 -334 -176 q-135 0 -227 108.5t-92 296.5z" />
+<glyph unicode="v" horiz-adv-x="1030" d="M51 1026q8 80 56.5 125t117.5 45q127 0 150 -145l88 -553l201 559q68 139 182 139q63 0 101 -34t38 -99q0 -53 -20 -86l-387 -862q-53 -115 -177 -115q-119 0 -147 115l-199 866q-4 29 -4 45z" />
+<glyph unicode="w" horiz-adv-x="1804" d="M78 1026q0 78 50 123t126 45q115 0 152 -119l94 -600l205 592q20 59 72 92t110 33q55 0 106 -36t60 -95l84 -576l198 590q41 121 176 121q76 0 107 -29.5t31 -95.5q0 -57 -25 -110l-362 -830q-57 -129 -179 -129q-119 0 -149 135q-27 113 -48.5 252t-49.5 258l-211 -514 q-57 -133 -187 -133q-131 0 -164 137q-196 844 -196 889z" />
+<glyph unicode="x" horiz-adv-x="1120" d="M-41 123q0 82 66 162l315 329l-209 314q-27 39 -27 88q0 72 54.5 124t124.5 52q94 0 139 -80l119 -252l178 256q53 78 151 78q63 0 104.5 -40t41.5 -101q-6 -74 -53 -125l-275 -303l246 -332q37 -49 37 -115q0 -82 -45 -130t-119 -48q-109 0 -158 94l-170 281l-227 -285 q-72 -86 -162 -86q-131 0 -131 119z" />
+<glyph unicode="y" horiz-adv-x="1058" d="M-88 -297q0 4 1 11t1 12q8 68 52 99.5t91 31.5q72 0 122 70.5t69 158.5q-35 154 -97.5 451t-91.5 424q-8 25 -8 49q0 84 47 133t125 49q125 0 152 -127l84 -637q37 80 117.5 323.5t115.5 323.5q51 119 176 119q72 0 107 -38t35 -97q0 -47 -19 -96l-502 -1076 q-152 -317 -421 -317q-156 0 -156 133z" />
+<glyph unicode="z" horiz-adv-x="1081" d="M-37 131q0 72 66 141l475 621h-283q-143 0 -143 129q0 170 178 170h557q158 0 158 -125q0 -76 -70 -149l-491 -623h354q145 0 145 -129q0 -82 -47 -124t-131 -42h-586q-182 0 -182 131z" />
+<glyph unicode="{" horiz-adv-x="776" d="M6 731q4 45 30.5 77t53.5 44t72 27q37 0 54 75.5t21.5 170t8.5 104.5q16 186 108 252.5t256 66.5q57 0 96 -41t39 -92q-12 -154 -184 -153q-10 0 -14 -48q-2 -25 -9.5 -100.5t-13.5 -108t-19 -89t-38 -99.5t-59 -82q63 -74 63 -221q0 -51 -13.5 -147.5t-13.5 -143.5 q0 -39 25 -39q137 -10 137 -114q0 -4 -1 -12.5t-1 -12.5q-16 -143 -168 -143q-313 0 -313 239q0 61 18.5 175t18.5 171q0 78 -19 97q-82 16 -108.5 44.5t-26.5 102.5z" />
+<glyph unicode="|" horiz-adv-x="358" d="M-76 94q0 20 148 1407q18 170 176 170q141 0 141 -137q0 -20 -147 -1409q-18 -158 -174 -158q-144 0 -144 127z" />
+<glyph unicode="}" horiz-adv-x="776" d="M-66 45q14 129 162 139q31 0 39 62q4 31 10.5 102.5t11.5 110.5t18 94t38 99t61 83q-66 86 -65 242q0 61 4 94q2 23 15.5 79t13.5 87q0 25 -11 25q-80 0 -117.5 33.5t-37.5 107.5q6 53 56 99t110 46q150 0 229.5 -54t79.5 -204q0 -53 -16.5 -154.5t-16.5 -150.5 q0 -92 33 -106l10 -5q55 -16 86 -42.5t31 -79.5q0 -137 -172 -168q-29 -33 -41 -102.5t-15.5 -168t-5.5 -114.5q-14 -135 -94 -216t-282 -81q-134 0 -134 143z" />
+<glyph unicode="~" horiz-adv-x="1253" d="M-2 477q0 113 131 222.5t244 109.5q111 0 260 -88q82 -49 110 -49l5 4q4 4 11 12t13 14q27 33 45.5 50.5t55 36t77.5 18.5q139 0 140 -137q0 -115 -140.5 -222.5t-253.5 -107.5q-100 0 -231 82q-10 6 -33 18l-34 19q-11 6 -27.5 11t-28.5 5q-10 0 -37 -29 q-86 -106 -170 -106q-137 0 -137 137z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1388" d="M35 131q0 90 104 191q80 76 123 136t51 130v47h-135q-143 0 -143 127q0 86 47 136t129 52h31q-35 84 -35 166q0 131 84 234.5t202.5 153.5t239.5 50q197 0 344.5 -110.5t147.5 -298.5q-6 -80 -56.5 -133.5t-117.5 -53.5q-106 0 -148 125q-2 74 -60.5 115t-135.5 41 q-76 0 -118 -40t-42 -109q0 -76 28 -140h193q141 0 141 -129q0 -86 -48 -136t-126 -50h-94q0 -23 -4 -64q-16 -137 -98 -252h479q143 0 143 -131q0 -84 -48 -134t-128 -50h-799q-151 0 -151 127z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1589" d="M45 145q8 104 105 174l161 109q-8 61 -8 94q0 78 45 183l-147 112q-70 68 -70 160q6 68 56.5 104.5t109.5 36.5t119 -53l143 -133q129 70 227 69q111 0 209 -65l162 129q68 53 135 53q55 0 97.5 -32.5t42.5 -92.5q-12 -115 -107 -176l-164 -121q29 -35 29 -102 q0 -104 -41 -180l123 -92q74 -66 74 -146q-6 -78 -57.5 -117t-110.5 -39q-68 0 -123 54l-107 102q-135 -88 -260 -88q-129 0 -235 94q-14 -10 -64.5 -51t-71.5 -53q-72 -57 -135 -58q-55 0 -96 33t-41 92zM590 520q0 -74 39 -114.5t96 -40.5q78 0 128 65.5t50 147.5 q0 70 -42 109.5t-101 39.5q-76 0 -123 -61.5t-47 -145.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1157" d="M-59 379q0 84 48 135t130 51h250l8 82h-250q-143 0 -143 129q0 86 48 136.5t128 50.5h116l-176 374q-18 45 -18 78q0 80 49 130t127 50q100 0 131 -88l189 -544h14q43 63 143.5 271t147.5 273q63 88 157 88q143 0 144 -125q0 -70 -35 -120l-270 -387h139q141 0 141 -132 q0 -84 -47 -134t-127 -50h-276l-9 -82h277q139 0 139 -125q0 -90 -46 -141t-128 -51h-276l-7 -72q-14 -176 -184 -176q-150 0 -149 139q0 25 8 109h-250q-143 0 -143 131z" />
+<glyph unicode="&#xa6;" horiz-adv-x="358" d="M-72 127q0 20 56 537q8 80 57 128t119 48q63 0 102 -34t39 -97q0 -18 -55 -551q-16 -158 -174 -158q-144 0 -144 127zM23 1040q0 4 4 45q18 166 45 428q8 80 58 128.5t118 48.5q66 0 104.5 -36t38.5 -102q0 -2 -2 -30q-18 -156 -49 -455q-14 -158 -174 -158 q-143 0 -143 131z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1087" d="M-37 100q0 72 52.5 125.5t121.5 53.5q43 0 116 -29t136 -29q117 0 123 49q0 27 -82 72t-181 90t-181 125t-82 168q0 84 55 148.5t135 64.5q57 0 91 -34t50.5 -79t65.5 -99t129 -85q70 -27 99.5 -39t86 -42t82 -58.5t47 -73.5t21.5 -100q0 -201 -151.5 -316.5 t-348.5 -115.5q-172 0 -317 79q-68 39 -68 125zM63 1272q0 195 154 310.5t348 115.5q178 0 318 -82q70 -39 69 -125q0 -4 -1 -10t-1 -11q-8 -72 -59 -114.5t-115 -42.5q-43 0 -114.5 29.5t-137.5 29.5q-117 0 -123 -51q0 -27 82 -69t181.5 -87t181.5 -124.5t82 -172.5 q0 -84 -54.5 -149.5t-134.5 -65.5q-49 0 -75.5 19.5t-41 53.5t-33 71t-66.5 81t-126 74q-152 53 -243 125t-91 195z" />
+<glyph unicode="&#xa8;" horiz-adv-x="997" d="M66 1257q8 90 65 145.5t137 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-135.5 -56q-74 0 -119.5 46.5t-45.5 116.5zM575 1257q8 88 64.5 144.5t134.5 56.5q74 0 119 -46t45 -116q-8 -90 -64.5 -146t-136.5 -56q-70 0 -116 46.5t-46 116.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1832" d="M43 659q0 244 119 446t317.5 315.5t429.5 113.5q317 0 509 -191.5t192 -496.5q0 -365 -255 -618t-614 -253q-315 0 -506.5 190.5t-191.5 493.5zM254 682q0 -229 141.5 -373.5t376.5 -144.5q274 0 455.5 198.5t181.5 460.5q0 231 -141.5 380t-376.5 149 q-276 0 -456.5 -203t-180.5 -467zM379 700q0 219 153.5 384t360.5 165q86 0 190 -49q39 -16 61.5 -50t22.5 -69q-6 -66 -50 -110.5t-101 -44.5q-20 0 -74.5 18.5t-85.5 18.5q-88 0 -141 -75t-53 -163q0 -72 38.5 -123t100.5 -51q31 0 85 17.5t81 17.5q125 0 125 -111 q0 -82 -76 -143q-88 -63 -230 -64q-188 0 -297.5 124t-109.5 308z" />
+<glyph unicode="&#xab;" horiz-adv-x="1185" d="M-4 590q2 43 49 108l205 295q55 68 129 68q57 0 102 -44t45 -102q-6 -53 -32 -92l-170 -233l131 -283q8 -18 8 -49q-6 -51 -64.5 -96t-117.5 -45q-82 0 -115 65l-146 299q-24 50 -24 109zM485 590q2 43 43 106l217 301q51 61 129 62q150 0 150 -121q0 -63 -39 -119 l-172 -229l131 -279q10 -20 10 -53q-6 -51 -64.5 -96t-117.5 -45q-86 0 -113 65l-153 299q-21 50 -21 109z" />
+<glyph unicode="&#xac;" horiz-adv-x="1380" d="M14 563q0 84 54.5 139.5t132.5 55.5h843q152 0 152 -146q0 -20 -31 -303q-18 -170 -172 -170q-61 0 -104 41t-43 109l14 147h-692q-154 0 -154 127z" />
+<glyph unicode="&#xad;" horiz-adv-x="0" />
+<glyph unicode="&#xae;" horiz-adv-x="1830" d="M45 678q0 367 256 618.5t608 251.5q315 0 507 -190.5t192 -493.5q0 -373 -252 -622.5t-611 -249.5q-313 0 -506.5 191.5t-193.5 494.5zM248 700q0 -231 144.5 -378.5t383.5 -147.5q279 0 456 199.5t177 466.5q0 229 -141.5 375.5t-378.5 146.5q-276 0 -458.5 -200 t-182.5 -462zM449 412q0 18 69 678q10 100 84 135q41 18 86 18h252q139 0 223 -90q76 -76 76 -186q0 -88 -49 -158t-127 -111l41 -69q72 -127 72 -189q-8 -70 -53.5 -105.5t-114.5 -35.5q-94 0 -136 104l-114 248l-23 -211q-14 -141 -160 -141q-126 0 -126 113zM778 860h109 q43 0 68.5 21.5t27.5 50.5v8q0 59 -82 59h-108z" />
+<glyph unicode="&#xb0;" horiz-adv-x="622" d="M66 1337q0 129 90 217t213 88q113 0 180 -68.5t67 -172.5q0 -127 -92 -217t-213 -90q-111 0 -178 68.5t-67 174.5zM205 1352q0 -53 33.5 -87t87.5 -34q59 0 102 42t49 111q0 51 -33.5 86t-89.5 35q-66 0 -105.5 -42.5t-43.5 -110.5z" />
+<glyph unicode="&#xb1;" d="M29 131q0 84 56 136t132 52h815q156 0 156 -131q0 -88 -51.5 -137t-137.5 -49h-815q-155 0 -155 129zM96 821q0 92 51.5 142.5t135.5 50.5h241l8 96q6 80 53.5 122t127.5 42q68 0 109.5 -36t41.5 -101v-4q0 -2 -1 -10.5t-2 -19.5t-4 -35t-5 -54h242q78 0 122 -41t44 -105 q0 -88 -56.5 -134t-144.5 -46h-242l-12 -115q-8 -72 -60.5 -115.5t-123.5 -43.5q-145 0 -146 129q0 20 14 145h-241q-152 0 -152 133z" />
+<glyph unicode="&#xb2;" horiz-adv-x="677" d="M0 885q0 39 31 73l282 336q35 45 41 88q0 29 -19.5 45.5t-45.5 16.5q-31 0 -54.5 -19.5t-27.5 -56.5q-4 -31 -28.5 -60.5t-61.5 -29.5q-35 0 -54.5 26.5t-19.5 59.5q10 111 89 176.5t175 65.5q86 0 150.5 -54.5t64.5 -138.5q0 -111 -98 -225l-180 -209h166q70 0 69 -66 q0 -90 -88 -94h-303q-88 0 -88 66z" />
+<glyph unicode="&#xb3;" horiz-adv-x="684" d="M-6 985q0 39 24.5 67.5t61.5 28.5q55 0 72 -51q18 -59 69 -59q35 0 63.5 22.5t32.5 61.5q0 90 -59 100h-33q-80 0 -80 57q0 80 97 80q18 0 28 2q20 6 36 34t18 54q0 68 -58 68q-59 0 -71 -51q-2 -16 -19.5 -36t-50.5 -20q-78 0 -78 62q0 86 77 145.5t165 59.5 q90 0 145 -57.5t55 -137.5q0 -113 -108 -180q100 -55 100 -168q0 -109 -85 -184.5t-191 -75.5q-125 0 -189 102q-22 35 -22 76z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1120" d="M-88 -299q0 -2 5 41t39 373.5t95 918.5q14 160 174 160q145 0 146 -131q0 -8 -6 -74l-60 -569q4 -49 36 -81t81 -32q78 0 135 60.5t66 144.5l55 522q18 160 178 160q145 0 145 -133q0 -4 -8 -78l-86 -813q-18 -170 -176 -170q-47 0 -80 30.5t-33 88.5q-27 -57 -83 -91 t-121 -34q-53 0 -92 31.5t-50 83.5q-6 -63 -20 -189.5t-21 -189.5q-18 -160 -180 -160q-139 0 -139 131z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1171" d="M41 1073q0 238 174 360.5t432 122.5h479q59 -4 96.5 -46t37.5 -105q-8 -61 -55.5 -105.5t-108.5 -46.5l-119 -1122q-6 -61 -47 -97t-92 -36q-45 0 -79 30.5t-34 86.5q0 2 6 59q39 360 115 1083h-158l-117 -1116q-8 -68 -49 -106.5t-92 -38.5q-49 0 -83 36t-34 99 q0 4 4 43q23 201 60 557q-152 23 -244 116t-92 226z" />
+<glyph unicode="&#xb7;" horiz-adv-x="428" d="M-8 711q8 88 66.5 144t134.5 56q74 0 119.5 -47t45.5 -116q-8 -88 -65 -144.5t-137 -56.5q-70 0 -117 47t-47 117z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1075" d="M-41 231q4 51 31 84l190 275l-135 274l2 -6q-16 29 -16 60q4 57 59 103t119 46q86 0 121 -74l143 -295q29 -61 29 -100q-6 -66 -49 -119l-207 -295q-43 -66 -133 -65q-154 -1 -154 112zM451 229q4 61 34 90l183 273q-12 23 -127 231q-20 35 -21 76q0 78 47 123t125 45 q96 0 127 -72l152 -297q25 -49 24 -92q-6 -70 -47 -127l-215 -297q-45 -63 -137 -63q-145 -1 -145 110z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1290" d="M-8 1475q0 33 22.5 57t55.5 35l153 41q31 -4 51.5 -22.5t20.5 -47.5q0 -4 -64 -614q-4 -37 -28.5 -60.5t-61.5 -23.5q-35 0 -55 20.5t-20 52.5v2q8 74 53 506q-29 -12 -56 -12q-31 0 -51 18.5t-20 47.5zM59 86q0 31 15 59l678 1377q49 80 106 80q31 0 50.5 -24t19.5 -60 q0 -35 -19 -72l-698 -1393q-35 -51 -80 -51q-31 0 -51.5 23.5t-20.5 60.5zM653 66q0 39 31 73l283 336q35 45 41 88q0 29 -19.5 45.5t-46.5 16.5q-31 0 -54.5 -19.5t-27.5 -56.5q-4 -31 -28.5 -60.5t-61.5 -29.5q-35 0 -54.5 26.5t-19.5 59.5q10 111 89 176t176 65 q86 0 150.5 -54t64.5 -138q0 -111 -99 -225l-180 -209h166q70 0 70 -66q0 -90 -89 -94h-303q-88 0 -88 66z" />
+<glyph unicode="&#x192;" horiz-adv-x="768" d="M-190 -297q0 4 1 11t1 12q8 68 52 99.5t91 31.5q49 0 90 38.5t45 88.5l94 909q-76 2 -112.5 26.5t-36.5 86.5q0 82 50 123.5t132 41.5l14 140q16 160 148.5 254t284.5 94q158 0 157 -133q0 -66 -42 -110t-105 -44q-49 0 -87 -38t-42 -89l-6 -74q2 0 6 1.5t8 1.5 q80 0 118 -26t38 -89q0 -86 -51.5 -127t-135.5 -41h-24l-103 -973q-25 -160 -152.5 -254t-277.5 -94q-155 0 -155 133z" />
+<glyph unicode="&#x384;" horiz-adv-x="704" d="M37 1092q0 53 26 96l150 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46.5 -40.5t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
+<glyph unicode="&#x385;" horiz-adv-x="1316" d="M76 1255q8 90 64.5 146.5t135.5 56.5q70 0 116 -47t46 -117q-8 -88 -64.5 -144t-133.5 -56q-74 0 -119 45.5t-45 115.5zM498 1225q4 61 26 90l-2 -6l150 286q57 106 166 107q143 0 143 -133q0 -23 -23 -86l-151 -275q-63 -119 -162 -118q-72 0 -109.5 37t-37.5 98z M928 1257q8 90 65.5 145.5t136.5 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-134.5 -56q-74 0 -120 46.5t-46 116.5z" />
+<glyph unicode="&#x386;" horiz-adv-x="1421" d="M-66 1092q0 53 27 96l150 278q57 106 159 107q139 0 140 -129q0 -45 -21 -86l-151 -277q-20 -37 -34 -57t-46.5 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM0 137q0 39 20 92l560 1217q68 145 213 145q147 0 184 -145q322 -1239 321 -1282q-8 -74 -54 -119t-122 -45 q-119 0 -147 104l-53 185h-523q-61 -133 -71 -154q-57 -135 -187 -135q-72 0 -106.5 39t-34.5 98zM543 621h291q-18 80 -46 188.5t-55 216.5z" />
+<glyph unicode="&#x388;" horiz-adv-x="1576" d="M-86 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46.5 -40.5t-78 -20.5q-74 0 -109.5 35t-35.5 94zM416 111q0 23 133 1302q18 178 190 178h578q150 0 149 -131q0 -92 -50 -144t-134 -52h-422l-29 -277h330 q150 0 150 -137q0 -88 -50.5 -139.5t-134.5 -51.5h-329l-35 -331h436q162 0 162 -135q0 -92 -54.5 -142.5t-140.5 -50.5h-592q-92 0 -124.5 22.5t-32.5 88.5z" />
+<glyph unicode="&#x389;" horiz-adv-x="1929" d="M-66 1092q0 53 27 96l150 278q57 106 159 107q139 0 140 -129q0 -45 -21 -86l-151 -277q-20 -37 -34 -57t-46.5 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM430 131q0 23 135 1299q18 166 176 165q152 0 152 -133q0 -23 -51 -489h594l49 457q18 166 180 165 q152 0 152 -135q0 -20 -136 -1296q-18 -164 -182 -164q-150 0 -149 133q0 20 53 510h-594l-51 -479q-18 -164 -180 -164q-148 0 -148 131z" />
+<glyph unicode="&#x38a;" horiz-adv-x="952" d="M-86 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46.5 -40.5t-78 -20.5q-74 0 -109.5 35t-35.5 94zM375 135q0 20 135 1295q18 166 180 165q152 0 152 -135q0 -20 -135 -1294q-18 -166 -183 -166 q-149 0 -149 135z" />
+<glyph unicode="&#x38c;" horiz-adv-x="1863" d="M-78 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM283 698q0 236 94 448t278.5 352t417.5 140q156 0 278 -59t196.5 -160.5t112.5 -228.5t38 -270q0 -238 -96.5 -450 t-282.5 -350t-420 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM621 733q0 -182 80.5 -304t234.5 -122q106 0 191 57.5t133.5 146.5t74 185.5t25.5 188.5q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-71.5 -184.5t-24.5 -187.5z" />
+<glyph unicode="&#x38e;" horiz-adv-x="1746" d="M-74 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM512 1415q0 80 49 130t127 50q100 0 131 -88l193 -559q45 66 149.5 280t151.5 279q63 88 157 88q143 0 144 -125 q0 -66 -35 -120l-440 -705l-49 -469q-18 -176 -185 -176q-150 0 -149 139q0 25 51 510q-47 104 -138 347t-137 341q-20 41 -20 78z" />
+<glyph unicode="&#x38f;" horiz-adv-x="1849" d="M-66 1092q0 53 27 96l150 278q57 106 159 107q139 0 140 -129q0 -45 -21 -86l-151 -277q-20 -37 -34 -57t-46.5 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM367 133q0 88 49 141.5t129 53.5h919q145 0 146 -138q0 -86 -48.5 -138t-129.5 -52h-920q-145 0 -145 133z M444 975q0 287 204 475t491 188q279 0 429 -155.5t150 -378.5q0 -287 -210 -471t-494 -184q-274 0 -422 152.5t-148 373.5zM774 1012q0 -100 72 -170t207 -70q137 0 237.5 84t100.5 211q0 102 -75 175t-208 73q-137 0 -235.5 -88t-98.5 -215z" />
+<glyph unicode="&#x390;" horiz-adv-x="710" d="M-291 1487q8 90 64.5 146.5t136.5 56.5q70 0 116 -47.5t46 -116.5q-8 -88 -64.5 -144.5t-134.5 -56.5q-74 0 -119 46t-45 116zM12 256q0 31 78 762q14 158 176 158q150 0 150 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-66 -643q0 -49 31 -49q160 0 160 -131q0 -82 -54.5 -129 t-136.5 -47q-332 0 -332 272zM131 1456q4 61 27 90l-2 -6l149 287q57 106 166 106q143 0 143 -133q0 -23 -22 -86l-152 -274q-63 -119 -161 -119q-72 0 -110 37t-38 98zM561 1489q8 90 65.5 145.5t137.5 55.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5 q-74 0 -120 47t-46 117z" />
+<glyph unicode="&#x391;" horiz-adv-x="1392" d="M-43 137q0 39 20 92l560 1217q68 145 213 145q147 0 184 -145q322 -1239 321 -1282q-8 -74 -54 -119t-122 -45q-119 0 -147 104l-53 185h-523q-61 -133 -71 -154q-59 -135 -187 -135q-72 0 -106.5 39t-34.5 98zM500 621h291q-18 80 -46 188.5t-55 216.5z" />
+<glyph unicode="&#x392;" horiz-adv-x="1146" d="M-49 158q0 18 131 1249q18 184 190 184h291q74 0 151 -21.5t147.5 -64.5t114.5 -119.5t44 -175.5q0 -100 -70.5 -205.5t-154.5 -117.5q113 -16 188.5 -129t75.5 -238q0 -215 -170 -367.5t-379 -152.5h-371q-96 0 -135 31q-53 39 -53 127zM297 328h227q90 0 147.5 51 t63.5 123q0 90 -58.5 147.5t-176.5 57.5h-162zM365 963h157q78 0 124 42t52 101q0 70 -41 114t-120 44h-142z" />
+<glyph unicode="&#x393;" horiz-adv-x="1009" d="M-55 135q0 20 133 1274q18 184 190 184h596q72 0 113 -43t41 -106q-18 -178 -189 -178h-438l-115 -1100q-18 -166 -184 -166q-147 0 -147 135z" />
+<glyph unicode="&#x394;" horiz-adv-x="1429" d="M-43 119q0 39 25 96l-5 -6l586 1239q68 150 209 149q156 0 184 -147l340 -1239q6 -31 7 -57q-14 -154 -224 -154h-952q-170 0 -170 119zM391 340h514l-192 692z" />
+<glyph unicode="&#x395;" horiz-adv-x="1013" d="M-35 111q0 23 133 1302q18 178 191 178h577q150 0 150 -131q0 -92 -50.5 -144t-134.5 -52h-421l-29 -277h330q150 0 149 -137q0 -88 -50 -139.5t-134 -51.5h-330l-35 -331h437q162 0 161 -135q0 -92 -54 -142.5t-140 -50.5h-592q-92 0 -125 22.5t-33 88.5z" />
+<glyph unicode="&#x396;" horiz-adv-x="1224" d="M-47 141q0 20 2 33q10 74 49 125l741 967h-483q-150 0 -149 131q0 20 2 30q18 166 182 166h762q90 0 133 -35.5t43 -97.5q0 -4 -1 -11t-1 -11q-6 -66 -68 -146l-743 -964h551q154 0 153 -135q0 -4 -1 -12.5t-1 -12.5q-18 -168 -184 -168h-842q-145 0 -145 141z" />
+<glyph unicode="&#x397;" horiz-adv-x="1390" d="M-43 131q0 23 135 1299q18 166 176 165q152 0 152 -133q0 -23 -51 -489h594l49 457q18 166 180 165q152 0 151 -135q0 -20 -135 -1296q-18 -164 -182 -164q-150 0 -149 133q0 20 53 510h-594l-51 -479q-18 -164 -181 -164q-147 0 -147 131z" />
+<glyph unicode="&#x398;" horiz-adv-x="1540" d="M25 698q0 236 94 448t278.5 352t417.5 140q156 0 277.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -238 -96.5 -450t-283 -350t-419.5 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM365 733q0 -182 80.5 -304t234.5 -122q106 0 191 57.5t133.5 146.5t74 185.5 t25.5 188.5q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-71.5 -184.5t-24.5 -187.5zM506 788q0 86 51 139.5t135 53.5h135q150 0 150 -137q0 -90 -51.5 -142.5t-132.5 -52.5h-136q-151 0 -151 139z" />
+<glyph unicode="&#x399;" horiz-adv-x="417" d="M-76 135q0 20 135 1295q18 166 181 165q152 0 151 -135q0 -20 -135 -1294q-18 -166 -182 -166q-150 0 -150 135z" />
+<glyph unicode="&#x39a;" horiz-adv-x="1210" d="M-49 131q0 -2 139 1313q14 152 176 151q154 0 154 -127q0 -4 -4 -45q-18 -166 -45 -426l555 547q41 47 116 47q61 0 107.5 -47t46.5 -106q-6 -88 -57 -131l-396 -385l328 -650q31 -37 31 -108q-8 -72 -73.5 -119t-110.5 -47q-47 0 -75 17.5t-61 58.5l-305 600l-158 -152 l-38 -366q-16 -156 -177 -156q-153 0 -153 131z" />
+<glyph unicode="&#x39b;" horiz-adv-x="1415" d="M-41 141q2 33 14 66l580 1241q72 150 213 149q150 0 180 -149l332 -1217q10 -47 10 -59q0 -76 -53 -124t-127 -48q-70 0 -102.5 31.5t-53.5 105.5l-243 893l-426 -909q-55 -121 -170 -121q-63 0 -108.5 39t-45.5 102z" />
+<glyph unicode="&#x39c;" horiz-adv-x="1851" d="M-29 133q0 33 9 74l311 1171q59 221 237 221q78 0 132.5 -51t72.5 -143l144 -733l303 735q78 188 245 188q178 0 189 -219l51 -1196q-2 -82 -54 -130t-124 -48q-78 0 -115 38t-41 120l-26 776q-76 -145 -182.5 -431t-137.5 -358q-61 -147 -182 -147q-131 0 -156 147 l-133 793l-213 -778q-43 -160 -184 -160q-146 0 -146 131z" />
+<glyph unicode="&#x39d;" horiz-adv-x="1372" d="M-45 135q0 20 133 1282q18 178 180 178q109 0 170 -108l475 -838l82 778q18 166 179 166q152 0 151 -137q0 -4 -14 -141q-49 -467 -119 -1137q-18 -178 -182 -178q-109 0 -164 96l-481 836l-80 -764q-18 -168 -181 -168q-149 0 -149 135z" />
+<glyph unicode="&#x39e;" horiz-adv-x="1331" d="M-53 139q0 92 56 143.5t142 51.5h875q158 0 158 -135q0 -92 -53.5 -143.5t-139.5 -51.5h-874q-164 0 -164 135zM109 1395q0 94 49 146t133 52h842q152 0 151 -133q0 -92 -51 -143t-135 -51h-842q-147 0 -147 129zM178 795q0 90 50.5 141t131.5 51h562q152 0 151 -137 q0 -88 -50 -139.5t-136 -51.5h-561q-148 1 -148 136z" />
+<glyph unicode="&#x39f;" horiz-adv-x="1542" d="M25 698q0 236 94 448t278.5 352t417.5 140q156 0 277.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -238 -96.5 -450t-283 -350t-419.5 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM362 733q0 -182 81 -304t235 -122q106 0 191 57.5t133.5 146.5t74 185.5t25.5 188.5 q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-72 -184.5t-25 -187.5z" />
+<glyph unicode="&#x3a0;" horiz-adv-x="1353" d="M-45 135q0 20 135 1295q18 168 178 167h901q61 0 105.5 -46t44.5 -107l-133 -1278q-18 -166 -180 -166q-147 0 -148 133q0 20 117 1133h-576l-114 -1100q-18 -166 -185 -166q-145 0 -145 135z" />
+<glyph unicode="&#x3a1;" horiz-adv-x="1087" d="M-51 133q0 20 135 1290q18 170 188 170h346q219 0 353.5 -126t134.5 -332q0 -244 -173 -413t-411 -171h-203l-40 -385q-18 -166 -181 -166q-149 0 -149 133zM354 879h195q100 6 160.5 66.5t60.5 154.5q0 78 -55.5 122t-157.5 44h-164z" />
+<glyph unicode="&#x3a3;" horiz-adv-x="1245" d="M-47 141q0 90 51 158l399 532l-253 461q-37 72 -37 127q18 174 209 174h718q152 0 152 -137q0 -88 -50 -140t-136 -52h-445l182 -330q27 -47 27 -90q0 -57 -43 -105l-311 -411h516q152 0 151 -140q0 -86 -50 -137t-134 -51h-801q-145 0 -145 141z" />
+<glyph unicode="&#x3a4;" horiz-adv-x="1077" d="M80 1399q0 90 52 142t136 52h703q152 0 151 -135q0 -90 -52 -141t-134 -51h-188l-115 -1092q-18 -174 -176 -174q-154 0 -154 141q0 20 117 1125h-187q-153 0 -153 133z" />
+<glyph unicode="&#x3a5;" horiz-adv-x="1157" d="M82 1415q0 80 49 130t127 50q100 0 131 -88l193 -559q45 66 149.5 280t151.5 279q63 88 157 88q143 0 144 -125q0 -66 -35 -120l-440 -705l-50 -469q-18 -176 -184 -176q-150 0 -149 139q0 25 51 510q-47 104 -138.5 347t-136.5 341q-20 41 -20 78z" />
+<glyph unicode="&#x3a6;" horiz-adv-x="1554" d="M35 803q0 254 187.5 436t441.5 221l2 15q18 166 184 165q78 0 114.5 -31.5t36.5 -82.5q0 -10 -6 -66q217 -27 360.5 -171t143.5 -357q0 -254 -185.5 -429t-443.5 -218l-12 -117q-18 -168 -180 -168q-152 0 -152 135q0 23 15 148q-221 27 -363.5 168t-142.5 352zM358 842 q0 -90 61.5 -160t153.5 -94l60 571q-115 -31 -195 -119.5t-80 -197.5zM903 586q115 31 191.5 116.5t76.5 194.5q0 92 -58 165t-150 95z" />
+<glyph unicode="&#x3a7;" horiz-adv-x="1359" d="M-45 121q0 4 1 13t1 13q6 59 47 117l451 600l-285 467q-25 41 -25 82q0 4 1 10.5t1 10.5q8 70 60.5 114.5t118.5 44.5q88 0 133 -71l223 -365l268 356q57 80 148 80q59 0 102 -42t43 -103q-6 -70 -41 -115l-350 -446l340 -621q29 -53 29 -102v-19q-14 -147 -164 -147 q-86 0 -142 82l-292 504l-371 -500q-61 -86 -164 -86q-133 0 -133 123z" />
+<glyph unicode="&#x3a8;" horiz-adv-x="1558" d="M41 858q0 57 51 533q18 164 184 163q145 0 146 -137q0 -84 -24.5 -251t-24.5 -248q0 -113 50 -195t142 -107l90 859q18 166 181 165q147 0 147 -131q0 -23 -92 -897q115 23 180.5 118t79.5 241l45 420q18 166 182 165q152 0 152 -135q0 -20 -49 -475q-29 -272 -197 -441 t-426 -198l-14 -143q-18 -164 -180 -164q-147 0 -148 133q0 20 16 176q-229 29 -360 173.5t-131 375.5z" />
+<glyph unicode="&#x3a9;" horiz-adv-x="1505" d="M23 133q0 88 49 141.5t129 53.5h919q145 0 146 -138q0 -86 -48.5 -138t-130.5 -52h-919q-145 0 -145 133zM100 975q0 287 204 475t491 188q279 0 429 -155.5t150 -378.5q0 -287 -210 -471t-494 -184q-274 0 -422 152.5t-148 373.5zM430 1012q0 -100 71.5 -170t207.5 -70 q137 0 237.5 84t100.5 211q0 102 -75 175t-208 73q-137 0 -235.5 -88t-98.5 -215z" />
+<glyph unicode="&#x3aa;" horiz-adv-x="567" d="M-170 1808q8 90 65.5 145.5t137.5 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-135.5 -56q-74 0 -120 46.5t-46 116.5zM-76 135q0 -135 150 -135q164 0 182 166q135 1274 135 1294q0 135 -151 135q-162 0 -181 -165q-135 -1275 -135 -1295zM340 1808q8 88 64.5 144.5 t134.5 56.5q74 0 118.5 -46t44.5 -116q-8 -90 -64 -146t-136 -56q-70 0 -116 46.5t-46 116.5z" />
+<glyph unicode="&#x3ab;" horiz-adv-x="1277" d="M41 1415q0 -37 20 -78q45 -98 136.5 -340.5t138.5 -347.5q-51 -485 -51 -510q0 -139 149 -139q166 0 184 176l50 469l440 705q35 55 35 120q0 125 -144 125q-94 0 -157 -88q-47 -66 -151.5 -279.5t-149.5 -279.5l-193 559q-31 88 -131 88q-78 0 -127 -50t-49 -130z M182 1808q8 90 65.5 145.5t137.5 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-135.5 -56q-74 0 -120 46.5t-46 116.5zM692 1808q8 88 64.5 144.5t134.5 56.5q74 0 119 -46t45 -116q-8 -90 -64.5 -146t-136.5 -56q-70 0 -116 46.5t-46 116.5z" />
+<glyph unicode="&#x3ac;" horiz-adv-x="1269" d="M-18 496q0 117 31.5 238.5t92 229t161 176t222.5 68.5q80 0 153 -37.5t110 -111.5q25 147 180 147q145 0 145 -137l-8 -70q-25 -242 -72 -677q4 -31 31 -31q160 0 160 -131q0 -82 -54.5 -129t-136.5 -47q-262 0 -309 182q-72 -86 -161 -137.5t-171 -51.5q-156 0 -265 145 t-109 374zM307 528q0 -106 41 -175.5t121 -69.5q78 0 137.5 66.5t83 147.5t23.5 154q0 119 -50.5 189.5t-121.5 70.5q-76 0 -132.5 -71.5t-79 -155.5t-22.5 -156zM504 1450q0 53 26 96l150 279q57 106 160 106q139 0 139 -129q0 -45 -21 -86l-151 -276q-20 -37 -33.5 -57.5 t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
+<glyph unicode="&#x3ad;" horiz-adv-x="1003" d="M-43 303q0 104 78 185t186 130q-158 90 -158 213q14 152 154.5 261.5t339.5 109.5q82 0 151.5 -11t129 -51t59.5 -106q-14 -139 -156 -139q-29 0 -90 10q-45 10 -110 10q-78 0 -122 -30.5t-50 -71.5v-8q0 -31 22.5 -50.5t63.5 -19.5h110q164 0 164 -104 q-6 -72 -51 -102.5t-133 -30.5h-111q-57 -8 -94 -43t-41 -80q0 -51 35 -84t104 -33q47 0 137.5 20.5t135.5 20.5q135 0 135 -106q-8 -70 -56.5 -118t-122 -68.5t-136 -29t-130.5 -8.5q-197 0 -320.5 99.5t-123.5 234.5zM416 1450q0 53 26 96l150 279q57 106 160 106 q139 0 139 -129q0 -45 -21 -86l-151 -276q-20 -37 -33.5 -57.5t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
+<glyph unicode="&#x3ae;" horiz-adv-x="1069" d="M-43 127q0 20 92 895q6 70 52 117t120 47t111 -39t37 -90v-8q139 143 299 143q125 0 217 -84t92 -256q0 -25 -117 -1124q-16 -158 -178 -158q-143 0 -143 127q0 23 100 975q8 78 8 84q0 74 -40 114.5t-93 40.5q-61 0 -113.5 -50t-64.5 -132l-60 -571q-16 -158 -178 -158 q-141 0 -141 127zM395 1450q0 53 27 96l149 279q57 106 160 106q139 0 139 -129q0 -45 -20 -86l-152 -276q-20 -37 -33.5 -57.5t-46 -41t-77.5 -20.5q-74 0 -110 35t-36 94z" />
+<glyph unicode="&#x3af;" horiz-adv-x="579" d="M-45 256q0 31 78 762q14 158 176 158q150 0 149 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-65 -643q0 -49 30 -49q160 0 160 -131q0 -82 -54 -129t-136 -47q-332 0 -332 272zM78 1450q0 53 26 96l150 279q57 106 160 106q139 0 139 -129q0 -45 -21 -86l-151 -276 q-20 -37 -33.5 -57.5t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
+<glyph unicode="&#x3b0;" horiz-adv-x="1153" d="M-16 375q0 -174 122.5 -286t303.5 -112q190 0 346.5 128t177.5 317q68 625 67 641q0 131 -147 131q-158 0 -176 -160l-62 -569q-8 -72 -56 -120t-116 -48q-61 0 -96 49t-39 119q35 340 56 528q6 61 6 70q0 131 -148 131q-158 0 -172 -160q-67 -628 -67 -659zM-2 1487 q8 90 64.5 146.5t136.5 56.5q70 0 115.5 -47.5t45.5 -116.5q-8 -88 -64 -144.5t-134 -56.5q-74 0 -119 46t-45 116zM420 1456q4 61 26 90l-2 -6l150 287q57 106 166 106q143 0 143 -133q0 -23 -22 -86l-152 -274q-63 -119 -162 -119q-72 0 -109.5 37t-37.5 98zM850 1489 q8 90 65.5 145.5t137.5 55.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-74 0 -120 47t-46 117z" />
+<glyph unicode="&#x3b1;" horiz-adv-x="1269" d="M-18 496q0 117 31.5 238.5t92 229t161 176t222.5 68.5q80 0 153 -37.5t110 -111.5q25 147 180 147q145 0 145 -137l-8 -70q-25 -242 -72 -677q4 -31 31 -31q160 0 160 -131q0 -82 -54.5 -129t-136.5 -47q-262 0 -309 182q-72 -86 -161 -137.5t-171 -51.5q-156 0 -265 145 t-109 374zM307 528q0 -106 41 -175.5t121 -69.5q78 0 137.5 66.5t83 147.5t23.5 154q0 119 -50.5 189.5t-121.5 70.5q-76 0 -132.5 -71.5t-79 -155.5t-22.5 -156z" />
+<glyph unicode="&#x3b2;" horiz-adv-x="1144" d="M-84 -285q0 14 143 1377q23 213 159 349t362 136q172 0 285.5 -105.5t113.5 -246.5q0 -92 -51 -174t-140 -133q113 -43 167.5 -145.5t54.5 -225.5q0 -209 -140.5 -382t-355.5 -173q-147 0 -238 117l-36 -359q-18 -170 -181 -170q-143 0 -143 135zM311 446 q4 -66 48 -106.5t114 -40.5q88 0 145.5 65.5t69.5 153.5q-4 182 -127 242q-4 0 -24.5 2t-44.5 2q-33 0 -50.5 26.5t-17.5 65.5q0 49 24.5 90t73.5 47h45q31 14 52.5 49t25.5 74q0 147 -100 148q-86 0 -123 -62.5t-49 -179.5z" />
+<glyph unicode="&#x3b3;" horiz-adv-x="1081" d="M55 1069q8 61 63.5 106.5t114.5 45.5q66 0 109 -37t47 -94l107 -609l229 609q61 131 176 131q59 0 104.5 -42t45.5 -104q-2 -45 -70 -184q-303 -631 -363 -778l-36 -361q-18 -176 -185 -176q-145 0 -145 143q0 31 39 392l-234 899q-2 6 -2 59z" />
+<glyph unicode="&#x3b4;" horiz-adv-x="1173" d="M-2 473q0 186 111.5 331.5t287.5 192.5q-170 100 -170 273q12 129 141.5 221t331.5 92q154 0 251.5 -49t97.5 -143q-12 -125 -138 -125q-47 0 -114 22q-76 23 -113 23q-143 0 -154 -94q0 -39 40 -75t110 -61q381 -133 381 -475q0 -262 -164 -443t-422 -181 q-225 0 -351 140t-126 351zM322 510q0 -94 48 -158.5t134 -64.5q111 0 173 83t62 191q0 96 -49 159.5t-135 63.5q-102 0 -167.5 -87t-65.5 -187z" />
+<glyph unicode="&#x3b5;" horiz-adv-x="991" d="M-43 303q0 104 78 185t186 130q-158 90 -158 213q14 152 154.5 261.5t339.5 109.5q82 0 151.5 -11t129 -51t59.5 -106q-14 -139 -156 -139q-29 0 -90 10q-45 10 -110 10q-78 0 -122 -30.5t-50 -71.5v-8q0 -31 22.5 -50.5t63.5 -19.5h110q164 0 164 -104 q-6 -72 -51 -102.5t-133 -30.5h-111q-57 -8 -94 -43t-41 -80q0 -51 35 -84t104 -33q47 0 137.5 20.5t135.5 20.5q135 0 135 -106q-8 -70 -56.5 -118t-122 -68.5t-136 -29t-130.5 -8.5q-197 0 -320.5 99.5t-123.5 234.5z" />
+<glyph unicode="&#x3b6;" horiz-adv-x="1101" d="M16 489q0 438 539 734h-270q-70 0 -116 35.5t-46 101.5q8 90 62.5 133t131.5 43h594q147 0 148 -125q0 -141 -148 -188q-217 -72 -394 -275t-177 -413q0 -113 67.5 -170.5t196.5 -92.5q272 -74 273 -266q0 -127 -67 -242.5t-177 -115.5q-57 0 -95 43t-38 98q8 66 22 111 q8 25 8 32q0 20 -14 32.5t-55 27.5l-49 18q-72 27 -125.5 55.5t-123 84t-108.5 142t-39 197.5z" />
+<glyph unicode="&#x3b7;" horiz-adv-x="1067" d="M-43 127q0 20 92 895q6 70 52 117t120 47t111 -39t37 -90v-8q139 143 299 143q125 0 217 -84t92 -256q0 -25 -117 -1124q-16 -158 -178 -158q-143 0 -143 127q0 23 100 975q8 78 8 84q0 74 -40 114.5t-93 40.5q-61 0 -113.5 -50t-64.5 -132l-60 -571q-16 -158 -178 -158 q-141 0 -141 127z" />
+<glyph unicode="&#x3b8;" horiz-adv-x="1230" d="M18 635q0 150 37 306.5t107.5 302t195.5 238.5t283 93q123 0 215 -60.5t141.5 -161t73 -212t23.5 -234.5q0 -152 -37 -306.5t-108.5 -295.5t-196.5 -230t-281 -89q-125 0 -216 57t-141.5 153.5t-73 206t-22.5 232.5zM342 651q0 -92 13.5 -165.5t53.5 -130t101 -56.5 q70 0 124 68.5t80.5 171t39 196.5t12.5 168q0 352 -152 352q-72 0 -128 -67.5t-85.5 -168.5t-44 -196.5t-14.5 -171.5zM403 758q0 88 43 140t121 52t106.5 -27.5t28.5 -86.5q0 -104 -37.5 -152.5t-129.5 -48.5q-132 0 -132 123z" />
+<glyph unicode="&#x3b9;" horiz-adv-x="606" d="M-29 256q0 31 78 762q14 158 176 158q150 0 150 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-66 -643q0 -49 31 -49q160 0 160 -131q0 -82 -54.5 -129t-136.5 -47q-332 0 -332 272z" />
+<glyph unicode="&#x3ba;" horiz-adv-x="1087" d="M-45 127q0 20 92 903q18 160 176 160q143 0 144 -127q0 -23 -2 -33l-25 -254l432 359q47 39 113 39q61 0 104 -40t43 -100q-8 -82 -78 -131l-235 -190q227 -524 227 -561q0 -74 -40 -115t-113 -41q-45 0 -85 23.5t-61 58.5l-188 457q-147 -121 -160 -134l-25 -243 q-16 -158 -176 -158q-143 0 -143 127z" />
+<glyph unicode="&#x3bb;" horiz-adv-x="1042" d="M-43 127q0 35 23 88l389 809q-68 258 -86 381q6 66 59 107.5t121 41.5q63 0 103 -40.5t55 -98.5l282 -1184q8 -25 8 -57q-16 -174 -172 -174q-125 0 -155 125l-92 528q-10 -25 -99 -256q-63 -172 -108 -270q-59 -127 -185 -127q-72 0 -107.5 35t-35.5 92z" />
+<glyph unicode="&#x3bc;" horiz-adv-x="1071" d="M-86 -299q0 4 16 156q51 489 123 1177q14 160 172 160q143 0 144 -131q0 -4 -7 -74q-25 -233 -59 -569q0 -51 33 -82t86 -31q82 0 137 59.5t66 145.5l55 522q14 160 176 160q143 0 143 -133q0 -4 -8 -78q-33 -313 -86 -813q-18 -170 -174 -170q-45 0 -77.5 30.5 t-32.5 88.5v12q-25 -61 -82.5 -99t-124.5 -38q-57 0 -97.5 39t-46.5 96l-41 -399q-18 -160 -178 -160q-137 0 -137 131z" />
+<glyph unicode="&#x3bd;" horiz-adv-x="1030" d="M49 1026q8 80 57.5 125t118.5 45q129 0 152 -145l86 -543l199 549q68 139 184 139q66 0 103.5 -34t37.5 -99q0 -41 -20 -86l-387 -862q-53 -115 -179 -115q-121 0 -149 115l-199 866q-4 29 -4 45z" />
+<glyph unicode="&#x3be;" horiz-adv-x="1101" d="M-20 389q0 147 105 261t255 188q-74 18 -119 65t-45 103q8 80 60.5 146.5t134.5 98.5q-2 0 -16.5 1t-26.5 1q-8 0 -53.5 2t-69.5 5q-80 6 -80 100q8 94 45 135t111 41h591q147 0 148 -125q0 -158 -158 -158q-182 0 -266 -49t-92 -121q0 -123 131 -122q182 0 182 -107 q0 -78 -60.5 -109.5t-144.5 -31.5q-106 0 -187 -61.5t-93 -147.5q4 -80 65.5 -142.5t177.5 -93.5q283 -78 283 -264q0 -115 -81 -235.5t-183 -120.5q-57 0 -96 43t-39 98q2 23 18.5 72t16.5 73q0 43 -68 60q-68 14 -119 29.5t-116.5 48t-108.5 71.5t-72.5 103.5t-29.5 142.5 z" />
+<glyph unicode="&#x3bf;" horiz-adv-x="1204" d="M-16 516q0 283 170 496t432 213q227 0 350 -160t123 -389q0 -283 -164 -488.5t-438 -205.5q-227 0 -350 153.5t-123 380.5zM313 559q0 -117 43 -204t129 -87q82 0 140.5 65.5t81 144.5t22.5 155q0 119 -43 210t-131 91q-80 0 -138.5 -68.5t-81 -150.5t-22.5 -156z" />
+<glyph unicode="&#x3c0;" horiz-adv-x="1134" d="M-43 127q0 20 92 903q8 66 55.5 114t114.5 48h647q143 0 144 -131q0 -20 -92 -903q-16 -158 -177 -158q-143 0 -143 127q0 25 78 758h-322l-75 -727q-16 -158 -179 -158q-143 0 -143 127z" />
+<glyph unicode="&#x3c1;" horiz-adv-x="1173" d="M-84 -289q0 16 10 107l84 786q27 270 186.5 445.5t407.5 175.5q229 0 344 -141.5t115 -378.5q0 -123 -33 -248t-93 -236.5t-163.5 -181.5t-232.5 -70q-90 0 -161 42t-101 122l-41 -393q-18 -160 -179 -160q-143 0 -143 131zM330 549q0 -123 53 -189.5t129 -66.5 q80 0 135 65.5t75.5 143.5t20.5 151q0 109 -39.5 184.5t-121.5 75.5q-90 0 -149.5 -62.5t-81 -140t-21.5 -161.5z" />
+<glyph unicode="&#x3c2;" horiz-adv-x="1187" d="M29 492q0 291 203.5 506.5t486.5 215.5q127 0 244 -57q45 -20 71.5 -59t26.5 -80q-6 -76 -56.5 -128t-117.5 -52q-25 0 -96 22q-74 25 -115 25q-139 0 -225 -108.5t-86 -244.5q0 -61 18 -103t58 -66.5t71 -36t88 -25.5q319 -80 320 -301q0 -125 -76 -240.5t-189 -115.5 q-57 0 -96 43t-39 96q2 18 11.5 59t9.5 62q0 45 -62 90q-63 14 -100 26.5t-98.5 37t-99.5 58.5t-76.5 84t-57 125t-18.5 167z" />
+<glyph unicode="&#x3c3;" d="M-29 526q0 289 171 488.5t448 199.5l497 -2q68 -4 112 -43t44 -100q-6 -74 -63.5 -126t-122.5 -52l-178 24q125 -172 125 -360q0 -236 -168 -404.5t-400 -168.5q-225 0 -345 157.5t-120 386.5zM301 561q0 -111 43 -190.5t129 -79.5q119 0 175.5 111.5t56.5 238.5 q0 111 -39 188.5t-123 77.5q-82 0 -139.5 -60.5t-80 -136t-22.5 -149.5z" />
+<glyph unicode="&#x3c4;" horiz-adv-x="1069" d="M-12 1018q0 80 44 129t122 49h634q152 0 152 -129q0 -84 -49 -130t-131 -46h-162l-43 -416q-12 -123 -12 -133q0 -51 30 -51q162 0 162 -129q0 -84 -54 -131t-138 -47q-178 0 -250 78.5t-72 234.5q0 145 37 420q6 51 21 172h-150q-141 0 -141 129z" />
+<glyph unicode="&#x3c5;" horiz-adv-x="1073" d="M-16 375q0 31 67 659q14 160 172 160q147 0 148 -131q0 -8 -6 -70q-20 -188 -56 -528q4 -70 39 -119t96 -49q68 0 116 48t56 120l62 569q18 160 176 160q147 0 147 -131q0 -16 -67 -641q-20 -188 -177 -316.5t-347 -128.5q-180 0 -303 112t-123 286z" />
+<glyph unicode="&#x3c6;" horiz-adv-x="1546" d="M18 504q0 203 103.5 396.5t284.5 297.5q35 20 81 21q92 0 95 -82q0 -29 -14.5 -59.5t-28 -51t-45.5 -65.5q-49 -66 -75 -107t-53.5 -128t-27.5 -183q0 -80 31.5 -148.5t97.5 -97.5l37 360q10 90 38.5 180.5t82 177.5t143.5 141t203 54q197 0 301 -149.5t104 -353.5 q0 -268 -171 -469t-449 -246l-27 -254q-16 -162 -176 -162q-147 0 -147 133q0 14 4 39l24 246q-207 31 -311.5 172t-104.5 338zM786 285q115 37 189 149.5t74 247.5q0 92 -27 159.5t-84 67.5t-80 -53q-16 -39 -33 -203z" />
+<glyph unicode="&#x3c7;" horiz-adv-x="1067" d="M-86 -283q6 51 35 99l373 626q-27 66 -105 238t-111 266q-12 45 -12 72q0 82 48 132t128 50q109 0 144 -98l102 -385l203 387q55 92 155 92q63 0 104.5 -41t41.5 -104q-6 -63 -33 -111l-344 -498q33 -82 131 -311t131 -311q14 -43 15 -74q0 -72 -50.5 -121t-119.5 -49 q-53 0 -96.5 31t-57.5 82l-141 469q-16 -29 -110.5 -229.5t-117.5 -243.5q-61 -113 -180 -113q-68 0 -100.5 41t-32.5 104z" />
+<glyph unicode="&#x3c8;" horiz-adv-x="1427" d="M12 506q0 16 5.5 67.5t20.5 183.5t30 257q18 178 176 178q63 0 105 -43t42 -113q-14 -147 -28.5 -278t-19.5 -175t-5 -57q0 -197 104 -243l99 872q18 164 174 164q147 0 147 -131q0 -2 -6 -53.5t-31.5 -279.5t-62.5 -574q68 29 110.5 117.5t57.5 199.5l51 418 q20 176 178 176q63 0 105.5 -43t42.5 -115l-50 -424q-31 -254 -166 -425t-360 -199l-24 -226q-18 -186 -181 -186q-141 0 -141 150q0 25 27 262q-199 27 -299.5 167t-100.5 353z" />
+<glyph unicode="&#x3c9;" horiz-adv-x="1394" d="M2 410q0 213 91 417.5t249 335.5q47 39 119 39q59 0 93 -36t34 -91q-6 -68 -53 -119q-209 -225 -209 -512q0 -70 24.5 -108.5t57.5 -38.5q31 0 55 35t31 96l24 227q18 170 141 170q102 0 103 -123q0 -23 -27 -274q0 -2 -1 -7t-1 -7v-13q0 -49 18.5 -76.5t45.5 -27.5 q49 0 79.5 59.5t39 115.5t8.5 106q0 209 -125 389q-25 59 -25 94q6 61 50 103t108 42q70 0 108 -39q201 -195 201 -549q0 -104 -25.5 -211.5t-75.5 -204t-137.5 -157.5t-195.5 -61q-80 0 -140.5 71.5t-74.5 194.5q-35 -115 -110.5 -189.5t-155.5 -74.5q-133 0 -228.5 119 t-95.5 305z" />
+<glyph unicode="&#x3ca;" horiz-adv-x="743" d="M-152 1489q8 90 65.5 145.5t137.5 55.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-74 0 -120 47t-46 117zM-8 256q0 31 78 762q14 158 176 158q150 0 149 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-65 -643q0 -49 30 -49q160 0 160 -131q0 -82 -54 -129 t-136 -47q-332 0 -332 272zM358 1489q8 88 64.5 144.5t134.5 56.5q74 0 119 -46.5t45 -115.5q-8 -90 -64.5 -146.5t-136.5 -56.5q-70 0 -116 47t-46 117z" />
+<glyph unicode="&#x3cb;" horiz-adv-x="1073" d="M-78 375q0 -174 123 -286t303 -112q190 0 347 128t177 317q68 625 68 641q0 131 -147 131q-158 0 -177 -160l-61 -569q-8 -72 -56 -120t-116 -48q-61 0 -96 49t-39 119q35 340 55 528q6 61 6 70q0 131 -147 131q-158 0 -172 -160q-68 -628 -68 -659zM80 1489 q8 90 65.5 145.5t137.5 55.5q70 0 116.5 -47.5t46.5 -116.5q-8 -88 -65 -144.5t-135 -56.5q-74 0 -120 47t-46 117zM590 1489q8 88 64.5 144.5t133.5 56.5q74 0 119 -46.5t45 -115.5q-8 -90 -64.5 -146.5t-135.5 -56.5q-70 0 -116 47t-46 117z" />
+<glyph unicode="&#x3cc;" horiz-adv-x="1198" d="M-31 516q0 283 170 496t432 213q227 0 350 -160t123 -389q0 -283 -163.5 -488.5t-438.5 -205.5q-227 0 -350 153.5t-123 380.5zM299 559q0 -117 43 -204t129 -87q82 0 140.5 65.5t81 144.5t22.5 155q0 119 -43 210t-131 91q-80 0 -138.5 -68.5t-81 -150.5t-22.5 -156z M489 1450q0 53 27 96l150 279q57 106 159 106q139 0 140 -129q0 -45 -21 -86l-151 -276q-20 -37 -34 -57.5t-46.5 -41t-77.5 -20.5q-74 0 -110 35t-36 94z" />
+<glyph unicode="&#x3cd;" horiz-adv-x="1056" d="M-16 375q0 31 67 659q14 160 172 160q147 0 148 -131q0 -8 -6 -70q-20 -188 -56 -528q4 -70 39 -119t96 -49q68 0 116 48t56 120l62 569q18 160 176 160q147 0 147 -131q0 -16 -67 -641q-20 -188 -177 -316.5t-347 -128.5q-180 0 -303 112t-123 286zM418 1450q0 53 26 96 l150 279q57 106 160 106q139 0 139 -129q0 -45 -21 -86l-151 -276q-20 -37 -33.5 -57.5t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
+<glyph unicode="&#x3ce;" horiz-adv-x="1394" d="M2 410q0 213 91 417.5t249 335.5q47 39 119 39q59 0 93 -36t34 -91q-6 -68 -53 -119q-209 -225 -209 -512q0 -70 24.5 -108.5t57.5 -38.5q31 0 55 35t31 96l24 227q18 170 141 170q102 0 103 -123q0 -23 -27 -274q0 -2 -1 -7t-1 -7v-13q0 -49 18.5 -76.5t45.5 -27.5 q49 0 79.5 59.5t39 115.5t8.5 106q0 209 -125 389q-25 59 -25 94q6 61 50 103t108 42q70 0 108 -39q201 -195 201 -549q0 -104 -25.5 -211.5t-75.5 -204t-137.5 -157.5t-195.5 -61q-80 0 -140.5 71.5t-74.5 194.5q-35 -115 -110.5 -189.5t-155.5 -74.5q-133 0 -228.5 119 t-95.5 305zM575 1450q0 53 27 96l150 279q57 106 159 106q139 0 140 -129q0 -45 -21 -86l-151 -276q-20 -37 -34 -57.5t-46.5 -41t-77.5 -20.5q-74 0 -110 35t-36 94z" />
+<glyph unicode="&#x2000;" horiz-adv-x="1003" />
+<glyph unicode="&#x2001;" horiz-adv-x="2009" />
+<glyph unicode="&#x2002;" horiz-adv-x="1003" />
+<glyph unicode="&#x2003;" horiz-adv-x="2009" />
+<glyph unicode="&#x2004;" horiz-adv-x="669" />
+<glyph unicode="&#x2005;" horiz-adv-x="501" />
+<glyph unicode="&#x2006;" horiz-adv-x="333" />
+<glyph unicode="&#x2007;" horiz-adv-x="333" />
+<glyph unicode="&#x2008;" horiz-adv-x="249" />
+<glyph unicode="&#x2009;" horiz-adv-x="401" />
+<glyph unicode="&#x200a;" horiz-adv-x="110" />
+<glyph unicode="&#x2010;" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
+<glyph unicode="&#x2011;" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
+<glyph unicode="&#x2012;" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1474" d="M16 563q0 84 55.5 139.5t133.5 55.5h921q156 0 156 -137q0 -88 -52 -136.5t-136 -48.5h-922q-156 0 -156 127z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1900" d="M33 563q0 84 55 139.5t133 55.5h1282q156 0 156 -137q0 -88 -51.5 -136.5t-137.5 -48.5h-1282q-155 0 -155 127z" />
+<glyph unicode="&#x2018;" horiz-adv-x="520" d="M68 1395q6 72 59 118t119 46q96 0 129 -93l100 -309q14 -27 14 -47q0 -68 -56 -122t-122 -54q-53 0 -91 35t-54 84l-92 297q-6 22 -6 45z" />
+<glyph unicode="&#x2019;" horiz-adv-x="520" d="M33 1077q2 39 30 78l164 311q47 92 148 93q61 0 104 -39t43 -99q-2 -47 -22 -78l-148 -290q-25 -47 -73 -83t-101 -36q-51 0 -98 44t-47 99z" />
+<glyph unicode="&#x201a;" horiz-adv-x="520" d="M-90 -104q2 43 20 75l152 293q25 49 73 82t101 33t97 -40t44 -95q-2 -49 -26 -82l-166 -314q-55 -90 -148 -90q-61 0 -104 39.5t-43 98.5z" />
+<glyph unicode="&#x201c;" horiz-adv-x="1015" d="M82 1407q6 63 58.5 107.5t117.5 44.5q98 0 131 -93l100 -309q12 -23 13 -70q-6 -57 -64.5 -105t-113.5 -48q-51 0 -90 36t-54 83l-90 297q-8 28 -8 57zM537 1407q6 66 57 109t117 43q100 0 133 -93l100 -309q10 -23 10 -70q-6 -57 -64.5 -105t-113.5 -48q-51 0 -89 36 t-52 83l-92 297q-6 18 -6 57z" />
+<glyph unicode="&#x201d;" horiz-adv-x="1009" d="M47 1077q2 37 29 78l164 311q53 92 147 93q61 0 105.5 -39t44.5 -99q-2 -41 -23 -78l4 7l-153 -297q-27 -47 -73 -83t-102 -36q-49 0 -96 44t-47 99zM502 1077q2 41 26 78l164 311q53 92 148 93q61 0 105 -39t44 -99q-2 -41 -22 -78l4 7l-154 -297q-25 -47 -72 -83 t-102 -36q-49 0 -95 44t-46 99z" />
+<glyph unicode="&#x201e;" horiz-adv-x="991" d="M-78 -106q2 41 23 77l151 293q25 47 74 82t100.5 35t95.5 -42t44 -97q-2 -45 -25 -80l-168 -314q-51 -90 -147 -90q-59 0 -103.5 39.5t-44.5 96.5zM358 -106q2 47 23 77l149 293q25 49 75 82t102 33q53 0 96 -40t43 -95q-2 -49 -27 -82l-166 -314q-51 -90 -149 -90 q-59 0 -102.5 39.5t-43.5 96.5z" />
+<glyph unicode="&#x2020;" horiz-adv-x="1155" d="M51 1008q0 86 48 136t128 50h176l19 176q8 80 61.5 130t118.5 50q139 0 139 -145q0 -23 -20 -211h180q145 0 146 -133q0 -82 -49.5 -132t-129.5 -50h-180l-74 -699q-18 -180 -174 -180q-61 0 -103 42t-42 114q0 4 6 65q27 252 70 658h-176q-144 0 -144 129z" />
+<glyph unicode="&#x2021;" horiz-adv-x="1155" d="M-2 496q0 88 48 138t128 50h176l21 195h-176q-143 0 -144 129q0 88 48 138t128 50h176l19 174q8 84 60.5 132t119.5 48q139 0 139 -143q0 -25 -20 -211h180q145 0 146 -133q0 -84 -48.5 -134t-130.5 -50h-180l-20 -195h180q143 0 143 -129q0 -88 -48 -137t-130 -49h-180 l-21 -195q-18 -180 -174 -180q-61 0 -103 42t-42 114v3v4q0 3 1 8t2 13t2 18.5t3 27t4 37t4 48t6 60.5h-176q-141 0 -141 127z" />
+<glyph unicode="&#x2022;" horiz-adv-x="1187" d="M121 672q0 193 135 323.5t317 130.5q164 0 263.5 -99t99.5 -257q0 -193 -133 -326t-316 -133q-166 0 -266 100.5t-100 260.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1413" d="M-37 164q8 88 65.5 144.5t135.5 56.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-72 0 -118 47t-46 117zM436 164q8 88 65.5 144.5t135.5 56.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-72 0 -118 47t-46 117zM913 164 q8 88 64.5 144.5t134.5 56.5q72 0 118 -47.5t46 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-70 0 -116 47t-46 117z" />
+<glyph unicode="&#x202f;" horiz-adv-x="401" />
+<glyph unicode="&#x2030;" horiz-adv-x="2906" d="M115 1096q0 195 130 331t312 136q164 0 257 -105.5t93 -267.5q0 -199 -128 -341t-312 -142q-164 0 -258 112.5t-94 276.5zM422 1110q0 -49 18.5 -83t55.5 -34q57 0 83.5 54.5t26.5 113.5q0 49 -20.5 83t-59.5 34q-53 0 -78.5 -56.5t-25.5 -111.5zM535 86q0 45 26 98 l629 1276q57 113 168 113q129 0 129 -121q0 -59 -21 -106q-66 -137 -343 -693.5t-312 -607.5q-55 -84 -143 -84q-133 0 -133 125zM1124 354q0 201 129 338t316 137q162 0 253 -109.5t91 -268.5q0 -197 -126 -336.5t-308 -139.5q-168 0 -261.5 107.5t-93.5 271.5zM1427 381 q0 -51 20.5 -86t61.5 -35q53 0 79 53.5t26 110.5q0 49 -19.5 85t-56.5 36q-53 0 -82 -55.5t-29 -108.5zM1966 354q0 199 129 337t315 138q164 0 255.5 -109.5t91.5 -268.5q0 -197 -126 -336.5t-311 -139.5q-166 0 -260 107.5t-94 271.5zM2271 383q0 -51 20.5 -87t59.5 -36 q53 0 80 53.5t27 108.5q0 49 -20.5 86t-57.5 37q-45 0 -77 -47t-32 -115z" />
+<glyph unicode="&#x2039;" horiz-adv-x="1396" d="M14 575q0 125 133 185l875 387q51 23 96 22q33 0 64 -12q76 -35 75 -115q-10 -121 -131 -178l-669 -266l596 -289q102 -49 102 -143q0 -76 -47 -121t-121 -45q-59 0 -106 25l-770 403q-97 49 -97 147z" />
+<glyph unicode="&#x203a;" horiz-adv-x="1396" d="M-29 127q0 131 109 182l684 277l-610 284q-92 51 -93 142q14 166 172 166q37 0 72 -15l793 -411q115 -61 114 -150q-12 -123 -168 -194l-854 -392q-35 -14 -75 -14q-144 0 -144 125z" />
+<glyph unicode="&#x205f;" horiz-adv-x="501" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1589" d="M-33 639q0 78 46 105.5t128 27.5h23l4 31q4 37 8 57h-24q-84 0 -118 15.5t-34 70.5q0 78 46 105.5t128 27.5h59q96 248 297 405.5t478 157.5q270 0 448 -178q49 -51 49 -123q-8 -88 -59 -137t-121 -49q-78 0 -121 49q-84 96 -239 96q-238 0 -367 -221h444q84 0 118 -16 t34 -72q0 -78 -45 -104.5t-129 -26.5h-502l-10 -88h276q82 0 117 -15.5t35 -70.5q0 -80 -45 -106.5t-129 -26.5h-219q84 -223 321 -223q160 0 256 88q55 49 117 49q76 0 112.5 -40t36.5 -103q0 -100 -77 -164q-223 -182 -488 -183q-281 0 -446.5 161t-202.5 415h-53 q-84 0 -118 15.5t-34 70.5z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1636" d="M104 1411q0 66 37 105.5t101 39.5h338q117 0 116 -104q0 -66 -37.5 -104.5t-103.5 -38.5h-43l-51 -488q-14 -135 -139 -135q-113 0 -113 107q0 18 53 516h-45q-113 0 -113 102zM616 793q0 6 160 641q35 135 160 135q119 0 139 -115l33 -287l98 289q45 113 164 113 q57 0 94 -36t39 -99l29 -609q-14 -131 -137 -131q-109 0 -115 113v344q-80 -328 -92 -358q-43 -102 -131 -102.5t-115 104.5l-18 344l-60 -330q-29 -117 -139 -117q-109 1 -109 101z" />
+<glyph unicode="&#x2126;" horiz-adv-x="1505" d="M23 133q0 88 49 141.5t129 53.5h919q145 0 146 -138q0 -86 -48.5 -138t-130.5 -52h-919q-145 0 -145 133zM100 975q0 287 204 475t491 188q279 0 429 -155.5t150 -378.5q0 -287 -210 -471t-494 -184q-274 0 -422 152.5t-148 373.5zM430 1012q0 -100 71.5 -170t207.5 -70 q137 0 237.5 84t100.5 211q0 102 -75 175t-208 73q-137 0 -235.5 -88t-98.5 -215z" />
+<glyph unicode="&#x2206;" horiz-adv-x="1429" d="M-43 119q0 39 25 96l-5 -6l586 1239q68 150 209 149q156 0 184 -147l340 -1239q6 -31 7 -57q-14 -154 -224 -154h-952q-170 0 -170 119zM391 340h514l-192 692z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1195" d="M0 1195h1195v-1195h-1195v1195z" />
+<glyph horiz-adv-x="1245" d="M-31 539q0 190 74 358t216 277.5t323 113.5h8q229 0 349 -159.5t120 -393.5q0 -186 -70.5 -357t-214 -286t-328.5 -115q-158 0 -268 81t-159.5 205t-49.5 276zM299 573q0 -117 47 -194.5t135 -77.5q84 0 143.5 71.5t82 156.5t22.5 161q0 115 -46 194t-130 79 q-86 0 -147.5 -71t-84 -155t-22.5 -164z" />
+<glyph horiz-adv-x="821" d="M-20 1020q0 66 45 116t108 66q51 12 95 24.5t73 19.5t52.5 14.5t36.5 10.5t22.5 6t14.5 4t8 2t7 1q53 0 88 -27.5t48 -66.5q6 -12 6 -49q0 -27 -99 -971q-8 -74 -57 -122t-123 -48q-70 0 -110.5 41t-40.5 106q0 2 4 41q27 242 75 723q-16 -6 -71 -20q-14 -2 -41 -2 q-59 0 -100 36t-41 95z" />
+<glyph horiz-adv-x="1185" d="M2 131q0 80 68 160q295 231 414.5 332.5t155.5 145.5t40 87q0 57 -38 90t-93 33q-59 0 -106.5 -41t-55.5 -113q-8 -61 -57 -119.5t-123 -58.5t-112 54.5t-38 132.5q23 209 180.5 337.5t350.5 128.5q174 0 301 -109.5t127 -281.5q0 -76 -30 -151.5t-64.5 -129t-105.5 -121 t-106.5 -97t-113.5 -91.5h223q141 0 142 -129q0 -86 -48.5 -138t-128.5 -52h-606q-176 0 -176 131z" />
+<glyph horiz-adv-x="1134" d="M-39 68q0 78 49 135t123 57q45 0 86 -27.5t57 -74.5q37 -119 140 -119q82 0 137 57.5t55 134.5q0 61 -29.5 113.5t-89.5 61.5h-67q-82 0 -121 26.5t-39 87.5q0 160 193 160q39 0 61 4q49 20 79 80.5t30 116.5q0 53 -31 83.5t-86 30.5q-119 0 -146 -102q-2 -18 -14 -41 t-45 -46.5t-78 -23.5q-158 0 -157 123q0 172 153.5 291t327.5 119q182 0 292.5 -115t110.5 -272q0 -115 -59 -208t-156 -153q197 -113 197 -334q0 -219 -169 -370.5t-380 -151.5q-127 0 -226.5 57.5t-154.5 145.5q-43 72 -43 154z" />
+<glyph horiz-adv-x="1239" d="M-33 262q0 84 58 146l550 759q96 129 232 129q84 0 136 -51t52 -139q0 -20 -71 -678q139 -4 139 -131q0 -86 -46 -136t-124 -50l-19 -170q-18 -178 -182 -179q-68 0 -106.5 38t-38.5 110q0 20 20 196h-430q-82 0 -126 44t-44 112zM410 428h190l33 307z" />
+<glyph horiz-adv-x="1239" d="M-51 -2q8 82 56 127t110 45q78 0 123 -70q27 -39 80 -64.5t108 -25.5q96 0 161.5 76t65.5 168q0 78 -48 133t-138 55q-35 0 -94.5 -15t-89.5 -15q-150 0 -150 127q0 20 1 31.5t4 26.5t14.5 51t26 83t44 146.5t64.5 218.5q20 70 73.5 109.5t131.5 39.5h430q68 0 105.5 -43 t37.5 -108q-8 -92 -52 -135.5t-126 -43.5h-340q-14 -70 -41 -157q238 0 359.5 -130t121.5 -325q0 -252 -178 -432t-424 -180q-180 0 -308 99t-128 208z" />
+<glyph horiz-adv-x="1173" d="M-6 477q0 502 592 1010q68 49 127 49q68 0 109.5 -38t41.5 -105q-6 -82 -61 -131q-6 -6 -60.5 -49.5t-74 -60.5t-59.5 -55t-66.5 -73t-46.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-402 -183.5q-217 0 -331.5 142.5t-114.5 357.5zM317 496 q0 -82 42 -140.5t116 -60.5q86 8 144.5 75.5t68.5 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145.5 -73.5t-53.5 -165.5z" />
+<glyph horiz-adv-x="1146" d="M14 1081q0 92 53.5 142.5t143.5 50.5h645q66 0 111 -45t45 -115q-6 -61 -27 -100l-604 -1145q-68 -129 -186 -129q-72 0 -106 40t-34 99q0 49 31 107l510 956h-420q-162 0 -162 139z" />
+<glyph horiz-adv-x="1140" d="M-27 422q0 131 69 245.5t181 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t342.5 136q176 0 285.5 -104.5t109.5 -272.5q0 -106 -53 -196.5t-137 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -329 124t-124 321zM313 463q0 -70 40 -114 t108 -44q78 0 129 64.5t51 140.5q0 72 -40 119t-101 47q-82 0 -134.5 -66.5t-52.5 -146.5zM424 1112q0 -51 26.5 -85t75.5 -34q47 0 83 43t42 99q0 59 -26.5 88.5t-67.5 29.5q-59 0 -96 -42t-37 -99z" />
+<glyph horiz-adv-x="1179" d="M-25 688q0 248 174.5 422t409.5 174q213 0 334 -141.5t121 -364.5q0 -307 -176 -583.5t-449 -483.5q-53 -39 -117 -39q-61 0 -101 39t-40 96q10 98 84 154q229 172 348 326q-102 -35 -196 -35q-186 0 -289 130t-103 306zM303 682q0 -88 48 -138t120 -50q102 0 162.5 76.5 t60.5 179.5q0 84 -45 142t-133 58q-98 0 -155.5 -85t-57.5 -183z" />
+<glyph horiz-adv-x="1392" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-73 176h-463l-90 -153l2 6q-55 -129 -181 -129q-68 0 -101.5 38t-33.5 95zM543 561h182q-45 125 -76 184z" />
+<glyph horiz-adv-x="1175" d="M-37 150q0 20 90 874q18 178 185 178h331q170 0 282 -73.5t112 -223.5q0 -147 -101 -248q66 -43 104 -113.5t38 -142.5q0 -174 -143.5 -282.5t-325.5 -118.5h-392q-96 0 -129 31q-51 35 -51 119zM297 315h215q63 0 101 28t42 65q0 94 -149 94h-191zM340 725h188 q55 0 87 24.5t36 59.5q0 80 -84 80h-211z" />
+<glyph horiz-adv-x="1294" d="M23 528q0 301 210.5 504t507.5 203q258 0 430 -174q51 -51 52 -115q0 -74 -52.5 -128t-123.5 -54q-76 0 -115 49q-82 88 -230 88q-145 0 -243.5 -93t-98.5 -230q0 -125 78 -199t203 -74q135 0 246 94q47 47 112 47q72 0 108 -36.5t36 -94.5q0 -100 -76 -161 q-215 -172 -467 -172q-262 0 -419.5 151t-157.5 395z" />
+<glyph horiz-adv-x="1218" d="M-35 117q0 31 92 907q18 178 215 178h363q217 0 359.5 -138t142.5 -382q0 -301 -189.5 -490.5t-474.5 -191.5h-354q-86 0 -120 22.5t-34 94.5zM301 315h195q145 0 228 93.5t83 236.5q0 123 -65.5 183.5t-161.5 60.5h-220z" />
+<glyph horiz-adv-x="993" d="M-45 109q0 16 94 921q18 172 182 172h553q145 0 146 -125q0 -90 -48 -139t-130 -49h-404l-14 -146h317q76 0 112 -24.5t36 -85.5q0 -162 -176 -162h-318l-16 -156h420q156 0 155 -131q0 -86 -52 -135t-136 -49h-570q-88 0 -119.5 23t-31.5 86z" />
+<glyph horiz-adv-x="909" d="M-47 121q0 4 8 78q33 313 86 825q18 178 182 178h539q145 0 145 -127q0 -88 -48 -137t-130 -49h-387l-20 -191h270q143 0 143 -129q0 -88 -48 -138t-128 -50h-270l-25 -236q-16 -145 -174 -145q-143 0 -143 121z" />
+<glyph horiz-adv-x="1478" d="M18 524q0 270 202 485.5t487 215.5q119 0 234.5 -49.5t197.5 -145.5q23 -37 22 -78q-6 -59 -61.5 -105t-118.5 -46q-51 0 -92 28q-88 88 -219 89q-133 0 -229.5 -106.5t-96.5 -250.5q0 -123 83 -201.5t196 -78.5q172 0 266 176h-187q-113 0 -112 116q4 53 44 95.5 t99 42.5l334 -2q92 -6 127 -42t35 -106q0 -8 -4 -61q-23 -217 -202 -367.5t-452 -150.5q-246 0 -399.5 161.5t-153.5 380.5z" />
+<glyph horiz-adv-x="1175" d="M-39 127q0 20 94 922q18 160 174 159q143 0 144 -127q0 -20 -31 -309h387l29 277q18 160 176 159q143 0 143 -129q0 -20 -94 -921q-16 -158 -176 -158q-143 0 -143 127q0 20 32 328h-387l-30 -297q-18 -158 -175 -158q-143 0 -143 127z" />
+<glyph horiz-adv-x="346" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
+<glyph horiz-adv-x="862" d="M-45 193q18 178 172 178q43 0 119 -60q41 -25 80 -24q35 0 58.5 20.5t25.5 54.5l71 685q18 160 174 159q145 0 146 -129q0 -20 -74 -715q-18 -176 -139 -281.5t-297 -105.5t-295 115q-41 40 -41 103z" />
+<glyph horiz-adv-x="1210" d="M-37 123q0 4 8 80q35 328 90 864q14 145 172 145q145 0 146 -120q0 4 -37 -363l530 434q61 47 109 47q61 0 104 -45t43 -106q-6 -82 -57 -123l-352 -272l311 -388q43 -41 43 -110q-8 -74 -70.5 -121t-107.5 -47q-33 0 -56.5 9t-34.5 19.5t-30 32.5l-315 383l-160 -127 l-18 -168q-16 -147 -170 -147q-148 0 -148 123z" />
+<glyph horiz-adv-x="1040" d="M-37 158q0 25 90 891q18 160 174 159q143 0 144 -127q0 -20 -78 -766h491q145 0 146 -129q0 -86 -48 -136t-130 -50h-627q-162 0 -162 158z" />
+<glyph horiz-adv-x="1710" d="M-20 133q0 39 12 66l264 821q66 205 227 205q74 0 125 -48.5t70 -134.5l94 -464q33 72 100.5 236.5t96.5 227.5q82 180 233 181q176 0 182 -205l82 -852q-2 -84 -50 -124t-124 -40q-137 0 -147 145l-39 508q-33 -74 -109.5 -254t-115.5 -264q-66 -137 -174 -137 q-117 0 -146 137l-108 520q-27 -82 -79 -256t-75 -245q-18 -80 -59 -117t-117 -37q-66 0 -104.5 34t-38.5 97z" />
+<glyph horiz-adv-x="1232" d="M-37 129q0 23 96 924q16 172 172 172q102 0 160 -103l383 -532l49 473q16 160 170 160q145 0 146 -133q0 -4 -9 -80q-35 -319 -88 -838q-18 -172 -174 -172q-98 0 -153 88l-387 533l-47 -459q-18 -162 -175 -162q-143 0 -143 129z" />
+<glyph horiz-adv-x="1402" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5z" />
+<glyph horiz-adv-x="1087" d="M-39 127q0 20 94 913q18 164 183 164h368q205 0 311.5 -110.5t106.5 -270.5q0 -213 -147.5 -352t-350.5 -141h-233l-17 -170q-18 -160 -174 -160q-141 0 -141 127zM328 645h225q143 0 154 129q0 51 -38 84t-120 33h-197z" />
+<glyph horiz-adv-x="1564" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -231 -136 -408q2 -4 11.5 -14.5t11.5 -14.5q33 -43 33 -92q-6 -76 -51.5 -124t-116.5 -48q-63 0 -103 43l-36 41q-137 -66 -299 -65q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5 t200.5 -78.5q25 0 37 2q-35 59 -35 104q0 68 58.5 121.5t124.5 53.5q51 0 119 -64q18 66 18 111q0 117 -72.5 194.5t-189.5 77.5q-143 0 -239.5 -95.5t-96.5 -230.5z" />
+<glyph horiz-adv-x="1091" d="M-41 139q0 23 96 920q18 164 211 164h275q221 0 345 -89.5t124 -269.5q0 -127 -57.5 -229.5t-161.5 -161.5q12 -23 51 -94.5t57 -108.5q39 -49 39 -104q0 -82 -49 -125t-129 -43q-76 0 -135 86l-166 291h-160l-23 -201q-18 -174 -174 -174q-143 0 -143 139zM332 688h229 q55 0 92 35t41 80q0 47 -27.5 75.5t-82.5 28.5h-230z" />
+<glyph horiz-adv-x="1019" d="M-20 215q6 76 53 114t108 38q57 0 152.5 -56.5t179.5 -56.5q100 0 109 74q-8 33 -65.5 69.5t-131.5 76.5t-147.5 87t-124 120t-50.5 157q18 180 160 282.5t332 102.5q182 0 319 -76q70 -41 70 -119q-6 -63 -47 -103t-109 -40q-51 0 -145 30.5t-158 30.5q-94 0 -102 -74 q0 -37 55.5 -75.5t133 -76.5t155.5 -83t133 -115.5t55 -156.5q0 -188 -154.5 -285.5t-350.5 -97.5q-199 0 -379 120q-51 35 -51 113z" />
+<glyph horiz-adv-x="1077" d="M53 1018q0 86 49.5 135t133.5 49h671q145 0 146 -127q0 -88 -48.5 -137t-130.5 -49h-178l-75 -721q-18 -168 -175 -168q-145 0 -145 137q0 20 78 752h-176q-150 0 -150 129z" />
+<glyph horiz-adv-x="1204" d="M6 483q0 61 51 553q18 170 183 170q150 0 149 -137q0 -90 -24.5 -263t-24.5 -259q0 -238 184 -238q94 0 152.5 71t77.5 247l43 409q18 170 182 170q154 0 154 -139q0 -20 -48 -457q-66 -629 -610 -628q-215 0 -342 118.5t-127 382.5z" />
+<glyph horiz-adv-x="1216" d="M57 1028q0 84 49.5 134t131.5 50q115 0 143 -116l149 -615q51 98 146.5 317.5t134.5 301.5q55 111 162 110q59 0 106 -47t47 -106q-2 -37 -22 -74l-416 -813q-86 -170 -207 -170q-115 0 -162 154l-258 835q-4 25 -4 39z" />
+<glyph horiz-adv-x="1759" d="M80 1028v39q8 72 59 115t117 43q135 0 147 -144l54 -549l215 560q51 133 194 133q145 0 168 -133l88 -547q29 84 85.5 279.5t76.5 256.5q45 147 182 148q61 0 104.5 -41t43.5 -103q0 -4 -15 -63l-296 -860q-25 -72 -86.5 -117t-135.5 -45q-70 0 -123 38t-63 116 q-23 117 -45.5 244.5t-46.5 256.5l-191 -479q-37 -88 -99 -134t-130 -46q-72 0 -124 49t-62 129z" />
+<glyph horiz-adv-x="1120" d="M-41 123q0 82 66 162l315 329l-209 314q-27 39 -27 88q0 72 54.5 124t124.5 52q94 0 139 -80l119 -252l178 256q53 78 151 78q63 0 104.5 -40t41.5 -101q-6 -74 -53 -125l-275 -303l246 -332q37 -49 37 -115q0 -82 -45 -130t-119 -48q-109 0 -158 94l-170 281l-227 -285 q-72 -86 -162 -86q-131 0 -131 119z" />
+<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
+<glyph horiz-adv-x="1175" d="M-39 135q0 88 51 156l561 600h-348q-147 0 -147 129q0 84 49 134t131 50h641q168 0 168 -129q-8 -82 -70 -162l-559 -598h414q147 0 147 -127q0 -86 -49 -137t-131 -51h-719q-139 0 -139 135z" />
+<glyph horiz-adv-x="1392" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-73 176h-463l-90 -153l2 6q-55 -129 -181 -129q-68 0 -101.5 38t-33.5 95zM543 561h182q-45 125 -76 184z" />
+<glyph horiz-adv-x="1175" d="M-37 150q0 20 90 874q18 178 185 178h331q170 0 282 -73.5t112 -223.5q0 -147 -101 -248q66 -43 104 -113.5t38 -142.5q0 -174 -143.5 -282.5t-325.5 -118.5h-392q-96 0 -129 31q-51 35 -51 119zM297 315h215q63 0 101 28t42 65q0 94 -149 94h-191zM340 725h188 q55 0 87 24.5t36 59.5q0 80 -84 80h-211z" />
+<glyph horiz-adv-x="993" d="M-43 127q0 23 92 895q18 178 182 178h576q68 0 106.5 -42t38.5 -103q-14 -170 -178 -170h-424l-76 -725q-18 -160 -176 -160q-141 0 -141 127z" />
+<glyph horiz-adv-x="1429" d="M-33 115q0 39 23 92l493 880q78 137 201 138q145 0 174 -146l322 -872q8 -25 8 -49q0 -84 -62.5 -121t-150.5 -37h-844q-164 0 -164 115zM424 322h342l-131 389z" />
+<glyph horiz-adv-x="993" d="M-45 109q0 16 94 921q18 172 182 172h553q145 0 146 -125q0 -90 -48 -139t-130 -49h-404l-14 -146h317q76 0 112 -24.5t36 -85.5q0 -162 -176 -162h-318l-16 -156h420q156 0 155 -131q0 -86 -52 -135t-136 -49h-570q-88 0 -119.5 23t-31.5 86z" />
+<glyph horiz-adv-x="1175" d="M-39 135q0 88 51 156l561 600h-348q-147 0 -147 129q0 84 49 134t131 50h641q168 0 168 -129q-8 -82 -70 -162l-559 -598h414q147 0 147 -127q0 -86 -49 -137t-131 -51h-719q-139 0 -139 135z" />
+<glyph horiz-adv-x="1175" d="M-39 127q0 20 94 922q18 160 174 159q143 0 144 -127q0 -20 -31 -309h387l29 277q18 160 176 159q143 0 143 -129q0 -20 -94 -921q-16 -158 -176 -158q-143 0 -143 127q0 20 32 328h-387l-30 -297q-18 -158 -175 -158q-143 0 -143 127z" />
+<glyph horiz-adv-x="1374" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5zM438 569q0 84 48.5 134.5t127.5 52.5h76q145 0 146 -133q0 -84 -48.5 -133.5t-130.5 -51.5h-75q-144 0 -144 131z" />
+<glyph horiz-adv-x="409" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
+<glyph horiz-adv-x="1210" d="M-37 123q0 4 8 80q35 328 90 864q14 145 172 145q145 0 146 -120q0 4 -37 -363l530 434q61 47 109 47q61 0 104 -45t43 -106q-6 -82 -57 -123l-352 -272l311 -388q43 -41 43 -110q-8 -74 -70.5 -121t-107.5 -47q-33 0 -56.5 9t-34.5 19.5t-30 32.5l-315 383l-160 -127 l-18 -168q-16 -147 -170 -147q-148 0 -148 123z" />
+<glyph horiz-adv-x="1349" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-260 648l-364 -623q-63 -125 -181 -125q-68 0 -101.5 38t-33.5 95z" />
+<glyph horiz-adv-x="1710" d="M-20 133q0 39 12 66l264 821q66 205 227 205q74 0 125 -48.5t70 -134.5l94 -464q33 72 100.5 236.5t96.5 227.5q82 180 233 181q176 0 182 -205l82 -852q-2 -84 -50 -124t-124 -40q-137 0 -147 145l-39 508q-33 -74 -109.5 -254t-115.5 -264q-66 -137 -174 -137 q-117 0 -146 137l-108 520q-27 -82 -79 -256t-75 -245q-18 -80 -59 -117t-117 -37q-66 0 -104.5 34t-38.5 97z" />
+<glyph horiz-adv-x="1232" d="M-37 129q0 23 96 924q16 172 172 172q102 0 160 -103l383 -532l49 473q16 160 170 160q145 0 146 -133q0 -4 -9 -80q-35 -319 -88 -838q-18 -172 -174 -172q-98 0 -153 88l-387 533l-47 -459q-18 -162 -175 -162q-143 0 -143 129z" />
+<glyph horiz-adv-x="1331" d="M-37 131q0 90 51.5 139t135.5 49h841q154 0 154 -131q0 -86 -51.5 -135t-135.5 -49h-841q-154 0 -154 127zM80 1018q0 86 47 136t129 50h811q145 0 145 -129q0 -88 -49 -136t-129 -48h-811q-143 0 -143 127zM164 586q0 82 47 123t127 41h539q74 0 109.5 -27t35.5 -90 q0 -80 -47 -122t-127 -42h-539q-74 0 -109.5 27t-35.5 90z" />
+<glyph horiz-adv-x="1402" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5z" />
+<glyph horiz-adv-x="1163" d="M-39 129q0 20 94 905q18 162 172 162h703q59 0 101 -44t42 -103l-92 -889q-18 -160 -172 -160q-145 0 -145 127q0 23 75 750h-387l-73 -717q-18 -160 -179 -160q-139 0 -139 129z" />
+<glyph horiz-adv-x="1087" d="M-39 127q0 20 94 913q18 164 183 164h368q205 0 311.5 -110.5t106.5 -270.5q0 -213 -147.5 -352t-350.5 -141h-233l-17 -170q-18 -160 -174 -160q-141 0 -141 127zM328 645h225q143 0 154 129q0 51 -38 84t-120 33h-197z" />
+<glyph horiz-adv-x="1157" d="M-37 135q0 90 53 158l346 325l-241 289q-39 76 -39 146q14 152 199 151h659q145 0 145 -129q0 -166 -178 -166h-356l137 -186q4 -10 15.5 -24.5t17.5 -29t6 -36.5q0 -20 -5 -37.5t-11 -26t-19.5 -24t-17.5 -21.5l-225 -229h421q76 0 110 -23.5t34 -85.5q0 -86 -48 -136 t-128 -50h-736q-139 0 -139 135z" />
+<glyph horiz-adv-x="1077" d="M53 1018q0 86 49.5 135t133.5 49h671q145 0 146 -127q0 -88 -48.5 -137t-130.5 -49h-178l-75 -721q-18 -168 -175 -168q-145 0 -145 137q0 20 78 752h-176q-150 0 -150 129z" />
+<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
+<glyph horiz-adv-x="1368" d="M16 567q0 203 147.5 327t350.5 148l2 15q14 156 176 155q72 0 109 -43t37 -82q0 -10 -4 -45q201 -14 302 -112.5t101 -259.5q0 -205 -145.5 -327t-348.5 -144l-4 -37q-18 -162 -174 -162q-145 0 -145 131q0 20 6 68q-199 18 -304.5 115t-105.5 253zM319 608q0 -49 37 -85 t101 -36l26 267q-72 0 -116 -41.5t-48 -104.5zM774 487q70 0 115 42t51 98q0 57 -35 92t-104 35z" />
+<glyph horiz-adv-x="1095" d="M-41 123q0 82 66 162l315 329l-209 314q-27 39 -27 88q0 72 54.5 124t124.5 52q94 0 139 -80l119 -252l178 256q53 78 151 78q63 0 104.5 -40t41.5 -101q-6 -74 -53 -125l-275 -303l246 -332q37 -49 37 -115q0 -82 -45 -130t-119 -48q-109 0 -158 94l-170 281l-227 -285 q-72 -86 -162 -86q-131 0 -131 119z" />
+<glyph horiz-adv-x="1429" d="M37 737q0 57 20 254q18 158 179 158q139 0 139 -129q0 -41 -8.5 -118t-8.5 -114q0 -201 103 -247l57 532q14 160 174 160q143 0 144 -131q0 2 -60 -565q139 47 170 342l10 112q14 158 177 158q143 0 143 -127q0 -20 -16 -166q-59 -565 -515 -614l-8 -84 q-18 -158 -174 -158q-143 0 -143 127q0 20 10 117q-393 53 -393 493z" />
+<glyph horiz-adv-x="1300" d="M51 127q0 86 46 137t124 51h723q139 0 139 -131q0 -84 -46 -134t-126 -50h-723q-137 0 -137 127zM129 711q0 221 161 361t378 140q225 0 335.5 -112.5t110.5 -282.5q0 -145 -82 -252.5t-200.5 -157t-253.5 -49.5q-209 0 -329 98.5t-120 254.5zM440 768q0 -57 41 -95 t125 -38t139.5 44t59.5 107q0 53 -46 92.5t-126 39.5q-84 0 -136.5 -42t-56.5 -108z" />
+<glyph horiz-adv-x="1392" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-73 176h-463l-90 -153l2 6q-55 -129 -181 -129q-68 0 -101.5 38t-33.5 95zM543 561h182q-45 125 -76 184z" />
+<glyph horiz-adv-x="993" d="M-45 109q0 16 94 921q18 172 182 172h553q145 0 146 -125q0 -90 -48 -139t-130 -49h-404l-14 -146h317q76 0 112 -24.5t36 -85.5q0 -162 -176 -162h-318l-16 -156h420q156 0 155 -131q0 -86 -52 -135t-136 -49h-570q-88 0 -119.5 23t-31.5 86z" />
+<glyph horiz-adv-x="501" d="M-51 129q0 20 94 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-143 0 -143 129z" />
+<glyph horiz-adv-x="1175" d="M-39 127q0 20 94 922q18 160 174 159q143 0 144 -127q0 -20 -31 -309h387l29 277q18 160 176 159q143 0 143 -129q0 -20 -94 -921q-16 -158 -176 -158q-143 0 -143 127q0 20 32 328h-387l-30 -297q-18 -158 -175 -158q-143 0 -143 127z" />
+<glyph horiz-adv-x="1402" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5z" />
+<glyph horiz-adv-x="1126" d="M37 1040q0 80 47 129.5t121 49.5q90 0 127 -84l192 -461q47 66 143.5 232.5t137.5 226.5q61 86 153 86q137 0 138 -123q0 -63 -33 -111l-418 -602l-22 -213q-18 -170 -177 -170q-145 0 -145 137q0 20 25 252l-275 584q-14 28 -14 67z" />
+<glyph horiz-adv-x="1300" d="M51 127q0 86 46 137t124 51h723q139 0 139 -131q0 -84 -46 -134t-126 -50h-723q-137 0 -137 127zM129 711q0 221 161 361t378 140q225 0 335.5 -112.5t110.5 -282.5q0 -145 -82 -252.5t-200.5 -157t-253.5 -49.5q-209 0 -329 98.5t-120 254.5zM440 768q0 -57 41 -95 t125 -38t139.5 44t59.5 107q0 53 -46 92.5t-126 39.5q-84 0 -136.5 -42t-56.5 -108z" />
+<glyph horiz-adv-x="346" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
+<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
+<glyph horiz-adv-x="1157" d="M-119 135q0 90 53 158l347 325l-242 289q-39 76 -39 146q14 152 199 151h659q145 0 146 -129q0 -166 -179 -166h-356l137 -186q4 -10 15.5 -24.5t17.5 -29t6 -36.5q0 -20 -5 -37.5t-11 -26t-19.5 -24t-17.5 -21.5l-225 -229h421q76 0 110 -23.5t34 -85.5q0 -86 -48 -136 t-128 -50h-736q-139 0 -139 135z" />
+<glyph horiz-adv-x="346" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
+<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
+<glyph d="M123 635q0 156 38 313.5t111.5 301t199.5 235.5t284 96h8q125 0 216 -57.5t141 -155.5t74 -208.5t24 -235.5q0 -150 -38 -308.5t-111 -304t-199 -240t-281 -94.5q-129 0 -223.5 57.5t-145.5 155t-74.5 208t-23.5 237.5zM459 664q0 -150 40 -256.5t126 -106.5 q68 0 121 67.5t81.5 167t43 193.5t14.5 164q0 150 -38 255t-120 105q-70 0 -125 -66.5t-85 -164.5t-44 -191t-14 -167z" />
+<glyph d="M145 123q0 82 48.5 130t128.5 48h196l90 862q-68 -25 -112 -24q-59 0 -100.5 36.5t-41.5 96.5q0 66 44 115t110 67l309 82q61 -4 101 -43t40 -96q0 -27 -112 -1096h201q147 0 147 -127q0 -82 -49 -128t-131 -46h-725q-144 0 -144 123z" />
+<glyph d="M145 131q0 80 60 148l567 673q70 86 80 176q0 57 -38 90t-93 33q-59 0 -106.5 -40t-55.5 -111q-8 -63 -57 -121.5t-123 -58.5q-72 0 -111 52t-39 118q23 219 180.5 352t350.5 133q172 0 300 -108.5t128 -278.5q0 -221 -195 -449l-360 -420h330q141 0 141 -129 q0 -84 -47 -135t-129 -55h-606q-177 0 -177 131z" />
+<glyph d="M154 334q0 78 49 135t123 57q45 0 86 -27.5t55 -74.5q39 -119 141 -119q70 0 126.5 45t64.5 123q0 74 -28 131.5t-89 67.5h-68q-82 0 -120.5 26.5t-38.5 87.5q0 160 192 160q39 0 60 4q41 12 71.5 67.5t34.5 108.5q0 135 -115 136q-117 0 -143 -103q-6 -33 -40 -71.5 t-99 -38.5q-156 0 -156 122q0 172 153.5 291t327.5 119q182 0 293 -114.5t111 -272.5q0 -113 -60.5 -207t-156.5 -153q199 -115 198 -338q0 -217 -170 -368t-381 -151q-127 0 -226 57.5t-152 145.5q-43 70 -43 154z" />
+<glyph d="M94 498q0 78 60 147l551 760q94 131 229 131q84 0 136 -52t52 -143q0 -20 -69 -677q137 0 137 -129q0 -86 -46 -137.5t-124 -51.5l-16 -170q-18 -176 -183 -176q-70 0 -107.5 37t-37.5 108q0 20 18 199h-430q-82 0 -126 44t-44 110zM539 664h190l33 329z" />
+<glyph d="M102 285q8 82 56.5 127t109.5 45q80 0 121 -70q27 -39 81 -64.5t110 -25.5q88 0 151.5 64.5t73.5 150.5q0 96 -46 156.5t-138 60.5q-35 0 -95.5 -15.5t-91.5 -15.5q-150 0 -149 131q0 16 1 27.5t5 27t15 52.5t26.5 85t44.5 145.5t61 215.5q20 70 74.5 110t132.5 40h430 q68 0 106 -42t38 -106q0 -82 -49.5 -132t-129.5 -50h-340q-6 -27 -41 -158q238 0 360 -130t122 -324q0 -252 -179.5 -432.5t-424.5 -180.5q-180 0 -307.5 99.5t-127.5 208.5z" />
+<glyph d="M141 477q0 502 592 1010q68 49 127 49q68 0 110 -38t42 -105v-21q-6 -61 -62 -110q-6 -6 -60 -49.5t-73.5 -60.5t-59.5 -55t-66.5 -73t-47.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-401 -183.5q-217 0 -332 142.5t-115 357.5zM465 496 q0 -82 42 -140.5t116 -60.5q86 8 144 75.5t69 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145.5 -73.5t-53.5 -165.5z" />
+<glyph d="M227 1339q0 94 53.5 144.5t141.5 50.5h645q66 0 112 -43t46 -111q0 -41 -29 -106l-604 -1145q-68 -129 -184 -129q-72 0 -106 40t-34 99q0 53 29 107l510 956h-420q-160 0 -160 137z" />
+<glyph d="M137 422q0 131 68.5 245.5t181.5 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t342.5 136q176 0 285.5 -104.5t109.5 -272.5q0 -106 -53.5 -196.5t-136.5 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -329 124t-124 321zM477 463 q0 -70 40 -114t108 -44q78 0 129 64.5t51 140.5q0 72 -40 119t-101 47q-82 0 -134.5 -66.5t-52.5 -146.5zM588 1112q0 -51 26.5 -85t75.5 -34q47 0 83 43t42 99q0 59 -26.5 88.5t-67.5 29.5q-59 0 -96 -42t-37 -99z" />
+<glyph d="M166 979q0 250 173 425t411 175q213 0 332.5 -140.5t119.5 -365.5q0 -309 -177 -584.5t-447 -482.5q-53 -39 -117 -39q-61 0 -101.5 39t-40.5 96q10 98 84 154q229 172 349 326q-102 -35 -195 -35q-184 0 -287.5 129t-103.5 303zM492 991q0 -90 48 -141t119 -51 q102 0 164 77.5t62 178.5q0 84 -45 142t-133 58q-98 0 -156.5 -84t-58.5 -180z" />
+<glyph horiz-adv-x="1288" d="M113 539q0 190 73.5 358t216 277.5t322.5 113.5h8q229 0 349 -159.5t120 -393.5q0 -186 -70.5 -357t-214 -286t-327.5 -115q-158 0 -268.5 81t-159.5 205t-49 276zM442 573q0 -117 47.5 -194.5t135.5 -77.5q84 0 143 71.5t81.5 156.5t22.5 161q0 115 -46 194t-130 79 q-86 0 -147.5 -71t-84 -155t-22.5 -164z" />
+<glyph d="M145 123q0 82 48.5 130t128.5 48h196q20 215 64 610q-16 -6 -72 -20q-14 -2 -41 -2q-59 0 -100 36t-41 95q0 66 45 116t108 66q51 12 95.5 24.5t73 19.5t52 14.5t37 10.5t22.5 6t14 4t8 2t8 1q53 0 87.5 -27.5t47.5 -66.5q6 -12 6 -49q0 -27 -84 -840h199q147 0 147 -127 q0 -82 -49 -128t-131 -46h-725q-144 0 -144 123z" />
+<glyph d="M145 131q0 80 68 160q295 231 415 332.5t155.5 145.5t39.5 87q0 57 -37.5 90t-93.5 33q-59 0 -106 -41t-56 -113q-8 -61 -57 -119.5t-123 -58.5t-111.5 54.5t-37.5 132.5q23 209 180.5 337.5t349.5 128.5q174 0 301 -109.5t127 -281.5q0 -76 -29.5 -151.5t-64.5 -129 t-105.5 -121t-106.5 -97t-114 -91.5h224q141 0 141 -129q0 -86 -48 -138t-128 -52h-606q-177 0 -177 131z" />
+<glyph d="M125 68q0 78 49 135t123 57q45 0 86 -27.5t57 -74.5q37 -119 140 -119q82 0 137 57.5t55 134.5q0 61 -29.5 113.5t-89.5 61.5h-67q-82 0 -121 26.5t-39 87.5q0 160 192 160q39 0 62 4q49 20 78.5 80.5t29.5 116.5q0 53 -30.5 83.5t-85.5 30.5q-119 0 -146 -102 q-2 -18 -14 -41t-45 -46.5t-78 -23.5q-158 0 -158 123q0 172 154 291t328 119q182 0 292.5 -115t110.5 -272q0 -115 -59.5 -208t-155.5 -153q197 -113 197 -334q0 -219 -169 -370.5t-380 -151.5q-127 0 -226.5 57.5t-154.5 145.5q-43 72 -43 154z" />
+<glyph d="M70 262q0 84 57 146l551 759q96 129 231 129q84 0 136.5 -51t52.5 -139q0 -20 -72 -678q139 -4 139 -131q0 -86 -46 -136t-124 -50l-18 -170q-18 -178 -182 -179q-68 0 -107 38t-39 110q0 20 21 196h-430q-82 0 -126 44t-44 112zM512 428h190l33 307z" />
+<glyph d="M72 -2q8 82 56 127t110 45q78 0 122 -70q27 -39 80.5 -64.5t108.5 -25.5q96 0 161.5 76t65.5 168q0 78 -48 133t-138 55q-35 0 -94.5 -15t-89.5 -15q-150 0 -150 127q0 20 1 31.5t4 26.5t14.5 51t25.5 83t44 146.5t65 218.5q20 70 73.5 109.5t130.5 39.5h430 q68 0 106 -43t38 -108q-8 -92 -52 -135.5t-126 -43.5h-340q-14 -70 -41 -157q238 0 359.5 -130t121.5 -325q0 -252 -178 -432t-424 -180q-180 0 -308 99t-128 208z" />
+<glyph d="M141 477q0 502 592 1010q68 49 127 49q68 0 110 -38t42 -105q-6 -82 -62 -131q-6 -6 -60 -49.5t-73.5 -60.5t-59.5 -55t-66.5 -73t-47.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-401 -183.5q-217 0 -332 142.5t-115 357.5zM465 496 q0 -82 42 -140.5t116 -60.5q86 8 144 75.5t69 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145.5 -73.5t-53.5 -165.5z" />
+<glyph d="M199 1081q0 92 53 142.5t143 50.5h645q66 0 111 -45t45 -115q-6 -61 -27 -100l-604 -1145q-68 -129 -186 -129q-72 0 -105.5 40t-33.5 99q0 49 30 107l510 956h-420q-161 0 -161 139z" />
+<glyph d="M137 422q0 131 68.5 245.5t181.5 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t342.5 136q176 0 285.5 -104.5t109.5 -272.5q0 -106 -53.5 -196.5t-136.5 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -329 124t-124 321zM477 463 q0 -70 40 -114t108 -44q78 0 129 64.5t51 140.5q0 72 -40 119t-101 47q-82 0 -134.5 -66.5t-52.5 -146.5zM588 1112q0 -51 26.5 -85t75.5 -34q47 0 83 43t42 99q0 59 -26.5 88.5t-67.5 29.5q-59 0 -96 -42t-37 -99z" />
+<glyph d="M133 688q0 248 174 422t410 174q213 0 333.5 -141.5t120.5 -364.5q0 -307 -176 -583.5t-448 -483.5q-53 -39 -117 -39q-61 0 -101 39t-40 96q10 98 84 154q229 172 348 326q-102 -35 -197 -35q-186 0 -288.5 130t-102.5 306zM461 682q0 -88 48 -138t120 -50 q102 0 162.5 76.5t60.5 179.5q0 84 -45 142t-133 58q-98 0 -155.5 -85t-57.5 -183z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/BPreplayBoldItalics-webfont.ttf b/dist/fonts/BPreplayBoldItalics-webfont.ttf
new file mode 100644 (file)
index 0000000..53b118f
Binary files /dev/null and b/dist/fonts/BPreplayBoldItalics-webfont.ttf differ
diff --git a/dist/fonts/BPreplayBoldItalics-webfont.woff b/dist/fonts/BPreplayBoldItalics-webfont.woff
new file mode 100644 (file)
index 0000000..e30ec30
Binary files /dev/null and b/dist/fonts/BPreplayBoldItalics-webfont.woff differ
diff --git a/dist/fonts/BPreplayItalics-webfont.eot b/dist/fonts/BPreplayItalics-webfont.eot
new file mode 100644 (file)
index 0000000..0ce3b6b
Binary files /dev/null and b/dist/fonts/BPreplayItalics-webfont.eot differ
diff --git a/dist/fonts/BPreplayItalics-webfont.svg b/dist/fonts/BPreplayItalics-webfont.svg
new file mode 100644 (file)
index 0000000..c5c871a
--- /dev/null
@@ -0,0 +1,333 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
+Designer    : MagentaGeorge Triantafyllakos
+Foundry     : MagentaGeorge Triantafyllakos
+Foundry URL : httpwwwmagentagr
+</metadata>
+<defs>
+<font id="BPreplayItalic" horiz-adv-x="1249" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="579" />
+<glyph unicode=" "  horiz-adv-x="579" />
+<glyph unicode="&#x09;" horiz-adv-x="579" />
+<glyph unicode="&#xa0;" horiz-adv-x="579" />
+<glyph unicode="!" horiz-adv-x="436" d="M10 90q4 51 37 83t76 32q41 0 66.5 -27.5t25.5 -75.5q-4 -43 -37 -72.5t-76 -29.5q-39 0 -65.5 25.5t-26.5 64.5zM63 354l117 1131q8 88 84 88q66 0 66 -70l-117 -1132q-8 -76 -84 -76q-66 0 -66 59z" />
+<glyph unicode="&#x22;" horiz-adv-x="663" d="M123 1186l33 301q8 88 84 88q66 0 65 -70l-33 -319q-10 -80 -84 -80q-65 0 -65 80zM408 1186l32 301q8 88 86 88q70 0 70 -72l-33 -317q-10 -80 -88 -80q-67 0 -67 80z" />
+<glyph unicode="#" horiz-adv-x="1323" d="M55 516q2 41 31 60.5t64 19.5h163l86 332h-151q-70 0 -70 55q6 78 84 78h168l102 434q18 76 74 76q27 0 46.5 -17.5t19.5 -44.5l-109 -448h287l106 434q18 78 74 78q27 0 44.5 -16.5t17.5 -43.5l-105 -452h143q74 0 74 -60q0 -39 -29.5 -56t-68.5 -17h-150l-86 -332h148 q68 0 67 -61q-4 -39 -31.5 -58.5t-58.5 -19.5h-155l-92 -357q-27 -100 -99 -100q-45 0 -45 45q0 6 2 16t2 15l97 381h-289l-88 -357q-25 -100 -99 -100q-47 0 -47 45q0 6 2 16t2 15l97 381h-142q-86 0 -86 59zM446 596h289l84 332h-287z" />
+<glyph unicode="$" horiz-adv-x="1122" d="M57 154q2 41 24.5 65.5t57.5 24.5q33 0 121 -45t141 -49l66 612q-150 41 -249 135t-99 229q0 178 129 309.5t303 141.5l8 78q10 66 51 65q37 0 37 -47l-10 -96q90 -2 201.5 -51t111.5 -123q-6 -80 -78 -80q-23 0 -107.5 50t-141.5 54l-56 -516q168 -57 273.5 -163.5 t105.5 -258.5q0 -195 -144.5 -340t-328.5 -149q-4 -35 -10 -100q-6 -55 -47 -56q-43 0 -43 56l14 100q-106 8 -218 49.5t-112 104.5zM291 1169q0 -82 56 -141t138 -84l52 483q-102 -18 -170 -88t-76 -170zM487 141q123 29 206 119t83 207q0 182 -227 262z" />
+<glyph unicode="%" horiz-adv-x="1660" d="M123 1155q0 172 111.5 294t271.5 122q141 0 222 -94.5t81 -237.5q0 -172 -111.5 -298t-271.5 -126q-141 0 -222 98.5t-81 241.5zM262 1155q0 -94 45 -158.5t131 -64.5q111 0 175.5 93t64.5 202q0 98 -49 162.5t-135 64.5q-109 0 -170.5 -95t-61.5 -204zM371 29 q2 23 10 43l709 1429q31 61 86 62q25 0 39 -16.5t14 -41.5q-4 -37 -17 -61l-723 -1444q-14 -31 -69 -31q-20 0 -34.5 16.5t-14.5 43.5zM795 336q0 174 112.5 297t274.5 123q139 0 218 -96.5t79 -239.5q0 -172 -107.5 -296t-267.5 -124q-145 0 -227 95.5t-82 240.5zM934 336 q0 -94 45 -157.5t135 -63.5q109 0 172.5 91t63.5 197q0 96 -47.5 166t-133.5 70q-111 0 -173 -96t-62 -207z" />
+<glyph unicode="&#x26;" horiz-adv-x="1513" d="M41 373q0 319 434 579q-47 55 -68.5 85t-44 81t-22.5 101q0 147 103.5 249.5t244.5 102.5q111 0 185.5 -69.5t74.5 -198.5q0 -197 -256 -392l340 -438l144 205q55 80 110 80q63 0 64 -58q-2 -53 -41 -104l-193 -250q182 -225 182 -250v-8q-2 -35 -28.5 -61.5t-57.5 -26.5 q-35 0 -55 20l-149 226q-104 -135 -234.5 -212t-267.5 -77q-217 0 -341 115t-124 301zM195 393q0 -129 83.5 -210t213.5 -81q113 0 232.5 72t203.5 191l-373 477q-360 -230 -360 -449zM500 1251q0 -123 110 -233q195 147 195 282q0 66 -40 100t-95 34q-76 0 -123 -54.5 t-47 -128.5z" />
+<glyph unicode="'" horiz-adv-x="528" d="M121 1155q4 29 8 35l156 309q39 76 100 76q31 0 53.5 -22.5t22.5 -55.5q-2 -29 -15 -49l-165 -301q-31 -55 -84 -55q-31 0 -53.5 18t-22.5 45z" />
+<glyph unicode="(" horiz-adv-x="593" d="M66 551q0 578 385 975q31 23 59 22q27 0 44 -18.5t17 -46.5q-4 -31 -30 -58q-162 -170 -247 -393t-85 -473q0 -379 184 -594q12 -25 13 -47v-8q-2 -29 -23 -47.5t-49 -18.5q-35 0 -62 29q-206 232 -206 678z" />
+<glyph unicode=")" horiz-adv-x="593" d="M-10 -90q4 27 22 55q164 158 251 390.5t87 484.5q0 342 -178 585q-18 25 -18 58q2 27 23.5 46t49.5 19q31 0 56 -22q213 -262 213 -656q0 -272 -97.5 -549.5t-285.5 -447.5q-31 -29 -66 -29q-57 0 -57 58v8z" />
+<glyph unicode="*" d="M381 997q4 29 27 50l223 110l-195 111q-23 20 -22 53q4 23 23.5 41t43.5 18q6 0 23 -4l190 -133l15 240q18 57 67 57q47 0 55 -51l-40 -246l208 125q16 10 37 10t37.5 -16t16.5 -43q-4 -31 -37 -55l-224 -107l199 -102q29 -14 29 -56q-4 -25 -23.5 -42t-44.5 -17 q-14 0 -31 6l-186 119l-8 -219q-2 -33 -23.5 -50.5t-46.5 -17.5q-23 0 -38 15.5t-15 46.5l33 225l-211 -123q-16 -4 -27 -4q-23 0 -39 16t-16 43z" />
+<glyph unicode="+" d="M109 549q8 96 102 96h373l39 375q4 41 28.5 64.5t63.5 23.5q33 0 54.5 -22.5t21.5 -57.5l-39 -383h372q43 0 66.5 -19.5t23.5 -52.5q-6 -100 -108 -100h-373l-41 -387q-4 -37 -29.5 -61.5t-60.5 -24.5q-78 0 -78 74l41 399h-372q-84 0 -84 76z" />
+<glyph unicode="," horiz-adv-x="526" d="M-20 -213q0 14 8 35l170 334q33 66 92 65q29 0 48 -18.5t19 -44.5q0 -18 -6 -27l-192 -360q-27 -51 -74 -52q-27 0 -46 19.5t-19 48.5z" />
+<glyph unicode="-" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
+<glyph unicode="." horiz-adv-x="438" d="M10 90q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="/" d="M268 29q2 23 11 43l708 1429q31 61 86 62q53 0 53 -66q-4 -31 -16 -53l-723 -1444q-14 -31 -70 -31q-20 0 -34.5 16.5t-14.5 43.5z" />
+<glyph unicode="0" horiz-adv-x="1216" d="M53 614q0 115 20.5 240t67.5 254t115 231.5t170 167t223 64.5h8q115 0 201 -57.5t132 -153.5t67.5 -206t21.5 -232q0 -111 -20.5 -235t-67.5 -252t-114.5 -229.5t-169 -166t-222.5 -64.5q-119 0 -205.5 55.5t-134 149.5t-70 202.5t-22.5 231.5zM225 641 q0 -129 23.5 -237.5t89 -189.5t164.5 -81q86 0 156.5 57.5t115.5 145.5t76 194.5t44 201.5t13 171q0 131 -23.5 239.5t-86 187.5t-158.5 79q-109 0 -194 -84t-130 -210t-67.5 -249t-22.5 -225z" />
+<glyph unicode="1" horiz-adv-x="720" d="M55 1339q4 74 84 95q313 86 322 86q49 0 61 -41l4 -35q0 -12 -4 -70l-135 -1286q-4 -39 -28.5 -63.5t-61.5 -24.5q-35 0 -55.5 20.5t-20.5 55.5l131 1265l-207 -57q-20 -4 -26 -4q-29 0 -46.5 16t-17.5 43z" />
+<glyph unicode="2" horiz-adv-x="1171" d="M57 66v8q2 33 39 76l637 757q119 143 119 285q0 98 -71.5 156.5t-170.5 58.5q-109 0 -194.5 -72.5t-98.5 -201.5q-4 -35 -28.5 -67t-63.5 -32q-37 0 -56 30t-19 69v10q20 188 165.5 305t319.5 117q158 0 272.5 -96.5t114.5 -249.5q0 -207 -188 -428l-539 -635h563 q70 0 70 -66v-10q-10 -80 -86 -80h-678q-107 0 -107 66z" />
+<glyph unicode="3" horiz-adv-x="1132" d="M68 305q4 39 26.5 60.5t50.5 21.5q53 0 72 -53q63 -195 248 -195q139 0 234.5 95.5t95.5 228.5q0 100 -53.5 174t-157.5 92q-25 4 -119 4q-86 2 -86 68v8q10 74 100 74q96 0 117 4q100 20 156.5 115.5t56.5 199.5q0 100 -58.5 157.5t-164.5 57.5q-88 0 -158 -59.5 t-78 -145.5q-10 -102 -90 -102q-76 0 -76 88q14 147 138 260t290 113q170 0 267.5 -99.5t97.5 -252.5q0 -223 -207 -392q190 -127 191 -350q0 -213 -148.5 -356.5t-349.5 -143.5q-154 0 -274.5 94.5t-120.5 233.5z" />
+<glyph unicode="4" horiz-adv-x="1198" d="M43 475v8q8 45 35 78l627 862q68 96 165 97q117 0 117 -148l-88 -829h98q68 0 68 -66q-6 -88 -76 -88h-106l-31 -293q-10 -96 -86 -96q-72 0 -72 80l31 307h-584q-47 0 -72.5 25.5t-25.5 62.5zM242 543h499l86 805z" />
+<glyph unicode="5" horiz-adv-x="1189" d="M29 223q4 41 25.5 62.5t47.5 21.5q41 0 60 -35q43 -63 125 -103t166 -40q154 0 262 119t108 266q0 127 -77.5 216t-225.5 89q-57 0 -117.5 -17.5t-89.5 -17.5q-76 0 -75 64q0 25 163 586q25 82 125 82h439q31 0 49 -23t18 -55q-8 -88 -84 -88h-422l-110 -396 q70 16 157 17q203 0 309.5 -122t106.5 -300q0 -240 -168 -407t-395 -167q-164 0 -280.5 80t-116.5 168z" />
+<glyph unicode="6" horiz-adv-x="1144" d="M51 446q0 526 625 1045q37 31 74 31q33 0 54 -18.5t21 -51.5q-2 -41 -26 -61q-141 -119 -272.5 -267.5t-192.5 -253.5q104 109 293 109q158 0 261 -117t103 -303q0 -229 -154.5 -406.5t-375.5 -177.5q-197 0 -303.5 135t-106.5 336zM209 446q0 -133 72.5 -226t203.5 -93 q154 18 251.5 136t97.5 267q0 125 -73 211t-214 86q-152 0 -245 -117t-93 -264z" />
+<glyph unicode="7" horiz-adv-x="1132" d="M90 1421q8 96 103 97h725q37 0 61.5 -24t24.5 -62q-2 -33 -19 -64l-678 -1284q-47 -84 -106 -84q-63 0 -64 68q2 45 15 61l649 1223h-625q-86 -1 -86 69z" />
+<glyph unicode="8" horiz-adv-x="1126" d="M49 385q0 145 85 268t216 183q-164 106 -164 305q0 176 137.5 298t307.5 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -302 114t-114 296zM225 410q0 -119 70 -196t188 -77 q137 0 225.5 107.5t88.5 240.5q0 117 -71 195t-179 78q-137 0 -229.5 -108.5t-92.5 -239.5zM350 1141q0 -98 57.5 -164t155.5 -66q111 0 179.5 93.5t68.5 201.5q0 94 -58.5 148.5t-142.5 54.5q-111 0 -185.5 -81t-74.5 -187z" />
+<glyph unicode="9" horiz-adv-x="1204" d="M80 993q0 236 154.5 406t386.5 170q199 0 310 -132t111 -343q0 -317 -189 -610.5t-466 -497.5q-31 -23 -65 -23q-29 0 -47.5 17.5t-18.5 42.5q4 51 47 86q152 121 287 272t180 248q-111 -90 -272 -90q-197 0 -307.5 133t-110.5 321zM244 997q0 -141 79.5 -223t200.5 -82 q166 0 265.5 120t99.5 282q0 133 -73 225t-218 92q-160 0 -257 -129t-97 -285z" />
+<glyph unicode=":" horiz-adv-x="434" d="M10 90q4 51 37 83t76 32q41 0 66.5 -27.5t25.5 -75.5q-4 -43 -37 -72.5t-76 -29.5q-39 0 -65.5 25.5t-26.5 64.5zM86 807q2 51 35 83t78 32q41 0 66.5 -29t25.5 -74q-4 -43 -38 -72.5t-77 -29.5q-39 0 -64.5 25.5t-25.5 64.5z" />
+<glyph unicode=";" horiz-adv-x="526" d="M-20 -213q0 -29 19 -48.5t46 -19.5q47 0 74 52l192 360q6 8 6 27q0 27 -19 45t-48 18q-59 0 -92 -65l-170 -334q-8 -21 -8 -35zM188 807q0 51 34 83t79 32q41 0 66.5 -27t25.5 -68q0 -47 -34.5 -78.5t-79.5 -31.5q-39 0 -65 25.5t-26 64.5z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1300" d="M98 561q6 70 82 103l977 434q41 16 72 16q25 0 40 -16.5t15 -40.5q-6 -59 -76 -92l-886 -406l786 -401q68 -35 68 -80q-6 -76 -76 -76q-33 0 -78 23l-862 452q-62 31 -62 84z" />
+<glyph unicode="=" d="M92 362q6 90 82 91h963q68 0 67 -62q-8 -88 -84 -88h-962q-66 0 -66 59zM137 788q6 88 80 89h963q68 0 67 -62q-6 -88 -82 -88h-962q-66 0 -66 61z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1300" d="M51 70q6 51 88 88l869 401l-801 406q-59 31 -60 84q4 29 25 47t47.5 18t67.5 -16l887 -434q61 -33 61 -84q-6 -68 -82 -103l-956 -452q-51 -23 -82 -23q-64 0 -64 68z" />
+<glyph unicode="?" horiz-adv-x="987" d="M178 1188q16 154 137 244t263 90q137 0 229 -84t92 -234q0 -106 -45 -214.5t-134 -217t-156.5 -177.5t-178.5 -169q-31 -27 -61.5 -27t-48 18.5t-17.5 47.5v10q4 33 53 76q94 86 141.5 132t129.5 140.5t120.5 183.5t38.5 175q0 92 -55 139t-135 47q-78 0 -142.5 -53 t-80.5 -133q-8 -41 -32 -64.5t-52 -23.5q-66 0 -66 94zM215 102q0 43 35 73t78 30q41 0 66.5 -27.5t25.5 -75.5q0 -43 -35 -72.5t-78 -29.5q-41 0 -66.5 27.5t-25.5 74.5z" />
+<glyph unicode="@" horiz-adv-x="1767" d="M104 641q0 393 237 664.5t611 271.5q285 0 463 -153.5t178 -426.5q0 -90 -22.5 -194.5t-63.5 -205.5t-114.5 -168t-163.5 -67q-111 0 -193 117q-115 -115 -250 -114q-150 0 -227.5 97t-77.5 240q0 188 114 337t292 149q109 0 190 -90q18 88 76 88q61 0 61 -68 q0 -88 -23.5 -255t-23.5 -247q0 -117 70 -116q59 0 105.5 55t69 135t33.5 151.5t11 123.5q0 221 -138 350t-362 129q-213 0 -377.5 -118t-245.5 -294t-81 -373q0 -250 151.5 -400t387.5 -150q340 0 516 176q43 41 79 41q51 0 52 -45q-4 -51 -33 -80q-227 -227 -598 -228 q-291 0 -497 183.5t-206 484.5zM629 721q0 -92 47 -153.5t141 -61.5q123 0 197 104l37 357q-68 82 -154 82q-123 0 -195.5 -103.5t-72.5 -224.5z" />
+<glyph unicode="A" horiz-adv-x="1357" d="M6 61q2 18 12 52l603 1310q43 92 127 93q86 0 110 -93l340 -1310q6 -12 6 -29q0 -37 -21.5 -60.5t-56.5 -23.5q-57 0 -67 49l-82 262h-696l-117 -233q-39 -78 -98.5 -78t-59.5 61zM340 467h598l-209 840z" />
+<glyph unicode="B" horiz-adv-x="1222" d="M8 74q0 16 2 26l137 1317q12 98 95 99h395q66 0 132.5 -18.5t129 -55.5t101 -101.5t38.5 -148.5q0 -123 -78.5 -224.5t-189.5 -136.5q129 -20 219 -123.5t90 -240.5q0 -193 -147.5 -330t-331.5 -137h-481q-68 0 -90 16q-21 17 -21 58zM166 150h387q145 0 250.5 86 t105.5 221q0 133 -106.5 208.5t-257.5 75.5h-316zM244 881h266q133 0 241.5 61.5t120.5 181.5q0 115 -72.5 178.5t-189.5 63.5h-315z" />
+<glyph unicode="C" horiz-adv-x="1419" d="M72 655q0 233 98 441.5t285.5 341.5t416.5 133q252 0 414 -168q33 -31 33 -68q-4 -41 -27.5 -64.5t-54.5 -23.5q-41 0 -61 25q-121 133 -326 133q-188 0 -330.5 -112.5t-210 -273.5t-67.5 -331q0 -231 122.5 -392t352.5 -161q195 0 352 141q25 23 53 23q66 0 66 -66v-10 q-6 -49 -39 -76q-215 -170 -457 -170q-301 0 -460.5 195.5t-159.5 482.5z" />
+<glyph unicode="D" horiz-adv-x="1318" d="M6 57q0 16 2 27l139 1333q12 98 129 99h406q258 0 397.5 -191.5t139.5 -466.5q0 -213 -91.5 -407.5t-263.5 -322.5t-381 -128h-397q-45 0 -62.5 11t-17.5 46zM166 150h321q135 0 247 65.5t179.5 169.5t104.5 224t37 239q0 221 -105.5 369.5t-304.5 148.5h-350z" />
+<glyph unicode="E" horiz-adv-x="976" d="M6 57q0 20 2 35l142 1331q10 92 92 93h622q68 0 68 -60q-6 -90 -82 -90h-557l-53 -504h458q68 0 68 -65q-8 -84 -84 -84h-459l-59 -563h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
+<glyph unicode="F" horiz-adv-x="897" d="M6 53l141 1364q12 98 95 99h604q68 0 67 -60q-6 -90 -82 -90h-536l-57 -541h405q68 0 68 -65q-8 -86 -84 -86h-406l-63 -613q-6 -61 -84 -61q-68 0 -68 53z" />
+<glyph unicode="G" horiz-adv-x="1439" d="M72 633q0 176 55 345t153.5 303t251 217t330.5 83q117 0 238 -48t198 -140q29 -33 29 -62q-4 -37 -28.5 -64.5t-61.5 -27.5q-35 0 -68 33q-145 145 -333 145q-145 0 -263 -72.5t-188 -187.5t-106.5 -245t-36.5 -257q0 -221 113.5 -370.5t332.5 -149.5q209 0 347.5 158 t162.5 393q2 27 -6 31h-420q-82 0 -82 63v11q8 76 105 75h444q68 0 91.5 -32.5t23.5 -94.5q0 -195 -91.5 -369.5t-252 -283.5t-346.5 -109q-289 0 -440.5 187.5t-151.5 468.5z" />
+<glyph unicode="H" horiz-adv-x="1355" d="M6 63l146 1381q6 76 79 76q70 0 70 -64v-12l-63 -598h845l64 598q8 76 79.5 76t71.5 -66l-145 -1380q-6 -74 -84 -74q-68 0 -68 63l66 631h-846l-65 -620q-6 -74 -80 -74q-70 0 -70 63z" />
+<glyph unicode="I" horiz-adv-x="360" d="M6 63l146 1381q6 76 79 76q70 0 70 -64l-145 -1380q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph unicode="J" horiz-adv-x="851" d="M12 125v8q10 78 78 78q16 0 82 -47q63 -47 143 -47q88 0 142.5 50t64.5 138l121 1139q8 76 82 76q72 0 72 -76l-121 -1139q-14 -152 -118.5 -242t-258.5 -90q-162 0 -268 103q-19 18 -19 49z" />
+<glyph unicode="K" horiz-adv-x="1183" d="M6 57l146 1399q6 63 79 64q72 0 72 -56v-8l-78 -747l797 788q18 18 49 18.5t53.5 -23.5t22.5 -52q-2 -35 -25 -54l-491 -481l393 -772q18 -18 18 -51v-8q-2 -33 -32.5 -54.5t-51.5 -21.5q-37 0 -65 35l-385 760l-305 -289l-45 -438q-6 -66 -80 -66q-72 0 -72 57z" />
+<glyph unicode="L" horiz-adv-x="1021" d="M8 94q0 4 1 11.5t1 11.5l142 1327q6 76 79 76q70 0 70 -64l-137 -1306h657q68 0 68 -60q-6 -90 -82 -90h-707q-92 0 -92 94z" />
+<glyph unicode="M" horiz-adv-x="1828" d="M6 61v11l4 24l338 1274q41 154 148 154q102 0 129 -138l217 -1116l463 1116q55 133 159 134q106 0 113 -150l55 -1288q-2 -37 -25.5 -58.5t-56.5 -21.5q-72 0 -73 82l-43 1243l-531 -1239q-37 -88 -92 -88q-57 0 -76 88l-254 1241l-319 -1243q-23 -84 -90 -84 q-66 0 -66 59z" />
+<glyph unicode="N" horiz-adv-x="1337" d="M6 66l144 1364q10 90 81 90q57 0 101 -74l674 -1176l122 1170q10 78 82 78q68 0 68 -62l-141 -1366q-10 -90 -82 -90q-59 0 -97 61l-679 1172l-123 -1155q-10 -78 -80 -78t-70 66z" />
+<glyph unicode="O" horiz-adv-x="1499" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5q-188 0 -321 99t-192.5 251t-59.5 336zM233 680q0 -233 113 -393t322 -160q139 0 252.5 70.5t180 182.5t101.5 236.5t35 247.5 q0 233 -112.5 391t-325.5 158q-137 0 -250 -70.5t-179.5 -181t-101.5 -235.5t-35 -246z" />
+<glyph unicode="P" horiz-adv-x="1261" d="M6 63l144 1373q8 82 92 82h434q199 0 328 -115t129 -299q0 -215 -167 -361.5t-374 -146.5h-381l-55 -520q-8 -76 -80 -76q-70 0 -70 63zM227 745h373q156 0 266.5 100.5t110.5 246.5q0 129 -94.5 202.5t-249.5 73.5h-340z" />
+<glyph unicode="Q" horiz-adv-x="1521" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -326 -187 -598q10 -12 123 -154q16 -23 17 -47v-8q-4 -29 -23.5 -50.5t-52.5 -21.5q-29 0 -45 18l-127 144q-211 -184 -457 -184q-188 0 -321 99t-192.5 251t-59.5 336zM236 680 q0 -233 112.5 -393t321.5 -160q176 0 340 149l-88 99q-23 27 -23 53q2 41 29.5 67.5t60.5 26.5t51 -22l84 -94q115 207 115 454q0 236 -111.5 394.5t-326.5 158.5q-137 0 -250 -70.5t-179.5 -181t-101 -235.5t-34.5 -246z" />
+<glyph unicode="R" horiz-adv-x="1308" d="M8 74l142 1362q8 82 124 82h451q203 0 317.5 -88.5t114.5 -251.5q0 -160 -104.5 -279t-253.5 -158l221 -604q10 -35 10 -59v-12q-6 -68 -74 -68q-47 0 -65 41l-256 688h-410l-67 -635q-10 -92 -82 -92q-68 0 -68 74zM240 877h434q131 0 234.5 78.5t103.5 199.5 q0 104 -86 158.5t-199 54.5h-434z" />
+<glyph unicode="S" horiz-adv-x="1091" d="M16 158q8 80 78 80q33 0 68 -25q117 -76 260 -76q147 0 253.5 99.5t106.5 240.5q0 78 -59 140.5t-203 132.5q-74 37 -110.5 56t-100 61t-95.5 79t-57.5 91.5t-25.5 115.5q0 176 146.5 295t318.5 119q182 0 313 -107q49 -37 49 -88q-4 -37 -28.5 -63.5t-55.5 -26.5 q-29 0 -73 37q-100 84 -226 84q-113 0 -188.5 -61.5t-83.5 -145.5q0 -37 17.5 -71.5t38 -58.5t61.5 -51.5t62.5 -39.5t68.5 -36l55 -28q170 -88 260 -188t90 -238q0 -225 -166.5 -367.5t-386.5 -142.5q-193 0 -342 103q-45 35 -45 80z" />
+<glyph unicode="T" horiz-adv-x="1056" d="M150 1432q8 86 90 86h755q70 0 70 -62q-6 -88 -84 -88h-303l-135 -1282q-10 -86 -82 -86q-70 0 -70 70l135 1298h-301q-75 1 -75 64z" />
+<glyph unicode="U" horiz-adv-x="1366" d="M53 475q0 51 97 955q8 88 92 88q74 0 73 -72q-92 -877 -92 -930q0 -373 383 -373q190 0 307 102.5t144 354.5l88 830q8 88 92 88q76 0 76 -72l-90 -862q-16 -164 -76 -285t-151 -189.5t-197.5 -100.5t-229.5 -32q-236 0 -376 119t-140 379z" />
+<glyph unicode="V" horiz-adv-x="1320" d="M152 1438v10q6 74 86 74q59 0 71 -62l297 -1206l543 1206q29 59 78 60q31 0 50 -25t19 -57q0 -14 -18 -61.5t-69.5 -161t-109 -237.5t-171 -370t-219.5 -481q-59 -127 -129 -127q-66 0 -95 109l-331 1302q-2 9 -2 27z" />
+<glyph unicode="W" horiz-adv-x="1822" d="M150 1433.5q0 6.5 2 10.5q2 35 26.5 55.5t57.5 20.5q68 0 73 -76l80 -1239l477 1237q31 78 117 78t98 -78l209 -1235l334 1233q23 84 94 84q31 0 51.5 -19.5t20.5 -52.5v-8l-381 -1340q-14 -47 -53 -75.5t-86 -28.5q-43 0 -76 23.5t-41 70.5l-199 1186l-442 -1153 q-25 -66 -65.5 -98.5t-84.5 -32.5q-45 0 -78.5 33.5t-37.5 87.5l-94 1308q-2 2 -2 8.5z" />
+<glyph unicode="X" horiz-adv-x="1325" d="M4 47v10q6 35 33 70l532 717l-346 555q-12 23 -12 43v8q2 31 25.5 50.5t52.5 19.5q41 0 65 -37l320 -514l383 512q31 37 67 37q27 0 47.5 -19.5t20.5 -48.5q-2 -31 -23 -53l-419 -559l397 -707q20 -35 20 -68v-8q-6 -57 -65 -57q-45 0 -72 45l-391 670l-498 -668 q-37 -47 -84 -47q-53 0 -53 49z" />
+<glyph unicode="Y" horiz-adv-x="1132" d="M152 1436v12q6 72 73 72q41 0 60 -43l284 -605l383 601q35 47 78 47q61 0 62 -56v-10q-4 -25 -17 -43l-444 -698l-66 -625q-8 -88 -84 -88q-70 0 -69 72v16l65 625l-317 682q-8 18 -8 41z" />
+<glyph unicode="Z" horiz-adv-x="1198" d="M8 68v18q2 41 31 80l924 1202h-713q-72 0 -72 64v10q8 76 86 76h823q96 0 97 -60q-2 -43 -51 -106l-924 -1202h784q72 0 72 -58v-14q-6 -78 -86 -78h-907q-64 0 -64 68z" />
+<glyph unicode="[" horiz-adv-x="522" d="M-2 -27l154 1479q8 100 94 100h149q59 0 60 -57q0 -2 -1 -7t-1 -9q-6 -61 -70 -62h-86l-147 -1413h86q57 0 57 -51v-10q-8 -70 -74 -70h-149q-72 0 -72 80v20z" />
+<glyph unicode="\" horiz-adv-x="940" d="M156 1475v8q2 31 26.5 48t59.5 17q29 0 41 -17.5t26 -62.5l410 -1396q2 -6 2 -23q-4 -27 -24.5 -45t-49.5 -18q-61 0 -82 69l-407 1397q-2 9 -2 23z" />
+<glyph unicode="]" horiz-adv-x="522" d="M-6 -70q0 4 1 10.5t1 8.5q6 55 57 55h97l145 1399q-4 0 -33 -1t-53 -1q-55 0 -55 53v12q6 70 69 70h154q74 0 74 -76q0 -16 -2 -24l-154 -1463q-8 -100 -92 -100h-154q-55 0 -55 57z" />
+<glyph unicode="^" d="M123 608q2 35 24 70l543 807q31 51 88 51q55 0 80 -51l354 -807q10 -27 11 -51v-11q-6 -70 -82 -69q-51 0 -88 82l-297 690l-461 -690q-33 -47 -50.5 -64.5t-48 -17.5t-52 16t-21.5 45z" />
+<glyph unicode="_" horiz-adv-x="1060" d="M-94 -195q6 68 82 68h1020q72 0 71 -70q-6 -66 -86 -65h-1020q-67 -1 -67 67z" />
+<glyph unicode="`" horiz-adv-x="528" d="M117 1124q0 20 10 41l172 320q31 57 84 57q76 0 76 -65v-9q0 -2 -6 -20l-172 -315q-41 -72 -82 -72q-37 0 -59.5 18t-22.5 45z" />
+<glyph unicode="a" horiz-adv-x="1288" d="M37 473q0 123 37 245t104.5 224t173 167t230.5 65q100 0 190 -50.5t123 -140.5l8 84q10 80 86 80q66 0 66 -64q-86 -829 -86 -847q0 -115 133 -115q82 0 82 -55v-13q-6 -72 -97 -71q-125 0 -186 50t-76 148q-68 -88 -166 -147.5t-204 -59.5q-205 0 -311.5 142.5 t-106.5 357.5zM195 485q0 -160 69.5 -266t202.5 -106q123 0 216 91t135 209.5t42 231.5q0 176 -84 278.5t-205 102.5q-92 0 -167.5 -55.5t-118.5 -140.5t-66.5 -175t-23.5 -170z" />
+<glyph unicode="b" horiz-adv-x="1148" d="M4 43q0 2 1 8t1 10l164 1436q10 80 84 80q68 0 68 -64v-16l-72 -559q43 96 150.5 166t211.5 70q203 0 310.5 -152t107.5 -369q0 -164 -62.5 -316.5t-190.5 -257t-292 -104.5q-111 0 -196.5 53.5t-118.5 149.5l-12 -119q-4 -37 -30 -59.5t-58 -22.5q-66 0 -66 66zM215 500 q0 -160 75 -270.5t222 -110.5q92 0 166 52t113.5 135t60 169t20.5 166q0 160 -64.5 272.5t-201.5 112.5q-127 0 -220 -89t-132 -204.5t-39 -232.5z" />
+<glyph unicode="c" horiz-adv-x="1034" d="M55 494q0 262 175.5 457.5t428.5 195.5q147 0 240 -45q61 -27 62 -68q-2 -39 -24 -61.5t-52 -22.5q-8 0 -21 4q-102 47 -217 47q-193 0 -314.5 -152.5t-121.5 -338.5q0 -164 99.5 -275.5t250.5 -111.5q127 0 236 70q14 8 28 8q20 0 37 -17.5t17 -42.5q-2 -43 -56 -82 q-135 -82 -282 -82q-213 0 -349.5 146t-136.5 371z" />
+<glyph unicode="d" horiz-adv-x="1269" d="M53 473q0 123 37 245t104.5 224t173 167t230.5 65q100 0 190.5 -50.5t122.5 -140.5l58 516q10 80 86 80q66 0 65 -63v-17q-82 -711 -135 -1159q-12 -106 -12 -111q0 -109 131 -108q82 0 82 -55v-13q-6 -72 -96 -71q-233 0 -263 196q-154 -205 -356 -205 q-205 0 -311.5 142.5t-106.5 357.5zM211 483q0 -160 69.5 -266t202.5 -106q94 0 172 53t124 135t70.5 172t24.5 172q0 174 -82.5 277.5t-203.5 103.5q-92 0 -168 -55.5t-119 -140.5t-66.5 -175t-23.5 -170z" />
+<glyph unicode="e" horiz-adv-x="1206" d="M55 487q0 266 160 477.5t403 211.5q203 0 313.5 -119t110.5 -318q0 -242 -137 -241h-692q0 -166 93 -268.5t235 -102.5q88 0 151.5 22.5t136.5 81.5q47 37 93 37q61 0 61 -59v-10q-4 -27 -18 -41q-166 -182 -441 -183q-223 0 -346 144.5t-123 367.5zM231 645h654 q2 18 2 51q0 143 -75 235.5t-204 92.5q-145 0 -253 -111.5t-124 -267.5z" />
+<glyph unicode="f" horiz-adv-x="770" d="M-104 -428q6 76 96 76q94 0 127 55t47 191l117 1087h-97q-76 0 -75 61q6 92 92 93h96q20 195 93 290t245 95q84 0 84 -64q-8 -76 -98 -76q-94 0 -127 -55t-47 -190q66 0 131 2q76 0 75 -68q-8 -90 -96 -90h-127q-33 -307 -56.5 -527.5t-32.5 -301t-15 -143t-13 -113.5 q-20 -195 -92.5 -290.5t-245.5 -95.5q-81 1 -81 64z" />
+<glyph unicode="g" horiz-adv-x="1243" d="M43 -303q4 39 25.5 63.5t56.5 24.5q31 0 63 -23q121 -72 250 -71q150 0 258.5 94t126.5 274l11 105q-47 -94 -141.5 -140.5t-196.5 -46.5q-213 0 -327 147.5t-114 367.5q0 268 161 475t407 207q94 0 183 -56.5t114 -136.5l14 131q6 68 80 68q70 0 69 -58l-108 -1044 q-27 -256 -185.5 -398.5t-361.5 -142.5q-215 0 -352 92q-33 23 -33 68zM213 504q0 -182 86 -283.5t209 -101.5q96 0 172 52t119 135t65.5 171t22.5 172q0 178 -84 276.5t-207 98.5t-214 -89t-130 -203.5t-39 -227.5z" />
+<glyph unicode="h" horiz-adv-x="1054" d="M6 63l164 1436q10 80 82 80q68 0 67 -63l-65 -521q117 176 319 176q145 0 256 -98t111 -250q0 -27 -78 -749q-6 -74 -82 -74q-68 0 -67 63v11q70 659 69 690q0 125 -70.5 192.5t-172.5 67.5q-115 0 -207 -82t-109 -225l-67 -643q-6 -74 -82 -74q-68 0 -68 63z" />
+<glyph unicode="i" horiz-adv-x="616" d="M55 223q0 29 88 864q8 76 84 76q72 0 72 -76q-88 -823 -88 -843q0 -123 129 -123q82 0 82 -55v-13q-6 -72 -96 -71q-135 0 -203 63t-68 178zM150 1473q2 51 34.5 82.5t77.5 31.5q41 0 66.5 -27.5t25.5 -74.5q-4 -43 -37.5 -73t-76.5 -30q-39 0 -64.5 26t-25.5 65z" />
+<glyph unicode="j" horiz-adv-x="399" d="M-256 -420q0 -72 82 -72q172 0 246.5 95.5t95.5 290.5l125 1208q0 59 -68 59q-78 0 -86 -74l-125 -1193q-14 -135 -47 -190.5t-127 -55.5q-90 0 -96 -68zM150 1473q2 51 34.5 82.5t77.5 31.5q41 0 66.5 -27.5t25.5 -74.5q-4 -43 -37.5 -73t-76.5 -30q-39 0 -64.5 26 t-25.5 65z" />
+<glyph unicode="k" horiz-adv-x="972" d="M6 63l156 1438q8 76 84 76q66 0 65 -59l-98 -883l506 514q16 18 51 18q29 0 48.5 -19.5t19.5 -47.5q-2 -37 -50 -84l-268 -283l260 -586q25 -61 25 -69q0 -37 -22.5 -59.5t-53.5 -22.5q-45 0 -70 45l-264 604l-200 -203l-39 -368q-6 -74 -82 -74q-68 0 -68 63z" />
+<glyph unicode="l" horiz-adv-x="520" d="M25 211q0 6 14 143q51 471 121 1149q10 78 82 78q70 0 69 -63q-94 -889 -133 -1248q-4 -37 -4 -39q0 -111 133 -110q82 0 82 -55v-13q-6 -72 -96 -71q-268 0 -268 229z" />
+<glyph unicode="m" horiz-adv-x="1691" d="M6 66l105 999q10 90 86 90q66 0 65 -68l-8 -96q51 82 139 132.5t178 50.5q100 0 179 -59.5t108 -156.5q59 96 163.5 156t219.5 60q147 0 246.5 -89.5t99.5 -232.5q0 -27 -80 -774q-6 -74 -82 -74q-72 0 -71 64q74 690 73 716q0 100 -56 166t-154 66q-127 0 -217.5 -94.5 t-104.5 -227.5l-66 -616q-8 -76 -79 -76q-70 0 -70 64q74 692 74 716q0 100 -57.5 165t-157.5 65q-127 0 -215 -92.5t-103 -225.5l-65 -616q-8 -76 -80 -76q-70 1 -70 64z" />
+<glyph unicode="n" horiz-adv-x="1048" d="M6 63l107 1010q6 80 82 80q68 0 67 -68l-8 -90q117 178 326 179q145 0 252.5 -96.5t107.5 -252.5q0 -29 -78 -751q-6 -74 -82 -74q-68 0 -67 63q70 670 69 701q0 125 -70.5 192.5t-172.5 67.5q-115 0 -207 -82t-109 -225l-67 -643q-6 -74 -82 -74q-68 0 -68 63z" />
+<glyph unicode="o" horiz-adv-x="1177" d="M55 489q0 268 159 476.5t404 208.5q209 0 322 -152t113 -373q0 -268 -157 -470t-404 -202q-211 0 -324 146.5t-113 365.5zM217 518q0 -162 72.5 -280.5t218.5 -118.5q125 0 216 81t131 190.5t40 221.5q0 166 -73.5 290t-219.5 124q-127 0 -218 -85t-129 -196.5 t-38 -226.5z" />
+<glyph unicode="p" horiz-adv-x="1148" d="M-41 -406q0 -8 156 1500q6 80 84 80q68 0 67 -68l-16 -168q43 96 150.5 166t211.5 70q203 0 310.5 -152t107.5 -369q0 -164 -62.5 -316.5t-190.5 -257t-292 -104.5q-111 0 -196.5 53.5t-118.5 149.5l-59 -567q-4 -37 -30 -59.5t-58 -22.5q-64 -1 -64 65zM219 492 q0 -160 74 -268.5t221 -108.5q94 0 168 52t114 134t60.5 168t20.5 168q0 160 -64.5 272.5t-202.5 112.5q-129 0 -222 -91t-131 -206.5t-38 -232.5z" />
+<glyph unicode="q" horiz-adv-x="1210" d="M53 473q0 123 37 245t104.5 224t173 167t230.5 65q100 0 190.5 -50.5t122.5 -140.5l13 111q6 80 86 80q66 0 65 -68l-157 -1509q-6 -68 -82 -68q-70 0 -70 55l61 594q-154 -205 -356 -205q-205 0 -311.5 142.5t-106.5 357.5zM209 485q0 -160 69.5 -266t202.5 -106 q123 0 216.5 91t135 209.5t41.5 231.5q0 176 -83.5 278.5t-204.5 102.5q-92 0 -168 -55.5t-119 -140.5t-66.5 -175t-23.5 -170z" />
+<glyph unicode="r" horiz-adv-x="827" d="M6 63l107 1010q6 80 82 80q68 0 67 -68l-10 -110q63 96 165.5 147.5t213.5 51.5q72 0 105.5 -26t33.5 -63q-4 -37 -28.5 -61.5t-59.5 -24.5q-27 0 -63.5 7.5t-73.5 7.5q-104 0 -206.5 -91.5t-115.5 -205.5l-67 -643q-6 -74 -82 -74q-68 0 -68 63z" />
+<glyph unicode="s" horiz-adv-x="1060" d="M31 145q0 39 21.5 69t58.5 30q29 0 57 -23q127 -88 272 -88q98 0 176 42t89 132q0 70 -57.5 113t-153.5 78q-76 29 -113 44t-98.5 45.5t-90 58.5t-53 71t-24.5 92q0 178 120.5 272.5t329.5 94.5q178 0 309 -74q31 -18 31 -60q-2 -41 -24.5 -62.5t-55 -21.5t-124 33 t-158.5 33q-102 0 -178 -43t-86 -135q10 -57 58 -94t133 -67t101 -38q145 -59 226.5 -132t81.5 -193q-18 -174 -152.5 -259.5t-308.5 -85.5q-188 0 -365 121q-22 16 -22 47z" />
+<glyph unicode="t" horiz-adv-x="763" d="M111 1055q6 78 71 78h76l16 167q8 74 82 74q68 0 68 -59l-16 -182h180q72 0 71 -60q-6 -80 -84 -80h-184q-72 -686 -72 -729q0 -76 28 -109.5t104 -33.5q82 0 81 -55v-13q-6 -72 -96 -71q-147 0 -206.5 68.5t-59.5 207.5q0 51 74 737h-66q-67 1 -67 60z" />
+<glyph unicode="u" horiz-adv-x="1095" d="M43 346q0 53 70 725q8 76 82 76q68 0 67 -76q-63 -633 -63 -674q0 -158 61.5 -216t165.5 -58q127 0 236.5 121t132.5 323l53 512q6 80 78 80q66 0 65 -63l-110 -1057q-6 -68 -80 -68q-70 0 -70 56l14 151q-154 -213 -354 -213q-150 0 -249 94t-99 287z" />
+<glyph unicode="v" horiz-adv-x="1011" d="M111 1067q10 72 84 72q59 0 77 -90l174 -783l342 785q39 88 102.5 88t63.5 -60q0 -25 -8 -45l-436 -973q-27 -61 -96 -61q-61 0 -76 61l-225 971q-2 12 -2 35z" />
+<glyph unicode="w" horiz-adv-x="1748" d="M111 1051q6 86 84 86q61 0 79 -64l170 -817l361 807q31 72 100 72q33 0 62.5 -19.5t33.5 -52.5l179 -799l336 811q27 63 92 64q61 0 61 -58q0 -31 -18 -71q0 -18 -406 -932q-33 -76 -98 -76q-61 0 -80 82l-190 805l-351 -811q-35 -78 -104 -78q-76 0 -94 84 q-217 940 -217 967z" />
+<glyph unicode="x" horiz-adv-x="1097" d="M6 57q2 47 43 99l391 469l-256 376q-16 29 -16 54q2 35 27.5 57.5t58.5 22.5q49 0 74 -45l204 -357l302 359q33 45 81 45q31 0 51.5 -18.5t20.5 -47.5q-2 -37 -31 -67l-344 -396l295 -444q29 -43 29 -88q-6 -76 -72 -76q-57 0 -96 63l-256 418l-358 -420q-51 -57 -95 -57 q-53 0 -53 53z" />
+<glyph unicode="y" horiz-adv-x="1038" d="M-43 -428q6 76 96 76q49 0 92 27.5t71 60.5t56.5 94t40 92t31.5 92l-229 996q-4 29 -4 37q6 88 79 88q63 0 80 -72l183 -836l370 846q27 63 92.5 63.5t65.5 -59.5q-2 -43 -10 -61l-471 -1014q-111 -238 -167.5 -329t-133.5 -136q-70 -29 -160 -29q-82 1 -82 64z" />
+<glyph unicode="z" horiz-adv-x="1050" d="M6 66v8q6 35 47 86l662 829h-510q-68 0 -68 66q2 47 22.5 63.5t61.5 16.5h625q84 0 84 -54q-2 -45 -53 -108l-662 -830h576q68 0 67 -59q-2 -47 -21.5 -65.5t-60.5 -18.5h-657q-113 0 -113 66z" />
+<glyph unicode="{" horiz-adv-x="770" d="M74 719q2 10 5 18t11 14.5t13.5 11.5t19.5 10t19 7t21.5 7.5t20.5 7.5q115 45 146 319q8 90 10 172q14 145 91 197.5t210 52.5q25 0 42 -17.5t17 -39.5q-6 -59 -94 -60q-115 0 -129 -155q-4 -31 -6 -88.5t-4 -75.5q-31 -291 -213 -387q137 -51 137 -264q0 -59 -14.5 -165 t-14.5 -157q0 -119 117 -125q61 -2 62 -45v-8q-6 -59 -72 -60q-260 0 -260 187q0 63 19.5 183t19.5 179q0 172 -78 213q-4 0 -21.5 4t-23.5 6.5t-19.5 7.5t-17.5 10t-9 15.5t-5 24.5z" />
+<glyph unicode="|" horiz-adv-x="372" d="M2 33l164 1552q8 88 84 88q66 0 65 -69l-163 -1565q-8 -76 -82 -76q-68 0 -68 70z" />
+<glyph unicode="}" horiz-adv-x="770" d="M-4 -51q6 51 72 53q49 2 82.5 24.5t48 66.5t20.5 78t8 94.5t4 76.5q33 309 209 371q-135 80 -135 299q0 61 16.5 155.5t16.5 135.5q0 117 -102 116q-82 0 -82 47q4 29 24.5 49.5t46.5 20.5q123 0 188.5 -43t65.5 -162q0 -57 -17.5 -164.5t-17.5 -160.5q0 -174 82 -211 q70 -27 84 -43q10 -14 11 -33q0 -14 -6.5 -24.5t-12.5 -15.5t-20.5 -10t-21.5 -7.5t-24.5 -5.5t-23.5 -5q-45 -25 -73.5 -72t-43 -113.5t-19.5 -119.5t-9.5 -128t-6.5 -99q-10 -104 -75.5 -167t-231.5 -63q-57 0 -57 50v10z" />
+<glyph unicode="~" horiz-adv-x="1224" d="M47 451q8 82 110.5 168t194.5 86t228.5 -78t187.5 -78q47 0 84 39t73 76.5t79 37.5q63 0 63 -71q0 -86 -120 -168t-208 -82q-82 0 -207.5 77t-193.5 77q-61 0 -125 -74q-68 -80 -107 -80q-59 0 -59 70z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1353" d="M82 68q6 49 80 120q113 106 172 205t59 211q0 47 -10 109h-233q-68 0 -68 57q6 92 84 92h184q-80 135 -80 271q0 193 146.5 301t337.5 108q186 0 322 -101.5t136 -279.5q-4 -35 -27.5 -59.5t-54.5 -24.5q-53 0 -73 64q-4 117 -97.5 184.5t-216.5 67.5q-129 0 -211.5 -76 t-82.5 -197q0 -123 67 -258h275q66 0 65 -63q-8 -86 -82 -86h-235q16 -59 16 -129q0 -233 -248 -428h762q68 0 68 -62q-6 -90 -82 -90h-895q-78 1 -78 64z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1609" d="M80 80q4 49 72 100l217 162q-14 49 -15 119q0 141 68 262l-197 172q-49 45 -49 100q6 55 72 56q35 0 76 -35l192 -178q127 104 287 104q152 0 260 -98l225 172q43 35 80 35q63 0 64 -56q-6 -51 -74 -100l-215 -160q35 -80 35 -162q0 -125 -62 -247l168 -146 q51 -47 51 -100q-2 -27 -24.5 -41t-48.5 -14q-41 0 -74 34l-162 146q-131 -125 -307 -125q-184 0 -289 137l-207 -158q-43 -35 -82 -34q-61 0 -61 55zM487 471q0 -125 71 -194.5t173 -69.5q133 0 222 103.5t89 246.5q0 121 -74.5 190.5t-176.5 69.5q-131 0 -217.5 -101.5 t-86.5 -244.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1230" d="M106 897q4 41 31 65.5t68 24.5h155l-198 432q-8 18 -8 41q2 39 24.5 61.5t50.5 22.5q37 0 60 -43l305 -622l436 622q27 43 74 43q59 0 59 -49q0 -35 -26 -76l-301 -432h165q80 0 80 -63q-6 -90 -96 -90h-258l-84 -121l-8 -84h266q82 0 82 -68q-8 -86 -98 -86h-267 l-43 -403q-10 -86 -83 -86q-70 0 -70 69l43 420h-266q-80 0 -80 62q4 41 29.5 66.5t66.5 25.5h266l8 84l-57 121h-244q-82 0 -82 63z" />
+<glyph unicode="&#xa6;" horiz-adv-x="372" d="M6 63l70 674q4 43 27.5 68.5t56.5 25.5q68 0 67 -63l-71 -694q-6 -74 -82 -74q-68 0 -68 63zM102 967l66 632q4 43 26.5 69t55.5 26q68 0 67 -66l-65 -645q-8 -76 -84 -76q-66 1 -66 60z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1069" d="M59 25v8q4 35 28 55.5t54 20.5q25 0 43 -13q88 -53 242 -53q236 0 252 160q0 20 -7 37.5t-25.5 34t-33 27.5t-48.5 26.5t-51 23.5t-61 25.5t-61 23.5q-307 123 -307 312q0 51 26.5 93t73.5 42q33 0 57.5 -24.5t24.5 -61.5q0 -76 60.5 -128t145.5 -85t171 -66.5t146.5 -93 t60.5 -141.5q0 -170 -138.5 -268.5t-312.5 -98.5q-170 0 -307 80q-33 17 -33 64zM135 1198q0 170 138.5 268.5t312.5 98.5q168 0 309 -80q31 -16 31 -64v-8q-2 -35 -27 -55.5t-55 -20.5q-25 0 -43 13q-88 53 -242 53q-236 0 -252 -160q0 -20 7.5 -37.5t25.5 -34t32.5 -27.5 t48.5 -26.5t51 -24t61.5 -25.5t60.5 -24q307 -123 307 -311q0 -51 -26.5 -93t-73.5 -42q-33 0 -57.5 24.5t-24.5 61.5v29q0 68 -60.5 114.5t-145.5 76.5t-171 62.5t-146.5 90t-60.5 141.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="808" d="M139 1319q4 51 37 83t76 32q39 0 65.5 -26t26.5 -65q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM549 1319q4 51 36.5 83t76.5 32q39 0 65.5 -26t26.5 -65q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1775" d="M72 649q0 369 249.5 619t610.5 250q313 0 503.5 -189.5t190.5 -490.5q0 -242 -118.5 -441.5t-315.5 -311.5t-426 -112q-313 0 -503.5 187.5t-190.5 488.5zM217 664q0 -244 156.5 -397.5t410.5 -153.5q297 0 493 212t196 492q0 248 -152 405.5t-406 157.5 q-299 0 -498.5 -215.5t-199.5 -500.5zM420 692q0 211 148.5 377t353.5 166q90 0 190 -45q49 -29 49 -62q-4 -31 -22.5 -52t-42.5 -21q-8 0 -17 4q-86 39 -178 39q-156 0 -250 -122t-94 -274q0 -123 70.5 -213t185.5 -90q74 0 123 19q72 23 76 22q55 0 55 -49q-2 -45 -39 -72 q-72 -53 -213 -53q-182 0 -288.5 122t-106.5 304z" />
+<glyph unicode="&#xab;" horiz-adv-x="903" d="M57 553q2 35 35 76l234 334q18 25 49 24q29 0 50 -20.5t21 -46.5q0 -20 -12 -41l-233 -318q37 -72 174 -360q0 -4 1 -8.5t1 -6.5q-2 -20 -32 -37.5t-58 -17.5q-33 0 -47 25l-162 333q-21 39 -21 64zM377 551v8q2 29 31 70l239 334q18 23 53 22q76 0 76 -55v-8 q-2 -20 -18 -43l-238 -318q6 -8 176 -360q2 -4 2 -15q-2 -20 -31.5 -37.5t-58.5 -17.5q-31 0 -47 25l-168 333q-16 37 -16 62z" />
+<glyph unicode="&#xac;" horiz-adv-x="1345" d="M59 551v14q4 33 31 56.5t66 23.5h948q76 0 76 -78v-18l-33 -303q-8 -88 -82 -88q-31 0 -52.5 20.5t-21.5 54.5v13l27 243h-879q-80 1 -80 62z" />
+<glyph unicode="&#xad;" horiz-adv-x="1570" />
+<glyph unicode="&#xae;" horiz-adv-x="1773" d="M76 672q0 365 254 614.5t602 249.5q311 0 501.5 -189.5t190.5 -490.5q0 -242 -116.5 -441.5t-312.5 -312t-425 -112.5q-311 0 -502.5 190.5t-191.5 491.5zM225 686q0 -248 150.5 -404.5t417.5 -156.5q301 0 491.5 214t190.5 501q0 246 -152 401.5t-405 155.5 q-297 0 -495 -214t-198 -497zM498 356l82 789q6 57 34 74q20 10 58 10h301q125 0 203 -80q63 -63 63 -154q-20 -211 -254 -272q18 -33 47 -95.5t43 -86.5q84 -158 84 -174q0 -63 -84 -64q-51 0 -76 64l-163 356h-166l-39 -356q-6 -63 -76 -64q-57 0 -57 53zM682 840h233 q74 0 121 37.5t51 95.5q0 63 -37.5 101t-105.5 38h-233z" />
+<glyph unicode="&#xb0;" horiz-adv-x="624" d="M147 1411q0 94 68 161.5t160 67.5q84 0 134 -51t50 -131q0 -94 -68.5 -161.5t-158.5 -67.5q-82 0 -133.5 51t-51.5 131zM252 1419q0 -39 23.5 -63.5t68.5 -24.5q43 0 75 33t36 80q0 39 -23.5 65.5t-66.5 26.5q-47 0 -78 -32t-35 -85z" />
+<glyph unicode="&#xb1;" d="M70 68q4 39 30.5 63.5t67.5 24.5h915q80 0 80 -64q-6 -90 -94 -90h-915q-84 0 -84 66zM135 721q0 47 24.5 72.5t69.5 25.5h373l33 326q8 80 86 80q33 0 56.5 -19.5t23.5 -50.5l-33 -336h373q43 0 67.5 -20.5t24.5 -53.5v-10q-8 -78 -111 -78h-372l-37 -346 q-2 -35 -30 -56.5t-65 -21.5q-72 0 -71 66v12l37 346h-373q-76 1 -76 64z" />
+<glyph unicode="&#xb2;" horiz-adv-x="665" d="M29 770v4q0 14 18 37l320 379q59 74 59 143q0 49 -36 78t-85 29q-55 0 -97 -36t-50 -101q-2 -16 -14.5 -33t-30.5 -17q-39 0 -39 50v6q10 94 82.5 152.5t160.5 58.5q78 0 135.5 -48.5t57.5 -125.5q0 -102 -94 -213l-269 -318h281q35 0 35 -33v-6q-4 -39 -43 -39h-338 q-53 0 -53 33z" />
+<glyph unicode="&#xb3;" horiz-adv-x="624" d="M33 889q6 41 39 41q29 0 37 -27q31 -96 122 -96q70 0 118 47t48 115q0 49 -26.5 87t-79.5 46q-4 0 -31 1t-29 1q-43 0 -43 33v4q6 37 52 37q4 0 29.5 1t27.5 1q49 10 77.5 58t28.5 99q0 49 -28.5 79t-81.5 30q-45 0 -80 -30t-39 -73q-4 -51 -45 -51q-37 0 -37 43 q6 74 68.5 130.5t144.5 56.5q86 0 134 -49.5t48 -126.5q0 -111 -102 -195q94 -66 94 -176q0 -106 -73.5 -178t-174.5 -72q-78 0 -138 47t-60 117z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1101" d="M-43 -424l152 1485q8 76 86 76q68 0 67 -60l-67 -655q-6 -55 -7 -62q0 -98 64.5 -158.5t163.5 -60.5q135 0 228 95.5t110 236.5l61 588q8 76 86 76q68 0 68 -60l-103 -989q-8 -88 -84 -88q-70 0 -69 66l4 57q2 10 2 27q-127 -166 -338 -166q-63 0 -125.5 30.5t-93.5 79.5 q-8 -86 -26.5 -254t-26.5 -248q-8 -76 -86 -75q-66 0 -66 59z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1146" d="M117 1110q0 213 155.5 323.5t391.5 110.5h419q59 -4 60 -67q-4 -29 -25.5 -48.5t-48.5 -19.5h-98l-142 -1339q-4 -29 -25.5 -49.5t-49.5 -20.5q-27 0 -44.5 18.5t-17.5 42.5l142 1348h-154l-141 -1339q-4 -29 -25.5 -49.5t-50.5 -20.5q-27 0 -43.5 18.5t-16.5 42.5 l78 754q-170 0 -267 82t-97 213z" />
+<glyph unicode="&#xb7;" horiz-adv-x="438" d="M74 705q4 51 36.5 82.5t77.5 31.5q39 0 65 -25.5t26 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 26t-26.5 65z" />
+<glyph unicode="&#xbb;" horiz-adv-x="907" d="M18 172q0 16 9 25l249 364l-174 359q-4 8 -4 14q2 23 28 41t56 18q39 0 56 -30l163 -334q18 -37 19 -64q-2 -31 -33 -76l-235 -333q-12 -23 -58 -23q-76 0 -76 39zM336 170q0 18 10 27l252 364l-170 318q-14 29 -14 55q6 59 78 59q45 0 61 -30l172 -334q16 -37 16 -62v-8 q-2 -29 -30 -70l-244 -333q-12 -23 -61 -23q-70 0 -70 37z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1693" d="M41 1376q4 57 63 72q229 63 242 63q37 0 45 -30l4 -25q0 -8 -4 -53l-100 -965q-10 -66 -67.5 -65.5t-57.5 57.5l98 948l-155 -43q-8 -2 -21 -2q-47 0 -47 43zM254 37q0 6 8 35l709 1429q29 61 78 62q20 0 33.5 -14.5t13.5 -39.5q0 -27 -15 -55l-716 -1421 q-20 -43 -64 -43q-20 0 -33.5 12t-13.5 35zM909 49v6q4 25 29 58l477 567q90 109 90 213q0 74 -54 118t-128 44q-80 0 -144.5 -54.5t-74.5 -150.5q-2 -27 -20.5 -50.5t-49.5 -23.5q-27 0 -41 22.5t-14 51.5v6q14 141 122.5 229.5t239.5 88.5q119 0 205 -73t86 -188 q0 -156 -141 -321l-404 -475h422q53 0 54 -49v-9q-10 -59 -66 -59h-508q-80 0 -80 49z" />
+<glyph unicode="&#x192;" horiz-adv-x="770" d="M-104 -428q6 76 96 76q94 0 127 55t47 191l117 1087h-97q-76 0 -75 61q6 92 92 93h96q20 195 93 290t245 95q84 0 84 -64q-8 -76 -98 -76q-94 0 -127 -55t-47 -190q66 0 131 2q76 0 75 -68q-8 -90 -96 -90h-127q-33 -307 -56.5 -527.5t-32.5 -301t-15 -143t-13 -113.5 q-20 -195 -92.5 -290.5t-245.5 -95.5q-81 1 -81 64z" />
+<glyph unicode="&#x384;" horiz-adv-x="702" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60z" />
+<glyph unicode="&#x385;" horiz-adv-x="946" d="M139 1319q4 51 37 83t76 32q39 0 65.5 -26t26.5 -65q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM455 1286q0 27 12 43l170 320q31 57 84 57q66 0 65 -59q0 -25 -6 -35l-172 -316q-41 -72 -82 -71q-71 0 -71 61zM754 1319q4 51 36.5 83t75.5 32 q39 0 65.5 -26t26.5 -65q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#x386;" horiz-adv-x="1384" d="M47 61q2 18 12 52l603 1310q43 92 126 93q86 0 111 -93l340 -1310q6 -12 6 -29q0 -37 -21.5 -60.5t-56.5 -23.5q-57 0 -67 49l-82 262h-696l-117 -233q-39 -78 -98.5 -78t-59.5 61zM123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315 q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM381 467h598l-209 840z" />
+<glyph unicode="&#x388;" horiz-adv-x="1413" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM436 57q0 20 2 35l142 1331q10 92 92 93h622q68 0 68 -60q-6 -90 -82 -90h-557l-53 -504h458q68 0 68 -65q-8 -84 -84 -84h-459l-59 -563h573 q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
+<glyph unicode="&#x389;" horiz-adv-x="1796" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM457 63l145 1381q6 76 80 76q70 0 70 -64v-12l-64 -598h846l63 598q8 76 80 76t72 -66l-145 -1380q-6 -74 -84 -74q-68 0 -68 63l66 631h-846 l-66 -620q-6 -74 -80 -74q-69 0 -69 63z" />
+<glyph unicode="&#x38a;" horiz-adv-x="804" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM436 63l146 1381q6 76 80 76q70 0 69 -64l-145 -1380q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph unicode="&#x38c;" horiz-adv-x="1744" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM319 666q0 221 87.5 424.5t261.5 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5 q-188 0 -321.5 99t-193 251t-59.5 336zM479 680q0 -233 113 -393t321 -160q139 0 253 70.5t180.5 182.5t101.5 236.5t35 247.5q0 233 -113 391t-326 158q-137 0 -249.5 -70.5t-179 -181t-101.5 -235.5t-35 -246z" />
+<glyph unicode="&#x38e;" horiz-adv-x="1538" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM561 1436v12q6 72 74 72q41 0 59 -43l285 -605l383 601q35 47 78 47q61 0 61 -56v-10q-4 -25 -16 -43l-445 -698l-65 -625q-8 -88 -84 -88 q-70 0 -70 72v16l66 625l-318 682q-8 18 -8 41z" />
+<glyph unicode="&#x38f;" horiz-adv-x="1792" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM426 858q0 293 205 501t491 208q274 0 423 -165t149 -403q0 -295 -205 -493.5t-500 -198.5q-272 0 -417.5 160t-145.5 391zM446 61q8 88 78 89 h908q63 0 63 -60q0 -39 -20.5 -64.5t-57.5 -25.5h-907q-64 0 -64 61zM582 879q0 -180 110.5 -303t317.5 -123q227 0 379.5 153.5t152.5 368.5q0 182 -114.5 313t-319.5 131q-225 0 -375.5 -163.5t-150.5 -376.5z" />
+<glyph unicode="&#x390;" horiz-adv-x="520" d="M-154 1442q4 51 37 82.5t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -66 25.5t-27 64.5zM23 215q0 -233 272 -233q92 0 98 71v13q0 55 -84 55q-127 0 -127 112q0 20 88 850q0 66 -75.5 66t-83.5 -76q-88 -829 -88 -858zM162 1409 q0 27 12 43l170 320q31 57 84 57q66 0 66 -60q0 -25 -7 -34l-172 -316q-41 -72 -82 -71q-71 0 -71 61zM461 1442q4 51 36.5 82.5t75.5 31.5q39 0 66 -25.5t27 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#x391;" horiz-adv-x="1357" d="M6 61q2 18 12 52l603 1310q43 92 127 93q86 0 110 -93l340 -1310q6 -12 6 -29q0 -37 -21.5 -60.5t-56.5 -23.5q-57 0 -67 49l-82 262h-696l-117 -233q-39 -78 -98.5 -78t-59.5 61zM340 467h598l-209 840z" />
+<glyph unicode="&#x392;" horiz-adv-x="1085" d="M8 74q0 16 2 26l137 1317q12 98 95 99h313q66 0 132.5 -18.5t129 -55.5t101 -101.5t38.5 -148.5q0 -123 -78.5 -224.5t-189.5 -136.5q129 -20 219 -123.5t90 -240.5q0 -193 -147.5 -330t-331.5 -137h-399q-68 0 -90 16q-21 17 -21 58zM166 150h305q145 0 250.5 86 t105.5 221q0 133 -106.5 208.5t-257.5 75.5h-234zM244 881h184q133 0 241.5 61.5t121.5 181.5q0 115 -73 178.5t-190 63.5h-233z" />
+<glyph unicode="&#x393;" horiz-adv-x="976" d="M6 63v13l141 1343q12 98 95 99h645q33 0 52 -20.5t19 -49.5v-8q-6 -72 -86 -72h-577l-137 -1292q-8 -76 -84 -76q-68 0 -68 63z" />
+<glyph unicode="&#x394;" horiz-adv-x="1392" d="M4 45v8q4 20 12 35l631 1339q43 94 127 95q88 0 107 -95l366 -1339q4 -20 4 -31v-8q-6 -49 -127 -49h-1030q-90 0 -90 45zM213 162h850l-311 1149z" />
+<glyph unicode="&#x395;" horiz-adv-x="976" d="M6 57q0 20 2 35l142 1331q10 92 92 93h622q68 0 68 -60q-6 -90 -82 -90h-557l-53 -504h458q68 0 68 -65q-8 -84 -84 -84h-459l-59 -563h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
+<glyph unicode="&#x396;" horiz-adv-x="1198" d="M8 68v18q2 41 31 80l924 1202h-713q-72 0 -72 64v10q8 76 86 76h823q96 0 97 -60q-2 -43 -51 -106l-924 -1202h784q72 0 72 -58v-14q-6 -78 -86 -78h-907q-64 0 -64 68z" />
+<glyph unicode="&#x397;" horiz-adv-x="1355" d="M6 63l146 1381q6 76 79 76q70 0 70 -64v-12l-63 -598h845l64 598q8 76 79.5 76t71.5 -66l-145 -1380q-6 -74 -84 -74q-68 0 -68 63l66 631h-846l-65 -620q-6 -74 -80 -74q-70 0 -70 63z" />
+<glyph unicode="&#x398;" horiz-adv-x="1497" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5q-188 0 -321 99t-192.5 251t-59.5 336zM236 680q0 -233 112.5 -393t321.5 -160q139 0 252.5 70.5t180 182.5t101.5 236.5t35 247.5 q0 233 -112.5 391t-325.5 158q-137 0 -250 -70.5t-179.5 -181t-101 -235.5t-34.5 -246zM371 768q10 86 84 86h567q68 0 68 -63q-6 -88 -82 -89h-568q-69 0 -69 66z" />
+<glyph unicode="&#x399;" horiz-adv-x="360" d="M6 63l146 1381q6 76 79 76q70 0 70 -64l-145 -1380q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph unicode="&#x39a;" horiz-adv-x="1183" d="M6 57l146 1399q6 63 79 64q72 0 72 -56v-8l-78 -747l797 788q18 18 49 18.5t53.5 -23.5t22.5 -52q-2 -35 -25 -54l-491 -481l393 -772q18 -18 18 -51v-8q-2 -33 -32.5 -54.5t-51.5 -21.5q-37 0 -65 35l-385 760l-305 -289l-45 -438q-6 -66 -80 -66q-72 0 -72 57z" />
+<glyph unicode="&#x39b;" horiz-adv-x="1378" d="M6 59q0 10 6 29l627 1339q43 94 127 95q82 0 106 -95l357 -1312q6 -29 6 -43q-6 -72 -80 -72q-33 0 -49 19.5t-29 62.5l-334 1229l-581 -1250q-27 -61 -82 -61q-31 0 -52.5 17t-21.5 42z" />
+<glyph unicode="&#x39c;" horiz-adv-x="1828" d="M6 61v11l4 24l338 1274q41 154 148 154q102 0 129 -138l217 -1116l463 1116q55 133 159 134q106 0 113 -150l55 -1288q-2 -37 -25.5 -58.5t-56.5 -21.5q-72 0 -73 82l-43 1243l-531 -1239q-37 -88 -92 -88q-57 0 -76 88l-254 1241l-319 -1243q-23 -84 -90 -84 q-66 0 -66 59z" />
+<glyph unicode="&#x39d;" horiz-adv-x="1337" d="M6 66l144 1364q10 90 81 90q57 0 101 -74l674 -1176l122 1170q10 78 82 78q68 0 68 -62l-141 -1366q-10 -90 -82 -90q-59 0 -97 61l-679 1172l-123 -1155q-10 -78 -80 -78t-70 66z" />
+<glyph unicode="&#x39e;" horiz-adv-x="1298" d="M2 70q6 86 94 86h946q78 0 78 -64q-6 -88 -92 -88h-946q-80 0 -80 66zM172 1432q8 86 84 86h911q68 0 68 -60q-6 -90 -82 -90h-911q-70 1 -70 64zM250 774q6 88 82 88h606q68 0 68 -65q-8 -84 -84 -84h-607q-65 0 -65 61z" />
+<glyph unicode="&#x39f;" horiz-adv-x="1499" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5q-188 0 -321 99t-192.5 251t-59.5 336zM233 680q0 -233 113 -393t322 -160q139 0 252.5 70.5t180 182.5t101.5 236.5t35 247.5 q0 233 -112.5 391t-325.5 158q-137 0 -250 -70.5t-179.5 -181t-101.5 -235.5t-35 -246z" />
+<glyph unicode="&#x3a0;" horiz-adv-x="1320" d="M6 63v13l146 1368q10 78 81 78h973q29 0 49.5 -21.5t20.5 -50.5l-146 -1374q-8 -76 -79 -76q-70 0 -70 63v13l137 1292h-825l-137 -1292q-8 -76 -84 -76q-66 0 -66 63z" />
+<glyph unicode="&#x3a1;" horiz-adv-x="1067" d="M6 63l144 1373q8 82 92 82h352q199 0 328 -115t129 -299q0 -215 -167 -361.5t-374 -146.5h-299l-55 -520q-8 -76 -80 -76q-70 0 -70 63zM227 745h291q156 0 266.5 100.5t110.5 246.5q0 129 -94 202.5t-250 73.5h-258z" />
+<glyph unicode="&#x3a3;" horiz-adv-x="1163" d="M8 68q2 59 31 98l444 592q18 27 19 41q0 23 -13 47l-282 504q-29 51 -29 88q6 80 111 80h823q68 0 68 -62q-6 -90 -82 -90h-715l283 -516q14 -23 14 -55q0 -18 -18 -41l-457 -604h790q68 0 68 -78q-6 -72 -82 -72h-909q-64 0 -64 68z" />
+<glyph unicode="&#x3a4;" horiz-adv-x="1056" d="M150 1432q8 86 90 86h755q70 0 70 -62q-6 -88 -84 -88h-303l-135 -1282q-10 -86 -82 -86q-70 0 -70 70l135 1298h-301q-75 1 -75 64z" />
+<glyph unicode="&#x3a5;" horiz-adv-x="1132" d="M152 1436v12q6 72 73 72q41 0 60 -43l284 -605l383 601q35 47 78 47q61 0 62 -56v-10q-4 -25 -17 -43l-444 -698l-66 -625q-8 -88 -84 -88q-70 0 -69 72v16l65 625l-317 682q-8 18 -8 41z" />
+<glyph unicode="&#x3a6;" horiz-adv-x="1511" d="M84 782q0 174 102.5 314.5t254 211t313.5 74.5l12 111q8 76 84 76q68 0 68 -62q0 -18 -17 -125q229 0 392 -138t163 -353q0 -174 -102.5 -312.5t-252 -207t-310.5 -72.5l-25 -221q-10 -78 -80 -78t-70 66l25 233q-240 0 -398.5 133t-158.5 350zM229 801 q0 -160 128 -260.5t298 -100.5l84 801q-207 -12 -358.5 -132t-151.5 -308zM805 440q209 8 358.5 127t149.5 310q0 164 -122 264t-302 100z" />
+<glyph unicode="&#x3a7;" horiz-adv-x="1325" d="M4 47v10q6 35 33 70l532 717l-346 555q-12 23 -12 43v8q2 31 25.5 50.5t52.5 19.5q41 0 65 -37l320 -514l383 512q31 37 67 37q27 0 47.5 -19.5t20.5 -48.5q-2 -31 -23 -53l-419 -559l397 -707q20 -35 20 -68v-8q-6 -57 -65 -57q-45 0 -72 45l-391 670l-498 -668 q-37 -47 -84 -47q-53 0 -53 49z" />
+<glyph unicode="&#x3a8;" horiz-adv-x="1515" d="M92 838q0 92 9.5 193.5t26.5 228t24 186.5q6 74 84 74q66 0 65 -64q-57 -563 -57 -575q0 -199 105.5 -305.5t297.5 -106.5l107 1024q8 76 82 76q68 0 67 -60v-16l-106 -1024q221 0 347 124t148 353l54 500q8 76 84 76q70 0 69 -64v-12l-55 -526q-29 -274 -210 -434 t-454 -160l-26 -252q-6 -74 -82 -74q-68 0 -68 63l27 263q-250 6 -394.5 141t-144.5 371z" />
+<glyph unicode="&#x3a9;" horiz-adv-x="1464" d="M98 858q0 293 205 501t492 208q274 0 422.5 -165t148.5 -403q0 -295 -205 -493.5t-499 -198.5q-272 0 -418 160t-146 391zM119 61q8 88 78 89h907q63 0 63 -60q0 -39 -20.5 -64.5t-56.5 -25.5h-908q-63 0 -63 61zM254 879q0 -180 110.5 -303t317.5 -123 q227 0 379.5 153.5t152.5 368.5q0 182 -114.5 313t-319.5 131q-225 0 -375.5 -163.5t-150.5 -376.5z" />
+<glyph unicode="&#x3aa;" horiz-adv-x="360" d="M-61 1708q4 51 36.5 83t75.5 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -83t-75.5 -32q-39 0 -65.5 25.5t-26.5 64.5zM6 63q0 -63 68 -63q74 0 82 76l145 1380q0 63 -70 64q-74 0 -79 -76zM348 1708q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83 t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#x3ab;" horiz-adv-x="1132" d="M152 1436q0 -23 8 -41l317 -682l-65 -625v-16q0 -72 69 -72q76 0 84 88l66 625l444 698q12 18 17 43v10q0 55 -62 56q-43 0 -78 -47l-383 -601l-284 605q-18 43 -60 43q-68 0 -73 -72v-12zM352 1708q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83t-76 -32 q-39 0 -65.5 25.5t-26.5 64.5zM762 1708q4 51 36.5 83t75.5 32q39 0 66 -25.5t27 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#x3ac;" horiz-adv-x="1280" d="M51 473q0 166 62.5 323.5t190.5 267.5t294 110q100 0 188 -46.5t123 -134.5l9 74q8 80 88 80q68 0 67 -64q-86 -829 -86 -847q0 -115 131 -115q84 0 84 -55v-13q-6 -72 -98 -71q-236 0 -264 194q-68 -86 -165 -144.5t-204 -58.5q-207 0 -313.5 142.5t-106.5 357.5z M213 485q0 -160 68.5 -266t201.5 -106q121 0 214.5 91t135 209.5t41.5 231.5q0 176 -83.5 278.5t-202.5 102.5q-121 0 -210 -96t-127 -215t-38 -230zM557 1386q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z " />
+<glyph unicode="&#x3ad;" horiz-adv-x="958" d="M12 279q0 111 92.5 203.5t204.5 123.5q-92 35 -137 96.5t-45 128.5q14 147 144 241.5t298 94.5q111 0 210.5 -30.5t99.5 -89.5q-2 -37 -27 -63t-55 -26q-20 0 -66 23q-86 45 -180 45q-109 0 -185.5 -55.5t-89.5 -132.5v-9q0 -51 50.5 -96t132.5 -45h125q43 0 65.5 -19.5 t22.5 -50.5v-8q-4 -31 -30 -54.5t-69 -23.5h-127q-117 -23 -188.5 -85t-79.5 -144q0 -78 67.5 -136t190.5 -58q117 0 238 45q70 25 96 24q55 0 55 -51q-10 -86 -142 -124t-267 -38q-180 0 -292 95.5t-112 218.5zM455 1386q0 25 10 46l172 319q31 57 80 57q63 0 63 -73 q0 -2 -6 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 0 -67 59z" />
+<glyph unicode="&#x3ae;" horiz-adv-x="1046" d="M4 63l107 1010q6 80 84 80q70 0 69 -68l-8 -84q115 172 324 173q147 0 254.5 -96.5t107.5 -252.5q0 -35 -129 -1243q-6 -74 -86 -74q-68 0 -68 62q121 1163 121 1194q0 125 -70.5 192.5t-170.5 67.5q-106 0 -198.5 -84t-115.5 -223l-67 -643q-6 -74 -84 -74q-70 0 -70 63 zM434 1386q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
+<glyph unicode="&#x3af;" horiz-adv-x="520" d="M23 215q0 29 88 858q8 76 83.5 76t75.5 -66q-88 -829 -88 -850q0 -113 127 -112q84 0 84 -55v-13q-6 -72 -98 -71q-272 0 -272 233zM147 1386q0 25 11 46l172 319q31 57 80 57q63 0 63 -73q0 -2 -6 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-68 0 -68 59z" />
+<glyph unicode="&#x3b0;" horiz-adv-x="1095" d="M35 330q0 -156 111.5 -255.5t275.5 -99.5q174 0 315.5 114t159.5 282l72 706q0 59 -70 60q-76 0 -84 -76l-67 -641q-12 -125 -100.5 -208t-209.5 -83q-111 0 -178 71.5t-67 184.5q0 23 69 692q0 59 -69 60q-76 0 -84 -76q-74 -704 -74 -731zM172 1442q4 51 37 82.5 t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM487 1409q0 27 13 43l170 320q31 57 84 57q66 0 65 -60q0 -25 -6 -34l-172 -316q-41 -72 -82 -71q-72 0 -72 61zM786 1442q4 51 37 82.5t76 31.5q39 0 65.5 -25.5t26.5 -64.5 q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -66 25.5t-27 64.5z" />
+<glyph unicode="&#x3b1;" horiz-adv-x="1280" d="M51 473q0 166 62.5 323.5t190.5 267.5t294 110q100 0 188 -46.5t123 -134.5l9 74q8 80 88 80q68 0 67 -64q-86 -829 -86 -847q0 -115 131 -115q84 0 84 -55v-13q-6 -72 -98 -71q-236 0 -264 194q-68 -86 -165 -144.5t-204 -58.5q-207 0 -313.5 142.5t-106.5 357.5z M213 485q0 -160 68.5 -266t201.5 -106q121 0 214.5 91t135 209.5t41.5 231.5q0 176 -83.5 278.5t-202.5 102.5q-121 0 -210 -96t-127 -215t-38 -230z" />
+<glyph unicode="&#x3b2;" horiz-adv-x="1120" d="M-43 -403l6 53l152 1474q20 199 143 321t330 122q170 0 263 -106.5t93 -252.5q0 -88 -57.5 -173t-134.5 -128q207 -92 206 -385q0 -227 -147 -382.5t-362 -155.5q-209 0 -285 122l-51 -489q-8 -88 -88 -88q-68 0 -68 68zM193 389q0 -117 75.5 -187.5t198.5 -70.5 q152 0 240 115.5t88 267.5q0 227 -181 289q-8 0 -104 6l-57 4q-76 14 -76 64v8q6 57 90 71q37 0 72 2q66 0 73 5q76 25 122 93t46 148q0 94 -58 155.5t-153 61.5q-82 0 -140 -27.5t-91 -83t-49.5 -116.5t-26.5 -150q-69 -630 -69 -655z" />
+<glyph unicode="&#x3b3;" horiz-adv-x="1060" d="M113 1067q2 49 28.5 74.5t59.5 25.5q68 0 86 -82l196 -829l373 834q37 78 94 77q31 0 52.5 -19.5t21.5 -49.5v-11q-33 -80 -238 -509q-209 -440 -243 -539l-43 -420q-10 -96 -94 -96q-70 0 -70 78l43 438z" />
+<glyph unicode="&#x3b4;" horiz-adv-x="1148" d="M45 440q0 184 124 341t302 214q-80 47 -129 119t-49 146v20q14 125 126.5 210t313.5 85q84 0 185.5 -36t101.5 -99q-2 -23 -23.5 -43.5t-44.5 -20.5q-16 0 -69 17q-2 0 -4 1t-5 1q-98 33 -163 32q-123 0 -191.5 -40.5t-75.5 -106.5v-10q0 -61 61.5 -125t160.5 -105 q369 -154 368 -475q0 -244 -153.5 -416t-393.5 -172q-209 0 -325.5 132t-116.5 331zM209 451q0 -143 75.5 -235.5t215.5 -92.5q176 0 276.5 123t100.5 293q0 150 -80 238.5t-222 88.5q-166 0 -266 -126.5t-100 -288.5z" />
+<glyph unicode="&#x3b5;" horiz-adv-x="958" d="M12 279q0 111 92.5 203.5t204.5 123.5q-92 35 -137 96.5t-45 128.5q14 147 144 241.5t298 94.5q111 0 210.5 -30.5t99.5 -89.5q-2 -37 -27 -63t-55 -26q-20 0 -66 23q-86 45 -180 45q-109 0 -185.5 -55.5t-89.5 -132.5v-9q0 -51 50.5 -96t132.5 -45h125q43 0 65.5 -19.5 t22.5 -50.5v-8q-4 -31 -30 -54.5t-69 -23.5h-127q-117 -23 -188.5 -85t-79.5 -144q0 -78 67.5 -136t190.5 -58q117 0 238 45q70 25 96 24q55 0 55 -51q-10 -86 -142 -124t-267 -38q-180 0 -292 95.5t-112 218.5z" />
+<glyph unicode="&#x3b6;" horiz-adv-x="1085" d="M49 451q0 281 204 560t460 421h-359q-39 0 -64.5 17t-25.5 46v8q2 37 33 56.5t74 19.5h575q70 0 70 -59v-13q-4 -31 -22.5 -48t-59.5 -32q-80 -31 -194.5 -120.5t-230.5 -215.5t-197 -292t-81 -322q0 -68 11.5 -120t39 -89t50 -59.5t72 -43t75 -27.5t84.5 -23 q63 -16 104.5 -32.5t84.5 -44.5t63.5 -71t20.5 -100q-10 -98 -61.5 -181t-121.5 -83q-25 0 -42 19.5t-17 43.5q4 35 44 92.5t46 94.5q0 37 -34 65.5t-68.5 40.5t-104 30.5t-116 34t-112 51.5t-104.5 81t-67.5 122t-28.5 173z" />
+<glyph unicode="&#x3b7;" horiz-adv-x="1046" d="M4 63l107 1010q6 80 84 80q70 0 69 -68l-8 -84q115 172 324 173q147 0 254.5 -96.5t107.5 -252.5q0 -35 -129 -1243q-6 -74 -86 -74q-68 0 -68 62q121 1163 121 1194q0 125 -70.5 192.5t-170.5 67.5q-106 0 -198.5 -84t-115.5 -223l-67 -643q-6 -74 -84 -74q-70 0 -70 63 z" />
+<glyph unicode="&#x3b8;" horiz-adv-x="1179" d="M70 616q0 145 33.5 302t99 305.5t184.5 245t268 96.5q115 0 200 -59.5t130 -159t66.5 -210t21.5 -233.5q0 -113 -20.5 -234.5t-65.5 -244.5t-111.5 -220.5t-168 -158.5t-222.5 -61q-115 0 -198.5 55t-129.5 149.5t-66.5 200.5t-20.5 227zM229 629q0 -92 13.5 -174 t43 -158t86 -121t134.5 -45q109 0 191.5 85t125.5 213t64.5 249t21.5 223q0 92 -12 176t-40 162t-82 125t-128 47q-111 0 -196.5 -86t-131 -215t-68 -253t-22.5 -228zM326 770q6 94 82 94h352q61 0 61 -67q-8 -84 -78 -84h-352q-65 0 -65 57z" />
+<glyph unicode="&#x3b9;" horiz-adv-x="520" d="M23 215q0 29 88 858q8 76 83.5 76t75.5 -66q-88 -829 -88 -850q0 -113 127 -112q84 0 84 -55v-13q-6 -72 -98 -71q-272 0 -272 233z" />
+<glyph unicode="&#x3ba;" horiz-adv-x="1067" d="M4 63l105 1008q8 76 86 76q68 0 67 -60v-16l-51 -489l598 561q23 18 51 18q31 0 52.5 -17.5t21.5 -45.5v-8q-2 -35 -49 -74l-359 -361l318 -505q23 -55 22 -76q-4 -39 -25.5 -59.5t-52.5 -20.5q-47 0 -69 47l-324 528q-43 -35 -104.5 -95t-100.5 -93l-32 -307 q-6 -74 -84 -74q-70 0 -70 63z" />
+<glyph unicode="&#x3bb;" horiz-adv-x="1028" d="M8 55l12 47l453 942l-113 447q-2 8 -2 25q2 31 30 49t63 18q66 0 86 -88l329 -1376q4 -25 4 -33q-6 -86 -77 -86q-70 0 -86 70l-175 747l-356 -741q-37 -76 -100 -76q-68 0 -68 55z" />
+<glyph unicode="&#x3bc;" horiz-adv-x="1081" d="M-41 -424l152 1485q8 76 84 76q66 0 65 -60q-41 -408 -67 -655q-6 -57 -7 -62q0 -98 64.5 -158.5t165.5 -60.5q137 0 230 95.5t110 236.5l61 588q8 76 84 76q66 0 66 -60l-103 -989q-8 -88 -82 -88q-68 0 -67 66q2 23 4 52t2 38q-129 -172 -340 -172q-66 0 -128.5 31.5 t-92.5 84.5l-54 -508q-8 -76 -83 -75q-64 0 -64 59z" />
+<glyph unicode="&#x3bd;" horiz-adv-x="1011" d="M109 1067q10 72 86 72q61 0 79 -90l172 -777l340 779q39 88 104.5 88t65.5 -60q0 -25 -8 -45l-436 -973q-29 -61 -98 -61q-61 0 -78 61l-225 971q-2 12 -2 35z" />
+<glyph unicode="&#x3be;" horiz-adv-x="958" d="M47 352q0 168 132 308.5t296 181.5q-233 51 -233 205q0 113 128 222t281 146h-327q-39 0 -65 17.5t-26 46.5q6 84 107 84h596q70 0 70 -60q-4 -47 -20.5 -70.5t-55.5 -27.5q-57 -6 -133 -28.5t-161 -61.5t-147.5 -103.5t-74.5 -140.5q2 -53 52 -89t104.5 -48t101.5 -12 q45 0 75.5 -20.5t30.5 -55.5q-2 -41 -39 -66.5t-80 -25.5q-143 0 -279 -95.5t-157 -259.5q6 -66 35 -113.5t81 -76.5t96 -45.5t116 -34.5t104 -31q74 -25 123 -84t49 -129q-8 -98 -61 -190t-123 -92q-25 0 -42 19.5t-17 43.5q4 35 44 92.5t46 94.5q0 72 -90 108 q-39 14 -133.5 40t-149.5 47.5t-121.5 60t-99.5 100t-33 143.5z" />
+<glyph unicode="&#x3bf;" horiz-adv-x="1177" d="M53 489q0 172 67.5 328t200 256.5t297.5 100.5q211 0 324 -152t113 -373q0 -268 -158 -470t-405 -202q-211 0 -325 146.5t-114 365.5zM219 518q0 -162 73 -280.5t216 -118.5q180 0 282.5 155.5t102.5 337.5q0 166 -74 290t-217 124q-96 0 -172 -49t-121 -126t-67.5 -163 t-22.5 -170z" />
+<glyph unicode="&#x3c0;" horiz-adv-x="1114" d="M4 63l107 1010q4 33 25.5 56.5t51.5 23.5h727q68 0 68 -70v-12l-106 -997q-6 -74 -82 -74t-76 63l98 936h-555l-98 -925q-6 -74 -90 -74q-70 0 -70 63z" />
+<glyph unicode="&#x3c1;" horiz-adv-x="1148" d="M-43 -395l100 973q27 258 177.5 427t381.5 169q211 0 316.5 -134.5t105.5 -363.5q0 -172 -59 -327.5t-188 -263.5t-299 -108q-94 0 -181.5 48.5t-138.5 146.5l-61 -567q-8 -76 -88 -76q-66 0 -66 63v13zM213 502q0 -182 86 -279.5t211 -97.5q123 0 212 89t125 202.5 t36 228.5q0 160 -66.5 271.5t-206.5 111.5q-102 0 -182 -49t-125 -128t-67.5 -168t-22.5 -181z" />
+<glyph unicode="&#x3c2;" horiz-adv-x="1161" d="M84 471q0 276 194.5 483t462.5 207q145 0 232 -55q63 -39 63 -72q-4 -39 -26.5 -65.5t-55.5 -26.5q-31 0 -114.5 25.5t-124.5 25.5q-207 0 -335 -158.5t-128 -361.5q0 -96 33.5 -161.5t89 -97.5t121 -52.5t132 -36.5t122 -39t89 -70t33.5 -118q0 -96 -49 -197.5 t-129 -101.5q-25 0 -43 20.5t-18 44.5q4 35 46 92.5t46 91.5v11q0 53 -47 77.5t-152 51.5q-57 14 -84.5 22t-83 29.5t-86 42t-71.5 58.5t-62.5 82t-38 107.5t-16.5 141.5z" />
+<glyph unicode="&#x3c3;" horiz-adv-x="1302" d="M55 496q0 272 163 468.5t415 196.5l557 -2q90 -8 90 -74q-8 -84 -96 -84q-29 0 -289 23q76 -66 119 -174.5t43 -228.5q0 -258 -164 -451t-412 -193q-209 0 -317.5 149t-108.5 370zM217 520q0 -162 72.5 -280.5t216.5 -118.5q180 0 286.5 153.5t106.5 331.5 q0 164 -74.5 289t-218.5 125q-123 0 -215 -83t-133 -194.5t-41 -222.5z" />
+<glyph unicode="&#x3c4;" horiz-adv-x="991" d="M-20 1061q8 78 73 78h713q74 0 74 -56q-6 -84 -84 -84h-285q-74 -686 -74 -735q0 -76 28 -109.5t101 -33.5q84 0 84 -55v-13q-6 -72 -98 -71q-147 0 -207.5 68.5t-60.5 207.5q0 55 73 739h-268q-69 1 -69 64z" />
+<glyph unicode="&#x3c5;" horiz-adv-x="1095" d="M35 330q0 27 74 731q8 76 84 76q70 0 69 -60q-70 -670 -69 -692q0 -113 67.5 -184.5t177.5 -71.5q121 0 209 83t101 208l67 641q8 76 84 76q70 0 70 -60l-72 -706q-18 -168 -159.5 -282t-315.5 -114q-164 0 -275.5 99.5t-111.5 255.5z" />
+<glyph unicode="&#x3c6;" horiz-adv-x="1503" d="M53 477q0 205 102.5 392.5t274.5 285.5q16 10 41 10q27 0 47.5 -14t20.5 -37q0 -35 -54 -76q-127 -96 -201.5 -246.5t-74.5 -302.5q0 -141 85 -241.5t253 -122.5q82 764 145 870q94 160 318 160q176 0 270 -141.5t94 -333.5q0 -293 -199.5 -489.5t-488.5 -206.5 q-6 -63 -20.5 -190.5t-20.5 -190.5q-10 -78 -84 -78q-70 0 -69 61v17l40 381q-217 8 -348 151t-131 342zM700 125q229 10 370.5 167t141.5 378q0 139 -53 245.5t-164 106.5q-139 0 -196 -135q-23 -55 -99 -762z" />
+<glyph unicode="&#x3c7;" horiz-adv-x="1046" d="M-45 -428q2 35 25 76l434 735l-246 623q-10 31 -10 51q8 86 84 86q51 0 73 -49l205 -539l322 535q31 49 80 49q31 0 50 -19.5t19 -52.5q-2 -37 -20 -66l-381 -618l278 -731q10 -35 11 -51q-2 -27 -13 -43q-20 -35 -65 -35q-63 0 -88 69l-228 627l-366 -635 q-39 -66 -107 -65q-43 0 -55 32q-2 7 -2 21z" />
+<glyph unicode="&#x3c8;" horiz-adv-x="1390" d="M53 487q0 12 62 588q12 98 86 99q33 0 54 -26t21 -71q-66 -598 -65 -604q0 -350 313 -356l121 1093q8 82 86 82q41 0 54.5 -21.5t13.5 -60.5l-121 -1093q178 2 280.5 126t124.5 326q4 45 30 241t32 267q8 94 84 94q33 0 54.5 -22.5t21.5 -56.5q0 -18 -8.5 -80t-24 -182.5 t-27.5 -245.5q-27 -262 -181.5 -432t-399.5 -175l-37 -348q-12 -109 -88 -108q-68 0 -68 86q0 6 2 31l37 339q-221 4 -339 145.5t-118 364.5z" />
+<glyph unicode="&#x3c9;" horiz-adv-x="1359" d="M43 365q0 213 90 424.5t246 338.5q25 18 63 19q25 0 38.5 -15.5t13.5 -37.5v-9q-2 -20 -31 -49l-12 -12q-119 -129 -185.5 -301t-66.5 -346q0 -119 43 -183.5t106 -64.5q61 0 118.5 65.5t82.5 182.5q6 66 20.5 199t20.5 196q4 41 31.5 64.5t60.5 23.5q29 0 48.5 -18.5 t19.5 -53.5v-8l-43 -403q2 -115 46 -181.5t101 -66.5q63 0 110.5 48t71 121t33.5 138.5t10 120.5q0 270 -145 471q-25 35 -25 55q4 31 21.5 49.5t44.5 18.5q39 0 59 -18q197 -193 197 -543q0 -113 -17.5 -212t-57.5 -192.5t-117.5 -148.5t-184.5 -55q-184 0 -246 237 q-113 -236 -295 -235q-111 0 -190.5 106.5t-79.5 274.5z" />
+<glyph unicode="&#x3ca;" horiz-adv-x="600" d="M-76 1442q4 51 37 82.5t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM23 215q0 -233 272 -233q92 0 98 71v13q0 55 -84 55q-127 0 -127 112q0 20 88 850q0 66 -75.5 66t-83.5 -76q-88 -829 -88 -858zM334 1442 q4 51 36.5 82.5t75.5 31.5q39 0 66 -25.5t27 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#x3cb;" horiz-adv-x="1095" d="M35 330q0 -156 111.5 -255.5t275.5 -99.5q174 0 315.5 114t159.5 282l72 706q0 59 -70 60q-76 0 -84 -76l-67 -641q-12 -125 -100.5 -208t-209.5 -83q-111 0 -178 71.5t-67 184.5q0 23 69 692q0 59 -69 60q-76 0 -84 -76q-74 -704 -74 -731zM260 1442q4 51 37 82.5 t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM670 1442q4 51 36.5 82.5t75.5 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#x3cc;" horiz-adv-x="1177" d="M53 489q0 172 67.5 328t200 256.5t297.5 100.5q211 0 324 -152t113 -373q0 -268 -158 -470t-405 -202q-211 0 -325 146.5t-114 365.5zM219 518q0 -162 73 -280.5t216 -118.5q180 0 282.5 155.5t102.5 337.5q0 166 -74 290t-217 124q-96 0 -172 -49t-121 -126t-67.5 -163 t-22.5 -170zM557 1386q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
+<glyph unicode="&#x3cd;" horiz-adv-x="1095" d="M35 330q0 27 74 731q8 76 84 76q70 0 69 -60q-70 -670 -69 -692q0 -113 67.5 -184.5t177.5 -71.5q121 0 209 83t101 208l67 641q8 76 84 76q70 0 70 -60l-72 -706q-18 -168 -159.5 -282t-315.5 -114q-164 0 -275.5 99.5t-111.5 255.5zM475 1386q0 25 10 46l172 319 q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
+<glyph unicode="&#x3ce;" horiz-adv-x="1359" d="M43 365q0 213 90 424.5t246 338.5q25 18 63 19q25 0 38.5 -15.5t13.5 -37.5v-9q-2 -20 -31 -49l-12 -12q-119 -129 -185.5 -301t-66.5 -346q0 -119 43 -183.5t106 -64.5q61 0 118.5 65.5t82.5 182.5q6 66 20.5 199t20.5 196q4 41 31.5 64.5t60.5 23.5q29 0 48.5 -18.5 t19.5 -53.5v-8l-43 -403q2 -115 46 -181.5t101 -66.5q63 0 110.5 48t71 121t33.5 138.5t10 120.5q0 270 -145 471q-25 35 -25 55q4 31 21.5 49.5t44.5 18.5q39 0 59 -18q197 -193 197 -543q0 -113 -17.5 -212t-57.5 -192.5t-117.5 -148.5t-184.5 -55q-184 0 -246 237 q-113 -236 -295 -235q-111 0 -190.5 106.5t-79.5 274.5zM645 1384q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
+<glyph unicode="&#x2000;" horiz-adv-x="913" />
+<glyph unicode="&#x2001;" horiz-adv-x="1828" />
+<glyph unicode="&#x2002;" horiz-adv-x="913" />
+<glyph unicode="&#x2003;" horiz-adv-x="1828" />
+<glyph unicode="&#x2004;" horiz-adv-x="608" />
+<glyph unicode="&#x2005;" horiz-adv-x="456" />
+<glyph unicode="&#x2006;" horiz-adv-x="303" />
+<glyph unicode="&#x2007;" horiz-adv-x="303" />
+<glyph unicode="&#x2008;" horiz-adv-x="227" />
+<glyph unicode="&#x2009;" horiz-adv-x="364" />
+<glyph unicode="&#x200a;" horiz-adv-x="100" />
+<glyph unicode="&#x2010;" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
+<glyph unicode="&#x2011;" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
+<glyph unicode="&#x2012;" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1435" d="M59 551q4 43 30 68.5t67 25.5h1036q80 0 80 -70q-8 -86 -96 -86h-1037q-80 1 -80 62z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1841" d="M59 551q4 43 30 68.5t67 25.5h1441q80 0 80 -70q-8 -86 -96 -86h-1442q-80 1 -80 62z" />
+<glyph unicode="&#x2018;" horiz-adv-x="526" d="M154 1479q2 29 29.5 48t58.5 19q43 0 59 -41l115 -360q6 -8 6 -25q-2 -27 -31 -49t-55 -22q-55 0 -76 71l-102 334q-4 17 -4 25z" />
+<glyph unicode="&#x2019;" horiz-adv-x="526" d="M117 1114q0 16 10 31l192 360q23 41 68 41q29 0 50.5 -17.5t21.5 -43.5q0 -20 -8 -31l-172 -334q-39 -72 -93 -71q-25 0 -47 20t-22 45z" />
+<glyph unicode="&#x201a;" horiz-adv-x="526" d="M-20 -209q2 20 8 31l170 334q35 66 96 65q25 0 45 -17.5t20 -41.5q0 -20 -10 -31l-190 -360q-25 -41 -68 -41q-29 0 -50 17t-21 44z" />
+<glyph unicode="&#x201c;" horiz-adv-x="860" d="M154 1479q2 29 29.5 48t58.5 19q43 0 59 -41l115 -360q6 -8 6 -25q-2 -27 -31 -49t-55 -22q-55 0 -76 71l-102 334q-4 17 -4 25zM502 1479q2 29 29.5 48t58.5 19q43 0 59 -41l115 -360q6 -8 6 -25q-2 -27 -30.5 -49t-55.5 -22q-55 0 -76 71l-102 334q-4 17 -4 25z" />
+<glyph unicode="&#x201d;" horiz-adv-x="860" d="M117 1114q0 16 10 31l192 360q23 41 68 41q29 0 50.5 -17.5t21.5 -43.5q0 -20 -8 -31l-172 -334q-39 -72 -93 -71q-25 0 -47 20t-22 45zM465 1114q0 16 10 31l193 360q23 41 67 41q29 0 50.5 -17.5t21.5 -43.5q0 -20 -8 -31l-172 -334q-39 -72 -92 -71q-25 0 -47.5 20 t-22.5 45z" />
+<glyph unicode="&#x201e;" horiz-adv-x="858" d="M-20 -209q2 20 8 31l170 334q14 27 41.5 47t56.5 20q25 0 44 -18.5t19 -42.5q0 -20 -10 -31l-190 -360q-25 -41 -68 -41q-29 0 -50 17t-21 44zM305 -209q2 20 8 31l172 334q35 66 99 65q25 0 44 -17.5t19 -41.5q0 -20 -10 -31l-191 -360q-25 -41 -67 -41q-31 0 -52.5 17 t-21.5 44z" />
+<glyph unicode="&#x2020;" horiz-adv-x="1130" d="M111 1053q8 84 84 84h301l30 299q4 45 30 73.5t58 28.5q63 0 64 -76q0 -18 -2 -26l-31 -299h305q68 0 68 -66q-8 -84 -84 -84h-305l-92 -887q-12 -100 -82 -100q-29 0 -49.5 21.5t-20.5 60.5q0 4 1 10t1 8l92 887h-301q-67 0 -67 66z" />
+<glyph unicode="&#x2021;" horiz-adv-x="1130" d="M51 475q6 88 82 88h301l45 424h-301q-68 0 -67 66q8 86 84 86h301l30 299q4 45 30 72.5t58 27.5q63 0 64 -76q0 -16 -33 -323h305q68 0 68 -62q-8 -90 -84 -90h-305l-45 -424h305q68 0 67 -61q-6 -88 -82 -88h-305l-34 -322q-8 -100 -82 -100q-29 0 -48.5 23.5 t-19.5 62.5l35 336h-301q-68 0 -68 61z" />
+<glyph unicode="&#x2022;" horiz-adv-x="1161" d="M188 662q0 168 116 283.5t276 115.5q143 0 230 -88t87 -225q0 -166 -117.5 -282t-275.5 -116q-141 0 -228.5 87.5t-87.5 224.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1103" d="M10 90q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5zM358 90q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -83t-75.5 -32q-39 0 -66 25.5t-27 64.5zM686 90q4 51 37 83t76 32q39 0 65.5 -25.5 t26.5 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="364" />
+<glyph unicode="&#x2030;" horiz-adv-x="2469" d="M121 1137q0 172 111.5 293.5t271.5 121.5q141 0 222 -95t81 -238q0 -172 -111.5 -298t-271.5 -126q-141 0 -222 98.5t-81 243.5zM260 1141q0 -94 45 -162t131 -68q111 0 175.5 93.5t64.5 201.5q0 94 -48 162t-136 68q-109 0 -170.5 -93t-61.5 -202zM365 8q0 27 16 64 l709 1429q31 61 84 62q55 0 55 -52q0 -27 -17 -67q-49 -106 -367.5 -745.5t-355.5 -698.5q-31 -43 -71 -43q-53 0 -53 51zM793 305q0 176 111.5 300t275.5 124q139 0 217 -96t78 -240q0 -174 -107.5 -297t-267.5 -123q-143 0 -225 94.5t-82 237.5zM932 309q0 -94 45 -157.5 t135 -63.5q109 0 171.5 91t62.5 198q0 94 -46.5 164.5t-132.5 70.5q-111 0 -173 -96t-62 -207zM1602 305q0 176 111.5 300t275.5 124q139 0 217 -96t78 -240q0 -174 -108 -297t-267 -123q-143 0 -225 94.5t-82 237.5zM1741 313q0 -94 47 -159.5t133 -65.5q109 0 171 91 t62 198q0 94 -46 164.5t-132 70.5q-111 0 -173 -94t-62 -205z" />
+<glyph unicode="&#x2039;" horiz-adv-x="1361" d="M59 557v10q6 59 80 92l979 435q39 16 64 16q18 0 35 -6q31 -12 30 -45v-10q-6 -55 -78 -88l-886 -406l784 -401q66 -35 66 -86v-9q-6 -59 -76 -59q-33 0 -76 18l-860 453q-62 33 -62 86z" />
+<glyph unicode="&#x203a;" horiz-adv-x="1361" d="M8 63v11q6 55 76 88l868 385l-784 422q-57 31 -57 75v11q6 63 77 63q23 0 48 -10l880 -455q80 -41 80 -90q-6 -61 -117 -114l-958 -437q-25 -10 -45 -10q-68 0 -68 61z" />
+<glyph unicode="&#x205f;" horiz-adv-x="456" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1566" d="M70 590q6 86 82 86h96q0 111 14 160h-94q-68 0 -68 61q6 82 84 82h115q82 256 277.5 424t472.5 168q252 0 413 -168q33 -31 33 -68q-4 -41 -27.5 -64.5t-54.5 -23.5q-41 0 -61 25q-117 129 -328 129q-201 0 -342 -118t-209 -304h713q72 0 71 -64q-6 -80 -88 -79h-735 q-12 -70 -12 -160h524q72 0 72 -60q-6 -84 -86 -84h-494q35 -176 152 -285.5t305 -109.5q195 0 350 139q25 23 53 23q66 0 66 -66q-6 -59 -39 -86q-215 -170 -457 -170q-266 0 -422.5 156t-189.5 399h-119q-67 1 -67 58z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1415" d="M158 1503q2 41 41 41h379q35 0 34 -31q-2 -43 -43 -43h-151l-68 -649q-6 -51 -43 -51q-33 0 -33 37v14l68 649h-152q-32 0 -32 33zM457 807l174 688q14 63 69 64q57 0 68 -56l104 -590l240 590q25 55 76 56q55 0 57 -64l33 -670l-2 -10q-4 -35 -37 -35q-35 0 -39 41 l-26 633l-269 -633q-20 -45 -47 -45q-29 0 -37 45l-129 633l-157 -633q-12 -43 -50 -43q-28 0 -28 29z" />
+<glyph unicode="&#x2126;" horiz-adv-x="1464" d="M98 858q0 293 205 501t492 208q274 0 422.5 -165t148.5 -403q0 -295 -205 -493.5t-499 -198.5q-272 0 -418 160t-146 391zM119 61q8 88 78 89h907q63 0 63 -60q0 -39 -20.5 -64.5t-56.5 -25.5h-908q-63 0 -63 61zM254 879q0 -180 110.5 -303t317.5 -123 q227 0 379.5 153.5t152.5 368.5q0 182 -114.5 313t-319.5 131q-225 0 -375.5 -163.5t-150.5 -376.5z" />
+<glyph unicode="&#x2206;" horiz-adv-x="1392" d="M4 45v8q4 20 12 35l631 1339q43 94 127 95q88 0 107 -95l366 -1339q4 -20 4 -31v-8q-6 -49 -127 -49h-1030q-90 0 -90 45zM213 162h850l-311 1149z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1135" d="M0 1135h1135v-1135h-1135v1135z" />
+<glyph horiz-adv-x="1210" d="M61 512q0 176 64.5 340t200 277.5t309.5 113.5h8q215 0 325.5 -153.5t110.5 -380.5q0 -180 -65.5 -345t-200.5 -277t-307 -112q-215 0 -330 155t-115 382zM225 537q0 -170 77 -287t220 -117q129 0 222.5 95.5t131 216t37.5 237.5q0 170 -74.5 284.5t-213.5 114.5 q-131 0 -226.5 -93t-134.5 -212.5t-39 -238.5z" />
+<glyph horiz-adv-x="813" d="M127 1057v8q8 66 86 86q313 86 322 86q49 0 61 -41q2 -6 2 -35q0 -41 -2 -69l-107 -1004q-4 -39 -28.5 -63.5t-61.5 -24.5q-35 0 -55 20.5t-20 55.5v12l102 971l-207 -58q-20 -4 -26 -4q-29 0 -47.5 16.5t-18.5 43.5z" />
+<glyph horiz-adv-x="1150" d="M57 66v8q2 33 39 76q514 406 617 507q96 96 104 181q2 20 2 47q0 98 -71.5 156.5t-169.5 58.5q-109 0 -195 -73t-98 -202q-4 -35 -29 -66.5t-63 -31.5q-37 0 -56.5 29.5t-19.5 68.5v11q20 188 165.5 304.5t319.5 116.5q158 0 272.5 -96t114.5 -250q0 -61 -28.5 -128.5 t-65.5 -124t-105.5 -126t-115.5 -111.5t-131 -106.5t-116 -86t-103 -72.5h534q70 0 70 -66v-10q-10 -80 -86 -80h-678q-107 0 -107 66z" />
+<glyph horiz-adv-x="1105" d="M35 -8q4 39 26.5 60.5t51.5 21.5q53 0 71 -54q63 -195 248 -194q141 0 234.5 97t93.5 231q0 96 -53.5 169.5t-155.5 92.5q-25 4 -119 4q-86 2 -86 67v9q6 74 100 73q96 0 117 4q100 20 156.5 115.5t56.5 200.5q0 100 -58.5 157.5t-164.5 57.5q-88 0 -157.5 -59.5 t-78.5 -145.5q-10 -102 -90 -102q-78 0 -77 84q0 4 1 12t1 12q14 135 139 243.5t289 108.5q170 0 267 -99t97 -253q0 -221 -207 -391q190 -127 191 -350q0 -215 -145.5 -358.5t-346.5 -143.5q-145 0 -273 90t-128 221v19z" />
+<glyph horiz-adv-x="1222" d="M37 205q4 55 35 90l624 862q68 96 168 96q51 0 84 -33.5t33 -91.5q0 -4 -1 -11t-1 -11l-86 -830h98q68 0 68 -63q0 -39 -19.5 -64.5t-56.5 -25.5h-106l-31 -293q-10 -96 -88 -96q-70 0 -70 80v16l31 291h-584q-47 0 -72.5 23.5t-25.5 60.5zM236 276h499l84 805z" />
+<glyph horiz-adv-x="1236" d="M20 -53q2 35 25 54t49 19q37 0 60 -34q41 -63 122.5 -103.5t165.5 -40.5q154 0 262.5 119t108.5 266q0 127 -78 216t-225 89q-57 0 -117.5 -17t-89.5 -17q-76 0 -76 63v12q0 12 164 574q25 82 127 82h438q31 0 48.5 -22.5t17.5 -55.5v-10q-10 -78 -84 -78h-422l-108 -395 q68 16 157 16q201 0 308.5 -122t107.5 -296q0 -238 -166 -407.5t-397 -169.5q-164 0 -281 78.5t-117 166.5v13z" />
+<glyph horiz-adv-x="1177" d="M72 446q0 526 624 1045q37 31 74 31q33 0 54.5 -18.5t21.5 -51.5v-12q-4 -29 -27 -49q-141 -119 -272 -267.5t-193 -253.5q104 109 293 109q158 0 261.5 -117t103.5 -303q0 -229 -155 -406.5t-376 -177.5q-197 0 -303 135t-106 336zM229 446q0 -133 73 -226t204 -93 q154 18 251 136t97 267q0 125 -72.5 211t-214.5 86q-152 0 -245 -117t-93 -264z" />
+<glyph horiz-adv-x="1138" d="M59 1128q8 96 103 97h725q37 0 61.5 -23.5t24.5 -62.5q-2 -33 -19 -64l-678 -1284q-47 -84 -108.5 -84t-61.5 66v14q4 33 15 49l649 1223h-625q-86 -1 -86 69z" />
+<glyph horiz-adv-x="1138" d="M49 385q0 145 85 268t216 183q-164 106 -164 305q0 176 137.5 298t307.5 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -302 114t-114 296zM225 410q0 -119 70 -196t188 -77 q137 0 225.5 107.5t88.5 240.5q0 117 -71 195t-179 78q-137 0 -229.5 -108.5t-92.5 -239.5zM350 1141q0 -98 57.5 -164t155.5 -66q111 0 179.5 93.5t68.5 201.5q0 94 -58.5 148.5t-142.5 54.5q-111 0 -185.5 -81t-74.5 -187z" />
+<glyph horiz-adv-x="1150" d="M57 674q0 233 157 402t384 169q199 0 311.5 -133t112.5 -346q0 -322 -183.5 -604.5t-473.5 -499.5q-31 -23 -66 -22q-29 0 -47.5 17t-18.5 42q4 47 48 86q154 123 289 273.5t178 246.5q-111 -90 -271 -90q-197 0 -308.5 134.5t-111.5 324.5zM221 674q0 -141 80 -223 t201 -82q166 0 265 119.5t99 281.5q0 133 -72.5 225t-218.5 92q-160 0 -257 -128.5t-97 -284.5z" />
+<glyph horiz-adv-x="1357" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-113 262h-635l-145 -233q-35 -78 -98 -78q-60 0 -60 61zM399 467h488l-199 506z" />
+<glyph horiz-adv-x="1150" d="M8 74q0 16 2 26l99 949q12 98 94 98h375q150 0 249 -61.5t99 -186.5q0 -111 -67.5 -185.5t-172.5 -107.5q133 -4 210 -82t77 -182q0 -152 -130 -247t-284 -95h-440q-68 0 -90 16q-21 17 -21 58zM166 150h346q131 0 208 51t85 143q0 88 -84 130t-201 42h-315zM219 655h246 q281 0 299 203q0 139 -213 139h-295z" />
+<glyph horiz-adv-x="1263" d="M66 506q0 291 204.5 483.5t491.5 192.5q250 0 416 -168q31 -31 30 -68q-4 -41 -27.5 -64.5t-54.5 -23.5q-41 0 -61 25q-117 129 -328 129q-209 0 -356.5 -151.5t-147.5 -354.5q0 -178 116 -273.5t300 -95.5q195 0 350 139q25 23 54 23q66 0 65 -66q-6 -59 -39 -86 q-215 -170 -456 -170q-252 0 -404.5 146.5t-152.5 382.5z" />
+<glyph horiz-adv-x="1318" d="M6 57q0 16 2 27l101 965q12 98 129 98h399q205 0 342 -132t137 -366q0 -299 -184 -474t-449 -175h-397q-45 0 -62.5 11t-17.5 46zM166 150h321q219 0 343 138t124 349q0 182 -100 271t-248 89h-350z" />
+<glyph horiz-adv-x="976" d="M6 57q0 20 2 35l103 963q8 92 92 92h622q68 0 68 -76q-6 -74 -82 -74h-557l-35 -319h459q68 0 67 -78q-6 -72 -81 -72h-459l-41 -378h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
+<glyph horiz-adv-x="897" d="M6 53l103 996q12 98 94 98h604q68 0 67 -60q-6 -90 -81 -90h-537l-45 -417h405q68 0 68 -78q-6 -74 -84 -74h-405l-37 -367q-6 -61 -84 -61q-68 0 -68 53z" />
+<glyph horiz-adv-x="1439" d="M61 496q0 274 200 474.5t462 200.5q115 0 225.5 -48t190.5 -140q27 -27 26 -68q-4 -33 -27.5 -59.5t-60.5 -26.5q-35 0 -67 33q-145 145 -314 146q-201 0 -334 -156t-133 -348q0 -156 110 -262.5t273 -106.5q156 0 292 86t153 240q4 29 -4 31h-318q-82 0 -82 61v12 q6 76 103 76h342q117 0 116 -125q0 -240 -192.5 -389.5t-433.5 -149.5q-236 0 -381.5 155t-145.5 364z" />
+<glyph horiz-adv-x="1150" d="M6 63l107 1014q6 76 82 76q68 0 67 -63l-45 -428h641l45 415q8 76 82 76q70 0 70 -63l-107 -1016q-6 -74 -84 -74q-68 0 -67 63l47 447h-641l-47 -436q-6 -74 -80 -74q-70 0 -70 63z" />
+<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph horiz-adv-x="851" d="M12 125v8q10 78 78 78q16 0 82 -47q63 -47 143 -47q88 0 142.5 50t64.5 138l82 770q8 76 84 76q70 0 70 -76l-82 -770q-14 -152 -118.5 -242t-258.5 -90q-162 0 -268 103q-19 18 -19 49z" />
+<glyph horiz-adv-x="1183" d="M6 57l109 1039q6 63 80 63q72 0 71 -55v-8l-63 -596l782 637q23 18 49 18q31 0 53.5 -23.5t22.5 -52.5q-2 -35 -27 -53l-467 -375l400 -528q18 -18 18 -51v-9q-2 -33 -27.5 -49t-48.5 -16q-37 0 -65 35l-391 516l-320 -250l-24 -233q-6 -66 -80 -66q-72 0 -72 57z" />
+<glyph horiz-adv-x="1021" d="M8 94q0 4 1 11.5t1 11.5l103 960q6 76 82 76q68 0 67 -63l-98 -940h657q68 0 68 -74q-6 -76 -82 -76h-707q-92 0 -92 94z" />
+<glyph horiz-adv-x="1658" d="M6 61v11l4 24l301 924q41 154 148 154q98 0 129 -138l174 -760l342 760q59 133 162 133q104 0 110 -149l92 -938q0 -35 -24.5 -57.5t-57.5 -22.5q-68 0 -73 82l-80 893l-412 -889q-41 -88 -92 -88q-53 0 -76 88l-209 891l-282 -893q-23 -84 -90 -84q-66 0 -66 59z" />
+<glyph horiz-adv-x="1204" d="M6 66l107 1015q10 90 84 90q55 0 98 -73l588 -828l88 822q10 78 82 77q68 0 67 -65l-106 -1014q-10 -90 -82 -90q-59 0 -96 61l-594 824l-86 -807q-10 -78 -80 -78t-70 66z" />
+<glyph horiz-adv-x="1366" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5z" />
+<glyph horiz-adv-x="1067" d="M6 63v13l105 991q8 82 92 82h393q188 0 294.5 -100.5t106.5 -241.5q0 -188 -143 -312t-326 -124h-340l-32 -295q-8 -76 -80 -76q-70 0 -70 63zM203 520h332q135 0 215.5 73t93.5 183q0 94 -75 158.5t-216 64.5h-299z" />
+<glyph horiz-adv-x="1521" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -252 -182 -451q92 -117 92 -141v-8q-4 -29 -23.5 -50.5t-52.5 -21.5q-29 0 -47 19l-90 102q-158 -102 -356 -102q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5 q127 0 238 61l-78 82q-23 23 -22 50q0 37 27.5 67.5t64.5 30.5q31 0 51 -25l84 -96q111 141 111 313q0 168 -108 282t-280 114q-213 0 -350 -142.5t-137 -343.5z" />
+<glyph horiz-adv-x="1071" d="M8 74v18l105 995q8 82 127 82h307q205 0 319.5 -79.5t114.5 -239.5q0 -139 -80 -234.5t-209 -144.5l185 -334q12 -16 12 -47q0 -4 -1 -12t-1 -12q-6 -68 -74 -68q-37 0 -65 41l-216 381h-339l-35 -328q-10 -92 -82 -92q-68 0 -68 74zM209 569h291q127 0 223 59.5 t108 172.5q0 219 -284 219h-291z" />
+<glyph horiz-adv-x="1001" d="M31 145q0 39 21.5 71t58.5 32q29 0 57 -23q133 -92 272 -92q98 0 178 42t91 132q0 70 -58.5 112t-156.5 79q-76 29 -113 44t-98.5 45.5t-90 58.5t-53 71t-24.5 92q0 4 1 13t1 14q18 164 145 248.5t303 84.5q178 0 309 -73q31 -18 31 -60q-2 -43 -26.5 -65.5t-55.5 -22.5 q-25 0 -43 13q-88 53 -239 53q-104 0 -179 -38t-86 -122v-8q0 -14 5.5 -27.5t16.5 -26t22.5 -23.5t32 -22.5t37 -19.5t43 -20.5t44 -18.5t49 -19.5t47.5 -19.5q143 -57 224.5 -132t81.5 -195q-18 -174 -152.5 -259.5t-308.5 -85.5q-188 0 -365 121q-22 16 -22 47z" />
+<glyph horiz-adv-x="1056" d="M111 1061v10q8 76 90 76h755q70 0 70 -76q-6 -74 -84 -74h-303l-96 -911q-10 -86 -82 -86q-70 0 -70 70l96 927h-301q-75 1 -75 64z" />
+<glyph horiz-adv-x="1177" d="M53 459q0 61 58 604q8 88 94 88q72 0 71 -70q-55 -539 -55 -583q0 -354 303 -355q156 0 249 101.5t120 355.5l49 463q8 88 94 88q74 0 74 -88l-51 -479q-63 -606 -572 -607q-201 0 -317.5 115t-116.5 367z" />
+<glyph horiz-adv-x="1189" d="M113 1073v10q10 74 86 74q59 0 73 -61l252 -842l424 842q29 59 78 59q31 0 55.5 -23.5t24.5 -52.5v-8q0 -14 -8 -24l-471 -920q-63 -127 -129 -127q-61 0 -95 109l-288 938q-2 8 -2 26z" />
+<glyph horiz-adv-x="1705" d="M113 1085.5q0 6.5 2 10.5q2 35 27.5 55t58.5 20q66 0 71 -75l117 -891l381 889q33 78 117 77q82 0 98 -77l182 -887l299 885q18 84 93 84q31 0 51 -19.5t20 -52.5v-8l-4 -19l-340 -973q-16 -47 -55 -75.5t-84 -28.5q-43 0 -77 23.5t-40 70.5l-174 838l-344 -805 q-57 -131 -150 -131q-45 0 -76.5 33.5t-39.5 87.5l-131 960q-2 2 -2 8.5z" />
+<glyph horiz-adv-x="1079" d="M4 47v10q6 35 33 70l364 504l-215 420q-12 23 -12 43v8q2 31 25.5 50t54.5 19q39 0 63 -36l193 -369l246 367q27 37 67 36q29 0 47.5 -19.5t18.5 -45.5v-8q-2 -25 -23 -47l-286 -400l260 -518q20 -35 20 -68v-8q-6 -57 -65 -57q-45 0 -72 45l-248 467l-334 -465 q-33 -47 -84 -47q-53 0 -53 49z" />
+<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
+<glyph horiz-adv-x="1150" d="M8 68v18q2 41 31 80l782 833h-610q-70 0 -70 60v14q6 76 84 76h721q96 0 96 -59q-2 -43 -51 -107l-782 -833h682q72 0 72 -58v-14q-6 -78 -86 -78h-805q-64 0 -64 68z" />
+<glyph horiz-adv-x="1357" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-113 262h-635l-145 -233q-35 -78 -98 -78q-60 0 -60 61zM399 467h488l-199 506z" />
+<glyph horiz-adv-x="1150" d="M8 74q0 16 2 26l99 949q12 98 94 98h375q150 0 249 -61.5t99 -186.5q0 -111 -67.5 -185.5t-172.5 -107.5q133 -4 210 -82t77 -182q0 -152 -130 -247t-284 -95h-440q-68 0 -90 16q-21 17 -21 58zM166 150h346q131 0 208 51t85 143q0 88 -84 130t-201 42h-315zM219 655h246 q281 0 299 203q0 139 -213 139h-295z" />
+<glyph horiz-adv-x="976" d="M6 63v13l103 968q10 98 94 99h645q33 0 52.5 -20.5t19.5 -49.5v-8q-6 -72 -89 -72h-577l-96 -917q-8 -76 -84 -76q-68 0 -68 63z" />
+<glyph horiz-adv-x="1392" d="M4 45v8q4 20 12 35l553 989q43 94 127 94q88 0 107 -94l362 -989q4 -20 4 -31v-8q-6 -49 -127 -49h-948q-90 0 -90 45zM242 150h712l-282 802z" />
+<glyph horiz-adv-x="976" d="M6 57q0 20 2 35l103 963q8 92 92 92h622q68 0 68 -76q-6 -74 -82 -74h-557l-35 -319h459q68 0 67 -78q-6 -72 -81 -72h-459l-41 -378h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
+<glyph horiz-adv-x="1150" d="M8 68v18q2 41 31 80l782 833h-610q-70 0 -70 60v14q6 76 84 76h721q96 0 96 -59q-2 -43 -51 -107l-782 -833h682q72 0 72 -58v-14q-6 -78 -86 -78h-805q-64 0 -64 68z" />
+<glyph horiz-adv-x="1150" d="M6 63l107 1014q6 76 82 76q68 0 67 -63l-45 -428h641l45 415q8 76 82 76q70 0 70 -63l-107 -1016q-6 -74 -84 -74q-68 0 -67 63l47 447h-641l-47 -436q-6 -74 -80 -74q-70 0 -70 63z" />
+<glyph horiz-adv-x="1386" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5zM293 565q8 88 84 88h567q68 0 68 -63q-6 -88 -84 -88h-568q-67 0 -67 63z" />
+<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph horiz-adv-x="1183" d="M6 57l109 1039q6 63 80 63q72 0 71 -55v-8l-63 -596l782 637q23 18 49 18q31 0 53.5 -23.5t22.5 -52.5q-2 -35 -27 -53l-467 -375l400 -528q18 -18 18 -51v-9q-2 -33 -27.5 -49t-48.5 -16q-37 0 -65 35l-391 516l-320 -250l-24 -233q-6 -66 -80 -66q-72 0 -72 57z" />
+<glyph horiz-adv-x="1378" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-369 924l-524 -895q-35 -78 -98 -78q-60 0 -60 61z" />
+<glyph horiz-adv-x="1658" d="M6 61v11l4 24l301 924q41 154 148 154q98 0 129 -138l174 -760l342 760q59 133 162 133q104 0 110 -149l92 -938q0 -35 -24.5 -57.5t-57.5 -22.5q-68 0 -73 82l-80 893l-412 -889q-41 -88 -92 -88q-53 0 -76 88l-209 891l-282 -893q-23 -84 -90 -84q-66 0 -66 59z" />
+<glyph horiz-adv-x="1204" d="M6 66l107 1015q10 90 84 90q55 0 98 -73l588 -828l88 822q10 78 82 77q68 0 67 -65l-106 -1014q-10 -90 -82 -90q-59 0 -96 61l-594 824l-86 -807q-10 -78 -80 -78t-70 66z" />
+<glyph horiz-adv-x="1298" d="M2 70v10q6 76 94 76h946q78 0 78 -64v-14q-6 -74 -92 -74h-946q-80 0 -80 66zM135 1059v14q6 76 82 76h911q70 0 70 -64v-12q-10 -74 -84 -74h-911q-68 1 -68 60zM227 569q0 4 1 8.5t1 8.5q6 74 80 73h606q68 0 68 -63v-16q-6 -74 -84 -74h-606q-66 0 -66 63z" />
+<glyph horiz-adv-x="1366" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5z" />
+<glyph horiz-adv-x="1138" d="M6 63v13l105 985q10 78 82 78h788q29 0 49.5 -21.5t20.5 -50.5l-105 -991q-8 -76 -80 -76q-70 0 -69 63v13l96 909h-641l-96 -909q-8 -76 -84 -76q-66 0 -66 63z" />
+<glyph horiz-adv-x="1067" d="M6 63v13l105 991q8 82 92 82h393q188 0 294.5 -100.5t106.5 -241.5q0 -188 -143 -312t-326 -124h-340l-32 -295q-8 -76 -80 -76q-70 0 -70 63zM203 520h332q135 0 215.5 73t93.5 183q0 94 -75 158.5t-216 64.5h-299z" />
+<glyph horiz-adv-x="1132" d="M8 68v18q2 41 31 80l412 387q16 23 18 41q0 18 -14 47l-287 340q-29 49 -29 92v8q6 68 111 68h741q68 0 68 -62v-16q-6 -74 -82 -74h-633l309 -352q14 -23 15 -47v-8q-2 -16 -19 -41l-428 -399h692q68 0 68 -62v-16q-6 -72 -82 -72h-827q-64 0 -64 68z" />
+<glyph horiz-adv-x="1056" d="M111 1061v10q8 76 90 76h755q70 0 70 -76q-6 -74 -84 -74h-303l-96 -911q-10 -86 -82 -86q-70 0 -70 70l96 927h-301q-75 1 -75 64z" />
+<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
+<glyph horiz-adv-x="1419" d="M59 547q0 31 2 45q16 170 165 275.5t382 105.5l13 110q8 76 84 76q68 0 67 -61v-15q0 -4 -16 -110q219 0 345 -95.5t126 -250.5q0 -25 -2 -37q-18 -168 -166 -270.5t-379 -102.5l-16 -139q-10 -78 -80 -78t-70 66v12l16 139q-229 0 -350 88t-121 242zM205 569 q0 -98 90 -154.5t250 -56.5l49 473q-180 0 -278.5 -64.5t-108.5 -174.5q0 -4 -1 -12.5t-1 -10.5zM694 358q358 0 385 232q0 4 1 13t1 13q0 100 -84 157.5t-254 57.5z" />
+<glyph horiz-adv-x="1079" d="M4 47q6 43 33 80l364 504l-215 420q-12 23 -12 43q2 35 25.5 56t54.5 21q39 0 63 -36l193 -369l246 367q27 37 67 36q29 0 47.5 -19.5t18.5 -45.5q-2 -33 -23 -55l-286 -400l268 -516q20 -35 20 -67q-6 -68 -73 -68q-45 0 -72 45l-248 467l-334 -465q-33 -47 -84 -47 q-53 0 -53 49z" />
+<glyph horiz-adv-x="1392" d="M84 735q0 59 27 322q6 74 86 73q63 0 63 -73q-25 -236 -24 -293q0 -172 71.5 -264t239.5 -92l74 696q8 76 81 76q68 0 68 -60l-74 -712q209 0 294 114.5t112 362.5l18 172q6 76 84 76q70 0 70 -64l-21 -211q-27 -285 -168 -439.5t-403 -154.5l-20 -190q-6 -74 -82 -74 q-68 0 -68 63l20 201q-448 12 -448 471z" />
+<glyph horiz-adv-x="1212" d="M16 61q8 88 78 89h811q63 0 64 -60q0 -39 -20.5 -64.5t-57.5 -25.5h-811q-64 0 -64 61zM51 668q0 211 171 350t374 139q201 0 333 -109.5t132 -289.5q0 -219 -172 -355.5t-387 -136.5q-201 0 -326 114t-125 288zM209 688q0 -123 89 -197.5t224 -74.5q154 0 265.5 90 t111.5 231q0 121 -91 196t-228 75q-150 0 -260.5 -91.5t-110.5 -228.5z" />
+<glyph horiz-adv-x="1357" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-113 262h-635l-145 -233q-35 -78 -98 -78q-60 0 -60 61zM399 467h488l-199 506z" />
+<glyph horiz-adv-x="976" d="M6 57q0 20 2 35l103 963q8 92 92 92h622q68 0 68 -76q-6 -74 -82 -74h-557l-35 -319h459q68 0 67 -78q-6 -72 -81 -72h-459l-41 -378h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
+<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph horiz-adv-x="1150" d="M6 63l107 1014q6 76 82 76q68 0 67 -63l-45 -428h641l45 415q8 76 82 76q70 0 70 -63l-107 -1016q-6 -74 -84 -74q-68 0 -67 63l47 447h-641l-47 -436q-6 -74 -80 -74q-70 0 -70 63z" />
+<glyph horiz-adv-x="1366" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5z" />
+<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
+<glyph horiz-adv-x="1269" d="M98 61q8 88 78 89h811q63 0 64 -60q0 -39 -20.5 -64.5t-57.5 -25.5h-811q-64 0 -64 61zM133 668q0 211 171 350t374 139q201 0 333 -109.5t132 -289.5q0 -219 -172 -355.5t-387 -136.5q-201 0 -326 114t-125 288zM291 688q0 -123 89 -197.5t224 -74.5q154 0 265.5 90 t111.5 231q0 121 -91 196t-228 75q-150 0 -260.5 -91.5t-110.5 -228.5z" />
+<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
+<glyph horiz-adv-x="1132" d="M8 68v18q2 41 31 80l412 387q16 23 18 41q0 18 -14 47l-287 340q-29 49 -29 92v8q6 68 111 68h741q68 0 68 -62v-16q-6 -74 -82 -74h-633l309 -352q14 -23 15 -47v-8q-2 -16 -19 -41l-428 -399h692q68 0 68 -62v-16q-6 -72 -82 -72h-827q-64 0 -64 68z" />
+<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
+<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
+<glyph d="M176 614q0 115 20.5 240t67.5 254t114.5 231.5t170 167t223.5 64.5h8q115 0 201 -57.5t132 -153.5t67.5 -206t21.5 -232q0 -111 -20.5 -235t-67.5 -252t-114.5 -229.5t-169 -166t-222.5 -64.5q-119 0 -206 55.5t-134 149.5t-69.5 202.5t-22.5 231.5zM348 641 q0 -129 23.5 -237.5t89 -189.5t164.5 -81q86 0 156.5 57.5t115.5 145.5t76 194.5t44 201.5t13 171q0 131 -23.5 239.5t-86 187.5t-158.5 79q-109 0 -194 -84t-130 -210t-67.5 -249t-22.5 -225z" />
+<glyph d="M172 70q6 68 82 67h362l125 1204l-206 -57q-20 -4 -27 -4q-29 0 -46.5 16.5t-17.5 42.5q4 74 84 95q313 86 322 86q49 0 61 -41l4 -35q0 -12 -4 -70l-131 -1237h350q72 0 72 -69q-6 -66 -86 -66h-876q-68 0 -68 68z" />
+<glyph d="M201 66v8q2 33 39 76l637 757q119 143 118 285q0 98 -71.5 156.5t-169.5 58.5q-109 0 -195 -72.5t-98 -201.5q-4 -35 -28.5 -67t-63.5 -32q-37 0 -56.5 30t-19.5 69v10q20 188 165.5 305t319.5 117q158 0 272.5 -96.5t114.5 -249.5q0 -207 -188 -428l-539 -635h563 q70 0 70 -66v-10q-10 -80 -86 -80h-678q-106 0 -106 66z" />
+<glyph d="M211 305q4 39 26.5 60.5t51.5 21.5q53 0 71 -53q63 -195 248 -195q139 0 234.5 95.5t95.5 228.5q0 100 -53.5 174t-157.5 92q-25 4 -119 4q-86 2 -86 68v8q10 74 101 74q96 0 116 4q100 20 156.5 115.5t56.5 199.5q0 100 -58 157.5t-165 57.5q-88 0 -157.5 -59.5 t-77.5 -145.5q-10 -102 -91 -102q-76 0 -75 88q14 147 138 260t290 113q170 0 267 -99.5t97 -252.5q0 -223 -207 -392q190 -127 191 -350q0 -213 -148.5 -356.5t-349.5 -143.5q-154 0 -274.5 94.5t-120.5 233.5z" />
+<glyph d="M145 475v8q8 45 35 78l627 862q68 96 166 97q117 0 117 -148l-89 -829h99q68 0 67 -66q-6 -88 -75 -88h-107l-31 -293q-10 -96 -86 -96q-72 0 -71 80l30 307h-583q-47 0 -73 25.5t-26 62.5zM344 543h500l86 805z" />
+<glyph d="M152 223q4 41 25.5 62.5t47.5 21.5q41 0 60 -35q43 -63 125 -103t165 -40q154 0 262.5 119t108.5 266q0 127 -77.5 216t-225.5 89q-57 0 -117.5 -17.5t-89.5 -17.5q-76 0 -76 64q0 25 164 586q25 82 125 82h438q31 0 49.5 -23t18.5 -55q-8 -88 -84 -88h-422l-110 -396 q70 16 157 17q203 0 309.5 -122t106.5 -300q0 -240 -168 -407t-395 -167q-164 0 -280.5 80t-116.5 168z" />
+<glyph d="M195 446q0 526 624 1045q37 31 74 31q33 0 54.5 -18.5t21.5 -51.5q-2 -41 -27 -61q-141 -119 -272 -267.5t-193 -253.5q104 109 293 109q158 0 261.5 -117t103.5 -303q0 -229 -155 -406.5t-376 -177.5q-197 0 -303 135t-106 336zM352 446q0 -133 73 -226t204 -93 q154 18 251 136t97 267q0 125 -73 211t-214 86q-152 0 -245 -117t-93 -264z" />
+<glyph d="M295 1421q8 96 102 97h725q37 0 61.5 -24t24.5 -62q-2 -33 -18 -64l-678 -1284q-47 -84 -106 -84q-63 0 -64 68q2 45 14 61l650 1223h-625q-86 -1 -86 69z" />
+<glyph d="M193 385q0 145 84.5 268t216.5 183q-164 106 -164 305q0 176 137 298t307 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -301.5 114t-113.5 296zM369 410q0 -119 69.5 -196t188.5 -77 q137 0 225 107.5t88 240.5q0 117 -70.5 195t-179.5 78q-137 0 -229 -108.5t-92 -239.5zM494 1141q0 -98 57 -164t156 -66q111 0 179 93.5t68 201.5q0 94 -58 148.5t-142 54.5q-111 0 -185.5 -81t-74.5 -187z" />
+<glyph d="M223 993q0 236 154.5 406t386.5 170q199 0 310.5 -132t111.5 -343q0 -317 -189.5 -610.5t-466.5 -497.5q-31 -23 -65 -23q-29 0 -47.5 17.5t-18.5 42.5q4 51 47 86q152 121 287 272t180 248q-111 -90 -272 -90q-197 0 -307.5 133t-110.5 321zM387 997q0 -141 80 -223 t201 -82q166 0 265 120t99 282q0 133 -72.5 225t-218.5 92q-160 0 -257 -129t-97 -285z" />
+<glyph horiz-adv-x="1257" d="M164 512q0 176 64.5 340t199.5 277.5t309 113.5h8q215 0 326 -153.5t111 -380.5q0 -180 -65.5 -345t-201 -277t-307.5 -112q-215 0 -329.5 155t-114.5 382zM328 537q0 -170 76.5 -287t220.5 -117q129 0 222 95.5t131 216t38 237.5q0 170 -75 284.5t-214 114.5 q-131 0 -226 -93t-134 -212.5t-39 -238.5z" />
+<glyph d="M195 70q6 68 81 67h338l99 922l-207 -58q-20 -4 -27 -4q-29 0 -47 16.5t-18 43.5v8q8 66 86 86q313 86 321 86q49 0 62 -41q2 -6 2 -35q0 -41 -2 -69l-103 -955h332q72 0 72 -69q-6 -66 -86 -66h-836q-67 0 -67 68z" />
+<glyph d="M201 66v8q2 33 39 76q514 406 616 507q96 96 105 181q2 20 2 47q0 98 -72 156.5t-170 58.5q-109 0 -195 -73t-98 -202q-4 -35 -28.5 -66.5t-63.5 -31.5q-37 0 -56.5 29.5t-19.5 68.5v11q20 188 165.5 304.5t319.5 116.5q158 0 273 -96t115 -250q0 -61 -29 -128.5 t-66 -124t-105.5 -126t-115.5 -111.5t-131 -106.5t-115.5 -86t-103.5 -72.5h534q70 0 70 -66v-10q-10 -80 -86 -80h-678q-106 0 -106 66z" />
+<glyph d="M178 -8q4 39 26.5 60.5t51.5 21.5q53 0 72 -54q63 -195 247 -194q141 0 234.5 97t93.5 231q0 96 -53 169.5t-156 92.5q-25 4 -119 4q-86 2 -86 67v9q6 74 101 73q96 0 117 4q100 20 156.5 115.5t56.5 200.5q0 100 -58.5 157.5t-165.5 57.5q-88 0 -157.5 -59.5 t-77.5 -145.5q-10 -102 -90 -102q-78 0 -78 84q0 4 1 12t1 12q14 135 139 243.5t289 108.5q170 0 267 -99t97 -253q0 -221 -206 -391q190 -127 190 -350q0 -215 -145.5 -358.5t-345.5 -143.5q-145 0 -273.5 90t-128.5 221v19z" />
+<glyph d="M119 205q4 55 35 90l624 862q68 96 168 96q51 0 84 -33.5t33 -91.5q0 -4 -1 -11t-1 -11l-86 -830h98q68 0 68 -63q0 -39 -19.5 -64.5t-56.5 -25.5h-107l-30 -293q-10 -96 -88 -96q-70 0 -70 80v16l31 291h-584q-47 0 -72.5 23.5t-25.5 60.5zM317 276h500l84 805z" />
+<glyph d="M123 -53q2 35 24.5 54t49.5 19q37 0 59 -34q41 -63 123 -103.5t166 -40.5q154 0 262 119t108 266q0 127 -77.5 216t-225.5 89q-57 0 -117.5 -17t-88.5 -17q-76 0 -76 63v12q0 12 164 574q25 82 127 82h438q31 0 48 -22.5t17 -55.5v-10q-10 -78 -84 -78h-422l-108 -395 q68 16 158 16q201 0 308 -122t107 -296q0 -238 -165.5 -407.5t-397.5 -169.5q-164 0 -280.5 78.5t-116.5 166.5v13z" />
+<glyph d="M195 446q0 526 624 1045q37 31 74 31q33 0 54.5 -18.5t21.5 -51.5v-12q-4 -29 -27 -49q-141 -119 -272 -267.5t-193 -253.5q104 109 293 109q158 0 261.5 -117t103.5 -303q0 -229 -155 -406.5t-376 -177.5q-197 0 -303 135t-106 336zM352 446q0 -133 73 -226t204 -93 q154 18 251 136t97 267q0 125 -73 211t-214 86q-152 0 -245 -117t-93 -264z" />
+<glyph d="M264 1128q8 96 103 97h725q37 0 61.5 -23.5t24.5 -62.5q-2 -33 -19 -64l-678 -1284q-47 -84 -108.5 -84t-61.5 66v14q4 33 15 49l649 1223h-625q-86 -1 -86 69z" />
+<glyph d="M193 385q0 145 84.5 268t216.5 183q-164 106 -164 305q0 176 137 298t307 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -301.5 114t-113.5 296zM369 410q0 -119 69.5 -196t188.5 -77 q137 0 225 107.5t88 240.5q0 117 -70.5 195t-179.5 78q-137 0 -229 -108.5t-92 -239.5zM494 1141q0 -98 57 -164t156 -66q111 0 179 93.5t68 201.5q0 94 -58 148.5t-142 54.5q-111 0 -185.5 -81t-74.5 -187z" />
+<glyph d="M188 674q0 233 157 402t384 169q199 0 311.5 -133t112.5 -346q0 -322 -183.5 -604.5t-473.5 -499.5q-31 -23 -66 -22q-29 0 -47 17t-18 42q4 47 47 86q154 123 289 273.5t178 246.5q-111 -90 -271 -90q-197 0 -308.5 134.5t-111.5 324.5zM352 674q0 -141 80 -223t201 -82 q166 0 265 119.5t99 281.5q0 133 -72.5 225t-217.5 92q-160 0 -257.5 -128.5t-97.5 -284.5z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/BPreplayItalics-webfont.ttf b/dist/fonts/BPreplayItalics-webfont.ttf
new file mode 100644 (file)
index 0000000..3bc5a51
Binary files /dev/null and b/dist/fonts/BPreplayItalics-webfont.ttf differ
diff --git a/dist/fonts/BPreplayItalics-webfont.woff b/dist/fonts/BPreplayItalics-webfont.woff
new file mode 100644 (file)
index 0000000..504404a
Binary files /dev/null and b/dist/fonts/BPreplayItalics-webfont.woff differ
diff --git a/dist/fonts/Droid-Serif-fontfacekit.zip b/dist/fonts/Droid-Serif-fontfacekit.zip
new file mode 100644 (file)
index 0000000..f0c8fc8
Binary files /dev/null and b/dist/fonts/Droid-Serif-fontfacekit.zip differ
diff --git a/dist/fonts/DroidSerif-Bold-webfont.eot b/dist/fonts/DroidSerif-Bold-webfont.eot
new file mode 100644 (file)
index 0000000..c0a081d
Binary files /dev/null and b/dist/fonts/DroidSerif-Bold-webfont.eot differ
diff --git a/dist/fonts/DroidSerif-Bold-webfont.svg b/dist/fonts/DroidSerif-Bold-webfont.svg
new file mode 100644 (file)
index 0000000..33b3d9f
--- /dev/null
@@ -0,0 +1,167 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Digitized data copyright  2006 Google Corporation
+Foundry     : Ascender Corporation
+Foundry URL : httpwwwascendercorpcom
+</metadata>
+<defs>
+<font id="webfontMOAwDlKP" horiz-adv-x="1144" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="530" />
+<glyph unicode=" "  horiz-adv-x="530" />
+<glyph unicode="&#x09;" horiz-adv-x="530" />
+<glyph unicode="&#xa0;" horiz-adv-x="530" />
+<glyph unicode="!" horiz-adv-x="780" d="M213 1462h356l-120 -995h-115zM225 147.5q0 47.5 12.5 78t36.5 50.5q18 16 54 27q27 8 65 8q37 0 64 -8q37 -10 55 -27q23 -18 35 -51q14 -37 14 -78t-14 -77q-12 -29 -35 -50q-23 -18 -55 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -54 28q-27 23 -36 50q-13 30 -13 77.5z " />
+<glyph unicode="&#x22;" horiz-adv-x="1038" d="M137 1462h320l-92 -563h-136zM584 1462h319l-72 -563h-135z" />
+<glyph unicode="#" d="M57 410v141h232l71 371h-237v143h264l72 397h147l-74 -397h213l76 397h146l-76 -397h196v-143h-223l-69 -371h227v-141h-256l-76 -410h-145l76 410h-213l-78 -410h-146l78 410h-205zM434 551h215l72 371h-215z" />
+<glyph unicode="$" d="M100 375q0 43 16.5 75.5t43.5 51.5q31 20 61.5 28.5t71.5 8.5q0 -72 16 -138q14 -55 47 -102q31 -43 74 -68q45 -27 94 -34v442l-35 14q-100 41 -163 80q-66 41 -107 88q-39 45 -57 101q-16 49 -17 120q0 76 27 136q25 55 80 106q47 45 119 76q68 29 153 39v157h115v-155 q98 -4 158 -21q76 -20 108 -43q43 -27 64 -63q20 -35 20 -78q0 -63 -55 -106t-170 -43q0 31 -6 65q-6 31 -23 68q-14 33 -39 59q-23 25 -57 41v-399q4 -2 23 -9q12 -4 28 -12q98 -37 162 -76q63 -37 109 -86q43 -46 61 -98q20 -57 20 -119q0 -76 -28 -145q-27 -66 -78 -117 q-47 -47 -127 -84q-63 -29 -170 -43v-254h-115v250q-119 4 -198 31q-84 29 -131 67q-49 41 -72 90q-23 52 -23 99zM385 1128q0 -29 6 -53q4 -18 23 -47q16 -27 43 -47q37 -29 67 -45v354q-61 -12 -100 -51t-39 -111zM639 201q78 18 119 67t41 121q0 66 -39 111 q-37 43 -121 88v-387z" />
+<glyph unicode="%" horiz-adv-x="1853" d="M70 1030q0 106 20 187q23 86 68 143q49 61 114 90q76 33 168 33q88 0 160 -33t117 -90t67.5 -143.5t22.5 -186.5t-23 -186q-20 -80 -69 -146q-43 -57 -115 -92q-68 -33 -162 -33q-100 0 -168 33q-76 37 -114 92q-45 63 -66 146q-20 80 -20 186zM301 1030q0 -63 8 -149 q6 -59 23 -111q14 -45 43 -70q27 -25 63 -24q39 0 64 24q31 29 43 70q16 51 22 111q6 66 6 149q0 80 -6 146q-6 59 -22 110q-12 41 -41 68q-25 25 -64 24.5t-65 -24.5q-29 -27 -43 -68q-16 -51 -23 -110q-8 -87 -8 -146zM492 0l706 1462h158l-705 -1462h-159zM1049 436 q0 106 20 187q23 86 68 143q49 61 114 90q76 33 168 33q88 0 160 -33t117 -90t67.5 -143t22.5 -186.5t-23 -186.5q-20 -80 -69 -146q-43 -57 -115 -92q-68 -33 -162 -32q-100 0 -168 32q-76 37 -114 92q-45 63 -66 146q-20 80 -20 186zM1280 436q0 -63 8 -149q6 -59 23 -111 q14 -45 43 -70q27 -25 63 -24q39 0 64 24q31 29 43 70q16 51 22 111q6 66 6 149q0 80 -6 146q-6 59 -22 110q-12 41 -41 68q-25 25 -64 24.5t-65 -24.5q-29 -27 -43 -68q-16 -51 -23 -110q-8 -87 -8 -146z" />
+<glyph unicode="&#x26;" horiz-adv-x="1638" d="M96 416q0 86 29 153q29 66 76 111q45 43 112 78q70 37 133 61q-31 39 -69 92q-31 43 -49 86q-20 49 -29 88q-8 41 -8 97q0 63 26 123q25 55 78.5 96t127 61.5t179.5 20.5q94 0 172 -23q70 -20 123 -63q45 -37 72 -92q25 -51 25 -113q0 -63 -19 -113q-18 -51 -57 -92 q-40 -43 -98 -80q-61 -39 -138 -73q6 -8 15 -15l290 -305q14 78 17 141q4 94 4 127v90h448v-108h-32q-20 0 -66 -4q-34 -3 -61 -19q-31 -16 -49 -41q-23 -29 -35 -75q-12 -49 -37 -121q-20 -63 -53 -131l204 -213q29 -33 70 -41q47 -10 98 -10h19v-109h-406l-141 150 q-35 -35 -84 -68q-55 -37 -102 -55q-57 -23 -123 -35q-65 -12 -142 -12q-125 0 -223 30q-104 33 -164 84q-66 57 -100 137q-33 79 -33 185zM397 406q0 -61 19 -113q16 -45 55 -92q33 -37 86 -62q51 -23 111 -22q115 0 184 35q80 41 125 96l-438 467q-39 -27 -70 -66 q-28 -34 -43 -74q-18 -45 -23 -79q-6 -43 -6 -90zM569 1188q0 -41 9 -68q14 -47 22 -63q20 -39 39 -64q8 -12 28.5 -34.5t28.5 -32.5q47 27 72 51q23 23 45 59q18 31 25 70q8 49 8 84q0 37 -6 67.5t-23 53.5q-18 25 -45 37t-70 12q-35 0 -59 -12q-27 -12 -43 -37 q-12 -16 -22 -54q-9 -26 -9 -69z" />
+<glyph unicode="'" horiz-adv-x="593" d="M137 1462h320l-92 -563h-136z" />
+<glyph unicode="(" horiz-adv-x="817" d="M117 651q0 172 35 305q37 141 112 256q74 113 199 209q121 92 291 160v-129q-92 -61 -156 -152q-55 -78 -92 -190q-35 -109 -47 -221q-12 -117 -13 -238q0 -123 13 -239q12 -113 47 -222q37 -111 92 -192q59 -86 156 -152v-131q-164 66 -291 162q-125 96 -199 209 q-76 115 -112 258q-35 133 -35 307z" />
+<glyph unicode=")" horiz-adv-x="817" d="M66 -154q96 66 155 152q59 88 94 192q33 100 45 222q12 117 13 239q0 121 -13 238q-12 121 -45 221q-35 106 -94 190q-63 90 -155 152v129q174 -68 292 -160q120 -92 197 -209q80 -123 113 -256q35 -145 34 -305q0 -162 -34 -307q-33 -137 -113 -258q-77 -117 -197 -209 q-125 -96 -292 -162v131z" />
+<glyph unicode="*" horiz-adv-x="1026" d="M72 1071l319 84l-319 82l92 207l305 -221l-68 333h230l-74 -329l307 213l92 -205l-319 -80l319 -82l-92 -203l-307 213l72 -331h-228l66 333l-303 -217z" />
+<glyph unicode="+" d="M133 659v146h365v366h147v-366h367v-146h-367v-366h-147v366h-365z" />
+<glyph unicode="," horiz-adv-x="600" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106z" />
+<glyph unicode="-" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
+<glyph unicode="." horiz-adv-x="622" d="M143 147.5q0 47.5 12.5 78t37.5 50.5q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53 28q-27 23 -37 50q-13 30 -13 77.5z" />
+<glyph unicode="/" horiz-adv-x="589" d="M0 -248l446 1804h144l-443 -1806z" />
+<glyph unicode="0" d="M70 735q0 158 26 307q23 133 86 238q57 94 156 150q96 53 237 53q131 0 228 -53q94 -51 155 -150q59 -96 89 -238q29 -143 28 -309q0 -164 -28 -307q-29 -145 -89 -240q-59 -96 -155 -151q-94 -55 -230 -55q-139 0 -235 55q-100 57 -156 151q-61 104 -86 240 q-26 149 -26 309zM387 733q0 -162 8 -262q10 -127 29 -195q23 -82 55 -120q37 -43 94 -43q55 0 92 43t58 120q20 76 27 195q8 152 8 262.5t-8 261.5q-6 117 -27 193q-23 82 -55 121q-35 41 -93 41q-59 0 -94 -41q-37 -43 -57 -121q-18 -70 -29 -193q-8 -100 -8 -262z" />
+<glyph unicode="1" d="M86 1206q6 2 29.5 8.5t36.5 10.5q25 8 71 30q41 18 82 45q72 45 96 64l144 106h229v-1228q0 -25 4 -58q2 -20 17 -41q12 -18 32 -26q18 -8 52 -8h165v-109h-845v109h168q27 0 45 6q20 6 32 22q12 14 19 41q6 25 6 64v1026l-74 -86q-31 -37 -65 -68q-29 -25 -64 -43 q-33 -16 -61 -16q-23 0 -47 10q-22 9 -37.5 30.5t-24.5 49.5q-10 30 -10 61z" />
+<glyph unicode="2" d="M72 0v211l303 309q94 96 155.5 174t96.5 150q34 71 49 141q14 66 14 148q0 117 -43 172q-41 53 -117 53q-102 0 -145 -90q-43 -89 -43 -264q-57 0 -106 12q-55 14 -84 35q-37 27 -54 61q-18 39 -18 94.5t28.5 106.5t84.5 88q57 39 141 59q90 23 196 23q125 0 203 -23 q88 -25 146 -67q59 -43 90 -109q31 -63 30 -141q0 -41 -10 -92q-8 -41 -35 -95q-20 -43 -65 -100q-49 -66 -98 -119q-66 -72 -138 -141l-182 -176l-205 -195h477q63 0 107 37q45 39 63 105l17 63h121l-11 -430h-968z" />
+<glyph unicode="3" d="M57 225q0 41 15 70q14 31 37 49q25 22 55 31q35 10 67 10q0 -66 18.5 -115t51.5 -82q34 -34 80 -49q49 -16 102 -16q51 0 95 14q53 18 81 47q34 34 56 92q20 55 20 148q0 61 -20 108q-20 45 -62 84q-35 33 -98 56q-55 20 -137 20h-127v127h135q68 0 115 21q53 23 82 61 q33 41 47 96q16 59 16 123q0 109 -43 174q-43 63 -127 64q-57 0 -90 -27q-37 -31 -53 -71q-20 -53 -27 -103q-6 -59 -6 -117q-125 0 -197 45q-70 45 -69 138q0 55 28 102q27 45 86 82q53 33 142 55q82 20 196 21q106 0 197 -23q92 -23 149.5 -63.5t94.5 -106.5 q33 -59 32 -141q0 -68 -24 -127q-27 -61 -66 -104q-47 -49 -98 -80q-68 -39 -125 -58q76 -14 127 -35q65 -25 117 -67q59 -49 88 -105q33 -63 33 -151q0 -121 -47 -209q-45 -84 -123 -137q-76 -51 -176 -74q-102 -23 -207 -22q-119 0 -199 20q-92 25 -137 53q-55 35 -80 80 q-25 43 -25 92z" />
+<glyph unicode="4" d="M27 381v125l581 956h285v-946h213v-135h-213v-125q0 -45 14 -78q12 -27 35 -43q18 -14 53 -20q31 -6 66 -6h26v-109h-718v109h57q35 0 66 6q35 6 53 20q23 16 35 43q14 33 14 78v125h-567zM170 516h424v358q0 53 4 193q4 137 10 201l-33 -66l-47 -86l-47 -84 q-20 -37 -35 -59z" />
+<glyph unicode="5" d="M82 227q0 72 45 107t119 35q0 -45 12 -88q14 -51 37 -78q31 -39 70 -58q45 -23 106 -22q47 0 96 16q45 14 80 54q35 37 55 100q20 61 21 158q0 156 -74 229.5t-205 73.5q-51 0 -71 -2q-37 -4 -58 -9q-18 -4 -51 -12q-10 -2 -26.5 -7t-20.5 -7l-94 37l65 708h775l10 -372 h-117l-16 69q-2 4 -5.5 15.5t-5.5 17.5q-6 14 -16 25q-6 6 -27 14q-16 6 -41 6h-426q-2 -8 -2 -18q0 -6 -4 -43q-2 -10 -3 -31t-1 -31l-4 -32.5t-2 -34.5l-16 -189q14 6 41 12q16 4 57 9q10 0 30.5 3l33.5 5q23 2 63 2q123 0 215 -27q102 -29 166 -82q72 -59 106 -137 q37 -82 37 -192q0 -135 -49 -224q-51 -92 -125 -145q-72 -51 -172 -78q-96 -25 -188 -24q-119 0 -195 20q-84 23 -131 55q-49 33 -72 80q-22 45 -22 92z" />
+<glyph unicode="6" d="M92 676q0 176 35 315q39 154 109 256q76 109 182 172q109 63 258 64q100 0 168 -19q66 -18 112 -51q43 -31 62 -72q20 -45 20 -84q0 -29 -14 -61q-12 -27 -41 -49q-33 -25 -76 -37q-47 -12 -114 -12q0 49 -7 94q-6 51 -20 84q-16 39 -41 61q-28 25 -68 25q-59 0 -108 -37 q-45 -35 -84 -104q-35 -63 -57 -170q-20 -96 -27 -230q20 14 47 27q18 8 64 24q33 12 77 19q43 6 95 6q88 0 167 -29q76 -27 130 -84q59 -63 83 -133q29 -82 29 -178q0 -113 -31 -201q-33 -94 -88 -155.5t-149 -100.5q-88 -37 -205 -36q-119 0 -207 40q-92 43 -159.5 129.5 t-104.5 217.5q-37 133 -37 309zM381 674q0 -145 18.5 -252t49.5 -174q33 -72 69 -101q43 -33 88 -32q78 0 125 80q45 78 45 258q0 164 -51 243q-49 76 -137 76q-33 0 -60 -8q-41 -12 -59 -23q-29 -16 -51 -32q-27 -21 -37 -35z" />
+<glyph unicode="7" d="M90 1032l10 430h977v-100l-565 -1362h-174l545 1239h-539q-57 0 -84 -27q-29 -29 -35 -77l-12 -103h-123z" />
+<glyph unicode="8" d="M61 373q0 70 21 119q23 53 61 96q39 41 97 80q61 41 122 71q-125 72 -188 160q-66 90 -65 211q0 72 24 139q25 66 80 119q57 53 147 84q92 31 224 31q111 0 190.5 -26.5t134.5 -76.5q57 -51 84 -112.5t27 -143.5q0 -63 -19 -108q-16 -43 -57 -86q-37 -39 -86 -72 q-45 -29 -115 -65q98 -49 156 -91q72 -51 107 -94q41 -51 59 -104q18 -55 18 -117q0 -96 -36 -172q-39 -80 -103 -129q-66 -49 -164 -78q-102 -29 -221 -28q-125 0 -221 30q-92 29 -156 84q-59 51 -92 125q-29 66 -29 154zM338 364.5q0 -55.5 16 -108.5q14 -47 47 -86 q31 -37 74 -55.5t94.5 -18.5t94.5 19q41 18 73 53q29 31 45 82q16 49 17 102q0 55 -17 90q-18 41 -53 76q-31 31 -94 70q-49 29 -135 69q-23 -14 -64 -51q-31 -27 -51 -63q-23 -41 -35 -80q-12 -43 -12 -98.5zM397 1135q0 -55 15 -93q16 -41 43 -71q33 -35 67 -58 q49 -31 96 -51q31 18 64 47q23 20 45 58q16 27 27 71q8 35 8 90q0 43 -12 86q-12 41 -37 76q-23 33 -60 53q-35 20 -82 21q-43 0 -75.5 -18.5t-53.5 -47.5q-25 -35 -34 -71q-11 -35 -11 -92z" />
+<glyph unicode="9" d="M72 987q0 104 32 203q31 90 93 156q63 66 147 102q82 35 197 35q113 0 204 -39q94 -39 164 -125t107 -213q37 -129 37 -311q0 -174 -33 -318q-35 -152 -102 -258q-72 -111 -183 -176q-109 -63 -270 -63q-86 0 -158 20q-63 18 -102 51q-41 35 -58 74q-18 43 -18 86 q0 45 25 76q23 29 75 41q18 -55 35 -86q23 -41 51 -70q25 -25 70 -45q41 -18 90 -18q139 0 213 149q76 154 84 444q-29 -35 -53 -55q-37 -31 -68 -45q-41 -20 -80 -29q-47 -10 -98 -10q-90 0 -161.5 26.5t-127.5 82.5q-49 49 -82 133q-30 80 -30 182zM369 999 q0 -141 49 -214.5t143 -73.5q74 0 127 36.5t84 100.5q0 111 -18 225q-14 84 -45 154q-29 63 -68 90q-41 29 -88 29q-86 0 -135 -86.5t-49 -260.5z" />
+<glyph unicode=":" horiz-adv-x="622" d="M143 147.5q0 47.5 12.5 78t37.5 50.5q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53 28q-27 23 -37 50q-13 30 -13 77.5zM143 952q0 47 12.5 78t37.5 51 q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -35 14 -78t-14 -78q-12 -31 -37 -51q-18 -16 -53 -26q-27 -8 -64 -9q-39 0 -65 9q-35 10 -53 26q-25 20 -37.5 51t-12.5 78z" />
+<glyph unicode=";" horiz-adv-x="600" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106zM143 952q0 47 12.5 78t37.5 51q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -35 14 -78t-14 -78q-12 -31 -37 -51q-18 -16 -53 -26q-27 -8 -64 -9q-39 0 -65 9q-35 10 -53 26q-25 20 -37.5 51t-12.5 78z" />
+<glyph unicode="&#x3c;" d="M133 690v84l879 479v-161l-660 -361l660 -356v-162z" />
+<glyph unicode="=" d="M129 461v143h887v-143h-887zM129 858v143h887v-143h-887z" />
+<glyph unicode="&#x3e;" d="M133 213v162l660 356l-660 361v161l879 -479v-84z" />
+<glyph unicode="?" horiz-adv-x="1124" d="M76 1245q0 47 26 94q23 41 80 74q57 35 135 51q84 18 195 19q109 0 201 -25q88 -25 157 -74q72 -51 107 -118q37 -71 37 -160q0 -83 -25 -148q-23 -61 -78 -118q-49 -51 -127 -99q-72 -43 -178 -88l-41 -186h-125l-41 252q82 31 144 82q51 43 88 102q33 53 45 114.5 t12 121.5q0 55 -8 90t-29 69q-16 29 -51 45q-33 16 -72 17q-49 0 -77.5 -20.5t-49.5 -57.5q-18 -35 -28 -82q-8 -41 -8 -98q-68 0 -115 8q-55 10 -92 27q-39 18 -60 45q-22 28 -22 63zM332 147.5q0 47.5 12 78t37 50.5q18 16 53 27q27 8 66 8t65 -8q35 -10 53 -27 q25 -20 37.5 -50.5t12.5 -78t-13 -77.5q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -65.5 -8t-65.5 8q-31 8 -53 28q-27 23 -37 50q-12 30 -12 77.5z" />
+<glyph unicode="@" horiz-adv-x="1884" d="M104 500q0 139 33 262q33 119 96 231q61 106 150 193q94 90 197 149q104 59 235 95q125 33 270 32q180 0 314 -51q139 -53 225 -139q89 -89 135 -209q47 -123 47 -260q0 -152 -37 -273q-37 -120 -98 -202q-66 -88 -135 -127q-78 -43 -152 -43q-86 0 -153 45 q-65 43 -98 147h-13q-25 -45 -49 -76q-37 -45 -59 -61q-35 -27 -78 -41q-41 -14 -96 -14q-68 0 -123 20q-59 23 -103 66q-45 45 -69 108q-27 70 -27 156q0 53 12 119q8 47 43 127q27 61 72 123q47 63 104.5 106t141.5 72q82 29 178 28q71 0 123 -18q51 -18 82 -43l86 43h49 l-86 -512q-2 -4 -3 -14.5t-1 -16.5q-2 -6 -3 -19.5t-1 -19.5q-4 -29 -4 -39q0 -6 -1 -16t-1 -14q0 -39 10 -70q10 -29 22 -41q18 -18 30.5 -22.5t35.5 -4.5q41 0 82 33q39 31 76 101q35 66 55 161q23 102 22 224q0 141 -43 245q-45 109 -118 177q-78 72 -179 106 q-98 35 -229 35q-100 0 -192 -27q-90 -27 -179 -80q-92 -55 -157 -127q-76 -82 -125 -172q-53 -98 -84 -213q-29 -109 -29 -252q0 -184 53 -309q55 -129 148 -209q96 -84 215 -119q123 -37 262 -36q76 0 162 16q84 16 149 39q88 31 133 53q35 16 109 64l49 -78 q-61 -45 -123 -78q-49 -27 -149 -61q-80 -27 -170 -43q-94 -16 -189 -17q-123 0 -225 21q-104 20 -203 65q-88 39 -172 111q-80 66 -133 153q-57 92 -86 197q-31 111 -31 244zM768 487q0 -102 37 -157q35 -53 94 -54q47 0 76 21q33 23 53 55q16 25 35 78q10 31 22 88l82 418 q-6 15 -18 25q-23 16 -27 18q-20 8 -30 10q-20 4 -33 4q-47 0 -94 -26q-37 -20 -74 -68q-34 -43 -55 -98q-29 -74 -39 -111q-16 -61 -23 -108q-6 -54 -6 -95z" />
+<glyph unicode="A" horiz-adv-x="1540" d="M8 0v109h25q28 0 49 6q25 6 43 22q14 12 37 45q10 16 35 76l444 1204h281l428 -1206q12 -35 32 -72q16 -31 35 -45q20 -16 41 -22q29 -8 47 -8h37v-109h-676v109h80q10 0 31 4q12 2 29 14q10 8 20 25q8 14 8 36q0 25 -6 48q-8 29 -12 40l-72 205h-498l-59 -176 q0 -2 -16 -59q-8 -31 -9 -58q0 -20 9 -34q10 -16 20 -25q8 -6 29 -14q14 -6 35 -6h86v-109h-533zM489 606h414l-108 336l-23 74q-6 20 -11 39.5t-11 38.5l-23 80q-6 27 -18 75q-18 -61 -21 -67q-12 -37 -26 -76l-12.5 -41t-14.5 -39l-25 -74z" />
+<glyph unicode="B" horiz-adv-x="1374" d="M57 0v109h84q18 0 43 4q16 2 33 18q12 12 23 41q8 23 8 70v981q0 45 -8 67q-10 27 -23 39q-10 10 -35 19q-18 6 -41 6h-84v108h598q289 0 439 -90q147 -90 147 -282q0 -70 -18 -119q-18 -47 -53 -86t-83 -64q-46 -25 -104 -43v-10q71 -18 129 -49q59 -31 102 -78 q41 -45 66 -104q23 -57 23 -136q0 -203 -148 -301q-152 -100 -438 -100h-660zM571 125h136q72 0 116 14q47 14 78 49t43 88q14 63 14 132q0 76 -12 131q-12 53 -41 92q-25 33 -76 53q-47 18 -118 18h-140v-577zM571 827h78q76 0 119 15q47 16 75.5 47t41.5 82q12 49 12 119 q0 63 -14 116q-12 49 -43 76q-37 33 -78 43q-49 12 -117 12h-74v-510z" />
+<glyph unicode="C" horiz-adv-x="1366" d="M113 733q0 168 45 303q47 143 133 238q89 98 221 153.5t307 55.5q119 0 205 -19q82 -16 145 -51q61 -33 88 -74q29 -45 29 -94q0 -35 -16 -71q-12 -29 -49 -56q-35 -27 -80 -37q-57 -14 -111 -14q0 61 -10 102q-12 53 -39 91q-33 45 -70 67q-43 25 -106 25 q-94 0 -164 -41t-108.5 -119t-57 -194.5t-18.5 -264.5q0 -143 22 -260q20 -109 72 -184q47 -72 127 -109t192 -37q82 0 134 17q55 16 104 47q46 28 80 61q39 39 61 70q15 -12 25 -37q10 -27 10 -51q0 -41 -22 -90q-23 -47 -78 -88q-57 -43 -144 -66q-96 -27 -219 -26 q-178 0 -311 55q-135 57 -221 151.5t-131 239.5t-45 307z" />
+<glyph unicode="D" horiz-adv-x="1570" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h676q164 0 305 -45q133 -43 228 -133q96 -94 143 -219q49 -132 49 -307q0 -166 -47 -307q-47 -139 -137 -239.5t-227 -156.5 q-135 -55 -314 -55h-676zM571 127h115q104 0 184 43t134 127q57 90 81 197q27 113 27 264q0 291 -108 436q-106 143 -316 143h-117v-1210z" />
+<glyph unicode="E" horiz-adv-x="1335" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v990q0 47 -8 69q-10 29 -23 41q-16 16 -33 19q-25 4 -41 4h-86v108h1137l8 -377h-143l-10 97q-10 80 -37 114q-31 41 -94 41h-345v-512h486v-123h-486v-577h410q33 0 53 12q23 12 37 33q18 27 27 49q6 20 14 62 l16 96h142l-15 -377h-1200z" />
+<glyph unicode="F" horiz-adv-x="1271" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h1135l10 -377h-143l-10 99q-9 80 -50 116q-41 37 -102 37h-326v-559h486v-121h-486v-415q0 -47 9 -70q10 -29 22 -41q16 -16 35 -18 q29 -4 41 -4h127v-109h-748z" />
+<glyph unicode="G" horiz-adv-x="1574" d="M113 733q0 164 49 303q49 137 145 238q95 98 240 153t330 56q127 0 223 -19q88 -16 160 -51q70 -33 98 -74q31 -43 31 -94q0 -41 -17 -67q-18 -33 -51 -56q-33 -25 -84 -37q-57 -14 -113 -14q0 66 -14 115t-47 88q-29 35 -80 57q-47 20 -113 21q-109 0 -190 -41 q-80 -41 -129 -119q-51 -84 -72 -195q-23 -123 -22 -264q0 -147 24 -262q27 -119 76 -192q55 -80 135 -119q86 -41 205 -41q27 0 76 4t74 10v301q0 84 -37 115t-109 31h-27v108h644v-108h-27q-33 0 -53 -7q-23 -6 -39.5 -26.5t-22.5 -46.5q-6 -31 -6 -74v-336 q-117 -53 -242 -82q-127 -29 -262 -28q-190 0 -331 55q-143 55 -236 151q-90 94 -139 240q-47 141 -47 307z" />
+<glyph unicode="H" horiz-adv-x="1675" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-16 14 -35 17q-37 6 -39 6h-86v108h707v-108h-88q-4 0 -41 -6q-16 -2 -33 -19q-12 -12 -22 -39q-8 -23 -9 -69v-396h535v396q0 47 -8 69q-10 27 -23 39q-16 16 -33 19 q-37 6 -41 6h-88v108h707v-108h-86q-4 0 -41 -6q-16 -2 -33 -19q-12 -12 -22 -39q-8 -23 -8 -69v-990q0 -43 8 -65q9 -25 24 -37q16 -14 33 -16q25 -4 39 -4h86v-109h-707v109h88q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v458h-535v-458q0 -47 9 -70q10 -29 22 -41 q16 -16 33 -18q25 -4 41 -4h88v-109h-707z" />
+<glyph unicode="I" horiz-adv-x="819" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v979q0 47 -8 69q-10 27 -23 39q-16 16 -33 19q-37 6 -41 6h-86v108h707v-108h-86q-4 0 -41 -6q-20 -4 -35 -19q-10 -10 -20 -39q-8 -23 -9 -69v-979q0 -47 9 -70q12 -33 20 -41q14 -14 35 -18q25 -4 41 -4h86 v-109h-707z" />
+<glyph unicode="J" horiz-adv-x="753" d="M-80 -373h37q51 0 96 18.5t82 61.5q35 41 58 113q23 74 22 174v1235q0 43 -8 65q-10 27 -23 37q-20 16 -32 19q-25 4 -41 4h-86v108h706v-108h-86q-16 0 -41 -4q-20 -4 -35 -19q-12 -12 -22 -41q-8 -23 -8 -69v-1225q0 -98 -21 -166q-23 -72 -57 -125q-37 -53 -90 -92 q-63 -45 -111 -62q-72 -25 -129 -32q-76 -10 -137 -11h-74v119z" />
+<glyph unicode="K" horiz-adv-x="1501" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h707v-108h-86q-12 0 -41 -4q-18 -2 -35 -19q-12 -12 -22 -41q-8 -23 -9 -69v-478l318 347q27 27 55.5 63.5t36.5 52.5q12 23 18 47q6 22 7 43 q0 35 -25 47.5t-90 12.5v106h555v-106q-43 0 -80 -12.5t-74 -37t-69 -57.5l-72 -73l-270 -297l381 -605q33 -53 57 -79q33 -35 55 -52q23 -14 58 -26q25 -8 63 -8h8v-109h-110q-98 0 -138 4q-51 6 -102 16.5t-78 24.5q-31 15 -55 37q-29 25 -43 47q-33 49 -39 59l-276 471 l-91 -71v-346q0 -47 9 -70q10 -29 22 -41q16 -16 35 -18q29 -4 41 -4h86v-109h-707z" />
+<glyph unicode="L" horiz-adv-x="1337" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v979q0 47 -8 69q-10 29 -23 41q-16 16 -33 19q-25 4 -41 4h-86v108h707v-108h-86q-16 0 -41 -4q-12 -2 -33 -19q-12 -10 -22 -37q-8 -23 -9 -65v-1104h381q74 0 113 45t57 133l33 154h115l-15 -457h-1200z" />
+<glyph unicode="M" horiz-adv-x="1949" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h590l340 -989l326 989h579v-108h-86q-16 0 -41 -4q-16 -2 -32 -19q-12 -12 -23 -41q-8 -23 -8 -69v-979q0 -47 8 -70q10 -29 23 -41 q16 -16 32 -18q25 -4 41 -4h86v-109h-655v109h20q23 0 56 4q25 2 41 16q14 12 24 35q8 18 8 59v1037l-413 -1260h-139l-433 1260v-1018q0 -43 11 -70q8 -23 30 -41q18 -14 47 -18q37 -4 64 -4h12v-109h-508z" />
+<glyph unicode="N" horiz-adv-x="1613" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-20 16 -35 19q-25 4 -39 4h-86v108h455l723 -1022v789q0 43 -8 65q-10 27 -23 37q-20 16 -35 19q-25 4 -39 4h-86v108h535v-108h-86q-16 0 -41 -4q-16 -2 -33 -19 q-12 -12 -22 -41q-8 -23 -8 -69v-1221h-189l-799 1128v-886q0 -47 9 -70q10 -29 22 -41q16 -16 33 -18q25 -4 41 -4h86v-109h-535z" />
+<glyph unicode="O" horiz-adv-x="1611" d="M113 735q0 170 43 309q43 137 129 235.5t217 152t307 53.5q164 0 295 -53q125 -51 217 -152q86 -94 133 -238q45 -135 45 -309q0 -172 -45 -307q-47 -143 -135 -240q-86 -96 -217 -151q-129 -55 -295 -55q-176 0 -305 55q-135 57 -217 151q-84 96 -129 240 q-43 139 -43 309zM457 733q0 -147 18.5 -262t61.5 -195q43 -78 108 -120q68 -43 162 -43t162 43q70 45 108 120q41 82 60 195q18 115 18 262.5t-18 261.5q-18 113 -60 195q-37 76 -106 121q-61 41 -161.5 41t-164.5 -41q-66 -43 -108 -121q-43 -80 -61.5 -195t-18.5 -262z " />
+<glyph unicode="P" horiz-adv-x="1306" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h629q143 0 248 -30q102 -31 174 -86q66 -51 102 -138q35 -82 35 -180q0 -84 -33 -176q-31 -86 -102 -152q-63 -59 -188 -102 q-111 -39 -281 -39h-70v-328q0 -43 9 -65q9 -25 24 -37q16 -14 35 -16q29 -4 41 -4h125v-109h-748zM571 678h50q77 0 129 18q49 16 86 62q34 40 49 104q16 70 16 158q0 72 -14 143q-12 57 -43 99q-33 43 -76 59q-51 20 -117 20h-80v-663z" />
+<glyph unicode="Q" horiz-adv-x="1611" d="M113 735q0 170 43 309q43 137 129 235.5t217 152t307 53.5q164 0 295 -53q125 -51 217 -152q86 -94 133 -238q45 -135 45 -309q0 -147 -33 -266q-33 -123 -96 -215t-156 -158q-96 -68 -213 -94q8 -113 37 -186q25 -68 68 -113q39 -41 90 -57q53 -16 100 -17h33v-119h-147 q-94 0 -181 27q-90 29 -163 86q-72 55 -121 150q-47 90 -58 221q-139 23 -241.5 84t-169.5 157q-66 92 -101 224q-34 128 -34 278zM457 733q0 -147 18.5 -262t61.5 -195q43 -78 108 -120q68 -43 162 -43t162 43q70 45 108 120q41 82 60 195q18 115 18 262.5t-18 261.5 q-18 113 -60 195q-37 76 -106 121q-61 41 -161.5 41t-164.5 -41q-66 -43 -108 -121q-43 -80 -61.5 -195t-18.5 -262z" />
+<glyph unicode="R" horiz-adv-x="1447" d="M57 0v109h86q14 0 39 4q18 2 35 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -35 19q-25 4 -39 4h-86v108h660q293 0 426 -96q135 -98 135 -283q0 -80 -25 -145q-25 -63 -63 -109q-41 -47 -88 -79q-41 -27 -103 -54l244 -420q23 -41 51 -75 q23 -27 49 -51q25 -22 50 -31q27 -10 55 -10h8v-109h-67q-92 0 -160 6q-66 6 -121 28.5t-88 55.5q-43 43 -70 94l-243 451h-136v-404q0 -43 9 -65q10 -27 22 -37q16 -14 35 -16q25 -4 39 -4h88v-109h-707zM571 754h115q72 0 119 18.5t75.5 57t41 94t12.5 131.5q0 82 -14 133 q-16 59 -43 88q-31 35 -78 49q-53 16 -117 16h-111v-587z" />
+<glyph unicode="S" horiz-adv-x="1198" d="M61 266q0 51 18.5 88t53.5 60q41 25 74 32q47 10 86 11q0 -90 20 -154q20 -66 60 -110q41 -49 88 -68q55 -23 112 -23q66 0 107 17q49 20 80 47q33 31 51 70q16 35 16 88t-20 92q-25 45 -64 76q-45 35 -108 65l-150 68q-100 41 -180 90q-74 45 -119 100q-47 57 -65 119 q-18 66 -19 137q0 92 37 170q33 70 107 129q72 57 157 84q96 29 201 29q113 0 195 -19q78 -16 135 -51q57 -33 80 -74q27 -47 26 -94q0 -35 -16 -67q-16 -31 -47 -54q-37 -27 -78 -37q-46 -12 -111 -12q0 43 -12 92.5t-37 92.5q-25 41 -67 69q-45 29 -101 29q-41 0 -77 -12 q-43 -14 -66 -35q-29 -27 -43 -60q-16 -39 -16 -82q0 -47 14 -82q16 -39 51 -73.5t103 -73.5q49 -29 170 -78q115 -47 180 -88q80 -49 121 -96q49 -57 69 -113q20 -59 21 -137q0 -102 -39 -182q-41 -84 -113 -142q-74 -59 -174 -92q-98 -33 -231 -32q-129 0 -230 26 q-86 23 -147 68q-55 40 -80 92q-23 47 -23 100z" />
+<glyph unicode="T" horiz-adv-x="1335" d="M20 1065l11 397h1276l10 -397h-137l-15 127q-2 25 -14 61q-8 25 -29 45q-18 18 -51 29q-35 10 -76 10h-164v-1095q0 -47 9 -70q10 -29 22 -41q16 -16 33 -18q25 -4 41 -4h86v-109h-707v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v1095h-164q-43 0 -78 -10 q-29 -8 -49 -28.5t-29 -45.5q-12 -37 -14 -61l-14 -127h-138z" />
+<glyph unicode="U" horiz-adv-x="1529" d="M33 1354v108h706v-108h-86q-16 0 -41 -4q-16 -2 -32 -19q-12 -12 -23 -41q-8 -23 -8 -69v-791q0 -84 22 -145q20 -53 62 -92q39 -35 94 -52q59 -16 127 -16t123 18q57 18 94 53t59 95q20 55 21 135v803q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -40 4h-86v108h536 v-108h-88q-16 0 -41 -4q-16 -2 -33 -19q-12 -12 -22 -41q-8 -23 -8 -69v-799q0 -106 -29 -184q-29 -80 -92 -140q-59 -57 -160 -88q-98 -31 -231 -30q-127 0 -240 26q-104 25 -178 80q-68 51 -111 145q-39 86 -39 215v783q0 43 -8 65q-9 25 -24 37q-20 16 -33 19 q-25 4 -39 4h-88z" />
+<glyph unicode="V" horiz-adv-x="1429" d="M0 1354v108h676v-108h-94q-8 0 -29 -4q-14 -2 -25 -11q-12 -10 -18 -20q-8 -16 -8 -33q0 -20 6 -44.5t12 -43.5l209 -631l5 -15t6 -20.5l5 -19.5q4 -12 9.5 -33.5l7.5 -29.5q6 -23 14 -68l10 -62q0 6 4.5 20.5t6.5 25.5q4 20 16 65l21 68l11 33.5t9 29.5l211 623 q4 10 8 24q0 2 3 12.5t5 16.5q2 10 6 27q2 8 3 20q0 33 -23 51.5t-59 18.5h-107v108h529v-108h-99q-12 0 -24 -6q-8 -4 -23 -23q-6 -6 -22 -45q-14 -31 -29 -76l-418 -1204h-205l-436 1255q-10 29 -24 48q-14 16 -35 30.5t-35 16.5q-25 4 -33 4h-47z" />
+<glyph unicode="W" horiz-adv-x="2183" d="M0 1354v108h684v-108h-47q-61 0 -92 -24.5t-31 -74.5q0 -14 6 -49q8 -41 15 -61l137 -473l12 -41l12 -43q4 -14 11.5 -45l11.5 -47q6 -23 20 -90q10 -43 13 -76l30 123l35 118l270 877h150l283 -782q29 -76 34 -97q2 -6 27 -96l12.5 -42t12.5 -40q4 -14 9 -38.5t5 -26.5 q8 37 16 82q4 25 10.5 49t10.5 45l22 102q4 14 11.5 48l11.5 53l108 442l7 29l6 30q4 20 4 29q0 4 1 12t1 10q0 52 -31 74q-33 23 -100 23h-47v108h534v-108h-39q-33 0 -53 -6q-27 -8 -41 -23q-16 -16 -33 -49q-10 -23 -28 -82l-318 -1194h-233l-344 961l-295 -961h-254 l-375 1245q-8 29 -22 53q-12 20 -31 32.5t-39 19.5q-14 4 -53 4h-27z" />
+<glyph unicode="X" horiz-adv-x="1497" d="M20 0v109h13q35 0 65 10q23 8 52 28q35 25 49 46q4 4 20.5 25.5t26.5 33.5l358 467l-338 526l-33 47q-14 20 -38 35q-29 16 -45 21q-25 6 -60 6h-27v108h678v-108h-6q-27 0 -59 -4q-20 -2 -37 -13q-14 -8 -21 -20q-4 -8 -4 -23q0 -25 15 -53q14 -31 39 -67l170 -254 l178 249q18 28 37 62q18 35 18 63q0 18 -8 29q-12 14 -25 20q-12 4 -37 9q-14 2 -45 2h-6v108h480v-108h-19q-20 0 -53 -8q-25 -6 -49 -25q-20 -16 -47 -45q-18 -20 -54 -70l-297 -405l377 -584q41 -66 82 -86q45 -23 82 -22h27v-109h-676v109h10q123 0 123 67q0 14 -2 23 q0 2 -10 26q-2 4 -21 37l-35 55l-188 285l-221 -299q-8 -12 -35 -59q-18 -35 -18 -66q0 -33 28.5 -51t95.5 -18h7v-109h-517z" />
+<glyph unicode="Y" horiz-adv-x="1417" d="M0 1354v108h686v-108h-35q-61 0 -92 -24.5t-31 -67.5q0 -29 9 -56q8 -31 22 -57l152 -301l53 -115l37 -98q8 23 49 117q31 72 61 133l119 245q25 51 29 76q6 31 6 47q0 51 -33 76t-102 25h-47v108h536v-108h-39q-27 0 -45 -6q-20 -6 -35 -25q-18 -23 -34 -49 q-6 -10 -41 -80l-348 -678v-280q0 -43 10 -70t24.5 -39t34.5 -14q29 -4 45 -4h101v-109h-756v109h96q18 0 47 4q23 4 37 14q14 12 24.5 39t10.5 67v285l-379 727q-4 8 -29 51q-10 18 -28 33q-15 12 -37 19q-20 6 -51 6h-27z" />
+<glyph unicode="Z" horiz-adv-x="1363" d="M86 0v102l768 1235h-403q-41 0 -78 -14q-33 -14 -51 -37q-16 -23 -27 -59q-10 -35 -12 -76l-11 -111h-147l10 422h1094v-104l-770 -1233h442q61 0 103 18q39 18 63 45q27 29 35 66q12 49 14 76l10 92h148l-10 -422h-1178z" />
+<glyph unicode="[" horiz-adv-x="847" d="M205 -262v1818h567v-108h-88q-45 0 -66 -4q-35 -6 -53 -21q-23 -16 -35 -45q-14 -33 -14 -78v-1306q0 -43 14 -78q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h88v-108h-567z" />
+<glyph unicode="\" horiz-adv-x="589" d="M0 1556h145l445 -1804h-148z" />
+<glyph unicode="]" horiz-adv-x="847" d="M76 -154h88q45 0 65 4q35 6 54 21q27 18 36 45q12 31 13 78v1306q0 51 -12.5 78t-36.5 45q-18 14 -54 21q-20 4 -65 4h-88v108h567v-1818h-567v108z" />
+<glyph unicode="^" d="M94 537l432 925h88l435 -925h-160l-320 702l-315 -702h-160z" />
+<glyph unicode="_" horiz-adv-x="937" d="M-10 -170h960v-121h-960v121z" />
+<glyph unicode="`" horiz-adv-x="1181" d="M332 1548v21h321q12 -27 41 -74l54 -82q14 -25 55 -78l24.5 -33.5l24.5 -33.5v-27h-139q-51 29 -107 70l-112 86q-49 37 -99 84q-49 44 -63 67z" />
+<glyph unicode="a" horiz-adv-x="1226" d="M92 313q0 166 115 246q117 82 344 88l168 6v113q0 37 -4 94q-2 39 -17 74q-10 25 -39 47q-25 18 -67 18q-37 0 -66 -16q-27 -14 -43 -47q-16 -35 -22 -70q-6 -39 -6 -88q-135 0 -207 31q-70 31 -70 106q0 57 33 96.5t92 64t133 36.5q76 12 164 12q109 0 188.5 -18.5 t133.5 -58.5q55 -41 82 -109q27 -66 26 -162v-522q0 -41 6 -70q6 -31 21 -45q16 -16 39 -22q33 -8 57 -8h8v-109h-381l-43 141h-18q-45 -53 -64 -71q-29 -29 -63 -52q-29 -18 -78 -28q-47 -10 -100 -10q-72 0 -127 20q-61 23 -101 61q-47 47 -69 105q-25 61 -25 147z M410 305q0 -88 28 -133q29 -43 88 -43q43 0 80 18q33 16 60 54q29 39 39 82q14 57 14 108v154l-92 -6q-59 -2 -103 -19q-37 -14 -67 -47q-23 -25 -35 -70q-12 -43 -12 -98z" />
+<glyph unicode="b" horiz-adv-x="1327" d="M35 0v109h14q29 0 57 6q35 8 50 18q27 18 37 43q12 29 12 76v1059q0 45 -12 71q-10 25 -35 41q-20 14 -52 21q-20 4 -63 4h-8v108h481v-350q0 -47 -2 -76q-3 -43 -6 -79l-8 -93h14q43 76 117 119q78 45 190 45q96 0 176 -34.5t129 -102.5q53 -72 80 -176t27 -256 t-27 -256q-27 -106 -82 -180q-51 -68 -131 -103q-82 -35 -180 -34q-49 0 -106 14q-47 12 -89 37q-39 25 -67.5 55.5t-50.5 73.5h-19l-57 -160h-389zM516 553q0 -92 10 -180q10 -82 33 -131q25 -53 66 -82q39 -27 102 -27q98 0 145 109q45 104 46 313q0 211 -45.5 313.5 t-147.5 102.5q-61 0 -100 -25q-41 -25 -66 -78q-23 -49 -33 -131q-10 -88 -10 -184z" />
+<glyph unicode="c" horiz-adv-x="1077" d="M96 545q0 168 39 276q41 115 105 178q70 70 159 97q96 29 199 28q92 0 174 -16q68 -14 127 -45q47 -25 78 -70q27 -39 27 -84q0 -41 -11 -65q-12 -33 -40.5 -55.5t-82.5 -38.5q-49 -14 -131 -15q0 51 -6 101q-6 43 -22 84q-14 35 -41 57t-64 22q-41 0 -80 -22 q-37 -22 -61 -74q-29 -59 -39 -137q-14 -100 -14 -219q0 -209 57 -311.5t186 -102.5q52 0 99 12q49 12 86 35t65 53q29 33 47 66q25 -14 37 -41q12 -25 12 -53q0 -37 -22 -78q-20 -39 -72 -74q-43 -29 -125 -53q-70 -20 -178 -20q-111 0 -207 28q-90 27 -159 96 q-68 68 -105 177q-37 107 -37 264z" />
+<glyph unicode="d" horiz-adv-x="1327" d="M94 547q0 152 27 256q27 106 82 180q52 71 129 104q80 35 176 35q58 0 104 -12q45 -12 84 -35q45 -27 68 -51q31 -35 49 -66h14q-2 20 -5 56.5t-3 50.5q0 8 -1 22.5t-1 20.5q0 8 -2 21.5t-2 19.5t-1 18.5t-1 16.5v24v113q0 39 -14 68q-14 27 -35 38q-23 14 -53 17 q-41 4 -64 4h-16v108h493v-1304q0 -49 15 -76q16 -31 37 -43q18 -12 53 -18q31 -6 65 -6h8v-109h-397l-57 160h-19q-16 -33 -53 -74q-33 -35 -67 -57q-43 -27 -86 -37q-49 -12 -109 -12q-98 0 -178 34q-82 37 -131 103q-55 76 -82 176q-27 104 -27 254zM410 549 q0 -209 43 -313q43 -102 147 -103q63 0 102 25q37 23 64 78t35 131q10 88 10 184q0 92 -10 180q-8 76 -35 131.5t-64 81.5q-39 27 -102 27q-53 0 -88 -27q-39 -29 -59 -82q-25 -63 -33 -133q-10 -88 -10 -180z" />
+<glyph unicode="e" horiz-adv-x="1167" d="M96 543q0 150 33 254t100 182q61 70 160 108q95 37 215 37q106 0 201 -32q88 -31 149 -93q63 -63 96 -153t33 -215v-105h-671q2 -100 22 -178q16 -63 55 -121q35 -49 84 -71q51 -23 113 -23q52 0 98 12q41 10 82 35q33 18 64 53q25 27 45 66q55 -31 55 -100 q0 -43 -24 -84q-23 -39 -74 -70q-45 -29 -125 -47q-78 -18 -180 -18q-125 0 -230 38q-96 37 -166 109q-68 72 -102 178q-33 101 -33 238zM416 657h354q0 84 -8 140q-8 57 -29 104q-18 45 -51 67.5t-74 22.5q-88 0 -137 -86t-55 -248z" />
+<glyph unicode="f" horiz-adv-x="833" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v76q0 96 25 169q25 78 76 127q49 49 131 78q78 27 186 27q98 0 164 -12q76 -14 107 -31q41 -23 55 -47q16 -29 16 -60q0 -70 -63 -102q-61 -31 -189 -31q0 27 -6 54q-8 41 -16 55 q-12 27 -31 41q-20 16 -49 16q-20 0 -43 -14q-16 -10 -29 -43q-10 -25 -16 -76q-6 -47 -6 -115v-112h282v-140h-282v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h96v-109h-743z" />
+<glyph unicode="g" horiz-adv-x="1146" d="M4 -207q0 109 72 168q70 57 205 70q-37 16 -55.5 26.5t-47.5 38.5q-23 23 -35 51.5t-12 65.5q0 31 14 63q12 28 37 56q18 20 57.5 49t73.5 47q-37 12 -84 45q-37 25 -65 68q-28 40 -43 92q-16 55 -17 112q0 180 105 279q106 100 323 100q74 0 136 -18q55 -16 108 -45 q16 18 37 39q6 6 47 37q16 12 58 28q25 10 71 11q39 0 63.5 -8.5t47.5 -26.5q20 -16 28 -37q8 -18 9 -45q0 -23 -7 -45q-4 -16 -24 -37q-14 -14 -45 -24.5t-70 -10.5q0 22 -6 37q-6 14 -18 27q-10 10 -25 16q-16 6 -29 6q-18 0 -36 -6q-16 -6 -31 -16q20 -20 39 -52 q25 -41 33 -63.5t20 -71.5q8 -33 8 -74q0 -78 -24 -143q-25 -63 -76 -113q-51 -47 -129 -75q-74 -27 -185 -27h-28q-8 0 -17.5 1t-17.5 1q-6 0 -16.5 1t-14.5 1q-6 0 -14 1t-10 1l-27 -18q-18 -12 -25 -23q-10 -14 -16 -28q-6 -16 -6 -35q0 -35 27 -49q29 -16 69 -17h248 q98 0 176 -22q74 -22 123 -62q51 -41 72 -98q23 -61 22 -131q0 -96 -36.5 -170t-108.5 -125q-74 -52 -184 -80q-106 -27 -265 -27q-244 0 -360 72q-119 74 -119 213zM246 -203q0 -84 61 -125q63 -41 180 -41q180 0 262 51.5t82 153.5q0 66 -40 90q-43 27 -125 27h-238 q-33 0 -63 -6q-33 -6 -58 -23q-29 -18 -45 -47q-16 -27 -16 -80zM383 745q0 -41 8 -98q6 -43 25 -74q20 -35 43 -49q25 -16 67 -16q39 0 68 16q25 14 43 49q16 33 22.5 76t6.5 99q0 58 -7 104q-4 37 -24 80q-14 33 -43 51q-28 18 -68 18q-37 0 -67 -20q-29 -18 -43 -51 q-18 -43 -25 -82q-6 -46 -6 -103z" />
+<glyph unicode="h" horiz-adv-x="1363" d="M35 1448v108h481v-337q0 -55 -2 -86t-6 -84l-8 -91h18q27 51 66 91q34 34 73 49q53 20 82 22q57 4 92 4q74 0 142 -22q61 -20 106 -72q47 -55 68 -123q23 -78 22 -178v-475q0 -51 9 -76q12 -35 24 -45t43 -18q25 -6 62 -6h6v-109h-455v674q0 70 -8 117q-10 53 -29 88 q-18 33 -51 53q-31 18 -76 18q-49 0 -86 -26q-29 -20 -53 -70q-23 -43 -31 -100q-8 -51 -8 -121v-391q0 -43 10 -70q8 -23 29 -39q20 -18 47 -20q37 -4 62 -4h6v-109h-629v109h4q27 0 64 4q27 2 51 20q20 14 33 43q12 28 12 74v1073q0 43 -15 66q-16 29 -36 38 q-23 14 -48 17q-33 4 -47 4h-24z" />
+<glyph unicode="i" horiz-adv-x="720" d="M35 0v109h24q14 0 47 4q27 4 47.5 18t36.5 41q14 23 15 70v622q0 43 -15 66q-15 25 -36 37q-29 16 -48 18q-33 4 -47 4h-24v109h481v-856q0 -47 14 -70q16 -27 37 -41t47 -18q33 -4 48 -4h24v-109h-651zM176 1430q0 35 14 67q12 27 37 45.5t54 26.5q27 8 69 8q41 0 68 -8 q33 -10 55 -27q25 -18 39 -45t14 -67q0 -39 -14 -66t-39 -45q-27 -20 -55 -29q-27 -8 -68 -8q-43 0 -69 8q-25 8 -54 29q-25 18 -37 45q-14 33 -14 66z" />
+<glyph unicode="j" horiz-adv-x="706" d="M-41 -365h14q55 0 99 19q45 18 73.5 59t44.5 113q14 66 15 174v854q0 43 -12 70q-10 20 -37 41q-25 18 -52 20q-41 4 -63 4h-6v109h481v-1114q0 -139 -39 -229.5t-106 -145.5q-70 -57 -164 -78q-100 -23 -207 -23h-41v127zM178 1430q0 35 15 67q12 27 36.5 45.5 t53.5 26.5q27 8 69 8q41 0 68 -8q33 -10 55 -27q25 -18 39 -45t14 -67q0 -39 -14 -66t-39 -45q-27 -20 -55 -29q-27 -8 -68 -8q-43 0 -69 8q-25 8 -54 29q-25 18 -36 45q-15 33 -15 66z" />
+<glyph unicode="k" horiz-adv-x="1302" d="M35 0v109h24q14 0 47 4q27 4 47.5 18t36.5 41q14 23 15 70v1081q0 43 -15 66q-16 29 -36 38q-23 14 -48 17q-33 4 -47 4h-24v108h481v-790q0 -8 -1 -29.5t-1 -34.5q0 -47 -2 -69l-6 -80l258 289q35 39 45 61q10 25 10 37q0 25 -28 41q-27 14 -78 14v103h516v-103 q-76 0 -139 -41q-76 -49 -150 -133l-129 -147l272 -406q59 -84 109 -121q53 -39 104 -38h7v-109h-29q-137 0 -189 4q-76 6 -131 25q-57 18 -94 53q-41 39 -80 100l-182 287l-82 -61v-166q0 -47 14 -70q16 -27 37 -41t47 -18q33 -4 48 -4h24v-109h-651z" />
+<glyph unicode="l" horiz-adv-x="720" d="M35 0v109h24q14 0 47 4q27 4 47.5 18t36.5 41q14 23 15 70v1081q0 43 -15 66q-16 29 -36 38q-23 14 -48 17q-33 4 -47 4h-24v108h481v-1314q0 -47 14 -70q16 -27 37 -41t47 -18q33 -4 48 -4h24v-109h-651z" />
+<glyph unicode="m" horiz-adv-x="2017" d="M41 0v109h4q27 0 64 4q27 2 51 20q20 14 33 43q12 28 12 74v612q0 43 -10 70q-8 18 -31 39q-20 18 -45 20q-37 4 -62 4h-6v103h430l27 -146h10q29 55 66 92q33 33 73 52q35 16 82 22q43 6 92 6q111 0 193 -41q80 -41 117 -131h18q31 58 68 92q37 33 78 52q37 16 86 22 q47 6 94 6q74 0 141 -22q61 -20 107 -72q47 -55 67 -123q23 -78 23 -178v-475q0 -51 8 -76q10 -31 27 -45q12 -10 43 -18q25 -6 59 -6h6v-109h-455v674q0 133 -36.5 204.5t-126.5 71.5q-49 0 -82 -24q-35 -25 -56 -64q-22 -40 -30 -92q-10 -57 -11 -113v-403q0 -51 9 -76 q12 -35 24 -45t43 -18q25 -6 62 -6h6v-109h-455v674q0 70 -8 117q-10 53 -29 88q-18 33 -51 53q-31 18 -76 18q-49 0 -86 -26q-29 -20 -53 -70q-23 -43 -31 -100q-8 -51 -8 -121v-391q0 -43 10 -70q8 -23 29 -39q20 -18 47 -20q37 -4 62 -4h6v-109h-629z" />
+<glyph unicode="n" horiz-adv-x="1363" d="M41 0v109h4q27 0 64 4q27 2 51 20q20 14 33 43q12 28 12 74v606q0 43 -10 70q-8 18 -31 39q-20 18 -45 20q-37 4 -62 4h-6v109h430l27 -146h10q29 55 66 92q33 33 73 52q35 16 82 22q43 6 92 6q74 0 142 -22q61 -20 106 -72q47 -55 68 -123q23 -78 22 -178v-475 q0 -51 9 -76q12 -35 24 -45t43 -18q25 -6 62 -6h6v-109h-455v674q0 70 -8 117q-10 53 -29 88q-18 33 -51 53q-31 18 -76 18q-49 0 -86 -26q-29 -20 -53 -70q-23 -43 -31 -100q-8 -51 -8 -121v-391q0 -43 10 -70q8 -23 29 -39q20 -18 47 -20q37 -4 62 -4h6v-109h-629z" />
+<glyph unicode="o" horiz-adv-x="1253" d="M96 553q0 289 135.5 430t399.5 141q121 0 221 -34q96 -33 166 -107q68 -71 104.5 -178.5t36.5 -251.5q0 -289 -135 -430q-137 -143 -399 -143q-123 0 -222 36q-100 37 -165 107q-68 71 -105 178.5t-37 251.5zM414 553q0 -111 12 -193q12 -84 36.5 -139t65.5 -83.5 t100.5 -28.5t100.5 28.5t65.5 83.5t36.5 139q10 70 10.5 193t-10.5 192q-10 74 -38 138q-23 53 -66 82q-41 29 -100.5 28.5t-100.5 -28.5q-43 -29 -65 -82q-23 -49 -35 -138q-12 -81 -12 -192z" />
+<glyph unicode="p" horiz-adv-x="1320" d="M27 -383h24q16 0 49 4q27 4 47 19q16 12 35 41q14 23 15 69v1096q0 45 -11 76q-8 27 -28 43q-12 10 -45 18q-25 6 -54 6h-14v109h401l37 -160h9q23 43 51 74q27 29 69 55q47 29 86 39q49 12 107 12q102 0 180 -32.5t131 -104.5q55 -76 82 -178q27 -104 27 -258 q0 -152 -27 -256.5t-80 -175.5q-52 -71 -129 -105q-74 -33 -176 -33q-113 0 -190 45q-72 41 -117 119h-14l8 -92q2 -25 6 -82q2 -29 2 -74v-141q0 -47 14 -69q16 -27 37 -41.5t47 -18.5q33 -4 47 -4h45v-109h-671v109zM508 545q0 -96 10 -185q8 -76 35 -131t63 -77 q39 -25 101 -25q104 0 147 104q45 109 45 312q0 201 -45 313q-43 109 -145 109q-63 0 -103 -27q-37 -27 -63.5 -82t-34.5 -131q-10 -88 -10 -180z" />
+<glyph unicode="q" horiz-adv-x="1325" d="M94 551q0 150 27 254q27 100 82 176q51 70 131 104q74 33 178 33q59 0 109 -12q43 -10 86 -37q39 -25 67 -55q35 -37 53 -76h19l41 160h413v-109h-8q-35 0 -65 -6q-35 -6 -53 -18q-20 -12 -37 -43q-14 -27 -15 -76v-1102q0 -43 12.5 -67.5t36.5 -38.5q23 -14 54 -17 q41 -4 63 -4h37v-109h-717v109h37q23 0 64 4q31 2 53 17q20 12 35 38q14 29 14 68v150v24q0 4 1 16.5t1 18.5l4 41q0 6 1 20.5t1 22.5q0 14 3 50t5 56h-14q-25 -37 -49 -65q-23 -25 -68 -51q-39 -23 -84 -35q-46 -12 -104 -12q-96 0 -176 34.5t-129 102.5q-55 76 -82 178 q-27 104 -27 256zM410 549q0 -205 43 -311.5t147 -106.5q63 0 102 26.5t64 80.5q27 55 35 129q10 86 10 180q0 96 -10 184q-8 76 -35 131.5t-64 77.5q-39 25 -102 25q-104 0 -147 -103q-43 -104 -43 -313z" />
+<glyph unicode="r" horiz-adv-x="1069" d="M41 0v109h6q35 0 64 6q33 8 51 20q16 12 31 43q12 27 12 78v594q0 41 -10 72q-8 25 -31 43q-20 18 -45 20q-37 4 -62 4h-6v109h414l41 -160h10q27 57 43 80q27 37 59 57q39 25 78 35q45 12 109 12q120 0 178 -43q57 -43 57 -123q0 -92 -67 -145q-70 -53 -193 -53 q0 33 -4 73q-2 31 -16 54q-12 20 -31 33q-16 10 -49 10q-37 0 -62 -19q-31 -23 -45 -45q-14 -20 -28 -65q-12 -39 -19 -72q-4 -25 -8 -70q-2 -23 -2 -57v-354q0 -49 10 -72q12 -28 31 -43q18 -16 45 -18q37 -4 57 -4h66v-109h-684z" />
+<glyph unicode="s" horiz-adv-x="997" d="M61 219q0 49 19 80q16 27 49 47q27 16 64 23q33 6 59 6q0 -59 16 -115q12 -43 45 -86q27 -35 70 -55q39 -18 90 -19q59 0 92 11q35 10 62 30q23 16 37 45q12 25 12 54q0 34 -12 61q-10 20 -41 49q-29 27 -78 47q-57 25 -121 47q-83 28 -148 62q-70 37 -106 74 q-45 45 -66 94q-23 55 -22 123q0 82 30.5 143t90.5 102q53 37 139 60q76 20 180 20q92 0 164 -16t113 -43q37 -25 61 -62q20 -33 21 -69q0 -68 -49.5 -104.5t-159.5 -36.5q0 106 -45 159q-46 55 -135 56q-37 0 -64 -9q-37 -10 -53 -22q-23 -16 -35 -41q-14 -29 -14 -55 q0 -35 12 -60q10 -23 45 -49q25 -20 86 -47q68 -31 137 -53q78 -29 125 -54q53 -29 100 -71q41 -37 64 -90q23 -51 23 -115q0 -88 -29 -152q-31 -70 -86 -112q-61 -47 -141 -72q-84 -25 -189 -24q-111 0 -190 18q-76 18 -127 49q-47 31 -72 78q-23 45 -23 94z" />
+<glyph unicode="t" horiz-adv-x="827" d="M43 958v105q61 0 119 27q49 23 82 59q63 63 94 203h170v-254h262v-140h-262v-634q0 -92 30.5 -135.5t104.5 -43.5q51 0 76 5q49 8 69 14v-133q-8 -4 -43 -17q-33 -10 -65 -16l-82 -12q-45 -6 -100 -6q-66 0 -125 16q-53 14 -94 55t-61.5 100.5t-20.5 151.5v655h-154z" />
+<glyph unicode="u" horiz-adv-x="1363" d="M53 989v109h455v-656q0 -49 8 -118q6 -53 25 -91q18 -39 49 -59q29 -20 74 -20t83.5 22.5t59.5 61.5q25 45 33 98q10 66 10 129v393q0 47 -12 72q-14 31 -31 39q-25 14 -47 16q-37 4 -58 4h-6v109h465v-860q0 -43 10.5 -70t28.5 -39q20 -14 43 -16q33 -4 55 -4h17v-109 h-408l-45 145h-10q-31 -52 -68 -86q-31 -29 -75 -49q-39 -18 -88 -24q-47 -6 -93 -6q-158 0 -245 100q-86 98 -86 305v459q0 49 -9 74q-10 31 -24 43q-20 18 -43 22q-27 6 -64 6h-4z" />
+<glyph unicode="v" horiz-adv-x="1239" d="M0 989v109h635v-109h-86q-29 0 -49 -16q-18 -14 -19 -49q0 -25 6 -50q4 -16 13 -40l137 -388q23 -57 43 -131q20 -70 29 -118q2 6 4 17t5 21.5t5 18.5q4 16 9 31.5t9 29.5q8 31 16.5 55.5t10.5 35.5l139 411l17 57q6 28 6 56q0 35 -22.5 47t-57.5 12h-59v109h450v-109 h-41q-22 0 -37 -6q-20 -8 -33 -20q-16 -16 -30.5 -45t-32.5 -78l-297 -840h-270l-336 891q-16 37 -25 47q-14 16 -35 31q-20 12 -45 16q-32 4 -59 4z" />
+<glyph unicode="w" horiz-adv-x="1751" d="M-6 989v109h600v-109h-27q-61 0 -92 -18.5t-31 -67.5q0 -25 5 -41q8 -33 12 -47l76 -266q12 -49 18 -76q4 -20 9 -39.5l9 -36.5q6 -25 15 -69q8 -49 10 -60h6q8 43 25 105q6 23 41 131l209 583h133l200 -604q18 -55 35 -125q12 -49 19 -90h6q2 14 5 26.5t5 22.5 q2 14 10 48q10 41 15 55q18 61 20 67l90 299q2 6 13 56q6 31 6 47q0 51 -33 76q-35 25 -103 24h-14v109h469v-109h-26q-29 0 -51.5 -6t-39 -22.5t-32.5 -49.5q-14 -27 -31 -82l-264 -829h-221l-224 680l-235 -680h-223l-263 881q-14 35 -24 53q-12 20 -31 33q-14 8 -39 16 q-23 6 -51 6h-6z" />
+<glyph unicode="x" horiz-adv-x="1320" d="M23 0v109h18q37 0 65 6q23 6 52 22q33 20 51 39q14 14 55 64l258 311l-258 330q-41 53 -86 82q-41 27 -90 26h-27v109h644v-109h-7q-29 0 -57 -4q-25 -4 -37 -12q-10 -8 -16 -20.5t-6 -22.5q0 -22 12 -43q16 -27 35 -51l114 -140l97 117q25 29 37 59q14 33 14 56 q0 37 -29 49q-27 12 -76 12h-6v109h473v-109h-18q-29 0 -53.5 -6t-46.5 -20q-27 -16 -50 -39q-12 -12 -57 -66l-211 -258l301 -383q47 -59 86 -84q41 -25 78 -24h27v-109h-652v109h11q123 0 123 67q0 16 -3 25q-2 10 -12 26q0 2 -8 16.5t-14 22.5l-41 51l-117 142l-143 -178 q-14 -20 -31 -52q-12 -25 -12 -51q0 -33 28.5 -51t98.5 -18h6v-109h-520z" />
+<glyph unicode="y" horiz-adv-x="1185" d="M0 977v121h584v-109q-57 0 -95 -16q-35 -16 -34 -60q0 -8 8 -41q6 -23 12 -38l37 -93l39 -102l35 -96l16 -44.5t14 -39.5q16 -43 25 -70q12 -41 16 -57q8 -33 11 -47l6 -43q4 33 8 47l12 49q2 10 8.5 24.5t6.5 16.5q4 10 7 16t3 11l135 401l8 24q4 16 6 27q4 20 4 27 q0 4 1 12t1 10q0 45 -38 64q-40 18 -111 18v109h461v-109q-23 0 -56 -8q-25 -6 -40 -23q-20 -20 -35 -47q-20 -37 -33 -71l-76 -207l-78 -213l-80 -213l-75 -207q-45 -119 -68 -174q-31 -74 -67 -129q-39 -59 -78 -92q-41 -35 -100.5 -57.5t-133.5 -30.5q-68 -8 -176 -9h-35 v119q102 0 183 27q76 25 127 74q51 47 84 114q37 74 59 148l-369 901q-14 33 -26.5 47t-33 24.5t-36.5 12.5q-14 2 -43 2z" />
+<glyph unicode="z" horiz-adv-x="1081" d="M37 0v84l604 874h-299q-23 0 -41 -6q-12 -4 -29 -24q-12 -15 -24 -43q-8 -16 -23 -70l-12 -49h-123l25 332h884v-88l-606 -871h361q35 0 53 8q25 10 37 29q18 27 26 53q10 33 19 76l12 66h121l-10 -371h-975z" />
+<glyph unicode="{" horiz-adv-x="903" d="M61 590v125q63 4 93 10q51 10 75 29q35 25 52 57q18 37 18 94v352q0 145 88 222q90 78 262 77h195v-108h-80q-43 0 -71.5 -12.5t-45 -39t-22.5 -61.5q-6 -37 -7 -86v-348q0 -94 -53 -153q-52 -58 -172 -86v-17q119 -29 172 -90q53 -63 53 -152v-350q0 -49 6.5 -86 t22.5 -63q14 -23 45 -37q33 -14 72 -14h80v-109h-195q-90 0 -151 20q-70 23 -111 62q-45 43 -65 94q-23 57 -23 127v350q0 57 -18.5 94t-51.5 60q-25 18 -75 29q-30 6 -93 10z" />
+<glyph unicode="|" d="M498 -492v2048h147v-2048h-147z" />
+<glyph unicode="}" horiz-adv-x="903" d="M61 -147h80q39 0 72 14q31 14 45 37q16 27 22.5 63.5t6.5 85.5v350q0 88 53 152q53 61 172 90v17q-120 28 -172 86q-53 59 -53 153v348q0 49 -6 86q-6 35 -22.5 61.5t-45.5 39t-72 12.5h-80v108h195q172 0 262 -77q88 -76 88 -222v-352q0 -57 19 -94q16 -33 51 -57 q27 -18 74 -29q29 -6 94 -10v-125q-66 -4 -94 -10q-47 -10 -74 -29q-33 -23 -51.5 -59.5t-18.5 -94.5v-350q0 -70 -22 -127q-18 -49 -68 -94q-43 -39 -108 -62q-61 -20 -152 -20h-195v109z" />
+<glyph unicode="~" horiz-adv-x="1148" d="M113 598v158q98 109 247 108q37 0 53.5 -2t53.5 -10q28 -6 61 -18q43 -16 80 -33l33 -13.5l33 -13.5q25 -10 51 -18q14 -4 43 -8q14 -2 41 -3q33 0 59 9q10 4 58 26q20 10 57 39q29 20 53 47v-157q-98 -109 -248 -109q-37 0 -53 2t-53 10q-28 6 -61 19q-43 16 -80 33 q-57 25 -66 26l-49 17q-29 8 -43 10t-43 2q-23 0 -57 -10q-25 -8 -60 -25q-20 -10 -57 -39z" />
+<glyph unicode="&#xa2;" d="M117 733.5q0 149.5 35 259.5q35 109 94 174q63 70 143 103q76 31 182 41v151h127v-151q98 -6 156 -23q66 -18 115 -47q43 -27 69 -65q23 -33 23 -78q0 -33 -12 -64q-12 -33 -41 -55q-35 -27 -80 -41q-49 -14 -131 -14q0 57 -4 84q-8 53 -17 75q-12 33 -30.5 57.5 t-47.5 37.5v-856q43 0 97 14q45 12 84 35q41 25 65 51q29 33 47 65q27 -16 39 -40.5t12 -53.5q0 -37 -20 -71q-25 -41 -64 -70q-47 -33 -106 -53q-68 -23 -154 -29v-170h-127v170q-100 6 -186 41q-84 35 -143 102q-59 70 -92 170.5t-33 250zM430 735q0 -160 33 -256 q33 -94 108 -133v828q-37 -16 -59 -46q-27 -35 -45 -84q-16 -47 -27 -129q-10 -86 -10 -180z" />
+<glyph unicode="&#xa3;" d="M49 709v125h191q-4 8 -7.5 17t-8.5 20.5t-7 19.5q-10 25 -20 67q-12 49 -17 76q-6 39 -6 78q0 178 117 274q119 96 338 97q109 0 186 -19q74 -18 127 -51q47 -31 70 -74q23 -45 22 -94q0 -72 -65.5 -119t-190.5 -47q0 31 -8 97q-6 51 -25 90q-18 41 -49 65q-33 27 -82 27 q-78 0 -123 -57.5t-45 -180.5q0 -43 7 -82q4 -33 16 -77q12 -49 20 -70q16 -41 25 -57h363v-125l-324 2l12 -43q8 -23 10 -39l6.5 -39.5t2.5 -46.5q0 -162 -185 -281l7 -10q2 0 5 1l6 2t7 1q8 2 29 6l36 6q12 2 37 2q27 0 39 -2q29 -4 41 -8l21.5 -7t23.5 -7l25.5 -8.5 t30.5 -8.5q25 -8 81 -22q33 -8 82 -8q74 0 123 41q52 43 92 110v-229q-41 -74 -98 -107q-59 -35 -139 -34q-18 0 -64 4q-27 2 -65 10q-41 8 -62 14q-49 14 -53 17q-12 4 -106 30q-51 14 -97 15q-25 0 -65 -4q-33 -4 -60 -13q-29 -10 -53 -20l-55 -25l-90 -47v184l65 41 l66 47q29 25 59 68q27 39 45 88q16 43 17 111q0 59 -13 108q-12 53 -32 101h-236z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1103" d="M-6 1354v108h586v-108h-15q-61 0 -90 -19q-27 -18 -26 -61q0 -29 8 -55q6 -23 24 -66l78 -195q35 -94 45 -124q16 -55 27 -103q8 35 20 68l16.5 40.5l16.5 41.5l86 225l10 31.5t11 27.5q8 23 12 45q0 2 3 15.5t3 19.5t1 14.5t1 12.5q0 39 -29 61q-27 20 -96 21h-6v108 h426v-108h-6q-23 0 -45 -6q-20 -6 -39 -25q-12 -12 -35 -49q-6 -12 -37 -80l-211 -496h268v-120h-286v-119h286v-121h-286v-102q0 -45 14 -74q12 -27 34.5 -39t53.5 -12q10 0 31.5 -1t34.5 -1h47v-109h-735v109h47q12 0 32.5 1t30.5 1q29 0 53 10q20 8 37 35q14 23 15 69 v113h-287v121h287v119h-287v120h252l-242 547q-18 37 -27 51q-14 25 -26 35q-10 8 -35 17q-18 6 -45 6h-6z" />
+<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M258 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM678 1409q0 33 10 59q8 25 27 39 q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM465 733q0 96 29 182 q29 84 81 144q55 61 138 94q80 33 190 33q71 0 123 -12q55 -12 88 -31q37 -20 53.5 -45t16.5 -58q0 -25 -10 -41q-12 -18 -31 -30q-16 -12 -45 -19q-25 -6 -54 -6q0 20 -8 57q-6 28 -24 50q-23 27 -45 36q-28 12 -68 13q-74 0 -123 -25q-53 -27 -82 -69q-33 -47 -47 -115 q-14 -63 -14 -158q0 -174 69 -272q68 -96 199 -96q46 0 86 12q47 14 74 33q35 25 55 45q16 16 37 49q10 -8 21 -25q8 -14 8 -39q0 -31 -19 -57q-18 -29 -59 -53q-39 -25 -96 -39q-55 -14 -134 -15q-104 0 -178 33q-82 35 -129 92q-51 59 -75 146q-27 90 -27 186z" />
+<glyph unicode="&#xab;" horiz-adv-x="1134" d="M133 500v106l313 357h144l-207 -410l207 -410h-144zM545 500v106l313 357h143l-206 -410l206 -410h-143z" />
+<glyph unicode="&#xad;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
+<glyph unicode="&#xae;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM477 289v69h27q27 0 39 2 q8 2 30 11q14 6 22.5 20.5t8.5 38.5v600q0 25 -8 39t-23 21q-23 8 -30 10q-12 2 -39 2h-27v72h369q352 0 352 -244q0 -47 -16 -86q-14 -33 -41 -64q-23 -25 -60 -45q-29 -16 -69 -30l182 -293q6 -12 20 -27q10 -10 23 -16q10 -4 29 -9q12 -2 43 -2v-69h-217l-226 381h-108 v-240q4 -27 10 -39q8 -14 20 -20q14 -6 33 -11q12 -2 37 -2h29v-69h-410zM758 748h86q55 0 92 12q39 14 59 33q22 22 31 55q10 37 10 80q0 47 -12 78q-14 39 -33 51q-27 20 -61 28q-33 8 -92 9h-80v-346z" />
+<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M330 1241v27q23 29 49 67l55 78l53 82q29 47 41 74h322v-21q-14 -23 -64 -67q-49 -47 -98 -84l-113 -86q-55 -41 -106 -70h-139z" />
+<glyph unicode="&#xb8;" horiz-adv-x="681" d="M102 -344q37 -9 74 -12q49 -4 66 -4q59 0 92 20.5t33 73.5q0 33 -11 49q-12 18 -32 31q-16 8 -50 16q-20 4 -61 8l43 180h117l-21 -88q51 -4 90 -18q45 -18 70 -39q29 -25 43 -57q16 -37 16 -74q0 -57 -20.5 -98t-58.5 -74q-33 -29 -93 -45q-55 -16 -118 -17h-39 q-8 0 -26.5 3.5t-20.5 3.5l-50 6q-20 2 -43 10v125z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1134" d="M133 143l207 410l-207 410h143l314 -357v-106l-314 -357h-143zM545 143l207 410l-207 410h143l313 -357v-106l-313 -357h-143z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1540" d="M8 0v109h25q28 0 49 6q25 6 43 22q14 12 37 45q10 16 35 76l444 1204h281l428 -1206q12 -35 32 -72q16 -31 35 -45q20 -16 41 -22q29 -8 47 -8h37v-109h-676v109h80q10 0 31 4q12 2 29 14q10 8 20 25q8 14 8 36q0 25 -6 48q-8 29 -12 40l-72 205h-498l-59 -176 q0 -2 -16 -59q-8 -31 -9 -58q0 -20 9 -34q10 -16 20 -25q8 -6 29 -14q14 -6 35 -6h86v-109h-533zM489 606h414l-108 336l-23 74q-6 20 -11 39.5t-11 38.5l-23 80q-6 27 -18 75q-18 -61 -21 -67q-12 -37 -26 -76l-12.5 -41t-14.5 -39l-25 -74zM436 1747q0 33 10 59 q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM856 1747q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6 q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1611" d="M113 735q0 170 43 309q43 137 129 235.5t217 152t307 53.5q164 0 295 -53q125 -51 217 -152q86 -94 133 -238q45 -135 45 -309q0 -172 -45 -307q-47 -143 -135 -240q-86 -96 -217 -151q-129 -55 -295 -55q-176 0 -305 55q-135 57 -217 151q-84 96 -129 240 q-43 139 -43 309zM457 733q0 -147 18.5 -262t61.5 -195q43 -78 108 -120q68 -43 162 -43t162 43q70 45 108 120q41 82 60 195q18 115 18 262.5t-18 261.5q-18 113 -60 195q-37 76 -106 121q-61 41 -161.5 41t-164.5 -41q-66 -43 -108 -121q-43 -80 -61.5 -195t-18.5 -262z M463 1747q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM883 1747q0 33 10 59q8 25 27 39 q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1529" d="M33 1354v108h706v-108h-86q-16 0 -41 -4q-16 -2 -32 -19q-12 -12 -23 -41q-8 -23 -8 -69v-791q0 -84 22 -145q20 -53 62 -92q39 -35 94 -52q59 -16 127 -16t123 18q57 18 94 53t59 95q20 55 21 135v803q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -40 4h-86v108h536 v-108h-88q-16 0 -41 -4q-16 -2 -33 -19q-12 -12 -22 -41q-8 -23 -8 -69v-799q0 -106 -29 -184q-29 -80 -92 -140q-59 -57 -160 -88q-98 -31 -231 -30q-127 0 -240 26q-104 25 -178 80q-68 51 -111 145q-39 86 -39 215v783q0 43 -8 65q-9 25 -24 37q-20 16 -33 19 q-25 4 -39 4h-88zM494 1747q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM914 1747q0 33 10 59 q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1445" d="M12 0v109h88q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v714h-164v142h164v20q0 123 41 215q39 86 112 144q68 53 168 77q90 23 211 23q143 0 241.5 -37t160.5 -110q68 -80 92 -179q29 -111 29 -245h-115q-51 0 -94 -7q-45 -6 -76 -20q-33 -14 -51 -43q-18 -28 -19 -68 q0 -37 12.5 -63.5t38.5 -50.5q18 -16 72 -47q35 -20 105 -52q68 -33 108 -67q45 -39 72 -80q25 -39 39 -90q12 -45 12 -94q0 -90 -27 -152q-27 -63 -80 -106q-53 -45 -127 -66q-70 -20 -169 -20q-92 0 -177 18q-80 18 -149 57v248h110q6 -41 25 -78q23 -45 43 -65 q28 -28 61 -43q37 -16 78 -17q72 0 109 35q41 37 41 103q0 33 -10 67q-10 31 -33 57q-27 29 -64 56q-41 29 -100 55q-72 33 -125 76q-45 37 -78 86q-31 45 -43 96q-12 49 -12 103q0 71 25 122q23 49 69 86q45 35 105 54q66 20 133 22q0 90 -17 160q-14 63 -45 106 q-29 43 -69 60q-43 18 -95 18q-55 0 -94 -16q-45 -20 -74 -53q-31 -37 -45 -90q-16 -59 -16 -129v-1174h-502z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1226" d="M92 313q0 166 115 246q117 82 344 88l168 6v113q0 37 -4 94q-2 39 -17 74q-10 25 -39 47q-25 18 -67 18q-37 0 -66 -16q-27 -14 -43 -47q-16 -35 -22 -70q-6 -39 -6 -88q-135 0 -207 31q-70 31 -70 106q0 57 33 96.5t92 64t133 36.5q76 12 164 12q109 0 188.5 -18.5 t133.5 -58.5q55 -41 82 -109q27 -66 26 -162v-522q0 -41 6 -70q6 -31 21 -45q16 -16 39 -22q33 -8 57 -8h8v-109h-381l-43 141h-18q-45 -53 -64 -71q-29 -29 -63 -52q-29 -18 -78 -28q-47 -10 -100 -10q-72 0 -127 20q-61 23 -101 61q-47 47 -69 105q-25 61 -25 147z M410 305q0 -88 28 -133q29 -43 88 -43q43 0 80 18q33 16 60 54q29 39 39 82q14 57 14 108v154l-92 -6q-59 -2 -103 -19q-37 -14 -67 -47q-23 -25 -35 -70q-12 -43 -12 -98zM278 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39 q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM698 1409q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5 q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1253" d="M96 553q0 289 135.5 430t399.5 141q121 0 221 -34q96 -33 166 -107q68 -71 104.5 -178.5t36.5 -251.5q0 -289 -135 -430q-137 -143 -399 -143q-123 0 -222 36q-100 37 -165 107q-68 71 -105 178.5t-37 251.5zM414 553q0 -111 12 -193q12 -84 36.5 -139t65.5 -83.5 t100.5 -28.5t100.5 28.5t65.5 83.5t36.5 139q10 70 10.5 193t-10.5 192q-10 74 -38 138q-23 53 -66 82q-41 29 -100.5 28.5t-100.5 -28.5q-43 -29 -65 -82q-23 -49 -35 -138q-12 -81 -12 -192zM293 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6 q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM713 1409q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39 q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1363" d="M53 989v109h455v-656q0 -49 8 -118q6 -53 25 -91q18 -39 49 -59q29 -20 74 -20t83.5 22.5t59.5 61.5q25 45 33 98q10 66 10 129v393q0 47 -12 72q-14 31 -31 39q-25 14 -47 16q-37 4 -58 4h-6v109h465v-860q0 -43 10.5 -70t28.5 -39q20 -14 43 -16q33 -4 55 -4h17v-109 h-408l-45 145h-10q-31 -52 -68 -86q-31 -29 -75 -49q-39 -18 -88 -24q-47 -6 -93 -6q-158 0 -245 100q-86 98 -86 305v459q0 49 -9 74q-10 31 -24 43q-20 18 -43 22q-27 6 -64 6h-4zM332 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23 q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM752 1409q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5 t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M227 1241v27l56 67l65 78q27 35 60 82q33 49 45 74h276q12 -25 45 -74q33 -47 60 -82l63 -78l57 -67v-27h-141l-49 39l-62 49l-59 49l-53 47l-53 -47l-60 -49l-29.5 -24.5l-29.5 -24.5l-49 -39h-142z" />
+<glyph unicode="&#x2da;" horiz-adv-x="681" d="M94 1444q0 53 19 96q16 41 53 70q35 29 78 43t96 14t96 -14.5t78 -42.5q37 -29 53 -70q18 -43 18.5 -96t-18.5 -96q-16 -41 -53 -70q-35 -29 -78 -43t-96 -14t-96 14t-78 43q-37 29 -53 70q-19 43 -19 96zM219 1444q0 -27 10 -51q10 -23 24.5 -35t39.5 -19q23 -6 47.5 -6 t46.5 6q25 6 39 18.5t25 35.5q10 25 10 51t-10 51q-10 23 -24.5 35t-39.5 18q-23 6 -47.5 6t-46.5 -6q-25 -6 -39 -18t-25 -35q-10 -24 -10 -51z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M184 1262q4 68 23 116q20 51 55 97q31 39 80 65q47 25 100 25q57 0 99 -21q76 -37 84 -43l71 -45q33 -20 66 -20q18 0 38.5 10t30.5 22q14 18 21 35q8 23 10 41h133q-4 -68 -22 -117q-20 -51 -55 -96q-33 -41 -78 -65.5t-101 -24.5q-59 0 -100 21l-82 43l-72 45 q-33 20 -67 20q-25 0 -41 -8q-14 -8 -29 -25q-14 -18 -20 -34q-8 -23 -11 -41h-133z" />
+<glyph unicode="&#x2000;" horiz-adv-x="935" />
+<glyph unicode="&#x2001;" horiz-adv-x="1873" />
+<glyph unicode="&#x2002;" horiz-adv-x="935" />
+<glyph unicode="&#x2003;" horiz-adv-x="1873" />
+<glyph unicode="&#x2004;" horiz-adv-x="622" />
+<glyph unicode="&#x2005;" horiz-adv-x="466" />
+<glyph unicode="&#x2006;" horiz-adv-x="311" />
+<glyph unicode="&#x2007;" horiz-adv-x="311" />
+<glyph unicode="&#x2008;" horiz-adv-x="233" />
+<glyph unicode="&#x2009;" horiz-adv-x="372" />
+<glyph unicode="&#x200a;" horiz-adv-x="102" />
+<glyph unicode="&#x2010;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
+<glyph unicode="&#x2011;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
+<glyph unicode="&#x2012;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-10 477v146h1044v-146h-1044z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-10 477v146h2068v-146h-2068z" />
+<glyph unicode="&#x2018;" horiz-adv-x="571" d="M115 1061q0 68 20 127q23 61 64 112q39 47 112 93q70 43 170 69v-106q-23 -8 -78 -33q-41 -18 -57 -33q-18 -16 -33 -41q-12 -20 -12 -53q0 -23 10.5 -33t28.5 -22l16.5 -10.5l20.5 -12.5q18 -12 34.5 -28.5t28.5 -45.5q10 -23 11 -67q0 -68 -43 -104.5t-105 -36.5 q-88 0 -137 61q-51 64 -51 164z" />
+<glyph unicode="&#x2019;" horiz-adv-x="571" d="M92 836v106q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 20 -12 33q-6 6 -27 22q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59.5t51.5 -165.5q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -42 -170 -69z" />
+<glyph unicode="&#x201a;" horiz-adv-x="600" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106z" />
+<glyph unicode="&#x201c;" horiz-adv-x="999" d="M115 1061q0 68 20 127q23 61 64 112q39 47 112 93q70 43 170 69v-106q-23 -8 -78 -33q-41 -18 -57 -33q-18 -16 -33 -41q-12 -20 -12 -53q0 -23 10.5 -33t28.5 -22l16.5 -10.5l20.5 -12.5q18 -12 34.5 -28.5t28.5 -45.5q10 -23 11 -67q0 -68 -43 -104.5t-105 -36.5 q-88 0 -137 61q-51 64 -51 164zM543 1061q0 68 20 127q23 61 64 112q39 47 112 93q70 43 170 69v-106q-27 -10 -78 -33q-41 -18 -57 -33q-18 -16 -33 -41q-12 -20 -12 -53q0 -23 10.5 -33t28.5 -22l16.5 -10.5l20.5 -12.5q18 -12 34.5 -28.5t28.5 -45.5q10 -23 11 -67 q0 -68 -43 -104.5t-105 -36.5q-88 0 -137 61q-51 64 -51 164z" />
+<glyph unicode="&#x201d;" horiz-adv-x="999" d="M92 836v106q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 20 -12 33q-6 6 -27 22q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59.5t51.5 -165.5q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -42 -170 -69zM520 836v106q20 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 20 -12 33q-6 6 -26 22q-6 4 -19.5 11.5t-17.5 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59.5t51.5 -165.5q0 -68 -21 -127 q-23 -61 -63 -113q-39 -47 -113 -92q-70 -42 -170 -69z" />
+<glyph unicode="&#x201e;" horiz-adv-x="1028" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106zM520 -209q20 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -26 24q-6 4 -19.5 11.5t-17.5 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113 q-39 -47 -113 -92q-70 -43 -170 -69v106z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1867" d="M143 147.5q0 47.5 12.5 78t37.5 50.5q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53 28q-27 23 -37 50q-13 30 -13 77.5zM766 147.5q0 47.5 12.5 78 t36.5 50.5q18 16 53 27q27 8 66 8t65 -8q35 -10 54 -27q23 -18 34 -51q14 -37 14.5 -78t-14.5 -77q-12 -29 -34.5 -49.5t-53.5 -28.5q-27 -8 -65.5 -8t-65.5 8q-31 8 -53 28q-27 23 -37 50q-12 30 -12 77.5zM1389 147q0 41 14 78q12 33 35 51q18 16 53 27q27 8 65 8 q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53.5 28.5t-34.5 49.5q-14 36 -14 77z" />
+<glyph unicode="&#x202f;" horiz-adv-x="372" />
+<glyph unicode="&#x2039;" horiz-adv-x="722" d="M133 500v106l313 357h144l-207 -410l207 -410h-144z" />
+<glyph unicode="&#x203a;" horiz-adv-x="722" d="M133 143l207 410l-207 410h143l314 -357v-106l-314 -357h-143z" />
+<glyph unicode="&#x205f;" horiz-adv-x="466" />
+<glyph unicode="&#x20ac;" d="M55 543v127h109v63v64h-109v127h119q18 158 68 266q47 104 123 170q74 65 165 92q88 27 193 27q92 0 162 -19q76 -20 123 -49q45 -29 75 -76q27 -41 27 -92q0 -35 -16 -67q-15 -31 -50 -56q-27 -18 -79 -37q-43 -14 -109 -14q0 33 -8 98q-6 51 -25 90q-20 45 -47 66 q-33 27 -74 27q-43 0 -81 -19q-37 -16 -70 -65q-29 -43 -51 -129q-18 -72 -29 -213h377v-127h-383v-68v-59h301v-127h-291q18 -209 90 -307q74 -102 213 -103q49 0 92 12q39 10 76 35q31 20 62 53q25 27 45 66q20 -18 32 -41q10 -20 11 -53q0 -37 -19 -78q-18 -40 -61 -74 q-39 -31 -111 -53q-63 -20 -168 -20q-106 0 -198.5 30.5t-165.5 98.5q-78 72 -125 174q-51 111 -72 260h-121z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M55 1276l6 186h598l7 -186h-60l-8 49q-4 29 -20 49q-18 23 -62 23h-94v-525q0 -20 6 -32.5t18 -20.5q6 -4 25 -8q10 -2 29 -2h32v-55h-348v55h35q18 0 29 2q18 4 24 8q12 8 17 17q6 12 6 30v531h-90q-22 0 -37 -6q-14 -6 -25 -17q-6 -6 -14 -22q-2 -2 -6 -27l-8 -49h-60z M700 754v55h21q29 0 55 10q20 8 25 47v482q0 14 -8 30q-6 14 -17 19q-12 6 -26 6q-4 0 -14.5 1t-14.5 1h-21v57h236l225 -567l232 567h231v-57h-22q-20 0 -31 -2q-18 -4 -25 -8q-10 -6 -16 -18.5t-6 -33.5v-471q0 -20 6 -32q6 -14 16 -21q6 -4 25 -8q10 -2 31 -2h22v-55 h-303v55q31 0 55 10q20 8 25 45v457l-232 -567h-71l-232 569v-451q0 -41 21 -53q18 -10 61 -10v-55h-248z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1472" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v12q0 113 33 197q37 92 100 147q70 59 173 90q104 31 247 31q129 0 215 -12q84 -12 139.5 -35t75.5 -55q23 -35 23 -78t-16 -70q-23 -37 -54 -55q-41 -23 -94 -35q-59 -12 -139 -12q0 35 -8 69 q-10 45 -29 76q-25 41 -57 64q-39 27 -97 26q-100 0 -149 -63q-51 -68 -51 -199v-98h727v-856q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-652v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18 q33 -4 47 -4h55v-109h-702z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1472" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v12q0 113 33 197q37 92 100 147q70 59 173 90q104 31 247 31q45 0 119 -4q39 -2 105 -15h262v-1314q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-631v109h4q14 0 47 4 q27 4 47.5 18t36.5 41q14 23 14 70v964q-2 25 -16 74q-10 35 -39 82q-25 39 -65.5 67.5t-94.5 28.5q-100 0 -149 -63q-51 -68 -51 -199v-98h256v-140h-256v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h35v-109h-682z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="2199" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v16q0 217 103 330q102 111 315 110q90 0 156 -16q59 -14 94 -37q33 -20 45 -49q12 -27 12 -51q0 -68 -55 -98.5t-162 -30.5q0 16 -4 53q-2 20 -14 53q-8 23 -29 43q-16 16 -45 17 q-25 0 -43 -13q-20 -14 -33 -47q-14 -41 -20 -96q-8 -82 -8 -154v-30h415v12q0 113 33 197q37 92 101 147q70 59 172 90q104 31 247 31q127 0 213 -12.5t141.5 -35t75.5 -54.5q23 -35 23 -78t-16 -70q-23 -37 -54 -55q-41 -23 -94 -35q-57 -12 -139 -12q0 35 -8 69 q-10 45 -29 76q-23 39 -59 64q-39 27 -95 26q-100 0 -149 -63q-51 -68 -51 -199v-98h727v-856q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-652v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18 q33 -4 47 -4h55v-109h-682v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h55v-109h-702z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="2199" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v16q0 217 103 330q102 111 315 110q90 0 156 -16q59 -14 94 -37q33 -20 45 -49q12 -27 12 -51q0 -68 -55 -98.5t-162 -30.5q0 16 -4 53q-2 20 -14 53q-8 23 -29 43q-16 16 -45 17 q-25 0 -43 -13q-20 -14 -33 -47q-14 -41 -20 -96q-8 -82 -8 -154v-30h415v12q0 113 33 197q37 92 101 147q70 59 172 90q104 31 247 31q45 0 119 -4q39 -2 105 -15h262v-1314q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-631v109h4q14 0 47 4q27 4 47.5 18 t36.5 41q14 23 14 70v964q-2 25 -16 74q-10 35 -39 82q-25 39 -65.5 67.5t-94.5 28.5q-100 0 -149 -63q-51 -68 -51 -199v-98h256v-140h-256v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h35v-109h-662v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716 h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h35v-109h-682z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/DroidSerif-Bold-webfont.ttf b/dist/fonts/DroidSerif-Bold-webfont.ttf
new file mode 100644 (file)
index 0000000..995c73f
Binary files /dev/null and b/dist/fonts/DroidSerif-Bold-webfont.ttf differ
diff --git a/dist/fonts/DroidSerif-Bold-webfont.woff b/dist/fonts/DroidSerif-Bold-webfont.woff
new file mode 100644 (file)
index 0000000..56477f6
Binary files /dev/null and b/dist/fonts/DroidSerif-Bold-webfont.woff differ
diff --git a/dist/fonts/DroidSerif-BoldItalic-webfont.eot b/dist/fonts/DroidSerif-BoldItalic-webfont.eot
new file mode 100644 (file)
index 0000000..139cbb1
Binary files /dev/null and b/dist/fonts/DroidSerif-BoldItalic-webfont.eot differ
diff --git a/dist/fonts/DroidSerif-BoldItalic-webfont.svg b/dist/fonts/DroidSerif-BoldItalic-webfont.svg
new file mode 100644 (file)
index 0000000..d6b162e
--- /dev/null
@@ -0,0 +1,167 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Digitized data copyright  2007 Google Corporation
+Foundry     : Ascender Corporation
+Foundry URL : httpwwwascendercorpcom
+</metadata>
+<defs>
+<font id="webfonttA2YnPOq" horiz-adv-x="1144" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="530" />
+<glyph unicode=" "  horiz-adv-x="530" />
+<glyph unicode="&#x09;" horiz-adv-x="530" />
+<glyph unicode="&#xa0;" horiz-adv-x="530" />
+<glyph unicode="!" horiz-adv-x="808" d="M158 131q0 41 12 76q10 27 37 57q22 25 55 37q39 14 74 14q31 0 65.5 -10t53.5 -26q25 -20 34 -46q12 -29 13 -65q0 -51 -14.5 -86t-41.5 -57q-23 -20 -59 -31q-35 -10 -63 -10q-74 0 -121 36q-45 37 -45 111zM313 467l117 995h356l-354 -995h-119z" />
+<glyph unicode="&#x22;" horiz-adv-x="1038" d="M311 899l49 563h320l-234 -563h-135zM778 899l29 563h319l-213 -563h-135z" />
+<glyph unicode="#" d="M57 410l15 141h231l111 371h-238l17 143h264l112 397h148l-115 -397h213l117 397h145l-116 -397h196l-16 -143h-223l-109 -371h227l-14 -141h-256l-119 -410h-145l119 410h-213l-121 -410h-146l121 410h-205zM449 551h215l110 371h-215z" />
+<glyph unicode="$" d="M51 352q0 98 60 142q57 43 168 43q0 -72 12 -127q10 -51 35 -95q23 -41 53 -65q35 -27 70 -41l92 436q-86 47 -129 78q-53 39 -95 86q-37 43 -57 102q-20 61 -20 127q0 82 34.5 152t94.5 115q70 51 145 73q90 27 191 29l32 149h115l-35 -153q164 -12 244 -67.5t80 -139.5 q0 -41 -12.5 -76t-38.5 -55q-29 -23 -72 -35t-109 -12q0 23 -8 76q-6 39 -20.5 73.5t-36.5 63.5q-23 31 -53 45l-86 -404l47 -24q143 -74 209 -162q70 -92 69 -205q0 -94 -35 -170q-33 -72 -98.5 -125t-155.5 -80q-92 -27 -206 -30l-50 -238h-114l51 240q-182 14 -279 88 q-92 71 -92 186zM504 1106q0 -58 24.5 -98t73.5 -74l76 356q-35 -6 -66 -18q-33 -12 -57 -35q-20 -16 -37 -55q-14 -31 -14 -76zM559 193q43 0 86 16q35 12 66 41q28 25 43 61q14 35 14 78q0 37 -4 53q-6 29 -21 47q-20 29 -38 48q-25 25 -62 49z" />
+<glyph unicode="%" horiz-adv-x="1832" d="M147 872q0 61 12.5 133t37.5 140q20 59 63 129q37 61 90 108.5t119 74t149 26.5q76 0 134 -23q53 -20 92 -63q33 -35 53 -99q18 -55 18 -120q0 -59 -12 -127q-10 -55 -39 -136q-27 -72 -63 -129q-41 -63 -92 -108q-55 -49 -121 -76q-70 -29 -152 -29q-68 0 -119 19 q-53 18 -92 57q-35 35 -57 94q-21 53 -21 129zM367 0l1015 1462h154l-1010 -1462h-159zM369 856q0 -82 20 -129q20 -49 70 -49q41 0 73.5 26.5t61.5 71.5q20 33 47 101q18 49 33 114q16 80 20 113q8 74 8 96q0 76 -20 127q-18 47 -70 49q-39 0 -73.5 -28.5t-61.5 -69.5 q-20 -33 -47 -100q-18 -49 -33 -115q-16 -80 -20 -113q-8 -74 -8 -94zM997 279q0 65 13 135q12 70 37 137q20 59 63 129q37 61 90 108.5t118.5 74t149.5 26.5q76 0 134 -23q53 -20 92 -63q33 -35 53 -98q18 -55 18 -121q0 -59 -12 -127q-10 -55 -39 -135q-27 -72 -63 -129 q-41 -63 -92 -109q-55 -49 -121 -76q-70 -29 -152 -28q-61 0 -119 20q-53 18 -92 57q-35 35 -57 93q-21 53 -21 129zM1219 262q0 -82 20 -129q23 -49 70 -49q41 0 73.5 26.5t61.5 71.5q20 33 47 101q18 49 33 114q16 80 20 113q8 74 8 96q0 76 -20 127q-18 47 -70 49 q-39 0 -73 -28q-33 -27 -62 -72q-23 -35 -47 -98q-18 -49 -33 -115q-16 -80 -20 -113q-8 -74 -8 -94z" />
+<glyph unicode="&#x26;" horiz-adv-x="1638" d="M70 365q0 100 36 174q39 78 97 127q63 55 141 90q78 37 172 71q-51 88 -72 154q-25 76 -24 149q0 89 31 154q33 68 90 111q61 45 143 65q90 23 195 23q100 0 163 -21q72 -23 113 -55q43 -35 65.5 -86t22.5 -104q0 -76 -20.5 -125.5t-69.5 -98.5q-41 -41 -123 -84 t-186 -86l252 -331q37 78 59 151q27 84 41 152l16 77h410l-23 -108h-18q-23 0 -68 -4q-35 -4 -65 -19q-37 -18 -59 -41q-25 -25 -52 -73l-65 -127q-31 -63 -80 -138l129 -169q29 -41 78 -64q43 -20 112 -20h15l-23 -109h-393l-102 141q-96 -78 -197 -116q-119 -45 -262 -45 q-121 0 -213 28q-88 27 -149.5 82t-88.5 123q-28 74 -28 152zM371 381q0 -51 16 -105q14 -49 47 -83q31 -35 76 -56q43 -20 102 -20q94 0 174 37q74 35 142 98l-334 463q-59 -33 -102 -70t-70 -76q-25 -37 -39 -88q-12 -47 -12 -100zM696 1147q0 -63 21 -113q25 -57 59 -112 q61 27 107 55q53 33 73 57q29 33 41 68q12 37 13 86q0 82 -37 127t-109 45q-39 0 -67 -14q-35 -18 -54 -41q-23 -31 -34 -68q-13 -41 -13 -90z" />
+<glyph unicode="'" horiz-adv-x="593" d="M311 899l29 563h319l-213 -563h-135z" />
+<glyph unicode="(" horiz-adv-x="817" d="M86 381q0 137 23 256q23 123 71 252q41 111 119 231q71 111 166 203q90 88 215 158q117 66 264 100l-20 -129q-80 -45 -138 -96q-53 -49 -106 -119q-55 -74 -82 -127q-45 -90 -61 -133q-20 -53 -43 -129l-31 -115q-37 -154 -49.5 -264.5t-12.5 -183.5q0 -68 9 -125 q8 -61 30 -121q20 -55 56 -107q33 -47 84 -86l-27 -131q-125 43 -213 111q-90 70 -145 154q-53 82 -82 188q-27 98 -27 213z" />
+<glyph unicode=")" horiz-adv-x="817" d="M-90 -285l20 131q80 45 138 97q57 53 106 116q51 70 82 129q45 90 61 134q20 53 43 129l31 114q37 154 49.5 264.5t12.5 184.5q0 70 -8.5 127t-30.5 119q-20 55 -56 106q-33 47 -84 86l27 131q125 -43 213 -110.5t145 -155.5q53 -84 82 -187q27 -98 27 -212 q0 -137 -22.5 -256t-71.5 -250q-43 -115 -119 -234q-71 -111 -166 -203q-90 -88 -215 -157q-112 -64 -264 -103z" />
+<glyph unicode="*" horiz-adv-x="1265" d="M260 1161l330 17l-295 145l133 184l252 -280l4 340l225 -47l-141 -308l344 146l47 -219l-328 -13l295 -147l-133 -178l-256 272l2 -340l-223 47l135 314l-342 -150z" />
+<glyph unicode="+" d="M166 659v146h364v366h148v-366h366v-146h-366v-366h-148v366h-364z" />
+<glyph unicode="," horiz-adv-x="600" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63z" />
+<glyph unicode="-" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
+<glyph unicode="." horiz-adv-x="622" d="M90 131q0 41 12 76q12 33 37 57q27 27 56 37q39 14 73 14q31 0 66 -10t53 -26q25 -20 35 -46q12 -29 12 -65q0 -47 -16 -86q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-76 0 -121 36.5t-45 110.5z" />
+<glyph unicode="/" horiz-adv-x="589" d="M-211 -248l873 1804h159l-872 -1804h-160z" />
+<glyph unicode="0" d="M76 473q0 104 18 221q20 127 53 230q43 133 89 215q57 106 126 178q72 76 168 123q90 45 207 45q90 0 164 -27q78 -29 133.5 -86t87.5 -145q33 -86 33 -211q0 -117 -16 -221q-18 -121 -52 -232q-29 -98 -88 -221q-55 -113 -125 -188q-74 -80 -165 -129q-88 -47 -207 -48 q-94 0 -174 31q-76 29 -133 96q-59 70 -89 156q-30 92 -30 213zM356 385q0 -138 43 -203q43 -66 115 -65q57 0 111 47q51 45 92 127q43 86 71 180q33 111 54 209q18 94 32 213q10 86 11 190q0 137 -41 199q-43 66 -117 66q-57 0 -109 -48q-49 -45 -90 -124q-47 -90 -73 -179 q-33 -111 -54 -209q-25 -121 -34 -210q-11 -87 -11 -193z" />
+<glyph unicode="1" d="M82 0l22 109h121q70 0 117 30.5t61 102.5l158 745q10 55 25 113l22 90q4 16 11.5 43t9.5 35h-8q-70 -72 -89 -90l-75 -66q-34 -28 -68 -43q-31 -14 -65 -14q-45 0 -72 39t-27 112q57 14 72 21q37 12 80 30q29 12 90 43q29 14 106 64l166 106h230l-260 -1222 q0 -6 -3.5 -14.5t-5.5 -20.5q-4 -14 -4 -37q0 -25 11 -35q16 -16 32 -20q27 -8 49 -10q18 -2 62 -2h100l-22 -109h-846z" />
+<glyph unicode="2" d="M-29 0l43 211l478 403q117 100 172 160q55 61 104 139q41 66 55 125q14 57 15 125q0 45 -8.5 78t-29 59.5t-44.5 40.5q-27 14 -62 15q-51 0 -90 -27q-40 -28 -67 -74q-33 -53 -45 -108q-18 -76 -21 -137q-47 0 -94 10q-39 8 -74 33q-31 22 -49 55q-18 35 -18 78 q0 55 32 114q31 53 92 95q66 43 150 65q82 23 205 23q111 0 186 -21q88 -25 135 -55q55 -37 84 -90t29 -118.5t-29 -133.5q-31 -74 -82 -135q-49 -59 -139 -144q-66 -61 -192 -165l-492 -396h477q53 0 84 15q37 16 58 36q27 27 40 56l31 61l15 37h120l-100 -430h-969z" />
+<glyph unicode="3" d="M-2 227q0 80 59.5 127t165.5 47q0 -66 15 -110q16 -53 42.5 -88t71.5 -58q41 -20 105 -20q51 0 98 20q53 23 86 60q39 43 59 100q23 63 23 141q0 119 -76 182.5t-213 63.5h-88l21 127h65q80 0 160 27q72 25 125 74q55 53 84 114q31 68 30 148q0 41 -8 71.5t-26 55.5 q-20 27 -43 37q-29 12 -64 12q-55 0 -96 -25q-37 -23 -66 -67q-27 -41 -45 -97q-16 -49 -26 -116q-49 0 -92 6q-37 6 -72 22q-33 16 -49 39q-18 25 -19 64q0 63 39 116q41 55 109 97q74 43 159 63q96 23 195 23q95 0 172 -19q74 -18 133 -57q51 -35 84 -92q31 -55 31 -125 q0 -74 -24.5 -141.5t-78.5 -126.5q-47 -51 -129 -99q-78 -43 -180 -61q68 -8 127 -31q53 -20 99 -61q37 -33 59 -90q23 -55 22 -119q0 -86 -26 -162q-25 -72 -72 -125q-51 -57 -104 -90q-68 -41 -127 -59q-88 -29 -142 -35q-82 -10 -141 -10q-117 0 -203 22q-78 20 -133 59 q-53 39 -74 78q-22 45 -22 88z" />
+<glyph unicode="4" d="M0 381l29 127l784 954h287l-203 -946h213l-29 -135h-213l-26 -127q-4 -14 -6 -33q-2 -14 -2 -31q0 -27 10 -43t26 -24q12 -6 43 -10q33 -4 56 -4h37l-23 -109h-719l21 109h59q20 0 62 4q29 2 57 18q31 16 49 43q16 25 31 82l26 125h-569zM188 516h410l76 358l8 40l10 49 l25 102q14 59 26 102q4 12 13.5 47t15.5 54q-6 -10 -23.5 -36l-27.5 -40l-59 -86l-60 -80q-29 -39 -51 -65z" />
+<glyph unicode="5" d="M20 219q0 39 11 64q12 33 35 51q31 27 61 37q37 12 84 12q0 -39 10 -90q8 -45 35 -84q25 -37 68 -61.5t110 -24.5q63 0 121 22q51 20 94 70q37 43 60 115q20 68 20 162q0 66 -18 114q-16 45 -54 82q-35 35 -77 49q-49 16 -99 17q-27 0 -67 -4q-25 -2 -56 -11 q-33 -8 -47 -14q-8 -4 -20 -8t-21 -8l-86 43l209 710h774l-59 -372h-125q2 8 3 26.5t1 28.5q2 20 2 42.5t-20.5 37t-79.5 14.5h-412l-121 -383q6 2 88 23q41 10 125 10q106 0 193 -25q82 -25 145 -73q59 -47 94 -121q33 -68 33 -164q0 -113 -43 -209q-43 -95 -123 -166 t-196 -111q-119 -41 -264 -40q-98 0 -181 20q-78 18 -121 51t-65 76q-21 41 -21 92z" />
+<glyph unicode="6" d="M104 475q0 139 23 252q27 131 70 236q47 113 110.5 207t151.5 165q82 68 186 109q98 39 221 39q90 0 148 -17q68 -18 106 -47q41 -29 63.5 -67.5t22.5 -79.5q0 -80 -67 -127q-70 -47 -189 -47q0 37 -4 98q-2 43 -16.5 84t-34.5 59q-27 23 -66 23q-133 0 -231 -141 q-96 -139 -162 -426q18 16 53 36q25 14 68 33q25 10 82 23q47 10 96 10q86 0 154 -29q61 -27 108 -80q41 -47 64 -114q20 -61 20 -139q0 -102 -34 -207q-35 -102 -101 -178q-68 -77 -172 -123q-106 -47 -244 -47q-89 0 -165.5 30.5t-135.5 91.5q-57 59 -92 156 q-33 90 -33 217zM385 410q0 -154 47 -225.5t127 -71.5q51 0 94 30.5t74 86t49 128.5q16 66 17 160q0 125 -39 189q-41 66 -113 65q-29 0 -66 -10q-31 -8 -63 -25q-35 -16 -55 -32q-14 -10 -47 -39q-25 -150 -25 -256z" />
+<glyph unicode="7" d="M201 1032l84 430h977l-23 -121l-852 -1341h-174l809 1239h-526q-57 0 -93 -27q-33 -25 -49 -77l-28 -103h-125z" />
+<glyph unicode="8" d="M27 332q0 86 30 147q33 68 86 111q55 45 127 82q63 33 160 69q-43 34 -80 74t-61 86q-29 53 -41 96q-14 49 -15 107q0 76 29 145q29 68 90 121q57 49 162 82q98 31 238 31q94 0 174 -23q74 -20 127 -61q51 -39 79.5 -96.5t28.5 -118.5q0 -78 -24.5 -137.5t-71.5 -106.5 q-51 -51 -109 -84q-80 -45 -139 -72q52 -34 98 -73q45 -39 78 -84q35 -49 54 -99q18 -53 18 -114q0 -109 -41 -195q-39 -78 -115 -133q-78 -55 -178 -80q-111 -27 -225 -26q-100 0 -197 26q-76 20 -149 74q-65 46 -99 110q-34 66 -34 142zM303 324q0 -106 57.5 -166 t161.5 -60q49 0 103 17q49 16 84 47q37 33 57 82q20 47 20 112q0 47 -16 93q-15 43 -43 79q-25 33 -72 70q-45 35 -102 66q-119 -49 -184 -132q-66 -79 -66 -208zM516 1114q0 -160 174 -266q63 33 101 67q47 43 65 74q25 40 37 86q10 39 10 94q0 37 -10 78t-29 62 q-25 27 -51 41q-29 14 -72 14q-49 0 -90 -18q-43 -20 -69 -50q-33 -35 -50 -77q-16 -42 -16 -105z" />
+<glyph unicode="9" d="M57 190q0 68 43 105t117 37q0 -33 10.5 -78t31 -73.5t54.5 -51.5q33 -20 78 -20q76 0 135.5 38.5t110.5 114.5q47 72 92 187q41 104 82 253q-23 -25 -57 -53q-25 -18 -72 -43q-39 -18 -82 -31q-46 -12 -98 -12q-80 0 -145.5 24.5t-108.5 71.5q-45 49 -66 107 q-23 63 -22 137q0 125 47 236q45 106 125 182q78 76 184 119q104 43 221 43q94 0 166 -27q78 -29 127 -78q51 -51 80 -126.5t29 -172.5q0 -35 -2 -59q-3 -37 -7 -80q-2 -16 -7 -49t-5 -39q-6 -46 -18 -92q-23 -100 -56 -195q-35 -98 -79.5 -182t-106.5 -162 q-59 -74 -133 -127q-78 -55 -162 -84q-88 -31 -194 -30q-83 0 -142 18q-63 20 -96 45q-37 27 -55 66q-19 36 -19 81zM455 913q0 -98 41 -151q39 -51 110 -51q43 0 74 14q37 16 65 37q20 14 54 51q10 12 41 57q6 25 12 56q4 23 8 59q2 10 5 29.5t3 27.5q2 18 2 50 q0 68 -12 116q-12 53 -31 78q-23 31 -47 45q-27 14 -61 15q-57 0 -106.5 -37t-84 -100.5t-53.5 -139.5q-20 -86 -20 -156z" />
+<glyph unicode=":" horiz-adv-x="731" d="M90 131q0 41 12 76q12 33 37 57q27 27 56 37q39 14 73 14q31 0 66 -10t53 -26q25 -20 35 -46q12 -29 12 -65q0 -47 -16 -86q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-76 0 -121 36.5t-45 110.5zM270 924q0 43 12.5 75.5t36.5 57.5q27 27 56 37q39 14 74 14 q39 0 65 -8q31 -8 53 -29q25 -20 35 -45q12 -27 12 -65q0 -47 -16 -87q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-78 0 -121 35q-45 37 -45 113z" />
+<glyph unicode=";" horiz-adv-x="731" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63zM270 924q0 43 12.5 75.5t36.5 57.5q27 27 56 37q39 14 74 14q39 0 65 -8q31 -8 53 -29q25 -20 35 -45q12 -27 12 -65q0 -47 -16 -87q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-78 0 -121 35q-45 37 -45 113z" />
+<glyph unicode="&#x3c;" d="M166 690v84l878 479v-161l-659 -361l659 -356v-162z" />
+<glyph unicode="=" d="M166 461v143h887v-143h-887zM166 858v143h887v-143h-887z" />
+<glyph unicode="&#x3e;" d="M166 213v162l659 356l-659 361v161l878 -479v-84z" />
+<glyph unicode="?" horiz-adv-x="1095" d="M207 1217q0 57 32.5 104t94.5 84q57 35 149 57q82 20 197 21q104 0 184 -21q86 -23 140 -61q57 -43 88 -107q31 -66 30 -151q0 -90 -39 -162q-41 -76 -106 -135q-59 -53 -162 -109q-78 -43 -203 -88l-73 -182h-131l-5 254q98 35 164 72q74 39 127 90q49 47 80 116 q29 68 29 148q0 49 -12 90q-10 37 -31 66q-16 23 -47 40q-27 14 -58 15q-49 0 -82 -25q-41 -29 -59 -67q-25 -49 -35 -95q-16 -74 -20 -112q-252 0 -252 158zM258 131q0 41 12 76q12 33 37 57q27 27 55 37q39 14 74 14q31 0 66 -10t53 -26q25 -20 35 -46q12 -29 12 -65 q0 -47 -16 -86q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-76 0 -121 36.5t-45 110.5z" />
+<glyph unicode="@" horiz-adv-x="1884" d="M88 500q0 139 33 262q33 119 96 231q61 106 150 193q94 90 196 149q104 59 236 95q125 33 270 32q178 0 311 -51q139 -53 228 -139q90 -88 137 -209q45 -117 45 -260q0 -152 -37 -273q-39 -125 -96 -202q-63 -86 -137 -127q-78 -43 -152 -43q-86 0 -154 45 q-65 43 -98 147h-12q-29 -53 -47 -76q-35 -41 -62 -61q-35 -27 -77 -41q-41 -14 -97 -14q-68 0 -123 20q-59 23 -102 66q-45 45 -70 108q-27 70 -26 156q0 53 12 119q8 47 43 127q27 61 72 123q47 63 104 106t141 72q82 29 179 28q74 0 123 -18q53 -20 81 -43l86 43h50 l-86 -512q-2 -4 -3.5 -14.5t-1.5 -16.5q-4 -25 -6 -39t-2 -39q0 -6 -1 -16t-1 -14q0 -45 8.5 -70t24.5 -41q18 -18 30.5 -22.5t35.5 -4.5q41 0 81 33q39 31 76 101q35 66 56 161q23 102 22 224q0 141 -43 245q-45 109 -119 177q-76 70 -180 106q-98 35 -227 35 q-98 0 -191 -27q-94 -27 -180 -80q-92 -55 -158 -127q-76 -82 -125 -172t-82 -213q-31 -117 -30 -252q0 -184 53 -309q55 -129 147 -209q96 -84 216 -119q123 -37 262 -36q76 0 161 16q88 16 152 39q80 29 131 53q35 16 109 64l49 -78q-61 -45 -123 -78q-49 -27 -150 -61 q-82 -29 -170 -43q-98 -16 -188 -17q-123 0 -225 21q-104 20 -203 65q-88 39 -172 111q-80 66 -133 153q-57 92 -86 197q-31 111 -31 244zM752 487q0 -102 36 -157q35 -53 95 -54q47 0 75 21q33 23 54 55q16 25 35 78q10 31 22 88l82 418q-6 15 -18 25l-10 8q-9 8 -15 10 q-20 8 -33 10q-25 4 -33 4q-47 0 -94 -26q-43 -25 -73.5 -68t-55.5 -98q-23 -49 -39 -111q-14 -49 -20 -108q-8 -70 -8 -95z" />
+<glyph unicode="A" horiz-adv-x="1540" d="M-100 0l22 109h43q28 0 49 6q18 6 41 24q22 18 43.5 49t48.5 80l695 1194h280l172 -1206q12 -55 13 -59q10 -33 22 -47.5t37 -28.5q23 -12 53 -12h37l-22 -109h-676l22 109h47q66 0 105 20.5t39 65.5v34q0 10 -4 31l-31 221h-498l-100 -184q-16 -27 -29 -66 q-10 -31 -10 -49q0 -37 29 -55q28 -18 86 -18h41l-23 -109h-532zM508 606h414l-37 344q-2 25 -5 46.5t-6 37.5q-2 27 -6 76q0 8 -2 23.5t-3 28t-1 22.5q-4 45 -4 71q-20 -49 -31 -69l-30 -64q-8 -14 -12.5 -23t-11.5 -20.5l-15 -25.5l-47 -84z" />
+<glyph unicode="B" horiz-adv-x="1374" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 986q4 12 9 40q4 25 4 27q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h635q238 0 358.5 -77.5t120.5 -229.5q0 -78 -26 -147q-25 -66 -70 -111q-49 -49 -107 -78 q-59 -29 -131 -45l-2 -8q51 -8 101 -35q46 -25 80 -61q33 -35 51 -88.5t18 -114.5q0 -109 -39 -199t-110 -147q-76 -59 -185 -90q-111 -31 -256 -31h-745zM489 125h142q84 0 147 22q61 22 99 68q37 47 55 113q18 68 18 153q0 113 -51 166q-51 55 -158 55h-129zM639 829h115 q145 0 209 76q66 78 65 215q0 106 -49 161.5t-143 55.5h-91z" />
+<glyph unicode="C" horiz-adv-x="1366" d="M129 530q0 117 29 242q27 113 84 225q55 108 135 197q90 100 180 158q106 68 219 102q120 37 258 37q101 0 178 -18q84 -20 127 -48q51 -33 76 -77.5t25 -100.5q0 -45 -22.5 -79.5t-59.5 -57.5q-35 -20 -92 -35q-53 -12 -115 -12q0 43 -6 94q-6 52 -25 98q-16 39 -53 74 q-35 31 -90 31q-82 0 -150 -37q-74 -39 -125 -100q-61 -70 -100 -148q-35 -66 -72 -178q-29 -86 -45 -190.5t-16 -188.5q0 -176 88 -270q90 -96 266 -96q66 0 127 16q55 14 103 43q51 31 80 59q37 37 59 68q10 -8 25 -29q10 -14 10 -41q0 -51 -31 -102q-29 -51 -92 -94 q-57 -41 -150 -66q-96 -27 -204 -26q-145 0 -263 36q-115 37 -194 107q-78 70 -123 174q-41 96 -41 233z" />
+<glyph unicode="D" horiz-adv-x="1572" d="M-49 0l22 109h29q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l213 1006l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h655q145 0 263 -37q115 -37 194 -106q78 -68 121 -174q43 -104 43 -240q0 -123 -25 -237 q-23 -106 -75 -215q-47 -96 -123 -183q-74 -82 -168 -143q-92 -59 -215 -94q-117 -33 -258 -33h-721zM492 127h92q143 0 258 59q113 57 190 164q82 111 119 250q41 152 41 322q0 106 -25 186q-23 74 -71 129q-45 51 -113 75.5t-149 24.5h-86z" />
+<glyph unicode="E" horiz-adv-x="1294" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l213 1006l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h1112l-72 -381h-145l1 9q1 8 1 16l4 37q0 6 1 19.5t1 17.5q0 6 2 17v3q0 31 -8 53q-10 29 -24 43 q-23 23 -46 31q-31 10 -67 10h-272l-109 -512h465l-27 -123h-465l-123 -577h324q43 0 86 14q37 12 66 35q27 20 47 55q25 41 32 64l33 88h146l-95 -381h-1175z" />
+<glyph unicode="F" horiz-adv-x="1271" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h1126l-71 -381h-146q2 6 2 17.5t3 17.5q2 12 2 37q0 8 2 16.5t2 14.5v16q0 31 -9 53q-12 33 -24 45q-20 20 -49 29 q-35 10 -72 10h-278l-119 -559h485l-24 -121h-486l-90 -415q-2 -4 -8 -39q-2 -10 -2 -25q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
+<glyph unicode="G" horiz-adv-x="1628" d="M129 528q0 131 31 254q29 117 90 230q57 104 141 192q86 90 189 150q106 63 231 96q123 33 266 33q123 0 205 -21q88 -23 145.5 -55.5t86 -77.5t28.5 -90q0 -40 -24 -74q-29 -41 -64 -61q-37 -23 -94 -39q-59 -16 -115 -16q0 57 -14 120q-12 55 -41 97q-29 43 -72 63 q-45 23 -104 23q-80 0 -150 -31q-68 -29 -131 -90q-66 -63 -110 -135q-53 -86 -84 -174q-41 -115 -56 -201q-18 -106 -18 -217q0 -92 16 -156q18 -71 56 -123q35 -49 96 -77.5t141 -28.5q53 0 96 8q55 10 86 20l68 304q12 55 12 69q0 20 -12 35q-14 18 -29 23q-23 8 -47 10 q-18 2 -59 2h-27l23 108h682l-23 -108h-2q-25 0 -65 -4q-27 -2 -58 -19q-29 -14 -45 -36.5t-26 -65.5l-78 -391q-33 -12 -121 -41q-57 -18 -121 -31q-41 -8 -127 -16q-66 -6 -137 -6q-150 0 -277 38q-117 35 -198 109q-78 70 -119 172q-41 104 -41 229z" />
+<glyph unicode="H" horiz-adv-x="1675" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-84 -404h535l86 398q2 10 8 37 q2 10 2 24q0 25 -10 37q-12 14 -33 20q-29 8 -47.5 10.5t-59.5 2.5h-26l22 108h707l-23 -108h-26q-23 0 -64 -4q-27 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-211 -1004l-2 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 10 -35q18 -18 31 -22q23 -8 47 -10q18 -2 59 -2h27 l-23 -109h-706l22 109h27q23 0 64 4q27 2 57 18q29 14 45 36.5t27 65.5l98 467h-535l-100 -475l-2 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
+<glyph unicode="I" horiz-adv-x="819" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l213 1006l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-211 -1004 q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
+<glyph unicode="J" horiz-adv-x="819" d="M-324 -469l29 113q8 -4 29 -9q10 -2 34.5 -6t36.5 -4h33q52 0 99 19q45 18 83 63q33 39 66 113q33 76 53 174l264 1243l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19 q-29 -14 -45.5 -36.5t-26.5 -65.5l-260 -1235q-25 -125 -86 -217q-57 -86 -146 -152q-82 -61 -182 -88q-104 -29 -205 -29q-55 0 -92 7q-53 8 -76 16z" />
+<glyph unicode="K" horiz-adv-x="1517" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-102 -486l415 367q37 33 68 66 q33 35 43 53q12 20 20 43q6 18 7 31q0 29 -21 40q-23 12 -70 13l23 106h553l-23 -106q-39 0 -80 -10q-35 -8 -75 -31q-31 -16 -82 -53q-31 -23 -92 -76l-332 -293l239 -576q29 -68 46 -98q23 -43 41 -63.5t47 -34.5q25 -12 61 -12h6l-20 -109h-107q-102 0 -170 12 q-66 12 -114 45q-43 29 -78 86q-31 49 -66 140l-151 391l-121 -86l-76 -363q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
+<glyph unicode="L" horiz-adv-x="1337" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-231 -1104h342q61 0 98 14 q45 18 72 41q33 31 53 70q25 49 41 98l37 109h131l-113 -457h-1200z" />
+<glyph unicode="M" horiz-adv-x="1949" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h571l138 -995l536 995h592l-22 -108h-27q-23 0 -63 -4q-27 -2 -58 -19q-29 -14 -45 -36.5t-27 -65.5l-210 -1004 l-3 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 11 -35q18 -18 30 -22q23 -8 47 -10q18 -2 60 -2h26l-22 -109h-698l22 109h27q23 0 63 4q27 2 58 18q29 14 45 36.5t26 65.5l217 1027l-678 -1260h-141l-166 1260l-217 -1018q-2 -4 -8 -39q-2 -10 -2 -25q0 -25 10 -35 q18 -18 33 -22q29 -8 47 -10t59 -2h7l-23 -109h-516z" />
+<glyph unicode="N" horiz-adv-x="1613" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h455l499 -1050l172 809q10 39 10.5 63.5t-10.5 36.5q-12 14 -32 20q-29 8 -47.5 10.5t-59.5 2.5h-6l23 108h516 l-23 -108h-26q-20 0 -62 -4q-23 -2 -55 -19q-29 -14 -45.5 -36.5t-26.5 -63.5l-260 -1231h-188l-555 1159l-193 -917q-2 -4 -8 -39q-2 -10 -2 -25q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h7l-23 -109h-516z" />
+<glyph unicode="O" horiz-adv-x="1619" d="M129 545q0 98 25 207q25 106 73 211q53 115 121 200q72 94 170 166q90 68 217 113q121 43 266 43q117 0 216 -33q102 -35 180 -102q80 -72 125 -174q45 -104 45 -254q0 -102 -23 -201q-23 -100 -71 -211q-47 -104 -119 -203q-66 -90 -168 -168q-98 -78 -219 -119 q-123 -43 -267 -43q-121 0 -225 37t-182 109q-80 74 -121 176q-43 108 -43 246zM463 496q0 -96 22 -174q23 -74 58 -119q37 -45 90 -68q55 -23 108 -22q82 0 154 41q63 37 125 110q59 72 96 156q35 76 66 184q31 102 41 189q12 96 12 176q0 104 -21 172q-23 76 -57 119 q-39 49 -88 69q-55 23 -111 23q-84 0 -155 -41q-63 -35 -123 -109q-57 -70 -96 -158q-40 -89 -68 -184q-29 -102 -41 -190q-12 -96 -12 -174z" />
+<glyph unicode="P" horiz-adv-x="1357" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h586q111 0 217 -26q90 -23 164 -76q66 -47 104 -125q37 -74 37 -172q0 -45 -10 -111q-8 -53 -35 -112 q-25 -57 -72 -107q-51 -53 -114 -90q-72 -41 -166 -61q-102 -23 -230 -23h-155l-74 -334l-2 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h68l-23 -109h-745zM610 678h86q90 0 158 29q63 27 104 77q39 47 58 121q18 70 18 152 q0 76 -18 131q-18 57 -47 88q-31 33 -76 49t-94 16h-45z" />
+<glyph unicode="Q" horiz-adv-x="1611" d="M127 545q0 98 25 207q25 106 73 211q53 115 121 200q72 94 170 166q90 68 217 113q119 43 266 43q117 0 215 -33q102 -35 181 -102q80 -72 125 -174q45 -104 45 -254q0 -84 -19 -177q-18 -96 -55 -186q-39 -94 -92 -182q-53 -86 -131 -164q-76 -76 -168 -129 q-100 -57 -207 -84q4 -117 20 -186q16 -68 50 -113q31 -41 73 -57q45 -16 92 -17h33l-26 -119h-148q-94 0 -172 27t-137 86q-57 57 -92 152q-34 92 -37 221q-88 18 -170 63q-78 43 -133 115q-59 76 -88 162q-31 92 -31 211zM461 496q0 -96 22 -174q23 -74 58 -119 q37 -45 90 -68q55 -23 108 -22q82 0 154 41q63 37 125 110q59 72 96 156q35 76 66 184q31 102 41 189q12 96 12 176q0 104 -21 172q-23 76 -57 119q-39 49 -88 69q-55 23 -111 23q-84 0 -155 -41q-63 -35 -123 -109q-57 -70 -96 -158q-40 -89 -68 -184q-29 -102 -41 -190 q-12 -96 -12 -174zM700 -23z" />
+<glyph unicode="R" horiz-adv-x="1447" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h658q246 0 366.5 -86t120.5 -256q0 -106 -33 -178q-33 -70 -86 -121q-57 -53 -119 -80q-68 -29 -127 -43l142 -381 q27 -70 41 -98q23 -43 43 -65q23 -27 49 -35q31 -10 61 -10h8l-22 -109h-21q-115 0 -186 8q-74 8 -133 35q-57 25 -94 72q-39 49 -60 118l-129 402h-141l-80 -375q-2 -12 -10 -55q-4 -25 -4 -27q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h68l-23 -109h-745zM621 754 h127q68 0 122 18q51 16 97 59q39 37 65 107q25 66 25 156q0 70 -13 116q-12 45 -36.5 76t-63.5 43q-37 12 -88 12h-104z" />
+<glyph unicode="S" horiz-adv-x="1198" d="M29 279q0 43 20 83q18 37 55 62q33 23 84 35q49 12 107 12q0 -100 20 -164q25 -76 56 -114q35 -43 86 -66t110 -23q53 0 103 17q45 14 78 45q33 29 47 67q16 43 16 82q0 37 -10 78q-8 35 -39 72q-27 33 -78 67q-61 43 -125 78q-76 41 -141 90q-61 45 -101 101 q-41 55 -61 119q-20 61 -20 145q0 94 36 170q35 72 107 131q66 53 168 86q98 31 219 31q113 0 199 -18.5t141 -49.5q61 -35 86 -72q27 -41 27 -90q0 -86 -64 -131q-66 -47 -205 -47q0 41 -10 96q-8 45 -31 91q-20 41 -61 69q-39 27 -100 27q-43 0 -82 -12q-37 -12 -72 -39 q-29 -23 -51 -66q-20 -39 -21 -94q0 -59 17 -92q18 -37 51 -70q31 -31 86 -63l119 -68q154 -84 229 -186q74 -102 74 -232q0 -111 -39 -194q-39 -86 -113 -144q-72 -57 -178 -88q-104 -31 -233 -30q-121 0 -222 22q-86 20 -157 64q-63 39 -95 94q-32 60 -32 119z" />
+<glyph unicode="T" horiz-adv-x="1335" d="M139 1065l94 397h1274l-71 -397h-138q0 14 2 31q0 10 2.5 24.5t4.5 28.5q2 16 4 28.5t2 22.5q2 16 2 29q0 55 -33 81.5t-111 26.5h-163l-236 -1112q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-22 -109h-705l23 109h26 q20 0 62 4q31 2 57 16q23 10 43 39q16 23 27 63l231 1106h-164q-47 0 -82 -12t-57 -35q-20 -20 -41 -57q-16 -29 -33 -80l-29 -88h-137z" />
+<glyph unicode="U" horiz-adv-x="1529" d="M203 334q0 25 2 41l6 49l6 49l5 24.5t3 18.5l150 698q12 55 12 70q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -59 2h-27l23 108h708l-22 -108h-27q-25 0 -66 -4q-31 -2 -57 -17q-29 -14 -45 -36.5t-27 -63.5l-155 -721q-4 -18 -8 -41q0 -6 -3.5 -21.5t-5.5 -23.5 l-6 -47q-2 -16 -2 -45q0 -104 64 -156q66 -53 188 -53q96 0 158 27q59 25 106 75q45 49 70 113q27 68 41 143l158 740q2 6 4 17t2 17q2 12 2 27q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h539l-23 -108h-26q-23 0 -64 -4q-27 -2 -57 -19 q-29 -14 -45.5 -36.5t-26.5 -65.5l-164 -778q-25 -111 -71 -203q-45 -88 -121 -148q-76 -61 -174 -90q-100 -31 -230 -30q-121 0 -213 24q-94 25 -153.5 68t-95.5 112q-33 64 -33 150z" />
+<glyph unicode="V" horiz-adv-x="1429" d="M174 1354l23 108h675l-22 -108h-47q-61 0 -105 -17q-39 -14 -39 -65q0 -6 1.5 -18.5t1.5 -18.5q0 -23 2 -33l65 -540q0 -8 3 -38t5 -46q4 -61 4 -95q0 -16 1 -46.5t1 -45.5q0 -16 1 -39.5t1 -32.5l10.5 26.5t14.5 33.5l27 59l22 54l21 40l368 662q14 23 29 61q8 23 8 48 q0 33 -31 40q-35 10 -88 11h-47l21 108h534l-22 -108h-49q-37 0 -52 -4q-25 -6 -41 -21q-20 -18 -36 -41q-29 -43 -45 -71l-682 -1217h-205l-172 1255q-6 35 -17 50q-10 16 -28 30q-14 10 -37 15q-29 4 -47 4h-27z" />
+<glyph unicode="W" horiz-adv-x="2183" d="M176 1354l23 108h669l-22 -108h-47q-61 0 -105 -17q-39 -14 -39 -65v-39q0 -14 4 -51l39 -510q2 -27 7 -72q2 -14 3 -45t1 -47q4 -66 4 -98q0 -16 1 -43t1 -37q18 51 49 121l59 120l457 877h150l116 -782q16 -104 25 -185q10 -98 10 -155l29 80q8 23 37 94l45 102l45 103 l227 489q8 14 23 57q8 25 8 52q0 33 -27 40q-31 10 -86 11h-47l20 108h535l-23 -108h-49q-33 0 -53 -6q-25 -6 -43 -23q-25 -20 -39 -45q-25 -43 -41 -76l-573 -1204h-234l-141 977l-498 -977h-254l-110 1255q-4 33 -15 50q-14 20 -28 30q-16 10 -39 15q-29 4 -47 4h-27z " />
+<glyph unicode="X" horiz-adv-x="1497" d="M-86 0l23 109h20q20 0 57 8q25 6 54 24q37 25 59 45q43 39 72 70l452 467l-229 526q-15 34 -31 56q-10 14 -35 30q-16 12 -41 15q-33 4 -53 4h-18l22 108h678l-22 -108h-48q-53 0 -73 -15q-23 -16 -23 -43q0 -14 10 -49q12 -39 27 -73l109 -254l241 258q25 25 49 63 q23 35 23 61.5t-24.5 39t-73.5 12.5h-6l22 108h477l-22 -108h-19q-31 0 -55 -6q-23 -6 -51 -25q-20 -14 -55 -45q-31 -27 -70 -70l-385 -405l252 -586q27 -63 65.5 -85.5t75.5 -22.5h27l-23 -109h-676l23 109h31q61 0 88 18q29 18 28 53q0 23 -10 64q-6 27 -29 78l-125 282 l-286 -297q-35 -35 -60 -74q-23 -35 -22 -63q0 -14 6 -27q4 -10 16.5 -18t34.5 -12q29 -4 55 -4h7l-23 -109h-516z" />
+<glyph unicode="Y" horiz-adv-x="1417" d="M180 1354l23 108h665l-22 -108h-92q-45 0 -65.5 -16.5t-20.5 -43.5q0 -20 6 -53q6 -34 18 -80l74 -289q4 -16 14 -63l15 -70l5 -20t5 -23.5t2 -21.5q2 -31 6 -58q20 47 57 105q35 57 93 137l202 289q23 31 43 76q18 39 19 75q0 25 -29 41q-27 14 -96 15h-43l24 108h537 l-23 -108h-38q-25 0 -43.5 -6.5t-38.5 -20.5q-18 -14 -43 -41q-18 -20 -50 -65l-507 -705l-62 -291q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h50l-23 -109h-756l23 109h55q20 0 62 4q23 2 55 18q23 10 43 39q16 23 27 63l59 285 l-221 727q-8 27 -19 51q-8 18 -22 33q-10 10 -33 19q-18 6 -49 6h-27z" />
+<glyph unicode="Z" horiz-adv-x="1363" d="M-4 0l18 102l1010 1235h-356q-94 0 -150 -43q-59 -45 -82 -135l-35 -119h-147l100 422h1090l-21 -104l-1011 -1233h422q47 0 88 12q40 12 73 37q31 23 62 70q27 41 45 104l22 74h148l-98 -422h-1178z" />
+<glyph unicode="[" horiz-adv-x="847" d="M43 -262l387 1818h567l-22 -108h-88q-45 0 -66 -4q-33 -6 -57 -21q-20 -12 -47 -45q-20 -27 -31 -78l-276 -1306q0 -4 -1 -14.5t-3 -14.5q-2 -8 -3 -22q0 -37 11 -52q12 -20 30.5 -28t44.5 -13q33 -4 56 -4h88l-23 -108h-567z" />
+<glyph unicode="\" horiz-adv-x="589" d="M221 1556h144l110 -1804h-143z" />
+<glyph unicode="]" horiz-adv-x="847" d="M-109 -262l23 108h88q45 0 66 4q37 8 57 21q25 14 45 45q23 31 31 78l276 1306q6 31 6 52q0 33 -12 51q-14 23 -29 29q-23 12 -45 14q-16 2 -55 2h-88l22 108h568l-387 -1818h-566z" />
+<glyph unicode="^" d="M137 537l432 925h88l435 -925h-160l-320 702l-315 -702h-160z" />
+<glyph unicode="_" horiz-adv-x="937" d="M-186 -291l26 121h959l-27 -121h-958z" />
+<glyph unicode="`" horiz-adv-x="1181" d="M498 1548l6 21h301q12 -37 31 -80q16 -39 41 -84l43 -78q20 -33 38 -59l-6 -27h-121q-45 27 -94 66t-96 84q-31 29 -84 86q-36 40 -59 71z" />
+<glyph unicode="a" horiz-adv-x="1361" d="M82 354q0 82 18.5 168t55.5 172q35 84 92 162q57 80 125 135q71 58 159 92q92 35 193 35q39 0 82 -6q33 -4 80 -16q31 -8 71 -23q25 -8 56 -26l108 49h109l-135 -639q-2 -6 -5.5 -22.5t-5.5 -22.5q-2 -10 -5 -30t-5 -30q-8 -41 -10 -61q-4 -41 -4 -49q0 -53 20 -76 q20 -25 52 -25q28 0 55 13q31 14 59 30l45 -82q-12 -12 -59 -41q-39 -25 -74 -41q-27 -12 -88 -28q-47 -12 -102 -12q-92 0 -146 40q-55 43 -55 123q0 41 2 62q4 33 12 71h-14q-33 -61 -76 -126q-35 -53 -84 -92.5t-102 -57.5q-61 -20 -131 -20t-127 28q-53 27 -92 78 q-37 47 -56 119q-18 67 -18 149zM393 352q0 -63 8 -98q10 -47 23 -66q16 -27 35 -34q25 -10 45 -11q47 0 94 39q43 35 88 103q41 61 76 143q33 76 51 162l72 340q-23 29 -56 43q-35 14 -75 14q-59 0 -108.5 -30.5t-90.5 -84.5q-37 -49 -70 -116q-27 -55 -51 -138 q-20 -68 -31 -141q-10 -76 -10 -125z" />
+<glyph unicode="b" horiz-adv-x="1275" d="M43 -6l272 1280q0 6 2 12t5 14q0 4 1 13.5t3 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-47l19 108h497l-82 -389q-4 -25 -12 -49q-4 -14 -9 -28.5t-12 -32.5q-2 -12 -22 -70l-23 -67q-6 -16 -11 -32l-9 -28q-4 -14 -8 -23.5t-6 -15.5h10 q39 76 78 131q40 55 86 92q45 37 102 56q55 18 123 18q66 0 121 -24.5t94 -69.5q40 -46 61 -117q23 -74 23 -159q0 -88 -20 -173q-23 -96 -60 -174q-41 -88 -94 -161q-49 -68 -131 -134q-74 -59 -162 -92q-92 -35 -192 -34q-39 0 -80 6q-31 4 -74 16q-29 8 -62 23 q-23 10 -45 28l-116 -59h-115zM391 168q23 -27 55 -41q37 -16 78 -16q57 0 110.5 32.5t90.5 81.5q33 41 68 117q25 51 51 135q18 55 28 137q10 76 11 119q0 63 -9 103q-10 47 -22 67q-16 29 -37 39q-20 12 -41 12q-39 0 -73.5 -22.5t-65.5 -59.5q-35 -43 -60 -79 q-4 -6 -45 -88q-8 -14 -34 -87l-21 -63z" />
+<glyph unicode="c" horiz-adv-x="1079" d="M82 403q0 76 18 158q16 72 58 162q35 76 94 151q47 61 133 125q72 53 168 86q98 33 203 33q86 0 147 -18q63 -18 101 -47q43 -33 59 -68q18 -39 18 -84q0 -29 -14 -63q-10 -29 -43 -54q-33 -27 -78 -41q-43 -14 -115 -14q0 47 -10 102q-8 45 -28 87q-18 37 -45 57t-66 20 q-43 0 -82 -30q-45 -35 -72 -78q-31 -49 -55 -110.5t-43 -129.5q-16 -61 -27 -131q-8 -57 -8 -117q0 -125 57.5 -194.5t168.5 -69.5q57 0 98 15q47 16 78 38q39 29 61 54q28 31 49 61q14 -14 23 -35q8 -23 8 -55q0 -43 -22.5 -82t-73.5 -74q-49 -35 -125 -55 q-80 -23 -182 -22q-84 0 -175 26q-80 23 -145 80q-59 49 -96 131q-37 80 -37 186z" />
+<glyph unicode="d" horiz-adv-x="1361" d="M82 354q0 82 18.5 168t55.5 172q35 80 90 162q52 77 123 135q72 59 155 92q88 35 187 35q59 0 112 -12q43 -10 92 -37q3 12 7 31q0 6 2 17t4 18q2 12 6 32l6 25l18 82q0 6 2.5 12t4.5 14q0 4 1 13.5t3 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12 q-14 2 -49 2h-47l19 108h493l-237 -1116q-2 -20 -9 -43q-2 -10 -5 -29.5t-5 -27.5q-4 -18 -8 -59q-4 -37 -4 -48q0 -47 22.5 -69.5t49.5 -22.5q29 0 57 15l57 28l45 -80q-43 -33 -61 -45q-29 -18 -74 -39q-27 -12 -88 -28q-45 -12 -100 -12q-41 0 -82 10q-35 8 -64 30 q-25 20 -41 52q-14 29 -14 71v33q0 4 2 14.5t2 16.5q0 10 4 31q2 10 6 38h-12q-37 -80 -80 -135q-41 -53 -90 -92q-47 -39 -102 -53q-59 -16 -117 -16q-80 0 -135 30q-61 35 -94 80q-33 47 -54 121q-16 59 -16 143zM393 352q0 -63 8 -98q10 -43 23 -64q16 -27 34.5 -37 t45.5 -10q47 0 92 39q51 45 90 103q43 66 76 141q31 74 51 164l72 340q-20 27 -60 43q-35 14 -75 14q-57 0 -107 -31q-45 -29 -88 -84q-39 -51 -69.5 -118.5t-51.5 -135.5q-22 -71 -31 -141q-10 -78 -10 -125z" />
+<glyph unicode="e" horiz-adv-x="1095" d="M82 403q0 78 20 158q25 94 60 164q39 78 98 149q61 74 135 127q77 55 172.5 86t208.5 31q150 0 228 -63q82 -66 81 -178q0 -80 -47 -158q-45 -76 -127 -135q-74 -53 -192 -90q-115 -35 -244 -35h-37q-27 0 -39 2q-4 -29 -4 -41v-37q0 -120 56 -184q55 -63 167 -64 q51 0 95 15q45 14 84 38q47 29 69 52q27 27 52 61q16 -20 20 -39q6 -25 6 -49q0 -37 -24 -78q-27 -43 -74 -76q-55 -37 -125 -57q-80 -23 -182 -22q-86 0 -177 26q-82 25 -145 78q-61 51 -98 133q-37 80 -37 186zM414 578h18q80 0 141 20q70 23 115 57q47 35 76 90 q27 51 27 117t-27 99q-29 35 -74 34q-47 0 -94 -37q-45 -35 -82 -98q-37 -61 -61 -135q-29 -86 -39 -147z" />
+<glyph unicode="f" horiz-adv-x="825" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l16 76q25 100 64 175.5t100 127.5q63 53 137 75q80 25 184 25q82 0 140 -14q68 -16 100 -37q41 -25 61.5 -57.5t20.5 -69.5q0 -72 -59 -107 q-61 -37 -176 -37q0 27 -5 76q-2 33 -16 64q-14 33 -29 45q-20 16 -45 16q-66 0 -100 -55q-33 -53 -55 -172l-27 -131h258l-29 -140h-260l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5 q-12 2 -33 6q-16 3 -25 6z" />
+<glyph unicode="g" horiz-adv-x="1187" d="M-119 -231q0 57 26.5 98t74.5 76q46 34 104 55q53 18 123 33q-18 8 -39 28q-18 18 -33 39q-12 18 -24 49q-8 23 -9 52q0 31 13 59q12 27 41 55q33 33 67 56q57 37 101 59q-72 33 -107 94q-37 63 -37 152q0 70 31 149q29 76 96 144q66 66 160 108q96 43 225 43 q66 0 127 -16q58 -15 105 -49q20 29 49 55q18 18 55 43q28 18 62 31q29 10 71 10q65 0 92 -31q29 -33 29 -78q0 -27 -6 -51t-23 -47q-16 -25 -38 -35q-25 -12 -64 -12q0 45 -18 66q-18 23 -54 22q-27 0 -51 -10t-43 -27q20 -25 37 -74q14 -41 14 -90q0 -37 -14 -94 q-10 -41 -39 -98q-27 -51 -65 -94q-43 -47 -95 -78q-49 -31 -125 -53q-68 -20 -155 -21h-23q-6 0 -14 1t-16 1h-29q-10 0 -23 4q-49 -22 -80 -49q-33 -29 -32 -59q0 -18 8 -29q6 -10 24 -16q23 -8 33 -11q29 -4 45 -6l230 -22q152 -16 233 -82q84 -68 84 -197 q0 -94 -43 -170q-43 -78 -123 -131t-201 -84q-113 -29 -270 -29q-123 0 -213 19q-92 18 -145 51t-82 84q-27 48 -27 107zM125 -217q0 -33 12.5 -59.5t38.5 -47.5q25 -20 78 -32q49 -12 125 -13q84 0 153 17q63 14 107 43q41 27 61.5 61.5t20.5 73.5q0 55 -45 88t-150 41 l-182 16q-49 -6 -84 -22q-37 -16 -70 -43q-27 -20 -47 -56q-18 -30 -18 -67zM440 653q0 -74 29 -108q27 -33 82 -33q39 0 65 16q33 20 56 45q20 25 41 64q18 37 30 74q8 23 17 75q6 37 6 66q0 72 -29 106q-27 33 -82 33q-53 0 -94 -35q-35 -29 -65 -88q-25 -45 -41 -110 q-15 -56 -15 -105z" />
+<glyph unicode="h" horiz-adv-x="1341" d="M43 0l270 1274q0 6 2 12t4 14q0 4 1.5 13.5t3.5 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-43l19 108h495l-96 -450l-19 -70l-18 -73q-8 -27 -20 -84h12q45 70 80 106q39 41 90 74q47 29 104 45q51 14 125 14q65 0 111 -18q41 -16 71 -53 q27 -33 39 -74q12 -43 13 -90q0 -14 -4 -56q-4 -37 -9 -59l-12 -59l-12 -58l-47 -219q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q31 0 59 13q8 4 62 34l49 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180 55t-63 155 q0 23 8 105q6 63 24 139l35 162q2 8 5 25.5t5 23.5l13 60q8 39 10 63q4 41 4 57q0 10 -4 39q-2 20 -12 39q-8 16 -27 29q-16 10 -43 10q-35 0 -70 -24q-41 -31 -65 -62q-45 -57 -62 -88q-25 -43 -51 -100q-12 -27 -41 -103q-14 -41 -26 -90l-107 -475h-307z" />
+<glyph unicode="i" horiz-adv-x="724" d="M117 989l18 109h486l-142 -666q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18 -68t53 -25q31 0 60 13q23 10 61 34l49 -69q-35 -35 -55 -51q-29 -23 -70 -45q-37 -20 -86 -33q-47 -12 -102 -12q-117 0 -180.5 55t-63.5 155q0 49 8 105q14 98 25 139l80 381q4 16 6 27q0 4 1 13 t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37zM319 1409q0 47 14.5 75.5t43.5 53.5q20 18 59 29q37 10 74 10q33 0 63 -6q23 -4 52 -25q27 -18 37 -39q12 -25 12 -59q0 -41 -17 -74q-14 -29 -43 -51q-27 -20 -63.5 -30.5t-71.5 -10.5 q-27 0 -63 8q-29 6 -51 23q-18 14 -33 41q-13 24 -13 55z" />
+<glyph unicode="j" horiz-adv-x="690" d="M-287 -467l25 107q4 -2 43 -11q18 -4 49 -4q51 0 84 17q37 18 63.5 59t49.5 113q27 84 45 170l176 831q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h486l-238 -1114q-25 -127 -76 -228 q-45 -90 -108.5 -147.5t-132.5 -77.5q-74 -23 -150 -23q-68 0 -113 7q-47 6 -90 18zM319 1409q0 47 14.5 75.5t43.5 53.5q20 18 59 29q37 10 74 10q33 0 63 -6q23 -4 52 -25q27 -18 37 -39q12 -25 12 -59q0 -41 -17 -74q-14 -29 -43 -51q-27 -20 -63.5 -30.5t-71.5 -10.5 q-27 0 -63 8q-29 6 -51 23q-18 14 -33 41q-13 24 -13 55z" />
+<glyph unicode="k" horiz-adv-x="1222" d="M43 0l270 1274q0 6 2 12t4 14q0 4 1.5 13.5t3.5 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-43l19 108h495l-108 -499l-17.5 -78t-13.5 -66q-4 -25 -14.5 -65.5t-12.5 -54.5l-28 -115l-33 -125l319 289q25 20 39 39l25 30q6 8 10 20.5t4 18.5 q0 20 -24.5 32.5t-71.5 12.5l20 103h516l-20 -103q-76 0 -150 -41q-84 -47 -176 -133l-163 -151l153 -334q41 -84 64 -117q29 -41 59.5 -67.5t49 -34.5t40.5 -8h8l-22 -109h-105q-70 0 -135 10q-53 8 -102 35q-51 27 -78 59q-33 41 -53 89l-121 286l-111 -71l-88 -408h-307z " />
+<glyph unicode="l" horiz-adv-x="724" d="M102 190q0 92 33 244l178 840q0 6 2 12t4 14q0 4 1.5 13.5t3.5 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-43l19 108h495l-244 -1124q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18.5 -68t52.5 -25q31 0 60 13q23 10 61 34l49 -69 q-35 -35 -55 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180.5 55t-63.5 155z" />
+<glyph unicode="m" horiz-adv-x="1984" d="M76 0l172 815q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h475l-39 -209h15q45 70 82 106q39 39 90 70q47 29 100 41q51 12 113 12q63 0 106 -18q47 -20 70 -49q25 -31 37 -70q12 -40 12 -86v-16h12 q33 55 78 106q39 45 88 78q43 29 102.5 45t120.5 16q63 0 107 -18q41 -16 70 -53q27 -33 38 -74q10 -37 11 -90q0 -14 -4 -55q-4 -37 -9 -60l-12 -59l-12 -58l-47 -219q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -67.5t53.5 -24.5q33 0 59 12q8 4 62 35l49 -70 q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-45 -12 -103 -12q-113 0 -180 57q-63 55 -63 154q0 23 8 104q6 63 24 139l35 162q2 8 5 25.5t6 23.5q4 18 12 60q8 39 10 63q4 41 4 57q0 10 -4 39q-2 20 -12 39q-8 14 -25 29q-12 10 -41 10q-31 0 -65 -22 q-27 -16 -64 -62q-35 -41 -59 -86q-33 -57 -49 -98q-29 -70 -39 -102q-18 -57 -23 -89l-16 -86q-2 -8 -5 -26.5l-5 -30.5q-4 -20 -6.5 -39.5t-4.5 -40.5l-12 -86q-8 -59 -10 -80l-5 -36.5t-3 -28.5q-2 -18 -2 -35h-318q0 2 4 43q4 47 8 70q10 72 15 88l16 94q2 14 7 43 t9.5 45t8.5 42t6 32l31 143q0 4 10 47q4 14 6 30.5l4 31.5q8 39 10 63q4 41 4 57q0 25 -2 39q-4 25 -8 37q-6 16 -20.5 26.5t-36.5 10.5q-35 0 -68 -20q-27 -16 -63 -58q-33 -37 -60 -80q-37 -61 -51 -92q-27 -57 -39 -94q-14 -43 -24 -84l-115 -514h-307z" />
+<glyph unicode="n" horiz-adv-x="1374" d="M76 0l172 815q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h455l-23 -219h13q41 61 81.5 106t88 73.5t104.5 45.5q51 14 125 14q66 0 108 -18q47 -20 74 -53t39 -74q12 -43 12 -90q0 -14 -4 -56 q-4 -37 -8 -59l-12 -59l-12 -58l-46 -219q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q31 0 59 13q23 10 61 34l49 -69q-35 -35 -55 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180.5 55t-63.5 155q0 92 33 244l33 162l10 49l12 60 q8 39 11 63q4 41 4 57q0 10 -4 39q-2 20 -13 39q-6 12 -26 29q-12 10 -43 10q-37 0 -70 -24q-41 -31 -65 -62q-45 -57 -62 -88q-37 -66 -53 -100q-12 -27 -41 -103q-10 -27 -25 -90l-104 -475h-307z" />
+<glyph unicode="o" horiz-adv-x="1265" d="M82 410q0 77 18 159q18 86 54 160q35 78 92 150q59 76 129 125q76 53 170 83q95 31 209 31q89 0 166 -24q82 -27 137 -76q58 -52 92 -135q33 -80 33 -195q0 -84 -17 -156q-20 -88 -53 -159q-39 -84 -90 -150q-55 -72 -127 -125q-74 -55 -170 -86q-102 -33 -209 -32 q-98 0 -176 26.5t-137 79.5q-55 49 -88 135.5t-33 188.5zM395 360q0 -127 41 -180t117 -53q57 0 100 31q41 29 80 84q37 52 62 116q27 68 41 138q20 98 26 137q8 59 8 121q0 125 -41 174q-43 53 -114 53q-53 0 -96.5 -30.5t-79.5 -80.5q-29 -39 -62 -114q-25 -55 -45 -133 q-20 -74 -29 -138q-8 -59 -8 -125z" />
+<glyph unicode="p" horiz-adv-x="1275" d="M-61 -492l278 1307q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h441l-53 -273h14q23 43 72 117q37 55 81 94q43 37 103 60q61 23 133 22q68 0 123 -24.5t94 -69.5t62 -117q20 -63 20 -159q0 -74 -18 -160 q-18 -88 -52 -170q-29 -74 -88 -164q-52 -80 -123 -141q-66 -57 -159 -97q-90 -37 -195 -36q-63 0 -115 12q-53 12 -94 35q0 -8 -4 -33q-2 -6 -3 -15.5t-1 -15.5q-2 -6 -4 -17.5t-4 -17.5l-29 -137q-4 -16 -6 -27q0 -4 -1 -13t-3 -13q-2 -8 -2 -23q0 -4 -1 -8l-1 -4 q0 -27 6 -45q6 -16 18 -27q12 -8 35 -12q14 -2 49 -2h78l-18 -109h-520zM391 168q9 -9 25 -18q2 -2 14 -9.5t19 -11.5l43 -12q20 -6 45 -6q57 0 102 30q46 31 86 80q37 45 70 115q20 43 49 133q20 66 30 137q10 76 11 127q0 41 -6 82q-6 47 -17 70q-12 33 -35 51 q-20 18 -53 18q-31 0 -67.5 -20.5t-65.5 -50.5q-37 -41 -59 -76q-27 -41 -50 -90q-27 -57 -38 -94q-14 -41 -25 -88z" />
+<glyph unicode="q" horiz-adv-x="1290" d="M82 354q0 72 20 168q18 86 56 172q35 84 92 162q57 80 125 135q74 61 153 92q88 35 183 35q45 0 88 -6q29 -4 82 -16q43 -10 71 -21q37 -14 60 -24l121 67h102l-281 -1327q-8 -29 -10 -55q-4 -37 -4 -49q0 -39 25 -54q27 -16 84 -16h77l-18 -109h-485l82 410q6 31 8 39 q2 12 6 24.5t6 26.5l12 60l13 59l32 149h-12q-31 -61 -72 -122q-33 -49 -82 -93q-46 -40 -104 -61q-55 -20 -139 -20q-66 0 -119 24.5t-90 71.5q-39 49 -60 117q-22 73 -22 161zM393 360q0 -66 8 -100q12 -49 23 -67q16 -27 35 -37q20 -12 45 -13q33 0 63 19q33 20 62 51 q37 41 59 76q29 43 53 94q14 29 41 104q20 57 29 105l74 338q-16 23 -49 41q-31 16 -84 16q-57 0 -111 -33q-49 -31 -90 -84q-39 -51 -70 -118q-31 -70 -49 -138q-20 -82 -29 -135q-10 -76 -10 -119z" />
+<glyph unicode="r" horiz-adv-x="1126" d="M76 0l174 823q0 2 3 18.5t5 26.5q4 37 4 50q0 41 -24 55q-27 16 -84 16h-37l18 109h453l-43 -281h10q37 78 70 129q41 59 80 94q49 41 96 58q61 20 125 20q109 0 162 -41t53 -119q0 -106 -62 -157q-63 -53 -180 -53q0 35 -4 83q-2 33 -16 64q-10 25 -31 41q-16 14 -49 14 q-31 0 -62 -24q-39 -31 -63.5 -64t-61.5 -98q-35 -61 -59 -123q-37 -90 -51 -139q-29 -98 -39 -148l-78 -354h-309z" />
+<glyph unicode="s" horiz-adv-x="1052" d="M35 205q0 49 18 82q16 29 51 53q27 18 70 29q45 10 80 10q0 -63 10 -105q12 -53 35 -88q25 -41 63 -61q41 -23 95 -23q37 0 78 11q35 8 63 30q25 18 41 47q14 27 14 66q0 29 -14 61q-10 25 -41 52q-29 27 -72 47q-84 43 -104 51q-49 23 -109 59q-45 29 -82 72 q-37 45 -53 86q-18 49 -18 109q0 70 33 135q29 57 92 102q66 45 145 66q90 23 193 22q98 0 173.5 -16.5t116.5 -42.5q47 -29 64 -62q20 -37 20 -71q0 -82 -63 -119q-65 -37 -172 -37q0 43 -8 82q-10 45 -27 76q-18 34 -49 55q-29 20 -74 21q-47 0 -72 -11q-29 -10 -53 -32 q-20 -18 -35 -46q-12 -25 -12 -55.5t14 -58.5q12 -25 41 -47q27 -20 72 -43l105 -49q72 -35 114 -64q53 -37 80 -72q33 -43 47.5 -86t14.5 -104q0 -86 -31 -150q-31 -66 -94 -110q-68 -49 -156 -72q-92 -25 -217 -24q-84 0 -160 16q-72 16 -121 43q-49 29 -78 72 q-28 45 -28 94z" />
+<glyph unicode="t" horiz-adv-x="851" d="M123 958l22 105q47 0 97 14q51 14 106 49q47 29 109 91q53 53 102 133h119l-53 -252h247l-28 -140h-250l-123 -561q-14 -51 -16 -82q-4 -49 -4 -65q0 -53 28 -78t74 -25q43 0 86 17q40 15 74 37l47 -78q-49 -41 -72 -55q-41 -29 -82 -45.5t-94 -30.5q-49 -12 -108.5 -12 t-104.5 14q-51 16 -86 45t-55 74q-20 43 -21 106q0 6 1 18.5t1 20.5q0 16 4 45q0 8 2 24.5t5 22.5q2 8 5 21.5t3 19.5l123 567h-158z" />
+<glyph unicode="u" horiz-adv-x="1376" d="M117 989l18 109h492l-135 -613l-13 -55q-2 -10 -5 -29.5t-5 -29.5q-4 -20 -8 -57.5t-4 -45.5q0 -43 18 -71q18 -27 70 -27q45 0 92 41q53 47 92 104q47 70 78 143.5t51 157.5l109 482h305l-139 -666q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q33 0 59 13 q23 10 61 34l50 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-45 -12 -103 -12q-66 0 -114 16q-45 16 -72 41q-31 29 -41 63q-12 37 -12 76q0 2 1 9.5t1 11.5t1 12t1 12t1 12.5t1 12.5q0 8 4 20h-17q-53 -74 -88 -116q-37 -45 -94 -89q-55 -41 -104 -59 q-55 -20 -131 -20q-65 0 -111 18q-43 16 -72 49q-27 29 -39 74q-12 43 -12 86q0 51 12 113l23 112l74 361q4 16 7 41.5t5 33.5q6 35 6 52q0 43 -24.5 55t-83.5 12h-37z" />
+<glyph unicode="v" horiz-adv-x="1198" d="M33 989l24 109h402l94 -606q18 -121 22 -185q10 -125 11 -133h6q55 55 133 156q70 88 115 166q53 88 78 161q29 82 28 142q0 70 -39 100q-43 33 -96 33q0 88 45 135q45 49 125 49q29 0 59 -10q20 -8 50 -35q20 -20 32.5 -57t12.5 -88q0 -80 -25 -166t-70 -176 q-43 -86 -98 -172q-47 -76 -113 -160q-59 -78 -114 -139q-58 -65 -105 -111l-270 -20l-145 899q-8 37 -17 53q-12 23 -28 33q-14 8 -44 16q-25 6 -53 6h-20z" />
+<glyph unicode="w" horiz-adv-x="1792" d="M76 989l33 109h395q2 -33 5 -100.5t5 -102.5q4 -61 8 -190q3 -89 6 -160q2 -47 2 -111q0 -29 -1 -70.5t-1 -54.5v-53h15q37 55 102 176q45 84 100 203l99 219l92 225l250 8q6 -55 12 -124q2 -27 5 -80.5t5 -77.5q4 -57 9 -172q2 -33 5 -88.5t3 -79.5q2 -63 6 -141 q2 -43 2 -99h14q96 119 150 201q57 86 92 164q35 76 49 133t14 111q0 29 -10 55q-10 25 -22 41q-18 20 -33 28q-12 6 -37 15q2 37 16 67q10 25 35 45q16 14 45 25q23 8 56 8q70 0 106 -45q37 -46 37 -129q0 -109 -45 -223q-47 -117 -121 -242q-76 -125 -170 -243 q-111 -137 -201 -234l-250 -22q0 20 -1 66t-1 71q-2 37 -2 74.5v76.5l-4 156q0 55 -4 149q0 23 -1 67t-3 65q-2 41 -2 102q-88 -207 -182 -395q-98 -193 -240 -406l-268 -18l-21 852q0 49 -12 75q-14 33 -29 46q-18 16 -45 22q-25 6 -55 6h-12z" />
+<glyph unicode="x" horiz-adv-x="1236" d="M-41 0l21 109h26q20 0 53 4q23 2 47 18q16 10 52 41q33 29 65 68l258 284l-141 340q-14 37 -31 64q-10 16 -35 37q-14 10 -38 18q-23 6 -52 6h-24l20 109h385l144 -389l284 389h250l-20 -109h-37q-29 0 -53 -6q-18 -4 -48 -22q-10 -6 -49 -46q-23 -23 -63 -73l-211 -244 l149 -344q16 -39 35 -72q14 -27 35 -43q23 -20 41 -24q23 -6 51 -6h27l-21 -109h-397l-154 414l-319 -414h-250z" />
+<glyph unicode="y" horiz-adv-x="1198" d="M-344 -455l31 115q25 -9 67 -18q39 -8 107 -9q95 0 172 25q80 25 145 68q68 43 125 100q63 63 113 121l-256 934q-18 61 -49 84q-33 25 -93 24h-20l25 109h401l135 -531q2 -12 9 -43.5t12 -50.5q6 -29 20 -106l9 -46t9.5 -54.5t5.5 -43t3 -28.5h6q41 55 115 165 q53 80 94 162q45 88 65 150q23 66 23 129q0 70 -33 104q-33 37 -94 37q0 37 12 72q12 33 35 55q27 27 51 37q31 12 66 12q82 0 125 -47t43 -127q0 -84 -27 -170q-25 -78 -78 -188q-43 -90 -121 -211q-57 -92 -161 -238l-140 -190q-63 -84 -127 -158q-59 -68 -127 -123 q-63 -51 -137 -88q-68 -35 -158 -53q-76 -16 -190 -17q-53 0 -115 11q-59 10 -98 26z" />
+<glyph unicode="z" horiz-adv-x="1142" d="M0 0l23 104l684 854h-261q-37 0 -69 -14q-28 -12 -49 -37q-20 -23 -39 -57q-12 -23 -37 -76l-4 -8h-125l90 332h879l-23 -107l-686 -852h332q33 0 61 17q28 15 49 43q18 25 35 59l31 66l20 47h119l-88 -371h-942z" />
+<glyph unicode="{" horiz-adv-x="903" d="M80 590l26 125q45 0 97 10q49 10 82 29q39 23 61 57q29 41 39 94l74 352q14 76 47 133.5t78 92.5q49 37 118 55q72 18 170 18h195l-23 -108h-79q-43 0 -74 -12q-29 -12 -53 -39q-18 -20 -35 -62q-8 -18 -25 -86l-76 -348q-23 -98 -84 -153q-65 -58 -190 -86l-4 -17 q96 -27 137 -70q43 -47 43 -114q0 -27 -6 -58l-76 -350q-2 -10 -8 -49q-2 -14 -2 -43q0 -49 27 -80q25 -29 88 -28h80l-25 -109h-195q-143 0 -219 59q-74 57 -73 164v21q0 6 4 26q4 16 6 39q0 4 10 58l61 286q6 28 7 56q0 43 -15 65q-18 29 -42.5 43t-65.5 21q-27 4 -80 8z " />
+<glyph unicode="|" d="M530 -492v2048h148v-2048h-148z" />
+<glyph unicode="}" horiz-adv-x="903" d="M-111 -254l23 109h80q37 0 74 14q33 12 53 37q23 27 35 61q12 37 24 86l76 348q23 96 84 152q68 61 190 88l4 16q-96 27 -137 70q-43 47 -43 115q0 27 6 57l76 350q2 10 8 49q2 14 2 43q0 49 -26 80q-25 29 -88 29h-80l24 109h195q143 0 219 -60q74 -57 74 -164v-20 q0 -6 -4 -27q-2 -10 -6 -39q0 -4 -11 -57l-61 -287q-6 -31 -6 -55q0 -41 16.5 -67.5t42.5 -41.5q25 -14 64 -20q49 -8 80 -8l-27 -125q-63 -4 -96 -10q-49 -10 -82 -29t-62 -57q-27 -35 -39 -95l-73 -352q-16 -82 -45 -133q-33 -59 -80 -94q-45 -35 -119 -54 q-70 -18 -170 -18h-195z" />
+<glyph unicode="~" horiz-adv-x="1148" d="M100 598v158q102 109 248 108q37 0 53.5 -2t53.5 -10q28 -6 61 -18q43 -16 80 -33l66 -27q31 -14 49 -18q16 -4 45 -8q14 -2 41 -3q31 0 57 9q25 8 59 26q25 14 58 39q29 20 53 47v-157q-47 -53 -111 -82q-59 -27 -137 -27q-37 0 -53 2t-53 10q-28 6 -62 19 q-43 16 -80 33q-57 25 -65 26l-49 17q-29 8 -43.5 10t-42.5 2q-23 0 -58 -10q-25 -8 -59 -25q-20 -10 -57 -39q-27 -22 -54 -47z" />
+<glyph unicode="&#xa2;" d="M137 592q0 82 17 149q16 72 53 154q29 66 88 145q49 66 121 125q70 57 155 95q80 35 187 47l33 155h127l-33 -151q78 -6 133 -25q49 -16 90 -47q33 -25 53 -65q16 -33 17 -78q0 -33 -15 -62q-16 -35 -43 -55q-33 -27 -78 -41q-43 -14 -114 -14q0 74 -19 135 q-18 59 -57 96l-176 -831h16q63 0 107 14q51 16 84 39q43 29 65 53q47 51 53 62q14 -14 23 -37q10 -27 10 -54q0 -37 -22 -77q-20 -39 -72 -74q-55 -37 -123 -57q-74 -23 -174 -25l-35 -168h-127l37 174q-82 12 -151 43q-66 29 -121 84q-53 53 -80 125q-29 76 -29 166z M451 588q0 -86 26 -142q29 -59 80 -90l174 830q-43 -8 -82 -45q-35 -33 -67 -84q-31 -49 -56 -111q-18 -45 -41 -125q-16 -59 -26 -123q-8 -55 -8 -110z" />
+<glyph unicode="&#xa3;" d="M-12 106l69 44q53 31 103 71q45 37 92 94q41 51 67 119q27 70 27 144q0 23 -4 67q-4 41 -8 64h-236l29 125h192q-12 72 -14 92q-6 53 -6 102q0 102 39 193q37 86 106.5 143t168 88t218.5 31q94 0 154 -17q66 -18 113 -49q43 -29 69 -71q23 -37 23 -86q0 -86 -65.5 -133.5 t-190.5 -47.5q0 139 -39 209t-111 70q-102 0 -157.5 -86t-55.5 -244q0 -61 7 -110l7 -47.5t5 -36.5h364l-28 -125l-326 2q0 -2 1 -9.5t1 -11.5t1 -11t1 -13.5t1 -14.5t1 -14v-29q0 -66 -20 -114q-23 -53 -58 -95q-39 -45 -94 -82q-63 -43 -125 -71l2 -8q43 16 99 28 q39 8 82 8q47 0 96 -12l94 -24q25 -8 47.5 -13.5t40.5 -11.5q43 -12 74 -12q25 0 61 4q18 2 51 14q27 10 48 25l49 37l65 -103q-37 -37 -63 -59q-41 -35 -90.5 -65.5t-102.5 -51.5q-57 -23 -104 -22q-53 0 -99 14q-78 25 -100 33q-39 14 -104 32q-51 14 -119 15 q-31 0 -76 -4q-27 -2 -65 -11q-35 -6 -64 -18q-20 -8 -65 -29l-33 -14z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1103" d="M70 0l22 109h55q20 0 62 4q23 2 55 18q23 10 43 39q16 23 27 63l22 105h-286l24 121h287l27 119h-287l24 120h271l-125 547q0 4 -15 51q-6 20 -18 33q-12 14 -29 19q-18 6 -49 6h-26l22 108h559l-22 -108h-58q-43 0 -65 -17q-20 -14 -21 -43q0 -23 9 -55q0 -4 16 -86 l37 -195q18 -94 22 -124q8 -55 9 -103q16 39 32 68q8 16 25.5 45.5l21.5 36.5l158 266q8 14 22.5 42l18.5 36q20 39 21 73q0 25 -23 41q-20 14 -57 15h-41l24 108h434l-22 -108h-6q-51 0 -92 -39q-49 -45 -97 -121l-319 -496h262l-25 -120h-286l-27 -119h287l-25 -121h-286 l-23 -98q-2 -10 -8 -37q-2 -10 -2 -25q0 -25 10 -35q18 -18 31 -22q23 -8 47 -10q18 -2 59 -2h49l-22 -109h-733z" />
+<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M381 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM809 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25 q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M129 731q0 109 27 201q31 102 75 180q51 86 117 152q68 68 154 118q78 45 180 76q92 27 199 27q109 0 200 -27q98 -29 179 -76q86 -51 153 -118q72 -72 119 -152q45 -78 76 -180q27 -92 26.5 -200.5t-26.5 -201.5q-29 -98 -76 -178q-51 -86 -119 -153q-63 -63 -153 -117 q-80 -47 -179 -76q-92 -27 -200 -26q-106 0 -199 26q-102 31 -180 76q-90 53 -153.5 116.5t-117.5 153.5q-47 80 -75 178q-27 92 -27 201zM242 731q0 -84 22 -170q20 -76 66 -151q51 -84 98 -131q51 -51 129 -99q74 -45 154 -65q86 -23 170 -23t170 23q80 20 153 65 q84 51 131 98.5t99 131.5q45 76 65 151q23 86 23 170q0 133 -49 250q-47 111 -140 203q-90 90 -203 137q-121 51 -249 51q-84 0 -170 -22q-80 -20 -154 -65.5t-129 -100.5q-51 -51 -98 -129q-45 -74 -66 -154q-22 -86 -22 -170zM481 733q0 96 29 182q29 84 82 144 q55 61 137 94q80 33 191 33q71 0 122 -12q55 -12 88 -31t52 -45q18 -29 18 -58q0 -25 -10 -41q-12 -18 -30.5 -30.5t-43 -18.5t-55.5 -6q0 18 -8 55q-6 31 -25 52q-23 27 -45 36q-28 12 -68 13q-74 0 -122 -25q-53 -27 -82 -69q-31 -47 -47 -117q-14 -63 -15 -156 q0 -174 70 -272q68 -96 199 -96q46 0 86 12q43 12 73 33q39 25 55.5 43t36.5 51q10 -8 21 -25q8 -14 8 -39q0 -31 -18 -57q-20 -31 -58 -53q-39 -25 -96 -39q-55 -14 -135 -15q-104 0 -178 33q-82 35 -129 92q-53 63 -78 146q-25 84 -25 186z" />
+<glyph unicode="&#xab;" horiz-adv-x="1134" d="M121 514l22 107l389 342h144l-293 -410l119 -410h-144zM532 514l23 107l389 342h143l-292 -410l118 -410h-143z" />
+<glyph unicode="&#xad;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
+<glyph unicode="&#xae;" horiz-adv-x="1730" d="M129 731q0 109 27 201q31 102 75 180q51 86 117 152q68 68 154 118q78 45 180 76q92 27 199 27q109 0 200 -27q98 -29 179 -76q86 -51 153 -118q72 -72 119 -152q45 -78 76 -180q27 -92 26.5 -200.5t-26.5 -201.5q-29 -98 -76 -178q-51 -86 -119 -153q-63 -63 -153 -117 q-80 -47 -179 -76q-92 -27 -200 -26q-106 0 -199 26q-102 31 -180 76q-90 53 -153.5 116.5t-117.5 153.5q-47 80 -75 178q-27 92 -27 201zM242 731q0 -84 22 -170q20 -76 66 -151q51 -84 98 -131q51 -51 129 -99q74 -45 154 -65q86 -23 170 -23t170 23q80 20 153 65 q84 51 131 98.5t99 131.5q45 76 65 151q23 86 23 170q0 133 -49 250q-47 111 -140 203q-90 90 -203 137q-121 51 -249 51q-84 0 -170 -22q-80 -20 -154 -65.5t-129 -100.5q-51 -51 -98 -129q-45 -74 -66 -154q-22 -86 -22 -170zM494 289v69h26q25 0 37 2t33 11 q14 6 22.5 20.5t8.5 38.5v600q0 23 -9 37q-10 18 -22 23q-20 8 -32.5 10t-37.5 2h-26v72h368q352 0 352 -244q0 -47 -16 -86q-12 -29 -43 -64q-23 -25 -59 -45q-34 -18 -68 -30l182 -293q8 -16 18.5 -26.5t22.5 -16.5q10 -4 31 -9q12 -2 43 -2v-69h-217l-225 381h-109v-240 q0 -23 10 -39q8 -14 21 -20q14 -8 31 -11q12 -2 38 -2h29v-69h-409zM774 748h86q55 0 92 12q39 14 60 33q25 25 33 55.5t8 79.5q0 51 -11 78q-14 35 -34 51q-27 20 -62 28q-33 8 -92 9h-80v-346z" />
+<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M498 1241l6 27q10 10 32.5 35.5t28.5 31.5l66 78q57 72 63 80q12 14 29.5 41t24.5 35h321l-6 -21q-15 -18 -43 -43q-41 -37 -64 -53q-23 -18 -77 -57l-82 -58q-61 -41 -82 -53q-35 -23 -78 -43h-139z" />
+<glyph unicode="&#xb8;" horiz-adv-x="681" d="M51 -465l27 121q33 -8 69 -12q45 -4 64 -4q31 0 59 6q25 6 47 18q18 10 33 33q12 18 12 47q0 20 -10 36.5t-28 29.5q-23 16 -43 20q-16 4 -54 8l82 180h117l-39 -88q43 -6 74 -20t57 -37q23 -20 37 -51q14 -33 14 -62q0 -68 -30 -114q-33 -49 -82 -78t-117 -45 q-59 -14 -135 -15q-33 0 -76 7q-35 4 -78 20z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1134" d="M45 143l295 410l-121 410h143l236 -369l-23 -107l-387 -344h-143zM457 143l295 410l-121 410h143l236 -369l-23 -107l-387 -344h-143z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1540" d="M-100 0l22 109h43q28 0 49 6q18 6 41 24q22 18 43.5 49t48.5 80l695 1194h280l172 -1206q12 -55 13 -59q10 -33 22 -47.5t37 -28.5q23 -12 53 -12h37l-22 -109h-676l22 109h47q66 0 105 20.5t39 65.5v34q0 10 -4 31l-31 221h-498l-100 -184q-16 -27 -29 -66 q-10 -31 -10 -49q0 -37 29 -55q28 -18 86 -18h41l-23 -109h-532zM508 606h414l-37 344q-2 25 -5 46.5t-6 37.5q-2 27 -6 76q0 8 -2 23.5t-3 28t-1 22.5q-4 45 -4 71q-20 -49 -31 -69l-30 -64q-8 -14 -12.5 -23t-11.5 -20.5l-15 -25.5l-47 -84zM678 1724q0 66 32.5 105 t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM1106 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8 q-53 0 -82 26q-31 28 -31 86z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1619" d="M129 545q0 98 25 207q25 106 73 211q53 115 121 200q72 94 170 166q90 68 217 113q121 43 266 43q117 0 216 -33q102 -35 180 -102q80 -72 125 -174q45 -104 45 -254q0 -102 -23 -201q-23 -100 -71 -211q-47 -104 -119 -203q-66 -90 -168 -168q-98 -78 -219 -119 q-123 -43 -267 -43q-121 0 -225 37t-182 109q-80 74 -121 176q-43 108 -43 246zM463 496q0 -96 22 -174q23 -74 58 -119q37 -45 90 -68q55 -23 108 -22q82 0 154 41q63 37 125 110q59 72 96 156q35 76 66 184q31 102 41 189q12 96 12 176q0 104 -21 172q-23 76 -57 119 q-39 49 -88 69q-55 23 -111 23q-84 0 -155 -41q-63 -35 -123 -109q-57 -70 -96 -158q-40 -89 -68 -184q-29 -102 -41 -190q-12 -96 -12 -174zM707 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8 q-53 0 -82 26q-31 28 -31 86zM1135 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1529" d="M203 334q0 25 2 41l6 49l6 49l5 24.5t3 18.5l150 698q12 55 12 70q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -59 2h-27l23 108h708l-22 -108h-27q-25 0 -66 -4q-31 -2 -57 -17q-29 -14 -45 -36.5t-27 -63.5l-155 -721q-4 -18 -8 -41q0 -6 -3.5 -21.5t-5.5 -23.5 l-6 -47q-2 -16 -2 -45q0 -104 64 -156q66 -53 188 -53q96 0 158 27q59 25 106 75q45 49 70 113q27 68 41 143l158 740q2 6 4 17t2 17q2 12 2 27q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h539l-23 -108h-26q-23 0 -64 -4q-27 -2 -57 -19 q-29 -14 -45.5 -36.5t-26.5 -65.5l-164 -778q-25 -111 -71 -203q-45 -88 -121 -148q-76 -61 -174 -90q-100 -31 -230 -30q-121 0 -213 24q-94 25 -153.5 68t-95.5 112q-33 64 -33 150zM721 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67 q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM1149 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1421" d="M-299 -471l29 113q14 -4 41 -9q33 -4 55 -4q45 0 82 19q31 16 65 63q29 39 54 109q23 61 45 162l207 976h-166l26 140h170l17 63q27 117 82 195q55 82 131 129q80 51 170 71q100 23 200 23q109 0 195 -23q80 -20 137 -65t84 -100.5t27 -130.5q0 -12 -4.5 -57.5 t-8.5 -67.5q-2 -12 -5 -35t-5 -33q-2 -12 -8 -34.5t-6 -26.5h-117q-61 0 -104 -13q-49 -14 -74 -32q-31 -23 -41 -52q-14 -37 -14 -67.5t8 -53.5q10 -29 28 -47q25 -25 56 -47q34 -25 86 -55q100 -59 141 -129q43 -74 43 -172q0 -84 -33 -148q-35 -68 -92 -112 q-59 -47 -143 -72q-90 -27 -185 -26q-72 0 -141 16q-57 14 -106 43q-43 25 -70 70q-25 39 -25 94q0 43 15 71q16 33 43 54q25 20 67 32q33 10 86 11q0 -53 9 -95q10 -55 26 -86q20 -39 47 -61q29 -23 72 -23q68 0 104 46q35 43 35 118q0 33 -6 60q-6 33 -22 55 q-23 33 -47 53q-43 35 -80 56q-100 57 -150 131q-53 78 -53 176q0 84 31 143q31 57 84 98q45 35 116 56q66 18 133 18q4 25 15 86q6 39 6 72q0 82 -41 135q-39 51 -127 51q-51 0 -98 -20q-43 -18 -74 -56q-33 -41 -53 -88q-18 -47 -33 -120l-256 -1192q-22 -95 -55 -166 q-35 -72 -78 -125q-43 -51 -94 -88q-53 -37 -105 -58q-55 -22 -110 -30q-49 -8 -107 -9q-39 0 -76 7q-35 6 -55 14z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1361" d="M82 354q0 82 18.5 168t55.5 172q35 84 92 162q57 80 125 135q71 58 159 92q92 35 193 35q39 0 82 -6q33 -4 80 -16q31 -8 71 -23q25 -8 56 -26l108 49h109l-135 -639q-2 -6 -5.5 -22.5t-5.5 -22.5q-2 -10 -5 -30t-5 -30q-8 -41 -10 -61q-4 -41 -4 -49q0 -53 20 -76 q20 -25 52 -25q28 0 55 13q31 14 59 30l45 -82q-12 -12 -59 -41q-39 -25 -74 -41q-27 -12 -88 -28q-47 -12 -102 -12q-92 0 -146 40q-55 43 -55 123q0 41 2 62q4 33 12 71h-14q-33 -61 -76 -126q-35 -53 -84 -92.5t-102 -57.5q-61 -20 -131 -20t-127 28q-53 27 -92 78 q-37 47 -56 119q-18 67 -18 149zM393 352q0 -63 8 -98q10 -47 23 -66q16 -27 35 -34q25 -10 45 -11q47 0 94 39q43 35 88 103q41 61 76 143q33 76 51 162l72 340q-23 29 -56 43q-35 14 -75 14q-59 0 -108.5 -30.5t-90.5 -84.5q-37 -49 -70 -116q-27 -55 -51 -138 q-20 -68 -31 -141q-10 -76 -10 -125zM424 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM852 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67 q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1265" d="M82 410q0 77 18 159q18 86 54 160q35 78 92 150q59 76 129 125q76 53 170 83q95 31 209 31q89 0 166 -24q82 -27 137 -76q58 -52 92 -135q33 -80 33 -195q0 -84 -17 -156q-20 -88 -53 -159q-39 -84 -90 -150q-55 -72 -127 -125q-74 -55 -170 -86q-102 -33 -209 -32 q-98 0 -176 26.5t-137 79.5q-55 49 -88 135.5t-33 188.5zM395 360q0 -127 41 -180t117 -53q57 0 100 31q41 29 80 84q37 52 62 116q27 68 41 138q20 98 26 137q8 59 8 121q0 125 -41 174q-43 53 -114 53q-53 0 -96.5 -30.5t-79.5 -80.5q-29 -39 -62 -114q-25 -55 -45 -133 q-20 -74 -29 -138q-8 -59 -8 -125zM455 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM883 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67 q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1376" d="M117 989l18 109h492l-135 -613l-13 -55q-2 -10 -5 -29.5t-5 -29.5q-4 -20 -8 -57.5t-4 -45.5q0 -43 18 -71q18 -27 70 -27q45 0 92 41q53 47 92 104q47 70 78 143.5t51 157.5l109 482h305l-139 -666q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q33 0 59 13 q23 10 61 34l50 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-45 -12 -103 -12q-66 0 -114 16q-45 16 -72 41q-31 29 -41 63q-12 37 -12 76q0 2 1 9.5t1 11.5t1 12t1 12t1 12.5t1 12.5q0 8 4 20h-17q-53 -74 -88 -116q-37 -45 -94 -89q-55 -41 -104 -59 q-55 -20 -131 -20q-65 0 -111 18q-43 16 -72 49q-27 29 -39 74q-12 43 -12 86q0 51 12 113l23 112l74 361q4 16 7 41.5t5 33.5q6 35 6 52q0 43 -24.5 55t-83.5 12h-37zM496 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43 q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM924 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M324 1241l6 27l30.5 31.5t36.5 35.5l78 76l80 82q47 51 66 76h276q16 -43 33 -72q20 -41 43 -82l45 -80l39 -67l-6 -27h-129l-18.5 18.5t-22.5 20.5l-50 49l-49 49q-18 18 -43 47q-59 -45 -61 -47l-70 -49l-33.5 -24.5l-33.5 -24.5l-58 -39h-159z" />
+<glyph unicode="&#x2da;" horiz-adv-x="681" d="M258 1431.5q0 53.5 18 96.5q16 41 54 69q35 29 78 43.5t96 14.5t96 -14.5t78 -43.5q37 -29 53 -69q18 -43 18.5 -96.5t-18.5 -96.5q-16 -41 -53 -69q-35 -29 -78 -43.5t-96 -14.5t-96 14.5t-78 43.5q-37 29 -54 69q-18 43 -18 96.5zM383 1432q0 -27 10 -52 q10 -23 24.5 -35t39.5 -18q23 -6 47 -6t47 6q22 6 37 19q18 14 26 34q10 25 10.5 51.5t-10.5 51.5q-8 18 -26 33q-18 16 -37 20q-23 6 -47.5 6t-46.5 -6q-20 -6 -39 -20q-16 -12 -25 -33q-10 -24 -10 -51z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M324 1262q10 53 32 100q27 59 60 98q37 45 82 76q43 29 102 29q55 0 96 -21q53 -27 78 -43l68 -45q29 -20 63 -20q25 0 45 10q25 12 33 22.5t21 34.5q6 12 14 41h123q-14 -57 -33 -102q-23 -53 -57 -99q-37 -47 -78 -73q-45 -29 -99 -29q-59 0 -100 21q-61 31 -80 43 l-69 45q-33 20 -66 20q-25 0 -41 -8t-33 -25q-14 -14 -24 -34q-12 -25 -15 -41h-122z" />
+<glyph unicode="&#x2000;" horiz-adv-x="933" />
+<glyph unicode="&#x2001;" horiz-adv-x="1867" />
+<glyph unicode="&#x2002;" horiz-adv-x="933" />
+<glyph unicode="&#x2003;" horiz-adv-x="1867" />
+<glyph unicode="&#x2004;" horiz-adv-x="620" />
+<glyph unicode="&#x2005;" horiz-adv-x="466" />
+<glyph unicode="&#x2006;" horiz-adv-x="309" />
+<glyph unicode="&#x2007;" horiz-adv-x="309" />
+<glyph unicode="&#x2008;" horiz-adv-x="231" />
+<glyph unicode="&#x2009;" horiz-adv-x="372" />
+<glyph unicode="&#x200a;" horiz-adv-x="102" />
+<glyph unicode="&#x2010;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
+<glyph unicode="&#x2011;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
+<glyph unicode="&#x2012;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-25 477l29 146h1045l-31 -146h-1043z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-25 477l29 146h2069l-31 -146h-2067z" />
+<glyph unicode="&#x2018;" horiz-adv-x="571" d="M231 1028q0 74 29 148q25 66 84 127q49 53 141 98q82 41 197 63l-23 -108q-211 -49 -210 -170q0 -23 8 -37q6 -10 22.5 -26.5t26.5 -24.5t26.5 -28.5t22.5 -35.5q8 -18 8 -51q0 -35 -12 -59q-14 -27 -34.5 -45.5t-47.5 -26.5q-31 -10 -59 -10q-37 0 -70 12t-57 37 q-20 20 -37 57q-15 31 -15 80z" />
+<glyph unicode="&#x2019;" horiz-adv-x="571" d="M178 842l23 108q211 49 211 170q0 23 -9 37l-20 27q-8 8 -29 24q-10 8 -26.5 28.5t-22.5 35.5q-8 18 -8 51q0 35 12 59q14 31 33 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 36 -57q14 -31 15 -80q0 -74 -29 -148q-25 -66 -84 -126q-49 -53 -141 -99 q-82 -40 -197 -63z" />
+<glyph unicode="&#x201a;" horiz-adv-x="600" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63z" />
+<glyph unicode="&#x201c;" horiz-adv-x="999" d="M231 1028q0 74 29 148q25 66 84 127q49 53 141 98q82 41 197 63l-23 -108q-211 -49 -210 -170q0 -23 8 -37q6 -10 22.5 -26.5t26.5 -24.5t26.5 -28.5t22.5 -35.5q8 -18 8 -51q0 -35 -12 -59q-14 -27 -34.5 -45.5t-47.5 -26.5q-31 -10 -59 -10q-37 0 -70 12t-57 37 q-20 20 -37 57q-15 31 -15 80zM659 1028q0 74 29 148q25 66 84 127q49 53 141 98q82 41 197 63l-23 -108q-211 -49 -210 -170q0 -23 8 -37q6 -10 22.5 -26.5t26.5 -24.5t26.5 -28.5t22.5 -35.5q8 -18 8 -51q0 -35 -12 -59q-12 -27 -35 -45q-20 -18 -47 -27q-31 -10 -59 -10 q-35 0 -70 12q-33 12 -57 37q-20 20 -37 57q-15 31 -15 80z" />
+<glyph unicode="&#x201d;" horiz-adv-x="999" d="M178 842l23 108q211 49 211 170q0 23 -9 37l-20 27q-8 8 -29 24q-10 8 -26.5 28.5t-22.5 35.5q-8 18 -8 51q0 35 12 59q14 31 33 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 36 -57q14 -31 15 -80q0 -74 -29 -148q-25 -66 -84 -126q-49 -53 -141 -99 q-82 -40 -197 -63zM604 842l23 108q211 49 211 170q0 23 -9 37l-20 27q-8 8 -29 24q-10 8 -26.5 28.5t-22.5 35.5q-8 18 -8 51q0 35 12 59q14 31 33 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 36 -57q14 -31 15 -80q0 -74 -29 -148q-25 -66 -84 -126 q-49 -53 -141 -99q-82 -40 -197 -63z" />
+<glyph unicode="&#x201e;" horiz-adv-x="999" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63zM403 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127 q-49 -53 -141 -99q-82 -40 -197 -63z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1873" d="M98 123q0 84 43 133t119 49q35 0 59 -8q29 -10 50 -27q20 -18 32 -45q12 -28 13 -61q0 -55 -15 -86q-15 -34 -37 -55q-18 -18 -53 -31q-31 -10 -57 -10q-66 0 -111 34q-43 33 -43 107zM723 123q0 84 43 133t119 49q35 0 59 -8q29 -10 49 -27q20 -18 33 -45q12 -28 12 -61 q0 -55 -14 -86t-39 -55q-20 -20 -51 -30.5t-57 -10.5q-66 0 -111 34q-43 33 -43 107zM1346 125q0 84 43 133t118 49q35 0 60 -8q29 -10 49 -27q20 -18 33 -45q12 -28 12 -61q0 -55 -14 -86q-15 -34 -37 -55q-20 -20 -54 -31q-31 -10 -57 -10q-66 0 -110 34q-43 35 -43 107z " />
+<glyph unicode="&#x202f;" horiz-adv-x="372" />
+<glyph unicode="&#x2039;" horiz-adv-x="722" d="M125 516l22 107l385 340h144l-293 -410l119 -410h-144z" />
+<glyph unicode="&#x203a;" horiz-adv-x="722" d="M45 143l295 410l-121 410h143l234 -371l-23 -107l-385 -342h-143z" />
+<glyph unicode="&#x205f;" horiz-adv-x="466" />
+<glyph unicode="&#x20ac;" d="M45 543l27 127h106q2 8 5 28.5t5 26.5q6 29 19 72h-107l27 127h117q55 162 125 266q72 109 155 172q82 61 181 90q92 27 196 27q88 0 156 -19q72 -20 110 -47q41 -29 64 -72q23 -41 22 -84q0 -90 -71.5 -139t-200.5 -49q0 51 -6 100q-6 55 -21 91q-16 39 -41 65 q-25 25 -65 25q-43 0 -82 -21q-45 -25 -80 -67q-39 -47 -76 -132q-37 -82 -67 -206h377l-27 -127h-385q-12 -37 -19 -74q-2 -14 -5 -31.5t-3 -21.5h301l-26 -127h-291q-4 -33 -4 -54v-51q0 -147 63 -225q66 -80 183 -80q45 0 92 14q41 12 75 35q27 16 60 54q31 33 49 63 q12 -12 24.5 -30.5t12.5 -55.5t-25 -78q-25 -40 -73 -74q-57 -39 -125 -59q-78 -23 -174.5 -22.5t-182.5 28.5q-88 29 -145 84q-61 59 -98 144q-35 82 -35 208v50q0 16 4 49h-121z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M193 1276l6 186h598l8 -186h-62l-8 49q-4 29 -20 49q-18 23 -62 23h-94v-525q0 -16 8 -32q6 -14 17 -21q6 -4 24 -8q10 -2 31 -2h31v-55h-348v55h34q18 0 29 2q18 4 25 8q12 8 16 17q6 12 6 30v531h-90q-22 0 -37 -6q-10 -4 -22 -17q-6 -6 -15 -22q-4 -10 -8 -27l-6 -49 h-61zM838 754v55h20q29 0 55 10q20 8 25 47v482q0 18 -6 30.5t-18.5 18.5t-24.5 6q-4 0 -14.5 1t-16.5 1h-20v57h235l225 -567l234 567h229v-57h-20q-23 0 -33 -2q-18 -4 -25 -8q-10 -6 -16 -19q-4 -8 -4 -33v-471q0 -25 4 -32q8 -14 16 -21q6 -4 25 -8q10 -2 33 -2h20v-55 h-303v55q33 0 58 10q18 8 22 45v457l-231 -567h-70l-233 569v-451q0 -41 20 -53q18 -10 61 -10v-55h-247z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1404" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l20 76q27 98 78 178q47 76 123 125q80 53 174 75q102 25 229 25q104 0 176 -14q66 -12 125 -41q51 -25 78 -62q25 -35 25 -76q0 -72 -84 -112 q-86 -41 -246 -41q0 43 -6 84q-6 45 -21 71q-16 33 -40.5 51.5t-63.5 18.5q-90 0 -149 -70q-61 -70 -89 -200l-18 -88h655l-141 -666q-6 -27 -20 -104q-8 -43 -9 -92q0 -43 18.5 -68t53.5 -25q31 0 59 13q23 10 62 34l49 -69q-35 -35 -55 -51q-29 -23 -70 -45 q-37 -20 -86 -33q-47 -12 -102 -12q-119 0 -180.5 55t-61.5 155q0 49 8 105q14 98 25 139l108 524h-344l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1452" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l20 76q55 207 196.5 305t383.5 98q84 0 139 -16q53 -16 111 -41l149 36h90l-243 -1124q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25 q31 0 59 13q23 10 61 34l50 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180.5 55t-63.5 155q0 92 33 244l172 811q-4 55 -10 80q-10 43 -24.5 67.5t-40.5 45.5q-25 18 -64 18q-90 0 -149 -70q-61 -70 -89 -200l-18 -88h233l-24 -140 h-240l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="2072" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l8 35q25 109 68 188q45 84 100 131q59 51 141 76q86 27 184 26q72 0 127 -12q53 -12 95 -31q37 -16 61 -45q20 -25 31 -53q76 82 194.5 123t282.5 41 q104 0 176 -14.5t125 -40.5q49 -25 75.5 -62t26.5 -76q0 -72 -83 -112q-86 -41 -246 -41q0 43 -6 84q-6 45 -21 71q-16 33 -40.5 51.5t-63.5 18.5q-90 0 -150 -70q-61 -70 -88 -200l-18 -88h655l-141 -666q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25 q31 0 59 13q8 4 62 34l49 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-119 0 -180 55t-61 155q0 23 8 105q6 63 24 139l109 524h-344l-195 -915q-20 -102 -59 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -109 -64q-63 -25 -114.5 -33 t-112.5 -8h-33q-10 0 -35 5q-12 2 -32 6q-15 3 -25 6l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 69.5 57t55.5 109q23 59 45 170l207 976h-357l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33 q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6zM641 1098h356l21 76q12 41 18 59q8 25 23 53q-16 -6 -55 -10q-41 -4 -68 -4q0 31 -8 55q-12 37 -23 53q-14 23 -37 39q-20 14 -49 15q-33 0 -55 -15q-25 -15 -43 -49q-25 -45 -37 -86q-14 -47 -31 -131z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="2121" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l8 35q25 109 68 188q45 84 100 131q59 51 141 76q86 27 184 26q72 0 127 -12q49 -10 93 -31q37 -16 61 -45q23 -25 31 -51q150 162 454 162 q84 0 140 -16q53 -16 110 -41l150 36h90l-244 -1124q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18 -68t53 -25q31 0 60 13q23 10 61 34l49 -69q-35 -35 -55 -51q-29 -23 -70 -45q-37 -20 -86 -33q-47 -12 -102 -12q-117 0 -180.5 55t-63.5 155q0 49 8 105q14 98 25 139l172 811 q-4 55 -10 80q-10 43 -24.5 67.5t-41.5 45.5q-25 18 -63 18q-90 0 -150 -70q-61 -70 -88 -200l-18 -88h233l-24 -140h-240l-195 -915q-20 -102 -59 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -109 -64q-63 -25 -114.5 -33t-112.5 -8h-33q-10 0 -35 5q-12 2 -32 6 q-15 3 -25 6l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 69.5 57t55.5 109q23 59 45 170l207 976h-357l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6z M641 1098h356l21 76q12 41 18 59q8 25 23 53q-16 -6 -55 -10q-41 -4 -68 -4q0 31 -8 55q-12 37 -23 53q-14 23 -37 39q-20 14 -49 15q-33 0 -55 -15q-25 -15 -43 -49q-25 -45 -37 -86q-14 -47 -31 -131z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/DroidSerif-BoldItalic-webfont.ttf b/dist/fonts/DroidSerif-BoldItalic-webfont.ttf
new file mode 100644 (file)
index 0000000..080aa21
Binary files /dev/null and b/dist/fonts/DroidSerif-BoldItalic-webfont.ttf differ
diff --git a/dist/fonts/DroidSerif-BoldItalic-webfont.woff b/dist/fonts/DroidSerif-BoldItalic-webfont.woff
new file mode 100644 (file)
index 0000000..06729cf
Binary files /dev/null and b/dist/fonts/DroidSerif-BoldItalic-webfont.woff differ
diff --git a/dist/fonts/DroidSerif-Italic-webfont.eot b/dist/fonts/DroidSerif-Italic-webfont.eot
new file mode 100644 (file)
index 0000000..2674ceb
Binary files /dev/null and b/dist/fonts/DroidSerif-Italic-webfont.eot differ
diff --git a/dist/fonts/DroidSerif-Italic-webfont.svg b/dist/fonts/DroidSerif-Italic-webfont.svg
new file mode 100644 (file)
index 0000000..1572ab6
--- /dev/null
@@ -0,0 +1,167 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Digitized data copyright  2007 Google Corporation
+Foundry     : Ascender Corporation
+Foundry URL : httpwwwascendercorpcom
+</metadata>
+<defs>
+<font id="webfontaJOtX7Ze" horiz-adv-x="1144" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="530" />
+<glyph unicode=" "  horiz-adv-x="530" />
+<glyph unicode="&#x09;" horiz-adv-x="530" />
+<glyph unicode="&#xa0;" horiz-adv-x="530" />
+<glyph unicode="!" horiz-adv-x="681" d="M123 109q0 72 37 114.5t98 42.5q127 0 127 -125q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125zM258 412l152 1050h237l-295 -1050h-94z" />
+<glyph unicode="&#x22;" horiz-adv-x="835" d="M268 981l41 481h217l-164 -481h-94zM653 981l41 481h217l-163 -481h-95z" />
+<glyph unicode="#" d="M68 416l14 121h190l119 401h-244l13 121h266l117 403h125l-119 -403h285l118 403h123l-119 -403h160l-12 -121h-182l-117 -401h233l-14 -121h-258l-121 -416h-123l121 416h-285l-120 -416h-123l121 416h-168zM397 537h285l117 401h-285z" />
+<glyph unicode="$" d="M49 352q0 76 51 123q47 45 107 45q0 -135 61 -227q63 -94 164 -115l107 502q-270 135 -271 350q0 166 111 264q109 96 315 107l33 155h102l-32 -155q295 -25 295 -205q0 -141 -166 -141q0 221 -150 254l-104 -492l22 -12q188 -104 236 -174q49 -74 49 -162 q0 -166 -123 -274q-125 -109 -344 -121l-49 -236h-103l52 238q-172 12 -267 88q-96 77 -96 188zM459 1059q0 -117 121 -195l94 447q-215 -37 -215 -252zM535 174q111 8 182 80q68 68 67 170q0 131 -151 211z" />
+<glyph unicode="%" horiz-adv-x="1832" d="M135 901q0 213 119 397q117 182 311 183q272 0 273 -326q0 -205 -121 -393q-119 -186 -318 -187q-123 0 -194 84q-70 82 -70 242zM297 870q0 -211 111 -211q113 0 186 177q74 178 74 352q0 211 -111 211q-113 0 -186 -176q-74 -179 -74 -353zM342 0l1028 1462h143 l-1019 -1462h-152zM1040 309q0 215 117 397.5t313 182.5q272 0 273 -326q0 -205 -121 -393q-119 -186 -317 -186q-265 -1 -265 325zM1202 279q0 -211 111 -211q113 0 186 176q74 174 74 352q0 211 -111 211q-113 0 -186.5 -176t-73.5 -352z" />
+<glyph unicode="&#x26;" horiz-adv-x="1519" d="M72 362q0 156 96 269q92 109 334 198q-98 166 -99 301q0 168 111 260.5t326 92.5q166 0 256 -72t90 -194q0 -129 -76 -216q-72 -80 -371 -188l287 -393q84 160 129 362l16 80h369l-18 -86h-19q-101 0 -147 -31q-45 -29 -68 -59q-18 -23 -102 -199q-51 -102 -90 -161 l112 -154q66 -86 201 -86h18l-18 -86h-313l-123 170q-184 -190 -453 -190q-209 0 -330 104q-118 104 -118 278zM274 367q0 -119 72 -197q70 -76 195 -76q211 0 368 164l-348 483q-160 -74 -223.5 -155.5t-63.5 -218.5zM600 1145q0 -117 82 -250q174 66 245.5 131.5 t71.5 175.5q0 80 -47 131q-47 49 -127 49q-225 1 -225 -237z" />
+<glyph unicode="'" horiz-adv-x="450" d="M260 981l41 481h217l-164 -481h-94z" />
+<glyph unicode="(" horiz-adv-x="708" d="M86 381q0 416 199 745q203 336 551 430l-21 -92q-283 -154 -409.5 -518t-126.5 -661q0 -322 190 -453l-20 -94q-363 160 -363 643z" />
+<glyph unicode=")" horiz-adv-x="708" d="M-100 -279l20 93q283 154 410 520q127 369 127 659q0 322 -191 453l21 94q362 -156 362 -643q0 -412 -200 -747q-199 -333 -549 -429z" />
+<glyph unicode="*" horiz-adv-x="1024" d="M238 1153l358 29l-315 172l104 143l266 -260l17 330l174 -37l-123 -305l350 123l37 -172l-361 -27l318 -170l-102 -139l-271 252l-12 -328l-174 37l119 305l-349 -125z" />
+<glyph unicode="+" d="M150 672v121h376v378h123v-378h379v-121h-379v-379h-123v379h-376z" />
+<glyph unicode="," horiz-adv-x="512" d="M-57 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 88q33 33 93 33q70 0 114.5 -45t44.5 -123q0 -147 -96 -254q-94 -102 -274 -139z" />
+<glyph unicode="-" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
+<glyph unicode="." horiz-adv-x="585" d="M90 109q0 72 37 114.5t98 42.5q127 0 127 -125q0 -72 -36.5 -114.5t-98.5 -42.5q-127 0 -127 125z" />
+<glyph unicode="/" horiz-adv-x="589" d="M-190 -248l841 1804h129l-841 -1804h-129z" />
+<glyph unicode="0" d="M82 473q0 391 170 703q168 309 444 309q180 0 284.5 -123t104.5 -346q0 -391 -167 -717q-166 -322 -441 -322q-182 0 -288.5 131.5t-106.5 364.5zM281 414q0 -324 213 -324q178 0 286 295q106 293 107 670q0 319 -211 319q-180 0 -287 -297q-108 -301 -108 -663z" />
+<glyph unicode="1" d="M78 0l16 86h109q98 0 141 37q45 39 59 110l160 754q27 131 76 322h-8q-135 -131 -193 -170q-66 -43 -116 -43q-82 0 -82 110q141 33 335 158l166 106h131l-264 -1245q-8 -33 -8 -57q0 -82 148 -82h110l-18 -86h-762z" />
+<glyph unicode="2" d="M-35 0l43 166l481 434q195 176 269 297q76 125 76 277q0 98 -52 151q-53 55 -137 55q-236 0 -291 -309q-145 0 -145 131q0 114 123 197q125 84 323 84q182 0 284.5 -78t102.5 -221q0 -119 -88 -252q-88 -131 -338 -354l-460 -414h475q70 0 114 31q49 33 89 122l14 33h86 l-82 -350h-887z" />
+<glyph unicode="3" d="M-6 195q0 68 43 110q41 41 113 41q0 -113 67 -182q68 -72 189 -72q147 0 239 92q94 94 94 254q0 127 -75.5 197t-212.5 70h-89l21 104h66q174 0 286.5 106.5t112.5 278.5q0 186 -174 186q-225 0 -291 -305q-152 0 -152 131q0 121 127 199q125 78 324 78q178 0 276 -78 q100 -80 101 -215q0 -157 -111 -270q-113 -117 -301 -150q147 -15 227 -98q80 -82 80 -211q0 -230 -159 -357q-158 -125 -404 -124q-195 0 -297 59q-100 58 -100 156z" />
+<glyph unicode="4" d="M-29 401l19 84l839 977h197l-203 -946h254l-24 -115h-254l-35 -176q-8 -35 -8 -57q0 -82 147 -82h47l-18 -86h-670l17 86h90q98 0 141 37q45 39 59 110l33 168h-631zM162 516h465l80 383q49 238 100 397q-86 -129 -180 -235z" />
+<glyph unicode="5" d="M16 184q0 127 154 127q6 -219 223 -219q168 0 258 103q92 104 92 288q0 129 -71 205q-71 74 -191 74q-113 0 -223 -45l-70 14l220 731h684l-56 -309h-86q6 76 6 96q0 49 -94 49h-397l-135 -456q104 33 196 32q203 0 316 -100q115 -102 114 -276q0 -227 -159 -373 q-162 -145 -422 -145q-359 -1 -359 204z" />
+<glyph unicode="6" d="M123 475q0 414 198.5 711t501.5 297q145 0 229.5 -53.5t84.5 -131.5q0 -154 -179 -153q0 137 -34.5 188t-104.5 51q-307 0 -459 -602q150 106 302 107q162 0 254 -98.5t92 -260.5q0 -242 -134 -395q-135 -156 -366 -155q-172 0 -278.5 131t-106.5 364zM309 399 q0 -307 211 -307q125 0 205 121q80 119 80 305q0 266 -184 266q-133 0 -283 -118q-29 -169 -29 -267z" />
+<glyph unicode="7" d="M184 1092l88 370h916l-12 -59l-801 -1403h-154l758 1298h-539q-113 0 -141 -104l-29 -102h-86z" />
+<glyph unicode="8" d="M20 332q0 141 90.5 237.5t315.5 178.5q-201 145 -201 339q0 186 127 291q126 104 363 105q176 0 276.5 -82t100.5 -217q0 -132 -80 -228q-82 -96 -277 -176q260 -150 260 -366q0 -207 -145 -322q-143 -113 -395 -112q-197 0 -316 98t-119 254zM217 328 q0 -113 71.5 -180.5t192.5 -67.5q143 0 231.5 75.5t88.5 209.5q0 106 -67.5 182t-213.5 147q-303 -110 -303 -366zM422 1110q0 -164 215 -281q272 117 272 340q0 100 -55 155.5t-156 55.5q-125 0 -200.5 -73.5t-75.5 -196.5z" />
+<glyph unicode="9" d="M72 164q0 49 32 86q31 33 89 33q2 -90 53 -148q49 -55 129 -55q141 0 243 145q100 143 191 477q-135 -139 -313 -139q-160 0 -252 92q-94 94 -94 248q0 248 157 416q156 164 383 164q174 0 274.5 -106.5t100.5 -297.5q0 -393 -188 -747q-186 -352 -519 -352 q-286 0 -286 184zM354 897q0 -113 52 -166q52 -55 141 -55q164 0 295 174q33 141 32 242q0 279 -190 278q-135 0 -233 -143q-97 -142 -97 -330z" />
+<glyph unicode=":" horiz-adv-x="587" d="M66 109q0 72 36.5 114.5t98.5 42.5q59 0 94 -35q33 -33 33 -90q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125zM250 950q0 72 37 115t98 43q127 0 127 -125q0 -74 -37 -117q-35 -41 -98 -41q-127 0 -127 125z" />
+<glyph unicode=";" horiz-adv-x="585" d="M37 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 35 88q33 33 92 33q68 0 114 -47q45 -45 46 -121q0 -147 -97 -254q-92 -102 -274 -139zM254 950q0 72 37 115t98 43q127 0 127 -125q0 -74 -37 -117q-35 -41 -98 -41q-127 0 -127 125z" />
+<glyph unicode="&#x3c;" d="M150 696v72l878 473v-137l-688 -373l688 -369v-137z" />
+<glyph unicode="=" d="M150 469v121h878v-121h-878zM150 872v121h878v-121h-878z" />
+<glyph unicode="&#x3e;" d="M150 225v137l688 369l-688 373v137l878 -473v-72z" />
+<glyph unicode="?" horiz-adv-x="1024" d="M268 1212q0 113 115 193q111 78 299 78q387 0 387 -340q0 -309 -504 -494l-51 -237h-125l64 303q416 154 415 444q0 98 -55 159.5t-143 61.5q-211 0 -254 -290q-148 -1 -148 122zM279 109q0 72 36.5 114.5t98.5 42.5q59 0 94 -35q33 -33 33 -90q0 -72 -37 -114.5 t-98 -42.5q-127 0 -127 125z" />
+<glyph unicode="@" horiz-adv-x="1884" d="M133 446q0 438 270.5 727t681.5 289q322 0 508 -180q184 -178 185 -479q0 -279 -125 -461q-125 -184 -277 -184q-178 0 -241 186h-11q-98 -186 -276 -186q-137 0 -225 94q-86 92 -86 256q0 219 141 397t381 178q117 0 192 -61l82 43h49l-104 -522q-14 -66 -14 -137 q0 -59 34 -101q33 -39 91 -39q100 0 182 151.5t82 391.5q0 254 -156 401q-157 147 -424 148q-317 0 -549 -256q-229 -254 -229 -651q0 -301 164 -469q164 -166 446.5 -166t519.5 170l48 -74q-276 -203 -588 -203q-350 0 -551 194.5t-201 542.5zM727 479q0 -108 43 -160 q43 -53 113 -53q172 0 221 256l78 416q-27 61 -115 61q-156 0 -248 -168t-92 -352z" />
+<glyph unicode="A" horiz-adv-x="1443" d="M-115 0l17 86h39q53 0 92 28.5t98 131.5l713 1216h160l194 -1267q8 -63 35 -86t86 -23h27l-17 -86h-557l16 86h48q147 0 147 104q0 33 -4 70l-33 229h-538l-123 -215q-39 -66 -39 -114q0 -74 114 -74h48l-17 -86h-506zM469 592h463l-51 358q-29 209 -33 324 q-47 -115 -160 -305z" />
+<glyph unicode="B" horiz-adv-x="1337" d="M-43 0l16 86h27q170 0 201 147l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h531q479 0 479 -307q0 -305 -334 -381l-2 -8q250 -49 250 -299q0 -225 -151.5 -346t-438.5 -121h-643zM379 102h199q391 0 391 379q0 233 -287 234h-172zM530 817h158q365 0 365 311 q0 231 -283 232h-123z" />
+<glyph unicode="C" horiz-adv-x="1282" d="M106 528q0 391 242 672q243 283 602 283q176 0 279 -62q100 -61 100 -166q0 -74 -55 -116.5t-146 -42.5q0 279 -204 278q-252 0 -424 -276q-170 -272 -170 -602q0 -383 364 -383q238 0 379 186q27 -18 27 -68q0 -96 -115 -173.5t-313 -77.5q-266 0 -416 143t-150 405z " />
+<glyph unicode="D" horiz-adv-x="1484" d="M-43 0l16 86h27q170 0 201 147l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h574q279 0 430 -145.5t151 -411.5q0 -395 -223 -649q-225 -256 -596 -256h-645zM379 104h178q297 0 469 227.5t172 596.5q0 432 -389 432h-162z" />
+<glyph unicode="E" horiz-adv-x="1275" d="M-43 0l16 86h27q106 0 145 37q37 35 54 100l213 1006q6 28 6 49q0 49 -29 73.5t-115 24.5h-26l18 86h1032l-65 -358h-107l7 63q4 33 4 56q0 137 -146 137h-344l-117 -545h494l-20 -100h-494l-131 -613h395q174 0 232 168l32 88h107l-90 -358h-1098z" />
+<glyph unicode="F" horiz-adv-x="1206" d="M-43 0l16 86h27q96 0 137 33q43 34 62 104l215 1014q8 33 8 57q0 82 -148 82h-26l18 86h1032l-65 -358h-107l4 37q0 23 3 35q4 45 4 47q0 137 -154 137h-336l-127 -592h494l-21 -100h-493l-92 -435q-6 -33 -7 -51q0 -96 142 -96h67l-16 -86h-637z" />
+<glyph unicode="G" horiz-adv-x="1460" d="M106 528q0 406 250 680.5t631 274.5q205 0 318 -62q115 -61 114 -159q0 -76 -61.5 -119t-155.5 -43q0 132 -67 203q-68 72 -191 71q-252 0 -434 -262q-180 -260 -180 -616q0 -399 395 -400q111 0 231 29l68 326q8 33 8 57q0 82 -147 82h-19l19 86h545l-19 -86h-8 q-84 0 -121 -37q-39 -39 -53 -111l-78 -368q-215 -94 -463 -94q-283 0 -432.5 143t-149.5 405z" />
+<glyph unicode="H" horiz-adv-x="1622" d="M-43 0l16 86h27q98 0 141 37t60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-88 -414h666l90 422q8 33 8 57q0 82 -147 82h-27l19 86h596l-19 -86h-26q-98 0 -142 -37q-41 -35 -57 -110l-213 -1004q-8 -33 -8 -57 q0 -82 147 -82h27l-19 -86h-596l17 86h26q98 0 142 37q45 39 59 110l101 480h-666l-102 -488q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-596z" />
+<glyph unicode="I" horiz-adv-x="751" d="M-43 0l16 86h27q170 0 201 147l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-212 -1004q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-596z" />
+<glyph unicode="J" horiz-adv-x="729" d="M-317 -469l28 92q51 -18 133 -18q119 0 185 90q68 92 108 287l266 1255q8 39 9 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-266 -1245q-55 -248 -172 -363q-115 -113 -320 -113q-87 0 -167 23z" />
+<glyph unicode="K" horiz-adv-x="1433" d="M-43 0l16 86h27q98 0 141 37t60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-88 -414l-36 -151l528 485q154 141 154 184q0 45 -91 45l17 84h452l-16 -84q-57 0 -118.5 -34.5t-196.5 -157.5l-373 -338l248 -598 q68 -164 194 -164h6l-18 -86h-29q-164 0 -241.5 33t-126.5 157l-199 506l-211 -147l-67 -324q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-596z" />
+<glyph unicode="L" horiz-adv-x="1275" d="M-41 0l18 86h27q94 0 137 37q39 33 60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-94 0 -139 -35q-41 -33 -57 -104l-242 -1135h403q158 0 219 185l54 153h106l-106 -440h-1096z" />
+<glyph unicode="M" horiz-adv-x="1918" d="M-41 0l18 86h27q101 0 141 37q37 35 54 100l215 1014q8 33 8 57q0 82 -148 82h-26l18 86h465l174 -1167l670 1167h457l-19 -86h-26q-98 0 -142 -37q-41 -35 -57 -110l-213 -1004q-8 -33 -8 -57q0 -82 147 -82h27l-19 -86h-544l18 86h6q88 0 121 33q37 37 53 96l234 1094 l-748 -1309h-110l-199 1309l-229 -1084q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-512z" />
+<glyph unicode="N" horiz-adv-x="1562" d="M-41 0l18 86h27q94 0 137 37q39 33 60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h373l496 -1130l192 905q8 33 8 57q0 82 -147 82h-27l19 86h514l-19 -86h-26q-96 0 -139.5 -36.5t-59.5 -110.5l-260 -1229h-133l-527 1200l-206 -975q-8 -39 -9 -57q0 -82 148 -82 h26l-18 -86h-512z" />
+<glyph unicode="O" horiz-adv-x="1519" d="M106 545q0 354 229.5 647t590.5 293q238 0 385 -148q145 -145 145 -415q0 -348 -227 -648q-227 -297 -586 -297q-242 0 -389.5 154t-147.5 414zM330 487q0 -190 88 -294q86 -102 237 -103q256 0 416 282.5t160 604.5q0 193 -84 295t-238 102q-254 0 -417 -284 q-162 -281 -162 -603z" />
+<glyph unicode="P" horiz-adv-x="1269" d="M-41 0l18 86h27q96 0 139 37q41 35 58 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h525q223 0 344 -102q123 -104 122 -293q0 -231 -157.5 -364.5t-468.5 -133.5h-152l-73 -344q-8 -39 -9 -57q0 -82 148 -82h67l-18 -86h-635zM500 666h108q432 0 432 399 q0 299 -299 299h-94z" />
+<glyph unicode="Q" horiz-adv-x="1519" d="M106 545q0 354 229.5 647t590.5 293q238 0 385 -148q145 -145 145 -415q0 -309 -190.5 -598t-513.5 -338q8 -180 61 -264t160 -84q76 0 139 18l14 -86q-100 -33 -202 -33q-375 0 -394 451q-199 33 -311.5 182.5t-112.5 374.5zM330 487q0 -190 88 -294q86 -102 237 -103 q256 0 416 282.5t160 604.5q0 193 -84 295t-238 102q-254 0 -417 -284q-162 -281 -162 -603z" />
+<glyph unicode="R" horiz-adv-x="1323" d="M-76 0l19 86h26q101 0 142 37q37 35 53 100l215 1014q8 33 8 57q0 82 -147 82h-27l18 86h537q469 0 469 -348q0 -338 -379 -428l148 -438q37 -106 73 -133q39 -29 95 -29h16l-16 -86h-27q-174 0 -250 47q-72 45 -115 193l-118 405h-203l-90 -420q-8 -39 -9 -57 q0 -82 148 -82h68l-19 -86h-635zM481 741h158q184 0 282.5 92.5t98.5 268.5q0 137 -59 198q-61 63 -209 64h-140z" />
+<glyph unicode="S" horiz-adv-x="1112" d="M14 272q0 68 45 113q43 43 113 43q0 -156 84 -252t227 -96q139 0 228 72q84 70 84 192q0 98 -47 164q-45 61 -211 157.5t-228 194.5q-63 100 -63 227q0 176 135 287q133 109 362 109q174 0 283 -62q106 -61 107 -159q0 -141 -181 -142q0 121 -57 190.5t-168 69.5 q-125 0 -201 -69q-78 -72 -77 -189q0 -86 43 -151q43 -63 210 -162q164 -96 232 -186q72 -94 72 -213q0 -201 -142 -316q-143 -115 -395 -114q-207 0 -332 83q-123 83 -123 209z" />
+<glyph unicode="T" horiz-adv-x="1253" d="M156 1104l86 358h1153l-66 -358h-106q10 88 10 125q0 131 -135 131h-199l-242 -1135q-8 -33 -8 -57q0 -82 148 -82h47l-19 -86h-637l19 86h47q106 0 143 35t54 102l241 1137h-196q-147 0 -205 -168l-29 -88h-106z" />
+<glyph unicode="U" horiz-adv-x="1492" d="M197 334q0 80 22 182l152 721q8 33 8 57q0 82 -148 82h-26l18 86h596l-16 -86h-27q-96 0 -139 -36.5t-62 -110.5l-153 -723q-25 -117 -25 -191q0 -213 295 -213q164 0 262.5 74t135.5 246l174 815q8 33 8 57q0 82 -148 82h-26l18 86h514l-16 -86h-27q-96 0 -139 -36.5 t-62 -110.5l-172 -811q-92 -438 -552 -438q-223 0 -344 92t-121 262z" />
+<glyph unicode="V" horiz-adv-x="1380" d="M168 1376l18 86h557l-16 -86h-47q-66 0 -107 -28.5t-41 -75.5t5 -70l81 -665q20 -164 21 -336q74 170 166 336l364 651q39 70 39 115q0 74 -114 73h-47l16 86h506l-19 -86h-39q-70 0 -104 -35q-33 -33 -84 -124l-682 -1217h-149l-175 1268q-8 57 -34 84q-25 25 -88 24 h-27z" />
+<glyph unicode="W" horiz-adv-x="2138" d="M182 1376l19 86h557l-19 -86h-47q-147 0 -147 -104q0 -33 4 -70l49 -655q14 -174 14 -346q92 217 168 368l430 879h148l67 -887q11 -142 11 -286v-74q92 215 153 336l326 651q39 76 39 115q0 74 -115 73h-49l16 86h500l-18 -86h-39q-63 0 -103 -33q-37 -31 -86 -126 l-604 -1217h-188l-92 1135l-551 -1135h-187l-106 1268q-6 53 -31 82q-25 27 -92 26h-27z" />
+<glyph unicode="X" horiz-adv-x="1351" d="M-100 0l18 86h8q66 0 119 35q47 31 123 112l453 494l-220 545q-43 104 -159 104h-27l18 86h555l-18 -86h-47q-96 0 -96 -57q0 -28 37 -123l116 -299l256 295q78 90 78 133q0 51 -98 51h-6l18 86h449l-19 -86h-18q-57 0 -101 -30q-49 -35 -131 -123l-387 -428l246 -600 q47 -109 141 -109h27l-18 -86h-553l18 86h23q63 0 96 20q35 23 35 52q0 45 -39 141l-133 326l-306 -340q-82 -90 -82 -144q0 -55 121 -55h6l-18 -86h-485z" />
+<glyph unicode="Y" horiz-adv-x="1280" d="M158 1376l18 86h553l-18 -86h-103q-84 0 -84 -55q0 -41 27 -119l92 -274q49 -147 55 -246q31 55 154 215l195 260q76 104 75 166q0 53 -98 53h-76l19 86h506l-19 -86h-39q-35 0 -78 -33q-35 -27 -108 -122l-477 -625l-80 -371q-8 -33 -8 -57q0 -82 147 -82h47l-18 -86 h-637l18 86h47q106 0 143.5 35t53.5 102l80 377l-238 668q-20 61 -45 86q-23 23 -78 22h-26z" />
+<glyph unicode="Z" horiz-adv-x="1236" d="M-35 0l17 82l1030 1278h-477q-150 0 -205 -168l-29 -88h-106l86 358h1011l-16 -84l-1032 -1276h547q152 0 206 168l29 88h107l-86 -358h-1082z" />
+<glyph unicode="[" horiz-adv-x="733" d="M10 -262l387 1818h457l-18 -86h-88q-96 0 -140 -36q-45 -39 -59 -111l-291 -1360q-8 -33 -8 -57q0 -82 147 -82h88l-18 -86h-457z" />
+<glyph unicode="\" horiz-adv-x="589" d="M231 1556h119l88 -1804h-121z" />
+<glyph unicode="]" horiz-adv-x="735" d="M-96 -262l18 86h88q96 0 140 37q41 35 57 110l291 1360q8 33 8 58q0 82 -148 81h-88l19 86h456l-387 -1818h-454z" />
+<glyph unicode="^" d="M121 545l432 917h72l430 -917h-137l-330 729l-330 -729h-137z" />
+<glyph unicode="_" horiz-adv-x="937" d="M-186 -291l26 121h959l-27 -121h-958z" />
+<glyph unicode="`" horiz-adv-x="1181" d="M565 1548l6 21h205q66 -162 137 -301l-6 -27h-78q-153 150 -264 307z" />
+<glyph unicode="a" horiz-adv-x="1185" d="M88 354q0 281 176 522.5t434 241.5q138 0 240 -74l90 52h66l-140 -656q-31 -141 -30 -227q0 -104 67 -104q57 0 148 53l37 -60q-147 -123 -289 -122q-160 0 -160 170q0 70 21 159h-13q-147 -330 -383 -329q-123 0 -194 98q-70 96 -70 276zM297 346.5q0 -237.5 129 -237.5 q102 0 213 151q113 154 149 330l76 362q-45 74 -155 74q-172 0 -293 -223q-119 -219 -119 -456.5z" />
+<glyph unicode="b" horiz-adv-x="1150" d="M55 -6l271 1272q18 82 18 108q0 96 -143 96h-17l19 86h387l-98 -460q-22 -98 -74 -271h10q152 293 375 293q123 0 190 -94q70 -98 70 -276q0 -283 -176 -527q-174 -242 -434 -241q-147 0 -240 73l-92 -59h-66zM285 145q61 -74 159 -73q176 0 293 227t117 451 q0 240 -129 239q-113 0 -219 -155q-104 -152 -133 -283z" />
+<glyph unicode="c" horiz-adv-x="995" d="M88 403q0 267 172 492q172 223 438 223q139 0 219 -55t80 -141q0 -61 -49 -103q-51 -41 -133 -41q0 109 -43 176q-41 66 -115 66q-143 0 -249.5 -213t-106.5 -420q0 -279 225 -278q178 0 295 147q20 -12 21 -51q0 -82 -96.5 -153.5t-258.5 -71.5q-178 0 -288.5 112 t-110.5 311z" />
+<glyph unicode="d" horiz-adv-x="1185" d="M88 354q0 281 176 522.5t434 241.5q115 0 201 -49q12 82 23 115l20 98q14 63 14 92q0 96 -143 96h-16l18 86h377l-238 -1116q-31 -141 -30 -227q0 -104 67 -104q57 0 148 53l37 -60q-147 -123 -289 -122q-160 0 -160 170q0 70 21 159h-13q-147 -330 -383 -329 q-123 0 -194 98q-70 96 -70 276zM297 346.5q0 -237.5 129 -237.5q102 0 213 151q113 154 149 330l76 362q-45 74 -155 74q-172 0 -293 -223q-119 -219 -119 -456.5z" />
+<glyph unicode="e" horiz-adv-x="1009" d="M88 403q0 267 172 492q172 223 438 223q129 0 201 -61.5t72 -173.5q0 -166 -172 -289t-422 -123h-35q-25 0 -37 2q-4 -37 -4 -86q0 -279 225 -278q175 0 295 147q20 -12 21 -51q0 -82 -96.5 -153.5t-258.5 -71.5q-178 0 -288.5 112t-110.5 311zM324 567h20q184 0 299 88 q117 90 117 227.5t-119 137.5q-98 0 -184 -125q-88 -129 -133 -328z" />
+<glyph unicode="f" horiz-adv-x="649" d="M-287 -475l19 94q49 -14 94 -14q96 0 156 86q55 82 102 291l215 999h-186l12 74l197 43l22 112q72 367 389 367q133 0 197 -41q68 -43 67 -111q0 -133 -170 -133q0 190 -104 191q-74 0 -117 -62q-39 -57 -65 -192l-27 -131h227l-22 -117h-230l-213 -997 q-51 -244 -155 -361q-102 -115 -289 -115q-64 1 -119 17z" />
+<glyph unicode="g" horiz-adv-x="1138" d="M-72 -225q0 111 90 188q88 76 244 107q-98 49 -98 141q0 61 41 106t153 103q-143 68 -143 242q0 172 131 315q129 141 344 141q129 0 211 -65q98 145 221 145q102 0 103 -94q0 -127 -121 -127q0 74 -57 74q-37 0 -101 -47q45 -63 45 -158q0 -170 -129 -316 q-129 -143 -340 -143q-41 0 -65 4q-145 -57 -146 -129q0 -52 105 -61l196 -21q317 -33 318 -268q0 -190 -143.5 -297t-411.5 -107q-447 1 -447 267zM94 -213q0 -178 289 -178q178 0 274 67q94 68 95 179q0 133 -191 151l-199 19q-18 0 -88 -21q-78 -23 -127 -78 q-53 -59 -53 -139zM403 653q0 -168 142 -168q119 0 188 117q72 119 72 254q0 168 -141 168q-120 0 -191 -117q-70 -115 -70 -254z" />
+<glyph unicode="h" horiz-adv-x="1226" d="M90 0l266 1266q18 90 19 108q0 96 -144 96h-16l18 86h377l-80 -376q-41 -184 -81 -340h22q168 276 379 276q219 0 219 -227q0 -66 -37 -225l-53 -242q-27 -119 -27 -215q0 -98 72 -98q59 0 131 47l37 -60q-135 -117 -250 -116q-86 0 -135 55q-51 57 -51 149q0 96 39 277 l47 213q31 123 30 190q0 121 -94 121q-117 0 -235 -156q-121 -160 -152 -305l-110 -524h-191z" />
+<glyph unicode="i" horiz-adv-x="622" d="M127 1012l18 86h367l-139 -658q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53l37 -60q-141 -123 -277 -122q-77 0 -122 55q-47 57 -48 139q0 96 46 322l79 376q6 33 7 54q0 86 -125 86h-27zM344 1415q0 66 33 105t90 39q115 0 115 -113q0 -68 -35 -107q-35 -37 -88 -36 q-115 -1 -115 112z" />
+<glyph unicode="j" horiz-adv-x="595" d="M-287 -475l19 94q49 -14 94 -14q104 0 162 92q59 92 98 287l188 888q6 33 7 54q0 86 -125 86h-27l18 86h367l-235 -1114q-53 -246 -156 -361t-291 -115q-64 1 -119 17zM346 1415q0 66 33 105t90 39q115 0 115 -113q0 -68 -35 -107q-33 -37 -88 -36q-115 -1 -115 112z" />
+<glyph unicode="k" horiz-adv-x="1163" d="M90 0l266 1266q18 90 19 108q0 96 -144 96h-16l18 86h377l-80 -376q-111 -520 -159 -674l323 280q152 133 152 193q0 31 -92 31l18 86h453l-19 -86q-121 0 -329 -191l-185 -170l187 -405q80 -172 208 -172l-18 -86q-172 0 -250 39q-80 40 -135 172l-133 327l-186 -118 l-84 -406h-191z" />
+<glyph unicode="l" horiz-adv-x="622" d="M150 174q0 102 45 322l167 786q12 61 13 92q0 96 -144 96h-24l18 86h387l-237 -1116q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53l37 -60q-141 -123 -277 -122q-78 0 -122 55q-47 57 -47 139z" />
+<glyph unicode="m" horiz-adv-x="1832" d="M90 0l172 823q12 58 12 92q0 96 -143 97h-16l18 86h379l-55 -258h20q166 276 373 276q219 0 219 -227q0 -16 -4 -49h20q166 276 373 276q219 0 219 -227q0 -66 -37 -225l-53 -242q-27 -129 -26 -215q0 -98 71 -98q59 0 131 47l37 -60q-129 -117 -250 -116q-83 0 -135 55 q-51 53 -51 149.5t39 276.5l35 160q43 197 43 243q0 121 -95 121q-106 0 -217 -135q-113 -139 -157 -281l-33 -147q-20 -88 -37 -219q-23 -170 -22 -203h-195q0 33 27 213q25 164 43 248l47 213q31 123 30 190q0 121 -94 121q-117 0 -235 -156q-121 -160 -152 -305 l-110 -524h-191z" />
+<glyph unicode="n" horiz-adv-x="1226" d="M90 0l172 823q12 58 12 92q0 96 -143 97h-16l18 86h379l-55 -258h20q166 276 373 276q219 0 219 -227q0 -66 -37 -225l-53 -242q-27 -119 -27 -215q0 -98 72 -98q59 0 131 47l37 -60q-135 -117 -250 -116q-86 0 -135 55q-51 57 -51 149q0 96 39 277l47 213q31 123 30 190 q0 121 -94 121q-114 0 -233.5 -153.5t-153.5 -307.5l-110 -524h-191z" />
+<glyph unicode="o" horiz-adv-x="1175" d="M88 403q0 279 168 496q170 219 442 219q180 0 284.5 -108.5t104.5 -315.5q0 -270 -167 -493q-166 -221 -439 -221q-182 0 -288 112q-105 110 -105 311zM301 362q0 -283 203 -282q168 0 270 201q100 199 100 444q0 285 -200 285q-166 0 -271 -201q-102 -197 -102 -447z " />
+<glyph unicode="p" horiz-adv-x="1181" d="M-14 -492l272 1299q18 86 18 108q0 96 -143 97h-16l18 86h363l-49 -273h10q147 293 375 293q125 0 192 -94q68 -95 68 -276q0 -274 -172 -521q-174 -248 -439 -247q-117 0 -200 47q-12 -80 -17 -99l-28 -125q-18 -86 -19 -114q0 -94 143 -95h27l-18 -86h-385zM315 145 q66 -74 162 -73q170 0 289 223t119 455q0 240 -129 239q-104 0 -213 -147q-111 -152 -144 -307z" />
+<glyph unicode="q" horiz-adv-x="1146" d="M88 354q0 281 176 522.5t434 241.5q125 0 228 -55l51 29q47 27 51 26h72l-283 -1335q-12 -58 -12 -92q0 -96 141 -97h17l-19 -86h-373l86 410l91 391h-13q-152 -330 -383 -329q-123 0 -194 98q-70 96 -70 276zM297 344q0 -236 129 -235q100 0 213 149q109 145 149 332 l76 362q-45 74 -155 74q-180 0 -295 -225q-117 -228 -117 -457z" />
+<glyph unicode="r" horiz-adv-x="956" d="M90 0l172 823q12 58 12 92q0 96 -163 97h-17l19 86h362l-43 -295h21q84 186 161 250q82 66 187 65q168 0 168 -141q0 -156 -170 -156q0 162 -82 162q-94 0 -201 -186q-104 -182 -158 -424l-77 -373h-191z" />
+<glyph unicode="s" horiz-adv-x="948" d="M51 211q0 68 37 100q39 35 92 35q0 -126 62 -196q61 -72 172 -72q221 0 221 190q0 72 -47 123t-160 103q-147 70 -197 145q-51 78 -51 172q0 135 109 219q111 86 286 86q150 0 236 -55q84 -53 84 -139q0 -127 -154 -127q0 104 -49 165.5t-135 61.5q-94 0 -145 -49 q-53 -49 -54 -127q0 -68 51.5 -117t157.5 -94q246 -111 246 -318q0 -152 -117 -243q-119 -94 -307 -94q-152 0 -246 63q-92 62 -92 168z" />
+<glyph unicode="t" horiz-adv-x="753" d="M141 981l19 82q199 0 313 287h94l-53 -252h248l-25 -117h-248l-124 -584q-25 -117 -25 -176q0 -113 109 -112q86 0 167 45l35 -76q-138 -98 -276 -98q-223 0 -223 239q0 82 20 172l125 590h-156z" />
+<glyph unicode="u" horiz-adv-x="1226" d="M117 1012l18 86h381l-135 -613q-41 -193 -41 -247q0 -125 100 -125q102 0 226 151q123 150 159 324l107 510h198l-141 -658q-31 -144 -31 -227q0 -104 68 -104q59 0 131 45l37 -60q-131 -115 -260 -114q-78 0 -125 55q-47 57 -47 139q0 45 10 121h-16 q-109 -180 -199 -248q-88 -66 -197 -65q-219 0 -219 227q0 66 37 225l80 359q18 80 18 122q0 96 -143 97h-16z" />
+<glyph unicode="v" horiz-adv-x="1101" d="M35 1012l16 86h307l95 -606q33 -207 47 -363h6q154 147 264 344q113 201 113 315q0 68 -35 113q-34 43 -92 43q0 72 41 119q39 45 98 45q139 0 139 -190q0 -184 -141 -435q-143 -254 -369 -481l-184 -20l-143 921q-18 109 -142 109h-20z" />
+<glyph unicode="w" horiz-adv-x="1675" d="M76 1012l28 86h308q6 -433 6 -934h8q262 463 457 915l170 8q43 -539 43 -937h14q176 217 276 405q109 201 109 319q0 96 -88 123q18 121 121 121q109 0 108 -153q0 -295 -514 -963l-202 -22l-31 886q-84 -203 -432 -860l-211 -24l-15 882q0 72 -28 111q-27 37 -107 37 h-20z" />
+<glyph unicode="x" horiz-adv-x="1116" d="M-41 0l23 86h26q55 0 98 25q35 20 115 116l262 318l-133 319q-37 90 -65 121q-25 27 -82 27h-27l17 86h272l156 -414l272 414h262l-33 -86h-26q-59 0 -100.5 -29t-112.5 -119l-215 -276l141 -355q37 -94 61.5 -120.5t85.5 -26.5h27l-16 -86h-275l-166 451l-307 -451h-260 z" />
+<glyph unicode="y" horiz-adv-x="1079" d="M-332 -455l31 103q74 -23 160 -23q293 0 575 373l-270 905q-18 59 -49 84t-92 25h-21l16 86h299l160 -553q74 -258 86 -371h6q276 420 277 680q0 111 -101 111q0 72 39 110q41 41 95 41q139 0 139 -172q0 -246 -277 -694q-274 -444 -442 -594q-166 -147 -438 -148 q-107 0 -193 37z" />
+<glyph unicode="z" horiz-adv-x="1046" d="M-2 0l16 82l697 899h-260q-68 0 -109 -35q-37 -31 -84 -131l-4 -8h-86l82 291h717l-17 -84l-698 -897h364q47 0 88 30.5t87 137.5l20 47h86l-80 -332h-819z" />
+<glyph unicode="{" horiz-adv-x="876" d="M139 606v86q242 6 242 215v357q0 293 295 292h135v-88h-61q-168 0 -168 -215v-350q0 -215 -228 -252v-2q227 -39 228 -254v-354q0 -215 168 -215h61v-88h-135q-139 0 -217 78t-78 217v356q0 211 -242 217z" />
+<glyph unicode="|" d="M526 -492v2048h123v-2048h-123z" />
+<glyph unicode="}" horiz-adv-x="876" d="M129 -174h61q168 0 168 215v354q0 215 228 254v2q-227 37 -228 252v350q0 215 -168 215h-61v88h135q295 0 295 -292v-357q0 -209 242 -215v-86q-242 -6 -242 -217v-356q0 -139 -78 -217t-217 -78h-135v88z" />
+<glyph unicode="~" horiz-adv-x="1148" d="M129 551q27 358 258 358q94 0 248 -135q109 -102 168 -102q57 0 84 61q25 55 41 176h123q-39 -358 -258 -358q-96 0 -238 129q-119 109 -176 108q-59 0 -88 -59q-29 -61 -41 -178h-121z" />
+<glyph unicode="&#xa2;" d="M172 600q0 248 156 469q154 219 405 244l33 149h102l-32 -151q117 -12 180 -64q66 -53 65 -129q0 -61 -49 -102q-51 -41 -133 -41q0 166 -88 221l-188 -891q169 6 282 148q20 -14 21 -52q0 -80 -88 -149.5t-242 -75.5l-37 -176h-102l39 182q-157 25 -240 135 q-84 113 -84 283zM385 584q0 -211 139 -265l189 893q-137 -25 -234 -231q-94 -202 -94 -397z" />
+<glyph unicode="&#xa3;" d="M-2 80l72 41q295 169 295 442q0 55 -15 127h-227l22 103h189q-27 121 -27 206q0 225 135.5 354.5t364.5 129.5q156 0 248 -55.5t92 -145.5q0 -162 -170 -162q0 260 -201 260q-141 0 -215 -96t-74 -272q0 -76 29 -219h348l-22 -103h-312q6 -43 7 -108q0 -238 -258 -389 l2 -9q84 37 157 37q61 0 178 -39q115 -39 160 -39q113 0 205 93l55 -68q-184 -188 -348 -188q-63 0 -188 47q-121 45 -199 45q-119 0 -238 -60l-28 -14z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1103" d="M121 0l18 86h47q104 0 144 37q41 39 53 100l29 139h-287l20 97h287l31 143h-287l21 96h247l-157 570q-14 57 -39 84q-23 25 -84 24h-6l18 86h479l-18 -86h-4q-68 0 -104.5 -12t-36.5 -57q0 -41 24 -131l53 -220q35 -150 43 -249q23 43 107 167l170 250q92 135 92 193 q0 59 -111 59h-6l19 86h417l-18 -86h-18q-47 0 -78 -24.5t-111 -134.5l-360 -519h254l-21 -96h-286l-31 -143h287l-21 -97h-287l-28 -137q-8 -39 -9 -57q0 -82 148 -82h47l-18 -86h-629z" />
+<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M412 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM801 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M129 731q0 311 221 532.5t530.5 221.5t530.5 -221q223 -223 223 -532.5t-221 -530.5t-532.5 -221t-532.5 221q-219 219 -219 530zM242 731q0 -264 186 -450q188 -188 452.5 -188.5t453 188t188.5 450.5q0 264 -188.5 452.5t-452.5 188.5q-266 0 -452.5 -188.5 t-186.5 -452.5zM481 733q0 209 117 332q115 121 322 121q135 0 206 -39q74 -41 74 -107q0 -43 -39 -69.5t-100 -26.5q0 156 -146 156q-266 0 -266 -367q0 -174 70 -272q68 -96 199 -96q172 0 251 139q29 -23 29 -64q0 -66 -84 -114q-82 -49 -223 -50q-195 0 -301 119 q-109 121 -109 338z" />
+<glyph unicode="&#xab;" horiz-adv-x="1052" d="M125 520l14 66l389 356h103l-295 -399l129 -379h-103zM496 520l14 66l389 356h102l-294 -399l129 -379h-103z" />
+<glyph unicode="&#xad;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
+<glyph unicode="&#xae;" horiz-adv-x="1730" d="M129 731q0 311 221 532.5t530.5 221.5t530.5 -221q223 -223 223 -532.5t-221 -530.5t-532.5 -221t-532.5 221q-219 219 -219 530zM242 731q0 -264 186 -450q188 -188 452.5 -188.5t453 188t188.5 450.5q0 264 -188.5 452.5t-452.5 188.5q-266 0 -452.5 -188.5 t-186.5 -452.5zM494 289v69h26q100 0 101 72v600q0 72 -101 72h-26v72h368q352 0 352 -244q0 -164 -186 -225l182 -293q23 -35 41 -43q25 -10 74 -11v-69h-217l-225 381h-109v-240q0 -72 100 -72h29v-69h-409zM774 748h86q100 0 148 40q45 39 45 140q0 92 -45 129 q-46 37 -154 37h-80v-346z" />
+<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M502 1241l6 27q121 139 219 301h219l-6 -21q-157 -184 -356 -307h-82z" />
+<glyph unicode="&#xb8;" horiz-adv-x="681" d="M72 -469l22 104q76 -16 137 -16q152 0 152 125q0 102 -131 115l78 159h96l-39 -88q74 -8 119 -57q45 -47 45 -113q0 -119 -86 -186q-84 -66 -240 -66q-75 0 -153 23z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1052" d="M49 164l299 399l-133 379h102l238 -356l-14 -66l-389 -356h-103zM420 164l299 399l-133 379h102l238 -356l-15 -66l-389 -356h-102z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1443" d="M-115 0l17 86h39q53 0 92 28.5t98 131.5l713 1216h160l194 -1267q8 -63 35 -86t86 -23h27l-17 -86h-557l16 86h48q147 0 147 104q0 33 -4 70l-33 229h-538l-123 -215q-39 -66 -39 -114q0 -74 114 -74h48l-17 -86h-506zM469 592h463l-51 358q-29 209 -33 324 q-47 -115 -160 -305zM654 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM1043 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1519" d="M106 545q0 354 229.5 647t590.5 293q238 0 385 -148q145 -145 145 -415q0 -348 -227 -648q-227 -297 -586 -297q-242 0 -389.5 154t-147.5 414zM330 487q0 -190 88 -294q86 -102 237 -103q256 0 416 282.5t160 604.5q0 193 -84 295t-238 102q-254 0 -417 -284 q-162 -281 -162 -603zM678 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM1067 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1492" d="M197 334q0 80 22 182l152 721q8 33 8 57q0 82 -148 82h-26l18 86h596l-16 -86h-27q-96 0 -139 -36.5t-62 -110.5l-153 -723q-25 -117 -25 -191q0 -213 295 -213q164 0 262.5 74t135.5 246l174 815q8 33 8 57q0 82 -148 82h-26l18 86h514l-16 -86h-27q-96 0 -139 -36.5 t-62 -110.5l-172 -811q-92 -438 -552 -438q-223 0 -344 92t-121 262zM672 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM1061 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1282" d="M-279 -475l19 94q49 -14 94 -14q100 0 160 88q53 80 98 289l217 1019h-166l21 97h166l14 61q94 408 512 408q373 0 373 -314q0 -104 -29 -247h-176q-225 0 -225 -168q0 -68 45 -117q45 -47 125 -94q193 -115 192 -308q0 -162 -102 -251q-100 -88 -293 -88q-144 0 -227 55 q-84 55 -84 153q0 59 43 96.5t110 37.5q0 -244 172 -244q88 0 146 53q55 52 55 141q0 137 -156 230q-205 127 -204 293q0 307 407 307q23 109 23 170q0 203 -201 203q-242 0 -307 -287l-258 -1204q-55 -250 -155.5 -363t-289.5 -113q-64 1 -119 17z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1185" d="M88 354q0 281 176 522.5t434 241.5q138 0 240 -74l90 52h66l-140 -656q-31 -141 -30 -227q0 -104 67 -104q57 0 148 53l37 -60q-147 -123 -289 -122q-160 0 -160 170q0 70 21 159h-13q-147 -330 -383 -329q-123 0 -194 98q-70 96 -70 276zM297 346.5q0 -237.5 129 -237.5 q102 0 213 151q113 154 149 330l76 362q-45 74 -155 74q-172 0 -293 -223q-119 -219 -119 -456.5zM404 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM793 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1175" d="M88 403q0 279 168 496q170 219 442 219q180 0 284.5 -108.5t104.5 -315.5q0 -270 -167 -493q-166 -221 -439 -221q-182 0 -288 112q-105 110 -105 311zM301 362q0 -283 203 -282q168 0 270 201q100 199 100 444q0 285 -200 285q-166 0 -271 -201q-102 -197 -102 -447z M416 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM805 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1226" d="M117 1012l18 86h381l-135 -613q-41 -193 -41 -247q0 -125 100 -125q102 0 226 151q123 150 159 324l107 510h198l-141 -658q-31 -144 -31 -227q0 -104 68 -104q59 0 131 45l37 -60q-131 -115 -260 -114q-78 0 -125 55q-47 57 -47 139q0 45 10 121h-16 q-109 -180 -199 -248q-88 -66 -197 -65q-219 0 -219 227q0 66 37 225l80 359q18 80 18 122q0 96 -143 97h-16zM469 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM858 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M375 1241l6 27q187 184 270 301h195q27 -115 139 -301l-6 -27h-72q-96 66 -182 184q-150 -125 -262 -184h-88z" />
+<glyph unicode="&#x2da;" horiz-adv-x="681" d="M258 1444q0 104 69.5 163.5t176.5 59.5q109 0 178 -59q68 -59 68 -164q0 -106 -70 -164q-72 -59 -176.5 -59t-175.5 59q-70 58 -70 164zM369 1444q0 -123 135 -123t135 123t-135 123t-135 -123z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M344 1262q72 242 268 241q84 0 168 -63q88 -66 125 -66q88 0 123 109h92q-70 -242 -266 -242q-80 0 -170 66q-88 63 -125 63q-88 0 -123 -108h-92z" />
+<glyph unicode="&#x2000;" horiz-adv-x="931" />
+<glyph unicode="&#x2001;" horiz-adv-x="1863" />
+<glyph unicode="&#x2002;" horiz-adv-x="931" />
+<glyph unicode="&#x2003;" horiz-adv-x="1863" />
+<glyph unicode="&#x2004;" horiz-adv-x="620" />
+<glyph unicode="&#x2005;" horiz-adv-x="464" />
+<glyph unicode="&#x2006;" horiz-adv-x="309" />
+<glyph unicode="&#x2007;" horiz-adv-x="309" />
+<glyph unicode="&#x2008;" horiz-adv-x="231" />
+<glyph unicode="&#x2009;" horiz-adv-x="370" />
+<glyph unicode="&#x200a;" horiz-adv-x="102" />
+<glyph unicode="&#x2010;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
+<glyph unicode="&#x2011;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
+<glyph unicode="&#x2012;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-6 489l24 121h1045l-27 -121h-1042z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-6 489l24 121h2069l-27 -121h-2066z" />
+<glyph unicode="&#x2018;" horiz-adv-x="512" d="M215 1069q0 150 94 252q95 104 277 141l-8 -86q-209 -46 -209 -172q0 -35 67 -78q66 -43 66 -104q0 -53 -35 -88q-33 -33 -92 -33q-66 0 -113 47t-47 121z" />
+<glyph unicode="&#x2019;" horiz-adv-x="512" d="M168 901l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 35 89q33 33 92 32q68 0 115 -47q45 -45 45 -121q0 -147 -97 -254q-92 -102 -274 -139z" />
+<glyph unicode="&#x201a;" horiz-adv-x="512" d="M-57 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 88q33 33 93 33q70 0 114.5 -45t44.5 -123q0 -147 -96 -254q-94 -102 -274 -139z" />
+<glyph unicode="&#x201c;" horiz-adv-x="921" d="M215 1069q0 150 94 252q95 104 277 141l-8 -86q-209 -46 -209 -172q0 -35 67 -78q66 -43 66 -104q0 -53 -35 -88q-33 -33 -92 -33q-66 0 -113 47t-47 121zM625 1069q0 147 96 254q94 102 274 139l-8 -86q-209 -46 -209 -172q0 -35 68 -78q66 -43 65 -104q0 -53 -34 -88 q-33 -33 -93 -33q-68 0 -114 47q-45 45 -45 121z" />
+<glyph unicode="&#x201d;" horiz-adv-x="921" d="M168 901l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 35 89q33 33 92 32q68 0 115 -47q45 -45 45 -121q0 -147 -97 -254q-92 -102 -274 -139zM578 901l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 89q33 33 92 32q68 0 115 -47q45 -45 45 -121 q0 -150 -96 -256q-94 -102 -274 -137z" />
+<glyph unicode="&#x201e;" horiz-adv-x="921" d="M-57 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 88q33 33 93 33q70 0 114.5 -45t44.5 -123q0 -147 -96 -254q-94 -102 -274 -139zM350 -299l8 86q209 46 209 172q0 35 -65 78q-68 43 -68 104q0 53 35 88q33 33 92 33q68 0 115 -47q45 -45 45 -121 q0 -147 -96 -254q-93 -102 -275 -139z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1755" d="M90 109q0 72 37 114.5t98 42.5q127 0 127 -125q0 -72 -36.5 -114.5t-98.5 -42.5q-127 0 -127 125zM672 109q0 72 36.5 114.5t98.5 42.5q127 0 127 -125q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125zM1264 109q0 72 36.5 114.5t98.5 42.5q59 0 94 -35q33 -33 33 -90 q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125z" />
+<glyph unicode="&#x202f;" horiz-adv-x="370" />
+<glyph unicode="&#x2039;" horiz-adv-x="681" d="M125 520l14 66l389 356h103l-295 -397l129 -381h-103z" />
+<glyph unicode="&#x203a;" horiz-adv-x="681" d="M51 164l299 397l-133 381h102l238 -356l-14 -66l-389 -356h-103z" />
+<glyph unicode="&#x205f;" horiz-adv-x="464" />
+<glyph unicode="&#x20ac;" d="M53 547l21 96h141q14 90 27 143h-140l21 97h145q178 596 637 596q139 0 223 -53.5t84 -137.5q0 -150 -180 -149q0 240 -166 239q-260 0 -401 -495h430l-21 -97h-434q-16 -59 -26 -143h350l-21 -96h-342q-4 -41 -4 -117q0 -156 66 -244q66 -86 186 -86q166 0 287 123 q25 -18 25 -49q0 -68 -94.5 -131t-254.5 -63q-199 0 -305 118q-109 121 -108 346q0 61 4 103h-150z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M213 1276l6 186h598l6 -186h-59l-8 49q-12 70 -82 72h-94v-525q0 -63 77 -63h33v-55h-348v55h35q76 0 76 57v531h-91q-72 0 -81 -72l-9 -49h-59zM858 754v55h21q78 0 79 57v482q0 57 -79 57h-21v57h236l225 -567l231 567h232v-57h-23q-78 0 -78 -62v-471q0 -63 78 -63h23 v-55h-303v55q74 0 80 55v457l-232 -567h-72l-231 569v-451q0 -41 20 -53q18 -10 62 -10v-55h-248z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1216" d="M-287 -475l19 94q49 -14 94 -14q96 0 156 86q55 82 102 291l215 999h-186l12 74l197 43l26 112q86 367 467 367q162 0 238 -41q80 -43 80 -111q0 -133 -222 -133q0 190 -135 191q-186 0 -235 -254l-27 -131h592l-139 -658q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53 l37 -60q-143 -123 -277 -122q-77 0 -123 55q-47 57 -47 139q0 102 45 322l103 485h-400l-213 -997q-51 -244 -155 -361q-102 -115 -289 -115q-64 1 -119 17z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1212" d="M-287 -475l19 94q49 -14 94 -14q96 0 156 86q55 82 102 291l215 999h-186l12 74l197 43l26 112q86 367 467 367q111 0 201 -51l143 30h45l-237 -1116q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53l37 -60q-143 -123 -277 -122q-77 0 -123 55q-47 57 -47 139 q0 102 45 322l175 821q6 33 -41 98q-49 68 -144 68q-90 0 -145 -58q-57 -59 -90 -196l-27 -131h227l-22 -117h-230l-213 -997q-51 -244 -155 -361q-102 -115 -289 -115q-64 1 -119 17z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1824" d="M-287 -475l19 94q23 -8 45 -10q37 -4 49 -4q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-186l12 74l197 43l10 47q47 209 143 309q98 102 262 102q59 0 111 -10q37 -8 72 -26q25 -14 38 -39q12 -23 13 -45q0 -57 -35 -86q-37 -31 -109 -31q0 14 -4 47 q-2 20 -16 45q-12 23 -32.5 37t-53.5 14q-37 0 -66 -16q-27 -14 -49 -53q-25 -41 -41 -93q-18 -55 -37 -135l-14 -67h416l26 112q23 90 58 156q37 68 96 115q61 49 133 71q76 25 180 25q162 0 238 -41q80 -43 80 -110.5t-57.5 -100.5t-163.5 -33q0 51 -4 74q-6 35 -23 61 q-18 29 -41 41q-27 14 -68 15q-98 0 -153 -62q-57 -66 -82 -192l-27 -131h592l-139 -658q-6 -37 -8 -47q-2 -14 -5 -30.5l-6 -32.5q-4 -23 -8 -64t-4 -53q0 -104 68 -104q33 0 71 16q45 18 76 37l37 -60q-12 -12 -53 -41q-31 -20 -70 -41q-29 -14 -76 -28q-41 -12 -77 -12 q-39 0 -72 16q-35 18 -53 41q-20 25 -33 61q-12 33 -12 76q0 16 4 74q2 16 7 49t5 39q8 55 14 88l15 72l102 485h-399l-213 -997q-27 -129 -72 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23q-43 0 -65 5q-29 4 -53 12l18 94q25 -8 45 -10q37 -4 49 -4 q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-418l-213 -997q-27 -129 -71 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23q-43 0 -65 5q-29 4 -54 12z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1822" d="M-287 -475l19 94q23 -8 45 -10q37 -4 49 -4q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-186l12 74l197 43l10 47q47 209 143 309q98 102 262 102q59 0 111 -10q37 -8 72 -26q25 -14 38 -39q12 -23 13 -45q0 -57 -35 -86q-37 -31 -109 -31q0 14 -4 47 q-2 20 -16 45q-12 23 -32.5 37t-53.5 14q-37 0 -66 -16q-27 -14 -49 -53q-25 -41 -41 -93q-18 -55 -37 -135l-14 -67h416l26 112q23 90 58 156q37 68 96 115q61 49 133 71q76 25 180 25q16 0 54 -4q14 -2 53 -10q18 -4 51 -17q8 -2 43 -20l143 30h45l-237 -1116 q-6 -37 -8 -47q-2 -14 -5 -30.5l-6 -32.5q-4 -23 -8 -64t-4 -53q0 -104 68 -104q33 0 71 16q45 18 76 37l37 -60q-12 -12 -53 -41q-31 -20 -70 -41q-29 -14 -76 -28q-41 -12 -77 -12q-39 0 -72 16q-35 18 -53 41q-20 25 -33 61q-12 33 -12 76q0 16 4 74q2 16 7 49t5 39 q8 55 14 88l15 72l174 821q-4 35 -18.5 65.5t-39.5 51.5q-29 27 -57 36q-31 12 -70 13q-51 0 -86 -15q-33 -14 -63 -47q-28 -31 -49 -80q-23 -51 -37 -112l-27 -131h228l-23 -117h-229l-213 -997q-27 -129 -72 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23 q-43 0 -65 5q-29 4 -53 12l18 94q25 -8 45 -10q37 -4 49 -4q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-418l-213 -997q-27 -129 -71 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23q-43 0 -65 5q-29 4 -54 12z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/DroidSerif-Italic-webfont.ttf b/dist/fonts/DroidSerif-Italic-webfont.ttf
new file mode 100644 (file)
index 0000000..71e4ab1
Binary files /dev/null and b/dist/fonts/DroidSerif-Italic-webfont.ttf differ
diff --git a/dist/fonts/DroidSerif-Italic-webfont.woff b/dist/fonts/DroidSerif-Italic-webfont.woff
new file mode 100644 (file)
index 0000000..763cb62
Binary files /dev/null and b/dist/fonts/DroidSerif-Italic-webfont.woff differ
diff --git a/dist/fonts/DroidSerif-Regular-webfont.eot b/dist/fonts/DroidSerif-Regular-webfont.eot
new file mode 100644 (file)
index 0000000..0a25a94
Binary files /dev/null and b/dist/fonts/DroidSerif-Regular-webfont.eot differ
diff --git a/dist/fonts/DroidSerif-Regular-webfont.svg b/dist/fonts/DroidSerif-Regular-webfont.svg
new file mode 100644 (file)
index 0000000..4d37c8f
--- /dev/null
@@ -0,0 +1,167 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Font Squirrel.
+Copyright   : Digitized data copyright  2006 Google Corporation
+Foundry     : Ascender Corporation
+Foundry URL : httpwwwascendercorpcom
+</metadata>
+<defs>
+<font id="webfontEJmZPt0d" horiz-adv-x="1144" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="530" />
+<glyph unicode=" "  horiz-adv-x="530" />
+<glyph unicode="&#x09;" horiz-adv-x="530" />
+<glyph unicode="&#xa0;" horiz-adv-x="530" />
+<glyph unicode="!" horiz-adv-x="681" d="M211 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66zM221 1462h238l-72 -1050h-94z" />
+<glyph unicode="&#x22;" horiz-adv-x="835" d="M117 1462h217l-62 -481h-94zM502 1462h217l-62 -481h-94z" />
+<glyph unicode="#" d="M82 416v121h190l78 401h-244v121h267l73 403h125l-75 -403h284l76 403h123l-76 -403h160v-121h-182l-76 -401h233v-121h-258l-78 -416h-122l77 416h-284l-78 -416h-123l78 416h-168zM397 537h285l76 401h-285z" />
+<glyph unicode="$" d="M135 166v315h86q0 -61 21 -110q23 -53 61.5 -96.5t93.5 -69.5q53 -27 121 -33v506q-92 41 -162 86q-72 45 -108 88q-43 49 -60 100q-18 55 -18 121q0 70 25 125q25 57 69 98q43 41 109 66q68 27 145 35v159h103v-155q98 -4 157 -21q65 -18 105 -49q41 -31 59 -71 q18 -39 19 -89q0 -66 -43 -100q-41 -33 -119 -33q0 29 -8 90q-6 41 -27 84q-18 39 -53 64q-33 25 -90 31v-478q96 -41 163 -79q63 -35 119 -88q49 -45 74 -103q25 -55 24 -129q0 -152 -100 -240q-98 -86 -280 -104v-248h-103v244q-33 0 -102 4q-23 2 -103 16q-47 8 -94 25 q-41 14 -84 39zM354 1089.5q0 -38.5 11 -75.5q8 -33 30 -58q18 -20 54 -45q20 -14 69 -37v429q-39 -8 -72 -29q-27 -16 -51 -47q-22 -28 -30 -62q-11 -37 -11 -75.5zM621 178q94 16 143 74t49 147q0 37 -10 74q-8 27 -33 59q-23 29 -59 54q-25 16 -90 47v-455z" />
+<glyph unicode="%" horiz-adv-x="1832" d="M92 1030q0 104 19 187q18 80 61 143q41 59 104 90q70 33 154 33q80 0 145 -33q59 -31 105 -90q41 -55 63 -143q20 -80 20.5 -186.5t-20.5 -186.5q-23 -86 -63.5 -145.5t-104 -92.5t-147.5 -33q-88 0 -152 33q-68 35 -104 92q-45 68 -61 146q-19 82 -19 186zM276 1030 q0 -94 9 -158q10 -78 24 -116q18 -47 47 -74q29 -25 72 -25t72 25q27 23 45 74q20 57 26 116q6 70 6.5 158t-6.5 156q-6 61 -26 114q-20 49 -45 72q-29 25 -70 25t-72 -25q-27 -23 -47 -72q-16 -41 -26 -114q-9 -60 -9 -156zM481 0l731 1462h134l-730 -1462h-135zM1071 436 q0 104 19 187q18 80 61 143q41 59 104 90q70 33 154 33q82 0 147 -33q57 -29 103 -90q41 -55 63 -143q20 -80 20.5 -186.5t-20.5 -186.5q-23 -86 -63.5 -145.5t-104 -92t-147.5 -32.5q-88 0 -152 32q-68 35 -104 92q-45 68 -61 146q-19 82 -19 186zM1255 436q0 -94 9 -157 q10 -78 24 -117q18 -47 47 -74q29 -25 72 -25t72 25q27 23 45 74q18 49 24 117q8 94 8 157q0 66 -8 156q-6 70 -24 115q-20 49 -45 71q-29 25 -70 25t-72 -25q-27 -23 -47 -71q-16 -41 -26 -115q-9 -60 -9 -156z" />
+<glyph unicode="&#x26;" horiz-adv-x="1519" d="M74 410q0 86 24 151q27 70 66 115q45 51 102 86q61 37 135 67q-39 45 -69 89q-33 45 -49 83q-20 47 -29 86q-10 47 -10 95q0 66 22 123q20 53 70 96q47 41 119 61q70 20 176 21q96 0 168 -23q68 -20 112 -63q43 -40 62 -92q20 -57 20 -113q0 -65 -18 -117 q-18 -51 -62 -94q-41 -43 -106 -82q-53 -33 -160 -78l373 -395q8 29 22 94q6 31 15 92q4 29 8 90q2 29 2 80v80h369v-86h-19q-23 0 -67 -4q-34 -3 -62 -18q-31 -16 -51 -43q-23 -29 -35 -74l-41 -143q-23 -68 -59 -154l190 -203q15 -15 31 -24q18 -10 37 -17q16 -4 51 -8 q20 -2 72 -2h18v-86h-327l-170 180q-25 -29 -82 -78q-41 -35 -99 -63q-55 -29 -118 -43q-70 -16 -144 -16q-123 0 -215 30q-86 29 -151 88q-57 53 -91 135q-30 81 -30 177zM274 403q0 -72 23 -133q20 -55 61 -96q37 -37 97 -59q53 -20 125 -21q59 0 112 12q47 10 94 35 q41 20 78 52q39 33 66 67l-453 485q-43 -23 -84 -57q-39 -33 -65 -74q-20 -33 -39 -94q-15 -49 -15 -117zM434 1188q0 -43 8 -74q12 -45 25 -67q14 -27 45 -68q37 -49 66 -80q49 20 104 55q45 29 73.5 64t43 76t14.5 96q0 39 -10 76q-10 35 -33 61q-20 23 -59 39t-88 16 q-90 0 -140 -53q-49 -52 -49 -141z" />
+<glyph unicode="'" horiz-adv-x="450" d="M117 1462h217l-62 -481h-94z" />
+<glyph unicode="(" horiz-adv-x="708" d="M117 649q0 178 28 328q27 143 93 254q66 113 163 190q102 80 242 135v-92q-109 -68 -168 -153q-66 -94 -94 -197q-33 -115 -41 -223q-10 -133 -10 -241.5t10 -241.5q8 -113 41 -226q29 -102 94 -196q59 -86 168 -154v-94q-139 55 -242 135q-98 78 -163 190 q-63 111 -93 256q-28 150 -28 330z" />
+<glyph unicode=")" horiz-adv-x="708" d="M66 -168q109 68 168 154t94 196q31 100 41 226q10 133 10 241.5t-10 241.5q-10 123 -41 223q-35 111 -94.5 197t-167.5 153v92q139 -55 241 -135q94 -74 162 -190q63 -109 94 -254q29 -135 29 -328q0 -195 -29 -330q-31 -150 -94 -256q-68 -117 -162 -190 q-102 -80 -241 -135v94z" />
+<glyph unicode="*" horiz-adv-x="1024" d="M84 1063l344 102l-344 103l72 162l315 -199l-53 325h178l-57 -323l317 192l72 -159l-346 -101l346 -100l-72 -158l-317 191l57 -324h-178l51 324l-313 -195z" />
+<glyph unicode="+" d="M133 672v121h377v378h123v-378h379v-121h-379v-379h-123v379h-377z" />
+<glyph unicode="," horiz-adv-x="512" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86z" />
+<glyph unicode="-" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
+<glyph unicode="." horiz-adv-x="585" d="M164 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66z" />
+<glyph unicode="/" horiz-adv-x="589" d="M0 -248l471 1804h119l-469 -1804h-121z" />
+<glyph unicode="0" d="M92 735q0 164 29 307q29 139 86 237.5t149 150.5q94 53 219 53q119 0 209 -53q88 -51 150 -150q57 -92 90 -238q29 -129 29 -309q0 -178 -29 -307q-33 -147 -90 -240q-59 -96 -150 -151q-88 -55 -211 -55q-125 0 -217 55t-149 151.5t-86 239.5t-29 309zM305 733 q0 -160 14 -272q16 -121 46 -201q31 -84 84 -127q51 -43 124.5 -43t124.5 43q53 43 84 127q35 92 45 201q12 121 13 272q0 151 -13 271q-10 109 -45 200q-29 78 -82 125q-49 43 -124.5 43t-126.5 -43q-53 -45 -84 -125q-29 -80 -46 -200q-14 -113 -14 -271z" />
+<glyph unicode="1" d="M135 1206q6 2 19.5 5t23.5 6.5t19 7.5q31 12 67 30q35 18 78 45q25 16 92 64l144 106h131v-1237q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h100v-86h-780v86h137q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v1076l-42 -48t-32 -38q-25 -29 -68 -68 q-31 -28 -61 -43q-33 -16 -61 -16q-46 0 -74 30q-29 33 -29 80z" />
+<glyph unicode="2" d="M104 0v150l342 395q70 80 138 170q59 78 90 141q35 68 49 131q14 59 14 133q0 59 -12 107q-12 45 -39 82q-25 35 -65 53q-39 18 -93 18q-72 0 -114.5 -24.5t-67.5 -67.5q-27 -47 -35 -96t-8 -117q-39 0 -70 6q-33 6 -55 21q-25 14 -37 41q-14 29 -14 65q0 59 25 109 q25 47 77 88q45 35 125 57q70 20 174 21q98 0 174 -25q70 -23 132 -69q55 -43 81 -107q29 -68 29 -141q0 -68 -22 -140q-18 -59 -68 -139q-51 -82 -106 -149l-146 -166l-346 -383h473q45 0 76 12q29 12 49 34.5t29 49.5q18 51 18 57l8 37h86l-10 -354h-881z" />
+<glyph unicode="3" d="M119 207q0 61 34.5 96t94.5 35q0 -55 18 -100q18 -47 49 -78q33 -33 82 -51.5t111 -18.5q68 0 117 16q53 18 96 58q45 43 67 100q25 63 25 156q0 65 -25 117q-25 53 -73 90q-47 35 -117 57q-63 20 -156 21h-65v104h65q66 0 127 22q53 20 101 64q45 41 69 100 q25 57 25 131q0 61 -12 107q-12 47 -39 80q-29 35 -68 51t-100 16q-72 0 -115 -24.5t-68 -67.5q-27 -47 -35 -96t-8 -117q-39 0 -69 6q-33 6 -55 21q-27 16 -39.5 40.5t-12.5 65.5q0 59 25 109q25 51 78 88q51 35 125 57q70 20 174 21q92 0 176 -23q82 -23 135 -63 q61 -49 88 -101q31 -61 31 -139q0 -70 -25 -131q-23 -57 -67 -108q-49 -55 -105 -87q-59 -33 -131 -51q20 -2 80 -14q47 -10 86 -26.5t80 -45.5q37 -25 68 -65q27 -35 47 -92q18 -53 18 -119q0 -80 -22.5 -147.5t-59.5 -112.5q-41 -49 -90 -82q-55 -35 -109 -56 q-59 -23 -118 -30q-68 -10 -121 -10q-100 0 -174 18q-76 18 -121 49q-49 33 -70 74q-22 45 -22 86z" />
+<glyph unicode="4" d="M35 401v84l633 977h194v-946h254v-115h-254v-168q0 -49 12 -77q12 -27 37 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-617v86h58q45 0 65 4q35 6 53 21q25 18 37 45q12 29 13 77v168h-631zM182 516h484v379q0 14 1 47t1 51.5t1 55t1 55.5q0 39 4 113q2 37 6 102 q-2 -6 -9 -17.5l-12 -19.5q-4 -6 -11 -21.5t-17 -31.5l-35 -62l-37 -61l-35 -57q-6 -12 -28 -45z" />
+<glyph unicode="5" d="M113 186q0 55 32.5 88t96.5 33q0 -43 16 -82q16 -41 45 -65q31 -27 78 -43q49 -16 108 -17q70 0 117 17q51 18 92 59t62 107q23 72 22 163q0 78 -22 142q-18 53 -63.5 98t-98.5 62q-57 18 -127 18q-39 0 -92 -4q-27 -2 -68 -10q-33 -6 -51 -15l-20.5 -7t-20.5 -9l-49 14 l66 725h684l10 -309h-86l-8 61q-4 25 -9 37q-8 20 -16 27q-10 8 -33 14q-20 6 -53 6h-397l-39 -450q18 8 90 22q49 10 149 11q102 0 185 -27q84 -27 147 -82q66 -55 101 -135q35 -78 34 -189q0 -102 -34 -190q-35 -90 -97 -147q-63 -59 -155 -95q-94 -35 -209 -34 q-106 0 -189 20q-78 18 -118 49q-45 33 -62 66q-18 36 -18 71z" />
+<glyph unicode="6" d="M125 737q0 104 14 191q16 94 43 176q23 68 74 151q41 68 104 121q59 51 134 78q76 29 165 29q86 0 149.5 -18.5t104.5 -47.5q43 -31 63.5 -69.5t20.5 -79.5q0 -59 -41 -90q-43 -33 -116 -33q0 55 -9 94q-8 37 -32 76q-20 33 -55 51t-85 18q-154 0 -233 -151 q-78 -145 -90 -451q29 25 55 41q25 14 68 33q39 16 77.5 24.5t92.5 8.5q90 0 170 -29q76 -27 129 -84q59 -63 84 -131q29 -80 28 -176q0 -109 -30 -199q-31 -89 -86 -153q-55 -63 -137 -100t-187 -37q-102 0 -188 43q-90 45 -152 133q-59 86 -98 235q-37 145 -37 346z M334 666q2 -147 22 -263q18 -109 54 -178q35 -68 86 -100q53 -33 110 -33q111 0 168 86q57 84 57 271q0 174 -63 256q-61 80 -180 79q-35 0 -76 -10q-25 -6 -70 -26q-23 -10 -59 -39q-27 -21 -49 -43z" />
+<glyph unicode="7" d="M121 1090l10 370h916v-59l-504 -1401h-154l483 1296h-538q-109 0 -119 -104l-8 -102h-86z" />
+<glyph unicode="8" d="M94 367q0 78 23 129q29 63 65 100q47 47 101 78q94 55 123 67q-63 37 -107 72q-55 45 -84 84q-41 55 -55 100q-18 55 -19 119q0 72 25 137q25 63 78 117q51 51 137 82t203 31q100 0 171.5 -26.5t125.5 -74.5q52 -46 80 -110q27 -61 26 -142q0 -70 -20 -118 q-25 -57 -56 -92q-33 -37 -88 -72q-49 -31 -112 -64q74 -37 139 -77q61 -39 106 -89q45 -47 70 -104q25 -55 25 -123q0 -94 -35 -174q-34 -77 -98 -129q-66 -53 -156 -80q-96 -29 -203 -28q-117 0 -203 30q-90 33 -145 82q-57 51 -88 123q-29 66 -29 152zM293 358 q0 -65 18 -116q20 -55 51 -90q33 -35 87 -58q49 -20 120 -20q68 0 121 20q55 23 94 58q37 33 60 86q20 47 20 108q0 53 -18 96q-16 39 -64 86q-41 41 -110 82q-55 33 -168 82q-94 -49 -154 -135q-57 -82 -57 -199zM334 1141q0 -55 18 -99q18 -45 51 -79q34 -37 86 -68 q63 -37 121 -64q53 25 95 60q43 35 61 67q22 37 31 80q8 39 8 97q0 46 -12 92q-10 39 -41 80q-27 35 -72 57t-109 22q-59 0 -102 -18q-45 -18 -74 -51q-31 -33 -45 -78q-16 -49 -16 -98z" />
+<glyph unicode="9" d="M104 979q0 117 29 203q29 88 88 159q55 68 137 105q84 37 185 37q106 0 190 -39q86 -39 152 -125q61 -80 100 -213q35 -123 35 -311q0 -90 -14 -209q-12 -98 -41 -195q-23 -74 -74 -166q-41 -74 -105 -131q-59 -53 -143 -86q-80 -31 -178 -31q-90 0 -146 15 q-53 14 -90 41q-29 20 -47 57q-14 29 -14 64q0 39 18.5 63.5t42.5 34.5q20 -41 35 -62q23 -33 49 -51q39 -27 68 -37q37 -12 86 -12q172 0 252 151.5t90 460.5q-25 -33 -51 -53q-31 -25 -68 -43q-39 -18 -82 -31q-47 -12 -100 -12q-84 0 -164 27q-74 25 -127 78t-84 129 q-29 71 -29 182zM315 999q0 -88 15 -145q14 -59 45 -96t74 -55.5t104 -18.5q41 0 92 14q35 10 74 37q33 23 55 51q18 23 37 64v4q-4 145 -23 233q-20 92 -55 160q-33 61 -82 92t-108 31q-111 0 -168 -94q-60 -97 -60 -277z" />
+<glyph unicode=":" horiz-adv-x="587" d="M166 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66zM166 969q0 37 10 67q8 27 27 41 q25 20 41 25q25 6 51 6q25 0 49 -6q16 -4 41 -25q20 -16 29 -41q10 -31 10 -67q0 -35 -10 -66q-8 -27 -29 -43q-25 -20 -41 -24q-25 -6 -49 -7q-27 0 -51 7q-16 4 -41 24q-16 14 -27 43q-10 31 -10 66z" />
+<glyph unicode=";" horiz-adv-x="512" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86zM129 969q0 37 10 67q8 27 27 41q25 20 41 25q25 6 51 6q25 0 49 -6q16 -4 41 -25q20 -16 29 -41q10 -31 10 -67q0 -35 -10 -66q-8 -27 -29 -43q-25 -20 -41 -24q-25 -6 -49 -7q-27 0 -51 7q-16 4 -41 24q-16 14 -27 43q-10 31 -10 66z" />
+<glyph unicode="&#x3c;" d="M133 696v72l879 473v-137l-688 -373l688 -369v-137z" />
+<glyph unicode="=" d="M133 469v121h879v-121h-879zM133 872v121h879v-121h-879z" />
+<glyph unicode="&#x3e;" d="M133 225v137l688 369l-688 373v137l879 -473v-72z" />
+<glyph unicode="?" horiz-adv-x="1024" d="M88 1253q0 45 23 90q20 41 69 74q45 31 119 49q63 16 172 17q94 0 178 -25q80 -23 144 -72q57 -43 94 -116q33 -66 33 -158q0 -88 -27 -154q-29 -70 -78 -124q-53 -59 -125 -105q-76 -47 -168 -86v-231h-125v311q84 35 150 84q55 41 96 102q39 57 53 117q14 57 15 121 q0 53 -13 96q-12 41 -41 74q-29 31 -69 49q-39 16 -101 16q-68 0 -108 -20q-43 -20 -70 -57q-27 -35 -39 -84q-12 -45 -12 -101q-41 0 -68 8q-33 10 -53 25q-25 18 -37 41q-12 24 -12 59zM328 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23 q20 -16 28 -40q10 -31 11 -68q0 -35 -11 -66q-8 -27 -28 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66z" />
+<glyph unicode="@" horiz-adv-x="1884" d="M133 446q0 144 31 277q27 117 92 244q59 115 143 204q88 94 191 156q115 70 231 100q129 35 264 35q174 0 301 -51q135 -55 218 -139q90 -92 131 -209q43 -121 43 -260q0 -156 -35 -268q-37 -123 -94.5 -203t-130.5 -129q-70 -45 -142 -45q-90 0 -151 49q-63 51 -90 137 h-11q-25 -47 -47 -74q-31 -37 -61 -59q-35 -25 -74 -39q-41 -14 -94 -14q-66 0 -119 20.5t-98 65.5q-43 43 -68 108q-27 70 -26 156q0 53 12 118.5t39 127.5q29 68 69 123q51 70 99 106q55 43 133 72q80 29 170 28q68 0 115 -18t77 -43l82 43h49l-104 -522l-6 -47 q-4 -29 -6 -45.5t-2 -44.5q0 -31 10 -62q8 -25 29 -45q14 -14 38 -25q18 -8 48 -8q49 0 92 35q53 41 86 107q37 72 61 170q25 102 25 231q0 133 -43 235.5t-119 172t-184 106.5q-102 35 -234 35q-98 0 -196 -29q-100 -29 -183 -82q-90 -57 -159 -133q-80 -86 -127 -178 q-51 -98 -82 -223q-31 -123 -31 -262q0 -172 49 -291t133 -197q86 -80 193 -113q115 -35 235 -34q90 0 160 14q82 16 139 39q68 27 121 55q63 35 100 62l48 -74q-70 -49 -113 -74q-72 -41 -137 -65q-82 -31 -158 -47.5t-180 -16.5q-168 0 -303 45q-141 47 -238 137 q-100 94 -156 232q-55 139 -55 323zM727 479q0 -108 43 -160q43 -53 113 -53q51 0 90 23q41 25 63 57q31 47 43 82q14 43 25 94l78 416q-14 31 -45 45q-37 16 -70 16q-63 0 -111 -26q-51 -29 -86 -70q-39 -45 -65 -98q-25 -47 -45 -115q-12 -39 -25 -112q-8 -50 -8 -99z" />
+<glyph unicode="A" horiz-adv-x="1443" d="M0 0v86h39q31 0 51 6q16 4 37 25q16 16 33 49q20 39 35 80l454 1216h160l463 -1267q14 -35 24 -54q12 -23 29 -32q18 -12 41 -19q14 -4 51 -4h27v-86h-563v86h47q123 0 123 98q0 10 -4 35q-4 20 -13 41l-82 229h-538l-78 -215q-8 -20 -14 -47q-4 -16 -5 -41q0 -51 33 -75 q35 -25 103 -25h47v-86h-500zM453 592h462l-127 358l-59 170q-16 47 -43 154q-4 -31 -16 -72q-12 -45 -21 -69q-2 -6 -10 -33t-14 -43l-33 -88z" />
+<glyph unicode="B" horiz-adv-x="1337" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h549q270 0 397 -88q129 -88 129 -278q0 -63 -20 -121q-16 -47 -54 -90q-31 -35 -80 -66q-43 -27 -100 -45v-8q63 -10 127 -41 q53 -25 100 -76q45 -47 66 -110q23 -68 22 -144q0 -197 -131 -297q-129 -98 -395 -98h-610zM479 102h199q82 0 147 17q63 16 99 51q39 39 55 92q16 51 16 139q0 84 -14 140q-14 57 -53 98q-37 39 -97 57q-61 18 -149 19h-203v-613zM479 817h142q84 0 149 17q59 14 96 49 q35 33 52 86q16 55 16 127q0 82 -16 125q-20 51 -56 82q-41 33 -98 45q-61 12 -148 12h-137v-543z" />
+<glyph unicode="C" horiz-adv-x="1255" d="M117 733q0 164 43 303q45 145 123 238q82 98 206 153q123 55 285 56q115 0 182 -17q77 -18 129 -49q53 -31 78 -74t25 -90q0 -27 -14 -59q-12 -27 -37 -45q-29 -20 -56 -29q-37 -10 -71 -10q0 49 -13 94q-12 49 -41 86q-25 33 -73 60q-47 25 -113 24q-117 0 -197 -43 q-84 -45 -133 -123q-52 -83 -73 -202q-23 -125 -23 -273q0 -138 25 -252q25 -113 75 -194q51 -80 131 -127q78 -45 195 -45q78 0 133 14q59 16 101 39q45 27 77 55q35 31 60 66q14 -10 28 -31q10 -16 11 -49q0 -41 -27 -80q-31 -43 -80 -74q-51 -31 -137 -53t-197 -22 q-154 0 -270 55q-113 53 -193 151q-78 94 -118 240q-41 141 -41 307z" />
+<glyph unicode="D" horiz-adv-x="1488" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h627q160 0 282.5 -49t208.5 -141q84 -90 131 -230q45 -133 45 -309q0 -168 -43 -303q-45 -139 -125 -231q-84 -96 -207 -147.5t-292 -51.5 h-627zM479 104h178q125 0 213 41q94 45 154 121q57 76 90 199q31 117 31 268q0 307 -121 465q-125 162 -365 162h-180v-1256z" />
+<glyph unicode="E" horiz-adv-x="1275" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1006q0 45 -14 78q-12 27 -35 43q-18 14 -53 20q-31 6 -66 6h-26v86h1032l10 -358h-106l-10 88q-4 39 -15 65q-14 35 -33 54q-23 23 -55 35q-39 14 -78 14h-344v-545h494v-100h-494v-613h395q51 0 84 12.5 t58 37.5q23 23 35 53.5t18 64.5l14 88h107l-14 -358h-1098z" />
+<glyph unicode="F" horiz-adv-x="1206" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h1032l10 -358h-106l-10 88q-2 33 -17 65q-14 35 -33 54q-23 23 -57 35q-39 14 -82 14h-336v-592h494v-100h-494v-435q0 -49 13 -77 q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4h68v-86h-637z" />
+<glyph unicode="G" horiz-adv-x="1460" d="M117 733q0 168 45 303q45 137 137 238q90 98 223 153q135 55 312 56q123 0 198 -17q86 -18 142 -49q57 -31 83 -74q29 -45 29 -90q0 -33 -14 -59q-14 -25 -41 -45.5t-60 -28.5q-37 -10 -75 -10q0 51 -15 94q-18 53 -44.5 86t-84.5 60q-51 25 -127 24q-129 0 -221 -43 q-94 -43 -149 -123q-59 -86 -84 -202q-27 -129 -27 -273q0 -158 27 -272q29 -123 88 -201q63 -82 157.5 -123t237.5 -41q59 0 114.5 6.5t98.5 18.5v330q0 41 -14 73q-10 25 -35 41q-18 12 -55 21q-20 4 -64 4h-8v86h532v-86h-8q-39 0 -55 -4q-29 -8 -45 -21q-18 -16 -31 -45 q-10 -25 -10 -78v-368q-109 -51 -211 -72q-113 -23 -242 -22q-178 0 -311 55q-137 57 -219 151q-88 100 -131 240q-43 138 -43 307z" />
+<glyph unicode="H" horiz-adv-x="1622" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-414h666v414q0 45 -15 78q-12 27 -34 43q-18 14 -54 20 q-31 6 -65 6h-27v86h596v-86h-26q-35 0 -66 -6q-35 -6 -53 -20q-23 -16 -35 -43q-14 -33 -14 -78v-1006q0 -41 14 -73q10 -20 37 -41q20 -14 53 -19q41 -4 64 -4h26v-86h-596v86h27q45 0 65 4q35 6 54 21q23 16 34 45q14 33 15 77v480h-666v-480q0 -49 13 -77q12 -27 36 -45 q18 -14 54 -21q20 -4 65 -4h27v-86h-596z" />
+<glyph unicode="I" horiz-adv-x="751" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v996q0 45 -14 78q-12 27 -35 43q-18 14 -53 20q-31 6 -66 6h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-996q0 -49 13 -77q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4 h27v-86h-596z" />
+<glyph unicode="J" horiz-adv-x="729" d="M-23 -395h19q65 0 117 18q55 18 88 62q35 45 53 116q18 74 18 181v1255q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-1245q0 -137 -36.5 -229.5t-98.5 -145.5 q-68 -57 -149 -78q-90 -23 -183 -23h-35v97z" />
+<glyph unicode="K" horiz-adv-x="1433" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-578l424 486q34 37 55 67q29 41 35 53.5t17 42.5q6 18 6 33 q0 27 -25 35q-27 10 -76 10v84h453v-84q-29 0 -68 -14q-31 -10 -65 -37q-27 -20 -66 -61q-35 -35 -75 -80l-297 -334l432 -602q57 -78 114 -123q53 -41 111 -41h4v-86h-22q-111 0 -168 8q-74 10 -113 29q-45 20 -78 57q-43 47 -71 90l-353 506l-174 -141v-316q0 -49 13 -77 q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-596z" />
+<glyph unicode="L" horiz-adv-x="1275" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v996q0 45 -14 78q-12 27 -35 43q-18 14 -53 20q-31 6 -66 6h-26v86h596v-86h-27q-25 0 -65 -4q-29 -2 -54 -20q-27 -18 -36 -43q-12 -27 -13 -72v-1135h404q41 0 78 17q34 15 55 43q16 23 31 59q14 39 16 66 l20 153h107l-14 -440h-1098z" />
+<glyph unicode="M" horiz-adv-x="1918" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h467l424 -1171l420 1171h454v-86h-26q-35 0 -66 -6q-35 -6 -53 -20q-23 -16 -35 -43q-14 -33 -14 -78v-996q0 -45 14 -77q12 -29 35 -45 q18 -14 53 -21q20 -4 66 -4h26v-86h-545v86h7q23 0 59 4q20 2 45 19q16 10 31 38q8 16 12 68v1094l-469 -1309h-111l-475 1305v-1072q0 -47 11 -77q10 -29 28 -45q16 -14 47 -21q18 -4 62 -4h6v-86h-473z" />
+<glyph unicode="N" horiz-adv-x="1562" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h375l733 -1132v907q0 45 -12 72q-10 25 -37 43q-25 18 -54 20q-41 4 -65 4h-27v86h514v-86h-26q-35 0 -66 -6q-35 -6 -53 -20 q-27 -18 -37 -43q-12 -29 -12 -78v-1229h-146l-768 1180v-947q0 -49 13 -77q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-514z" />
+<glyph unicode="O" horiz-adv-x="1519" d="M115 735q0 168 41 309q41 139 118 236q82 100 203 152q125 53 285 53q152 0 274 -53q115 -51 201 -152q80 -96 125 -238q41 -131 41 -309q0 -176 -41 -307q-45 -145 -125 -239.5t-203 -151.5q-121 -55 -274 -55q-166 0 -285 55q-125 57 -201 151q-78 94 -118 240 q-41 141 -41 309zM342 733q0 -147 23 -272q20 -115 71 -201q49 -82 131 -127q80 -43 193 -43q115 0 194.5 43t128.5 127q49 82 70 201q23 125 23 272q0 145 -23 271q-23 123 -70 202q-49 82 -129 125t-192 43q-115 0 -195 -43t-129 -125q-53 -90 -73 -202q-23 -126 -23 -271 z" />
+<glyph unicode="P" horiz-adv-x="1236" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h575q129 0 224 -30q100 -33 157 -84q61 -55 92 -135t31 -179q0 -90 -29 -176q-27 -80 -94 -147q-61 -61 -170 -103q-102 -39 -256 -39h-129 v-346q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h68v-86h-637zM479 666h109q88 0 160 20q63 18 106 62q45 45 63.5 112.5t18.5 165.5q0 92 -16 150q-16 59 -56 104q-35 41 -98 63q-59 20 -148 21h-139v-698z" />
+<glyph unicode="Q" horiz-adv-x="1519" d="M115 735q0 168 41 309q41 139 118 236q82 100 203 152q125 53 285 53q152 0 274 -53q115 -51 201 -152q80 -96 125 -238q41 -131 41 -309q0 -154 -33 -276q-34 -126 -98 -221q-70 -102 -158 -160q-98 -63 -217 -84q8 -102 35 -176q25 -72 63.5 -113t89.5 -59 q53 -18 115 -19h33v-96h-88q-78 0 -162 22q-82 23 -145 74q-70 55 -111 139q-47 92 -55 220q-137 14 -246 75q-106 59 -172 156q-74 106 -104 229q-35 135 -35 291zM342 733q0 -147 23 -272q20 -115 71 -201q49 -82 131 -127q80 -43 193 -43q115 0 194.5 43t128.5 127 q49 82 70 201q23 125 23 272q0 145 -23 271q-23 123 -70 202q-49 82 -129 125t-192 43q-115 0 -195 -43t-129 -125q-53 -90 -73 -202q-23 -126 -23 -271z" />
+<glyph unicode="R" horiz-adv-x="1341" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h551q266 0 395 -98q131 -100 131 -297q0 -84 -27 -143q-29 -61 -69 -107q-43 -47 -96 -76q-49 -27 -109 -47l281 -444q51 -82 102 -123 t113 -41h6v-86h-29q-96 0 -158 6q-59 6 -104 29q-47 25 -74 55q-37 43 -65 94l-277 461h-170v-422q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h27v-86h-596zM479 741h144q90 0 149 21q61 20 96 59t52 101q16 66 16 139q0 88 -16 139q-18 57 -56 94 q-39 39 -98 54q-66 16 -148 16h-139v-623z" />
+<glyph unicode="S" horiz-adv-x="1112" d="M98 268q0 63 39 100.5t109 37.5q2 -55 20 -123q15 -58 49 -105q33 -45 84.5 -71.5t122.5 -26.5q138 0 215 67q78 68 78 191q0 53 -16 98q-14 41 -54 80q-37 37 -96 70q-66 37 -151 71q-90 37 -166 84q-76 45 -119 99q-51 61 -70 121q-23 72 -22 151q0 92 33 158 q37 74 94 116q66 49 141 72q82 25 180 25q90 0 162 -19q68 -18 121 -51q49 -31 74 -74q27 -47 26 -86q0 -66 -43 -100q-41 -33 -118 -33q0 55 -11 94q-12 49 -39 84q-29 37 -71 60q-45 23 -109 22q-57 0 -106 -16q-45 -16 -78 -47q-31 -31 -49 -74q-16 -39 -16.5 -96 t16.5 -107q16 -45 53 -84q39 -39 98 -71q57 -31 150 -70q82 -35 159 -78q66 -37 121 -92q47 -47 74 -112.5t27 -141.5q0 -102 -35 -174q-37 -76 -103 -129q-63 -51 -157 -80q-96 -29 -209 -28q-102 0 -176 20t-129 59q-49 35 -76 91q-27 57 -27 118z" />
+<glyph unicode="T" horiz-adv-x="1253" d="M41 1104l10 358h1153l10 -358h-106l-10 88q-2 25 -15 65q-8 31 -28.5 53.5t-48.5 35.5q-35 14 -78 14h-199v-1127q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h47v-86h-637v86h47q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1137h-196q-39 0 -76 -14 q-29 -12 -49.5 -35t-28.5 -54q-12 -41 -14 -65l-11 -88h-106z" />
+<glyph unicode="U" horiz-adv-x="1466" d="M31 1376v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-799q0 -90 24.5 -151.5t71.5 -102.5q41 -35 109 -55q61 -18 137 -19q89 0 154 25q66 25 106 66q43 41 64 100q20 55 20 129v815q0 39 -14 72q-10 25 -37 43q-25 18 -53 20 q-41 4 -64 4h-26v86h514v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-811q0 -102 -33 -182q-35 -88 -96 -140q-66 -57 -158 -86q-96 -31 -215 -30q-115 0 -217 26q-94 25 -161.5 80t-102.5 143t-35 213v795q0 39 -14 72q-10 25 -37 43 q-25 18 -53 20q-41 4 -64 4h-26z" />
+<glyph unicode="V" horiz-adv-x="1380" d="M0 1376v86h563v-86h-47q-61 0 -92 -24.5t-31 -73.5q0 -10 4 -35q4 -20 13 -41l225 -665q37 -111 53 -177l39 -159q8 39 39 157q22 83 55 179l226 651q2 4 14 49q4 14 4 39q0 51 -33 75.5t-102 24.5h-47v86h499v-86h-39q-29 0 -51 -6q-20 -6 -38.5 -24.5t-32.5 -47.5 q-8 -16 -33 -81l-424 -1217h-150l-442 1268q-14 35 -25 53q-12 23 -28 33q-14 10 -39 16q-23 6 -53 6h-27z" />
+<glyph unicode="W" horiz-adv-x="2142" d="M18 1376v86h564v-86h-47q-61 0 -92 -24.5t-31 -73.5q0 -16 6 -35q4 -18 10 -41l188 -655q27 -92 50 -182l39 -164q14 74 36 174q31 137 47 194l244 879h148l256 -887q37 -135 51 -196l37 -164q6 29 19 86t16 69q14 61 47 181l180 632q2 12 6 27q2 4 4 14.5t4 16.5 q2 8 4 14t2 12q2 8 2 23q0 51 -34 76q-33 25 -101 24h-47v86h500v-86h-39q-31 0 -53.5 -6t-39 -22.5t-32.5 -49t-31 -81.5l-346 -1217h-184l-334 1147l-313 -1147h-189l-375 1268q-8 29 -22 53q-12 20 -31 33q-14 10 -39 16q-20 6 -53 6h-27z" />
+<glyph unicode="X" horiz-adv-x="1351" d="M16 0v86h13q29 0 65 8q27 6 51 25q29 20 45 43q41 51 52 67l342 490l-338 549q-37 59 -84 84q-46 25 -92 24h-27v86h555v-86h-6q-29 0 -57 -4q-25 -4 -37 -12q-12 -10 -19 -21q-4 -8 -4 -22q0 -4 1 -11.5t1 -9.5q0 -12 6 -24q2 -4 6.5 -14.5t8.5 -16.5q10 -20 26 -45 l185 -299l194 295l37 65q14 29 14 60q0 18 -8 29q-9 12 -24 18q-23 8 -33 10q-14 2 -45 2h-6v86h448v-86h-18q-20 0 -54 -8q-29 -8 -49 -25q-29 -25 -47 -45q-31 -35 -53 -69l-297 -428l377 -606q43 -57 86 -84q39 -25 78 -25h26v-86h-553v86h11q123 0 122 68q0 14 -2 22 q0 2 -10 27q-2 4 -20 37q-31 47 -35 55l-203 326l-227 -336q-6 -8 -19 -29q-4 -6 -9 -18.5t-7 -16.5l-12 -37q-6 -18 -6 -34q0 -35 32 -50q31 -14 101 -14h6v-86h-488z" />
+<glyph unicode="Y" horiz-adv-x="1280" d="M-10 1376v86h563v-86h-76q-27 0 -45 -6q-25 -8 -29 -12q-8 -8 -12 -23q-4 -16 -4 -24q0 -29 12 -58q16 -37 25 -51l151 -274q39 -68 62 -125q4 -10 41 -109q4 8 11 24.5t11 24.5l31 58l35 63l35 64l131 235q16 27 29 66q8 27 8 57q0 46 -31 68q-33 23 -92 22h-60v86h500 v-86h-24q-16 0 -41 -8q-16 -6 -39 -25q-22 -18 -43 -49q-23 -33 -47 -77l-344 -607v-377q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 65 -4h48v-86h-637v86h47q25 0 65 4q33 4 54 19q27 20 36 41q12 28 13 73v387l-379 658q-4 6 -11.5 16t-12.5 18.5t-9 14.5 q-16 25 -31 35q-15 12 -37 18q-20 6 -45 6h-26z" />
+<glyph unicode="Z" horiz-adv-x="1210" d="M74 0v82l768 1278h-445q-41 0 -75 -14q-29 -12 -49.5 -35t-28.5 -54q-12 -41 -15 -65l-10 -88h-106l10 358h971v-84l-770 -1276h516q47 0 78 13q27 10 49 37q20 23 28 53q12 41 15 65l10 88h106l-10 -358h-1042z" />
+<glyph unicode="[" horiz-adv-x="733" d="M205 -262v1818h457v-86h-89q-35 0 -65 -6q-35 -6 -53 -20q-23 -16 -35 -43q-14 -33 -14 -78v-1352q0 -45 14 -77q12 -27 35 -44q18 -14 53 -20q31 -6 65 -6h89v-86h-457z" />
+<glyph unicode="\" horiz-adv-x="589" d="M0 1556h119l471 -1804h-121z" />
+<glyph unicode="]" horiz-adv-x="735" d="M76 -176h88q35 0 65 6q35 6 54 20q27 18 36 44q12 29 13 77v1352q0 49 -13 78q-10 25 -36 43q-18 14 -54 20q-31 6 -65 6h-88v86h456v-1818h-456v86z" />
+<glyph unicode="^" d="M104 545l431 917h71l432 -917h-137l-332 729l-327 -729h-138z" />
+<glyph unicode="_" horiz-adv-x="937" d="M-10 -170h960v-121h-960v121z" />
+<glyph unicode="`" horiz-adv-x="1181" d="M393 1548v21h219q15 -34 37 -74q37 -70 45 -82l49 -78q33 -49 48 -67v-27h-78q-41 29 -88 70l-95 86q-33 31 -81 84q-38 39 -56 67z" />
+<glyph unicode="a" horiz-adv-x="1150" d="M102 307q0 164 115 242q117 80 352 86l170 6v123q0 55 -6 102t-26.5 80t-57.5 51.5t-100 18.5q-57 0 -96 -17q-31 -12 -56 -47q-23 -33 -28 -69q-6 -39 -7 -90q-84 0 -129 28.5t-45 100.5q0 51 29 90q27 35 80 61q43 20 117 35q57 10 143 10q94 0 164 -18q71 -18 117 -62 q49 -45 71 -108q23 -61 23 -166v-531q0 -45 6 -71q6 -25 23 -45q14 -18 40 -25q25 -6 58 -6h6v-86h-277l-32 176h-17q-31 -43 -61.5 -80t-67.5 -61q-43 -29 -80 -41q-43 -14 -110 -14q-61 0 -127 20q-55 18 -100 59q-39 37 -66 103q-25 61 -25 145zM301 297q0 -96 41 -143.5 t125 -47.5q66 0 113 21q55 25 86 55q37 37 55 90q18 51 18 119v166l-131 -6q-90 -4 -145 -21q-57 -18 -94 -49q-35 -29 -51.5 -78t-16.5 -106z" />
+<glyph unicode="b" horiz-adv-x="1255" d="M37 0v86h16q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-16v86h377v-376v-80q0 -31 -4 -88l-4 -99h8q16 35 53 84q29 37 65 66q33 25 86 41q45 14 109 14q104 0 178 -33q80 -35 131 -104q55 -76 82 -176 q27 -104 27 -254q0 -152 -27 -256q-27 -102 -82 -178q-49 -66 -131 -103q-80 -35 -178 -34q-49 0 -106 14q-47 12 -89 37q-39 25 -67.5 55.5t-50.5 73.5h-13l-36 -160h-328zM414 551q0 -92 14 -189q12 -86 45 -139q35 -57 86 -84q53 -29 135 -28q68 0 115 28.5t78 83.5 q29 51 45 139q14 78 14 191t-14 190q-14 82 -45 136q-31 55 -78 81.5t-117 26.5q-82 0 -133 -26q-59 -31 -86 -80q-33 -61 -45 -138q-14 -96 -14 -192z" />
+<glyph unicode="c" horiz-adv-x="1007" d="M113 543q0 160 34 274q33 109 97 178q59 66 145 94.5t180 28.5q61 0 127 -12q53 -10 115 -39q53 -25 84 -66q31 -40 31 -92q0 -74 -45 -100q-47 -29 -138 -29q0 51 -8 90t-28 76q-18 33 -52 51t-86 19q-57 0 -106 -22.5t-82 -76t-51.5 -145.5t-18.5 -227q0 -221 72 -326 q74 -106 238 -106q94 0 165 41q76 43 107 102q16 -12 25 -33q10 -25 10 -47q0 -35 -23 -70q-23 -37 -65 -63q-39 -25 -109 -45q-63 -18 -151 -18q-96 0 -189 32q-86 31 -147 99q-63 70 -97 174q-34 111 -34 258z" />
+<glyph unicode="d" horiz-adv-x="1255" d="M113 547q0 152 26 256q28 108 80 178q51 70 131 104q74 33 180 33q57 0 107 -12q39 -10 86 -39q43 -27 70 -55q29 -31 51 -74h12q-4 66 -6 94l-4 76q-2 25 -2 55v168q0 45 -13 72q-10 25 -36 43q-25 18 -54 20q-41 4 -65 4h-17v86h377v-1331q0 -46 13 -73q10 -20 36 -41 q25 -18 54 -21q41 -4 65 -4h17v-86h-347l-22 184h-8q-20 -45 -53 -84q-37 -43 -66 -65q-33 -25 -86 -41q-45 -14 -109 -14q-100 0 -180 34q-82 37 -131 103q-53 72 -79.5 176t-26.5 254zM311 545q0 -217 59.5 -325.5t194.5 -108.5q82 0 133 26q55 29 86 80q35 57 47 137 q12 84 13 193q0 104 -13 188q-12 82 -47 139q-37 59 -86 84q-57 29 -135 29q-63 0 -114 -29q-47 -27 -80 -86q-27 -47 -43 -137q-15 -77 -15 -190z" />
+<glyph unicode="e" horiz-adv-x="1095" d="M113 541q0 285 118 432q117 145 336 145q98 0 178 -31q76 -29 134 -92q51 -57 84 -153q31 -92 30 -213v-94h-682q4 -121 23 -193q23 -82 59 -131q41 -55 94 -78q55 -25 129 -24q52 0 99 12t82 33q43 25 65 45q29 25 47 53q14 -6 26.5 -24.5t12.5 -45.5q0 -29 -22 -67 q-20 -33 -68 -66q-41 -27 -110 -49q-63 -20 -160 -20q-104 0 -199 38q-86 35 -149 109q-59 68 -95 176q-32 101 -32 238zM315 645h471q0 80 -12 148q-10 57 -39 114q-25 49 -67 74q-47 27 -105 27q-115 0 -176 -93q-60 -88 -72 -270z" />
+<glyph unicode="f" horiz-adv-x="755" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v102q0 90 24 162q23 68 72 119q43 45 115 71q68 25 151 25q74 0 136 -10q45 -8 88 -31q34 -18 49 -43q14 -23 14 -59q0 -28 -12 -50q-12 -20 -35 -36q-18 -14 -53 -21q-41 -8 -68 -8 q0 31 -6 61q-6 27 -23 52q-14 20 -40 36q-23 14 -66 15q-47 0 -74 -17q-29 -16 -47 -51q-20 -39 -26 -82q-6 -49 -7 -114v-121h289v-97h-289v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h78v-86h-633z" />
+<glyph unicode="g" horiz-adv-x="1101" d="M47 -193q0 61 21 105q23 49 57.5 77.5t81.5 51.5q41 18 96 29q-16 6 -40.5 24.5t-37.5 34.5q-15 22 -24 49q-10 31 -11 60q0 63 31 106q31 41 103 86q-45 18 -78 49q-31 27 -58 72q-25 41 -36 88q-12 49 -13 100q0 88 25 158q27 76 72 121q49 49 118 74q76 27 170 26 q37 0 74 -6q41 -6 65.5 -14t55.5 -23q23 -10 39 -24q2 2 14 16t21 20q29 25 45 35q29 18 55 29q25 10 63 10q35 0 54 -8q25 -10 37 -23q16 -16 22 -34q8 -25 8 -41q0 -23 -6 -41q-6 -16 -20 -35q-10 -12 -33 -23q-18 -8 -49 -8q0 16 -2 25q-2 12 -11 22q-6 8 -20 17 q-12 6 -35 6q-25 0 -47 -6q-18 -4 -41 -19q37 -47 57 -102q23 -61 23 -146q0 -74 -23 -141q-20 -61 -69 -110q-47 -47 -115 -74t-162 -27h-26q-6 0 -14.5 1t-16.5 1q-6 0 -15.5 1t-13.5 1t-11 1t-9 1q-8 -4 -37 -22q-25 -16 -33 -26.5t-20 -35.5q-8 -16 -9 -41q0 -27 9 -41 q8 -12 26.5 -22t40.5 -12q16 -2 51 -2h232q88 0 156 -23q61 -20 104 -63q41 -41 59.5 -96.5t18.5 -123.5q0 -92 -33 -159q-37 -76 -98 -121q-66 -47 -170 -76q-98 -27 -242 -27q-215 0 -319 78q-107 80 -107 221zM213 -180q0 -45 12 -84q12 -43 41 -68q31 -29 82 -43 q55 -16 129 -16q113 0 182 18q72 18 113 51q41 31 59 80q16 41 17 99q0 41 -14 77q-12 29 -39 48q-29 18 -66 24q-53 8 -90 8h-201q-31 0 -84 -8q-39 -6 -71.5 -28.5t-51 -59.5t-18.5 -98zM332 745q0 -131 43 -192t143 -61q47 0 84 16t57 45q22 31 31 80q10 55 10 115 q0 141 -43 204q-43 66 -141 66t-141 -68t-43 -205z" />
+<glyph unicode="h" horiz-adv-x="1298" d="M37 0v86h16q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-16v86h377v-450v-59q0 -23 -4 -56l-4 -59h10q92 186 301 186q88 0 155 -24q70 -25 113 -72q45 -47 69.5 -125t24.5 -180v-484q0 -49 13 -77 q14 -31 32.5 -45.5t49.5 -20.5q18 -4 63 -4h6v-86h-356v707q0 68 -13 118q-12 53 -38 88q-29 39 -68 56q-43 18 -106 18q-65 0 -111 -24q-47 -25 -76 -66q-31 -45 -47 -106q-14 -57 -14 -136v-432q0 -41 14 -73q10 -20 37 -41q20 -14 53 -19q41 -4 64 -4h6v-86h-551z" />
+<glyph unicode="i" horiz-adv-x="653" d="M47 0v86h27q25 0 65 4q33 4 54 19q27 20 36 41q12 28 13 73v649q0 45 -13 72q-10 25 -36 43q-18 14 -54 21q-20 4 -65 4h-6v86h366v-865q0 -45 15 -77q12 -29 34 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-582zM213 1430q0 39 8 61q8 20 27 39q14 14 36.5 20t45 6t45 -6 t37.5 -20q16 -16 24 -39q10 -27 10 -61q0 -33 -10 -60q-8 -23 -24.5 -39t-36.5 -22q-23 -6 -45.5 -6t-44.5 6q-20 6 -37 22q-18 18 -27 39q-8 23 -8 60z" />
+<glyph unicode="j" horiz-adv-x="612" d="M-25 -395h15q55 0 98 18q41 16 72 62q29 41 45 116q16 78 16 181v890q0 39 -14 72q-10 25 -37 43q-18 14 -53 21q-20 4 -64 4h-6v86h367v-1114q0 -143 -29 -230q-29 -90 -86 -145q-57 -57 -127 -78q-78 -23 -164 -23h-33v97zM193 1430q0 35 10 61q8 23 24 39q14 14 37 20 t45.5 6t45 -6t36.5 -20q16 -16 25 -39q10 -27 10 -61q0 -33 -10 -60q-8 -23 -24.5 -39t-37.5 -22q-23 -6 -45 -6t-45 6q-20 6 -36.5 22.5t-24.5 38.5q-10 27 -10 60z" />
+<glyph unicode="k" horiz-adv-x="1196" d="M37 0v86h16q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-16v86h377v-790v-72q0 -29 -4 -86q-2 -47 -4 -100l256 280q29 31 55 66q31 39 35 47q2 4 16 39q6 15 6 31q0 27 -24 33q-33 8 -76 8v86h452v-86 q-72 0 -139 -49q-74 -53 -149 -142l-144 -162l273 -405q49 -78 106 -125q53 -43 121 -43h6v-86h-29q-89 0 -147 6q-61 6 -98 25q-45 23 -78 61q-41 47 -78 107l-205 321l-151 -112v-185q0 -41 14 -73q10 -20 37 -41q20 -14 53 -19q41 -4 64 -4h6v-86h-551z" />
+<glyph unicode="l" horiz-adv-x="634" d="M27 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h387v-1323q0 -49 12 -77q12 -27 37 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-581z" />
+<glyph unicode="m" horiz-adv-x="1933" d="M57 0v86h27q45 0 63 4q33 8 52 21q18 14 32 45q10 23 11 77v639q0 45 -13 72q-12 29 -32 43q-18 14 -50 21q-18 4 -63 4h-6v86h321l27 -166h10q29 53 66 94q35 37 71.5 57.5t81.5 26.5q57 8 90 8q43 0 95 -10q37 -8 84 -33q39 -20 69 -57q33 -39 49 -86h17q29 55 67 94 q37 35 76 57q37 20 86 27q57 8 92 8q78 0 140 -24q63 -27 104 -72q47 -55 68 -125q23 -80 22 -180v-484q0 -49 12 -77q14 -31 33 -45.5t49 -20.5q18 -4 64 -4h6v-86h-356v707q0 76 -11 118q-10 45 -38 88q-25 37 -66 56q-39 18 -100 18q-63 0 -107 -24q-47 -27 -72 -66 q-27 -41 -38 -98q-10 -45 -11 -117v-449q0 -49 13 -77q14 -31 32.5 -45.5t49.5 -20.5q18 -4 63 -4h6v-86h-356v707q0 68 -12.5 119t-37 87.5t-65.5 55.5q-39 18 -100 18q-68 0 -113 -26q-46 -28 -74 -74q-27 -43 -39 -107q-12 -61 -12 -125v-432q0 -41 15 -73q10 -25 34 -41 q20 -14 54 -19q41 -4 65 -4h6v-86h-551z" />
+<glyph unicode="n" horiz-adv-x="1320" d="M57 0v86h17q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v639q0 45 -13 72q-10 25 -36 43q-18 14 -54 21q-20 4 -65 4h-6v86h331l27 -166h10q29 55 68 94t74 57q37 20 84 27q57 8 94 8q80 0 145.5 -24.5t106.5 -71.5q47 -53 69 -125q23 -70 23 -180v-484q0 -49 12 -77 q14 -31 32.5 -45.5t49.5 -20.5q18 -4 63 -4h7v-86h-357v707q0 68 -12 118q-12 53 -39 88q-29 37 -70 56q-43 18 -104 18q-72 0 -117 -26q-53 -31 -78 -74q-29 -49 -41 -107q-12 -61 -12 -125v-432q0 -41 15 -73q10 -25 34 -41q20 -14 54 -19q41 -4 65 -4h6v-86h-551z" />
+<glyph unicode="o" horiz-adv-x="1181" d="M113 551q0 287 123 428q121 139 358 139q106 0 199 -35q88 -33 149 -104q59 -70 94 -178q33 -104 33 -250q0 -289 -123 -430t-358 -141q-106 0 -199 34q-84 33 -149 107q-59 70 -95 178q-32 105 -32 252zM311 551q0 -121 15 -201q16 -88 49 -145.5t86 -87.5 q51 -31 131 -31t131 31q53 31 86 88q31 53 47 145q14 80 14 201q0 109 -16 201q-16 90 -47 143q-34 58 -86 86q-53 29 -131 29q-76 0 -129 -29q-52 -28 -86 -86q-35 -59 -49 -143q-15 -80 -15 -201z" />
+<glyph unicode="p" horiz-adv-x="1255" d="M27 1012v86h358l21 -185h8q16 35 53 84q29 37 65 66q33 25 86 41q45 14 109 14q104 0 178 -33q80 -35 131 -104q55 -76 82 -176q27 -104 27 -254q0 -152 -27 -256q-27 -102 -82 -178q-49 -66 -131 -103q-80 -35 -178 -34q-49 0 -106 14q-47 12 -89 37q-39 25 -67.5 55.5 t-50.5 73.5h-8q0 -16 1 -49t3 -50q0 -6 1 -19t1 -22v-36q0 -6 1 -17.5t1 -15.5v-23v-196q0 -39 14 -72q10 -25 37 -43q20 -14 53 -18q41 -4 64 -5h6v-86h-551v86h16q45 0 66 5q35 6 53 20q23 16 35 45q14 37 14 78v1130q0 39 -14 72q-10 25 -37 43q-18 14 -53 21 q-20 4 -64 4h-26zM414 551q0 -92 14 -189q12 -86 45 -139q35 -57 86 -84q53 -29 135 -28q68 0 115 28.5t78 83.5q29 51 45 139q14 78 14 191t-14 190q-14 82 -45 136q-31 55 -78 81.5t-117 26.5q-82 0 -133 -26q-59 -31 -86 -80q-33 -61 -45 -138q-14 -96 -14 -192z" />
+<glyph unicode="q" horiz-adv-x="1255" d="M113 547q0 152 26 256q28 108 80 178q51 70 131 104q74 33 180 33q57 0 107 -12q39 -10 86 -39q43 -27 70 -55q29 -31 51 -74h12l37 160h328v-86h-17q-45 0 -65 -4q-35 -6 -54 -21q-27 -18 -36 -45q-12 -31 -13 -78v-1130q0 -45 13 -72q10 -25 36 -43q18 -14 54 -20 q20 -4 65 -5h17v-86h-613v86h68q45 0 65 5q35 6 54 20q27 18 36 45q12 31 13 78v176q0 10 1 37t1 43q0 59 2 88l4 98h-8q-20 -45 -53 -84q-37 -43 -66 -65q-33 -25 -86 -41q-45 -14 -109 -14q-100 0 -180 34q-82 37 -131 103q-53 72 -79.5 176t-26.5 254zM311 545 q0 -217 59.5 -325.5t194.5 -108.5q82 0 133 26q55 29 86 80q35 57 47 137q12 84 13 193q0 104 -13 188q-12 82 -47 139q-37 59 -86 84q-57 29 -135 29q-63 0 -114 -29q-47 -27 -80 -86q-27 -47 -43 -137q-15 -77 -15 -190z" />
+<glyph unicode="r" horiz-adv-x="964" d="M68 0v86h6q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v639q0 45 -13 72q-10 25 -36 43q-18 14 -54 21q-20 4 -65 4h-6v86h315l39 -203h10l41 86q25 45 51 72q29 29 76 47t113 18q113 0 166 -39q55 -40 55 -110q0 -29 -10 -60q-8 -25 -33 -45q-27 -23 -60 -30 q-41 -10 -88 -11q0 86 -24.5 123t-83.5 37q-35 0 -68 -22q-35 -25 -53 -56q-23 -39 -37 -82q-20 -61 -26 -94q-10 -49 -13 -96q-4 -66 -4 -88v-322q0 -41 15 -73q10 -25 34 -41q20 -14 54 -19q41 -4 65 -4h57v-86h-591z" />
+<glyph unicode="s" horiz-adv-x="923" d="M92 197q0 37 14 69q10 25 33 43q20 16 41 22.5t41 6.5q0 -61 10 -100q12 -47 37 -84q20 -31 70 -56q41 -20 104 -20q45 0 97 14q45 12 71.5 37t42.5 59q14 31 15 76q0 43 -11 66q-10 25 -41 51q-27 23 -77 49q-74 37 -123 57q-76 33 -137 68q-63 37 -97 70q-41 41 -57 86 q-18 49 -19 116q0 70 27 123q28 55 80 92q53 37 121 56q72 18 158 18q78 0 129 -14q55 -16 94 -41q39 -27 57 -60q18 -35 19 -73q0 -57 -39 -90t-109 -33q0 100 -43 160q-43 57 -133 57q-51 0 -88 -12q-39 -12 -62 -33q-20 -18 -34 -53q-10 -27 -11 -66q0 -41 15 -67 q18 -35 43 -54q29 -23 80 -45q10 -4 32.5 -14l43 -19.5t40.5 -17.5q84 -35 140 -68q59 -35 94 -71q37 -41 55 -88q18 -49 19 -113q0 -76 -29 -139q-27 -57 -82 -101q-51 -39 -127 -61q-70 -20 -166 -20q-68 0 -139 14q-61 12 -107 41q-43 28 -67 67q-25 42 -25 95z" />
+<glyph unicode="t" horiz-adv-x="720" d="M39 981v82q41 0 82 14.5t78 50.5q37 41 57 91q23 53 37 131h94v-252h268v-117h-268v-690q0 -104 43 -153.5t113 -49.5q27 0 67 4q25 2 64 10v-90q-10 -6 -35 -12q-29 -8 -45 -10q-8 0 -24.5 -3t-26.5 -5q-18 -2 -51 -2q-74 0 -134 16q-53 14 -92 53q-35 35 -53 98 q-18 61 -18 150v684h-156z" />
+<glyph unicode="u" horiz-adv-x="1298" d="M47 1012v86h367v-707q0 -61 10 -119q8 -49 35 -88q25 -37 67.5 -55t102.5 -18q68 0 117 24.5t79 67.5q33 45 47 104q14 57 15 135v422q0 47 -13 78q-10 27 -36 45q-18 14 -54 21q-20 4 -65 4h-6v86h366v-875q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h6v-86 h-325l-27 166h-10q-29 -55 -68 -94q-31 -31 -80 -56q-47 -23 -88 -28q-61 -8 -96 -8q-76 0 -143 22q-59 20 -107 74q-45 51 -65 125q-23 80 -23 180v491q0 39 -14 72q-10 25 -37 43q-18 14 -53 21q-20 4 -64 4h-6z" />
+<glyph unicode="v" horiz-adv-x="1185" d="M8 1012v86h512v-86h-26q-61 0 -92 -24.5t-31 -74.5q0 -10 4 -34q4 -20 12 -41l139 -387l27 -80l27 -84q20 -72 22 -80q12 -51 14 -64h7q10 39 16 54l27 71q4 12 30 78q8 23 15.5 42.5l13.5 35.5l147 399q12 33 15 47q4 29 4 41q0 51 -33 76q-35 25 -102 25h-15v86h439 v-86h-25q-29 0 -51 -6q-16 -4 -37 -25q-16 -16 -33 -49q-18 -39 -35 -80l-323 -852h-187l-329 903q-14 35 -25 53q-12 20 -30.5 32.5t-38.5 19.5q-14 4 -52 4h-6z" />
+<glyph unicode="w" horiz-adv-x="1763" d="M2 1012v86h506v-86h-27q-61 0 -92 -18.5t-31 -67.5q0 -25 4 -41q8 -33 13 -47l96 -344l21 -80q6 -23 20 -88q10 -43 18 -82q4 -14 7.5 -35t5.5 -29h6q0 4 5 25.5t9 34.5l8.5 34.5t10.5 40.5l24 80q4 14 14.5 42t12.5 36l213 619h129l205 -607l26 -79q8 -25 14.5 -47.5 l10.5 -36.5l22 -78q4 -14 8.5 -35t6.5 -29h6q12 68 29 125l51 174l102 330q6 18 14 55q4 20 5 47q0 51 -33 76t-103 25h-14v86h438v-86h-26q-29 0 -51 -6q-27 -8 -41 -23q-12 -12 -31 -49q-16 -33 -31 -82l-264 -852h-164l-244 721l-37 135l-290 -856h-162l-268 903 q-14 35 -25 53q-12 20 -30.5 32.5t-39.5 19.5q-14 4 -51 4h-6z" />
+<glyph unicode="x" horiz-adv-x="1183" d="M10 0v86h19q37 0 65 6q33 6 53 21q23 14 50 41q14 14 55 63l258 334l-258 352q-47 53 -88 80q-45 29 -88 29h-27v86h520v-86h-6q-29 0 -57 -4q-25 -4 -37 -13q-12 -10 -18 -20q-4 -8 -5 -23q0 -18 13 -41q10 -18 35 -53l135 -184l106 153l37 66q14 29 14 59q0 37 -32 49 q-25 10 -78 11h-6v86h448v-86h-18q-39 0 -56 -4q-25 -6 -47 -21q-27 -16 -49 -39q-14 -14 -55 -67l-211 -281l301 -405q43 -57 86 -84q41 -25 78 -25h27v-86h-529v86h10q123 0 123 68q0 6 -4 22.5t-10 26.5q-16 29 -25 39q-31 43 -39 53l-137 184l-143 -200 q-12 -16 -18.5 -26.5t-18.5 -35.5q-4 -8 -12 -33q-6 -18 -6 -34q0 -33 28 -50q27 -14 99 -14h6v-86h-488z" />
+<glyph unicode="y" horiz-adv-x="1155" d="M8 1012v86h492v-86h-6q-61 0 -92 -24.5t-31 -74.5q0 -10 4 -34q4 -20 12 -41l150 -365l30 -76q25 -70 29 -82q14 -41 25 -77q10 -33 14 -62h6q4 16 31 109q8 29 45 139l137 399q12 33 14 47q4 29 4 41q0 51 -34.5 76t-100.5 25h-6v86h426v-86h-6q-29 0 -51 -6 q-20 -6 -39 -25q-16 -16 -33 -49q-12 -23 -33 -80l-311 -860q-45 -119 -68 -174q-29 -70 -67 -129q-37 -57 -76 -88q-45 -35 -94 -56q-43 -18 -123 -28q-59 -8 -160 -9h-18v97q104 0 178 30q78 33 131 86.5t90 127t62 159.5l-379 895l-27 53q-10 18 -29 33q-14 12 -38 19 q-14 4 -52 4h-6z" />
+<glyph unicode="z" horiz-adv-x="1046" d="M86 0v82l594 899h-320q-39 0 -65.5 -10t-42.5 -33q-18 -27 -27 -51l-22 -72l-2 -8h-86l20 291h785v-84l-596 -897h372q37 0 59.5 14t39.5 37q14 20 24 53q12 41 17 64l10 47h86l-10 -332h-836z" />
+<glyph unicode="{" horiz-adv-x="876" d="M102 606v86q51 2 95 13q43 8 77 34q31 23 52 66q18 39 18 102v357q0 141 74 216.5t221 75.5h135v-88h-61q-90 0 -129 -55q-39 -53 -39 -160v-350q0 -98 -55.5 -165.5t-172.5 -86.5v-2q117 -22 172 -86q55 -63 56 -168v-354q0 -106 39 -160q39 -55 129 -55h61v-88h-135 q-74 0 -127 20.5t-92 59.5t-58 92q-18 55 -18 123v356q0 65 -18 105q-20 43 -52 65q-35 27 -77 35q-44 10 -95 12z" />
+<glyph unicode="|" d="M510 -492v2048h123v-2048h-123z" />
+<glyph unicode="}" horiz-adv-x="876" d="M102 -174h62q90 0 129 55q39 53 39 160v354q0 104 55 168q55 65 172 86v2q-115 18 -170 86q-57 70 -57 166v350q0 106 -39 160q-39 55 -129 55h-62v88h136q145 0 219 -75q76 -80 75 -217v-357q0 -63 19 -102q20 -43 51 -66q35 -27 78 -34q43 -10 94 -13v-86 q-51 -2 -94 -12q-43 -8 -78 -35q-31 -23 -51 -65q-18 -40 -19 -105v-356q0 -61 -20 -123q-18 -55 -55 -92q-39 -39 -92.5 -59.5t-126.5 -20.5h-136v88z" />
+<glyph unicode="~" horiz-adv-x="1148" d="M113 551q6 65 18 129q10 57 41 115q27 49 76 81.5t123 32.5q34 0 67 -12q37 -14 68 -35l59 -43l53 -45l44 -39q25 -20 40 -33q18 -12 41 -22q18 -8 43 -8q57 0 84 61q25 55 41 176h123q-6 -72 -20 -129q-14 -61 -43 -114q-27 -49 -76 -82t-119 -33q-31 0 -61 12 q-27 10 -64 33q-39 23 -61 41q-37 29 -51 43l-45 41q-29 25 -43.5 35t-42.5 22q-25 10 -46 10q-61 0 -90 -59q-27 -55 -39 -178h-120z" />
+<glyph unicode="&#xa2;" d="M162 739q0 154 33 258q35 111 90 174q57 66 135 101q72 31 164 41v149h102v-149q82 -8 119 -19q55 -14 104 -41q47 -25 78 -61q29 -35 29 -86q0 -74 -45 -100q-47 -29 -137 -29q0 45 -9 80q-10 41 -26 69q-16 27 -47 52q-29 23 -66 28v-909q41 0 84 6q29 4 82 16 q47 10 74 21q45 16 57 22v-112q-52 -28 -129 -49q-78 -23 -168 -25v-176h-102v180q-96 10 -170 45q-82 39 -133 103q-59 72 -88 168q-31 102 -31 243zM360 741q0 -188 54 -292q55 -109 170 -140v897q-51 -10 -90 -37q-37 -27 -70 -84q-33 -59 -47 -139q-17 -92 -17 -205z " />
+<glyph unicode="&#xa3;" d="M100 690v96h189q-8 16 -29 70q-4 12 -24 82q-12 41 -19 88q-6 43 -6 86q0 88 29 158q29 72 84 116q57 49 131 72q78 25 174 25q109 0 168 -17q72 -18 112 -49q43 -31 62 -74q20 -47 20 -90q0 -66 -43 -100q-41 -33 -119 -33q0 53 -8 94q-8 43 -33 84q-23 39 -61 60 q-41 23 -106 22q-119 0 -174.5 -67.5t-55.5 -196.5q0 -53 8 -94q10 -55 21 -88q18 -66 24 -80l27 -68h348v-96h-319q20 -70 28 -104q12 -53 13 -115q0 -88 -49 -156q-49 -70 -132 -122l5 -9q35 16 79 29q33 8 70 8q41 0 90 -12q66 -16 98 -27q10 -4 93 -26q43 -12 75 -13 q31 0 66 11q31 10 57 26q37 25 51 39q16 16 41 45v-133q-14 -18 -43 -51q-23 -27 -59 -49q-37 -25 -74 -37q-41 -14 -92 -14q-55 0 -100 14q-66 20 -99 33q-8 2 -102 30q-49 14 -106 15q-70 0 -127 -19q-51 -16 -125 -51l-27 -12v108l37 23q43 25 76 55q39 35 67 76 q31 43 49.5 94t18.5 112.5t-14 116.5q-16 61 -37 115h-228z" />
+<glyph unicode="&#xa5;" d="M10 1376v86h498v-86h-14q-59 0 -88 -18.5t-29 -61.5q0 -29 8 -55q14 -45 25 -65l98 -218q4 -8 9 -20t10 -26.5t10 -22.5q14 -37 26 -74l23 -65q10 -31 16 -52q2 10 12 33q12 31 21 47l24 51l23 48l117 249q27 59 37 99q12 45 12 69q0 39 -29 62q-27 20 -96 20h-6v86h418 v-86h-19q-20 0 -45 -8q-20 -6 -35 -25q-18 -23 -35 -49q-20 -35 -40 -77l-250 -519h254v-96h-287v-143h287v-97h-287v-129q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h47v-86h-629v86h47q23 0 64 4q33 4 53 19q25 16 35 41q14 31 16 73v139h-286v97h286v143 h-286v96h247l-278 570q-4 8 -29 51q-10 18 -29 33q-15 12 -36 18q-23 6 -52 6h-6z" />
+<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M291 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM680 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19 q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM465 733q0 96 29 182 q29 84 81 144q55 61 138 94q80 33 190 33q71 0 123 -12q55 -12 88 -31q37 -20 53.5 -45t16.5 -58q0 -25 -10 -41q-12 -18 -31 -30q-16 -12 -45 -19q-25 -6 -54 -6q0 20 -8 57q-6 28 -24 50q-23 27 -45 36q-28 12 -68 13q-74 0 -123 -25q-53 -27 -82 -69q-33 -47 -47 -115 q-14 -63 -14 -158q0 -174 69 -272q68 -96 199 -96q46 0 86 12q47 14 74 33q35 25 55 45q16 16 37 49q10 -8 21 -25q8 -14 8 -39q0 -31 -19 -57q-18 -29 -59 -53q-39 -25 -96 -39q-55 -14 -134 -15q-104 0 -178 33q-82 35 -129 92q-51 59 -75 146q-27 90 -27 186z" />
+<glyph unicode="&#xab;" horiz-adv-x="1052" d="M133 520v66l313 356h103l-207 -389l207 -389h-103zM504 520v66l313 356h103l-207 -389l207 -389h-103z" />
+<glyph unicode="&#xad;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
+<glyph unicode="&#xae;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM477 289v69h27q27 0 39 2 q14 2 30 11q14 8 23 20q8 14 8 39v600q0 25 -8 39q-8 12 -23 21q-16 8 -30 10q-12 2 -39 2h-27v72h369q352 0 352 -244q0 -47 -16 -86q-14 -33 -41 -64q-23 -25 -60 -45q-29 -16 -69 -30l182 -293q6 -12 20 -27q10 -10 23 -16q10 -4 29 -9q12 -2 43 -2v-69h-217l-226 381 h-108v-240q4 -27 10 -39q8 -14 20 -20q14 -6 33 -11q12 -2 37 -2h29v-69h-410zM758 748h86q55 0 92 12q39 14 59 33q22 22 31 55q10 37 10 80q0 47 -12 78q-14 39 -33 51q-27 20 -61 28q-33 8 -92 9h-80v-346z" />
+<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M391 1241v27q14 18 47 67l49 78l16.5 28.5l14.5 25t14 28.5q22 40 37 74h219v-21q-12 -20 -57 -67q-49 -53 -82 -84l-92 -86q-37 -33 -88 -70h-78z" />
+<glyph unicode="&#xb8;" horiz-adv-x="681" d="M123 -365q37 -9 74 -12q49 -4 65 -4q58 0 92 31q33 31 33 84q0 59 -43 90q-39 29 -111 35l43 159h97l-21 -88q102 -8 150 -57q49 -49 49 -131q0 -111 -70 -172q-72 -61 -200 -62h-35q-8 0 -23.5 3.5t-17.5 3.5l-43 6q-14 2 -39 10v104z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1052" d="M133 164l207 389l-207 389h103l313 -356v-66l-313 -356h-103zM504 164l207 389l-207 389h102l314 -356v-66l-314 -356h-102z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1443" d="M0 0v86h39q31 0 51 6q16 4 37 25q16 16 33 49q20 39 35 80l454 1216h160l463 -1267q14 -35 24 -54q12 -23 29 -32q18 -12 41 -19q14 -4 51 -4h27v-86h-563v86h47q123 0 123 98q0 10 -4 35q-4 20 -13 41l-82 229h-538l-78 -215q-8 -20 -14 -47q-4 -16 -5 -41q0 -51 33 -75 q35 -25 103 -25h47v-86h-500zM453 592h462l-127 358l-59 170q-16 47 -43 154q-4 -31 -16 -72q-12 -45 -21 -69q-2 -6 -10 -33t-14 -43l-33 -88zM424 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53 q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM813 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1519" d="M115 735q0 168 41 309q41 139 118 236q82 100 203 152q125 53 285 53q152 0 274 -53q115 -51 201 -152q80 -96 125 -238q41 -131 41 -309q0 -176 -41 -307q-45 -145 -125 -239.5t-203 -151.5q-121 -55 -274 -55q-166 0 -285 55q-125 57 -201 151q-78 94 -118 240 q-41 141 -41 309zM342 733q0 -147 23 -272q20 -115 71 -201q49 -82 131 -127q80 -43 193 -43q115 0 194.5 43t128.5 127q49 82 70 201q23 125 23 272q0 145 -23 271q-23 123 -70 202q-49 82 -129 125t-192 43q-115 0 -195 -43t-129 -125q-53 -90 -73 -202q-23 -126 -23 -271 zM455 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM844 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19 q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1466" d="M31 1376v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-799q0 -90 24.5 -151.5t71.5 -102.5q41 -35 109 -55q61 -18 137 -19q89 0 154 25q66 25 106 66q43 41 64 100q20 55 20 129v815q0 39 -14 72q-10 25 -37 43q-25 18 -53 20 q-41 4 -64 4h-26v86h514v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-811q0 -102 -33 -182q-35 -88 -96 -140q-66 -57 -158 -86q-96 -31 -215 -30q-115 0 -217 26q-94 25 -161.5 80t-102.5 143t-35 213v795q0 39 -14 72q-10 25 -37 43 q-25 18 -53 20q-41 4 -64 4h-26zM477 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM866 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6 t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1323" d="M47 0v86h27q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v768h-166v97h166v61q0 111 34 191q34 77 93 123q61 47 141 69q76 20 174 21q127 0 213 -37t137 -107q53 -72 74 -174q23 -109 22 -239h-149q-111 0 -160 -41q-51 -43 -51 -125q0 -29 10 -56q8 -23 35 -49 q18 -18 66 -47q43 -27 102 -53q80 -35 127 -74q45 -37 76 -84t39 -88q10 -51 10 -90q0 -76 -25 -137q-25 -59 -67 -101q-43 -39 -109 -61q-61 -20 -145 -20q-63 0 -131 14q-55 12 -100.5 40.5t-65.5 67.5q-23 41 -23 95q0 41 13 69q14 31 28 43q20 16 39 23q22 6 37 6 q0 -49 10 -100q8 -45 35 -84q23 -35 61.5 -55.5t94.5 -20.5q72 0 123 47q49 47 49 139q0 27 -8 64q-6 27 -29 55q-18 23 -61 53q-37 27 -101 58q-47 23 -112 63q-43 27 -82 70q-34 37 -50 86q-16 53 -16 112q0 63 21 113q23 55 61 88q37 33 106 55q61 20 150 21 q0 100 -14 166q-14 70 -45 114q-31 46 -80 68q-47 20 -117 20q-66 0 -109 -20q-49 -23 -77 -57q-33 -39 -47.5 -88.5t-14.5 -116.5v-1188h-387z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1150" d="M102 307q0 164 115 242q117 80 352 86l170 6v123q0 55 -6 102t-26.5 80t-57.5 51.5t-100 18.5q-57 0 -96 -17q-31 -12 -56 -47q-23 -33 -28 -69q-6 -39 -7 -90q-84 0 -129 28.5t-45 100.5q0 51 29 90q27 35 80 61q43 20 117 35q57 10 143 10q94 0 164 -18q71 -18 117 -62 q49 -45 71 -108q23 -61 23 -166v-531q0 -45 6 -71q6 -25 23 -45q14 -18 40 -25q25 -6 58 -6h6v-86h-277l-32 176h-17q-31 -43 -61.5 -80t-67.5 -61q-43 -29 -80 -41q-43 -14 -110 -14q-61 0 -127 20q-55 18 -100 59q-39 37 -66 103q-25 61 -25 145zM301 297q0 -96 41 -143.5 t125 -47.5q66 0 113 21q55 25 86 55q37 37 55 90q18 51 18 119v166l-131 -6q-90 -4 -145 -21q-57 -18 -94 -49q-35 -29 -51.5 -78t-16.5 -106zM256 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53 q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM645 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1181" d="M113 551q0 287 123 428q121 139 358 139q106 0 199 -35q88 -33 149 -104q59 -70 94 -178q33 -104 33 -250q0 -289 -123 -430t-358 -141q-106 0 -199 34q-84 33 -149 107q-59 70 -95 178q-32 105 -32 252zM311 551q0 -121 15 -201q16 -88 49 -145.5t86 -87.5 q51 -31 131 -31t131 31q53 31 86 88q31 53 47 145q14 80 14 201q0 109 -16 201q-16 90 -47 143q-34 58 -86 86q-53 29 -131 29q-76 0 -129 -29q-52 -28 -86 -86q-35 -59 -49 -143q-15 -80 -15 -201zM285 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6 q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM674 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5 q-43 0 -75 27q-29 22 -29 88z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1298" d="M47 1012v86h367v-707q0 -61 10 -119q8 -49 35 -88q25 -37 67.5 -55t102.5 -18q68 0 117 24.5t79 67.5q33 45 47 104q14 57 15 135v422q0 47 -13 78q-10 27 -36 45q-18 14 -54 21q-20 4 -65 4h-6v86h366v-875q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h6v-86 h-325l-27 166h-10q-29 -55 -68 -94q-31 -31 -80 -56q-47 -23 -88 -28q-61 -8 -96 -8q-76 0 -143 22q-59 20 -107 74q-45 51 -65 125q-23 80 -23 180v491q0 39 -14 72q-10 25 -37 43q-18 14 -53 21q-20 4 -64 4h-6zM348 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6 t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM737 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21 t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M289 1241v27q25 29 53 67l57 78l54 82q29 47 41 74h194q12 -27 41 -74l53 -82l58 -78q29 -39 53 -67v-27h-80q-61 35 -119 84q-49 41 -104 100q-55 -59 -105 -100q-61 -53 -116 -84h-80z" />
+<glyph unicode="&#x2da;" horiz-adv-x="681" d="M94 1444q0 53 19 96q16 41 53 70q35 29 78 43t96 14t96 -14.5t78 -42.5q37 -29 53 -70q18 -43 18.5 -96t-18.5 -96q-16 -41 -53 -70q-35 -29 -78 -43t-96 -14t-96 14t-78 43q-37 29 -53 70q-19 43 -19 96zM205 1444q0 -31 10 -58q6 -18 29 -36q20 -16 43 -23 q25 -6 53.5 -6t52.5 6q23 6 43 23q23 18 29 36q10 27 10 58t-10 57q-6 18 -29 37q-20 16 -43 23q-25 6 -53.5 6t-52.5 -6q-23 -6 -43 -23q-23 -18 -29 -37q-10 -26 -10 -57z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M225 1262q2 43 17 90q12 47 39 78q25 31 67 53q39 20 94 20q57 0 99 -20q57 -29 84 -45l38.5 -22.5t32.5 -20.5q33 -20 66 -20.5t49 7.5q20 10 29 25q12 20 14 35q0 4 3 18.5t5 22.5h92q-2 -43 -16 -90q-10 -35 -41 -78q-23 -31 -63 -53q-39 -20 -95 -21q-59 0 -100 21 l-82 43l-72 45q-33 20 -67 20q-33 0 -49 -8q-20 -10 -29 -25q-6 -10 -14 -34q-4 -12 -9 -41h-92z" />
+<glyph unicode="&#x2000;" horiz-adv-x="929" />
+<glyph unicode="&#x2001;" horiz-adv-x="1861" />
+<glyph unicode="&#x2002;" horiz-adv-x="929" />
+<glyph unicode="&#x2003;" horiz-adv-x="1861" />
+<glyph unicode="&#x2004;" horiz-adv-x="618" />
+<glyph unicode="&#x2005;" horiz-adv-x="464" />
+<glyph unicode="&#x2006;" horiz-adv-x="309" />
+<glyph unicode="&#x2007;" horiz-adv-x="309" />
+<glyph unicode="&#x2008;" horiz-adv-x="231" />
+<glyph unicode="&#x2009;" horiz-adv-x="370" />
+<glyph unicode="&#x200a;" horiz-adv-x="102" />
+<glyph unicode="&#x2010;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
+<glyph unicode="&#x2011;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
+<glyph unicode="&#x2012;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-10 489v121h1044v-121h-1044z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-10 489v121h2068v-121h-2068z" />
+<glyph unicode="&#x2018;" horiz-adv-x="512" d="M115 1063q0 66 18 127q16 57 60 113q35 45 104 92q63 43 154 69v-86q-100 -31 -147.5 -78t-47.5 -106q0 -23 10 -33q20 -20 29 -24q6 -2 18.5 -10.5t18.5 -10.5q12 -6 35 -24q16 -14 28 -35q10 -18 11 -51q0 -59 -39 -90t-95 -31q-31 0 -59 12q-33 14 -51 33 q-23 23 -35 57q-12 33 -12 76z" />
+<glyph unicode="&#x2019;" horiz-adv-x="512" d="M61 883v86q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 2 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57q12 -33 12 -76q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-64 -40 -156 -69z" />
+<glyph unicode="&#x201a;" horiz-adv-x="512" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86z" />
+<glyph unicode="&#x201c;" horiz-adv-x="921" d="M115 1063q0 66 18 127q16 57 60 113q35 45 104 92q63 43 154 69v-86q-100 -31 -147.5 -78t-47.5 -106q0 -23 10 -33q20 -20 29 -24q6 -2 18.5 -10.5t18.5 -10.5q12 -6 35 -24q16 -14 28 -35q10 -18 11 -51q0 -59 -39 -90t-95 -31q-31 0 -59 12q-33 14 -51 33 q-23 23 -35 57q-12 33 -12 76zM524 1063q0 66 18.5 127t57.5 113q35 45 105 92q63 41 155 69v-86q-100 -31 -147 -78t-47 -106q0 -20 12 -33q23 -23 27 -24l36 -21q20 -10 35 -24q20 -20 29 -35q10 -18 10 -51q0 -57 -39 -91q-37 -31 -94 -30q-31 0 -59 12q-33 14 -52 33 q-23 23 -34 57q-13 33 -13 76z" />
+<glyph unicode="&#x201d;" horiz-adv-x="921" d="M61 883v86q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 2 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57q12 -33 12 -76q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-64 -40 -156 -69zM471 883v86q100 31 147.5 78t47.5 106q0 23 -11 33q-20 20 -28 24q-6 2 -17.5 10.5t-17.5 10.5q-18 9 -37 24q-16 14 -29 35q-10 18 -10 51q0 57 39 91q37 31 94 30q31 0 60 -12q33 -14 51 -33q23 -23 35 -57q12 -33 12 -76q0 -66 -18.5 -127t-57.5 -113 q-35 -45 -104 -92q-64 -40 -156 -69z" />
+<glyph unicode="&#x201e;" horiz-adv-x="921" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86zM471 -229q100 31 147.5 78t47.5 106q0 23 -11 33q-20 20 -28 24q-6 4 -17.5 10.5t-17.5 10.5q-18 9 -37 24q-16 14 -29 35q-10 18 -10 51q0 57 39 90q37 31 94 31q31 0 60 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18.5 -127t-57.5 -113 q-35 -45 -104 -92q-63 -41 -156 -69v86z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1755" d="M164 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66zM750 125q0 37 10 68q8 25 28 40 q20 18 41 23q33 8 49.5 8t49.5 -8q20 -4 41 -23q20 -16 28 -40q10 -31 11 -68q0 -35 -11 -66q-8 -27 -28 -43q-20 -18 -41 -22q-33 -8 -49.5 -8t-49.5 8q-20 4 -41 22q-20 16 -28 43q-10 31 -10 66zM1335 125q0 37 11 68q8 27 26 40q20 18 41 23q33 8 51 8q16 0 49 -8 q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -26 43q-11 31 -11 66z" />
+<glyph unicode="&#x202f;" horiz-adv-x="370" />
+<glyph unicode="&#x2039;" horiz-adv-x="681" d="M133 520v66l313 356h103l-207 -389l207 -389h-103z" />
+<glyph unicode="&#x203a;" horiz-adv-x="681" d="M135 164l207 389l-207 389h103l313 -356v-66l-313 -356h-103z" />
+<glyph unicode="&#x205f;" horiz-adv-x="464" />
+<glyph unicode="&#x20ac;" d="M84 547v96h141q-4 29 -4 49v49v45h-137v97h145q16 180 60 286q47 113 114 183q72 72 154 98q90 29 182 29q82 0 142 -15q61 -14 108 -42.5t71.5 -65.5t24.5 -84q0 -74 -45 -101q-47 -29 -133 -28q0 45 -10 92q-8 39 -32.5 73.5t-57.5 51.5q-37 18 -86 18q-51 0 -103 -22 q-47 -20 -88 -80q-40 -58 -67.5 -153.5t-36.5 -239.5h430v-97h-434v-49v-49q0 -33 2 -45h350v-96h-342q12 -111 43 -193q31 -84 74 -139q47 -61 100 -86q61 -29 127 -29q47 0 92 10.5t72 26.5q35 20 55 39q16 14 41 47q16 -12 25 -22q12 -16 12 -47q0 -27 -18 -58 q-16 -29 -58 -55q-37 -25 -96 -43q-57 -18 -137 -18q-95 0 -184 30q-86 29 -158 99q-72 68 -121 176q-49 106 -68 262h-149z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M55 1276l6 186h598l7 -186h-60l-8 49q-4 29 -20 49q-18 23 -62 23h-94v-525q0 -20 6 -32.5t18 -20.5q6 -4 25 -8q10 -2 29 -2h32v-55h-348v55h35q18 0 29 2q18 4 24 8q12 8 17 17q6 12 6 30v531h-90q-22 0 -37 -6q-14 -6 -25 -17q-6 -6 -14 -22q-2 -2 -6 -27l-8 -49h-60z M700 754v55h21q29 0 55 10q20 8 25 47v482q0 14 -8 30q-6 14 -17 19q-12 6 -26 6q-4 0 -14.5 1t-14.5 1h-21v57h236l225 -567l232 567h231v-57h-22q-20 0 -31 -2q-18 -4 -25 -8q-10 -6 -16 -18.5t-6 -33.5v-471q0 -20 6 -32q6 -14 16 -21q6 -4 25 -8q10 -2 31 -2h22v-55 h-303v55q31 0 55 10q20 8 25 45v457l-232 -567h-71l-232 569v-451q0 -41 21 -53q18 -10 61 -10v-55h-248z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1357" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v61q0 92 29 174q27 78 90 135q66 59 151 88q92 31 219 31q188 0 287 -47q96 -47 96 -123q0 -27 -14 -55q-12 -25 -37 -43q-23 -16 -59.5 -26.5t-75.5 -10.5q0 37 -10 68q-12 37 -37 67 q-27 33 -72 56q-41 20 -112 20q-76 0 -130 -29q-49 -27 -81 -75q-29 -43 -41 -107q-10 -51 -11 -125v-59h695v-865q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-561v86h6q23 0 64 4q35 4 55 19q25 16 35 41q14 33 14 73v778h-502v-768q0 -49 13 -77 q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1376" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v61q0 92 29 172q27 74 90 131q59 53 151 84t219 31q35 0 54 -2l53 -6q28 -3 49 -6q25 -4 35 -7h205v-1323q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-561v86h6q45 0 66 4 q35 6 53 21q23 16 35 45q14 33 14 77v1041q0 39 -14 82q-12 37 -41 65q-31 31 -74 45q-49 16 -108 17q-78 0 -130 -27q-53 -29 -81 -72q-29 -41 -41 -104q-10 -49 -11 -123v-59h314v-97h-314v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="2050" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v24q0 211 100 324q98 111 279 110q68 0 125 -10q41 -8 84 -30q31 -16 47 -46q14 -27 14 -57q0 -28 -12 -49q-12 -20 -35 -36.5t-53.5 -23t-67.5 -6.5q0 29 -6 60t-23 53q-14 20 -40 37 q-23 14 -66 14q-41 0 -74 -22q-27 -18 -47 -63.5t-26 -98.5q-6 -57 -7 -127v-53h502v16q0 115 29 199q31 90 90 149q61 61 154 92q98 33 217 33q188 0 286 -47q96 -47 97 -123q0 -31 -13 -55q-10 -23 -39 -43q-23 -16 -59.5 -26.5t-75.5 -10.5q0 37 -10 68q-10 33 -39 67 q-29 37 -70 56q-43 20 -112 20q-76 0 -129 -29q-52 -28 -80 -80q-29 -55 -41 -120q-12 -68 -12 -150v-16h694v-865q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-561v86h6q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v778h-501v-768q0 -45 14 -77 q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h36v-86h-591v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v768h-502v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="2048" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v24q0 211 100 324q98 111 279 110q68 0 125 -10q41 -8 84 -30q31 -16 47 -46q14 -27 14 -57q0 -28 -12 -49q-12 -20 -35 -36.5t-53.5 -23t-67.5 -6.5q0 29 -6 60t-23 53q-14 20 -40 37 q-23 14 -66 14q-41 0 -74 -22q-27 -18 -47 -63.5t-26 -98.5q-6 -57 -7 -127v-53h502v24q0 113 29 193q31 88 90 143q59 57 154 88q92 31 217 31q35 0 53 -2q37 -4 53 -6q6 0 16.5 -2t18.5 -3t14 -1q25 -4 35 -7h205v-1323q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21 q20 -4 66 -4h26v-86h-561v86h6q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1041q0 39 -14 82q-12 37 -41 65q-31 31 -74 45q-49 16 -108 17q-78 0 -129 -27q-53 -29 -80 -76q-29 -53 -41 -112q-12 -63 -12 -140v-30h313v-97h-313v-768q0 -45 14 -77q12 -29 35 -45 q18 -14 53 -21q20 -4 66 -4h36v-86h-591v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v768h-502v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/dist/fonts/DroidSerif-Regular-webfont.ttf b/dist/fonts/DroidSerif-Regular-webfont.ttf
new file mode 100644 (file)
index 0000000..14c641b
Binary files /dev/null and b/dist/fonts/DroidSerif-Regular-webfont.ttf differ
diff --git a/dist/fonts/DroidSerif-Regular-webfont.woff b/dist/fonts/DroidSerif-Regular-webfont.woff
new file mode 100644 (file)
index 0000000..0ea54fd
Binary files /dev/null and b/dist/fonts/DroidSerif-Regular-webfont.woff differ
diff --git a/dist/fonts/symbols.eot b/dist/fonts/symbols.eot
new file mode 100644 (file)
index 0000000..751a81a
Binary files /dev/null and b/dist/fonts/symbols.eot differ
diff --git a/dist/fonts/symbols.svg b/dist/fonts/symbols.svg
new file mode 100644 (file)
index 0000000..907f22a
--- /dev/null
@@ -0,0 +1,86 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>Generated by IcoMoon</metadata>
+<defs>
+<font id="icomoon" horiz-adv-x="1024">
+<font-face units-per-em="1024" ascent="960" descent="-64" />
+<missing-glyph horiz-adv-x="1024" />
+<glyph unicode="&#x20;" d="" horiz-adv-x="512" />
+<glyph unicode="&#xe600;" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
+<glyph unicode="&#xe601;" d="M864 640c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.8 64-64 64zM96 640c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.802 64-64 64zM192 224c0-53.020 42.98-96 96-96h32v-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128h64v-128c0-35.2 28.802-64 64-64s64 28.8 64 64v128h32c53.020 0 96 42.98 96 96v352h-576v-352zM598.598 870.506l40.504 77.806c2.032 3.902 0.5 8.758-3.402 10.79s-8.758 0.5-10.79-3.402l-41.118-78.986c-32.198 12.448-67.194 19.286-103.792 19.286-36.596 0-71.592-6.838-103.796-19.286l-41.116 78.984c-2.032 3.902-6.886 5.434-10.79 3.402s-5.434-6.886-3.402-10.79l40.5-77.808c-90.63-41.018-156.24-127.584-167.62-230.504h572.44c-11.376 102.924-76.986 189.488-167.618 230.508zM352 689.6c-25.626 0-46.4 20.774-46.4 46.4s20.774 46.4 46.4 46.4 46.4-20.774 46.4-46.4c-0.002-25.626-20.774-46.4-46.4-46.4zM608 689.6c-25.626 0-46.402 20.774-46.402 46.4s20.778 46.4 46.402 46.4 46.398-20.774 46.398-46.4c0-25.626-20.772-46.4-46.398-46.4z" />
+<glyph unicode="&#xe602;" d="M567.656 223.084c-81.944-38.118-158.158-37.716-209.34-34.020-61.052 4.41-110.158 21.124-131.742 35.732-13.3 9.006-31.384 5.522-40.39-7.782-9.004-13.302-5.52-31.386 7.782-40.39 34.698-23.486 96.068-40.954 160.162-45.58 10.866-0.784 22.798-1.278 35.646-1.278 55.782 0 126.626 5.316 202.42 40.57 14.564 6.778 20.878 24.074 14.104 38.64-6.776 14.566-24.076 20.872-38.642 14.108zM890.948 266.184c2.786 252.688 28.762 730.206-454.97 691.612-477.6-38.442-350.964-542.968-358.082-711.95-6.308-89.386-35.978-198.648-77.896-309.846h129.1c13.266 47.122 23.024 93.72 27.232 138.15 7.782-5.428 16.108-10.674 24.994-15.7 14.458-8.518 26.884-19.844 40.040-31.834 30.744-28.018 65.59-59.774 133.712-63.752 4.572-0.262 9.174-0.394 13.676-0.394 68.896 0 116.014 30.154 153.878 54.382 18.14 11.612 33.818 21.64 48.564 26.452 41.91 13.12 78.532 34.296 105.904 61.252 4.276 4.208 8.242 8.538 11.962 12.948 15.246-55.878 36.118-118.758 59.288-181.504h275.65c-66.174 102.224-134.436 202.374-133.052 330.184zM124.11 403.648c0 0.016 0 0.030-0.002 0.046-4.746 82.462 34.71 151.832 88.126 154.936 53.412 3.106 100.56-61.228 105.304-143.692 0-0.014 0.004-0.030 0.004-0.044 0.256-4.446 0.368-8.846 0.37-13.206-16.924-4.256-32.192-10.436-45.872-17.63-0.052 0.612-0.092 1.216-0.152 1.83 0 0.008 0 0.018 0 0.026-4.57 46.81-29.572 82.16-55.852 78.958-26.28-3.204-43.88-43.75-39.312-90.558 0-0.010 0.004-0.018 0.004-0.026 1.992-20.408 7.868-38.636 16.042-52.444-2.034-1.604-7.784-5.812-14.406-10.656-4.97-3.634-11.020-8.058-18.314-13.43-19.882 26.094-33.506 63.58-35.94 105.89zM665.26 199.822c-1.9-43.586-58.908-84.592-111.582-101.044l-0.296-0.096c-21.9-7.102-41.428-19.6-62.104-32.83-34.732-22.224-70.646-45.208-122.522-45.208-3.404 0-6.894 0.104-10.326 0.296-47.516 2.778-69.742 23.032-97.88 48.676-14.842 13.526-30.19 27.514-49.976 39.124l-0.424 0.244c-42.706 24.104-69.212 54.082-70.908 80.194-0.842 12.98 4.938 24.218 17.182 33.4 26.636 19.972 44.478 33.022 56.284 41.658 13.11 9.588 17.068 12.48 20 15.264 2.096 1.986 4.364 4.188 6.804 6.562 24.446 23.774 65.36 63.562 128.15 63.562 38.404 0 80.898-14.8 126.17-43.902 21.324-13.878 39.882-20.286 63.38-28.4 16.156-5.578 34.468-11.902 58.992-22.404l0.396-0.164c22.88-9.404 49.896-26.564 48.66-54.932zM652.646 302.194c-4.4 2.214-8.974 4.32-13.744 6.286-22.106 9.456-39.832 15.874-54.534 20.998 8.116 15.894 13.16 35.72 13.624 57.242 0 0.010 0 0.022 0 0.030 1.126 52.374-25.288 94.896-58.996 94.976-33.71 0.078-61.95-42.314-63.076-94.686 0-0.010 0-0.018 0-0.028-0.038-1.714-0.042-3.416-0.020-5.11-20.762 9.552-41.18 16.49-61.166 20.76-0.092 1.968-0.204 3.932-0.244 5.92 0 0.016 0 0.036 0 0.050-1.938 95.412 56.602 174.39 130.754 176.402 74.15 2.014 135.828-73.7 137.772-169.11 0-0.018 0-0.038 0-0.052 0.874-43.146-10.66-82.866-30.37-113.678z" />
+<glyph unicode="&#xe603;" d="M512 128.108c-19.154 0-38.308 9.916-58.142 29.75-7.81 7.81-7.81 20.474 0 28.286 7.81 7.808 20.474 7.808 28.286 0 12.206-12.21 21.972-18.144 29.856-18.144 7.882 0 17.65 5.934 29.858 18.142 7.812 7.808 20.472 7.808 28.286 0 7.81-7.81 7.81-20.474 0-28.286-19.836-19.832-38.99-29.748-58.144-29.748zM0 434.508c0-49.892 4.266-95.122 12.8-135.682 8.534-40.56 20.534-75.74 36-105.532 15.466-29.792 35.022-55.904 58.666-78.34 23.644-22.436 49.332-40.92 77.066-55.458 27.734-14.536 59.466-26.296 95.2-35.266 35.732-8.974 72.088-15.256 109.066-18.846 36.978-3.59 77.69-5.384 122.134-5.384 44.444 0 85.242 1.79 122.398 5.38 37.156 3.59 73.602 9.872 109.332 18.846 35.734 8.974 67.558 20.73 95.468 35.266 27.91 14.538 53.778 33.026 77.598 55.458 23.824 22.436 43.47 48.548 58.934 78.34 15.47 29.794 27.56 64.974 36.27 105.532 8.71 40.56 13.066 85.788 13.066 135.68 0 89.38-27.736 166.372-83.2 230.982 3.2 8.616 5.954 18.486 8.266 29.614 2.308 11.128 4.532 26.832 6.664 47.112 2.138 20.282 1.336 43.704-2.398 70.264-3.734 26.564-10.754 53.664-21.066 81.302l-8 1.618c-5.332 1.076-14.042 0.718-26.132-1.080-12.086-1.794-26.222-5.022-42.398-9.69-16.176-4.664-37.066-13.908-62.668-27.728-25.598-13.818-52.62-31.318-81.066-52.496-48.356 14.718-115.020 30.116-200 30.116-84.976 0-151.822-15.396-200.53-30.114-28.446 21.18-55.556 38.588-81.334 52.228-25.78 13.642-46.402 22.974-61.868 27.998-15.468 5.024-29.778 8.256-42.934 9.69-13.156 1.436-21.602 1.886-25.334 1.346-3.732-0.538-6.488-1.166-8.266-1.884-10.314-27.64-17.424-54.74-21.336-81.304-3.91-26.56-4.8-49.892-2.666-69.992 2.134-20.102 4.444-35.898 6.934-47.382 2.49-11.486 5.334-21.358 8.534-29.614-55.466-64.25-83.2-141.242-83.2-230.98zM136.536 320.596c0 58.022 21.332 110.638 64 157.856 12.8 14.406 27.646 25.312 44.534 32.712 16.89 7.402 36.088 11.606 57.6 12.606 21.512 1 42.044 0.8 61.6-0.6 19.556-1.402 43.734-3.302 72.534-5.702 28.798-2.404 53.688-3.602 74.666-3.602 20.976 0 45.868 1.2 74.664 3.602 28.806 2.4 52.982 4.3 72.536 5.702 19.56 1.4 40.090 1.6 61.602 0.6 21.512-1.002 40.802-5.204 57.868-12.606 17.066-7.4 32-18.306 44.8-32.712 42.664-47.218 64-99.834 64-157.856 0-34.012-3.554-64.324-10.668-90.934-7.11-26.612-16.090-48.916-26.934-66.922-10.844-18.008-26.048-33.218-45.598-45.62-19.558-12.406-38.492-22.010-56.8-28.81-18.312-6.8-41.958-12.104-70.934-15.906-28.982-3.796-54.934-6.102-77.872-6.9-22.934-0.8-51.82-1.2-86.664-1.2-34.844 0-63.644 0.402-86.4 1.2-22.756 0.798-48.622 3.104-77.6 6.9-28.978 3.802-52.622 9.104-70.934 15.906-18.31 6.802-37.244 16.404-56.8 28.81-19.556 12.404-34.756 27.612-45.6 45.62-10.846 18.006-19.824 40.31-26.934 66.922-7.11 26.61-10.666 56.922-10.666 90.934zM256 351.996c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96-35.346 0-64 42.981-64 96zM640 351.996c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96-35.346 0-64 42.981-64 96z" />
+<glyph unicode="&#xe604;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM816.056 143.944c-39.518-39.516-85.512-70.532-136.708-92.186-13.006-5.5-26.214-10.328-39.6-14.492v76.734c0 40.334-13.834 70-41.5 89 17.334 1.666 33.25 4 47.75 7s29.834 7.334 46 13 30.666 12.416 43.5 20.25 25.166 18 37 30.5 21.75 26.666 29.75 42.5 14.334 34.834 19 57 7 46.584 7 73.25c0 51.666-16.834 95.666-50.5 132 15.334 40 13.666 83.5-5 130.5l-12.5 1.5c-8.666 1-24.25-2.666-46.75-11s-47.75-22-75.75-41c-39.666 11-80.834 16.5-123.5 16.5-43 0-84-5.5-123-16.5-17.666 12-34.416 21.916-50.25 29.75-15.834 7.834-28.5 13.166-38 16s-18.334 4.584-26.5 5.25-13.416 0.834-15.75 0.5-4-0.666-5-1c-18.666-47.334-20.334-90.834-5-130.5-33.666-36.334-50.5-80.334-50.5-132 0-26.666 2.334-51.084 7-73.25s11-41.166 19-57 17.916-30 29.75-42.5 24.166-22.666 37-30.5 27.334-14.584 43.5-20.25 31.5-10 46-13 30.416-5.334 47.75-7c-27.334-18.666-41-48.334-41-89v-78.23c-15.098 4.494-29.98 9.804-44.6 15.988-51.194 21.654-97.188 52.67-136.706 92.186-39.516 39.518-70.534 85.512-92.186 136.708-22.398 52.958-33.756 109.262-33.756 167.348s11.358 114.39 33.758 167.35c21.654 51.194 52.67 97.188 92.186 136.706s85.512 70.534 136.706 92.186c52.96 22.4 109.264 33.758 167.35 33.758s114.39-11.358 167.35-33.758c51.196-21.654 97.19-52.67 136.708-92.186 39.516-39.516 70.532-85.512 92.186-136.706 22.398-52.96 33.756-109.264 33.756-167.35s-11.358-114.39-33.758-167.35c-21.654-51.194-52.67-97.19-92.186-136.706z" />
+<glyph unicode="&#xe605;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 192c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM496 192c0 132.336-107.664 240-240 240v96c185.272 0 336-150.728 336-336h-96zM688 192c0 115.39-44.936 223.876-126.53 305.47-81.594 81.594-190.078 126.53-305.47 126.53v96c141.034 0 273.626-54.922 373.354-154.648 99.724-99.726 154.646-232.318 154.646-373.352h-96z" />
+<glyph unicode="&#xe606;" d="M437.006 141.838c0-75.068-46.39-134.392-177.758-139.176-76.984 43.786-141.49 106.952-186.908 182.866 23.69 58.496 97.692 103.046 182.316 102.114 24.022-0.252 46.41-4.114 66.744-10.7 55.908-38.866 101-63.152 112.324-107.448 2.114-8.964 3.282-18.206 3.282-27.656zM512 960c-147.94 0-281.196-62.77-374.666-163.098 36.934 20.452 80.538 32.638 126.902 32.638 67.068 0 256.438 0 256.438 0l-57.304-60.14h-67.31c47.496-27.212 72.752-83.248 72.752-145.012 0-56.692-31.416-102.38-75.78-137.058-43.28-33.802-51.492-47.966-51.492-76.734 0-24.542 51.722-61.098 75.5-78.936 82.818-62.112 99.578-101.184 99.578-178.87 0-78.726-68.936-157.104-185.866-183.742 56.348-21.338 117.426-33.048 181.248-33.048 282.77 0 512 229.23 512 512s-229.23 512-512 512zM768 576v-128h-64v128h-128v64h128v128h64v-128h128v-64h-128zM365.768 620.528c11.922-90.776-27.846-149.19-96.934-147.134-69.126 2.082-134.806 65.492-146.74 156.242-11.928 90.788 34.418 160.254 103.53 158.196 69.090-2.074 128.22-76.542 140.144-167.304zM220.886 317.932c-74.68 0-138.128-25.768-182.842-63.864-24.502 59.82-38.044 125.29-38.044 193.932 0 56.766 9.256 111.368 26.312 162.396 7.374-99.442 77.352-176.192 192.97-176.192 8.514 0 16.764 0.442 24.874 1.022-7.95-15.23-13.622-32.19-13.622-49.982 0-29.97 16.488-47.070 36.868-66.894-15.402 0-30.27-0.418-46.516-0.418z" />
+<glyph unicode="&#xe607;" d="M512 960c282.77 0 512-229.23 512-512 0-261.094-195.438-476.53-448-508.026v380.026h176l16 128h-192v64c0 35.346 28.654 64 64 64h128v128h-128c-106.040 0-192-85.96-192-192v-64h-96v-128h96v-380.026c-252.562 31.496-448 246.932-448 508.026 0 282.77 229.23 512 512 512z" />
+<glyph unicode="&#xe608;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM806.242 598.912c0.292-6.508 0.442-13.056 0.442-19.638 0-200.622-152.708-431.964-431.958-431.964-85.736 0-165.536 25.136-232.726 68.214 11.876-1.408 23.962-2.126 36.216-2.126 71.13 0 136.59 24.276 188.55 64.994-66.434 1.22-122.5 45.122-141.824 105.432 9.274-1.768 18.784-2.722 28.566-2.722 13.846 0 27.258 1.856 39.998 5.324-69.452 13.952-121.786 75.312-121.786 148.868 0 0.64 0 1.278 0.016 1.91 20.47-11.37 43.878-18.2 68.764-18.988-40.74 27.222-67.54 73.692-67.54 126.368 0 27.822 7.488 53.904 20.556 76.324 74.878-91.854 186.748-152.292 312.924-158.628-2.588 11.118-3.93 22.702-3.93 34.604 0 83.84 67.98 151.812 151.818 151.812 43.666 0 83.124-18.436 110.818-47.94 34.58 6.808 67.074 19.442 96.412 36.84-11.336-35.454-35.41-65.206-66.752-83.994 30.71 3.668 59.968 11.832 87.194 23.904-20.35-30.448-46.090-57.186-75.758-78.594z" />
+<glyph unicode="&#xe609;" d="M512 960c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 32c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM210.744 493.254l256.002 256c24.992 24.994 65.514 24.994 90.508 0s24.994-65.516 0-90.51l-146.744-146.744h357.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-357.49l146.746-146.744c24.994-24.994 24.994-65.518 0-90.512-12.498-12.496-28.878-18.744-45.256-18.744s-32.758 6.248-45.254 18.744l-256.002 256c-24.992 24.994-24.992 65.518 0 90.51z" />
+<glyph unicode="&#xe60a;" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512 229.23-512 512-512 512 229.23 512 512zM96 448c0 229.75 186.25 416 416 416s416-186.25 416-416-186.25-416-416-416-416 186.25-416 416zM557.254 146.744l256 256.002c24.994 24.992 24.994 65.514 0 90.508s-65.516 24.994-90.51 0l-146.744-146.744v357.49c0 35.346-28.654 64-64 64s-64-28.654-64-64v-357.49l-146.744 146.746c-24.994 24.994-65.518 24.994-90.512 0-12.496-12.498-18.744-28.878-18.744-45.256s6.248-32.758 18.744-45.254l256-256.002c24.994-24.992 65.518-24.992 90.51 0z" />
+<glyph unicode="&#xe60b;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM813.256 493.254l-256.002 256c-24.992 24.994-65.514 24.994-90.508 0s-24.994-65.516 0-90.51l146.744-146.744h-357.49c-35.346 0-64-28.654-64-64s28.654-64 64-64h357.49l-146.746-146.744c-24.994-24.994-24.994-65.518 0-90.512 12.498-12.496 28.878-18.744 45.256-18.744s32.758 6.248 45.254 18.744l256.002 256c24.992 24.994 24.992 65.518 0 90.51z" />
+<glyph unicode="&#xe60c;" d="M1024 448c0-282.77-229.23-512-512-512s-512 229.23-512 512 229.23 512 512 512 512-229.23 512-512zM96 448c0-229.75 186.25-416 416-416s416 186.25 416 416-186.25 416-416 416-416-186.25-416-416zM557.254 749.256l256-256.002c24.994-24.992 24.994-65.514 0-90.508s-65.516-24.994-90.51 0l-146.744 146.744v-357.49c0-35.346-28.654-64-64-64s-64 28.654-64 64v357.49l-146.744-146.746c-24.994-24.994-65.518-24.994-90.512 0-12.496 12.498-18.744 28.878-18.744 45.256s6.248 32.758 18.744 45.254l256 256.002c24.994 24.992 65.518 24.992 90.51 0z" />
+<glyph unicode="&#xe60d;" d="M0 448l512-512v320h511.998l0.002 384h-512v320z" />
+<glyph unicode="&#xe60e;" d="M512-64l512 512h-320v511.998l-384 0.002v-512h-320z" />
+<glyph unicode="&#xe60f;" d="M512.002 960l-512.002-512h320v-511.998l384-0.002v512h320z" />
+<glyph unicode="&#xe610;" d="M1024 448l-512 512v-320h-511.998l-0.002-384h512v-320z" />
+<glyph unicode="&#xe611;" d="M874.022 810.020c-92.652 92.656-220.636 149.98-362.022 149.98-219.488 0-406.69-138.128-479.498-332.188l119.876-44.954c54.604 145.546 195.006 249.142 359.622 249.142 106.040 0 202.020-43 271.506-112.494l-143.506-143.506h384v384l-149.978-149.98zM512 64c-106.040 0-202.026 42.992-271.512 112.488l143.512 143.512h-384v-384l149.994 149.994c92.646-92.662 220.618-149.994 362.006-149.994 219.49 0 406.692 138.128 479.5 332.188l-119.876 44.954c-54.604-145.546-195.006-249.142-359.624-249.142z" />
+<glyph unicode="&#xe612;" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
+<glyph unicode="&#xe613;" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
+<glyph unicode="&#xe614;" d="M397.434 42.304l-397.868 391.6 197.378 194.27 200.49-197.332 429.62 422.852 197.378-194.27-626.998-617.12zM107.912 433.904l289.524-284.962 518.656 510.482-89.036 87.632-429.62-422.852-200.49 197.334-89.034-87.634z" />
+<glyph unicode="&#xe615;" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
+<glyph unicode="&#xe616;" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
+<glyph unicode="&#xe617;" d="M697.832 632.952l-64.952 64.922-324.81-324.742c-53.814-53.792-53.814-141.048 0-194.844 53.804-53.792 141.060-53.792 194.874 0l389.772 389.708c89.714 89.662 89.714 235.062 0 324.726-89.666 89.704-235.112 89.704-324.782 0l-409.23-409.178c-0.29-0.304-0.612-0.576-0.876-0.846-125.102-125.096-125.102-327.856 0-452.906 125.054-125.056 327.868-125.056 452.988 0 0.274 0.274 0.516 0.568 0.82 0.876l0.032-0.034 279.332 279.292-64.986 64.92-279.33-279.262c-0.296-0.268-0.564-0.57-0.846-0.844-89.074-89.058-233.98-89.058-323.076 0-89.062 89.042-89.062 233.922 0 322.978 0.304 0.304 0.604 0.582 0.888 0.846l-0.046 0.060 409.28 409.166c53.712 53.738 141.144 53.738 194.886 0 53.712-53.734 53.712-141.148 0-194.84l-389.772-389.7c-17.936-17.922-47.054-17.922-64.972 0-17.894 17.886-17.894 47.032 0 64.92l324.806 324.782z" />
+<glyph unicode="&#xe618;" d="M384 960l-384-512h384l-256-512 896 640h-512l384 384z" />
+<glyph unicode="&#xe619;" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
+<glyph unicode="&#xe61a;" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" />
+<glyph unicode="&#xe61b;" d="M800 832h-576c-53.020 0-96-42.98-96-96v-32h768v32c0 53.020-42.98 96-96 96zM632.32 896l14.116-101h-268.872l14.114 101h240.642M640 960h-256c-26.4 0-50.99-21.392-54.642-47.538l-18.714-133.924c-3.654-26.146 14.956-47.538 41.356-47.538h320c26.4 0 45.010 21.392 41.358 47.538l-18.714 133.924c-3.654 26.146-28.244 47.538-54.644 47.538v0zM816 640h-608c-35.2 0-61.392-28.682-58.206-63.738l52.412-576.526c3.186-35.054 34.594-63.736 69.794-63.736h480c35.2 0 66.608 28.682 69.794 63.736l52.41 576.526c3.188 35.056-23.004 63.738-58.204 63.738zM384 64h-96l-32 448h128v-448zM576 64h-128v448h128v-448zM736 64h-96v448h128l-32-448z" />
+<glyph unicode="&#xe61c;" d="M1024 351.906v192.188l-146.774 24.462c-5.958 18.132-13.222 35.668-21.694 52.5l86.454 121.034-135.896 135.898-120.826-86.304c-16.91 8.554-34.538 15.888-52.768 21.902l-24.402 146.414h-192.188l-24.402-146.416c-18.23-6.014-35.858-13.348-52.766-21.902l-120.828 86.304-135.898-135.898 86.454-121.036c-8.47-16.83-15.734-34.366-21.692-52.498l-146.774-24.46v-192.188l147.118-24.52c5.96-17.968 13.21-35.348 21.642-52.030l-86.748-121.448 135.898-135.896 121.654 86.894c16.602-8.35 33.89-15.528 51.764-21.434l24.578-147.472h192.188l24.578 147.474c17.874 5.906 35.162 13.084 51.766 21.432l121.652-86.892 135.896 135.896-86.744 121.446c8.432 16.682 15.678 34.062 21.64 52.032l147.118 24.518zM512 320c-70.692 0-128 57.306-128 128 0 70.692 57.308 128 128 128 70.694 0 128-57.308 128-128 0-70.694-57.306-128-128-128z" />
+<glyph unicode="&#xe61d;" d="M896 512h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576zM768 704h128v-128h-128v128zM592 128c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v576h-128v-576h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-192h128v192h16zM448 320h128v-128h-128v128zM272 512c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576h16zM128 704h128v-128h-128v128z" />
+<glyph unicode="&#xe61e;" d="M1024 960v-416l-160 160-192-192-96 96 192 192-160 160zM448 288l-192-192 160-160h-416v416l160-160 192 192z" />
+<glyph unicode="&#xe61f;" d="M448 384v-416l-160 160-192-192-96 96 192 192-160 160zM1024 864l-192-192 160-160h-416v416l160-160 192 192z" />
+<glyph unicode="&#xe620;" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384 0-212.078 171.922-384 384-384 95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
+<glyph unicode="&#xe621;" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384 0-212.078 171.922-384 384-384 95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
+<glyph unicode="&#xe622;" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224-123.712 0-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224-123.71 0-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
+<glyph unicode="&#xe623;" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384 0-212.078 171.922-384 384-384 95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
+<glyph unicode="&#xe624;" d="M512 896c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
+<glyph unicode="&#xe625;" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256 0 141.384 128.942 256 288 256 159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM512 960c278.458 0 504.992-180.614 511.836-405.52-49.182 21.92-103.586 33.52-159.836 33.52-95.56 0-185.816-33.446-254.138-94.178-70.846-62.972-109.862-147.434-109.862-237.822 0-44.672 9.544-87.888 27.736-127.788-5.228-0.126-10.468-0.212-15.736-0.212-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" horiz-adv-x="1152" />
+<glyph unicode="&#xe626;" d="M480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" horiz-adv-x="1152" />
+<glyph unicode="&#xe627;" d="M256 640c0 141.385 114.615 256 256 256s256-114.615 256-256c0-141.385-114.615-256-256-256-141.385 0-256 114.615-256 256zM768 320h-512c-141.384 0-256-114.618-256-256v-64h1024v64c0 141.382-114.616 256-256 256z" />
+<glyph unicode="&#xe628;" d="M736 960h-448c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h448c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM384 912h256v-32h-256v32zM512 0c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM768 192h-512v640h512v-640z" />
+<glyph unicode="&#xe629;" d="M800 960h-640c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h640c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM480-32c-17.672 0-32 14.326-32 32s14.328 32 32 32 32-14.326 32-32-14.328-32-32-32zM768 64h-576v768h576v-768z" />
+<glyph unicode="&#xe62a;" d="M927.812 960h-288.562c-52.906 0-126.796-30.606-164.204-68.014l-446.99-446.99c-37.408-37.408-37.408-98.624 0-136.032l344.91-344.906c37.408-37.41 98.622-37.41 136.030 0l446.99 446.988c37.408 37.41 68.014 111.302 68.014 164.204v288.562c0 52.904-43.286 96.188-96.188 96.188zM800 640c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
+<glyph unicode="&#xe62b;" d="M992 896h-224c-52.8 0-126.546-30.546-163.882-67.882l-376.236-376.236c-37.334-37.334-37.334-98.428 0-135.764l280.236-280.234c37.334-37.336 98.428-37.336 135.764 0l376.234 376.234c37.338 37.336 67.884 111.082 67.884 163.882v224c0 52.8-43.2 96-96 96zM864 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM86.626 361.374l342.378-342.378c-36.264-19.16-82.462-13.538-112.886 16.888l-280.236 280.234c-37.334 37.336-37.334 98.43 0 135.764l376.236 376.236c37.336 37.336 111.082 67.882 163.882 67.882l-489.374-489.372c-12.444-12.446-12.444-32.808 0-45.254z" horiz-adv-x="1088" />
+<glyph unicode="&#xe62c;" d="M819.2 512h-614.4c-28.262 0-51.2-22.938-51.2-51.2s22.938-51.2 51.2-51.2h614.4c28.314 0 51.2 22.938 51.2 51.2s-22.886 51.2-51.2 51.2zM204.8 614.4h614.4c28.314 0 51.2 22.938 51.2 51.2s-22.886 51.2-51.2 51.2h-614.4c-28.262 0-51.2-22.938-51.2-51.2s22.938-51.2 51.2-51.2zM819.2 307.2h-614.4c-28.262 0-51.2-22.886-51.2-51.2s22.938-51.2 51.2-51.2h614.4c28.314 0 51.2 22.886 51.2 51.2s-22.886 51.2-51.2 51.2z" />
+<glyph unicode="&#xe62d;" d="M505.702 931.789c-260.096-3.482-468.173-217.19-464.691-477.338 3.482-259.994 217.19-468.122 477.286-464.64 260.096 3.482 468.173 217.19 464.691 477.338-3.43 260.045-217.19 468.122-477.286 464.64zM557.926 774.81c47.872 0 62.003-27.75 62.003-59.546 0-39.68-31.795-76.39-86.016-76.39-45.363 0-66.918 22.835-65.638 60.518 0 31.795 26.624 75.418 89.651 75.418zM435.149 166.4c-32.717 0-56.678 19.866-33.792 107.213l37.53 154.829c6.502 24.832 7.578 34.765 0 34.765-9.779 0-52.275-17.152-77.414-34.048l-16.333 26.778c79.616 66.458 171.162 105.472 210.381 105.472 32.717 0 38.144-38.707 21.811-98.253l-43.008-162.816c-7.578-28.774-4.301-38.707 3.277-38.707 9.779 0 41.984 11.878 73.626 36.762l18.483-24.832c-77.363-77.363-161.792-107.162-194.56-107.162z" />
+<glyph unicode="&#xe62e;" d="M505.754 931.789c-260.147-3.482-468.224-217.19-464.742-477.338 3.482-259.994 217.19-468.122 477.338-464.64 260.045 3.482 468.173 217.19 464.64 477.338-3.43 260.045-217.139 468.122-477.235 464.64zM504.371 174.080h-2.611c-40.038 1.178-68.301 30.72-67.174 70.195 1.126 38.758 30.054 66.97 68.813 66.97l2.355-0.051c41.165-1.229 69.12-30.464 67.891-71.066-1.126-38.861-29.645-66.048-69.274-66.048zM672.87 508.518c-9.472-13.363-30.157-30.003-56.269-50.33l-28.774-19.866c-15.77-12.288-25.293-23.808-28.826-35.123-2.867-9.011-4.198-11.315-4.454-29.491l-0.051-4.659h-109.722l0.307 9.318c1.331 38.195 2.304 60.621 18.125 79.206 24.832 29.133 79.616 64.41 81.92 65.894 7.834 5.939 14.438 12.646 19.405 19.814 11.52 15.872 16.589 28.416 16.589 40.653 0 17.050-5.069 32.819-15.053 46.848-9.626 13.568-27.904 20.429-54.323 20.429-26.214 0-44.134-8.346-54.886-25.395-11.11-17.562-16.64-35.942-16.64-54.784v-4.71h-113.152l0.205 4.915c2.918 69.325 27.648 119.194 73.523 148.326 28.774 18.586 64.614 27.955 106.394 27.955 54.733 0 101.018-13.312 137.37-39.526 36.864-26.573 55.552-66.406 55.552-118.323 0-29.082-9.165-56.371-27.238-81.152z" />
+<glyph unicode="&#xe62f;" d="M999.014 52.122l-456.090 800.307c-6.298 11.059-18.125 17.869-30.925 17.869s-24.576-6.81-30.925-17.869l-456.038-800.307c-6.195-10.854-6.093-24.115 0.256-34.867s18.022-17.357 30.618-17.357h912.128c12.493 0 24.218 6.605 30.618 17.357 6.349 10.752 6.451 24.013 0.358 34.867zM568.32 102.298h-112.64v102.4h112.64v-102.4zM568.32 281.498h-112.64v307.2h112.64v-307.2z" />
+<glyph unicode="&#xe630;" d="M102.502 829.491v-121.242c362.803 0 656.896-294.144 656.896-656.947h121.293c0 429.773-348.416 778.189-778.189 778.189zM102.502 586.957v-121.293c228.864 0 414.413-185.498 414.413-414.362h121.19c0 295.782-239.77 535.654-535.603 535.654zM218.726 283.75c-64.154 0-116.224-52.070-116.224-116.275s52.070-116.224 116.224-116.224c64.205 0 116.275 52.019 116.275 116.224s-52.070 116.275-116.275 116.275z" />
+<glyph unicode="&#xe631;" d="M898.304 180.838l-193.485 193.485c29.184 47.974 45.978 104.192 45.978 164.454 0 174.899-151.603 326.502-326.554 326.502-174.899 0-316.723-141.824-316.723-316.723 0-174.95 151.552-326.554 326.502-326.554 58.163 0 112.64 15.77 159.488 43.162l194.509-194.56c19.098-19.046 49.92-19.046 68.915 0l48.282 48.23c18.995 19.046 12.083 43.008-6.912 62.003zM205.005 548.557c0 121.088 98.15 219.29 219.238 219.29 121.139 0 229.069-107.93 229.069-229.069s-98.15-219.29-219.29-219.29-229.018 107.93-229.018 229.069z" />
+<glyph unicode="&#xe632;" d="M987.699 952.013c-5.53 16.128-22.989 24.627-38.963 19.046s-24.371-23.245-18.79-39.424c47.104-136.704-46.387-238.797-117.606-293.427l-28.826 41.677c-9.626 13.926-31.334 25.549-48.128 25.805l-161.536-0.768c-16.794 0.256-41.779-7.526-55.603-17.254l-475.955-337.306c-23.040-16.333-28.723-48.486-12.544-71.834l216.371-312.678c16.128-23.347 42.086-20.531 65.126-4.25l475.955 337.357c13.824 9.728 29.542 30.925 35.123 47.002l50.586 161.075c5.478 16.077 2.15 40.653-7.475 54.579l-17.613 25.395c95.693 73.984 195.021 204.902 139.878 365.005zM766.259 472.986c-36.915-26.163-87.757-17.050-113.613 20.275-25.805 37.325-16.845 88.781 20.070 114.944 29.286 20.787 67.328 19.251 94.72-0.922-13.824-8.397-23.245-13.21-25.037-14.080-15.258-7.27-21.811-25.702-14.592-41.165 5.222-11.213 16.179-17.818 27.699-17.818 4.352 0 8.806 0.973 13.005 2.97 9.779 4.659 20.378 10.342 31.386 16.947 4.915-30.362-7.066-62.31-33.638-81.152z" />
+<glyph unicode="&#xe633;" d="M881.818 612.915c-81.050 188.672-211.558 332.339-277.555 305.459-112.077-45.568 66.816-264.397-483.635-488.141-47.565-19.302-59.597-96.666-39.68-142.899 19.866-46.234 84.89-92.262 132.454-72.96 8.192 3.328 38.451 13.056 38.451 13.056 33.946-45.568 69.478-18.534 82.125-47.514 15.155-34.816 48.077-110.438 59.238-136.141 11.264-25.702 36.659-49.562 55.091-42.547 18.33 7.014 80.947 30.874 104.909 39.936s29.696 30.464 22.374 47.309c-7.885 18.125-40.243 23.45-49.459 44.646-9.267 21.197-39.424 89.037-48.077 110.438-11.776 29.082 13.261 52.736 49.664 56.525 250.573 26.112 297.421-128.666 382.72-93.952 65.843 26.931 52.429 218.112-28.621 406.784zM853.606 306.893c-14.643-5.939-113.254 71.782-176.282 218.47-62.976 146.637-55.040 280.678-40.448 286.618 14.643 5.99 110.848-87.859 173.875-234.496 62.925-146.586 57.498-264.653 42.854-270.592z" />
+<glyph unicode="&#xe634;" d="M710.502 972.8h-397.005c-57.498 0-104.499-47.002-104.499-104.499v-815.002c0-57.446 47.002-104.499 104.499-104.499h397.005c57.498 0 104.499 47.053 104.499 104.499v815.002c0 57.498-47.002 104.499-104.499 104.499zM512-9.421c-40.346 0-73.114 23.398-73.114 52.275s32.768 52.275 73.114 52.275c40.397 0 73.114-23.398 73.114-52.275s-32.717-52.275-73.114-52.275zM731.392 147.354h-438.835v689.613h438.835v-689.613z" />
+<glyph unicode="&#xe635;" d="M81.613 702.157c24.986-13.466 371.149-199.373 384.051-206.285 12.851-6.912 29.542-10.24 46.336-10.24 16.845 0 33.536 3.328 46.387 10.291 12.902 6.912 359.014 192.819 384 206.285 25.037 13.414 48.691 55.552 2.765 55.552h-866.253c-45.926 0-22.323-42.138 2.714-55.603zM952.986 599.757c-28.416-14.848-377.19-197.171-394.598-206.285s-29.542-10.291-46.387-10.291c-16.794 0-28.928 1.178-46.336 10.291s-366.234 191.488-394.598 206.285c-20.019 10.445-19.866-1.792-19.866-11.213 0-9.421 0-375.552 0-375.552 0-21.504 28.621-49.152 50.79-49.152h820.070c22.221 0 50.739 27.648 50.739 49.101 0 0 0 366.131 0 375.552 0 9.472 0.205 21.709-19.814 11.264z" />
+<glyph unicode="&#xe636;" d="M574.771 880.64c-227.584 0-412.672-182.374-418.253-409.344h-125.798l188.365-209.92 188.314 209.92h-146.227c5.53 169.011 143.77 304.384 313.6 304.384 173.414 0 313.907-140.954 313.907-314.88s-140.493-314.88-313.907-314.88c-69.478 0-133.683 22.733-185.702 61.082l-71.987-77.005c71.014-55.757 160.461-89.037 257.69-89.037 231.168 0 418.56 187.955 418.56 419.84-0.051 231.885-187.443 419.84-418.56 419.84z" />
+<glyph unicode="&#xe637;" d="M282.419 244.531c-115.814 124.57-113.766 319.744 6.502 440.883 49.254 49.562 110.797 79.155 174.797 88.883l-3.533 106.342c-89.805-10.906-176.742-50.995-245.606-120.32-161.229-162.406-163.123-424.448-6.298-590.438l-89.139-89.754 282.112-15.411-0.768 298.701-118.067-118.886zM622.694 856.832l0.768-298.701 118.118 118.938c115.814-124.57 113.818-319.744-6.502-440.883-49.254-49.613-110.797-79.155-174.848-88.883l3.533-106.291c89.856 10.906 176.794 50.995 245.658 120.371 161.178 162.355 163.174 424.448 6.246 590.387l89.139 89.754-282.112 15.309z" />
+<glyph unicode="&#xe638;" d="M449.178 880.64c227.635 0 412.723-182.374 418.253-409.344h125.85l-188.365-209.971-188.365 209.971h146.227c-5.478 169.011-143.718 304.384-313.6 304.384-173.363 0-313.856-140.954-313.856-314.88s140.493-314.88 313.856-314.88c69.53 0 133.734 22.733 185.754 61.082l71.936-77.005c-71.014-55.757-160.461-89.037-257.69-89.037-231.117 0-418.458 187.955-418.458 419.84 0 231.885 187.341 419.84 418.458 419.84z" />
+<glyph unicode="&#xe639;" d="M296.96 348.16v317.44h-194.56c-56.32 0-102.4-46.080-102.4-102.4v-307.2c0-56.32 46.080-102.4 102.4-102.4h51.2v-153.6l153.6 153.6h256c56.32 0 102.4 46.080 102.4 102.4v93.184c-3.277-0.717-6.758-1.075-10.24-1.075h-358.4zM921.6 921.6h-460.8c-56.32 0-102.4-46.080-102.4-102.4v-409.6h358.4l153.6-153.6v153.6h51.2c56.32 0 102.4 46.080 102.4 102.4v307.2c0 56.32-46.080 102.4-102.4 102.4z" />
+<glyph unicode="&#xe63a;" d="M819.2 819.2h-614.4c-56.32 0-102.4-46.080-102.4-102.4v-358.4c0-56.32 46.080-102.4 102.4-102.4h204.8l204.8-153.6v153.6h204.8c56.32 0 102.4 46.080 102.4 102.4v358.4c0 56.32-46.080 102.4-102.4 102.4z" />
+<glyph unicode="&#xe63b;" d="M564.275 102.4h-411.699v716.8h411.648v-153.6h101.376v153.6c0 56.32-46.029 102.4-102.4 102.4h-409.6c-56.32 0-102.4-46.080-102.4-102.4v-716.8c0-56.32 46.080-102.4 102.4-102.4h409.6c56.371 0 102.4 46.080 102.4 102.4v102.4h-101.325v-102.4zM972.8 435.2l-203.725 199.68v-122.88h-460.8v-153.6h460.8v-122.88l203.725 199.68z" />
+<glyph unicode="&#xe63c;" d="M870.4 921.6h-460.8c-56.32 0-101.376-46.080-101.376-102.4v-153.6h101.376v153.6h460.8v-716.8h-460.8v102.4h-101.376v-102.4c0-56.32 45.056-102.4 101.376-102.4h460.8c56.32 0 102.4 46.080 102.4 102.4v716.8c0 56.32-46.080 102.4-102.4 102.4zM512 235.52l204.8 199.68-204.8 199.68v-122.88h-460.8v-153.6h460.8v-122.88z" />
+<glyph unicode="&#xe63d;" d="M808.96 563.2h-92.16v122.88c0 148.326-68.352 235.52-204.8 235.52-136.499 0-204.8-87.194-204.8-235.52v-20.48h102.4v40.96c0 73.984 40.806 112.64 102.4 112.64 61.542 0 102.4-38.656 102.4-112.64v-143.36h-409.6c-28.314 0-51.2-33.126-51.2-61.44v-399.36c0-28.16 21.965-58.266 48.742-66.918l61.235-19.814c26.829-8.602 71.782-15.667 99.942-15.667h296.96c28.211 0 73.165 7.066 99.942 15.718l61.235 19.814c26.778 8.602 48.742 38.707 48.742 66.867v399.36c0 28.314-33.126 61.44-61.44 61.44z" />
+<glyph unicode="&#xe63e;" d="M809.011 563.098h-92.211v71.68c0 148.326-68.301 235.52-204.8 235.52-136.448 0-204.8-87.194-204.8-235.52v-71.68h-102.4c-28.262 0-51.2-33.126-51.2-61.44v-399.36c0-28.16 21.965-58.317 48.742-66.918l61.235-19.814c26.778-8.653 71.731-15.718 99.942-15.718h296.96c28.16 0 73.165 7.066 99.942 15.718l61.235 19.814c26.829 8.602 48.742 38.758 48.742 66.918v399.36c0 28.314-33.126 61.44-61.389 61.44zM409.6 655.258c0 73.984 40.858 112.64 102.4 112.64 61.594 0 102.4-38.656 102.4-112.64v-92.16h-204.8v92.16z" />
+<glyph unicode="&#xe63f;" d="M512 890.88c-237.568 0-430.080-192.614-430.080-430.080 0-237.568 192.563-430.080 430.080-430.080 237.517 0 430.080 192.563 430.080 430.080 0 237.517-192.563 430.080-430.080 430.080zM770.56 513.126v-104.704h-517.12v104.704h517.12z" />
+<glyph unicode="&#xe640;" d="M512 890.88c-237.568 0-430.080-192.614-430.080-430.080 0-237.568 192.563-430.080 430.080-430.080 237.517 0 430.080 192.563 430.080 430.080 0 237.517-192.563 430.080-430.080 430.080zM564.326 408.474v-206.182h-104.653v206.182h-206.234v104.653h206.182v206.234h104.704v-206.182h206.182v-104.704h-206.182z" />
+<glyph unicode="&#xe641;" d="M512 890.88c-237.568 0-430.080-192.614-430.080-430.080 0-237.568 192.563-430.080 430.080-430.080 237.517 0 430.080 192.563 430.080 430.080 0 237.517-192.563 430.080-430.080 430.080zM600.525 460.8l156.723-156.723-88.525-88.525-156.723 156.723-156.723-156.723-88.474 88.525 156.672 156.723-156.672 156.672 88.474 88.525 156.723-156.672 156.723 156.672 88.525-88.474-156.723-156.723z" />
+<glyph unicode="&#xe642;" d="M512 952.32c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52c271.514 0 491.52 220.058 491.52 491.52s-220.006 491.52-491.52 491.52zM776.499 725.197l-0.102 0.102c0-0.051 0.102-0.102 0.102-0.102zM138.035 460.8c0 206.541 167.424 373.965 373.965 373.965 89.805 0 172.237-31.642 236.749-84.378l-526.285-526.234c-52.787 64.461-84.429 146.842-84.429 236.646zM247.501 196.403l0.102-0.102c-0.051 0.051-0.051 0.051-0.102 0.102zM512 86.784c-89.805 0-172.186 31.693-236.646 84.429l526.131 526.234c52.787-64.461 84.48-146.842 84.48-236.646 0.051-206.541-167.475-374.016-373.965-374.016z" />
+<glyph unicode="&#xe643;" d="M482.56 879.36c14.294 10.454 31.766 16.64 50.774 16.64 47.146 0 85.334-38.186 85.334-85.334v-85.334c0-23.488 19.2-42.666 42.666-42.666h256c47.146 0 85.334-38.186 85.334-85.334v-298.666c0-47.146-38.186-85.334-85.334-85.334l-256 0.002c-23.466 0-42.666-19.2-42.666-42.666v-85.334c0-47.146-38.186-85.334-85.334-85.334-19.008 0-36.48 6.186-50.774 16.64l-429.866 355.626c-41.814 41.814-41.814 109.654 0 151.466l429.866 355.628z" />
+<glyph unicode="&#xe644;" d="M541.44 879.36c-14.294 10.454-31.786 16.64-50.774 16.64-47.146 0-85.334-38.186-85.334-85.334v-85.334c0-23.488-19.2-42.666-42.666-42.666h-256c-47.146 0-85.334-38.186-85.334-85.334v-298.666c0-47.146 38.186-85.334 85.334-85.334h256c23.466 0 42.666-19.2 42.666-42.666v-85.334c0-47.146 38.186-85.334 85.334-85.334 18.986 0 36.48 6.186 50.774 16.64l429.846 355.626c41.834 41.814 41.834 109.654 0 151.466l-429.846 355.63z" />
+<glyph unicode="&#xe645;" d="M943.36 418.56c10.454 14.294 16.64 31.786 16.64 50.774 0 47.146-38.186 85.334-85.334 85.334h-85.334c-23.466 0-42.666 19.178-42.666 42.666v256c0 47.146-38.186 85.334-85.334 85.334l-298.666-0.002c-47.146 0-85.334-38.186-85.334-85.334v-256c0-23.488-19.2-42.666-42.666-42.666h-85.332c-47.146 0-85.334-38.186-85.334-85.334 0-18.986 6.186-36.48 16.618-50.774l355.648-429.864c41.814-41.814 109.654-41.814 151.466 0l355.628 429.866z" />
+<glyph unicode="&#xe646;" d="M943.36 477.44c10.454-14.294 16.64-31.786 16.64-50.774 0-47.146-38.186-85.334-85.334-85.334h-85.334c-23.466 0-42.666-19.2-42.666-42.666v-256c0-47.146-38.186-85.334-85.334-85.334l-298.666 0.002c-47.146 0-85.334 38.186-85.334 85.334l0.002 255.998c0 23.466-19.2 42.666-42.666 42.666l-85.334 0.002c-47.146 0-85.334 38.186-85.334 85.334 0 18.986 6.186 36.48 16.64 50.774l355.626 429.864c41.814 41.814 109.654 41.814 151.466 0l355.628-429.866z" />
+<glyph unicode="&#xe647;" d="M573.654 576l85.76 328.96c1.28 4.032 1.92 8.342 1.92 12.8 0 23.232-18.774 42.24-42.048 42.24-13.206 0-24.96-5.974-32.618-15.574l-428.162-555.306c-5.76-7.254-9.172-16.426-9.172-26.454 0-23.466 19.2-42.666 42.666-42.666h258.326l-85.76-328.96c-1.302-4.054-1.92-8.342-1.92-12.8 0.020-23.254 18.794-42.24 42.048-42.24 13.226 0 24.96 5.952 32.64 15.574l428.138 555.306c5.782 7.254 9.194 16.406 9.194 26.454 0 23.466-19.2 42.666-42.666 42.666h-258.346z" />
+<glyph unicode="&#xe648;" d="M191.958 487.958h158.934c23.68 0 42.666-19.2 42.666-42.666 0-11.542-4.48-21.994-11.946-29.674l0.214-0.426-108.8-108.8c-75.094-75.114-75.094-196.502 0-271.574 74.88-74.88 196.48-74.88 271.552 0 74.902 75.094 74.902 196.458 0 271.574-21.76 21.546-47.338 37.12-74.432 46.294l28.586 28.586h365.226c87.040 0 157.866 74.006 160 166.378 0 1.494 0.214 2.774 0 4.266-2.134 23.894-22.4 42.666-46.934 42.666h-264.96l191.36 191.36c17.494 17.494 18.582 45.014 3.2 63.36-1.066 1.302-2.134 2.154-3.2 3.2-66.538 63.552-169.174 65.92-230.614 4.48l-262.4-262.4h-46.506c12.8 25.6 20.054 54.634 20.054 85.334 0 106.026-85.974 192-192 192s-192-85.974-192-192c0-106.006 85.972-191.958 192-191.958zM277.29 679.958c0-47.146-38.186-85.334-85.334-85.334s-85.334 38.186-85.334 85.334 38.186 85.334 85.334 85.334 85.334-38.188 85.334-85.334zM469.078 230.87c33.28-33.302 33.28-87.254 0-120.534-33.28-33.45-87.254-33.45-120.746 0-33.28 33.302-33.28 87.254 0 120.534 33.492 33.514 87.466 33.514 120.746 0z" />
+<glyph unicode="&#xe649;" d="M906.666 746.666h-138.666v128c0 47.146-38.186 85.334-85.334 85.334h-341.332c-47.146 0-85.334-38.186-85.334-85.334v-128h-138.666c-29.44 0-53.334-23.892-53.334-53.332s23.894-53.334 53.334-53.334h32v-618.666c0-47.146 38.186-85.334 85.334-85.334h554.666c47.146 0 85.334 38.186 85.334 85.334l-0.002 618.666h32c29.44 0 53.334 23.894 53.334 53.334s-23.894 53.332-53.334 53.332zM661.334 746.666h-298.668v59.734c0 26.026 20.908 46.934 46.934 46.934h204.8c26.026 0 46.934-20.908 46.934-46.934v-59.734zM362.666 597.334v-512c0-23.466-19.2-42.666-42.666-42.666s-42.666 19.2-42.666 42.666v512c0 23.466 19.2 42.666 42.666 42.666s42.666-19.2 42.666-42.666zM554.666 597.334v-512c0-23.466-19.2-42.666-42.666-42.666s-42.666 19.2-42.666 42.666v512c0 23.466 19.2 42.666 42.666 42.666s42.666-19.2 42.666-42.666zM746.666 597.334v-512c0-23.466-19.2-42.666-42.666-42.666s-42.666 19.2-42.666 42.666v512c0 23.466 19.2 42.666 42.666 42.666s42.666-19.2 42.666-42.666z" />
+<glyph unicode="&#xe64a;" d="M701.888 640l-373.334-375.658c-12.394-12.374-32.448-12.374-44.822 0-12.374 12.352-12.374 32.618 0 44.992l437.59 440.34c18.134 18.326 47.552 18.326 65.686 0l98.56-99.2c18.134-18.134 18.134-47.786 0-66.134l-437.546-440.34c-78.294-78.698-205.226-78.698-283.734 0-78.314 78.934-78.314 206.698 0 285.674l373.334 375.658c20.694 20.694 20.694 54.4 0 75.114-20.48 20.694-53.974 20.694-74.666 0l-373.334-375.68c-119.488-120.342-119.488-315.52 0-435.84 119.68-120.342 313.6-120.342 433.066 0l470.4 473.366c41.194 41.6 41.194 108.822 0 150.4l-164.266 165.12c-41.174 41.6-108.16 41.6-149.334 0l-470.4-473.386c-53.546-53.76-53.546-141.206 0-195.178 53.76-53.974 140.586-53.974 194.154 0l373.334 375.68c20.694 20.694 20.694 54.4 0 75.094-20.714 20.672-53.994 20.672-74.688-0.022z" />
+<glyph unicode="&#xe64b;" d="M0 149.334c0-47.146 38.186-85.334 85.334-85.334h853.334c47.146 0 85.334 38.186 85.334 85.334l-0.002 576c0 47.146-38.186 85.334-85.334 85.334l-853.332-0.002c-47.146 0-85.334-38.186-85.334-85.334v-575.998zM314.026 436.694l-195.2 196.48c-16.192 16.214-16.192 42.454 0 58.666 16.234 16.214 42.474 16.214 58.666 0l311.468-311.872c12.586-12.374 33.302-12.374 45.674 0l311.872 311.872c16.214 16.214 42.454 16.214 58.666 0 16.214-16.214 16.214-42.454 0-58.666l-195.414-196.48 195.414-195.178c16.214-16.214 16.214-42.454 0-58.666s-42.454-16.214-58.666 0l-195.2 194.986c0 0-60.992-62.080-72.086-73.174-17.3-16.876-41.194-27.328-67.22-27.328-26.454 0-50.346 10.666-67.626 27.968-11.306 11.094-71.894 72.512-71.894 72.512l-195.008-194.986c-16.192-16.214-42.432-16.214-58.666 0-16.192 16.214-16.192 42.454 0 58.666l195.22 195.2z" />
+</font></defs></svg>
\ No newline at end of file
diff --git a/dist/fonts/symbols.ttf b/dist/fonts/symbols.ttf
new file mode 100644 (file)
index 0000000..911bfc7
Binary files /dev/null and b/dist/fonts/symbols.ttf differ
diff --git a/dist/fonts/symbols.woff b/dist/fonts/symbols.woff
new file mode 100644 (file)
index 0000000..3753b82
Binary files /dev/null and b/dist/fonts/symbols.woff differ
diff --git a/dist/img/comming-soon.png b/dist/img/comming-soon.png
new file mode 100644 (file)
index 0000000..b2f2582
Binary files /dev/null and b/dist/img/comming-soon.png differ
diff --git a/dist/img/kai-moritz.jpg b/dist/img/kai-moritz.jpg
new file mode 100644 (file)
index 0000000..c1815a1
Binary files /dev/null and b/dist/img/kai-moritz.jpg differ
diff --git a/dist/img/wip.gif b/dist/img/wip.gif
new file mode 100644 (file)
index 0000000..13a03b1
Binary files /dev/null and b/dist/img/wip.gif differ
diff --git a/dist/index.html b/dist/index.html
new file mode 100644 (file)
index 0000000..0f3f0bd
--- /dev/null
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<html>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+    <title>Frameset to Bypass Same-Origin-Policy</title>
+  </head>
+  <frameset>
+    <frame src="thymeleaf/templates/layout.html">
+  </frameset>
+</html>
diff --git a/dist/js/base.js b/dist/js/base.js
new file mode 120000 (symlink)
index 0000000..cd3c776
--- /dev/null
@@ -0,0 +1 @@
+prettify.js
\ No newline at end of file
diff --git a/dist/js/html5shiv.js b/dist/js/html5shiv.js
new file mode 100644 (file)
index 0000000..448cebd
--- /dev/null
@@ -0,0 +1,8 @@
+/*
+ HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
+*/
+(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
+a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
+c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
+"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
+if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
diff --git a/dist/js/ie6.js b/dist/js/ie6.js
new file mode 120000 (symlink)
index 0000000..0030830
--- /dev/null
@@ -0,0 +1 @@
+html5shiv.js
\ No newline at end of file
diff --git a/dist/js/ie7.js b/dist/js/ie7.js
new file mode 120000 (symlink)
index 0000000..0030830
--- /dev/null
@@ -0,0 +1 @@
+html5shiv.js
\ No newline at end of file
diff --git a/dist/js/ie8.js b/dist/js/ie8.js
new file mode 120000 (symlink)
index 0000000..0030830
--- /dev/null
@@ -0,0 +1 @@
+html5shiv.js
\ No newline at end of file
diff --git a/dist/js/less-1.7.0.min.js b/dist/js/less-1.7.0.min.js
new file mode 100644 (file)
index 0000000..3cecd95
--- /dev/null
@@ -0,0 +1,16 @@
+/*! 
+ * LESS - Leaner CSS v1.7.0 
+ * http://lesscss.org 
+ * 
+ * Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> 
+ * Licensed under the Apache v2 License. 
+ * 
+ */ 
+
+ /** * @license Apache v2
+ */ 
+
+!function(a,b){function c(b){return a.less[b.split("/")[1]]}function d(a,b){"undefined"!=typeof console&&w.logLevel>=b&&console.log("less: "+a)}function e(a){return a.replace(/^[a-z-]+:\/+?[^\/]+/,"").replace(/^\//,"").replace(/\.[a-zA-Z]+$/,"").replace(/[^\.\w-]+/g,"-").replace(/\./g,":")}function f(a,c){var e="{line} {content}",f=a.filename||c,g=[],h=(a.type||"Syntax")+"Error: "+(a.message||"There is an error in your .less file")+" in "+f+" ",i=function(a,c,d){a.extract[c]!==b&&g.push(e.replace(/\{line\}/,(parseInt(a.line,10)||0)+(c-1)).replace(/\{class\}/,d).replace(/\{content\}/,a.extract[c]))};a.extract?(i(a,0,""),i(a,1,"line"),i(a,2,""),h+="on line "+a.line+", column "+(a.column+1)+":\n"+g.join("\n")):a.stack&&(h+=a.stack),d(h,z.errors)}function g(a,b,c){var f=b.href||"",g="less:"+(b.title||e(f)),h=document.getElementById(g),i=!1,j=document.createElement("style");if(j.setAttribute("type","text/css"),b.media&&j.setAttribute("media",b.media),j.id=g,j.styleSheet)try{j.styleSheet.cssText=a}catch(k){throw new Error("Couldn't reassign styleSheet.cssText.")}else j.appendChild(document.createTextNode(a)),i=null!==h&&h.childNodes.length>0&&j.childNodes.length>0&&h.firstChild.nodeValue===j.firstChild.nodeValue;var l=document.getElementsByTagName("head")[0];if(null===h||i===!1){var m=b&&b.nextSibling||null;m?m.parentNode.insertBefore(j,m):l.appendChild(j)}if(h&&i===!1&&h.parentNode.removeChild(h),c&&D){d("saving "+f+" to cache.",z.info);try{D.setItem(f,a),D.setItem(f+":timestamp",c)}catch(k){d("failed to save",z.errors)}}}function h(a){return w.postProcessor&&"function"==typeof w.postProcessor&&(a=w.postProcessor.call(a,a)||a),a}function i(a,c){var d,f,h="less-error-message:"+e(c||""),i='<li><label>{line}</label><pre class="{class}">{content}</pre></li>',j=document.createElement("div"),k=[],l=a.filename||c,m=l.match(/([^\/]+(\?.*)?)$/)[1];j.id=h,j.className="less-error-message",f="<h3>"+(a.type||"Syntax")+"Error: "+(a.message||"There is an error in your .less file")+'</h3><p>in <a href="'+l+'">'+m+"</a> ";var n=function(a,c,d){a.extract[c]!==b&&k.push(i.replace(/\{line\}/,(parseInt(a.line,10)||0)+(c-1)).replace(/\{class\}/,d).replace(/\{content\}/,a.extract[c]))};a.extract?(n(a,0,""),n(a,1,"line"),n(a,2,""),f+="on line "+a.line+", column "+(a.column+1)+":</p><ul>"+k.join("")+"</ul>"):a.stack&&(f+="<br/>"+a.stack.split("\n").slice(1).join("<br/>")),j.innerHTML=f,g([".less-error-message ul, .less-error-message li {","list-style-type: none;","margin-right: 15px;","padding: 4px 0;","margin: 0;","}",".less-error-message label {","font-size: 12px;","margin-right: 15px;","padding: 4px 0;","color: #cc7777;","}",".less-error-message pre {","color: #dd6666;","padding: 4px 0;","margin: 0;","display: inline-block;","}",".less-error-message pre.line {","color: #ff0000;","}",".less-error-message h3 {","font-size: 20px;","font-weight: bold;","padding: 15px 0 5px 0;","margin: 0;","}",".less-error-message a {","color: #10a","}",".less-error-message .error {","color: red;","font-weight: bold;","padding-bottom: 2px;","border-bottom: 1px dashed red;","}"].join("\n"),{title:"error-message"}),j.style.cssText=["font-family: Arial, sans-serif","border: 1px solid #e00","background-color: #eee","border-radius: 5px","-webkit-border-radius: 5px","-moz-border-radius: 5px","color: #e00","padding: 15px","margin-bottom: 15px"].join(";"),"development"==w.env&&(d=setInterval(function(){document.body&&(document.getElementById(h)?document.body.replaceChild(j,document.getElementById(h)):document.body.insertBefore(j,document.body.firstChild),clearInterval(d))},10))}function j(a,b){w.errorReporting&&"html"!==w.errorReporting?"console"===w.errorReporting?f(a,b):"function"==typeof w.errorReporting&&w.errorReporting("add",a,b):i(a,b)}function k(a){var b=document.getElementById("less-error-message:"+e(a));b&&b.parentNode.removeChild(b)}function l(){}function m(a){w.errorReporting&&"html"!==w.errorReporting?"console"===w.errorReporting?l(a):"function"==typeof w.errorReporting&&w.errorReporting("remove",a):k(a)}function n(a){for(var b,c=document.getElementsByTagName("style"),d=0;d<c.length;d++)if(b=c[d],b.type.match(C)){var e=new w.tree.parseEnv(w),f=b.innerHTML||"";e.filename=document.location.href.replace(/#.*$/,""),(a||w.globalVars)&&(e.useFileCache=!0);var g=function(a){return function(b,c){if(b)return j(b,"inline");var d=c.toCSS(w);a.type="text/css",a.styleSheet?a.styleSheet.cssText=d:a.innerHTML=d}}(b);new w.Parser(e).parse(f,g,{globalVars:w.globalVars,modifyVars:a})}}function o(a,b){var c,d,e=/^((?:[a-z-]+:)?\/+?(?:[^\/\?#]*\/)|([\/\\]))?((?:[^\/\\\?#]*[\/\\])*)([^\/\\\?#]*)([#\?].*)?$/i,f=a.match(e),g={},h=[];if(!f)throw new Error("Could not parse sheet href - '"+a+"'");if(!f[1]||f[2]){if(d=b.match(e),!d)throw new Error("Could not parse page url - '"+b+"'");f[1]=f[1]||d[1]||"",f[2]||(f[3]=d[3]+f[3])}if(f[3]){for(h=f[3].replace(/\\/g,"/").split("/"),c=0;c<h.length;c++)"."===h[c]&&(h.splice(c,1),c-=1);for(c=0;c<h.length;c++)".."===h[c]&&c>0&&(h.splice(c-1,2),c-=2)}return g.hostPart=f[1],g.directories=h,g.path=f[1]+h.join("/"),g.fileUrl=g.path+(f[4]||""),g.url=g.fileUrl+(f[5]||""),g}function p(a,b){var c,d,e,f,g=o(a),h=o(b),i="";if(g.hostPart!==h.hostPart)return"";for(d=Math.max(h.directories.length,g.directories.length),c=0;d>c&&h.directories[c]===g.directories[c];c++);for(f=h.directories.slice(c),e=g.directories.slice(c),c=0;c<f.length-1;c++)i+="../";for(c=0;c<e.length-1;c++)i+=e[c]+"/";return i}function q(){if(a.XMLHttpRequest&&("file:"!==a.location.protocol||!a.ActiveXObject))return new XMLHttpRequest;try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(b){return d("browser doesn't support AJAX.",z.errors),null}}function r(a,b,c,e){function f(b,c,d){b.status>=200&&b.status<300?c(b.responseText,b.getResponseHeader("Last-Modified")):"function"==typeof d&&d(b.status,a)}var g=q(),h=y?w.fileAsync:w.async;"function"==typeof g.overrideMimeType&&g.overrideMimeType("text/css"),d("XHR: Getting '"+a+"'",z.debug),g.open("GET",a,h),g.setRequestHeader("Accept",b||"text/x-less, text/css; q=0.9, */*; q=0.5"),g.send(null),y&&!w.fileAsync?0===g.status||g.status>=200&&g.status<300?c(g.responseText):e(g.status,a):h?g.onreadystatechange=function(){4==g.readyState&&f(g,c,e)}:f(g,c,e)}function s(b,c,d,e){c&&c.currentDirectory&&!/^([a-z-]+:)?\//.test(b)&&(b=c.currentDirectory+b);var f=o(b,a.location.href),g=f.url,h={currentDirectory:f.path,filename:g};if(c?(h.entryPath=c.entryPath,h.rootpath=c.rootpath,h.rootFilename=c.rootFilename,h.relativeUrls=c.relativeUrls):(h.entryPath=f.path,h.rootpath=w.rootpath||f.path,h.rootFilename=g,h.relativeUrls=e.relativeUrls),h.relativeUrls&&(h.rootpath=e.rootpath?o(e.rootpath+p(f.path,h.entryPath)).path:f.path),e.useFileCache&&E[g])try{var i=E[g];d(null,i,g,h,{lastModified:new Date})}catch(j){d(j,null,g)}else r(g,e.mime,function(a,b){E[g]=a;try{d(null,a,g,h,{lastModified:b})}catch(c){d(c,null,g)}},function(a,b){d({type:"File",message:"'"+b+"' wasn't found ("+a+")"},null,g)})}function t(a,b,c,d,e){var f=new w.tree.parseEnv(w);f.mime=a.type,(e||w.globalVars)&&(f.useFileCache=!0),s(a.href,null,function(h,i,j,k,l){if(l){l.remaining=d;var n=D&&D.getItem(j),o=D&&D.getItem(j+":timestamp");if(!c&&o&&l.lastModified&&new Date(l.lastModified).valueOf()===new Date(o).valueOf())return g(n,a),l.local=!0,void b(null,null,i,a,l,j)}m(j),i?(f.currentFileInfo=k,new w.Parser(f).parse(i,function(c,d){if(c)return b(c,null,null,a);try{b(c,d,i,a,l,j)}catch(c){b(c,null,null,a)}},{modifyVars:e,globalVars:w.globalVars})):b(h,null,null,a,l,j)},f,e)}function u(a,b,c){for(var d=0;d<w.sheets.length;d++)t(w.sheets[d],a,b,w.sheets.length-(d+1),c)}function v(){"development"===w.env?(w.optimization=0,w.watchTimer=setInterval(function(){w.watchMode&&u(function(a,b,c,d,e){if(a)j(a,d.href);else if(b){var f=b.toCSS(w);f=h(f),g(f,d,e.lastModified)}})},w.poll)):w.optimization=3}("undefined"==typeof a.less||"undefined"!=typeof a.less.nodeType)&&(a.less={}),w=a.less,x=a.less.tree={},w.mode="browser";var w,x;w===b&&(w=exports,x=c("./tree"),w.mode="node"),w.Parser=function(a){function d(){D=y,G.push({current:C,i:y,j:z})}function e(){var a=G.pop();C=a.current,D=y=a.i,z=a.j}function f(){G.pop()}function g(){y>D&&(C=C.slice(y-D),D=y)}function h(a,b){var c=a.charCodeAt(0|b);return 32>=c&&(32===c||10===c||9===c)}function i(a){var b,c,d=typeof a;return"string"===d?v.charAt(y)!==a?null:(l(1),a):(g(),(b=a.exec(C))?(c=b[0].length,l(c),"string"==typeof b?b:1===b.length?b[0]:b):null)}function j(a){y>D&&(C=C.slice(y-D),D=y);var b=a.exec(C);return b?(l(b[0].length),"string"==typeof b?b:1===b.length?b[0]:b):null}function k(a){return v.charAt(y)!==a?null:(l(1),a)}function l(a){for(var b,c=y,d=z,e=y-D,f=y+C.length-e,g=y+=a,h=v;f>y&&(b=h.charCodeAt(y),!(b>32))&&(32===b||10===b||9===b||13===b);y++);return C=C.slice(a+y-g+e),D=y,!C.length&&z<B.length-1?(C=B[++z],l(0),!0):c!==y||d!==z}function m(a,b){var c="[object Function]"===Object.prototype.toString.call(a)?a.call(F):i(a);return c?c:void o(b||("string"==typeof a?"expected '"+a+"' got '"+v.charAt(y)+"'":"unexpected token"))}function n(a,b){return v.charAt(y)===a?(l(1),a):void o(b||"expected '"+a+"' got '"+v.charAt(y)+"'")}function o(a,b){var c=new Error(a);throw c.index=y,c.type=b||"Syntax",c}function p(a){return"string"==typeof a?v.charAt(y)===a:a.test(C)}function q(a){return v.charAt(y)===a}function r(a,b){return a.filename&&b.currentFileInfo.filename&&a.filename!==b.currentFileInfo.filename?E.imports.contents[a.filename]:v}function s(a,b){for(var c=a+1,d=null,e=-1;--c>=0&&"\n"!==b.charAt(c);)e++;return"number"==typeof a&&(d=(b.slice(0,a).match(/\n/g)||"").length),{line:d,column:e}}function t(a,b,d){var e=d.currentFileInfo.filename;return"browser"!==w.mode&&"rhino"!==w.mode&&(e=c("path").resolve(e)),{lineNumber:s(a,b).line+1,fileName:e}}function u(a,b){var c=r(a,b),d=s(a.index,c),e=d.line,f=d.column,g=a.call&&s(a.call,c).line,h=c.split("\n");this.type=a.type||"Syntax",this.message=a.message,this.filename=a.filename||b.currentFileInfo.filename,this.index=a.index,this.line="number"==typeof e?e+1:null,this.callLine=g+1,this.callExtract=h[g],this.stack=a.stack,this.column=f,this.extract=[h[e-1],h[e],h[e+1]]}var v,y,z,A,B,C,D,E,F,G=[],H=a&&a.filename;a instanceof x.parseEnv||(a=new x.parseEnv(a));var I=this.imports={paths:a.paths||[],queue:[],files:a.files,contents:a.contents,contentsIgnoredChars:a.contentsIgnoredChars,mime:a.mime,error:null,push:function(b,c,d,e){var f=this;this.queue.push(b);var g=function(a,c,d){f.queue.splice(f.queue.indexOf(b),1);var g=d===H;f.files[d]=c,a&&!f.error&&(f.error=a),e(a,c,g,d)};w.Parser.importer?w.Parser.importer(b,c,g,a):w.Parser.fileLoader(b,c,function(b,e,f,h){if(b)return void g(b);var i=new x.parseEnv(a);i.currentFileInfo=h,i.processImports=!1,i.contents[f]=e,(c.reference||d.reference)&&(h.reference=!0),d.inline?g(null,e,f):new w.Parser(i).parse(e,function(a,b){g(a,b,f)})},a)}},J=j;return u.prototype=new Error,u.prototype.constructor=u,this.env=a=a||{},this.optimization="optimization"in this.env?this.env.optimization:1,E={imports:I,parse:function(d,e,f){var g,h,i,j,k,l=null,m="";if(y=z=D=A=0,j=f&&f.globalVars?w.Parser.serializeVars(f.globalVars)+"\n":"",k=f&&f.modifyVars?"\n"+w.Parser.serializeVars(f.modifyVars):"",(j||f&&f.banner)&&(m=(f&&f.banner?f.banner:"")+j,E.imports.contentsIgnoredChars[a.currentFileInfo.filename]=m.length),d=d.replace(/\r\n/g,"\n"),v=d=m+d.replace(/^\uFEFF/,"")+k,E.imports.contents[a.currentFileInfo.filename]=d,B=function(b){function c(b,c){l=new u({index:c||i,type:"Parse",message:b,filename:a.currentFileInfo.filename},a)}function d(a){var c=i-s;512>c&&!a||!c||(r.push(b.slice(s,i+1)),s=i+1)}var e,f,g,h,i,j,k,m,n,o=b.length,p=0,q=0,r=[],s=0;for(i=0;o>i;i++)if(k=b.charCodeAt(i),!(k>=97&&122>=k||34>k))switch(k){case 40:q++,f=i;continue;case 41:if(--q<0)return c("missing opening `(`");continue;case 59:q||d();continue;case 123:p++,e=i;continue;case 125:if(--p<0)return c("missing opening `{`");p||q||d();continue;case 92:if(o-1>i){i++;continue}return c("unescaped `\\`");case 34:case 39:case 96:for(n=0,j=i,i+=1;o>i;i++)if(m=b.charCodeAt(i),!(m>96)){if(m==k){n=1;break}if(92==m){if(i==o-1)return c("unescaped `\\`");i++}}if(n)continue;return c("unmatched `"+String.fromCharCode(k)+"`",j);case 47:if(q||i==o-1)continue;if(m=b.charCodeAt(i+1),47==m)for(i+=2;o>i&&(m=b.charCodeAt(i),!(13>=m)||10!=m&&13!=m);i++);else if(42==m){for(g=j=i,i+=2;o-1>i&&(m=b.charCodeAt(i),125==m&&(h=i),42!=m||47!=b.charCodeAt(i+1));i++);if(i==o-1)return c("missing closing `*/`",j);i++}continue;case 42:if(o-1>i&&47==b.charCodeAt(i+1))return c("unmatched `/*`");continue}return 0!==p?g>e&&h>g?c("missing closing `}` or `*/`",e):c("missing closing `}`",e):0!==q?c("missing closing `)`",f):(d(!0),r)}(d),l)return e(new u(l,a));C=B[0];try{g=new x.Ruleset(null,this.parsers.primary()),g.root=!0,g.firstRoot=!0}catch(n){return e(new u(n,a))}if(g.toCSS=function(d){return function(e,f){e=e||{};var g,h,i=new x.evalEnv(e);"object"!=typeof f||Array.isArray(f)||(f=Object.keys(f).map(function(a){var b=f[a];return b instanceof x.Value||(b instanceof x.Expression||(b=new x.Expression([b])),b=new x.Value([b])),new x.Rule("@"+a,b,!1,null,0)}),i.frames=[new x.Ruleset(null,f)]);try{var j,k=[],l=[new x.joinSelectorVisitor,new x.processExtendsVisitor,new x.toCSSVisitor({compress:Boolean(e.compress)})],m=this;if(e.plugins)for(j=0;j<e.plugins.length;j++)e.plugins[j].isPreEvalVisitor?k.push(e.plugins[j]):e.plugins[j].isPreVisitor?l.splice(0,0,e.plugins[j]):l.push(e.plugins[j]);for(j=0;j<k.length;j++)k[j].run(m);for(g=d.call(m,i),j=0;j<l.length;j++)l[j].run(g);e.sourceMap&&(g=new x.sourceMapOutput({contentsIgnoredCharsMap:E.imports.contentsIgnoredChars,writeSourceMap:e.writeSourceMap,rootNode:g,contentsMap:E.imports.contents,sourceMapFilename:e.sourceMapFilename,sourceMapURL:e.sourceMapURL,outputFilename:e.sourceMapOutputFilename,sourceMapBasepath:e.sourceMapBasepath,sourceMapRootpath:e.sourceMapRootpath,outputSourceFiles:e.outputSourceFiles,sourceMapGenerator:e.sourceMapGenerator})),h=g.toCSS({compress:Boolean(e.compress),dumpLineNumbers:a.dumpLineNumbers,strictUnits:Boolean(e.strictUnits),numPrecision:8})}catch(n){throw new u(n,a)}if(e.cleancss&&"node"===w.mode){var o=c("clean-css"),p=e.cleancssOptions||{};return p.keepSpecialComments===b&&(p.keepSpecialComments="*"),p.processImport=!1,p.noRebase=!0,p.noAdvanced===b&&(p.noAdvanced=!0),new o(p).minify(h)}return e.compress?h.replace(/(^(\s)+)|((\s)+$)/g,""):h}}(g.eval),y<v.length-1){y=A;var o=s(y,v);i=v.split("\n"),h=o.line+1,l={type:"Parse",message:"Unrecognised input",index:y,filename:a.currentFileInfo.filename,line:h,column:o.column,extract:[i[h-2],i[h-1],i[h]]}}var p=function(b){return b=l||b||E.imports.error,b?(b instanceof u||(b=new u(b,a)),e(b)):e(null,g)};return a.processImports===!1?p():void new x.importVisitor(this.imports,p).run(g)},parsers:F={primary:function(){for(var a,b=this.mixin,c=J,d=[];C;){if(a=this.extendRule()||b.definition()||this.rule()||this.ruleset()||b.call()||this.comment()||this.rulesetCall()||this.directive())d.push(a);else if(!c(/^[\s\n]+/)&&!c(/^;+/))break;if(q("}"))break}return d},comment:function(){var b;if("/"===v.charAt(y))return"/"===v.charAt(y+1)?new x.Comment(j(/^\/\/.*/),!0,y,a.currentFileInfo):(b=j(/^\/\*(?:[^*]|\*+[^\/*])*\*+\/\n?/),b?new x.Comment(b,!1,y,a.currentFileInfo):void 0)},comments:function(){for(var a,b=[];;){if(a=this.comment(),!a)break;b.push(a)}return b},entities:{quoted:function(){var b,c,d=y,e=y;return"~"===v.charAt(d)&&(d++,c=!0),'"'===v.charAt(d)||"'"===v.charAt(d)?(c&&k("~"),b=j(/^"((?:[^"\\\r\n]|\\.)*)"|'((?:[^'\\\r\n]|\\.)*)'/),b?new x.Quoted(b[0],b[1]||b[2],c,e,a.currentFileInfo):void 0):void 0},keyword:function(){var a;if(a=j(/^%|^[_A-Za-z-][_A-Za-z0-9-]*/)){var b=x.Color.fromKeyword(a);return b?b:new x.Keyword(a)}},call:function(){var b,c,d,e,f=y;if(b=/^([\w-]+|%|progid:[\w\.]+)\(/.exec(C)){if(b=b[1],c=b.toLowerCase(),"url"===c)return null;if(y+=b.length,"alpha"===c&&(e=F.alpha(),"undefined"!=typeof e))return e;if(k("("),d=this.arguments(),k(")"))return b?new x.Call(b,d,f,a.currentFileInfo):void 0}},arguments:function(){for(var a,b=[];;){if(a=this.assignment()||F.expression(),!a)break;if(b.push(a),!k(","))break}return b},literal:function(){return this.dimension()||this.color()||this.quoted()||this.unicodeDescriptor()},assignment:function(){var a,b;return a=j(/^\w+(?=\s?=)/i),a&&k("=")?(b=F.entity(),b?new x.Assignment(a,b):void 0):void 0},url:function(){var b;if("u"===v.charAt(y)&&j(/^url\(/))return b=this.quoted()||this.variable()||j(/^(?:(?:\\[\(\)'"])|[^\(\)'"])+/)||"",n(")"),new x.URL(null!=b.value||b instanceof x.Variable?b:new x.Anonymous(b),a.currentFileInfo)},variable:function(){var b,c=y;return"@"===v.charAt(y)&&(b=j(/^@@?[\w-]+/))?new x.Variable(b,c,a.currentFileInfo):void 0},variableCurly:function(){var b,c=y;return"@"===v.charAt(y)&&(b=j(/^@\{([\w-]+)\}/))?new x.Variable("@"+b[1],c,a.currentFileInfo):void 0},color:function(){var a;return"#"===v.charAt(y)&&(a=j(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})/))?new x.Color(a[1]):void 0},dimension:function(){var a,b=v.charCodeAt(y);if(!(b>57||43>b||47===b||44==b))return a=j(/^([+-]?\d*\.?\d+)(%|[a-z]+)?/),a?new x.Dimension(a[1],a[2]):void 0},unicodeDescriptor:function(){var a;return a=j(/^U\+[0-9a-fA-F?]+(\-[0-9a-fA-F?]+)?/),a?new x.UnicodeDescriptor(a[0]):void 0},javascript:function(){var c,d,e=y;return"~"===v.charAt(e)&&(e++,d=!0),"`"===v.charAt(e)?(a.javascriptEnabled===b||a.javascriptEnabled||o("You are using JavaScript, which has been disabled."),d&&k("~"),c=j(/^`([^`]*)`/),c?new x.JavaScript(c[1],y,d):void 0):void 0}},variable:function(){var a;return"@"===v.charAt(y)&&(a=j(/^(@[\w-]+)\s*:/))?a[1]:void 0},rulesetCall:function(){var a;return"@"===v.charAt(y)&&(a=j(/^(@[\w-]+)\s*\(\s*\)\s*;/))?new x.RulesetCall(a[1]):void 0},extend:function(a){var b,c,d,e,f,g=y;if(j(a?/^&:extend\(/:/^:extend\(/)){do{for(d=null,b=null;!(d=j(/^(all)(?=\s*(\)|,))/))&&(c=this.element());)b?b.push(c):b=[c];d=d&&d[1],f=new x.Extend(new x.Selector(b),d,g),e?e.push(f):e=[f]}while(k(","));return m(/^\)/),a&&m(/^;/),e}},extendRule:function(){return this.extend(!0)},mixin:{call:function(){var b,c,g,h,i,l,m=v.charAt(y),o=!1,p=y;if("."===m||"#"===m){for(d();;){if(b=y,h=j(/^[#.](?:[\w-]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+/),!h)break;g=new x.Element(i,h,b,a.currentFileInfo),c?c.push(g):c=[g],i=k(">")}return c&&(k("(")&&(l=this.args(!0).args,n(")")),F.important()&&(o=!0),F.end())?(f(),new x.mixin.Call(c,l,p,a.currentFileInfo,o)):void e()}},args:function(a){var b,c,g,h,i,l,m=E.parsers,n=m.entities,p={args:null,variadic:!1},q=[],r=[],s=[];for(d();;){if(a)l=m.detachedRuleset()||m.expression();else{if(m.comments(),"."===v.charAt(y)&&j(/^\.{3}/)){p.variadic=!0,k(";")&&!b&&(b=!0),(b?r:s).push({variadic:!0});break}l=n.variable()||n.literal()||n.keyword()}if(!l)break;h=null,l.throwAwayComments&&l.throwAwayComments(),i=l;var t=null;if(a?l.value&&1==l.value.length&&(t=l.value[0]):t=l,t&&t instanceof x.Variable)if(k(":")){if(q.length>0&&(b&&o("Cannot mix ; and , as delimiter types"),c=!0),i=a&&m.detachedRuleset()||m.expression(),!i){if(!a)return e(),p.args=[],p;o("could not understand value for named argument")}h=g=t.name}else{if(!a&&j(/^\.{3}/)){p.variadic=!0,k(";")&&!b&&(b=!0),(b?r:s).push({name:l.name,variadic:!0});break}a||(g=h=t.name,i=null)}i&&q.push(i),s.push({name:h,value:i}),k(",")||(k(";")||b)&&(c&&o("Cannot mix ; and , as delimiter types"),b=!0,q.length>1&&(i=new x.Value(q)),r.push({name:g,value:i}),g=null,q=[],c=!1)}return f(),p.args=b?r:s,p},definition:function(){var a,b,c,g,h=[],i=!1;if(!("."!==v.charAt(y)&&"#"!==v.charAt(y)||p(/^[^{]*\}/)))if(d(),b=j(/^([#.](?:[\w-]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+)\s*\(/)){a=b[1];var l=this.args(!1);if(h=l.args,i=l.variadic,!k(")"))return A=y,void e();if(F.comments(),j(/^when/)&&(g=m(F.conditions,"expected condition")),c=F.block())return f(),new x.mixin.Definition(a,h,c,g,i);e()}else f()}},entity:function(){var a=this.entities;return a.literal()||a.variable()||a.url()||a.call()||a.keyword()||a.javascript()||this.comment()},end:function(){return k(";")||q("}")},alpha:function(){var a;if(j(/^\(opacity=/i))return a=j(/^\d+/)||this.entities.variable(),a?(n(")"),new x.Alpha(a)):void 0},element:function(){var b,c,g,h=y;return c=this.combinator(),b=j(/^(?:\d+\.\d+|\d+)%/)||j(/^(?:[.#]?|:*)(?:[\w-]|[^\x00-\x9f]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+/)||k("*")||k("&")||this.attribute()||j(/^\([^()@]+\)/)||j(/^[\.#](?=@)/)||this.entities.variableCurly(),b||(d(),k("(")?(g=this.selector())&&k(")")?(b=new x.Paren(g),f()):e():f()),b?new x.Element(c,b,h,a.currentFileInfo):void 0},combinator:function(){var a=v.charAt(y);if(">"===a||"+"===a||"~"===a||"|"===a||"^"===a){for(y++,"^"===v.charAt(y)&&(a="^^",y++);h(v,y);)y++;return new x.Combinator(a)}return new x.Combinator(h(v,y-1)?" ":null)},lessSelector:function(){return this.selector(!0)},selector:function(b){for(var c,d,e,f,g,h,i,j=y,k=J;(b&&(g=this.extend())||b&&(h=k(/^when/))||(f=this.element()))&&(h?i=m(this.conditions,"expected condition"):i?o("CSS guard can only be used at the end of selector"):g?d?d.push(g):d=[g]:(d&&o("Extend can only be used at the end of selector"),e=v.charAt(y),c?c.push(f):c=[f],f=null),"{"!==e&&"}"!==e&&";"!==e&&","!==e&&")"!==e););return c?new x.Selector(c,d,i,j,a.currentFileInfo):void(d&&o("Extend must be used to extend a selector, it cannot be used on its own"))},attribute:function(){if(k("[")){var a,b,c,d=this.entities;return(a=d.variableCurly())||(a=m(/^(?:[_A-Za-z0-9-\*]*\|)?(?:[_A-Za-z0-9-]|\\.)+/)),c=j(/^[|~*$^]?=/),c&&(b=d.quoted()||j(/^[0-9]+%/)||j(/^[\w-]+/)||d.variableCurly()),n("]"),new x.Attribute(a,c,b)}},block:function(){var a;return k("{")&&(a=this.primary())&&k("}")?a:void 0},blockRuleset:function(){var a=this.block();return a&&(a=new x.Ruleset(null,a)),a},detachedRuleset:function(){var a=this.blockRuleset();return a?new x.DetachedRuleset(a):void 0},ruleset:function(){var b,c,g,h;for(d(),a.dumpLineNumbers&&(h=t(y,v,a));;){if(c=this.lessSelector(),!c)break;if(b?b.push(c):b=[c],this.comments(),c.condition&&b.length>1&&o("Guards are only currently allowed on a single selector."),!k(","))break;c.condition&&o("Guards are only currently allowed on a single selector."),this.comments()}if(b&&(g=this.block())){f();var i=new x.Ruleset(b,g,a.strictImports);return a.dumpLineNumbers&&(i.debugInfo=h),i}A=y,e()},rule:function(b){var c,g,h,i,j,k=y,l=v.charAt(k);if("."!==l&&"#"!==l&&"&"!==l)if(d(),c=this.variable()||this.ruleProperty()){if(j="string"==typeof c,j&&(g=this.detachedRuleset()),g||(g=b||!a.compress&&!j?this.anonymousValue()||this.value():this.value()||this.anonymousValue(),h=this.important(),i=!j&&c.pop().value),g&&this.end())return f(),new x.Rule(c,g,h,i,k,a.currentFileInfo);if(A=y,e(),g&&!b)return this.rule(!0)}else f()},anonymousValue:function(){var a;return a=/^([^@+\/'"*`(;{}-]*);/.exec(C),a?(y+=a[0].length-1,new x.Anonymous(a[1])):void 0},"import":function(){var b,c,g=y;d();var h=j(/^@import?\s+/),i=(h?this.importOptions():null)||{};return h&&(b=this.entities.quoted()||this.entities.url())&&(c=this.mediaFeatures(),k(";"))?(f(),c=c&&new x.Value(c),new x.Import(b,c,i,g,a.currentFileInfo)):void e()},importOptions:function(){var a,b,c,d={};if(!k("("))return null;do if(a=this.importOption()){switch(b=a,c=!0,b){case"css":b="less",c=!1;break;case"once":b="multiple",c=!1}if(d[b]=c,!k(","))break}while(a);return n(")"),d},importOption:function(){var a=j(/^(less|css|multiple|once|inline|reference)/);return a?a[1]:void 0},mediaFeature:function(){var b,c,d=this.entities,e=[];do if(b=d.keyword()||d.variable())e.push(b);else if(k("(")){if(c=this.property(),b=this.value(),!k(")"))return null;if(c&&b)e.push(new x.Paren(new x.Rule(c,b,null,null,y,a.currentFileInfo,!0)));else{if(!b)return null;e.push(new x.Paren(b))}}while(b);return e.length>0?new x.Expression(e):void 0},mediaFeatures:function(){var a,b=this.entities,c=[];do if(a=this.mediaFeature()){if(c.push(a),!k(","))break}else if(a=b.variable(),a&&(c.push(a),!k(",")))break;while(a);return c.length>0?c:null},media:function(){var b,c,d,e;return a.dumpLineNumbers&&(e=t(y,v,a)),j(/^@media/)&&(b=this.mediaFeatures(),c=this.block())?(d=new x.Media(c,b,y,a.currentFileInfo),a.dumpLineNumbers&&(d.debugInfo=e),d):void 0},directive:function(){var b,c,g,h,i,l,m,n=y,p=!0;if("@"===v.charAt(y)){if(c=this["import"]()||this.media())return c;if(d(),b=j(/^@[a-z-]+/)){switch(h=b,"-"==b.charAt(1)&&b.indexOf("-",2)>0&&(h="@"+b.slice(b.indexOf("-",2)+1)),h){case"@charset":i=!0,p=!1;break;case"@namespace":l=!0,p=!1;break;case"@keyframes":i=!0;break;case"@host":case"@page":case"@document":case"@supports":m=!0}return i?(c=this.entity(),c||o("expected "+b+" identifier")):l?(c=this.expression(),c||o("expected "+b+" expression")):m&&(c=(j(/^[^{;]+/)||"").trim(),c&&(c=new x.Anonymous(c))),p&&(g=this.blockRuleset()),g||!p&&c&&k(";")?(f(),new x.Directive(b,c,g,n,a.currentFileInfo,a.dumpLineNumbers?t(n,v,a):null)):void e()}}},value:function(){var a,b=[];do if(a=this.expression(),a&&(b.push(a),!k(",")))break;while(a);return b.length>0?new x.Value(b):void 0},important:function(){return"!"===v.charAt(y)?j(/^! *important/):void 0},sub:function(){var a,b;return k("(")&&(a=this.addition())?(b=new x.Expression([a]),n(")"),b.parens=!0,b):void 0},multiplication:function(){var a,b,c,d,e;if(a=this.operand()){for(e=h(v,y-1);;){if(p(/^\/[*\/]/))break;if(c=k("/")||k("*"),!c)break;if(b=this.operand(),!b)break;a.parensInOp=!0,b.parensInOp=!0,d=new x.Operation(c,[d||a,b],e),e=h(v,y-1)}return d||a}},addition:function(){var a,b,c,d,e;if(a=this.multiplication()){for(e=h(v,y-1);;){if(c=j(/^[-+]\s+/)||!e&&(k("+")||k("-")),!c)break;if(b=this.multiplication(),!b)break;a.parensInOp=!0,b.parensInOp=!0,d=new x.Operation(c,[d||a,b],e),e=h(v,y-1)}return d||a}},conditions:function(){var a,b,c,d=y;if(a=this.condition()){for(;;){if(!p(/^,\s*(not\s*)?\(/)||!k(","))break;if(b=this.condition(),!b)break;c=new x.Condition("or",c||a,b,d)}return c||a}},condition:function(){var a,b,c,d,e=this.entities,f=y,g=!1;return j(/^not/)&&(g=!0),n("("),a=this.addition()||e.keyword()||e.quoted(),a?(d=j(/^(?:>=|<=|=<|[<=>])/),d?(b=this.addition()||e.keyword()||e.quoted(),b?c=new x.Condition(d,a,b,f,g):o("expected expression")):c=new x.Condition("=",a,new x.Keyword("true"),f,g),n(")"),j(/^and/)?new x.Condition("and",c,this.condition()):c):void 0},operand:function(){var a,b=this.entities,c=v.charAt(y+1);"-"!==v.charAt(y)||"@"!==c&&"("!==c||(a=k("-"));var d=this.sub()||b.dimension()||b.color()||b.variable()||b.call();return a&&(d.parensInOp=!0,d=new x.Negative(d)),d},expression:function(){var a,b,c=[];do a=this.addition()||this.entity(),a&&(c.push(a),p(/^\/[\/*]/)||(b=k("/"),b&&c.push(new x.Anonymous(b))));while(a);return c.length>0?new x.Expression(c):void 0},property:function(){var a=j(/^(\*?-?[_a-zA-Z0-9-]+)\s*:/);return a?a[1]:void 0},ruleProperty:function(){function b(a){var b=a.exec(e);return b?(g.push(y+h),h+=b[0].length,e=e.slice(b[1].length),f.push(b[1])):void 0}var c,d,e=C,f=[],g=[],h=0;for(b(/^(\*?)/);b(/^((?:[\w-]+)|(?:@\{[\w-]+\}))/););if(f.length>1&&b(/^\s*((?:\+_|\+)?)\s*:/)){for(l(h),""===f[0]&&(f.shift(),g.shift()),d=0;d<f.length;d++)c=f[d],f[d]="@"!==c.charAt(0)?new x.Keyword(c):new x.Variable("@"+c.slice(2,-1),g[d],a.currentFileInfo);return f}}}}},w.Parser.serializeVars=function(a){var b="";for(var c in a)if(Object.hasOwnProperty.call(a,c)){var d=a[c];b+=("@"===c[0]?"":"@")+c+": "+d+(";"===(""+d).slice(-1)?"":";")}return b},function(d){function e(a,b,c){if(!(c instanceof d.Dimension))throw{type:"Argument",message:"argument must be a number"};return null==b?b=c.unit:c=c.unify(),new d.Dimension(a(parseFloat(c.value)),b)}function f(a,b,c){var e,f,g,h,i=b.alpha,j=c.alpha,k=[];g=j+i*(1-j);for(var l=0;3>l;l++)e=b.rgb[l]/255,f=c.rgb[l]/255,h=a(e,f),g&&(h=(j*f+i*(e-j*(e+f-h)))/g),k[l]=255*h;return new d.Color(k,g)}function g(){var a,b=d.functions;for(a in l)l.hasOwnProperty(a)&&(b[a]=e.bind(null,Math[a],l[a]));for(a in m)m.hasOwnProperty(a)&&(b[a]=f.bind(null,m[a]));a=d.defaultFunc,b["default"]=a.eval.bind(a)}function h(a){return d.functions.hsla(a.h,a.s,a.l,a.a)}function i(a,b){return a instanceof d.Dimension&&a.unit.is("%")?parseFloat(a.value*b/100):j(a)}function j(a){if(a instanceof d.Dimension)return parseFloat(a.unit.is("%")?a.value/100:a.value);if("number"==typeof a)return a;throw{error:"RuntimeError",message:"color functions take numbers as parameters"}}function k(a){return Math.min(1,Math.max(0,a))}d.functions={rgb:function(a,b,c){return this.rgba(a,b,c,1)},rgba:function(a,b,c,e){var f=[a,b,c].map(function(a){return i(a,255)});return e=j(e),new d.Color(f,e)},hsl:function(a,b,c){return this.hsla(a,b,c,1)},hsla:function(a,b,c,d){function e(a){return a=0>a?a+1:a>1?a-1:a,1>6*a?g+(f-g)*a*6:1>2*a?f:2>3*a?g+(f-g)*(2/3-a)*6:g}a=j(a)%360/360,b=k(j(b)),c=k(j(c)),d=k(j(d));var f=.5>=c?c*(b+1):c+b-c*b,g=2*c-f;return this.rgba(255*e(a+1/3),255*e(a),255*e(a-1/3),d)},hsv:function(a,b,c){return this.hsva(a,b,c,1)},hsva:function(a,b,c,d){a=j(a)%360/360*360,b=j(b),c=j(c),d=j(d);var e,f;e=Math.floor(a/60%6),f=a/60-e;var g=[c,c*(1-b),c*(1-f*b),c*(1-(1-f)*b)],h=[[0,3,1],[2,0,1],[1,0,3],[1,2,0],[3,1,0],[0,1,2]];return this.rgba(255*g[h[e][0]],255*g[h[e][1]],255*g[h[e][2]],d)},hue:function(a){return new d.Dimension(Math.round(a.toHSL().h))},saturation:function(a){return new d.Dimension(Math.round(100*a.toHSL().s),"%")},lightness:function(a){return new d.Dimension(Math.round(100*a.toHSL().l),"%")},hsvhue:function(a){return new d.Dimension(Math.round(a.toHSV().h))},hsvsaturation:function(a){return new d.Dimension(Math.round(100*a.toHSV().s),"%")},hsvvalue:function(a){return new d.Dimension(Math.round(100*a.toHSV().v),"%")},red:function(a){return new d.Dimension(a.rgb[0])},green:function(a){return new d.Dimension(a.rgb[1])},blue:function(a){return new d.Dimension(a.rgb[2])},alpha:function(a){return new d.Dimension(a.toHSL().a)},luma:function(a){return new d.Dimension(Math.round(a.luma()*a.alpha*100),"%")},luminance:function(a){var b=.2126*a.rgb[0]/255+.7152*a.rgb[1]/255+.0722*a.rgb[2]/255;return new d.Dimension(Math.round(b*a.alpha*100),"%")},saturate:function(a,b){if(!a.rgb)return null;var c=a.toHSL();return c.s+=b.value/100,c.s=k(c.s),h(c)},desaturate:function(a,b){var c=a.toHSL();return c.s-=b.value/100,c.s=k(c.s),h(c)},lighten:function(a,b){var c=a.toHSL();return c.l+=b.value/100,c.l=k(c.l),h(c)},darken:function(a,b){var c=a.toHSL();return c.l-=b.value/100,c.l=k(c.l),h(c)},fadein:function(a,b){var c=a.toHSL();return c.a+=b.value/100,c.a=k(c.a),h(c)},fadeout:function(a,b){var c=a.toHSL();return c.a-=b.value/100,c.a=k(c.a),h(c)},fade:function(a,b){var c=a.toHSL();return c.a=b.value/100,c.a=k(c.a),h(c)},spin:function(a,b){var c=a.toHSL(),d=(c.h+b.value)%360;return c.h=0>d?360+d:d,h(c)},mix:function(a,b,c){c||(c=new d.Dimension(50));var e=c.value/100,f=2*e-1,g=a.toHSL().a-b.toHSL().a,h=((f*g==-1?f:(f+g)/(1+f*g))+1)/2,i=1-h,j=[a.rgb[0]*h+b.rgb[0]*i,a.rgb[1]*h+b.rgb[1]*i,a.rgb[2]*h+b.rgb[2]*i],k=a.alpha*e+b.alpha*(1-e);return new d.Color(j,k)},greyscale:function(a){return this.desaturate(a,new d.Dimension(100))},contrast:function(a,b,c,d){if(!a.rgb)return null;if("undefined"==typeof c&&(c=this.rgba(255,255,255,1)),"undefined"==typeof b&&(b=this.rgba(0,0,0,1)),b.luma()>c.luma()){var e=c;c=b,b=e}return d="undefined"==typeof d?.43:j(d),a.luma()<d?c:b},e:function(a){return new d.Anonymous(a instanceof d.JavaScript?a.evaluated:a)},escape:function(a){return new d.Anonymous(encodeURI(a.value).replace(/=/g,"%3D").replace(/:/g,"%3A").replace(/#/g,"%23").replace(/;/g,"%3B").replace(/\(/g,"%28").replace(/\)/g,"%29"))},replace:function(a,b,c,e){var f=a.value;return f=f.replace(new RegExp(b.value,e?e.value:""),c.value),new d.Quoted(a.quote||"",f,a.escaped)},"%":function(a){for(var b=Array.prototype.slice.call(arguments,1),c=a.value,e=0;e<b.length;e++)c=c.replace(/%[sda]/i,function(a){var c=a.match(/s/i)?b[e].value:b[e].toCSS();return a.match(/[A-Z]$/)?encodeURIComponent(c):c});return c=c.replace(/%%/g,"%"),new d.Quoted(a.quote||"",c,a.escaped)
+},unit:function(a,b){if(!(a instanceof d.Dimension))throw{type:"Argument",message:"the first argument to unit must be a number"+(a instanceof d.Operation?". Have you forgotten parenthesis?":"")};return b=b?b instanceof d.Keyword?b.value:b.toCSS():"",new d.Dimension(a.value,b)},convert:function(a,b){return a.convertTo(b.value)},round:function(a,b){var c="undefined"==typeof b?0:b.value;return e(function(a){return a.toFixed(c)},null,a)},pi:function(){return new d.Dimension(Math.PI)},mod:function(a,b){return new d.Dimension(a.value%b.value,a.unit)},pow:function(a,b){if("number"==typeof a&&"number"==typeof b)a=new d.Dimension(a),b=new d.Dimension(b);else if(!(a instanceof d.Dimension&&b instanceof d.Dimension))throw{type:"Argument",message:"arguments must be numbers"};return new d.Dimension(Math.pow(a.value,b.value),a.unit)},_minmax:function(a,c){switch(c=Array.prototype.slice.call(c),c.length){case 0:throw{type:"Argument",message:"one or more arguments required"}}var e,f,g,h,i,j,k,l,m=[],n={};for(e=0;e<c.length;e++)if(g=c[e],g instanceof d.Dimension)if(h=""===g.unit.toString()&&l!==b?new d.Dimension(g.value,l).unify():g.unify(),j=""===h.unit.toString()&&k!==b?k:h.unit.toString(),k=""!==j&&k===b||""!==j&&""===m[0].unify().unit.toString()?j:k,l=""!==j&&l===b?g.unit.toString():l,f=n[""]!==b&&""!==j&&j===k?n[""]:n[j],f!==b)i=""===m[f].unit.toString()&&l!==b?new d.Dimension(m[f].value,l).unify():m[f].unify(),(a&&h.value<i.value||!a&&h.value>i.value)&&(m[f]=g);else{if(k!==b&&j!==k)throw{type:"Argument",message:"incompatible types"};n[j]=m.length,m.push(g)}else Array.isArray(c[e].value)&&Array.prototype.push.apply(c,Array.prototype.slice.call(c[e].value));return 1==m.length?m[0]:(c=m.map(function(a){return a.toCSS(this.env)}).join(this.env.compress?",":", "),new d.Anonymous((a?"min":"max")+"("+c+")"))},min:function(){return this._minmax(!0,arguments)},max:function(){return this._minmax(!1,arguments)},"get-unit":function(a){return new d.Anonymous(a.unit)},argb:function(a){return new d.Anonymous(a.toARGB())},percentage:function(a){return new d.Dimension(100*a.value,"%")},color:function(a){if(a instanceof d.Quoted){var b,c=a.value;if(b=d.Color.fromKeyword(c))return b;if(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})/.test(c))return new d.Color(c.slice(1));throw{type:"Argument",message:"argument must be a color keyword or 3/6 digit hex e.g. #FFF"}}throw{type:"Argument",message:"argument must be a string"}},iscolor:function(a){return this._isa(a,d.Color)},isnumber:function(a){return this._isa(a,d.Dimension)},isstring:function(a){return this._isa(a,d.Quoted)},iskeyword:function(a){return this._isa(a,d.Keyword)},isurl:function(a){return this._isa(a,d.URL)},ispixel:function(a){return this.isunit(a,"px")},ispercentage:function(a){return this.isunit(a,"%")},isem:function(a){return this.isunit(a,"em")},isunit:function(a,b){return a instanceof d.Dimension&&a.unit.is(b.value||b)?d.True:d.False},_isa:function(a,b){return a instanceof b?d.True:d.False},tint:function(a,b){return this.mix(this.rgb(255,255,255),a,b)},shade:function(a,b){return this.mix(this.rgb(0,0,0),a,b)},extract:function(a,b){return b=b.value-1,Array.isArray(a.value)?a.value[b]:Array(a)[b]},length:function(a){var b=Array.isArray(a.value)?a.value.length:1;return new d.Dimension(b)},"data-uri":function(b,e){if("undefined"!=typeof a)return new d.URL(e||b,this.currentFileInfo).eval(this.env);var f=b.value,g=e&&e.value,h=c("fs"),i=c("path"),j=!1;if(arguments.length<2&&(g=f),this.env.isPathRelative(g)&&(g=this.currentFileInfo.relativeUrls?i.join(this.currentFileInfo.currentDirectory,g):i.join(this.currentFileInfo.entryPath,g)),arguments.length<2){var k;try{k=c("mime")}catch(l){k=d._mime}f=k.lookup(g);var m=k.charsets.lookup(f);j=["US-ASCII","UTF-8"].indexOf(m)<0,j&&(f+=";base64")}else j=/;base64$/.test(f);var n=h.readFileSync(g),o=32,p=parseInt(n.length/1024,10);if(p>=o&&this.env.ieCompat!==!1)return this.env.silent||console.warn("Skipped data-uri embedding of %s because its size (%dKB) exceeds IE8-safe %dKB!",g,p,o),new d.URL(e||b,this.currentFileInfo).eval(this.env);n=j?n.toString("base64"):encodeURIComponent(n);var q='"data:'+f+","+n+'"';return new d.URL(new d.Anonymous(q))},"svg-gradient":function(a){function e(){throw{type:"Argument",message:"svg-gradient expects direction, start_color [start_position], [color position,]..., end_color [end_position]"}}arguments.length<3&&e();var f,g,h,i,j,k,l,m=Array.prototype.slice.call(arguments,1),n="linear",o='x="0" y="0" width="1" height="1"',p=!0,q={compress:!1},r=a.toCSS(q);switch(r){case"to bottom":f='x1="0%" y1="0%" x2="0%" y2="100%"';break;case"to right":f='x1="0%" y1="0%" x2="100%" y2="0%"';break;case"to bottom right":f='x1="0%" y1="0%" x2="100%" y2="100%"';break;case"to top right":f='x1="0%" y1="100%" x2="100%" y2="0%"';break;case"ellipse":case"ellipse at center":n="radial",f='cx="50%" cy="50%" r="75%"',o='x="-50" y="-50" width="101" height="101"';break;default:throw{type:"Argument",message:"svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center'"}}for(g='<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><'+n+'Gradient id="gradient" gradientUnits="userSpaceOnUse" '+f+">",h=0;h<m.length;h+=1)m[h].value?(i=m[h].value[0],j=m[h].value[1]):(i=m[h],j=b),i instanceof d.Color&&((0===h||h+1===m.length)&&j===b||j instanceof d.Dimension)||e(),k=j?j.toCSS(q):0===h?"0%":"100%",l=i.alpha,g+='<stop offset="'+k+'" stop-color="'+i.toRGB()+'"'+(1>l?' stop-opacity="'+l+'"':"")+"/>";if(g+="</"+n+"Gradient><rect "+o+' fill="url(#gradient)" /></svg>',p)try{g=c("./encoder").encodeBase64(g)}catch(s){p=!1}return g="'data:image/svg+xml"+(p?";base64":"")+","+g+"'",new d.URL(new d.Anonymous(g))}},d._mime={_types:{".htm":"text/html",".html":"text/html",".gif":"image/gif",".jpg":"image/jpeg",".jpeg":"image/jpeg",".png":"image/png"},lookup:function(a){var e=c("path").extname(a),f=d._mime._types[e];if(f===b)throw new Error('Optional dependency "mime" is required for '+e);return f},charsets:{lookup:function(a){return a&&/^text\//.test(a)?"UTF-8":""}}};var l={ceil:null,floor:null,sqrt:null,abs:null,tan:"",sin:"",cos:"",atan:"rad",asin:"rad",acos:"rad"},m={multiply:function(a,b){return a*b},screen:function(a,b){return a+b-a*b},overlay:function(a,b){return a*=2,1>=a?m.multiply(a,b):m.screen(a-1,b)},softlight:function(a,b){var c=1,d=a;return b>.5&&(d=1,c=a>.25?Math.sqrt(a):((16*a-12)*a+4)*a),a-(1-2*b)*d*(c-a)},hardlight:function(a,b){return m.overlay(b,a)},difference:function(a,b){return Math.abs(a-b)},exclusion:function(a,b){return a+b-2*a*b},average:function(a,b){return(a+b)/2},negation:function(a,b){return 1-Math.abs(a+b-1)}};d.defaultFunc={eval:function(){var a=this.value_,b=this.error_;if(b)throw b;return null!=a?a?d.True:d.False:void 0},value:function(a){this.value_=a},error:function(a){this.error_=a},reset:function(){this.value_=this.error_=null}},g(),d.fround=function(a,b){var c;return a&&null!=a.numPrecision?(c=Math.pow(10,a.numPrecision),Math.round(b*c)/c):b},d.functionCall=function(a,b){this.env=a,this.currentFileInfo=b},d.functionCall.prototype=d.functions}(c("./tree")),function(a){a.colors={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgrey:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"}}(c("./tree")),function(a){a.debugInfo=function(b,c,d){var e="";if(b.dumpLineNumbers&&!b.compress)switch(b.dumpLineNumbers){case"comments":e=a.debugInfo.asComment(c);break;case"mediaquery":e=a.debugInfo.asMediaQuery(c);break;case"all":e=a.debugInfo.asComment(c)+(d||"")+a.debugInfo.asMediaQuery(c)}return e},a.debugInfo.asComment=function(a){return"/* line "+a.debugInfo.lineNumber+", "+a.debugInfo.fileName+" */\n"},a.debugInfo.asMediaQuery=function(a){return"@media -sass-debug-info{filename{font-family:"+("file://"+a.debugInfo.fileName).replace(/([.:\/\\])/g,function(a){return"\\"==a&&(a="/"),"\\"+a})+"}line{font-family:\\00003"+a.debugInfo.lineNumber+"}}\n"},a.find=function(a,b){for(var c,d=0;d<a.length;d++)if(c=b.call(a,a[d]))return c;return null},a.jsify=function(a){return Array.isArray(a.value)&&a.value.length>1?"["+a.value.map(function(a){return a.toCSS(!1)}).join(", ")+"]":a.toCSS(!1)},a.toCSS=function(a){var b=[];return this.genCSS(a,{add:function(a){b.push(a)},isEmpty:function(){return 0===b.length}}),b.join("")},a.outputRuleset=function(a,b,c){var d,e=c.length;if(a.tabLevel=(0|a.tabLevel)+1,a.compress){for(b.add("{"),d=0;e>d;d++)c[d].genCSS(a,b);return b.add("}"),void a.tabLevel--}var f="\n"+Array(a.tabLevel).join("  "),g=f+"  ";if(e){for(b.add(" {"+g),c[0].genCSS(a,b),d=1;e>d;d++)b.add(g),c[d].genCSS(a,b);b.add(f+"}")}else b.add(" {"+f+"}");a.tabLevel--}}(c("./tree")),function(a){a.Alpha=function(a){this.value=a},a.Alpha.prototype={type:"Alpha",accept:function(a){this.value=a.visit(this.value)},eval:function(b){return this.value.eval?new a.Alpha(this.value.eval(b)):this},genCSS:function(a,b){b.add("alpha(opacity="),this.value.genCSS?this.value.genCSS(a,b):b.add(this.value),b.add(")")},toCSS:a.toCSS}}(c("../tree")),function(a){a.Anonymous=function(a,b,c,d){this.value=a.value||a,this.index=b,this.mapLines=d,this.currentFileInfo=c},a.Anonymous.prototype={type:"Anonymous",eval:function(){return new a.Anonymous(this.value,this.index,this.currentFileInfo,this.mapLines)},compare:function(a){if(!a.toCSS)return-1;var b=this.toCSS(),c=a.toCSS();return b===c?0:c>b?-1:1},genCSS:function(a,b){b.add(this.value,this.currentFileInfo,this.index,this.mapLines)},toCSS:a.toCSS}}(c("../tree")),function(a){a.Assignment=function(a,b){this.key=a,this.value=b},a.Assignment.prototype={type:"Assignment",accept:function(a){this.value=a.visit(this.value)},eval:function(b){return this.value.eval?new a.Assignment(this.key,this.value.eval(b)):this},genCSS:function(a,b){b.add(this.key+"="),this.value.genCSS?this.value.genCSS(a,b):b.add(this.value)},toCSS:a.toCSS}}(c("../tree")),function(a){a.Call=function(a,b,c,d){this.name=a,this.args=b,this.index=c,this.currentFileInfo=d},a.Call.prototype={type:"Call",accept:function(a){this.args&&(this.args=a.visitArray(this.args))},eval:function(b){var c,d,e=this.args.map(function(a){return a.eval(b)}),f=this.name.toLowerCase();if(f in a.functions)try{if(d=new a.functionCall(b,this.currentFileInfo),c=d[f].apply(d,e),null!=c)return c}catch(g){throw{type:g.type||"Runtime",message:"error evaluating function `"+this.name+"`"+(g.message?": "+g.message:""),index:this.index,filename:this.currentFileInfo.filename}}return new a.Call(this.name,e,this.index,this.currentFileInfo)},genCSS:function(a,b){b.add(this.name+"(",this.currentFileInfo,this.index);for(var c=0;c<this.args.length;c++)this.args[c].genCSS(a,b),c+1<this.args.length&&b.add(", ");b.add(")")},toCSS:a.toCSS}}(c("../tree")),function(a){function b(a){return"#"+a.map(function(a){return a=c(Math.round(a),255),(16>a?"0":"")+a.toString(16)}).join("")}function c(a,b){return Math.min(Math.max(a,0),b)}a.Color=function(a,b){this.rgb=Array.isArray(a)?a:6==a.length?a.match(/.{2}/g).map(function(a){return parseInt(a,16)}):a.split("").map(function(a){return parseInt(a+a,16)}),this.alpha="number"==typeof b?b:1};var d="transparent";a.Color.prototype={type:"Color",eval:function(){return this},luma:function(){var a=this.rgb[0]/255,b=this.rgb[1]/255,c=this.rgb[2]/255;return a=.03928>=a?a/12.92:Math.pow((a+.055)/1.055,2.4),b=.03928>=b?b/12.92:Math.pow((b+.055)/1.055,2.4),c=.03928>=c?c/12.92:Math.pow((c+.055)/1.055,2.4),.2126*a+.7152*b+.0722*c},genCSS:function(a,b){b.add(this.toCSS(a))},toCSS:function(b,e){var f=b&&b.compress&&!e,g=a.fround(b,this.alpha);if(1>g)return 0===g&&this.isTransparentKeyword?d:"rgba("+this.rgb.map(function(a){return c(Math.round(a),255)}).concat(c(g,1)).join(","+(f?"":" "))+")";var h=this.toRGB();if(f){var i=h.split("");i[1]===i[2]&&i[3]===i[4]&&i[5]===i[6]&&(h="#"+i[1]+i[3]+i[5])}return h},operate:function(b,c,d){for(var e=[],f=this.alpha*(1-d.alpha)+d.alpha,g=0;3>g;g++)e[g]=a.operate(b,c,this.rgb[g],d.rgb[g]);return new a.Color(e,f)},toRGB:function(){return b(this.rgb)},toHSL:function(){var a,b,c=this.rgb[0]/255,d=this.rgb[1]/255,e=this.rgb[2]/255,f=this.alpha,g=Math.max(c,d,e),h=Math.min(c,d,e),i=(g+h)/2,j=g-h;if(g===h)a=b=0;else{switch(b=i>.5?j/(2-g-h):j/(g+h),g){case c:a=(d-e)/j+(e>d?6:0);break;case d:a=(e-c)/j+2;break;case e:a=(c-d)/j+4}a/=6}return{h:360*a,s:b,l:i,a:f}},toHSV:function(){var a,b,c=this.rgb[0]/255,d=this.rgb[1]/255,e=this.rgb[2]/255,f=this.alpha,g=Math.max(c,d,e),h=Math.min(c,d,e),i=g,j=g-h;if(b=0===g?0:j/g,g===h)a=0;else{switch(g){case c:a=(d-e)/j+(e>d?6:0);break;case d:a=(e-c)/j+2;break;case e:a=(c-d)/j+4}a/=6}return{h:360*a,s:b,v:i,a:f}},toARGB:function(){return b([255*this.alpha].concat(this.rgb))},compare:function(a){return a.rgb?a.rgb[0]===this.rgb[0]&&a.rgb[1]===this.rgb[1]&&a.rgb[2]===this.rgb[2]&&a.alpha===this.alpha?0:-1:-1}},a.Color.fromKeyword=function(b){if(b=b.toLowerCase(),a.colors.hasOwnProperty(b))return new a.Color(a.colors[b].slice(1));if(b===d){var c=new a.Color([0,0,0],0);return c.isTransparentKeyword=!0,c}}}(c("../tree")),function(a){a.Comment=function(a,b,c,d){this.value=a,this.silent=!!b,this.currentFileInfo=d},a.Comment.prototype={type:"Comment",genCSS:function(b,c){this.debugInfo&&c.add(a.debugInfo(b,this),this.currentFileInfo,this.index),c.add(this.value.trim())},toCSS:a.toCSS,isSilent:function(a){var b=this.currentFileInfo&&this.currentFileInfo.reference&&!this.isReferenced,c=a.compress&&!this.value.match(/^\/\*!/);return this.silent||b||c},eval:function(){return this},markReferenced:function(){this.isReferenced=!0}}}(c("../tree")),function(a){a.Condition=function(a,b,c,d,e){this.op=a.trim(),this.lvalue=b,this.rvalue=c,this.index=d,this.negate=e},a.Condition.prototype={type:"Condition",accept:function(a){this.lvalue=a.visit(this.lvalue),this.rvalue=a.visit(this.rvalue)},eval:function(a){var b,c=this.lvalue.eval(a),d=this.rvalue.eval(a),e=this.index;return b=function(a){switch(a){case"and":return c&&d;case"or":return c||d;default:if(c.compare)b=c.compare(d);else{if(!d.compare)throw{type:"Type",message:"Unable to perform comparison",index:e};b=d.compare(c)}switch(b){case-1:return"<"===a||"=<"===a||"<="===a;case 0:return"="===a||">="===a||"=<"===a||"<="===a;case 1:return">"===a||">="===a}}}(this.op),this.negate?!b:b}}}(c("../tree")),function(a){a.DetachedRuleset=function(a,b){this.ruleset=a,this.frames=b},a.DetachedRuleset.prototype={type:"DetachedRuleset",accept:function(a){this.ruleset=a.visit(this.ruleset)},eval:function(b){var c=this.frames||b.frames.slice(0);return new a.DetachedRuleset(this.ruleset,c)},callEval:function(b){return this.ruleset.eval(this.frames?new a.evalEnv(b,this.frames.concat(b.frames)):b)}}}(c("../tree")),function(a){a.Dimension=function(c,d){this.value=parseFloat(c),this.unit=d&&d instanceof a.Unit?d:new a.Unit(d?[d]:b)},a.Dimension.prototype={type:"Dimension",accept:function(a){this.unit=a.visit(this.unit)},eval:function(){return this},toColor:function(){return new a.Color([this.value,this.value,this.value])},genCSS:function(b,c){if(b&&b.strictUnits&&!this.unit.isSingular())throw new Error("Multiple units in dimension. Correct the units or use the unit function. Bad unit: "+this.unit.toString());var d=a.fround(b,this.value),e=String(d);if(0!==d&&1e-6>d&&d>-1e-6&&(e=d.toFixed(20).replace(/0+$/,"")),b&&b.compress){if(0===d&&this.unit.isLength())return void c.add(e);d>0&&1>d&&(e=e.substr(1))}c.add(e),this.unit.genCSS(b,c)},toCSS:a.toCSS,operate:function(b,c,d){var e=a.operate(b,c,this.value,d.value),f=this.unit.clone();if("+"===c||"-"===c)if(0===f.numerator.length&&0===f.denominator.length)f.numerator=d.unit.numerator.slice(0),f.denominator=d.unit.denominator.slice(0);else if(0===d.unit.numerator.length&&0===f.denominator.length);else{if(d=d.convertTo(this.unit.usedUnits()),b.strictUnits&&d.unit.toString()!==f.toString())throw new Error("Incompatible units. Change the units or use the unit function. Bad units: '"+f.toString()+"' and '"+d.unit.toString()+"'.");e=a.operate(b,c,this.value,d.value)}else"*"===c?(f.numerator=f.numerator.concat(d.unit.numerator).sort(),f.denominator=f.denominator.concat(d.unit.denominator).sort(),f.cancel()):"/"===c&&(f.numerator=f.numerator.concat(d.unit.denominator).sort(),f.denominator=f.denominator.concat(d.unit.numerator).sort(),f.cancel());return new a.Dimension(e,f)},compare:function(b){if(b instanceof a.Dimension){var c,d,e,f;if(this.unit.isEmpty()||b.unit.isEmpty())c=this,d=b;else if(c=this.unify(),d=b.unify(),0!==c.unit.compare(d.unit))return-1;return e=c.value,f=d.value,f>e?-1:e>f?1:0}return-1},unify:function(){return this.convertTo({length:"px",duration:"s",angle:"rad"})},convertTo:function(b){var c,d,e,f,g,h=this.value,i=this.unit.clone(),j={};if("string"==typeof b){for(c in a.UnitConversions)a.UnitConversions[c].hasOwnProperty(b)&&(j={},j[c]=b);b=j}g=function(a,b){return e.hasOwnProperty(a)?(b?h/=e[a]/e[f]:h*=e[a]/e[f],f):a};for(d in b)b.hasOwnProperty(d)&&(f=b[d],e=a.UnitConversions[d],i.map(g));return i.cancel(),new a.Dimension(h,i)}},a.UnitConversions={length:{m:1,cm:.01,mm:.001,"in":.0254,px:.0254/96,pt:.0254/72,pc:.0254/72*12},duration:{s:1,ms:.001},angle:{rad:1/(2*Math.PI),deg:1/360,grad:.0025,turn:1}},a.Unit=function(a,b,c){this.numerator=a?a.slice(0).sort():[],this.denominator=b?b.slice(0).sort():[],this.backupUnit=c},a.Unit.prototype={type:"Unit",clone:function(){return new a.Unit(this.numerator.slice(0),this.denominator.slice(0),this.backupUnit)},genCSS:function(a,b){this.numerator.length>=1?b.add(this.numerator[0]):this.denominator.length>=1?b.add(this.denominator[0]):a&&a.strictUnits||!this.backupUnit||b.add(this.backupUnit)},toCSS:a.toCSS,toString:function(){var a,b=this.numerator.join("*");for(a=0;a<this.denominator.length;a++)b+="/"+this.denominator[a];return b},compare:function(a){return this.is(a.toString())?0:-1},is:function(a){return this.toString()===a},isLength:function(){return Boolean(this.toCSS().match(/px|em|%|in|cm|mm|pc|pt|ex/))},isEmpty:function(){return 0===this.numerator.length&&0===this.denominator.length},isSingular:function(){return this.numerator.length<=1&&0===this.denominator.length},map:function(a){var b;for(b=0;b<this.numerator.length;b++)this.numerator[b]=a(this.numerator[b],!1);for(b=0;b<this.denominator.length;b++)this.denominator[b]=a(this.denominator[b],!0)},usedUnits:function(){var b,c,d={};c=function(a){return b.hasOwnProperty(a)&&!d[e]&&(d[e]=a),a};for(var e in a.UnitConversions)a.UnitConversions.hasOwnProperty(e)&&(b=a.UnitConversions[e],this.map(c));return d},cancel:function(){var a,b,c,d={};for(b=0;b<this.numerator.length;b++)a=this.numerator[b],c||(c=a),d[a]=(d[a]||0)+1;for(b=0;b<this.denominator.length;b++)a=this.denominator[b],c||(c=a),d[a]=(d[a]||0)-1;this.numerator=[],this.denominator=[];for(a in d)if(d.hasOwnProperty(a)){var e=d[a];if(e>0)for(b=0;e>b;b++)this.numerator.push(a);else if(0>e)for(b=0;-e>b;b++)this.denominator.push(a)}0===this.numerator.length&&0===this.denominator.length&&c&&(this.backupUnit=c),this.numerator.sort(),this.denominator.sort()}}}(c("../tree")),function(a){a.Directive=function(a,b,c,d,e,f){this.name=a,this.value=b,c&&(this.rules=c,this.rules.allowImports=!0),this.index=d,this.currentFileInfo=e,this.debugInfo=f},a.Directive.prototype={type:"Directive",accept:function(a){var b=this.value,c=this.rules;c&&(c=a.visit(c)),b&&(b=a.visit(b))},genCSS:function(b,c){var d=this.value,e=this.rules;c.add(this.name,this.currentFileInfo,this.index),d&&(c.add(" "),d.genCSS(b,c)),e?a.outputRuleset(b,c,[e]):c.add(";")},toCSS:a.toCSS,eval:function(b){var c=this.value,d=this.rules;return c&&(c=c.eval(b)),d&&(d=d.eval(b),d.root=!0),new a.Directive(this.name,c,d,this.index,this.currentFileInfo,this.debugInfo)},variable:function(b){return this.rules?a.Ruleset.prototype.variable.call(this.rules,b):void 0},find:function(){return this.rules?a.Ruleset.prototype.find.apply(this.rules,arguments):void 0},rulesets:function(){return this.rules?a.Ruleset.prototype.rulesets.apply(this.rules):void 0},markReferenced:function(){var a,b;if(this.isReferenced=!0,this.rules)for(b=this.rules.rules,a=0;a<b.length;a++)b[a].markReferenced&&b[a].markReferenced()}}}(c("../tree")),function(a){a.Element=function(b,c,d,e){this.combinator=b instanceof a.Combinator?b:new a.Combinator(b),this.value="string"==typeof c?c.trim():c?c:"",this.index=d,this.currentFileInfo=e},a.Element.prototype={type:"Element",accept:function(a){var b=this.value;this.combinator=a.visit(this.combinator),"object"==typeof b&&(this.value=a.visit(b))},eval:function(b){return new a.Element(this.combinator,this.value.eval?this.value.eval(b):this.value,this.index,this.currentFileInfo)},genCSS:function(a,b){b.add(this.toCSS(a),this.currentFileInfo,this.index)},toCSS:function(a){var b=this.value.toCSS?this.value.toCSS(a):this.value;return""===b&&"&"===this.combinator.value.charAt(0)?"":this.combinator.toCSS(a||{})+b}},a.Attribute=function(a,b,c){this.key=a,this.op=b,this.value=c},a.Attribute.prototype={type:"Attribute",eval:function(b){return new a.Attribute(this.key.eval?this.key.eval(b):this.key,this.op,this.value&&this.value.eval?this.value.eval(b):this.value)},genCSS:function(a,b){b.add(this.toCSS(a))},toCSS:function(a){var b=this.key.toCSS?this.key.toCSS(a):this.key;return this.op&&(b+=this.op,b+=this.value.toCSS?this.value.toCSS(a):this.value),"["+b+"]"}},a.Combinator=function(a){this.value=" "===a?" ":a?a.trim():""},a.Combinator.prototype={type:"Combinator",_outputMap:{"":""," ":" ",":":" :","+":" + ","~":" ~ ",">":" > ","|":"|","^":" ^ ","^^":" ^^ "},_outputMapCompressed:{"":""," ":" ",":":" :","+":"+","~":"~",">":">","|":"|","^":"^","^^":"^^"},genCSS:function(a,b){b.add((a.compress?this._outputMapCompressed:this._outputMap)[this.value])},toCSS:a.toCSS}}(c("../tree")),function(a){a.Expression=function(a){this.value=a},a.Expression.prototype={type:"Expression",accept:function(a){this.value&&(this.value=a.visitArray(this.value))},eval:function(b){var c,d=this.parens&&!this.parensInOp,e=!1;return d&&b.inParenthesis(),this.value.length>1?c=new a.Expression(this.value.map(function(a){return a.eval(b)})):1===this.value.length?(this.value[0].parens&&!this.value[0].parensInOp&&(e=!0),c=this.value[0].eval(b)):c=this,d&&b.outOfParenthesis(),this.parens&&this.parensInOp&&!b.isMathOn()&&!e&&(c=new a.Paren(c)),c},genCSS:function(a,b){for(var c=0;c<this.value.length;c++)this.value[c].genCSS(a,b),c+1<this.value.length&&b.add(" ")},toCSS:a.toCSS,throwAwayComments:function(){this.value=this.value.filter(function(b){return!(b instanceof a.Comment)})}}}(c("../tree")),function(a){a.Extend=function(b,c,d){switch(this.selector=b,this.option=c,this.index=d,this.object_id=a.Extend.next_id++,this.parent_ids=[this.object_id],c){case"all":this.allowBefore=!0,this.allowAfter=!0;break;default:this.allowBefore=!1,this.allowAfter=!1}},a.Extend.next_id=0,a.Extend.prototype={type:"Extend",accept:function(a){this.selector=a.visit(this.selector)},eval:function(b){return new a.Extend(this.selector.eval(b),this.option,this.index)},clone:function(){return new a.Extend(this.selector,this.option,this.index)},findSelfSelectors:function(a){var b,c,d=[];for(b=0;b<a.length;b++)c=a[b].elements,b>0&&c.length&&""===c[0].combinator.value&&(c[0].combinator.value=" "),d=d.concat(a[b].elements);this.selfSelectors=[{elements:d}]}}}(c("../tree")),function(a){a.Import=function(a,c,d,e,f){if(this.options=d,this.index=e,this.path=a,this.features=c,this.currentFileInfo=f,this.options.less!==b||this.options.inline)this.css=!this.options.less||this.options.inline;else{var g=this.getPath();g&&/css([\?;].*)?$/.test(g)&&(this.css=!0)}},a.Import.prototype={type:"Import",accept:function(a){this.features&&(this.features=a.visit(this.features)),this.path=a.visit(this.path),!this.options.inline&&this.root&&(this.root=a.visit(this.root))},genCSS:function(a,b){this.css&&(b.add("@import ",this.currentFileInfo,this.index),this.path.genCSS(a,b),this.features&&(b.add(" "),this.features.genCSS(a,b)),b.add(";"))},toCSS:a.toCSS,getPath:function(){if(this.path instanceof a.Quoted){var c=this.path.value;return this.css!==b||/(\.[a-z]*$)|([\?;].*)$/.test(c)?c:c+".less"}return this.path instanceof a.URL?this.path.value.value:null},evalForImport:function(b){return new a.Import(this.path.eval(b),this.features,this.options,this.index,this.currentFileInfo)},evalPath:function(b){var c=this.path.eval(b),d=this.currentFileInfo&&this.currentFileInfo.rootpath;if(!(c instanceof a.URL)){if(d){var e=c.value;e&&b.isPathRelative(e)&&(c.value=d+e)}c.value=b.normalizePath(c.value)}return c},eval:function(b){var c,d=this.features&&this.features.eval(b);if(this.skip&&("function"==typeof this.skip&&(this.skip=this.skip()),this.skip))return[];if(this.options.inline){var e=new a.Anonymous(this.root,0,{filename:this.importedFilename},!0);return this.features?new a.Media([e],this.features.value):[e]}if(this.css){var f=new a.Import(this.evalPath(b),d,this.options,this.index);if(!f.css&&this.error)throw this.error;return f}return c=new a.Ruleset(null,this.root.rules.slice(0)),c.evalImports(b),this.features?new a.Media(c.rules,this.features.value):c.rules}}}(c("../tree")),function(a){a.JavaScript=function(a,b,c){this.escaped=c,this.expression=a,this.index=b},a.JavaScript.prototype={type:"JavaScript",eval:function(b){var c,d=this,e={},f=this.expression.replace(/@\{([\w-]+)\}/g,function(c,e){return a.jsify(new a.Variable("@"+e,d.index).eval(b))});try{f=new Function("return ("+f+")")}catch(g){throw{message:"JavaScript evaluation error: "+g.message+" from `"+f+"`",index:this.index}}var h=b.frames[0].variables();for(var i in h)h.hasOwnProperty(i)&&(e[i.slice(1)]={value:h[i].value,toJS:function(){return this.value.eval(b).toCSS()}});try{c=f.call(e)}catch(g){throw{message:"JavaScript evaluation error: '"+g.name+": "+g.message.replace(/["]/g,"'")+"'",index:this.index}}return"number"==typeof c?new a.Dimension(c):"string"==typeof c?new a.Quoted('"'+c+'"',c,this.escaped,this.index):new a.Anonymous(Array.isArray(c)?c.join(", "):c)}}}(c("../tree")),function(a){a.Keyword=function(a){this.value=a},a.Keyword.prototype={type:"Keyword",eval:function(){return this},genCSS:function(a,b){if("%"===this.value)throw{type:"Syntax",message:"Invalid % without number"};b.add(this.value)},toCSS:a.toCSS,compare:function(b){return b instanceof a.Keyword?b.value===this.value?0:1:-1}},a.True=new a.Keyword("true"),a.False=new a.Keyword("false")}(c("../tree")),function(a){a.Media=function(b,c,d,e){this.index=d,this.currentFileInfo=e;var f=this.emptySelectors();this.features=new a.Value(c),this.rules=[new a.Ruleset(f,b)],this.rules[0].allowImports=!0},a.Media.prototype={type:"Media",accept:function(a){this.features&&(this.features=a.visit(this.features)),this.rules&&(this.rules=a.visitArray(this.rules))},genCSS:function(b,c){c.add("@media ",this.currentFileInfo,this.index),this.features.genCSS(b,c),a.outputRuleset(b,c,this.rules)},toCSS:a.toCSS,eval:function(b){b.mediaBlocks||(b.mediaBlocks=[],b.mediaPath=[]);var c=new a.Media(null,[],this.index,this.currentFileInfo);this.debugInfo&&(this.rules[0].debugInfo=this.debugInfo,c.debugInfo=this.debugInfo);var d=!1;b.strictMath||(d=!0,b.strictMath=!0);try{c.features=this.features.eval(b)}finally{d&&(b.strictMath=!1)}return b.mediaPath.push(c),b.mediaBlocks.push(c),b.frames.unshift(this.rules[0]),c.rules=[this.rules[0].eval(b)],b.frames.shift(),b.mediaPath.pop(),0===b.mediaPath.length?c.evalTop(b):c.evalNested(b)},variable:function(b){return a.Ruleset.prototype.variable.call(this.rules[0],b)},find:function(){return a.Ruleset.prototype.find.apply(this.rules[0],arguments)},rulesets:function(){return a.Ruleset.prototype.rulesets.apply(this.rules[0])},emptySelectors:function(){var b=new a.Element("","&",this.index,this.currentFileInfo),c=[new a.Selector([b],null,null,this.index,this.currentFileInfo)];return c[0].mediaEmpty=!0,c},markReferenced:function(){var a,b=this.rules[0].rules;for(this.rules[0].markReferenced(),this.isReferenced=!0,a=0;a<b.length;a++)b[a].markReferenced&&b[a].markReferenced()},evalTop:function(b){var c=this;if(b.mediaBlocks.length>1){var d=this.emptySelectors();c=new a.Ruleset(d,b.mediaBlocks),c.multiMedia=!0}return delete b.mediaBlocks,delete b.mediaPath,c},evalNested:function(b){var c,d,e=b.mediaPath.concat([this]);for(c=0;c<e.length;c++)d=e[c].features instanceof a.Value?e[c].features.value:e[c].features,e[c]=Array.isArray(d)?d:[d];return this.features=new a.Value(this.permute(e).map(function(b){for(b=b.map(function(b){return b.toCSS?b:new a.Anonymous(b)}),c=b.length-1;c>0;c--)b.splice(c,0,new a.Anonymous("and"));return new a.Expression(b)})),new a.Ruleset([],[])},permute:function(a){if(0===a.length)return[];if(1===a.length)return a[0];for(var b=[],c=this.permute(a.slice(1)),d=0;d<c.length;d++)for(var e=0;e<a[0].length;e++)b.push([a[0][e]].concat(c[d]));return b},bubbleSelectors:function(b){b&&(this.rules=[new a.Ruleset(b.slice(0),[this.rules[0]])])}}}(c("../tree")),function(a){a.mixin={},a.mixin.Call=function(b,c,d,e,f){this.selector=new a.Selector(b),this.arguments=c&&c.length?c:null,this.index=d,this.currentFileInfo=e,this.important=f},a.mixin.Call.prototype={type:"MixinCall",accept:function(a){this.selector&&(this.selector=a.visit(this.selector)),this.arguments&&(this.arguments=a.visitArray(this.arguments))
+},eval:function(b){var c,d,e,f,g,h,i,j,k,l,m,n,o=[],p=!1,q=[],r=[],s=a.defaultFunc,t=0,u=1,v=2;for(e=this.arguments&&this.arguments.map(function(a){return{name:a.name,value:a.value.eval(b)}}),f=0;f<b.frames.length;f++)if((c=b.frames[f].find(this.selector)).length>0){for(j=!0,g=0;g<c.length;g++){for(d=c[g],i=!1,h=0;h<b.frames.length;h++)if(!(d instanceof a.mixin.Definition)&&d===(b.frames[h].originalRuleset||b.frames[h])){i=!0;break}if(!i&&d.matchArgs(e,b)){if(l={mixin:d,group:t},d.matchCondition){for(h=0;2>h;h++)s.value(h),r[h]=d.matchCondition(e,b);(r[0]||r[1])&&(r[0]!=r[1]&&(l.group=r[1]?u:v),q.push(l))}else q.push(l);p=!0}}for(s.reset(),n=[0,0,0],g=0;g<q.length;g++)n[q[g].group]++;if(n[t]>0)m=v;else if(m=u,n[u]+n[v]>1)throw{type:"Runtime",message:"Ambiguous use of `default()` found when matching for `"+this.format(e)+"`",index:this.index,filename:this.currentFileInfo.filename};for(g=0;g<q.length;g++)if(l=q[g].group,l===t||l===m)try{d=q[g].mixin,d instanceof a.mixin.Definition||(d=new a.mixin.Definition("",[],d.rules,null,!1),d.originalRuleset=c[g].originalRuleset||c[g]),Array.prototype.push.apply(o,d.evalCall(b,e,this.important).rules)}catch(w){throw{message:w.message,index:this.index,filename:this.currentFileInfo.filename,stack:w.stack}}if(p){if(!this.currentFileInfo||!this.currentFileInfo.reference)for(f=0;f<o.length;f++)k=o[f],k.markReferenced&&k.markReferenced();return o}}throw j?{type:"Runtime",message:"No matching definition was found for `"+this.format(e)+"`",index:this.index,filename:this.currentFileInfo.filename}:{type:"Name",message:this.selector.toCSS().trim()+" is undefined",index:this.index,filename:this.currentFileInfo.filename}},format:function(a){return this.selector.toCSS().trim()+"("+(a?a.map(function(a){var b="";return a.name&&(b+=a.name+":"),b+=a.value.toCSS?a.value.toCSS():"???"}).join(", "):"")+")"}},a.mixin.Definition=function(b,c,d,e,f,g){this.name=b,this.selectors=[new a.Selector([new a.Element(null,b,this.index,this.currentFileInfo)])],this.params=c,this.condition=e,this.variadic=f,this.arity=c.length,this.rules=d,this._lookups={},this.required=c.reduce(function(a,b){return!b.name||b.name&&!b.value?a+1:a},0),this.parent=a.Ruleset.prototype,this.frames=g},a.mixin.Definition.prototype={type:"MixinDefinition",accept:function(a){this.params&&this.params.length&&(this.params=a.visitArray(this.params)),this.rules=a.visitArray(this.rules),this.condition&&(this.condition=a.visit(this.condition))},variable:function(a){return this.parent.variable.call(this,a)},variables:function(){return this.parent.variables.call(this)},find:function(){return this.parent.find.apply(this,arguments)},rulesets:function(){return this.parent.rulesets.apply(this)},evalParams:function(b,c,d,e){var f,g,h,i,j,k,l,m,n=new a.Ruleset(null,null),o=this.params.slice(0),p=0;if(c=new a.evalEnv(c,[n].concat(c.frames)),d)for(d=d.slice(0),p=d.length,h=0;p>h;h++)if(g=d[h],k=g&&g.name){for(l=!1,i=0;i<o.length;i++)if(!e[i]&&k===o[i].name){e[i]=g.value.eval(b),n.prependRule(new a.Rule(k,g.value.eval(b))),l=!0;break}if(l){d.splice(h,1),h--;continue}throw{type:"Runtime",message:"Named argument for "+this.name+" "+d[h].name+" not found"}}for(m=0,h=0;h<o.length;h++)if(!e[h]){if(g=d&&d[m],k=o[h].name)if(o[h].variadic){for(f=[],i=m;p>i;i++)f.push(d[i].value.eval(b));n.prependRule(new a.Rule(k,new a.Expression(f).eval(b)))}else{if(j=g&&g.value)j=j.eval(b);else{if(!o[h].value)throw{type:"Runtime",message:"wrong number of arguments for "+this.name+" ("+p+" for "+this.arity+")"};j=o[h].value.eval(c),n.resetCache()}n.prependRule(new a.Rule(k,j)),e[h]=j}if(o[h].variadic&&d)for(i=m;p>i;i++)e[i]=d[i].value.eval(b);m++}return n},eval:function(b){return new a.mixin.Definition(this.name,this.params,this.rules,this.condition,this.variadic,this.frames||b.frames.slice(0))},evalCall:function(b,c,d){var e,f,g=[],h=this.frames?this.frames.concat(b.frames):b.frames,i=this.evalParams(b,new a.evalEnv(b,h),c,g);return i.prependRule(new a.Rule("@arguments",new a.Expression(g).eval(b))),e=this.rules.slice(0),f=new a.Ruleset(null,e),f.originalRuleset=this,f=f.eval(new a.evalEnv(b,[this,i].concat(h))),d&&(f=this.parent.makeImportant.apply(f)),f},matchCondition:function(b,c){return this.condition&&!this.condition.eval(new a.evalEnv(c,[this.evalParams(c,new a.evalEnv(c,this.frames.concat(c.frames)),b,[])].concat(this.frames).concat(c.frames)))?!1:!0},matchArgs:function(a,b){var c,d=a&&a.length||0;if(this.variadic){if(d<this.required-1)return!1}else{if(d<this.required)return!1;if(d>this.params.length)return!1}c=Math.min(d,this.arity);for(var e=0;c>e;e++)if(!this.params[e].name&&!this.params[e].variadic&&a[e].value.eval(b).toCSS()!=this.params[e].value.eval(b).toCSS())return!1;return!0}}}(c("../tree")),function(a){a.Negative=function(a){this.value=a},a.Negative.prototype={type:"Negative",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add("-"),this.value.genCSS(a,b)},toCSS:a.toCSS,eval:function(b){return b.isMathOn()?new a.Operation("*",[new a.Dimension(-1),this.value]).eval(b):new a.Negative(this.value.eval(b))}}}(c("../tree")),function(a){a.Operation=function(a,b,c){this.op=a.trim(),this.operands=b,this.isSpaced=c},a.Operation.prototype={type:"Operation",accept:function(a){this.operands=a.visit(this.operands)},eval:function(b){var c=this.operands[0].eval(b),d=this.operands[1].eval(b);if(b.isMathOn()){if(c instanceof a.Dimension&&d instanceof a.Color&&(c=c.toColor()),d instanceof a.Dimension&&c instanceof a.Color&&(d=d.toColor()),!c.operate)throw{type:"Operation",message:"Operation on an invalid type"};return c.operate(b,this.op,d)}return new a.Operation(this.op,[c,d],this.isSpaced)},genCSS:function(a,b){this.operands[0].genCSS(a,b),this.isSpaced&&b.add(" "),b.add(this.op),this.isSpaced&&b.add(" "),this.operands[1].genCSS(a,b)},toCSS:a.toCSS},a.operate=function(a,b,c,d){switch(b){case"+":return c+d;case"-":return c-d;case"*":return c*d;case"/":return c/d}}}(c("../tree")),function(a){a.Paren=function(a){this.value=a},a.Paren.prototype={type:"Paren",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add("("),this.value.genCSS(a,b),b.add(")")},toCSS:a.toCSS,eval:function(b){return new a.Paren(this.value.eval(b))}}}(c("../tree")),function(a){a.Quoted=function(a,b,c,d,e){this.escaped=c,this.value=b||"",this.quote=a.charAt(0),this.index=d,this.currentFileInfo=e},a.Quoted.prototype={type:"Quoted",genCSS:function(a,b){this.escaped||b.add(this.quote,this.currentFileInfo,this.index),b.add(this.value),this.escaped||b.add(this.quote)},toCSS:a.toCSS,eval:function(b){var c=this,d=this.value.replace(/`([^`]+)`/g,function(d,e){return new a.JavaScript(e,c.index,!0).eval(b).value}).replace(/@\{([\w-]+)\}/g,function(d,e){var f=new a.Variable("@"+e,c.index,c.currentFileInfo).eval(b,!0);return f instanceof a.Quoted?f.value:f.toCSS()});return new a.Quoted(this.quote+d+this.quote,d,this.escaped,this.index,this.currentFileInfo)},compare:function(a){if(!a.toCSS)return-1;var b=this.toCSS(),c=a.toCSS();return b===c?0:c>b?-1:1}}}(c("../tree")),function(a){function b(a,b){var c,d="",e=b.length,f={add:function(a){d+=a}};for(c=0;e>c;c++)b[c].eval(a).genCSS(a,f);return d}a.Rule=function(b,c,d,e,f,g,h){this.name=b,this.value=c instanceof a.Value||c instanceof a.Ruleset?c:new a.Value([c]),this.important=d?" "+d.trim():"",this.merge=e,this.index=f,this.currentFileInfo=g,this.inline=h||!1,this.variable=b.charAt&&"@"===b.charAt(0)},a.Rule.prototype={type:"Rule",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add(this.name+(a.compress?":":": "),this.currentFileInfo,this.index);try{this.value.genCSS(a,b)}catch(c){throw c.index=this.index,c.filename=this.currentFileInfo.filename,c}b.add(this.important+(this.inline||a.lastRule&&a.compress?"":";"),this.currentFileInfo,this.index)},toCSS:a.toCSS,eval:function(c){var d,e=!1,f=this.name;"string"!=typeof f&&(f=1===f.length&&f[0]instanceof a.Keyword?f[0].value:b(c,f)),"font"!==f||c.strictMath||(e=!0,c.strictMath=!0);try{if(d=this.value.eval(c),!this.variable&&"DetachedRuleset"===d.type)throw{message:"Rulesets cannot be evaluated on a property.",index:this.index,filename:this.currentFileInfo.filename};return new a.Rule(f,d,this.important,this.merge,this.index,this.currentFileInfo,this.inline)}catch(g){throw"number"!=typeof g.index&&(g.index=this.index,g.filename=this.currentFileInfo.filename),g}finally{e&&(c.strictMath=!1)}},makeImportant:function(){return new a.Rule(this.name,this.value,"!important",this.merge,this.index,this.currentFileInfo,this.inline)}}}(c("../tree")),function(a){a.RulesetCall=function(a){this.variable=a},a.RulesetCall.prototype={type:"RulesetCall",accept:function(){},eval:function(b){var c=new a.Variable(this.variable).eval(b);return c.callEval(b)}}}(c("../tree")),function(a){a.Ruleset=function(a,b,c){this.selectors=a,this.rules=b,this._lookups={},this.strictImports=c},a.Ruleset.prototype={type:"Ruleset",accept:function(a){this.paths?a.visitArray(this.paths,!0):this.selectors&&(this.selectors=a.visitArray(this.selectors)),this.rules&&this.rules.length&&(this.rules=a.visitArray(this.rules))},eval:function(b){var c,d,e,f,g=this.selectors,h=a.defaultFunc,i=!1;if(g&&(d=g.length)){for(c=[],h.error({type:"Syntax",message:"it is currently only allowed in parametric mixin guards,"}),f=0;d>f;f++)e=g[f].eval(b),c.push(e),e.evaldCondition&&(i=!0);h.reset()}else i=!0;var j,k,l=this.rules?this.rules.slice(0):null,m=new a.Ruleset(c,l,this.strictImports);m.originalRuleset=this,m.root=this.root,m.firstRoot=this.firstRoot,m.allowImports=this.allowImports,this.debugInfo&&(m.debugInfo=this.debugInfo),i||(l.length=0);var n=b.frames;n.unshift(m);var o=b.selectors;o||(b.selectors=o=[]),o.unshift(this.selectors),(m.root||m.allowImports||!m.strictImports)&&m.evalImports(b);var p=m.rules,q=p?p.length:0;for(f=0;q>f;f++)(p[f]instanceof a.mixin.Definition||p[f]instanceof a.DetachedRuleset)&&(p[f]=p[f].eval(b));var r=b.mediaBlocks&&b.mediaBlocks.length||0;for(f=0;q>f;f++)p[f]instanceof a.mixin.Call?(l=p[f].eval(b).filter(function(b){return b instanceof a.Rule&&b.variable?!m.variable(b.name):!0}),p.splice.apply(p,[f,1].concat(l)),q+=l.length-1,f+=l.length-1,m.resetCache()):p[f]instanceof a.RulesetCall&&(l=p[f].eval(b).rules.filter(function(b){return b instanceof a.Rule&&b.variable?!1:!0}),p.splice.apply(p,[f,1].concat(l)),q+=l.length-1,f+=l.length-1,m.resetCache());for(f=0;f<p.length;f++)j=p[f],j instanceof a.mixin.Definition||j instanceof a.DetachedRuleset||(p[f]=j=j.eval?j.eval(b):j);for(f=0;f<p.length;f++)if(j=p[f],j instanceof a.Ruleset&&j.selectors&&1===j.selectors.length&&j.selectors[0].isJustParentSelector()){p.splice(f--,1);for(var s=0;s<j.rules.length;s++)k=j.rules[s],k instanceof a.Rule&&k.variable||p.splice(++f,0,k)}if(n.shift(),o.shift(),b.mediaBlocks)for(f=r;f<b.mediaBlocks.length;f++)b.mediaBlocks[f].bubbleSelectors(c);return m},evalImports:function(b){var c,d,e=this.rules;if(e)for(c=0;c<e.length;c++)e[c]instanceof a.Import&&(d=e[c].eval(b),d&&d.length?(e.splice.apply(e,[c,1].concat(d)),c+=d.length-1):e.splice(c,1,d),this.resetCache())},makeImportant:function(){return new a.Ruleset(this.selectors,this.rules.map(function(a){return a.makeImportant?a.makeImportant():a}),this.strictImports)},matchArgs:function(a){return!a||0===a.length},matchCondition:function(b,c){var d=this.selectors[this.selectors.length-1];return d.evaldCondition?d.condition&&!d.condition.eval(new a.evalEnv(c,c.frames))?!1:!0:!1},resetCache:function(){this._rulesets=null,this._variables=null,this._lookups={}},variables:function(){return this._variables||(this._variables=this.rules?this.rules.reduce(function(b,c){return c instanceof a.Rule&&c.variable===!0&&(b[c.name]=c),b},{}):{}),this._variables},variable:function(a){return this.variables()[a]},rulesets:function(){if(!this.rules)return null;var b,c,d=a.Ruleset,e=a.mixin.Definition,f=[],g=this.rules,h=g.length;for(b=0;h>b;b++)c=g[b],(c instanceof d||c instanceof e)&&f.push(c);return f},prependRule:function(a){var b=this.rules;b?b.unshift(a):this.rules=[a]},find:function(b,c){c=c||this;var d,e=[],f=b.toCSS();return f in this._lookups?this._lookups[f]:(this.rulesets().forEach(function(f){if(f!==c)for(var g=0;g<f.selectors.length;g++)if(d=b.match(f.selectors[g])){b.elements.length>d?Array.prototype.push.apply(e,f.find(new a.Selector(b.elements.slice(d)),c)):e.push(f);break}}),this._lookups[f]=e,e)},genCSS:function(b,c){var d,e,f,g,h,i,j=[],k=[];b.tabLevel=b.tabLevel||0,this.root||b.tabLevel++;var l,m=b.compress?"":Array(b.tabLevel+1).join("  "),n=b.compress?"":Array(b.tabLevel).join("  ");for(d=0;d<this.rules.length;d++)h=this.rules[d],h.rules||h instanceof a.Media||h instanceof a.Directive||this.root&&h instanceof a.Comment?k.push(h):j.push(h);if(!this.root){g=a.debugInfo(b,this,n),g&&(c.add(g),c.add(n));var o,p=this.paths,q=p.length;for(l=b.compress?",":",\n"+n,d=0;q>d;d++)if(i=p[d],o=i.length)for(d>0&&c.add(l),b.firstSelector=!0,i[0].genCSS(b,c),b.firstSelector=!1,e=1;o>e;e++)i[e].genCSS(b,c);c.add((b.compress?"{":" {\n")+m)}for(d=0;d<j.length;d++)h=j[d],d+1!==j.length||this.root&&0!==k.length&&!this.firstRoot||(b.lastRule=!0),h.genCSS?h.genCSS(b,c):h.value&&c.add(h.value.toString()),b.lastRule?b.lastRule=!1:c.add(b.compress?"":"\n"+m);if(this.root||(c.add(b.compress?"}":"\n"+n+"}"),b.tabLevel--),l=(b.compress?"":"\n")+(this.root?m:n),f=k.length)for(j.length&&l&&c.add(l),k[0].genCSS(b,c),d=1;f>d;d++)l&&c.add(l),k[d].genCSS(b,c);c.isEmpty()||b.compress||!this.firstRoot||c.add("\n")},toCSS:a.toCSS,markReferenced:function(){if(this.selectors)for(var a=0;a<this.selectors.length;a++)this.selectors[a].markReferenced()},joinSelectors:function(a,b,c){for(var d=0;d<c.length;d++)this.joinSelector(a,b,c[d])},joinSelector:function(b,c,d){var e,f,g,h,i,j,k,l,m,n,o,p,q,r,s;for(e=0;e<d.elements.length;e++)j=d.elements[e],"&"===j.value&&(h=!0);if(h){for(r=[],i=[[]],e=0;e<d.elements.length;e++)if(j=d.elements[e],"&"!==j.value)r.push(j);else{for(s=[],r.length>0&&this.mergeElementsOnToSelectors(r,i),f=0;f<i.length;f++)if(k=i[f],0===c.length)k.length>0&&(k[0].elements=k[0].elements.slice(0),k[0].elements.push(new a.Element(j.combinator,"",j.index,j.currentFileInfo))),s.push(k);else for(g=0;g<c.length;g++)l=c[g],m=[],n=[],p=!0,k.length>0?(m=k.slice(0),q=m.pop(),o=d.createDerived(q.elements.slice(0)),p=!1):o=d.createDerived([]),l.length>1&&(n=n.concat(l.slice(1))),l.length>0&&(p=!1,o.elements.push(new a.Element(j.combinator,l[0].elements[0].value,j.index,j.currentFileInfo)),o.elements=o.elements.concat(l[0].elements.slice(1))),p||m.push(o),m=m.concat(n),s.push(m);i=s,r=[]}for(r.length>0&&this.mergeElementsOnToSelectors(r,i),e=0;e<i.length;e++)i[e].length>0&&b.push(i[e])}else if(c.length>0)for(e=0;e<c.length;e++)b.push(c[e].concat(d));else b.push([d])},mergeElementsOnToSelectors:function(b,c){var d,e;if(0===c.length)return void c.push([new a.Selector(b)]);for(d=0;d<c.length;d++)e=c[d],e.length>0?e[e.length-1]=e[e.length-1].createDerived(e[e.length-1].elements.concat(b)):e.push(new a.Selector(b))}}}(c("../tree")),function(a){a.Selector=function(a,b,c,d,e,f){this.elements=a,this.extendList=b,this.condition=c,this.currentFileInfo=e||{},this.isReferenced=f,c||(this.evaldCondition=!0)},a.Selector.prototype={type:"Selector",accept:function(a){this.elements&&(this.elements=a.visitArray(this.elements)),this.extendList&&(this.extendList=a.visitArray(this.extendList)),this.condition&&(this.condition=a.visit(this.condition))},createDerived:function(b,c,d){d=null!=d?d:this.evaldCondition;var e=new a.Selector(b,c||this.extendList,null,this.index,this.currentFileInfo,this.isReferenced);return e.evaldCondition=d,e.mediaEmpty=this.mediaEmpty,e},match:function(a){var b,c,d=this.elements,e=d.length;if(a.CacheElements(),b=a._elements.length,0===b||b>e)return 0;for(c=0;b>c;c++)if(d[c].value!==a._elements[c])return 0;return b},CacheElements:function(){var a,b,c,d="";if(!this._elements){for(a=this.elements.length,c=0;a>c;c++)if(b=this.elements[c],d+=b.combinator.value,b.value.value){if("string"!=typeof b.value.value){d="";break}d+=b.value.value}else d+=b.value;this._elements=d.match(/[,&#\.\w-]([\w-]|(\\.))*/g),this._elements?"&"===this._elements[0]&&this._elements.shift():this._elements=[]}},isJustParentSelector:function(){return!this.mediaEmpty&&1===this.elements.length&&"&"===this.elements[0].value&&(" "===this.elements[0].combinator.value||""===this.elements[0].combinator.value)},eval:function(a){var b=this.condition&&this.condition.eval(a),c=this.elements,d=this.extendList;return c=c&&c.map(function(b){return b.eval(a)}),d=d&&d.map(function(b){return b.eval(a)}),this.createDerived(c,d,b)},genCSS:function(a,b){var c,d;if(a&&a.firstSelector||""!==this.elements[0].combinator.value||b.add(" ",this.currentFileInfo,this.index),!this._css)for(c=0;c<this.elements.length;c++)d=this.elements[c],d.genCSS(a,b)},toCSS:a.toCSS,markReferenced:function(){this.isReferenced=!0},getIsReferenced:function(){return!this.currentFileInfo.reference||this.isReferenced},getIsOutput:function(){return this.evaldCondition}}}(c("../tree")),function(a){a.UnicodeDescriptor=function(a){this.value=a},a.UnicodeDescriptor.prototype={type:"UnicodeDescriptor",genCSS:function(a,b){b.add(this.value)},toCSS:a.toCSS,eval:function(){return this}}}(c("../tree")),function(a){a.URL=function(a,b,c){this.value=a,this.currentFileInfo=b,this.isEvald=c},a.URL.prototype={type:"Url",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add("url("),this.value.genCSS(a,b),b.add(")")},toCSS:a.toCSS,eval:function(b){var c,d=this.value.eval(b);if(!this.isEvald&&(c=this.currentFileInfo&&this.currentFileInfo.rootpath,c&&"string"==typeof d.value&&b.isPathRelative(d.value)&&(d.quote||(c=c.replace(/[\(\)'"\s]/g,function(a){return"\\"+a})),d.value=c+d.value),d.value=b.normalizePath(d.value),b.urlArgs&&!d.value.match(/^\s*data:/))){var e=-1===d.value.indexOf("?")?"?":"&",f=e+b.urlArgs;-1!==d.value.indexOf("#")?d.value=d.value.replace("#",f+"#"):d.value+=f}return new a.URL(d,this.currentFileInfo,!0)}}}(c("../tree")),function(a){a.Value=function(a){this.value=a},a.Value.prototype={type:"Value",accept:function(a){this.value&&(this.value=a.visitArray(this.value))},eval:function(b){return 1===this.value.length?this.value[0].eval(b):new a.Value(this.value.map(function(a){return a.eval(b)}))},genCSS:function(a,b){var c;for(c=0;c<this.value.length;c++)this.value[c].genCSS(a,b),c+1<this.value.length&&b.add(a&&a.compress?",":", ")},toCSS:a.toCSS}}(c("../tree")),function(a){a.Variable=function(a,b,c){this.name=a,this.index=b,this.currentFileInfo=c||{}},a.Variable.prototype={type:"Variable",eval:function(b){var c,d=this.name;if(0===d.indexOf("@@")&&(d="@"+new a.Variable(d.slice(1)).eval(b).value),this.evaluating)throw{type:"Name",message:"Recursive variable definition for "+d,filename:this.currentFileInfo.file,index:this.index};if(this.evaluating=!0,c=a.find(b.frames,function(a){var c=a.variable(d);return c?c.value.eval(b):void 0}))return this.evaluating=!1,c;throw{type:"Name",message:"variable "+d+" is undefined",filename:this.currentFileInfo.filename,index:this.index}}}}(c("../tree")),function(a){var b=["paths","optimization","files","contents","contentsIgnoredChars","relativeUrls","rootpath","strictImports","insecure","dumpLineNumbers","compress","processImports","syncImport","javascriptEnabled","mime","useFileCache","currentFileInfo"];a.parseEnv=function(a){if(d(a,this,b),this.contents||(this.contents={}),this.contentsIgnoredChars||(this.contentsIgnoredChars={}),this.files||(this.files={}),!this.currentFileInfo){var c=a&&a.filename||"input",e=c.replace(/[^\/\\]*$/,"");a&&(a.filename=null),this.currentFileInfo={filename:c,relativeUrls:this.relativeUrls,rootpath:a&&a.rootpath||"",currentDirectory:e,entryPath:e,rootFilename:c}}};var c=["silent","verbose","compress","yuicompress","ieCompat","strictMath","strictUnits","cleancss","sourceMap","importMultiple","urlArgs"];a.evalEnv=function(a,b){d(a,this,c),this.frames=b||[]},a.evalEnv.prototype.inParenthesis=function(){this.parensStack||(this.parensStack=[]),this.parensStack.push(!0)},a.evalEnv.prototype.outOfParenthesis=function(){this.parensStack.pop()},a.evalEnv.prototype.isMathOn=function(){return this.strictMath?this.parensStack&&this.parensStack.length:!0},a.evalEnv.prototype.isPathRelative=function(a){return!/^(?:[a-z-]+:|\/)/.test(a)},a.evalEnv.prototype.normalizePath=function(a){var b,c=a.split("/").reverse();for(a=[];0!==c.length;)switch(b=c.pop()){case".":break;case"..":0===a.length||".."===a[a.length-1]?a.push(b):a.pop();break;default:a.push(b)}return a.join("/")};var d=function(a,b,c){if(a)for(var d=0;d<c.length;d++)a.hasOwnProperty(c[d])&&(b[c[d]]=a[c[d]])}}(c("./tree")),function(a){function b(a){return a}function c(a,b){var d,e;for(d in a)if(a.hasOwnProperty(d))switch(e=a[d],typeof e){case"function":e.prototype&&e.prototype.type&&(e.prototype.typeIndex=b++);break;case"object":b=c(e,b)}return b}var d={visitDeeper:!0},e=!1;a.visitor=function(b){this._implementation=b,this._visitFnCache=[],e||(c(a,1),e=!0)},a.visitor.prototype={visit:function(a){if(!a)return a;var c=a.typeIndex;if(!c)return a;var e,f=this._visitFnCache,g=this._implementation,h=c<<1,i=1|h,j=f[h],k=f[i],l=d;if(l.visitDeeper=!0,j||(e="visit"+a.type,j=g[e]||b,k=g[e+"Out"]||b,f[h]=j,f[i]=k),j!==b){var m=j.call(g,a,l);g.isReplacing&&(a=m)}return l.visitDeeper&&a&&a.accept&&a.accept(this),k!=b&&k.call(g,a),a},visitArray:function(a,b){if(!a)return a;var c,d=a.length;if(b||!this._implementation.isReplacing){for(c=0;d>c;c++)this.visit(a[c]);return a}var e=[];for(c=0;d>c;c++){var f=this.visit(a[c]);f.splice?f.length&&this.flatten(f,e):e.push(f)}return e},flatten:function(a,b){b||(b=[]);var c,d,e,f,g,h;for(d=0,c=a.length;c>d;d++)if(e=a[d],e.splice)for(g=0,f=e.length;f>g;g++)h=e[g],h.splice?h.length&&this.flatten(h,b):b.push(h);else b.push(e);return b}}}(c("./tree")),function(a){a.importVisitor=function(b,c,d,e,f){if(this._visitor=new a.visitor(this),this._importer=b,this._finish=c,this.env=d||new a.evalEnv,this.importCount=0,this.onceFileDetectionMap=e||{},this.recursionDetector={},f)for(var g in f)f.hasOwnProperty(g)&&(this.recursionDetector[g]=!0)},a.importVisitor.prototype={isReplacing:!0,run:function(a){var b;try{this._visitor.visit(a)}catch(c){b=c}this.isFinished=!0,0===this.importCount&&this._finish(b)},visitImport:function(b,c){var d,e=this,f=b.options.inline;if(!b.css||f){try{d=b.evalForImport(this.env)}catch(g){g.filename||(g.index=b.index,g.filename=b.currentFileInfo.filename),b.css=!0,b.error=g}if(d&&(!d.css||f)){b=d,this.importCount++;var h=new a.evalEnv(this.env,this.env.frames.slice(0));b.options.multiple&&(h.importMultiple=!0),this._importer.push(b.getPath(),b.currentFileInfo,b.options,function(c,d,g,i){c&&!c.filename&&(c.index=b.index,c.filename=b.currentFileInfo.filename),h.importMultiple||(b.skip=g?!0:function(){return i in e.onceFileDetectionMap?!0:(e.onceFileDetectionMap[i]=!0,!1)});var j=function(a){e.importCount--,0===e.importCount&&e.isFinished&&e._finish(a)};if(d){b.root=d,b.importedFilename=i;var k=g||i in e.recursionDetector;if(!f&&(h.importMultiple||!k))return e.recursionDetector[i]=!0,void new a.importVisitor(e._importer,j,h,e.onceFileDetectionMap,e.recursionDetector).run(d)}j()})}}return c.visitDeeper=!1,b},visitRule:function(a,b){return b.visitDeeper=!1,a},visitDirective:function(a){return this.env.frames.unshift(a),a},visitDirectiveOut:function(){this.env.frames.shift()},visitMixinDefinition:function(a){return this.env.frames.unshift(a),a},visitMixinDefinitionOut:function(){this.env.frames.shift()},visitRuleset:function(a){return this.env.frames.unshift(a),a},visitRulesetOut:function(){this.env.frames.shift()},visitMedia:function(a){return this.env.frames.unshift(a.ruleset),a},visitMediaOut:function(){this.env.frames.shift()}}}(c("./tree")),function(a){a.joinSelectorVisitor=function(){this.contexts=[[]],this._visitor=new a.visitor(this)},a.joinSelectorVisitor.prototype={run:function(a){return this._visitor.visit(a)},visitRule:function(a,b){b.visitDeeper=!1},visitMixinDefinition:function(a,b){b.visitDeeper=!1},visitRuleset:function(a){var b,c=this.contexts[this.contexts.length-1],d=[];this.contexts.push(d),a.root||(b=a.selectors,b&&(b=b.filter(function(a){return a.getIsOutput()}),a.selectors=b.length?b:b=null,b&&a.joinSelectors(d,c,b)),b||(a.rules=null),a.paths=d)},visitRulesetOut:function(){this.contexts.length=this.contexts.length-1},visitMedia:function(a){var b=this.contexts[this.contexts.length-1];a.rules[0].root=0===b.length||b[0].multiMedia}}}(c("./tree")),function(a){a.toCSSVisitor=function(b){this._visitor=new a.visitor(this),this._env=b},a.toCSSVisitor.prototype={isReplacing:!0,run:function(a){return this._visitor.visit(a)},visitRule:function(a){return a.variable?[]:a},visitMixinDefinition:function(a){return a.frames=[],[]},visitExtend:function(){return[]},visitComment:function(a){return a.isSilent(this._env)?[]:a},visitMedia:function(a,b){return a.accept(this._visitor),b.visitDeeper=!1,a.rules.length?a:[]},visitDirective:function(b){if(b.currentFileInfo.reference&&!b.isReferenced)return[];if("@charset"===b.name){if(this.charset){if(b.debugInfo){var c=new a.Comment("/* "+b.toCSS(this._env).replace(/\n/g,"")+" */\n");return c.debugInfo=b.debugInfo,this._visitor.visit(c)}return[]}this.charset=!0}return b},checkPropertiesInRoot:function(b){for(var c,d=0;d<b.length;d++)if(c=b[d],c instanceof a.Rule&&!c.variable)throw{message:"properties must be inside selector blocks, they cannot be in the root.",index:c.index,filename:c.currentFileInfo?c.currentFileInfo.filename:null}},visitRuleset:function(b,c){var d,e=[];if(b.firstRoot&&this.checkPropertiesInRoot(b.rules),b.root)b.accept(this._visitor),c.visitDeeper=!1,(b.firstRoot||b.rules&&b.rules.length>0)&&e.splice(0,0,b);else{b.paths&&(b.paths=b.paths.filter(function(b){var c;for(" "===b[0].elements[0].combinator.value&&(b[0].elements[0].combinator=new a.Combinator("")),c=0;c<b.length;c++)if(b[c].getIsReferenced()&&b[c].getIsOutput())return!0;return!1}));for(var f=b.rules,g=f?f.length:0,h=0;g>h;)d=f[h],d&&d.rules?(e.push(this._visitor.visit(d)),f.splice(h,1),g--):h++;g>0?b.accept(this._visitor):b.rules=null,c.visitDeeper=!1,f=b.rules,f&&(this._mergeRules(f),f=b.rules),f&&(this._removeDuplicateRules(f),f=b.rules),f&&f.length>0&&b.paths.length>0&&e.splice(0,0,b)}return 1===e.length?e[0]:e},_removeDuplicateRules:function(b){if(b){var c,d,e,f={};for(e=b.length-1;e>=0;e--)if(d=b[e],d instanceof a.Rule)if(f[d.name]){c=f[d.name],c instanceof a.Rule&&(c=f[d.name]=[f[d.name].toCSS(this._env)]);var g=d.toCSS(this._env);-1!==c.indexOf(g)?b.splice(e,1):c.push(g)}else f[d.name]=d}},_mergeRules:function(b){if(b){for(var c,d,e,f={},g=0;g<b.length;g++)d=b[g],d instanceof a.Rule&&d.merge&&(e=[d.name,d.important?"!":""].join(","),f[e]?b.splice(g--,1):f[e]=[],f[e].push(d));Object.keys(f).map(function(b){function e(b){return new a.Expression(b.map(function(a){return a.value}))}function g(b){return new a.Value(b.map(function(a){return a}))}if(c=f[b],c.length>1){d=c[0];var h=[],i=[];c.map(function(a){"+"===a.merge&&(i.length>0&&h.push(e(i)),i=[]),i.push(a)}),h.push(e(i)),d.value=g(h)}})}}}}(c("./tree")),function(a){a.extendFinderVisitor=function(){this._visitor=new a.visitor(this),this.contexts=[],this.allExtendsStack=[[]]},a.extendFinderVisitor.prototype={run:function(a){return a=this._visitor.visit(a),a.allExtends=this.allExtendsStack[0],a},visitRule:function(a,b){b.visitDeeper=!1},visitMixinDefinition:function(a,b){b.visitDeeper=!1},visitRuleset:function(b){if(!b.root){var c,d,e,f,g=[],h=b.rules,i=h?h.length:0;for(c=0;i>c;c++)b.rules[c]instanceof a.Extend&&(g.push(h[c]),b.extendOnEveryPath=!0);var j=b.paths;for(c=0;c<j.length;c++){var k=j[c],l=k[k.length-1],m=l.extendList;for(f=m?m.slice(0).concat(g):g,f&&(f=f.map(function(a){return a.clone()})),d=0;d<f.length;d++)this.foundExtends=!0,e=f[d],e.findSelfSelectors(k),e.ruleset=b,0===d&&(e.firstExtendOnThisSelectorPath=!0),this.allExtendsStack[this.allExtendsStack.length-1].push(e)}this.contexts.push(b.selectors)}},visitRulesetOut:function(a){a.root||(this.contexts.length=this.contexts.length-1)},visitMedia:function(a){a.allExtends=[],this.allExtendsStack.push(a.allExtends)},visitMediaOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1},visitDirective:function(a){a.allExtends=[],this.allExtendsStack.push(a.allExtends)},visitDirectiveOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1}},a.processExtendsVisitor=function(){this._visitor=new a.visitor(this)},a.processExtendsVisitor.prototype={run:function(b){var c=new a.extendFinderVisitor;return c.run(b),c.foundExtends?(b.allExtends=b.allExtends.concat(this.doExtendChaining(b.allExtends,b.allExtends)),this.allExtendsStack=[b.allExtends],this._visitor.visit(b)):b},doExtendChaining:function(b,c,d){var e,f,g,h,i,j,k,l,m=[],n=this;for(d=d||0,e=0;e<b.length;e++)for(f=0;f<c.length;f++)j=b[e],k=c[f],j.parent_ids.indexOf(k.object_id)>=0||(i=[k.selfSelectors[0]],g=n.findMatch(j,i),g.length&&j.selfSelectors.forEach(function(b){h=n.extendSelector(g,i,b),l=new a.Extend(k.selector,k.option,0),l.selfSelectors=h,h[h.length-1].extendList=[l],m.push(l),l.ruleset=k.ruleset,l.parent_ids=l.parent_ids.concat(k.parent_ids,j.parent_ids),k.firstExtendOnThisSelectorPath&&(l.firstExtendOnThisSelectorPath=!0,k.ruleset.paths.push(h))}));if(m.length){if(this.extendChainCount++,d>100){var o="{unable to calculate}",p="{unable to calculate}";try{o=m[0].selfSelectors[0].toCSS(),p=m[0].selector.toCSS()}catch(q){}throw{message:"extend circular reference detected. One of the circular extends is currently:"+o+":extend("+p+")"}}return m.concat(n.doExtendChaining(m,c,d+1))}return m},visitRule:function(a,b){b.visitDeeper=!1},visitMixinDefinition:function(a,b){b.visitDeeper=!1},visitSelector:function(a,b){b.visitDeeper=!1},visitRuleset:function(a){if(!a.root){var b,c,d,e,f=this.allExtendsStack[this.allExtendsStack.length-1],g=[],h=this;for(d=0;d<f.length;d++)for(c=0;c<a.paths.length;c++)if(e=a.paths[c],!a.extendOnEveryPath){var i=e[e.length-1].extendList;i&&i.length||(b=this.findMatch(f[d],e),b.length&&f[d].selfSelectors.forEach(function(a){g.push(h.extendSelector(b,e,a))}))}a.paths=a.paths.concat(g)}},findMatch:function(a,b){var c,d,e,f,g,h,i,j=this,k=a.selector.elements,l=[],m=[];for(c=0;c<b.length;c++)for(d=b[c],e=0;e<d.elements.length;e++)for(f=d.elements[e],(a.allowBefore||0===c&&0===e)&&l.push({pathIndex:c,index:e,matched:0,initialCombinator:f.combinator}),h=0;h<l.length;h++)i=l[h],g=f.combinator.value,""===g&&0===e&&(g=" "),!j.isElementValuesEqual(k[i.matched].value,f.value)||i.matched>0&&k[i.matched].combinator.value!==g?i=null:i.matched++,i&&(i.finished=i.matched===k.length,i.finished&&!a.allowAfter&&(e+1<d.elements.length||c+1<b.length)&&(i=null)),i?i.finished&&(i.length=k.length,i.endPathIndex=c,i.endPathElementIndex=e+1,l.length=0,m.push(i)):(l.splice(h,1),h--);return m},isElementValuesEqual:function(b,c){if("string"==typeof b||"string"==typeof c)return b===c;if(b instanceof a.Attribute)return b.op!==c.op||b.key!==c.key?!1:b.value&&c.value?(b=b.value.value||b.value,c=c.value.value||c.value,b===c):b.value||c.value?!1:!0;if(b=b.value,c=c.value,b instanceof a.Selector){if(!(c instanceof a.Selector)||b.elements.length!==c.elements.length)return!1;for(var d=0;d<b.elements.length;d++){if(b.elements[d].combinator.value!==c.elements[d].combinator.value&&(0!==d||(b.elements[d].combinator.value||" ")!==(c.elements[d].combinator.value||" ")))return!1;if(!this.isElementValuesEqual(b.elements[d].value,c.elements[d].value))return!1}return!0}return!1},extendSelector:function(b,c,d){var e,f,g,h,i,j=0,k=0,l=[];for(e=0;e<b.length;e++)h=b[e],f=c[h.pathIndex],g=new a.Element(h.initialCombinator,d.elements[0].value,d.elements[0].index,d.elements[0].currentFileInfo),h.pathIndex>j&&k>0&&(l[l.length-1].elements=l[l.length-1].elements.concat(c[j].elements.slice(k)),k=0,j++),i=f.elements.slice(k,h.index).concat([g]).concat(d.elements.slice(1)),j===h.pathIndex&&e>0?l[l.length-1].elements=l[l.length-1].elements.concat(i):(l=l.concat(c.slice(j,h.pathIndex)),l.push(new a.Selector(i))),j=h.endPathIndex,k=h.endPathElementIndex,k>=c[j].elements.length&&(k=0,j++);
+return j<c.length&&k>0&&(l[l.length-1].elements=l[l.length-1].elements.concat(c[j].elements.slice(k)),j++),l=l.concat(c.slice(j,c.length))},visitRulesetOut:function(){},visitMedia:function(a){var b=a.allExtends.concat(this.allExtendsStack[this.allExtendsStack.length-1]);b=b.concat(this.doExtendChaining(b,a.allExtends)),this.allExtendsStack.push(b)},visitMediaOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1},visitDirective:function(a){var b=a.allExtends.concat(this.allExtendsStack[this.allExtendsStack.length-1]);b=b.concat(this.doExtendChaining(b,a.allExtends)),this.allExtendsStack.push(b)},visitDirectiveOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1}}}(c("./tree")),function(a){a.sourceMapOutput=function(a){this._css=[],this._rootNode=a.rootNode,this._writeSourceMap=a.writeSourceMap,this._contentsMap=a.contentsMap,this._contentsIgnoredCharsMap=a.contentsIgnoredCharsMap,this._sourceMapFilename=a.sourceMapFilename,this._outputFilename=a.outputFilename,this._sourceMapURL=a.sourceMapURL,a.sourceMapBasepath&&(this._sourceMapBasepath=a.sourceMapBasepath.replace(/\\/g,"/")),this._sourceMapRootpath=a.sourceMapRootpath,this._outputSourceFiles=a.outputSourceFiles,this._sourceMapGeneratorConstructor=a.sourceMapGenerator||c("source-map").SourceMapGenerator,this._sourceMapRootpath&&"/"!==this._sourceMapRootpath.charAt(this._sourceMapRootpath.length-1)&&(this._sourceMapRootpath+="/"),this._lineNumber=0,this._column=0},a.sourceMapOutput.prototype.normalizeFilename=function(a){return a=a.replace(/\\/g,"/"),this._sourceMapBasepath&&0===a.indexOf(this._sourceMapBasepath)&&(a=a.substring(this._sourceMapBasepath.length),("\\"===a.charAt(0)||"/"===a.charAt(0))&&(a=a.substring(1))),(this._sourceMapRootpath||"")+a},a.sourceMapOutput.prototype.add=function(a,b,c,d){if(a){var e,f,g,h,i;if(b){var j=this._contentsMap[b.filename];this._contentsIgnoredCharsMap[b.filename]&&(c-=this._contentsIgnoredCharsMap[b.filename],0>c&&(c=0),j=j.slice(this._contentsIgnoredCharsMap[b.filename])),j=j.substring(0,c),f=j.split("\n"),h=f[f.length-1]}if(e=a.split("\n"),g=e[e.length-1],b)if(d)for(i=0;i<e.length;i++)this._sourceMapGenerator.addMapping({generated:{line:this._lineNumber+i+1,column:0===i?this._column:0},original:{line:f.length+i,column:0===i?h.length:0},source:this.normalizeFilename(b.filename)});else this._sourceMapGenerator.addMapping({generated:{line:this._lineNumber+1,column:this._column},original:{line:f.length,column:h.length},source:this.normalizeFilename(b.filename)});1===e.length?this._column+=g.length:(this._lineNumber+=e.length-1,this._column=g.length),this._css.push(a)}},a.sourceMapOutput.prototype.isEmpty=function(){return 0===this._css.length},a.sourceMapOutput.prototype.toCSS=function(a){if(this._sourceMapGenerator=new this._sourceMapGeneratorConstructor({file:this._outputFilename,sourceRoot:null}),this._outputSourceFiles)for(var b in this._contentsMap)if(this._contentsMap.hasOwnProperty(b)){var c=this._contentsMap[b];this._contentsIgnoredCharsMap[b]&&(c=c.slice(this._contentsIgnoredCharsMap[b])),this._sourceMapGenerator.setSourceContent(this.normalizeFilename(b),c)}if(this._rootNode.genCSS(a,this),this._css.length>0){var d,e=JSON.stringify(this._sourceMapGenerator.toJSON());this._sourceMapURL?d=this._sourceMapURL:this._sourceMapFilename&&(d=this.normalizeFilename(this._sourceMapFilename)),this._writeSourceMap?this._writeSourceMap(e):d="data:application/json,"+encodeURIComponent(e),d&&this._css.push("/*# sourceMappingURL="+d+" */")}return this._css.join("")}}(c("./tree"));var y=/^(file|chrome(-extension)?|resource|qrc|app):/.test(location.protocol);w.env=w.env||("127.0.0.1"==location.hostname||"0.0.0.0"==location.hostname||"localhost"==location.hostname||location.port&&location.port.length>0||y?"development":"production");var z={debug:3,info:2,errors:1,none:0};if(w.logLevel="undefined"!=typeof w.logLevel?w.logLevel:"development"===w.env?z.debug:z.errors,w.async=w.async||!1,w.fileAsync=w.fileAsync||!1,w.poll=w.poll||(y?1e3:1500),w.functions)for(var A in w.functions)w.functions.hasOwnProperty(A)&&(w.tree.functions[A]=w.functions[A]);var B=/!dumpLineNumbers:(comments|mediaquery|all)/.exec(location.hash);B&&(w.dumpLineNumbers=B[1]);var C=/^text\/(x-)?less$/,D=null,E={};if(w.watch=function(){return w.watchMode||(w.env="development",v()),this.watchMode=!0,!0},w.unwatch=function(){return clearInterval(w.watchTimer),this.watchMode=!1,!1},/!watch/.test(location.hash)&&w.watch(),"development"!=w.env)try{D="undefined"==typeof a.localStorage?null:a.localStorage}catch(F){}var G=document.getElementsByTagName("link");w.sheets=[];for(var H=0;H<G.length;H++)("stylesheet/less"===G[H].rel||G[H].rel.match(/stylesheet/)&&G[H].type.match(C))&&w.sheets.push(G[H]);w.modifyVars=function(a){w.refresh(!1,a)},w.refresh=function(a,b){var c,e;c=e=new Date,u(function(a,b,f,i,k){if(a)return j(a,i.href);if(k.local)d("loading "+i.href+" from cache.",z.info);else{d("parsed "+i.href+" successfully.",z.debug);var l=b.toCSS(w);l=h(l),g(l,i,k.lastModified)}d("css for "+i.href+" generated in "+(new Date-e)+"ms",z.info),0===k.remaining&&d("less has finished. css generated in "+(new Date-c)+"ms",z.info),e=new Date},a,b),n(b)},w.refreshStyles=n,w.Parser.fileLoader=s,w.refresh("development"===w.env),"function"==typeof define&&define.amd&&define(function(){return w})}(window);
\ No newline at end of file
diff --git a/dist/js/prettify.js b/dist/js/prettify.js
new file mode 100644 (file)
index 0000000..7b99049
--- /dev/null
@@ -0,0 +1,30 @@
+!function(){var q=null;window.PR_SHOULD_USE_CONTINUATION=!0;
+(function(){function S(a){function d(e){var b=e.charCodeAt(0);if(b!==92)return b;var a=e.charAt(1);return(b=r[a])?b:"0"<=a&&a<="7"?parseInt(e.substring(1),8):a==="u"||a==="x"?parseInt(e.substring(2),16):e.charCodeAt(1)}function g(e){if(e<32)return(e<16?"\\x0":"\\x")+e.toString(16);e=String.fromCharCode(e);return e==="\\"||e==="-"||e==="]"||e==="^"?"\\"+e:e}function b(e){var b=e.substring(1,e.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),e=[],a=
+b[0]==="^",c=["["];a&&c.push("^");for(var a=a?1:0,f=b.length;a<f;++a){var h=b[a];if(/\\[bdsw]/i.test(h))c.push(h);else{var h=d(h),l;a+2<f&&"-"===b[a+1]?(l=d(b[a+2]),a+=2):l=h;e.push([h,l]);l<65||h>122||(l<65||h>90||e.push([Math.max(65,h)|32,Math.min(l,90)|32]),l<97||h>122||e.push([Math.max(97,h)&-33,Math.min(l,122)&-33]))}}e.sort(function(e,a){return e[0]-a[0]||a[1]-e[1]});b=[];f=[];for(a=0;a<e.length;++a)h=e[a],h[0]<=f[1]+1?f[1]=Math.max(f[1],h[1]):b.push(f=h);for(a=0;a<b.length;++a)h=b[a],c.push(g(h[0])),
+h[1]>h[0]&&(h[1]+1>h[0]&&c.push("-"),c.push(g(h[1])));c.push("]");return c.join("")}function s(e){for(var a=e.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),c=a.length,d=[],f=0,h=0;f<c;++f){var l=a[f];l==="("?++h:"\\"===l.charAt(0)&&(l=+l.substring(1))&&(l<=h?d[l]=-1:a[f]=g(l))}for(f=1;f<d.length;++f)-1===d[f]&&(d[f]=++x);for(h=f=0;f<c;++f)l=a[f],l==="("?(++h,d[h]||(a[f]="(?:")):"\\"===l.charAt(0)&&(l=+l.substring(1))&&l<=h&&
+(a[f]="\\"+d[l]);for(f=0;f<c;++f)"^"===a[f]&&"^"!==a[f+1]&&(a[f]="");if(e.ignoreCase&&m)for(f=0;f<c;++f)l=a[f],e=l.charAt(0),l.length>=2&&e==="["?a[f]=b(l):e!=="\\"&&(a[f]=l.replace(/[A-Za-z]/g,function(a){a=a.charCodeAt(0);return"["+String.fromCharCode(a&-33,a|32)+"]"}));return a.join("")}for(var x=0,m=!1,j=!1,k=0,c=a.length;k<c;++k){var i=a[k];if(i.ignoreCase)j=!0;else if(/[a-z]/i.test(i.source.replace(/\\u[\da-f]{4}|\\x[\da-f]{2}|\\[^UXux]/gi,""))){m=!0;j=!1;break}}for(var r={b:8,t:9,n:10,v:11,
+f:12,r:13},n=[],k=0,c=a.length;k<c;++k){i=a[k];if(i.global||i.multiline)throw Error(""+i);n.push("(?:"+s(i)+")")}return RegExp(n.join("|"),j?"gi":"g")}function T(a,d){function g(a){var c=a.nodeType;if(c==1){if(!b.test(a.className)){for(c=a.firstChild;c;c=c.nextSibling)g(c);c=a.nodeName.toLowerCase();if("br"===c||"li"===c)s[j]="\n",m[j<<1]=x++,m[j++<<1|1]=a}}else if(c==3||c==4)c=a.nodeValue,c.length&&(c=d?c.replace(/\r\n?/g,"\n"):c.replace(/[\t\n\r ]+/g," "),s[j]=c,m[j<<1]=x,x+=c.length,m[j++<<1|1]=
+a)}var b=/(?:^|\s)nocode(?:\s|$)/,s=[],x=0,m=[],j=0;g(a);return{a:s.join("").replace(/\n$/,""),d:m}}function H(a,d,g,b){d&&(a={a:d,e:a},g(a),b.push.apply(b,a.g))}function U(a){for(var d=void 0,g=a.firstChild;g;g=g.nextSibling)var b=g.nodeType,d=b===1?d?a:g:b===3?V.test(g.nodeValue)?a:d:d;return d===a?void 0:d}function C(a,d){function g(a){for(var j=a.e,k=[j,"pln"],c=0,i=a.a.match(s)||[],r={},n=0,e=i.length;n<e;++n){var z=i[n],w=r[z],t=void 0,f;if(typeof w==="string")f=!1;else{var h=b[z.charAt(0)];
+if(h)t=z.match(h[1]),w=h[0];else{for(f=0;f<x;++f)if(h=d[f],t=z.match(h[1])){w=h[0];break}t||(w="pln")}if((f=w.length>=5&&"lang-"===w.substring(0,5))&&!(t&&typeof t[1]==="string"))f=!1,w="src";f||(r[z]=w)}h=c;c+=z.length;if(f){f=t[1];var l=z.indexOf(f),B=l+f.length;t[2]&&(B=z.length-t[2].length,l=B-f.length);w=w.substring(5);H(j+h,z.substring(0,l),g,k);H(j+h+l,f,I(w,f),k);H(j+h+B,z.substring(B),g,k)}else k.push(j+h,w)}a.g=k}var b={},s;(function(){for(var g=a.concat(d),j=[],k={},c=0,i=g.length;c<i;++c){var r=
+g[c],n=r[3];if(n)for(var e=n.length;--e>=0;)b[n.charAt(e)]=r;r=r[1];n=""+r;k.hasOwnProperty(n)||(j.push(r),k[n]=q)}j.push(/[\S\s]/);s=S(j)})();var x=d.length;return g}function v(a){var d=[],g=[];a.tripleQuotedStrings?d.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):a.multiLineStrings?d.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,
+q,"'\"`"]):d.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&g.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var b=a.hashComments;b&&(a.cStyleComments?(b>1?d.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):d.push(["com",/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),g.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,q])):d.push(["com",
+/^#[^\n\r]*/,q,"#"]));a.cStyleComments&&(g.push(["com",/^\/\/[^\n\r]*/,q]),g.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));if(b=a.regexLiterals){var s=(b=b>1?"":"\n\r")?".":"[\\S\\s]";g.push(["lang-regex",RegExp("^(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*("+("/(?=[^/*"+b+"])(?:[^/\\x5B\\x5C"+b+"]|\\x5C"+s+"|\\x5B(?:[^\\x5C\\x5D"+b+"]|\\x5C"+
+s+")*(?:\\x5D|$))+/")+")")])}(b=a.types)&&g.push(["typ",b]);b=(""+a.keywords).replace(/^ | $/g,"");b.length&&g.push(["kwd",RegExp("^(?:"+b.replace(/[\s,]+/g,"|")+")\\b"),q]);d.push(["pln",/^\s+/,q," \r\n\t\u00a0"]);b="^.[^\\s\\w.$@'\"`/\\\\]*";a.regexLiterals&&(b+="(?!s*/)");g.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,
+q],["pun",RegExp(b),q]);return C(d,g)}function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.test(a.className))if("br"===a.nodeName)s(a),a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)b(a);else if((c==3||c==4)&&g){var d=a.nodeValue,i=d.match(m);if(i)c=d.substring(0,i.index),a.nodeValue=c,(d=d.substring(i.index+i[0].length))&&a.parentNode.insertBefore(j.createTextNode(d),a.nextSibling),s(a),c||a.parentNode.removeChild(a)}}function s(a){function b(a,c){var d=
+c?a.cloneNode(!1):a,e=a.parentNode;if(e){var e=b(e,1),g=a.nextSibling;e.appendChild(d);for(var i=g;i;i=g)g=i.nextSibling,e.appendChild(i)}return d}for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),d;(d=a.parentNode)&&d.nodeType===1;)a=d;c.push(a)}for(var x=/(?:^|\s)nocode(?:\s|$)/,m=/\r\n?|\n/,j=a.ownerDocument,k=j.createElement("li");a.firstChild;)k.appendChild(a.firstChild);for(var c=[k],i=0;i<c.length;++i)b(c[i]);d===(d|0)&&c[0].setAttribute("value",d);var r=j.createElement("ol");
+r.className="linenums";for(var d=Math.max(0,d-1|0)||0,i=0,n=c.length;i<n;++i)k=c[i],k.className="L"+(i+d)%10,k.firstChild||k.appendChild(j.createTextNode("\u00a0")),r.appendChild(k);a.appendChild(r)}function p(a,d){for(var g=d.length;--g>=0;){var b=d[g];F.hasOwnProperty(b)?D.console&&console.warn("cannot override language handler %s",b):F[b]=a}}function I(a,d){if(!a||!F.hasOwnProperty(a))a=/^\s*</.test(d)?"default-markup":"default-code";return F[a]}function K(a){var d=a.h;try{var g=T(a.c,a.i),b=g.a;
+a.a=b;a.d=g.d;a.e=0;I(d,b)(a);var s=/\bMSIE\s(\d+)/.exec(navigator.userAgent),s=s&&+s[1]<=8,d=/\n/g,x=a.a,m=x.length,g=0,j=a.d,k=j.length,b=0,c=a.g,i=c.length,r=0;c[i]=m;var n,e;for(e=n=0;e<i;)c[e]!==c[e+2]?(c[n++]=c[e++],c[n++]=c[e++]):e+=2;i=n;for(e=n=0;e<i;){for(var p=c[e],w=c[e+1],t=e+2;t+2<=i&&c[t+1]===w;)t+=2;c[n++]=p;c[n++]=w;e=t}c.length=n;var f=a.c,h;if(f)h=f.style.display,f.style.display="none";try{for(;b<k;){var l=j[b+2]||m,B=c[r+2]||m,t=Math.min(l,B),A=j[b+1],G;if(A.nodeType!==1&&(G=x.substring(g,
+t))){s&&(G=G.replace(d,"\r"));A.nodeValue=G;var L=A.ownerDocument,o=L.createElement("span");o.className=c[r+1];var v=A.parentNode;v.replaceChild(o,A);o.appendChild(A);g<l&&(j[b+1]=A=L.createTextNode(x.substring(t,l)),v.insertBefore(A,o.nextSibling))}g=t;g>=l&&(b+=2);g>=B&&(r+=2)}}finally{if(f)f.style.display=h}}catch(u){D.console&&console.log(u&&u.stack||u)}}var D=window,y=["break,continue,do,else,for,if,return,while"],E=[[y,"auto,case,char,const,default,double,enum,extern,float,goto,inline,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
+"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],M=[E,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,delegate,dynamic_cast,explicit,export,friend,generic,late_check,mutable,namespace,nullptr,property,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],N=[E,"abstract,assert,boolean,byte,extends,final,finally,implements,import,instanceof,interface,null,native,package,strictfp,super,synchronized,throws,transient"],
+O=[N,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,internal,into,is,let,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var,virtual,where"],E=[E,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],P=[y,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
+Q=[y,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],W=[y,"as,assert,const,copy,drop,enum,extern,fail,false,fn,impl,let,log,loop,match,mod,move,mut,priv,pub,pure,ref,self,static,struct,true,trait,type,unsafe,use"],y=[y,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],R=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,
+V=/\S/,X=v({keywords:[M,O,E,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",P,Q,y],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),F={};p(X,["default-code"]);p(C([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",
+/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]);p(C([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],
+["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css",/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);p(C([],[["atv",/^[\S\s]+/]]),["uq.val"]);p(v({keywords:M,hashComments:!0,cStyleComments:!0,types:R}),["c","cc","cpp","cxx","cyc","m"]);p(v({keywords:"null,true,false"}),["json"]);p(v({keywords:O,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:R}),
+["cs"]);p(v({keywords:N,cStyleComments:!0}),["java"]);p(v({keywords:y,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]);p(v({keywords:P,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]);p(v({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]);p(v({keywords:Q,
+hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]);p(v({keywords:E,cStyleComments:!0,regexLiterals:!0}),["javascript","js"]);p(v({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,throw,true,try,unless,until,when,while,yes",hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);p(v({keywords:W,cStyleComments:!0,multilineStrings:!0}),["rc","rs","rust"]);
+p(C([],[["str",/^[\S\s]+/]]),["regex"]);var Y=D.PR={createSimpleLexer:C,registerLangHandler:p,sourceDecorator:v,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ",prettyPrintOne:D.prettyPrintOne=function(a,d,g){var b=document.createElement("div");b.innerHTML="<pre>"+a+"</pre>";b=b.firstChild;g&&J(b,g,!0);K({h:d,j:g,c:b,i:1});
+return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_CONTINUATION?c.now()+250:Infinity;i<p.length&&c.now()<b;i++){for(var d=p[i],j=h,k=d;k=k.previousSibling;){var m=k.nodeType,o=(m===7||m===8)&&k.nodeValue;if(o?!/^\??prettify\b/.test(o):m!==3||/\S/.test(k.nodeValue))break;if(o){j={};o.replace(/\b(\w+)=([\w%+\-.:]+)/g,function(a,b,c){j[b]=c});break}}k=d.className;if((j!==h||e.test(k))&&!v.test(k)){m=!1;for(o=d.parentNode;o;o=o.parentNode)if(f.test(o.tagName)&&
+o.className&&e.test(o.className)){m=!0;break}if(!m){d.className+=" prettyprinted";m=j.lang;if(!m){var m=k.match(n),y;if(!m&&(y=U(d))&&t.test(y.tagName))m=y.className.match(n);m&&(m=m[1])}if(w.test(d.tagName))o=1;else var o=d.currentStyle,u=s.defaultView,o=(o=o?o.whiteSpace:u&&u.getComputedStyle?u.getComputedStyle(d,q).getPropertyValue("white-space"):0)&&"pre"===o.substring(0,3);u=j.linenums;if(!(u=u==="true"||+u))u=(u=k.match(/\blinenums\b(?::(\d+))?/))?u[1]&&u[1].length?+u[1]:!0:!1;u&&J(d,u,o);r=
+{h:m,c:d,j:u,i:o};K(r)}}}i<p.length?setTimeout(g,250):"function"===typeof a&&a()}for(var b=d||document.body,s=b.ownerDocument||document,b=[b.getElementsByTagName("pre"),b.getElementsByTagName("code"),b.getElementsByTagName("xmp")],p=[],m=0;m<b.length;++m)for(var j=0,k=b[m].length;j<k;++j)p.push(b[m][j]);var b=q,c=Date;c.now||(c={now:function(){return+new Date}});var i=0,r,n=/\blang(?:uage)?-([\w.]+)(?!\S)/,e=/\bprettyprint\b/,v=/\bprettyprinted\b/,w=/pre|xmp/i,t=/^code$/i,f=/^(?:pre|code|xmp)$/i,
+h={};g()}};typeof define==="function"&&define.amd&&define("google-code-prettify",[],function(){return Y})})();}()
diff --git a/dist/thymeleaf/404.html b/dist/thymeleaf/404.html
new file mode 100644 (file)
index 0000000..6c22532
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tiles="http://www.thymeleaf.org">
+  <head>
+    <title tiles:fragment="title">404: Page not found</title>
+  </head>
+  <body>
+    <div tiles:fragment="content">
+      <p>We do not know, where you are.</p>
+      <p>And we do not know, why you are here.</p>
+      <p>But we can tell you: WE ARE SORRY!</p>
+      <p>Really.</p>
+    </div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/about.html b/dist/thymeleaf/about.html
new file mode 100644 (file)
index 0000000..f2e072c
--- /dev/null
@@ -0,0 +1,88 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>About</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><strong class="b">About</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><strong class="m">About</strong></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">About</strong></h2>
+      <ul id="submenu">
+        <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
+        <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
+        <li class="s "><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>About</h1></header>
+      <p>
+        <span class="logo">juplo</span> is the place, where I collect and share
+        my more or less private projects.
+        It is a lab for experiments, that help me to do my job as a freelancer
+        at the desired level of quality.
+        Here, I can play with all the fancy new stuff, that might be a little
+        bit to much bleeding edge, to be used on a production site of a paying
+        client.
+      </p>
+      <p>
+        I decided to share all this stuff, because I am always learning a lot
+        from the internet-community.
+        I wanted to give back a little and try to help and teach others, as I
+        was helped and teached.
+        Also, this is a good oportunity, to show what I am doing and to do a 
+        little self-publicity...
+      </p>
+      <p>
+        <span class="logo">juplo</span> mainly consists of two parts:
+      </p>
+      <ul>
+        <li>
+          In the <a href="blog.html" th:href="@{/blog.html}">blog</a>, I summarize, how I solved
+          some every-day problems, other people might stumble across too.
+          I am introducing new projects there and announcing new versions and/or
+          bugfixes to older projects.
+        </li>
+        <li>
+          The other part of the site is the
+          <a href="projects.html" th:href="@{/projects.html}">projects-section</a>.
+          This is where I am hosting all projects, that I have made publicy
+          available.
+        </li>
+      </ul>
+      <p>
+        If you want to hire me, you can find out more on the
+        <a href="contact.html" th:href="@{/contact.html}">contact-page</a>.
+        If you are not yet sure, if you want to hire me, you might be
+        interessted in
+        <a href="expertise.html" th:href="@{/expertise.html}">what I can do for you</a>, or 
+        <a href="references.html" th:href="@{/references.html}">what I have already done for others</a>.
+      </p>
+    </article>
+    <ul layout:fragment="footer">
+      <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
+      <li class="f"><a class="f" href="impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
+      <li class="f about"><strong class="f">About</strong></li>
+    </ul>
+  </body>
+</html>
diff --git a/dist/thymeleaf/agb.html b/dist/thymeleaf/agb.html
new file mode 100644 (file)
index 0000000..e58107c
--- /dev/null
@@ -0,0 +1,196 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Allgemeine Geschäftsbedingungen (AGB)</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
+      <li class="b"><strong class="b">AGB</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
+      <ul id="submenu">
+        <li class="s"><strong class="s">AGB</strong></li>
+        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
+        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
+        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
+        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
+        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Allgemeine Geschäftsbedingungen (AGB)</h1></header>
+      <p><em>Stand: 01.02.2014</em></p>
+      <h2>Angebote &amp; Abrechnung</h2>
+      <p>
+       Angebote sind freibleibend.
+       Alle Preise verstehen sich in Euro und zzgl. der gesetzl. MwSt.
+       Wenn nicht anders vereinbart erfolgt eine Anzahlung von 10% im Voraus.
+       Sollte sich der Zeitraum über den Leistungen erbracht werden über
+       mehrere Monate erstrecken, behalte ich mir vor, Rechnungen für
+       Leistungsabschnitte zu stellen (jedoch nicht häufiger als ein mal im
+       Monat).
+       Das Zahlungsziel beträgt 8 Tage.
+      </p>
+      <p>
+       Falls nicht anders vereinbart, ist bei Dienstleistungen eine
+       Korrekturschleife enthalten.
+       Darüber hinausgehende Überarbeitungen sowie gewünschte Zusatzleistungen
+       werden nach Aufwand per Stundensatz abgerechnet.
+       Sollte für den Auftrag ein rabattierter Stundensatz vereinbart worden
+       sein, so gilt dieser nicht automatisch für Überarbeitungen und
+       Zusatzleistungen.
+      </p>
+      <h2>Absprachen</h2>
+      <p>
+        Die zentralen Ansprechpartner des Kunden müssen verbindliche
+        Erklärungen abgeben können (z. B. Fristabsprachen, Abnahmen).
+        Bei Ausfall, Urlaub etc. sind Ersatzpersonen zu benennen.
+      </p>
+      <h2>Leistungen &amp; Abnahme</h2>
+      <p>
+        Der Kunde ist in der Pflicht, erbrachte Leitungen direkt nach deren
+        Erstellung und ohne Aufforderung rechtzeitig (z.B. vor
+        Veröffentlichung) zu prüfen und Änderungswünsche oder Korrekturhinweise
+        direkt mitzuteilen.
+        Die Annahme von Leistungen ohne Beanstandung ist als Abnahme zu
+        verstehen.
+      </p>
+      <p>
+        Ich bin zu jeder Zeit berechtigt, die Arbeit in sinnvollen
+        Teilleistungen zu erbringen und zu berechnen.
+        Der Kunde ist verpflichtet, diese Teilleistungen abzunehmen.
+      </p>
+      <p>
+        Im Rahmen der Gestaltungsspielräume des Briefings vom Kunden trägt der
+        Kunde das Risiko des Nichtgefallens.
+      </p>
+      <h2>Eigenleistungen</h2>
+      <p>
+        Sofern der Kunde Eigenleistungen erbringt, ist die termingerechte
+        Lieferung für den Gesamtzeitplan relevant.
+        Bei verspäteter Lieferung bin ich nicht dazu verpflichtet, die
+        Auftragsarbeit unverzüglich fortzusetzen, wenn ich durch andere
+        terminliche Verpflichtungen daran gehindert werde.
+        Verzögerungen auf Kundenseite können zu erheblichen Gesamtverzögerungen
+        führen.
+        Für dadurch entstandenen Schaden und entgangenen Gewinn haftet der Kunde.
+      </p>
+      <p>
+        Der Kunde berücksichtigt bei der Lieferung von Daten und Materialien
+        die von mir im Rahmen des Angebots geforderten Formate.
+      </p>
+      <p>
+        Sofern Angaben, Muster, Inhalte, usw. vom Kunden geliefert werden, bin
+        ich für deren Richtigkeit und rechtliche Unbedenklichkeit nicht
+        verantwortlich.
+        Eine Prüfungspflicht besteht auf meiner Seite nicht.
+      </p>
+      <h2>Fremdleistungen</h2>
+      <p>
+        Angebote beziehen sich in der Regel auf von mir erbrachte Dienstleistung.
+        Die Kosten oder Gebühren Dritter (z.B. Provider, Lizenzen für Bild, Ton,
+        Schrift oder Software, Druckerei usw.) sind nicht enthalten, falls nicht
+        explizit erwähnt.
+      </p>
+      <p>
+        Bei Beauftragung von Fremdleistungen jedweder Art, berechne ich, falls
+        nicht anders vereinbart, eine Abwicklungspauschale in Höhe von 15% des
+        Auftragswerts für Organisation und Abstimmung.
+      </p>
+      <h2>Nutzungsrechte</h2>
+      <p>
+        An Unterlagen, die im Rahmen des Angebots übergeben werden (z.B.
+        Entwürfe, Konzepte), erhält der Kunde keine Nutzungsrechte.
+        Der Kunde erhält die vereinbarten Nutzungsrechte nur bei pünktlicher
+        und vollständiger Zahlung der vereinbarten Vergütung.
+      </p>
+      <p>
+        Eingesetzte Systeme (z.B. Springframework, Tomcat, CentOS usw.)
+        unterliegen ihren eigenen Nutzungsbestimmungen.
+      </p>
+      <h2>Rechtliche Prüfung</h2>
+      <p>
+        Ohne gesonderte Vereinbarung ist die patent-, muster-, urheber- und
+        markenrechtliche Schutz- oder Eintragungsfähigkeit der im Rahmen des
+        Vertrages gelieferten Ideen, Konzeptionen, Entwürfe und sonstiger
+        Leistungen nicht geschuldet.
+      </p>
+      <h2>Höhere Gewalt</h2>
+      <p>
+        Leistungsverzögerungen aufgrund von Umständen im Verantwortungsbereich
+        des Kunden (z.B. verspätete Anlieferung) und höherer Gewalt (z.B. Unfall,
+        Telekommunikationsstörung usw.) habe ich nicht zu vertreten.
+        Sie berechtigen mich das Erbringen der betreffenden Leistungen um die
+        Dauer der Behinderungen zzgl. einer angemessenen Anlaufzeit
+        aufzuschieben.
+      </p>
+      <h2>Archivierung</h2>
+      <p>
+        Ich bin nicht verpflichtet, erstellte Leistungen zu archivieren.
+        Unterlagen des Kunden muss ich nur dann zurückgeben, wenn dies der Kunde
+        vor der Übergabe ausdrücklich verlangt hat.
+      </p>
+      <h2>Betreuung / Support / Wartung</h2>
+      <p>
+        Ich bin nur in der in der Servicevereinbarung besprochenen Weise für die
+        für eine aktive Betreuung, Support oder Wartung (z.B. Sicherheitsupdates,       Aktualitätsprüfungen usw.) verantwortlich.
+      </p>
+      <h2>Referenzen</h2>
+      <p>
+        Innerhalb der erstellten Leistung werde ich in branchenüblicher Form als
+        Leistungserbrinnger genannt (z.B. Impressum).
+      </p>
+      <p>
+        Ich bin berechtigt, den Kunden als Referenz zu benennen und das Projekt
+        öffentlich vorzustellen.
+        Der Kunde kann dagegen jederzeit schriftlich Widerspruch erheben.
+        Widerruft der Kunde seine Zustimmung, so bin ich berechtigt, erstellte
+        Werbe-Materialien weiter zu benutzen, verpflichte mich jedoch, keine
+        weiteren, Werbe-Materialien zu erstellen, die den Kunden nennen.
+      </p>
+      <h2>Geheimhaltung</h2>
+      <p>
+        Die Vertragsparteien vereinbaren Vertraulichkeit über Vertrag und
+        Erkenntnisse der jeweils anderen Partei.
+        Die Vertraulichkeit gilt auch über die Beendigung des
+        Vertragsverhältnisses hinaus.
+      </p>
+      <h2>Schlussbestimmungen</h2>
+      <p>
+        Erfüllungsort und ausschließlicher Gerichtsstand für alle
+        Rechtsstreitigkeiten ist Münster.
+      </p>
+      <p>
+        Sollten aus irgendeinem Grund eine oder mehrere Einzelbestimmungen
+        dieser AGB unwirksam sein, so bleibt die Gültigkeit der restlichen
+        Bestimmungen davon unberührt.
+      </p>
+      <p>
+        Regelungslücken dieser AGB werden durch Auslegung so gefüllt, dass sie
+        dem wirtschaftlichen Zweck des Vertrages Rechnung tragen.
+      </p>
+    </article>
+    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/blog.html b/dist/thymeleaf/blog.html
new file mode 100644 (file)
index 0000000..891ee9b
--- /dev/null
@@ -0,0 +1,192 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Blog</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><strong class="b">Blog</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><strong class="m">Blog</strong></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <main class="main" layout:fragment="maincontent">
+      <article id="post-140" class="post-140 post type-post status-publish format-standard hentry category-jetty category-less category-maven category-wro4j">
+        <header class="entry-header">
+          <h2 class="entry-title"><a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="Permalink to Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources" rel="bookmark">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="12:58" rel="bookmark"><time class="entry-date" datetime="2013-12-06T12:58:17+00:00">December 6, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/jetty/" title="View all posts in Jetty" rel="category tag">Jetty</a>, <a href="http://juplo.de/category/less/" title="View all posts in less" rel="category tag">less</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/wro4j/" title="View all posts in wro4j" rel="category tag">wro4j</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-140 -->
+      <article id="post-114" class="post-114 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
+        <header class="entry-header">
+          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-3-released/" title="Permalink to hibernate4-maven-plugin 1.0.3 released!" rel="bookmark">hibernate4-maven-plugin 1.0.3 released!</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-3-released/" title="02:46" rel="bookmark"><time class="entry-date" datetime="2013-10-18T02:46:23+00:00">October 18, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-114 -->
+      <article id="post-97" class="post-97 post type-post status-publish format-standard hentry category-appengine category-java category-maven category-oauth2">
+        <header class="entry-header">
+          <h2 class="entry-title"><a href="http://juplo.de/log-out-from-wrong-account-with-maven-appengine-plugin/" title="Permalink to Log out from wrong Account with maven-appengine-plugin" rel="bookmark">Log out from wrong Account with maven-appengine-plugin</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/log-out-from-wrong-account-with-maven-appengine-plugin/" title="11:33" rel="bookmark"><time class="entry-date" datetime="2013-10-03T11:33:56+00:00">October 3, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/appengine/" title="View all posts in appengine" rel="category tag">appengine</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/oauth2/" title="View all posts in oauth2" rel="category tag">oauth2</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-97 -->
+      <article id="post-90" class="post-90 post type-post status-publish format-standard hentry category-hibernate category-java category-jpa">
+        <header class="entry-header">
+          <h2 class="entry-title"><a href="http://juplo.de/bidirectional-association-with-elementcollection/" title="Permalink to Bidirectional Association with @ElementCollection" rel="bookmark">Bidirectional Association with @ElementCollection</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/bidirectional-association-with-elementcollection/" title="11:11" rel="bookmark"><time class="entry-date" datetime="2013-10-03T11:11:36+00:00">October 3, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/jpa/" title="View all posts in JPA" rel="category tag">JPA</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-90 -->
+      <article id="post-75" class="post-75 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
+        <header class="entry-header">
+  s        <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-2-release/" title="Permalink to hibernate4-maven-plugin 1.0.2 released!" rel="bookmark">hibernate4-maven-plugin 1.0.2 released!</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-2-release/" title="02:06" rel="bookmark"><time class="entry-date" datetime="2013-08-02T02:06:08+00:00">August 2, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-75 -->
+      <article id="post-64" class="post-64 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
+        <header class="entry-header">
+          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-1-released/" title="Permalink to hibernate4-maven-plugin 1.0.1 released!" rel="bookmark">hibernate4-maven-plugin 1.0.1 released!</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-1-released/" title="01:10" rel="bookmark"><time class="entry-date" datetime="2013-01-16T01:10:59+00:00">January 16, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-64 -->
+      <article id="post-55" class="post-55 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
+        <header class="entry-header">
+          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-released/" title="Permalink to hibernate4-maven-plugin 1.0 released!" rel="bookmark">hibernate4-maven-plugin 1.0 released!</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-released/" title="22:04" rel="bookmark"><time class="entry-date" datetime="2012-11-29T22:04:25+00:00">November 29, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-55 -->
+      <article id="post-34" class="post-34 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
+        <header class="entry-header">
+          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="Permalink to hibernate4-maven-plugin" rel="bookmark">hibernate4-maven-plugin</a></h2>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="19:29" rel="bookmark"><time class="entry-date" datetime="2012-11-28T19:29:12+00:00">November 28, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>          
+          </div><!-- .entry-meta -->
+        </header><!-- .entry-header -->
+        <div class="entry-content">
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          <span class="cat-links">
+            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
+          </span>
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-34 -->
+    </main>
+    <div layout:fragment="marginalcontent">
+      <div id="secondary" class="widget-area" role="complementary">
+        <aside id="archives" class="widget">
+          <h1 class="widget-title">Archives</h1>
+          <ul>
+            <li><a href='http://juplo.de/2013/10/' title='October 2013'>October 2013</a></li>
+            <li><a href='http://juplo.de/2013/08/' title='August 2013'>August 2013</a></li>
+            <li><a href='http://juplo.de/2013/01/' title='January 2013'>January 2013</a></li>
+            <li><a href='http://juplo.de/2012/11/' title='November 2012'>November 2012</a></li>
+          </ul>
+        </aside>
+        <aside id="categories" class="widget">
+          <h1 class="widget-title">Most Used Categories</h1>
+          <ul>
+            <li class="cat-item cat-item-4"><a href="http://juplo.de/category/java/" title="View all posts filed under Java">Java</a> (6)</li>
+            <li class="cat-item cat-item-6"><a href="http://juplo.de/category/hibernate/" title="View all posts filed under Hibernate">Hibernate</a> (5)</li>
+            <li class="cat-item cat-item-8"><a href="http://juplo.de/category/maven/" title="View all posts filed under Maven">Maven</a> (5)</li>
+            <li class="cat-item cat-item-9"><a href="http://juplo.de/category/jpa/" title="View all posts filed under JPA">JPA</a> (1)</li>
+            <li class="cat-item cat-item-10"><a href="http://juplo.de/category/appengine/" title="View all posts filed under appengine">appengine</a> (1)</li>
+            <li class="cat-item cat-item-11"><a href="http://juplo.de/category/oauth2/" title="View all posts filed under oauth2">oauth2</a> (1)</li>
+          </ul>
+        </aside>
+        <aside id="search" class="widget widget_search">
+          <h1 class="widget-title">Search</h1>
+          <form role="search" method="get" id="searchform" class="searchform" action="http://juplo.de/">
+            <div>
+              <label class="screen-reader-text" for="s">Search for:</label>
+              <input type="text" value="" name="s" id="s" />
+              <input type="submit" id="searchsubmit" value="Search" />
+            </div>
+          </form>
+        </aside>
+      </div><!-- #secondary .widget-area -->
+      <div id="tertiary" class="widget-area" role="supplementary">
+      </div><!-- #tertiary .widget-area -->
+    </div>
+    <ul layout:fragment="footer">
+    </ul>
+  </body>
+</html>
diff --git a/dist/thymeleaf/blog/article.html b/dist/thymeleaf/blog/article.html
new file mode 100644 (file)
index 0000000..faf9ab0
--- /dev/null
@@ -0,0 +1,332 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>juplo - blog - Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</title>
+    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../css/screen.min.css' screen;
+      @import '../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><strong class="b">Blog</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><strong class="m">Blog</strong></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <article id="post-140" class="post-140 post type-post status-publish format-standard hentry category-jetty category-less category-maven category-wro4j">
+        <div class="entry-header">
+          <h1 class="entry-title">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</h1>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="12:58" rel="bookmark"><time class="entry-date" datetime="2013-12-06T12:58:17+00:00">December 6, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </div><!-- .entry-header -->
+        <div class="entry-content">
+          <p>Ever searched for a simple configuration, that lets you use your <a href="http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://wiki.eclipse.org']);" title="See the documentation for mor information">jetty-maven-plugin</a> as you are used to, while working with <a href="http://www.lesscss.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.lesscss.org']);" title="See LESS CSS documentation for mor informations">LESS</a> to simplify your stylesheets?</p>
+          <p>You cannot do both, use the <a href="http://www.lesscss.org/#usage" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.lesscss.org']);" title="More about the client-side usage of LESS">Client-side mode</a> of LESS to ease development and use the <a href="https://github.com/marceloverdijk/lesscss-maven-plugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://github.com']);" title="Homepage of the official LESS CSS maven plugin">lesscss-maven-plugin</a> to automatically compile the LESS-sources into CSS for production. That does not work, because your stylesheets must be linked in different ways if you are switching between the client-side mode &#8211; which is best for development &#8211; and the pre-compiled mode &#8211; which is best for production. For the client-side mode you need something like:</p>
+          <pre class="prettyprint linenums">
+  <code class="html">
+  &lt;link rel="stylesheet" type="text/css" href="styles.less" /&gt;
+  &lt;script src="less.js" type="text/javascript"&gt;&lt;/script&gt;
+  </code>
+          </pre>
+          <p>While, for the pre-compiled mode, you want to link to your stylesheets as usual, with:</p>
+          <pre class="prettyprint linenums">
+  <code class="html">
+  &lt;link rel="stylesheet" type="text/css" href="styles.css" /&gt;
+  </code>
+          </pre>
+          <p>While looking for a solution to this dilemma, I stumbled accross <a href="https://code.google.com/p/wro4j/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See the documentation of ths wounderfull tool">wro4j</a>. Originally intended, to speed up page-delivery by combining and minimizing multiple resources into one through the use of a servlet-filter, this tool also comes with a maven-plugin, that let you do the same offline, while compiling your webapp.</p>
+          <p>The idea is, to use the <a href="http://code.google.com/p/wro4j/wiki/MavenPlugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See the documentation of hte wro4j-maven-plugin">wro4j-maven-plugin</a> to compile and combine your LESS-sources into CSS for production and to use the <a href="http://code.google.com/p/wro4j/wiki/Installation" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See how to configure the filter">wro4j filter</a>, to dynamically deliver the compiled CSS while developing. This way, you do not have to alter your HTML-code, when switching between development and production, because you always link to the CSS-files.</p>
+          <p>So, lets get dirty!</p>
+          <h2>Step 1: Configure wro4j</h2>
+          <p>First, we configure <strong>wro4j</strong>, like as we want to use it to speed up our page. The details are explained and linked on wro4j&#8217;s <a href="http://code.google.com/p/wro4j/wiki/GettingStarted" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="Visit the Getting-Started-Page">Getting-Started-Page</a>. In short, we just need two files: <strong>wro.xml</strong> and <strong>wro.properties</strong>.</p>
+          <h3>wro.xml</h3>
+          <p>wro.xml tells wro4j, which resources should be combined and how the result should be named. I am using the following configuration to generate all LESS-Sources beneath <code>base/</code> into one CSS-file called <code>base.css</code>:</p>
+          <pre class="prettyprint linenums">
+  <code class="xml">
+  &lt;groups xmlns="http://www.isdc.ro/wro"&gt;
+    &lt;group name="base"&gt;
+      &lt;css&gt;/less/base/*.less&lt;/css&gt;
+    &lt;/group&gt;
+  </code>
+          </pre>
+          <p>wro4j looks for <code>/less/base/*.less</code> inside the root of the web-context, which is equal to <code>src/main/webapp</code> in a normal maven-project. There are <a href="http://code.google.com/p/wro4j/wiki/ResourceTypes" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See the resource locator documentation of wro4j for more details">other ways to specifie the resources</a>, which enable you to store them elswhere. But this approach works best for our goal, because the path is understandable for both: the wro4j servlet-filter, we are configuring now for our development-environment, and the wro4j-maven-plugin, that we will configure later for build-time compilation.</p>
+          <h3>wro.properties</h3>
+          <p>wro.properties in short tells wro4j, how or if it should convert the combined sources and how it should behave. I am using the following configuration to tell wro4j, that it should convert <code>*.less</code>-sources into CSS and do that on <em>every request</em>:</p>
+          <pre class="prettyprint linenums">
+  <code class="properties">
+  preProcessors=less4j
+  disableCache=true
+  </code>
+          </pre>
+          <p>You can do a lot more here. There are countless <a href="http://code.google.com/p/wro4j/wiki/ConfigurationOptions" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="See all configuration options">configuration options</a> to fine-tune the behaviour of wro4j. The <code>disableCache=true</code> is crucial, because we would not see the changes take effect when developing with <strong>jetty-maven-plugin</strong> later on. You can also do much more with your resources here, for example <a href="https://code.google.com/p/wro4j/wiki/AvailableProcessors" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="See all available processors">minimizing</a>. But for our goal, we are now only intrested in the compilation of our LESS-sources.</p>
+          <h2>Step 2: Configure the wro4j servlet-filter</h2>
+          <p>Configuring the filter in the <strong>web.xml</strong> is easy. It is explained in wro4j&#8217;s <a href="https://code.google.com/p/wro4j/wiki/Installation" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="See the installation instructions for the wro4j servlet-filter">installation-insctuctions</a>. But the trick is, that we do not want to configure that filter for the production-version of our webapp, because we want to compile the resources offline, when the webapp is build. To acchieve this, we can use the <code>&lt;overrideDescriptor&gt;</code>-Parameter of the <a href="http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin#Configuring_Your_WebApp" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://wiki.eclipse.org']);" title="Read more about the configuration of the jetty-maven-plugin">jetty-maven-plugin</a>.</p>
+          <h2>&lt;overrideDescriptor&gt;</h2>
+          <p>This parameter lets you specify additional configuration options for the web.xml of your webapp. I am using the following configuration for my jetty-maven-plugin:</p>
+          <pre class="prettyprint linenums">
+  <code class="xml">
+  &lt;plugin&gt;
+    &lt;groupId&gt;org.eclipse.jetty&lt;/groupId&gt;
+    &lt;artifactId&gt;jetty-maven-plugin&lt;/artifactId&gt;
+    &lt;configuration&gt;
+      &lt;webApp&gt;
+        &lt;overrideDescriptor&gt;${project.basedir}/src/test/resources/jetty-web.xml&lt;/overrideDescriptor&gt;
+      &lt;/webApp&gt;
+    &lt;/configuration&gt;
+    &lt;dependencies&gt;
+      &lt;dependency&gt;
+        &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
+        &lt;artifactId&gt;wro4j-core&lt;/artifactId&gt;
+        &lt;version&gt;${wro4j.version}&lt;/version&gt;
+      &lt;/dependency&gt;
+      &lt;dependency&gt;
+        &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
+        &lt;artifactId&gt;wro4j-extensions&lt;/artifactId&gt;
+        &lt;version&gt;${wro4j.version}&lt;/version&gt;
+        &lt;exclusions&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;javax.servlet&lt;/groupId&gt;
+              &lt;artifactId&gt;servlet-api&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
+              &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;commons-io&lt;/groupId&gt;
+              &lt;artifactId&gt;commons-io&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;commons-pool&lt;/groupId&gt;
+              &lt;artifactId&gt;commons-pool&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.springframework&lt;/groupId&gt;
+              &lt;artifactId&gt;spring-web&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;com.google.code.gson&lt;/groupId&gt;
+              &lt;artifactId&gt;gson&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;com.google.javascript&lt;/groupId&gt;
+              &lt;artifactId&gt;closure-compiler&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;com.github.lltyk&lt;/groupId&gt;
+              &lt;artifactId&gt;dojo-shrinksafe&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.jruby&lt;/groupId&gt;
+              &lt;artifactId&gt;jruby-core&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+            &lt;groupId&gt;org.jruby&lt;/groupId&gt;
+            &lt;artifactId&gt;jruby-stdlib&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.jruby&lt;/groupId&gt;
+              &lt;artifactId&gt;jruby-stdlib&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;me.n4u.sass&lt;/groupId&gt;
+              &lt;artifactId&gt;sass-gems&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;nz.co.edmi&lt;/groupId&gt;
+              &lt;artifactId&gt;bourbon-gem-jar&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.codehaus.gmaven.runtime&lt;/groupId&gt;
+              &lt;artifactId&gt;gmaven-runtime-1.7&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;jshint&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;less&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;emberjs&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;handlebars&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;coffee-script&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;jslint&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;json2&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+          &lt;exclusion&gt;
+              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
+              &lt;artifactId&gt;jquery&lt;/artifactId&gt;
+          &lt;/exclusion&gt;
+        &lt;/exclusions&gt;
+      &lt;/dependency&gt;
+    &lt;/dependencies&gt;
+  &lt;/plugin&gt;
+  </code>
+          </pre>
+          <p>The dependencies to <strong>wro4j-core</strong> and <strong>wro4j-extensions</strong> are needed by jetty, to be able to enable the filter defined below. Unfortunatly, one of the transitive dependencies of <code>wro4j-extensions</code> triggers an uggly error when running the jetty-maven-plugin. Therefore, all unneeded dependencies of <code>wro4j-extensions</code> are excluded, as a workaround for this error/bug.</p>
+          <h2>jetty-web.xml</h2>
+          <p>And my jetty-web.xml looks like this:</p>
+          <pre class="prettyprint linenums">
+  <code class="xml">
+  &lt;?xml version="1.0" encoding="UTF-8"?&gt;
+  &lt;web-app xmlns="http://java.sun.com/xml/ns/javaee"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+    version="2.5"&gt;
+    &lt;filter&gt;
+      &lt;filter-name&gt;wro&lt;/filter-name&gt;
+      &lt;filter-class&gt;ro.isdc.wro.http.WroFilter&lt;/filter-class&gt;
+    &lt;/filter&gt;
+    &lt;filter-mapping&gt;
+      &lt;filter-name&gt;wro&lt;/filter-name&gt;
+      &lt;url-pattern&gt;*.css&lt;/url-pattern&gt;
+    &lt;/filter-mapping&gt;
+  &lt;/web-app&gt;
+  </code>
+          </pre>
+          <p>The filter processes any URI&#8217;s that end with <code>.css</code>. This way, the wro4j servlet-filter makes <code>base.css</code> available under any path, because for exampl <code>/base.css</code>, <code>/css/base.css</code> and <code>/foo/bar/base.css</code> all end with <code>.css</code>.</p>
+          <p>This is all, that is needed to develop with dynamically reloadable compiled LESS-resources. Just fire up your browser and browse to <code>/what/you/like/base.css</code>. (But do not forget to put some LESS-files in <code>src/main/webapp/less/base/</code> first!)</p>
+          <h2>Step 3: Install wro4j-maven-plugin</h2>
+          <p>All that is left over to configure now, is the build-process. If you would build and deploy your webapp now, the CSS-file <code>base.css</code> would not be generated and the link to your stylesheet, that already works in our jetty-maven-plugin environment would point to a 404. Hence, we need to set up the <strong>wro4j-maven-plugin</strong>. I am using this configuration:</p>
+          <pre class="prettyprint linenums">
+  <code class="xml">
+  &lt;plugin&gt;
+    &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
+    &lt;artifactId&gt;wro4j-maven-plugin&lt;/artifactId&gt;
+    &lt;version&gt;${wro4j.version}&lt;/version&gt;
+    &lt;configuration&gt;
+      &lt;wroManagerFactory&gt;ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory&lt;/wroManagerFactory&gt;
+      &lt;cssDestinationFolder&gt;${project.build.directory}/${project.build.finalName}/css/&lt;/cssDestinationFolder&gt;
+    &lt;/configuration&gt;
+    &lt;executions&gt;
+      &lt;execution&gt;
+        &lt;phase&gt;package&lt;/phase&gt;
+        &lt;goals&gt;
+          &lt;goal&gt;run&lt;/goal&gt;
+        &lt;/goals&gt;
+      &lt;/execution&gt;
+    &lt;/executions&gt;
+  &lt;/plugin&gt;
+  </code>
+          </pre>
+          <p>I connected the <code>run</code>-goal with the <code>package</code>-phase, because the statically compiled CSS-file is needed only in the final war. The <code>ConfigurableWroManagerFactory</code> tells wro4j, that it should look up further configuration options in our <code>wro.properties</code>-file, where we tell wro4j, that it should compile our LESS-resources. The <code>&lt;cssDestinationFolder&gt;</code>-tag tells wro4j, where it should put the generated CSS-file. You can adjust that to suite your needs.</p>
+          <p>That&#8217;s it: now the same CSS-file, which is created on the fly by the wro4j servlet-filter when using <code>mvn jetty:run</code> and, thus, enables dynamic reloading of our LESS-resources, is generated during the build-process by the wro4j-maven-plugin.</p>
+          <h2>Cleanup and further considerations</h2>
+          <h3>lesscss-maven-plugin</h3>
+          <p>If you already compile your LESS-resources with the lesscss-maven-plugin, you can stick with it and skip step 3. But I strongly recommend giving wro4j-maven-plugin a try, because it is a much more powerfull tool, that can speed up your final webapp even more.</p>
+          <h3>Clean up your mess </h3>
+          <p>With a configuration like the above one, your LESS-resources and wro4j-configuration-files will be packed into your production-war. That might be confusing later, because neither wro4j nor LESS is used in the final war. You can add the following to your <code>pom.xml</code> to exclude these files from your war for the sake of clarity:</p>
+          <pre class="prettyprint linenums">
+  <code class="xml">
+  &lt;plugin&gt;
+    &lt;artifactId&gt;maven-war-plugin&lt;/artifactId&gt;
+    &lt;configuration&gt;
+      &lt;warSourceExcludes&gt;
+        WEB-INF/wro.*,
+        less/**
+      &lt;/warSourceExcludes&gt;
+    &lt;/configuration&gt;
+  &lt;/plugin&gt;
+  </code>
+          </pre>
+          <h3>What&#8217;s next?</h3>
+          <p>We only scrached the surface, of what can be done with wro4j. Based on this configuration, you can easily enable additional features to fine-tune your final build for maximum speed. You really should take a look at the <a href="https://code.google.com/p/wro4j/wiki/AvailableProcessors" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="Available Processors">list of available Processors</a>!</p>
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          This entry was posted in <a href="http://juplo.de/category/jetty/" title="View all posts in Jetty" rel="category tag">Jetty</a>, <a href="http://juplo.de/category/less/" title="View all posts in less" rel="category tag">less</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/wro4j/" title="View all posts in wro4j" rel="category tag">wro4j</a>. Bookmark the <a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="Permalink to Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources" rel="bookmark">permalink</a>. 
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-140 -->
+      <!-- You can start editing here. -->
+      <!-- If comments are open, but there are no comments. -->
+      <div id="respond">
+        <h3>Leave a Reply</h3>
+        <div id="cancel-comment-reply">
+          <small><a rel="nofollow" id="cancel-comment-reply-link" href="/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/#respond" style="display:none;">Click here to cancel reply.</a></small>
+        </div>
+        <form action="http://juplo.de/wp-comments-post.php" method="post" id="commentform">
+          <p>Logged in as <a href="http://juplo.de/wp-admin/profile.php">Kai Moritz</a>. <a href="http://juplo.de/wp-login.php?action=logout&amp;redirect_to=http%3A%2F%2Fjuplo.de%2Fcombining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources%2F&amp;_wpnonce=09e5cb501d" title="Log out of this account">Log out &raquo;</a></p>
+          <!--<p><small><strong>XHTML:</strong> You can use these tags: <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></small></p>-->
+          <p><textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea></p>
+          <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
+            <input type='hidden' name='comment_post_ID' value='140' id='comment_post_ID' />
+            <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
+          </p>
+          <input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="2096655c89" /><script>(function() {
+      if (window === window.parent) {
+        document.getElementById('_wp_unfiltered_html_comment_disabled').name = '_wp_unfiltered_html_comment';
+      }
+    })();</script>
+          <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="f31e001227" /></p>
+        </form>
+      </div>
+    </article>
+    <aside layout:fragment="marginalcontent">
+      <div id="secondary" class="widget-area" role="complementary">
+        <aside id="archives" class="widget">
+          <h1 class="widget-title">Archives</h1>
+          <ul>
+            <li><a href='http://juplo.de/2013/10/' title='October 2013'>October 2013</a></li>
+            <li><a href='http://juplo.de/2013/08/' title='August 2013'>August 2013</a></li>
+            <li><a href='http://juplo.de/2013/01/' title='January 2013'>January 2013</a></li>
+            <li><a href='http://juplo.de/2012/11/' title='November 2012'>November 2012</a></li>
+          </ul>
+        </aside>
+        <aside id="categories" class="widget">
+          <h1 class="widget-title">Most Used Categories</h1>
+          <ul>
+            <li class="cat-item cat-item-4"><a href="http://juplo.de/category/java/" title="View all posts filed under Java">Java</a> (6)</li>
+            <li class="cat-item cat-item-6"><a href="http://juplo.de/category/hibernate/" title="View all posts filed under Hibernate">Hibernate</a> (5)</li>
+            <li class="cat-item cat-item-8"><a href="http://juplo.de/category/maven/" title="View all posts filed under Maven">Maven</a> (5)</li>
+            <li class="cat-item cat-item-9"><a href="http://juplo.de/category/jpa/" title="View all posts filed under JPA">JPA</a> (1)</li>
+            <li class="cat-item cat-item-10"><a href="http://juplo.de/category/appengine/" title="View all posts filed under appengine">appengine</a> (1)</li>
+            <li class="cat-item cat-item-11"><a href="http://juplo.de/category/oauth2/" title="View all posts filed under oauth2">oauth2</a> (1)</li>
+          </ul>
+        </aside>
+        <aside id="search" class="widget widget_search">
+          <h1 class="widget-title">Search</h1>
+          <form role="search" method="get" id="searchform" class="searchform" action="http://juplo.de/">
+            <div>
+              <label class="screen-reader-text" for="s">Search for:</label>
+              <input type="text" value="" name="s" id="s" />
+              <input type="submit" id="searchsubmit" value="Search" />
+            </div>
+          </form>
+        </aside>
+      </div><!-- #secondary .widget-area -->
+      <div id="tertiary" class="widget-area" role="supplementary">
+      </div><!-- #tertiary .widget-area -->
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/blog/comments.html b/dist/thymeleaf/blog/comments.html
new file mode 100644 (file)
index 0000000..3d4a05b
--- /dev/null
@@ -0,0 +1,501 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>juplo - blog - hibernate4-maven-plugin</title>
+    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../css/screen.min.css' screen;
+      @import '../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><strong class="b">Blog</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><strong class="m">Blog</strong></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <article id="post-34" class="post-34 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
+        <div class="entry-header">
+          <h1 class="entry-title">hibernate4-maven-plugin</h1>
+          <div class="entry-meta">
+            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="19:29" rel="bookmark"><time class="entry-date" datetime="2012-11-28T19:29:12+00:00">November 28, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
+          </div><!-- .entry-meta -->
+        </div><!-- .entry-header -->
+        <div class="entry-content">
+          <h2>A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations</h2>
+          <p>
+            Hibernate comes with the buildin functionality, to automatically create or update the database schema. This functionality is configured in the session-configuraton via the parameter <code>hbm2ddl.auto</code> (see <a href="http://docs.jboss.org/hibernate/orm/4.1/manual/en-US/html_single/#configuration-optional" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://docs.jboss.org']);">Hibernate Reference Documentation &#8211; Chapter 3.4. Optional configuration properties</a>). But doing so <a href="http://stackoverflow.com/questions/221379/hibernate-hbm2ddl-auto-update-in-production" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://stackoverflow.com']);">is not very wise</a>, because you can easily corrupt or erase your production database, if this configuration parameter slips through to your production environment.
+          </p>
+          <p>
+            Alternatively, you can <a href="http://stackoverflow.com/questions/835961/how-to-creata-database-schema-using-hibernate" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://stackoverflow.com']);">run the tools <strong>SchemaExport</strong> or <strong>SchemaUpdate</strong> by hand</a>. But that is not very comfortable and being used to maven you will quickly long for a plugin, that does that job automatically for you, when you fire up your test cases.
+          </p>
+          <p>In the good old times, there was the <a href="http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://mojo.codehaus.org']);">Maven Hibernate3 Plugin</a>, that does this for you. But unfortunatly, this plugin is not compatible with Hibernate 4.x. Since there does not seem to be any successor for the Maven Hibernate3 Plugin and <a href="http://www.google.de/search?q=hibernate4+maven+plugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.google.de']);">googeling</a> does not help, I decided to write up this simple plugin (inspired by these two articles I found: <a href="http://www.tikalk.com/alm/blog/schema-export-hibernate-4-and-maven" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.tikalk.com']);">Schema Export with Hibernate 4 and Maven</a> and <a href="http://doingenterprise.blogspot.de/2012/05/schema-generation-with-hibernate-4-jpa.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://doingenterprise.blogspot.de']);">Schema generation with Hibernate 4, JPA and Maven</a>).
+          </p>
+          <p>
+            I hope, the resulting simple to use buletproof <a href="/hibernate4-maven-plugin/">hibernate4-maven-plugin</a> is usefull!
+          </p>
+          <p>
+            <strong><a href="/hibernate4-maven-plugin/">Try it out now!</a></strong></p>
+        </div><!-- .entry-content -->
+        <footer class="entry-meta">
+          This entry was posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>. Bookmark the <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="Permalink to hibernate4-maven-plugin" rel="bookmark">permalink</a>. 
+        </footer><!-- .entry-meta -->
+      </article><!-- #post-34 -->
+      <!-- You can start editing here. -->
+      <h3 id="comments">15 Responses to &#8220;hibernate4-maven-plugin&#8221;</h3>
+      <div class="navigation">
+        <div class="alignleft"></div>
+        <div class="alignright"></div>
+      </div>
+      <ol class="commentlist">
+        <li class="comment even thread-even depth-1 parent" id="comment-556">
+          <div id="div-comment-556" class="comment-body">
+            <div class="comment-author vcard">
+              <cite class="fn">Jukes</cite> <span class="says">says:</span>
+            </div>
+            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-556">
+                November 7, 2013 at 23:18</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=556" title="Edit comment">(Edit)</a>
+            </div>
+            <p>
+              Hi thanks a lot for making this plugin available, great work!!<br />
+              I have a problem generating postgres schema. Looks like the plugin ignores the data type when adding default values and that yields a syntax error from Postgres. Or maybe I&#8217;m doing something wrong. I&#8217;m using version 1.0.3.</p>
+            <p>For example I have in java:</p>
+            <p>
+              @Column(name = &#8220;financialEnabled&#8221;, nullable = false, columnDefinition = &#8220;default TRUE&#8221;)<br />
+              private boolean financialEnabled;
+            </p>
+            <p>
+              Generated SQL is:<br />
+              financialEnabled default TRUE not null,
+            </p>
+            <p>As you can see the data type boolean is not translated to the SQL script. Thanks a lot for your help.</p>
+            <div class="reply">
+              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=556#respond' onclick='return addComment.moveForm("div-comment-556", "556", "respond", "34")'>Reply</a>
+            </div>
+          </div>
+          <ul class="children">
+            <li class="comment byuser comment-author-kai bypostauthor odd alt depth-2" id="comment-567">
+              <div id="div-comment-567" class="comment-body">
+                <div class="comment-author vcard">
+                  <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>
+                </div>
+                <div class="comment-meta commentmetadata">
+                  <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-567">
+                    November 11, 2013 at 13:09</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=567" title="Edit comment">(Edit)
+                  </a>
+                </div>
+                <p>
+                  This plugin is only a tool to automate the generation of the SQL in your development-environment.<br />
+                  Questions on how to anotate your code correctly are better asked in a user-forum from hibernate or such.</p>
+                <p>
+                  Nevertheless, I think I can give you a usefull hint:<br />
+                  You are overwriting the automatically generated column-definition with &#8220;default TRUE&#8221;.<br />
+                  Try it with</p>
+                <p>
+                  @Column(name = “financialEnabled”, nullable = false)<br />
+                  private boolean financialEnabled;</p>
+                <div class="reply">
+                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=567#respond' onclick='return addComment.moveForm("div-comment-567", "567", "respond", "34")'>Reply</a>
+                </div>
+              </div>
+            </li><!-- #comment-## -->
+          </ul><!-- .children -->
+        </li><!-- #comment-## -->
+        <li class="comment even thread-odd thread-alt depth-1 parent" id="comment-390">
+          <div id="div-comment-390" class="comment-body">
+            <div class="comment-author vcard">
+              <cite class="fn">Milios</cite> <span class="says">says:</span>
+            </div>
+            <div class="comment-meta commentmetadata">
+              <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-390">
+                October 10, 2013 at 15:02
+              </a>
+              &nbsp;&nbsp;
+              <a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=390" title="Edit comment">(Edit)</a>
+            </div>
+            <p>Hi,</p>
+            <p>
+              looks like a very nice plugin. Unfortunately, part of our entities are in other modules/dependencies.<br />
+              Do you plan to add the possibility to scan also for dependencies of the project or at least of the plugin?</p>
+            <p>Also, when I only want to generate the SQL and use the following configuration, I got nothing.</p>
+            <p>Config:</p>
+            <p>
+              de.juplo<br />
+              hibernate4-maven-plugin<br />
+              1.0.2</p>
+            <p>
+              true<br />
+              SCRIPT<br />
+              NONE<br />
+              com.deutscheboerse.hibernate.PostgreSQLDialect<br />
+              ${project.build.directory}/hibernate4/cmm-schema.sql</p>
+            <p>
+              com.deutscheboerse.energy<br />
+              energy-commons-hibernate<br />
+              ${commons.hibernate.version}</p>
+            <p>
+              org.springframework.security<br />
+              spring-security-core<br />
+              ${spring.security.version}</p>
+            <p>
+              org.slf4j<br />
+              slf4j-log4j12<br />
+              ${slf4j.version}</p>
+            <p>
+              Output:<br />
+              mvn hibernate4:export -e<br />
+              [INFO] Error stacktraces are turned on.<br />
+              [INFO] Scanning for projects&#8230;<br />
+              [INFO]<br />
+              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+              [INFO] Building CMM WAR 1.0.0-RC5-SNAPSHOT<br />
+              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+              [INFO]<br />
+              [INFO] &#8212; hibernate4-maven-plugin:1.0.2:export (default-cli) @ cmm-war &#8212;<br />
+              [INFO] Scanning directory D:\_dev\work\ii\src\cmm\trunk\cmm-war\target\classes f<br />
+              [INFO] No hibernate-properties-file found! (Checked path: D:\_dev\work\ii\src\cm<br />
+              [INFO] Gathered hibernate-configuration (turn on debugging for details):<br />
+              [INFO]   hibernate.dialect = com.deutscheboerse.hibernate.PostgreSQLDialect<br />
+              [INFO] HHH000400: Using dialect: com.deutscheboerse.hibernate.PostgreSQLDialect<br />
+              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+              [INFO] BUILD SUCCESS<br />
+              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+              [INFO] Total time: 10.932s<br />
+              [INFO] Finished at: Thu Oct 10 12:51:05 UTC 2013<br />
+              [INFO] Final Memory: 9M/23M<br />
+              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
+            <p>
+              Thanks for any help,<br />
+              Milos.
+            </p>
+            <div class="reply">
+              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=390#respond' onclick='return addComment.moveForm("div-comment-390", "390", "respond", "34")'>Reply</a>
+            </div>
+          </div>
+          <ul class="children">
+            <li class="comment byuser comment-author-kai bypostauthor odd alt depth-2 parent" id="comment-391">
+              <div id="div-comment-391" class="comment-body">
+                <div class="comment-author vcard">
+                  <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>
+                </div>
+                <div class="comment-meta commentmetadata">
+                  <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-391">
+                    October 10, 2013 at 22:19
+                  </a>
+                  &nbsp;&nbsp;
+                  <a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=391" title="Edit comment">(Edit)</a>                </div>
+                <p>
+                  Yes, I am working on the possibility, to scan for annotations in dependencies.<br />
+                  Unfortunatly, I have no example-project for this use-case by hand.<br />
+                  It would help a lot, if you could provide a sample-project on github or such.
+                </p>
+                <p>Greetings kai</p>
+                <div class="reply">
+                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=391#respond' onclick='return addComment.moveForm("div-comment-391", "391", "respond", "34")'>Reply</a>
+                </div>
+              </div>
+              <ul class="children">
+                <li class="comment byuser comment-author-kai bypostauthor even depth-3" id="comment-568">
+                  <div id="div-comment-568" class="comment-body">
+                    <div class="comment-author vcard">
+                      <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>
+                    </div>
+                    <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-568">
+                        November 11, 2013 at 13:11</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=568" title="Edit comment">(Edit)</a>                </div>
+  
+                    <p>Version 1.0.3 of the plugin can now scan for annotations in the dependencies, too.</p>
+  
+                    <div class="reply">
+                      <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=568#respond' onclick='return addComment.moveForm("div-comment-568", "568", "respond", "34")'>Reply</a>            </div>
+                  </div>
+                </li><!-- #comment-## -->
+              </ul><!-- .children -->
+            </li><!-- #comment-## -->
+          </ul><!-- .children -->
+        </li><!-- #comment-## -->
+        <li class="comment odd alt thread-even depth-1" id="comment-286">
+          <div id="div-comment-286" class="comment-body">
+            <div class="comment-author vcard">
+              <cite class="fn">Pedro</cite> <span class="says">says:</span>            </div>
+  
+            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-286">
+                August 7, 2013 at 18:54</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=286" title="Edit comment">(Edit)</a>           </div>
+  
+            <p>Following my previous question, here is the debug info</p>
+            <p>[DEBUG] Dependency: /Users/pmarques/.m2/repository/org/springframework/security/spring-security-acl/3.1.4.RELEASE/spring-security-acl-3.1.4.RELEASE.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/atomikos-util/3.6.5/atomikos-util-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-api/3.6.5/transactions-api-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/javax/transaction/transaction-api/1.1/transaction-api-1.1.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jdbc-deprecated/3.6.5/transactions-jdbc-deprecated-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jdbc/3.6.5/transactions-jdbc-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jta/3.6.5/transactions-jta-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions/3.6.5/transactions-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.0.1B_spec/1.0.1/geronimo-jta_1.0.1B_spec-1.0.1.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jms-deprecated/3.6.5/transactions-jms-deprecated-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jms/3.6.5/transactions-jms-3.6.5.jar<br />
+              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-hibernate3/3.6.5/transactions-hibernate3-3.6.5.jar<br />
+              [INFO] Scanning directory /target/classes for annotated classes&#8230;</p>
+  
+            <div class="reply">
+              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=286#respond' onclick='return addComment.moveForm("div-comment-286", "286", "respond", "34")'>Reply</a>            </div>
+          </div>
+        </li><!-- #comment-## -->
+        <li class="comment even thread-odd thread-alt depth-1 parent" id="comment-285">
+          <div id="div-comment-285" class="comment-body">
+            <div class="comment-author vcard">
+              <cite class="fn">Pedro</cite> <span class="says">says:</span>            </div>
+  
+            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-285">
+                August 7, 2013 at 18:49</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=285" title="Edit comment">(Edit)</a>           </div>
+  
+            <p>Hi,</p>
+            <p>I have the following problem.<br />
+              The project that I use to test (and use the plugin) has the annotated classes as a dependency.<br />
+              I am getting the error:<br />
+              No annotated classes found in directory /target/classes</p>
+            <p>Shouldn&#8217;t the plugin scan all the dependencies also?</p>
+            <p>Thanks,<br />
+              Pedro.</p>
+  
+            <div class="reply">
+              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=285#respond' onclick='return addComment.moveForm("div-comment-285", "285", "respond", "34")'>Reply</a>            </div>
+          </div>
+          <ul class="children">
+            <li class="comment byuser comment-author-kai bypostauthor odd alt depth-2 parent" id="comment-287">
+              <div id="div-comment-287" class="comment-body">
+                <div class="comment-author vcard">
+                  <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>               </div>
+  
+                <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-287">
+                    August 7, 2013 at 19:12</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=287" title="Edit comment">(Edit)</a>               </div>
+  
+                <p>Hi Pedro,</p>
+                <p>I think, that your observation is right.<br />
+                  But otherwise, dependencies should only be scanned if requested, because automatic scanning of the dependencies might lead to errors in other situations.</p>
+                <p>If you can make your project available to me (for example via github, or simply by mailing zipped version), I would add a configuration-parameter to enable/disable dependency-scanning and upload the refined plugin to central.</p>
+                <p>Regards,</p>
+                <p>Kai Moritz</p>
+  
+                <div class="reply">
+                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=287#respond' onclick='return addComment.moveForm("div-comment-287", "287", "respond", "34")'>Reply</a>                </div>
+              </div>
+              <ul class="children">
+                <li class="comment byuser comment-author-kai bypostauthor even depth-3" id="comment-426">
+                  <div id="div-comment-426" class="comment-body">
+                    <div class="comment-author vcard">
+                      <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>           </div>
+  
+                    <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-426">
+                        October 18, 2013 at 02:52</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=426" title="Edit comment">(Edit)</a>         </div>
+  
+                    <p>The <a href="/hibernate4-maven-plugin-1-0-3-released/" title="Open the release-notes" rel="nofollow">new version 1.0.3</a> of the plugin adds support for annotated classes in dependencies!</p>
+  
+                    <div class="reply">
+                      <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=426#respond' onclick='return addComment.moveForm("div-comment-426", "426", "respond", "34")'>Reply</a>            </div>
+                  </div>
+                </li><!-- #comment-## -->
+              </ul><!-- .children -->
+            </li><!-- #comment-## -->
+          </ul><!-- .children -->
+        </li><!-- #comment-## -->
+        <li class="comment odd alt thread-even depth-1 parent" id="comment-276">
+          <div id="div-comment-276" class="comment-body">
+            <div class="comment-author vcard">
+              <cite class="fn"><a href="http://bidlogix.com" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-commentauthor', 'http://bidlogix.com']);"  rel='external nofollow' class='url'>mike</a></cite> <span class="says">says:</span>            </div>
+  
+            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-276">
+                July 30, 2013 at 12:57</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=276" title="Edit comment">(Edit)</a>            </div>
+  
+            <p>Hello,</p>
+            <p>I&#8217;m upgrading from hibernate3 to to hibernate4 and have moved from the hibernate3-maven-plugin to this version. I haven&#8217;t undertaken (and don&#8217;t want to just yet) the big job of changing my hbm mapping files to annotations.</p>
+            <p>As far as I can see this is a show stopper for using your nice plugin. Can you please confirm if this is the case and whether you are planning to add support for scanning for hbm files?</p>
+            <p>Many thanks,</p>
+            <p>Mike Cohen.</p>
+  
+            <div class="reply">
+              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=276#respond' onclick='return addComment.moveForm("div-comment-276", "276", "respond", "34")'>Reply</a>            </div>
+          </div>
+          <ul class="children">
+            <li class="comment byuser comment-author-tortenheber even depth-2" id="comment-277">
+              <div id="div-comment-277" class="comment-body">
+                <div class="comment-author vcard">
+                  <cite class="fn">tortenheber</cite> <span class="says">says:</span>          </div>
+  
+                <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-277">
+                    July 31, 2013 at 23:18</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=277" title="Edit comment">(Edit)</a>                </div>
+  
+                <p>Hello Mike,</p>
+                <p>I added the requested feature in the SNAPSHOT-version.<br />
+                  It would be nice, if you could test, if the new feature works, because I have no example project by hand, that still uses hibernate-mapping via XML.</p>
+                <p>You can download an actual build here:</p>
+                <p><a href="https://oss.sonatype.org/content/repositories/snapshots//de/juplo/hibernate4-maven-plugin/1.0.2-SNAPSHOT/" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-comment', 'http://oss.sonatype.org']);" rel="nofollow">https://oss.sonatype.org/content/repositories/snapshots//de/juplo/hibernate4-maven-plugin/1.0.2-SNAPSHOT/</a></p>
+                <p>or build it by yourself from the sources.<br />
+                  The feature is documented here:</p>
+                <p><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2-SNAPSHOT/export-mojo.html"  rel="nofollow">http://juplo.de/hibernate4-maven-plugin-1.0.2-SNAPSHOT/export-mojo.html</a></p>
+                <p>Best regards</p>
+                <p>kai</p>
+  
+                <div class="reply">
+                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=277#respond' onclick='return addComment.moveForm("div-comment-277", "277", "respond", "34")'>Reply</a>                </div>
+              </div>
+            </li><!-- #comment-## -->
+          </ul><!-- .children -->
+        </li><!-- #comment-## -->
+        <li class="comment odd alt thread-odd thread-alt depth-1 parent" id="comment-50">
+          <div id="div-comment-50" class="comment-body">
+            <div class="comment-author vcard">
+              <cite class="fn">Victor</cite> <span class="says">says:</span>           </div>
+  
+            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-50">
+                February 22, 2013 at 15:28</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=50" title="Edit comment">(Edit)</a>         </div>
+  
+            <p>Hey I have modified your code to support envers and generate auditing tables, if you want I can send you a patch. Thanks!</p>
+  
+            <div class="reply">
+              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=50#respond' onclick='return addComment.moveForm("div-comment-50", "50", "respond", "34")'>Reply</a>               </div>
+          </div>
+          <ul class="children">
+            <li class="comment even depth-2 parent" id="comment-51">
+              <div id="div-comment-51" class="comment-body">
+                <div class="comment-author vcard">
+                  <cite class="fn">admin</cite> <span class="says">says:</span>                </div>
+  
+                <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-51">
+                    February 22, 2013 at 19:54</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=51" title="Edit comment">(Edit)</a>             </div>
+  
+                <p>Your welcom.<br />
+                  Send it!</p>
+  
+                <div class="reply">
+                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=51#respond' onclick='return addComment.moveForm("div-comment-51", "51", "respond", "34")'>Reply</a>           </div>
+              </div>
+              <ul class="children">
+                <li class="comment odd alt depth-3 parent" id="comment-54">
+                  <div id="div-comment-54" class="comment-body">
+                    <div class="comment-author vcard">
+                      <cite class="fn">Victor</cite> <span class="says">says:</span>           </div>
+  
+                    <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-54">
+                        February 25, 2013 at 15:28</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=54" title="Edit comment">(Edit)</a>         </div>
+  
+                    <p>Where to? Is there a github repo?</p>
+  
+                    <div class="reply">
+                      <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=54#respond' onclick='return addComment.moveForm("div-comment-54", "54", "respond", "34")'>Reply</a>               </div>
+                  </div>
+                  <ul class="children">
+                    <li class="comment even depth-4" id="comment-55">
+                      <div id="div-comment-55" class="comment-body">
+                        <div class="comment-author vcard">
+                          <cite class="fn">admin</cite> <span class="says">says:</span>                </div>
+  
+                        <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-55">
+                            February 25, 2013 at 20:05</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=55" title="Edit comment">(Edit)</a>             </div>
+  
+                        <p>There is a private git-Repository.<br />
+                          <a href="http://juplo.de/hibernate4-maven-plugin/source-repository.html"  rel="nofollow">Check the project-documentation!</a></p>
+                        <p>You can <a href="http://juplo.de/hibernate4-maven-plugin/team-list.html"  rel="nofollow">send me</a> a patch or a pull-request to <a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
+  
+                        <div class="reply">
+                          <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=55#respond' onclick='return addComment.moveForm("div-comment-55", "55", "respond", "34")'>Reply</a>           </div>
+                      </div>
+                    </li><!-- #comment-## -->
+                  </ul><!-- .children -->
+                </li><!-- #comment-## -->
+              </ul><!-- .children -->
+            </li><!-- #comment-## -->
+          </ul><!-- .children -->
+        </li><!-- #comment-## -->
+      </ol>
+  
+      <div class="navigation">
+        <div class="alignleft"></div>
+        <div class="alignright"></div>
+      </div>
+  
+  
+      <div id="respond">
+  
+        <h3>Leave a Reply</h3>
+  
+        <div id="cancel-comment-reply">
+          <small><a rel="nofollow" id="cancel-comment-reply-link" href="/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#respond" style="display:none;">Click here to cancel reply.</a></small>
+        </div>
+  
+  
+        <form action="http://juplo.de/wp-comments-post.php" method="post" id="commentform">
+  
+  
+          <p>Logged in as <a href="http://juplo.de/wp-admin/profile.php">Kai Moritz</a>. <a href="http://juplo.de/wp-login.php?action=logout&amp;redirect_to=http%3A%2F%2Fjuplo.de%2Fhibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations%2F&amp;_wpnonce=09e5cb501d" title="Log out of this account">Log out &raquo;</a></p>
+  
+  
+          <!--<p><small><strong>XHTML:</strong> You can use these tags: <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></small></p>-->
+  
+          <p><textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea></p>
+  
+          <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
+            <input type='hidden' name='comment_post_ID' value='34' id='comment_post_ID' />
+            <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
+          </p>
+          <input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="2cfe5768bb" /><script>(function() {
+      if (window === window.parent) {
+        document.getElementById('_wp_unfiltered_html_comment_disabled').name = '_wp_unfiltered_html_comment';
+      }
+    })();</script>
+          <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="18eb674233" /></p>
+        </form>
+      </div>
+    </article>
+    <aside layout:fragment="marginalcontent">
+      <div id="secondary" class="widget-area" role="complementary">
+        <aside id="archives" class="widget">
+          <h1 class="widget-title">Archives</h1>
+          <ul>
+            <li><a href='http://juplo.de/2013/10/' title='October 2013'>October 2013</a></li>
+            <li><a href='http://juplo.de/2013/08/' title='August 2013'>August 2013</a></li>
+            <li><a href='http://juplo.de/2013/01/' title='January 2013'>January 2013</a></li>
+            <li><a href='http://juplo.de/2012/11/' title='November 2012'>November 2012</a></li>
+          </ul>
+        </aside>
+        <aside id="categories" class="widget">
+          <h1 class="widget-title">Most Used Categories</h1>
+          <ul>
+            <li class="cat-item cat-item-4"><a href="http://juplo.de/category/java/" title="View all posts filed under Java">Java</a> (6)</li>
+            <li class="cat-item cat-item-6"><a href="http://juplo.de/category/hibernate/" title="View all posts filed under Hibernate">Hibernate</a> (5)</li>
+            <li class="cat-item cat-item-8"><a href="http://juplo.de/category/maven/" title="View all posts filed under Maven">Maven</a> (5)</li>
+            <li class="cat-item cat-item-9"><a href="http://juplo.de/category/jpa/" title="View all posts filed under JPA">JPA</a> (1)</li>
+            <li class="cat-item cat-item-10"><a href="http://juplo.de/category/appengine/" title="View all posts filed under appengine">appengine</a> (1)</li>
+            <li class="cat-item cat-item-11"><a href="http://juplo.de/category/oauth2/" title="View all posts filed under oauth2">oauth2</a> (1)</li>
+          </ul>
+        </aside>
+        <aside id="search" class="widget widget_search">
+          <h1 class="widget-title">Search</h1>
+          <form role="search" method="get" id="searchform" class="searchform" action="http://juplo.de/">
+            <div>
+              <label class="screen-reader-text" for="s">Search for:</label>
+              <input type="text" value="" name="s" id="s" />
+              <input type="submit" id="searchsubmit" value="Search" />
+            </div>
+          </form>
+        </aside>
+      </div><!-- #secondary .widget-area -->
+      <div id="tertiary" class="widget-area" role="supplementary">
+      </div><!-- #tertiary .widget-area -->
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/contact.html b/dist/thymeleaf/contact.html
new file mode 100644 (file)
index 0000000..8fe4177
--- /dev/null
@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Contact</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
+      <li class="b"><strong class="b">Contact</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
+      <ul id="submenu">
+        <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
+        <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
+        <li class="s"><strong class="s">Contact</strong></li>
+      </ul>
+    </nav>
+    <div id="content" class="main pack cf" layout:fragment="maincontent">
+      <div class="pack">
+        <div class="p left">
+          <img class="p" src="../img/kai-moritz.jpg" th:src="@{/img/kai-moritz.jpg}" alt="Portrait"/>
+        </div>
+        <article class="p right">
+          <header><h1>Contact</h1></header>
+          <h2>Address</h2>
+          <p>
+            Kai Moritz<br />
+            Zumsandestr. 29a<br />
+            48145 Münster
+          </p>
+          <h2>Email</h2>
+          <p><a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
+          <h2>Phone</h2>
+          <p>+49 (0) 176 20 50 47 47</p>
+          <h2>Networking</h2>
+          <ul>
+            <li><a href="https://www.google.com/+KaiMoritz" title="Google+">www.google.com/+KaiMoritz</a></li>
+            <li><a href="https://www.xing.com/profile/Kai_Moritz" title="Xing">www.xing.com/profile/Kai_Moritz</a></li>
+          </ul>
+          <!--
+          <h2>About Me</h2>
+          <h2><em>Übersetzung?!?</em> Jobportale</h2>
+          -->
+        </article>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/datenschutz.html b/dist/thymeleaf/datenschutz.html
new file mode 100644 (file)
index 0000000..dec5ab1
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Datenschutz</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
+      <li class="b"><strong class="b">Datenschutz</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
+      <ul id="submenu">
+        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
+        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
+        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
+        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
+        <li class="s"><strong class="s">Datenschutz</strong></li>
+        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Datenschutz</h1></header>
+      <p>Die Nutzung unserer Webseite ist in der Regel ohne Angabe personenbezogener Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name, Anschrift oder eMail-Adressen) erhoben werden, erfolgt dies, soweit möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrückliche Zustimmung nicht an Dritte weitergegeben.</p>
+      <p>Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.</p>
+      <p>Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten durch Dritte zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit ausdrücklich widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails, vor.</p>
+      <!-- http://www.e-recht24.de/impressum-generator.html -->
+      <p>Bitte beachten Sie auch die gesonderte <a href="google-analytics.html" th:href="@{/google-analytics.html}">Datenschutzerklärung zur Nutzung von Google-Analytics</a>.</p>
+    </article>
+    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/error.html b/dist/thymeleaf/error.html
new file mode 100644 (file)
index 0000000..a07dc23
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tiles="http://www.thymeleaf.org">
+  <head>
+    <title tiles:fragment="title">An unexpected Error occured!</title>
+  </head>
+  <body>
+    <div tiles:fragment="content">
+      <p>We do not know, what happend.</p>
+      <p>But we can tell you: WE ARE SORRY!</p>
+      <p>Really.</p>
+    </div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/expertise.html b/dist/thymeleaf/expertise.html
new file mode 100644 (file)
index 0000000..f45300c
--- /dev/null
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Expertise</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
+      <li class="b"><strong class="b">Expertise</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
+      <ul id="submenu">
+        <li class="s sub">
+          <strong class="s">Expertise</strong>
+          <ul class="s active">
+            <li class="s"><span href="web-engineering.html" th:href="@{/web-engineering.html}" class="s">Web-Engineering</span></li>
+            <li class="s"><span href="spring-framework.html" th:href="@{/spring-framework.html}" class="s">Spring Framework</span></li>
+            <li class="s"><span href=".html" th:href="@{/.html}" class="s"></span></li>
+            <li class="s"><span href="responsive-web-design.html" th:href="@{/responsive-web-design.html}" class="s">Responsive Webdesign</span></li>
+            <li class="s"><span href="web-ui-esign.html" th:href="@{/web-ui-esign.html}" class="s">WEB-UI-Design</span></li>
+            <li class="s"><span href="seo.html" th:href="@{/seo.html}" class="s">SEO</span></li>
+          </ul>
+        </li>
+        <li class="s sub off"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
+        <li class="s off"><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
+      </ul>
+    </nav>
+    <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/google-analytics.html b/dist/thymeleaf/google-analytics.html
new file mode 100644 (file)
index 0000000..496bcd7
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Google Analytics</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
+      <li class="b"><strong class="b">Google Analytics</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
+      <ul id="submenu">
+        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
+        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
+        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
+        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
+        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
+        <li class="s"><strong class="s">Google Analytics</strong></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Google Analytics</h1></header>
+      <p>Diese Website benutzt Google Analytics, einen Webanalysedienst der Google Inc. ("Google"). Google Analytics verwendet sog. "Cookies", Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert. Im Falle der Aktivierung der IP-Anonymisierung auf dieser Webseite wird Ihre IP-Adresse von Google jedoch innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum zuvor gekürzt.</p>
+      <p>Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.</p>
+      <p>Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch das Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Google sowie die Verarbeitung dieser Daten durch Google verhindern, indem sie das unter dem folgenden Link verfügbare Browser-Plugin herunterladen und installieren:</p>
+      <p><a href="http://tools.google.com/dlpage/gaoptout?hl=de" title="Das Plugin jetzt herunterladen...">http://tools.google.com/dlpage/gaoptout?hl=de</a>.</p>
+      <!-- http://www.e-recht24.de/impressum-generator.html -->
+    </article>
+    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/haftung-inhalte.html b/dist/thymeleaf/haftung-inhalte.html
new file mode 100644 (file)
index 0000000..f1948fb
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Haftung für Inhalte</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
+      <li class="b"><strong class="b">Haftung für Inhalte</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
+      <ul id="submenu">
+        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
+        <li class="s"><strong class="s">Haftung für Inhalte</strong></li>
+        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
+        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
+        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
+        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Haftung für Inhalte</h1></header>
+      <p>Sämtliche Inhalte unserer Internetseiten sind mit größtmöglicher Sorgfalt erstellt worden. Dennoch ist es uns nicht möglich, eine Gewähr dafür zu übernehmen, dass diese Inhalte richtig, vollständig und aktuell sind. Wir sind gemäß § 7 Abs. 1 TMG für die eigenen Inhalte auf unseren Internetseiten verantwortlich. Gemäß den §§ 8, 9 und 10 TMG besteht für uns allerdings keine Verpflichtung, dass wir Informationen von Dritten, die übermittelt oder gespeichert wurden, überwachen oder Umstände ausforschen müssten, die Hinweise auf nicht rechtmäßige Tätigkeiten ergeben. Davon nicht berührt, ist unsere Verpflichtung zur Sperrung oder Entfernung von Informationen, welche uns von den allgemeinen Gesetzen auferlegt wird. Wir haften allerdings insoweit erst in dem Moment, in dem wir von einer konkreten Verletzung von Rechten Kenntnis erlangen. Wenn wir von einer solchen Verletzung von Rechten Kenntnis erlangen, wird eine unverzügliche Entfernung der entsprechenden Inhalte erfolgen.</p>
+      <p><em>Quelle: Flegl Rechtsanwälte GmbH</em></p>
+    </article>
+    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/haftung-links.html b/dist/thymeleaf/haftung-links.html
new file mode 100644 (file)
index 0000000..b445030
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Haftung für Links</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
+      <li class="b"><strong class="b">Haftung für Links</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
+      <ul id="submenu">
+        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
+        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
+        <li class="s"><strong class="s">Haftung für Links</strong></li>
+        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
+        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
+        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Haftung für Links</h1></header>
+      <p>Unsere Internetseiten enthalten Links, die zu externen Internetseiten von Dritten führen. Auf die Inhalte dieser externen Seiten haben wir keine Einflussmöglichkeiten. Es ist uns daher nicht möglich, eine Gewähr für diese Inhalte zu übernehmen. Die Verantwortung dafür hat immer der jeweilige Anbieter/Betreiber der entsprechenden Internetseiten. Wir überprüfen die von uns verlinkten Internetseiten zum Zeitpunkt der Verlinkung auf einen möglichen Rechtsverstoß. Die Verlinkung kommt nur dann zustande, wenn ein rechtswidriger Inhalt zu diesem Zeitpunkt nicht erkennbar ist. Es kann uns jedoch, ohne einen konkreten Anhaltspunkt, nicht zugemutet werden, ständig die verlinkten Internetseiten inhaltlich zu kontrollieren. Wenn wir jedoch von einer Rechtsverletzung Kenntnis erlangen, werden wir den entsprechenden Link unverzüglich entfernen.</p>
+      <p><em>Quelle: Flegl Rechtsanwälte GmbH</em></p>
+    </article>
+    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/impressum.html b/dist/thymeleaf/impressum.html
new file mode 100644 (file)
index 0000000..9e9cc05
--- /dev/null
@@ -0,0 +1,67 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Impressum</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><strong class="b">Impressum</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">Impressum</strong></h2>
+      <ul id="submenu">
+        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
+        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
+        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
+        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
+        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
+        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Impressum</h1></header>
+      <p><em>Angaben gemäß § 5 TMG:</em></p>
+      <p>
+        Kai Moritz<br />
+        juplo.de<br />
+        Zumsandestr. 29a<br />
+        48145 Münster
+      </p>
+      <p>Telefon: +49 (0) 176 20 50 47 47</p>
+      <p>E-Mail: <a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
+      <p>Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz: DE 23 500 84 56</p>
+      <p>Aufsichtsbehörde: Stadt Münster</p>
+      <!-- http://www.e-recht24.de/impressum-generator.html -->
+      <h1>Contact</h1>
+      <p>
+        More contact-information (Facebook, Google+, ...) can be found on the
+        <a href="contact.html" th:href="@{/contact.html}" title="Show all contact-informations">contact-page</a>.
+      </p>
+    </article>
+    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+    <ul layout:fragment="footer">
+      <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
+      <li class="f"><strong class="f">Impressum</strong></li>
+      <li class="f about"><a class="f" href="about.html" th:href="@{/about.html}">About</a></li>
+    </ul>
+  </body>
+</html>
diff --git a/dist/thymeleaf/index.html b/dist/thymeleaf/index.html
new file mode 100644 (file)
index 0000000..3024133
--- /dev/null
@@ -0,0 +1,139 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="contentclass='nomenu'"
+    >
+  <head>
+    <title>Home</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><strong class="b">Home</strong></li>
+    </ol>
+    <h1 layout:fragment="header"><strong class="l">juplo</strong></h1>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <main class="main" layout:fragment="maincontent">
+      <div class="pack bg cf">
+        <div class="p left">
+          <h1>hibernate4-maven-plugin</h1>
+          <p>
+            <strong>Lorem ipsum</strong> dolor
+            <a href="projects/typo.html" th:href="@{/projects/typo.html}">sit amet</a>,
+            consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
+            labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
+            <a href="projects/html-experimente.html" th:href="@{/projects/html-experimente.html}">exercitation</a>
+            ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
+            irure dolor in reprehenderit in voluptate velit esse cillum dolore
+            eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+            proident, sunt in culpa qui officia deserunt mollit anim id est
+            laborum.
+          </p>
+        </div>
+        <div class="p right">
+          <h1>fix-swf</h1>
+          <p>
+            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+            eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
+            ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+            aliquip ex ea commodo consequat.
+          </p>
+        </div>
+      </div>
+      <div class="single">
+        <h1>accelerator</h1>
+        <p>
+          Duis aute irure dolor in
+          reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+          pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+          culpa qui officia deserunt mollit anim id est laborum.
+        </p>
+      </div>
+      <div class="pack bg cf">
+        <div class="p right">
+          <h1>jquery.openx</h1>
+          <p>
+            Duis aute irure dolor in
+            reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+            pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+            culpa qui officia deserunt mollit anim id est laborum.
+          </p>
+        </div>
+        <div class="p left">
+          <h1>Regex-Lab</h1>
+          <p>
+            Excepteur sint occaecat cupidatat non proident, sunt in
+            culpa qui officia deserunt mollit anim id est laborum.
+          </p>
+        </div>
+      </div>
+      <div class="pack cf">
+        <div class="p left">
+          <h1>jquery.openx</h1>
+          <p>
+            Duis aute irure dolor in
+            reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+            pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+            culpa qui officia deserunt mollit anim id est laborum.
+          </p>
+        </div>
+        <div class="p right">
+          <h1>Regex-Lab</h1>
+          <p>
+            Excepteur sint occaecat cupidatat non proident, sunt in
+            culpa qui officia deserunt mollit anim id est laborum.
+          </p>
+        </div>
+      </div>
+    </main>
+    <div layout:fragment="marginalcontent">
+      <aside class="m">
+        <div class="widget widget_recent_entries">
+          <h1 class="widgettitle">Recent Posts</h1>
+          <ul>
+            <li>
+              <a href="blog/article.html" th:href="@{/blog/article.html}" title="Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</a>
+            </li>
+            <li>
+              <a href="#" title="hibernate4-maven-plugin 1.0.3 released!">hibernate4-maven-plugin 1.0.3 released!</a>
+            </li>
+            <li>
+              <a href="#" title="Log out from wrong Account with maven-appengine-plugin">Log out from wrong Account with maven-appengine-plugin</a>
+            </li>
+            <li>
+              <a href="#" title="Bidirectional Association with @ElementCollection">Bidirectional Association with @ElementCollection</a>
+            </li>
+            <li>
+              <a href="#" title="hibernate4-maven-plugin 1.0.2 released!">hibernate4-maven-plugin 1.0.2 released!</a>
+            </li>
+            <li>
+              <a href="#" title="hibernate4-maven-plugin 1.0.1 released!">hibernate4-maven-plugin 1.0.1 released!</a>
+            </li>
+            <li>
+              <a href="#" title="hibernate4-maven-plugin 1.0 released!">hibernate4-maven-plugin 1.0 released!</a>
+            </li>
+            <li>
+              <a href="blog/comments.html" th:href="@{/blog/comments.html}" title="hibernate4-maven-plugin">hibernate4-maven-plugin</a>
+            </li>
+          </ul>
+        </div>
+      </aside>
+    </div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects.html b/dist/thymeleaf/projects.html
new file mode 100644 (file)
index 0000000..4737f8d
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Projects'"
+    >
+  <head>
+    <title>Projects</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><strong class="b">Projects</strong></li>
+    </ol>
+    <ul layout:fragment="submenu">
+      <li class="s sub"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+      <li class="s sub"><a href="projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
+      <li class="s"><a href="#" class="s">jquery.openx</a></li>
+      <li class="s sub"><a href="projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
+      <li class="s sub"><a href="#" class="s">accelerator</a></li>
+      <li class="s"><a href="projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
+    </ul>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/fix-swf.html b/dist/thymeleaf/projects/fix-swf.html
new file mode 100644 (file)
index 0000000..dba5d93
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Fix SWF'"
+    >
+  <head>
+    <title>Fix SWF</title>
+    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../css/screen.min.css' screen;
+      @import '../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><strong class="b">Fix SWF</strong></li>
+    </ol>
+    <ul layout:fragment="submenu">
+      <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+      <li class="s sub">
+        <strong class="s">fix-swf</strong>
+        <ul class="s active">
+          <li class="s"><a href="../projects/fix-swf/overview.html" th:href="@{/projects/fix-swf/overview.html}" class="s">Overview</a></li>
+          <li class="s"><a href="../projects/fix-swf/getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
+          <li class="s"><a href="#" class="s">FAQ</a></li>
+          <li class="s"><a href="#" class="s">Documentation</a></li>
+        </ul>
+      </li>
+      <li class="s off"><a href="#" class="s">jquery.openx</a></li>
+      <li class="s sub off"><a href="../projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
+      <li class="s sub off"><a href="#" class="s">accelerator</a></li>
+      <li class="s off"><a href="../projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
+    </ul>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/fix-swf/getting-started.html b/dist/thymeleaf/projects/fix-swf/getting-started.html
new file mode 100644 (file)
index 0000000..b4b8fb0
--- /dev/null
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Fix SWF - Getting started'"
+    >
+  <head>
+    <title>Fix SWF - Getting started</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../fix-swf.html" th:href="@{/projects/fix-swf.html}">Fix SWF</a></li>
+      <li class="b"><strong class="b">Getting Started</strong></li>
+    </ol>
+    <ul layout:fragment="submenu">
+      <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+      <li class="s sub">
+        <a href="../fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
+        <ul class="s active">
+          <li class="s"><a href="overview.html" th:href="@{/projects/fix-swf/overview.html}" class="s">Overview</a></li>
+          <li class="s"><strong class="s">Getting Started</strong></li>
+          <li class="s"><a href="#" class="s">FAQ</a></li>
+          <li class="s"><a href="#" class="s">Documentation</a></li>
+        </ul>
+      </li>
+      <li class="s off"><a href="#" class="s">jquery.openx</a></li>
+      <li class="s sub off"><a href="../html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
+      <li class="s sub off"><a href="#" class="s">accelerator</a></li>
+      <li class="s off"><a href="../typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
+    </ul>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/fix-swf/overview.html b/dist/thymeleaf/projects/fix-swf/overview.html
new file mode 100644 (file)
index 0000000..a2df3a0
--- /dev/null
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Fix SWF - Overview'"
+    >
+  <head>
+    <title>Fix SWF - Overview</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../fix-swf.html" th:href="@{/projects/fix-swf.html}">Fix SWF</a></li>
+      <li class="b"><strong class="b">Overview</strong></li>
+    </ol>
+    <ul layout:fragment="submenu">
+      <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+      <li class="s sub">
+        <a href="../fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
+        <ul class="s active">
+          <li class="s"><strong class="s">Overview</strong></li>
+          <li class="s"><a href="getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
+          <li class="s"><a href="#" class="s">FAQ</a></li>
+          <li class="s"><a href="#" class="s">Documentation</a></li>
+        </ul>
+      </li>
+      <li class="s off"><a href="#" class="s">jquery.openx</a></li>
+      <li class="s sub off"><a href="../html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
+      <li class="s sub off"><a href="#" class="s">accelerator</a></li>
+      <li class="s off"><a href="../typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
+    </ul>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente.html b/dist/thymeleaf/projects/html-experimente.html
new file mode 100644 (file)
index 0000000..77baf03
--- /dev/null
@@ -0,0 +1,176 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>HTML-Experimente</title>
+    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../css/screen.min.css' screen;
+      @import '../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><strong class="b">HTML-Experimente</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:fragment="navigation (page)">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu">
+        <span class="s">Submenu for section</span>
+        <a class="s selected" href="../projects.html" th:href="@{/projects.html}">Projects</a>
+      </h2>
+      <ul id="submenu" class="s active">
+        <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+        <li class="s sub off"><a href="../projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
+        <li class="s off"><a href="#" class="s">jquery.openx</a></li>
+        <li class="s sub">
+          <span th:switch="${page}" th:remove="tag">
+            <a th:case="${page}" href="#" th:href="@{/projects/html-experimente.html}" class="s selected">HTML-Experimente</a>
+            <strong th:case="*" class="s">HTML-Experimente</strong>
+          </span>
+          <ul class="s active">
+            <li class="s" th:switch="${page}">
+              <strong th:case="'formulare'" class="s">Formulare</strong>
+              <a th:case="*" class="s" href="formulare.html" th:href="@{/projects/html-experimente/formulare.html}">Formulare</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'symbole'" class="s">Symbol-Font</strong>
+              <a th:case="*" class="s" href="symbole.html" th:href="@{/projects/html-experimente/symbole.html}">Symbol-Font</a>
+            </li>
+            <li class="s">
+              <a class="s" href="../../404.html" th:href="@{/404.html}">404-Template</a>
+            </li>
+            <li class="s">
+              <a class="s" href="gibts-ja-gar-nicht.html" th:href="@{/projects/html-experimente/gibts-ja-gar-nicht.html}">404-Fehlerseite</a>
+            </li>
+            <li class="s">
+              <a class="s" href="../../error.html" th:href="@{/error.html}">5xx-Template</a>
+            </li>
+            <li class="s">
+              <a class="s" href="error.html" th:href="@{/projects/html-experimente/error.html}">5xx-Fehlerseite</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'fast-leer-mit-menü'" class="s">Leer, mit Menü</strong>
+              <a th:case="*" class="s" href="fast-leer-mit-menü.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü.html}">Leer, mit Menü</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'fast-leer-mit-menü-und-marginalinhalt'" class="s">Leer, mit Menü, mit Marginal</strong>
+              <a th:case="*" class="s" href="fast-leer-mit-menü-und-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html}">Leer, mit Menü, mit Marginal</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'fast-leer-kein-menü'" class="s">Leer ohne Menü</strong>
+              <a th:case="*" class="s" href="fast-leer-kein-menü.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü.html}">Leer ohne Menü</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'fast-leer-kein-menü-aber-marginalinhalt'" class="s">Leer, ohne Menü, mit Marginal</strong>
+              <a th:case="*" class="s" href="fast-leer-kein-menü-aber-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html}">Leer, ohne Menü, mit Marginal</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'fast-leer-einspaltig'" class="s">Leer, einspaltig</strong>
+              <a th:case="*" class="s" href="fast-leer-einspaltig.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig.html}">Leer, einspaltig</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'fast-leer-einspaltig-mit-marginalinhalt'" class="s">Leer, einspaltig, mit Marginal</strong>
+              <a th:case="*" class="s" href="fast-leer-einspaltig-mit-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html}">Leer, einspaltig, mit Marginal</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'breadcrumb'" class="s">Langer Breadcrumb</strong>
+              <a th:case="*" class="s" href="breadcrumb.html" th:href="@{/projects/html-experimente/breadcrumb.html}">Langer Breadcrumb</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'kein-layout'" class="s">Alle Stylings deaktiviert</strong>
+              <a th:case="*" class="s" href="kein-layout.html" th:href="@{/projects/html-experimente/kein-layout.html}">Alle Stylings deaktiviert</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'basis-layout'" class="s">Nur das Basis-Layout</strong>
+              <a th:case="*" class="s" href="basis-layout.html" th:href="@{/projects/html-experimente/basis-layout.html}">Nur das Basis-Layout</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'druck-layout'" class="s">Druck-Layout</strong>
+              <a th:case="*" class="s" href="druck-layout.html" th:href="@{/projects/html-experimente/druck-layout.html}">Druck-Layout</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'tiny'" class="s">Layout TINY</strong>
+              <a th:case="*" class="s" href="tiny.html" th:href="@{/projects/html-experimente/tiny.html}">Layout TINY</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'phone'" class="s">Layout PHONE</strong>
+              <a th:case="*" class="s" href="phone.html" th:href="@{/projects/html-experimente/phone.html}">Layout PHONE</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'tablet'" class="s">Layout Tablet</strong>
+              <a th:case="*" class="s" href="tablet.html" th:href="@{/projects/html-experimente/tablet.html}">Layout TABLET</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'seitenaufteilung'" class="s">Basis-Layout &amp; Seitenaufteilung</strong>
+              <a th:case="*" class="s" href="seitenaufteilung.html" th:href="@{/projects/html-experimente/seitenaufteilung.html}">Basis-Layout &amp; Seitenaufteilung</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'seitenkopf'" class="s">Basis-Layout &amp; Seitenkopf</strong>
+              <a th:case="*" class="s" href="seitenkopf.html" th:href="@{/projects/html-experimente/seitenkopf.html}">Basis-Layout &amp; Seitenkopf</a>
+            </li>
+            <li class="s" th:switch="${page}">
+              <strong th:case="'media-query'" class="s">Media-Query-Test (Beispiel)</strong>
+              <a th:case="*" class="s" href="testlab.html" th:href="@{/projects/html-experimente/testlab.html}">Media-Query-Test (Beispiel)</a>
+            </li>
+          </ul>
+        </li>
+        <li class="s sub off"><a href="#" class="s">accelerator</a></li>
+        <li class="s off"><a href="../projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>HTML-Elemente / spezielle Seiten</h1></header>
+      <ul>
+        <li><a href="html-experimente/formulare.html" th:href="@{/projects/html-experimente/formulare.html}">Formulare</a></li>
+        <li><a href="html-experimente/symbole.html" th:href="@{/projects/html-experimente/symbole.html}">Symbol-Font</a></li>
+        <li><a href="../404.html" th:href="@{/404.html}">404-Template</a></li>
+        <li><a href="html-experimente/gibts-ja-gar-nicht.html" th:href="@{/projects/html-experimente/gibts-ja-gar-nicht.html}">404-Fehlerseite</a></li>
+        <li><a href="../error.html" th:href="@{/error.html}">Template für andere Fehler</a></li>
+        <li><a href="html-experimente/error.html" th:href="@{/projects/html-experimente/error.html}">Fehlerseite für andere Fehler</a></li>
+      </ul>
+      <h2>Layout-Grenzfälle</h2>
+      <ul>
+        <li><a href="html-experimente/fast-leer-mit-menü.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü.html}">Fast leere Seite mit Menü</a></li>
+        <li><a href="html-experimente/fast-leer-mit-menü-und-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html}">Fast leere Seite mit Menü und Marginal-Inhalt</a></li>
+        <li><a href="html-experimente/fast-leer-kein-menü.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü.html}">Fast leere Seite ohne Menü</a></li>
+        <li><a href="html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html}">Fast leere Seite ohne Menü aber mit Marginal-Inhalt</a></li>
+        <li><a href="html-experimente/fast-leer-einspaltig.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig.html}">Fast leere einspaltige Seite</a></li>
+        <li><a href="html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html}">Fast leere einspaltige Seite mit Marginal-Inhalt</a></li>
+        <li><a href="html-experimente/breadcrumb.html" th:href="@{/projects/html-experimente/breadcrumb.html}">Seite mit sehr langem Breadcrumb</a></li>
+      </ul>
+      <h2>Layout-Variationen</h2>
+      <ul>
+        <li><a href="html-experimente/kein-layout.html" th:href="@{/projects/html-experimente/kein-layout.html}">Alle Stylings deaktiviert</a></li>
+        <li><a href="html-experimente/basis-layout.html" th:href="@{/projects/html-experimente/basis-layout.html}">Nur das Basis-Layout</a></li>
+        <li><a href="html-experimente/druck-layout.html" th:href="@{/projects/html-experimente/druck-layout.html}">Die für den Ausdruck angepasste Ansicht</a></li>
+        <li><a href="html-experimente/tiny.html" th:href="@{/projects/html-experimente/tiny.html}">Layout für sehr kleine Bildschirmgrößen</a></li>
+        <li><a href="html-experimente/phone.html" th:href="@{/projects/html-experimente/phone.html}">Layout für Smartphones</a></li>
+        <li><a href="html-experimente/tablet.html" th:href="@{/projects/html-experimente/tablet.html}">Layout für Tablets</a></li>
+      </ul>
+      <h2>Testseiten für einzelne Seiten-Bestandteile</h2>
+      <ul>
+        <li><a href="html-experimente/seitenaufteilung.html" th:href="@{/projects/html-experimente/seitenaufteilung.html}">Nur das Basis-Layout und die Seitenaufteilung</a></li>
+        <li><a href="html-experimente/seitenkopf.html" th:href="@{/projects/html-experimente/seitenkopf.html}">Nur das Basis-Layout und der Seitenkopf</a></li>
+      </ul>
+      <h2>Anderer Krams...</h2>
+      <ul>
+        <li><a href="html-experimente/testlab.html" th:href="@{/projects/html-experimente/testlab.html}">Seite mit Breiten-Markierungen für den Tests von Media-Queries (Beispiel)</a></li>
+      </ul>
+    </article>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/basis-layout.html b/dist/thymeleaf/projects/html-experimente/basis-layout.html
new file mode 100644 (file)
index 0000000..fe6fb75
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Nur das Basis-Layout'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Basis-Layout</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Nur das Basis-Layout</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('basis-layout')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/breadcrumb.html b/dist/thymeleaf/projects/html-experimente/breadcrumb.html
new file mode 100644 (file)
index 0000000..21a1f47
--- /dev/null
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Seite mit sehr langem Breadcrumb'"
+    >
+  <head>
+    <title>HTML-Experimente - Langer Breadcrumb</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Dies ist ein Seite mit einem unendlich langen Breadcrumb-Eintrag der bestimmt nicht in den vorgesehenen Platz passt</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('breadcrumb')">
+      NAVIGATION
+    </nav>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/druck-layout.html b/dist/thymeleaf/projects/html-experimente/druck-layout.html
new file mode 100644 (file)
index 0000000..45ca8a7
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Die für den Ausdruck angepasste Ansicht'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Druck-Layout</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Druck-Layout</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('druck-layout')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html b/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html
new file mode 100644 (file)
index 0000000..18a2738
--- /dev/null
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="contentclass='onecolumn'"
+    >
+  <head>
+    <title>HTML-Experimente - Fast leere einspaltige Seite mit Marginalinhalt</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Leer, einspaltig, Marginal</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Fast leere einspaltige Seite mit Marginalinhalt</h1></header>
+    </article>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html b/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html
new file mode 100644 (file)
index 0000000..86f07d1
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="contentclass='onecolumn'"
+    >
+  <head>
+    <title>HTML-Experimente - Fast leere einspaltige Seite</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Leer, einspaltig</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Fast leere einspaltige Seite</h1></header>
+    </article>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html b/dist/thymeleaf/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html
new file mode 100644 (file)
index 0000000..93c38ec
--- /dev/null
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="contentclass='nomenu'"
+    >
+  <head>
+    <title>HTML-Experimente - Fast leere Seite ohne Menü aber mit Marginalspalte</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Leer, ohne Menü, mit Marginal</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Fast leere Seite ohne Menü aber mit Marginalinhalt</h1></header>
+    </article>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/fast-leer-kein-menü.html b/dist/thymeleaf/projects/html-experimente/fast-leer-kein-menü.html
new file mode 100644 (file)
index 0000000..387236f
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="contentclass='nomenu'"
+    >
+  <head>
+    <title>HTML-Experimente - Fast leere Seite ohne Menü</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Leer, ohne Menü</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="cf">
+        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Fast leere Seite ohne Menü</h1></header>
+    </article>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html b/dist/thymeleaf/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html
new file mode 100644 (file)
index 0000000..9c24fd8
--- /dev/null
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>HTML-Experimente - Fast leere Seite mit Menü und Marginalinhalt</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Leer, mit Menü</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('fast-leer-mit-menü-und-marginalinhalt')">
+      NAVIGATION
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Fast leere Seite mit Menü und Marginalinhalt</h1></header>
+    </article>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/fast-leer-mit-menü.html b/dist/thymeleaf/projects/html-experimente/fast-leer-mit-menü.html
new file mode 100644 (file)
index 0000000..4f8c1bf
--- /dev/null
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>HTML-Experimente - Fast leere Seite mit Menü</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Leer, mit Menü</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('fast-leer-mit-menü')">
+      NAVIGATION
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Fast leere Seite mit Menü</h1></header>
+    </article>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/formulare.html b/dist/thymeleaf/projects/html-experimente/formulare.html
new file mode 100644 (file)
index 0000000..03a8514
--- /dev/null
@@ -0,0 +1,278 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>HTML-Experimente - Formulare</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Formulare</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('formulare')">
+      NAVIGATION
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Formulare</h1></header>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Anzeigetext</h2>
+        <div class="f textarea">
+          <label class="f info" for="textarea_01">Geben Sie hier Ihren Anzeigentext ein.</label>
+          <textarea class="f error" id="textarea_01" cols="50" rows="10">Eingegebener Text</textarea>
+          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Es wurde kein Text für die Anzeige eingegeben!</span>
+        </div>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Textformatierung</h2>
+        <fieldset class="f radiobutton cf">
+          <legend class="f info">
+            Die zusätzlichen Gestaltungsoptionen sind nur für das Magazin wählbar.<br />
+            Online erscheint die Anzeige als normaler Fließtext.
+          </legend>
+          <hr class="f" />
+          <div class="col2">
+            <div class="f">
+              <input class="f" id="radio_tbox_01" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_01">normaler Fließtext</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_02" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_02">Text zentriert</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_03" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_03">Text fett, Negativdruck</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_04" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_04">Text fett</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_05" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_05">Text fett und rot</label>
+            </div>
+          </div>
+          <div class="col2">
+            <div class="f">
+              <input class="f" id="radio_tbox_06" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_06">Text fett, Anzeige blau hinterlegt</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_07" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_07">Text fett, Anzeige gelb hinterlegt</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_08" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_08">Anzeige schwarz eingerahmt</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_09" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_09">Anzeige rot eingerahmt</label>
+            </div>
+          </div>
+        </fieldset>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Einspaltige Radiobuttons...</h2>
+        <fieldset class="f radiobutton">
+          <div class="f">
+            <input class="f" id="radio_tbox_b01" type="radio" name="radio_tbox" />
+            <label class="f" for="radio_tbox_b01">Dies ist eine etwas länglichere Beschreibung der auswählbaren Option</label>
+          </div>
+          <div class="f">
+            <input class="f" id="radio_tbox_b02" type="radio" name="radio_tbox" />
+            <label class="f" for="radio_tbox_b02">Option X</label>
+          </div>
+          <div class="f">
+            <input class="f" id="radio_tbox_b03" type="radio" name="radio_tbox" />
+            <label class="f" for="radio_tbox_b03">Dies ist eine sehr, sehr lange Beschreibung der auswählbaren Option - so lang, dass sie am Ende hoffentlich umbricht...</label>
+          </div>
+        </fieldset>
+        <hr class="f" />
+        <div class="f submit">
+          <input class="f" type="submit" value="&gt; zur Übersicht" />
+          <input class="f left" type="submit" value="&lt; zurück" />
+          <input class="f" type="submit" value="&gt; weiter" />
+        </div>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Bild</h2>
+        <fieldset class="f checkbox">
+          <legend class="f">
+            Du kannst Deiner Anzeige ein Bild hinzufügen.
+            Das Bild erscheint nur online.
+            Im Magazin erscheint die Kleinanzeige mit Hinweis auf das Onlinebild.
+          </legend>
+          <hr class="f" />
+          <div class="f">
+            <input class="f" id="checkbox_tbox_01" type="checkbox" name="checkbox_tbox" />
+            <label class="f" for="checkbox_tbox_01">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
+          </div>
+          <div class="f">
+            <input class="f" id="checkbox_tbox_02" type="checkbox" name="checkbox_tbox" />
+            <label class="f" for="checkbox_tbox_02">Ich habe die AGB für das Hochladen von Bildern gelesen und akzeptiere diese</label>
+          </div>
+        </fieldset>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Alleinstehende Checkbox</h2>
+        <div class="f checkbox">
+          <input class="f" id="checkbox_tbox_03" type="checkbox" name="checkbox_tbox" />
+          <label class="f" for="checkbox_tbox_03">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
+        </div>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Kundendaten</h2>
+        <p class="f required">
+          <strong class="r">Pflichtfelder</strong> sind mit einem
+          <strong class="r symbol">*</strong> markiert.
+        </p>
+        <div class="f text required">
+          <label for="text_tbox_01" class="f"><span class="required">* </span>Nachname</label>
+          <input class="f" id="text_tbox_01" type="text" value="Mustermann" />
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_02" class="f">Vorname</label>
+          <input class="f" id="text_tbox_02" type="text" value="Max" />
+        </div>
+        <div class="f select required">
+          <label for="text_tbox_03" class="f"><span class="required">* </span>Ort</label>
+          <select class="f" id="text_tbox_03">
+            <option>Dortmund</option>
+            <option>Bochum</option>
+            <option>Essen</option>
+            <option>Mönchengladbach</option>
+            <option>Oberhausen</option>
+            <option>Castrop-Rauxel</option>
+            <option>Düsseldorf</option>
+          </select>
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_04" class="f"><span class="required">* </span>Straße/Hausnr.</label>
+          <input class="f error" id="text_tbox_04" type="text" value="" />
+          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Dies ist ein Pflichtfeld!</span>
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_05" class="f"><span class="required">* </span>Postleitzahl</label>
+          <input class="f" id="text_tbox_05" type="text" value="" />
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_06" class="f">Telefon</label>
+          <input class="f" id="text_tbox_06" type="text" value="" />
+        </div>
+        <hr class="f" />
+        <div class="f submit">
+          <input class="f" type="submit" value="&gt; weiter" />
+        </div>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Anzeige regionalisieren</h2>
+        <p class="f">
+          Indem Du Deine Kleinanzeige einer Stadt zuordnest, können Interessenten
+          diese online leichter finden, wenn sie nur nach Kleinanzeigen aus
+          bestimmten Städten suchen.
+          Du kannst auch keine Stadt zuordnen, dann wird die Kleinanzeige von
+          diesen Interessenten aber auch nicht gefunden.
+        </p>
+        <hr class="f" />
+        <div class="f text">
+          <label class="f" for="city">Stadt</label>
+          <input id="city" type="text" class="f" />
+          <p class="f info">
+            Das Feld leer lassen, wenn die Anzeige nicht regionalisiert werden soll.
+          </p>
+        </div>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Ein Passwort-Eingabe-Feld</h2>
+        <div class="f text required">
+          <label for="text_tbox_05" class="f"><span class="required">* </span>Passwort</label>
+          <input class="f" id="text_tbox_05" type="password" value="t" />
+        </div>
+      </form>
+      <form class="form" action="#" method="get">
+        <h2 class="f">Lade das Bild hoch</h2>
+        <p class="f info">
+          Du kannst ein Bild im JPEG- oder PNG-Format hochladen.
+          Das Bild darf nicht größer als 8 MByte sein.
+        </p>
+        <div class="f file required">
+          <label for="file_tbox_01" class="f"><span class="required">* </span>Bild</label>
+          <input class="f" id="file_tbox_01" type="file" />
+        </div>
+        <hr class="f" />
+        <div class="f submit">
+          <input class="f" type="submit" value="&gt; Doch kein Bild" />
+          <input class="f" type="submit" value="&gt; Bild hochladen" />
+        </div>
+      </form>
+      <div class="form">
+        <h2 class="f">Antworten</h2>
+        <p class="f required">
+          <strong class="r">Pflichtfelder</strong> sind mit einem
+          <strong class="r symbol">*</strong> markiert.
+        </p>
+        <div class="f text required">
+          <label class="f" for="replyTo"><span class="required">*</span> Antwort-Adresse</label>
+          <input id="replyTo" name="replyTo" class="f" tabindex="1" type="text" value=""/>
+        </div>
+        <div class="f text required">
+          <label class="f" for="replyTo"><span class="required">*</span> Adresse wiederholen</label>
+          <input id="replyToRepeated" name="replyToRepeated" class="f" tabindex="2" type="text" value=""/>
+        </div>
+        <div class="f text required">
+          <label class="f" for="subject"><span class="required">*</span> Betreff</label>
+          <input id="subject" name="subject" class="f" tabindex="3" type="text" value=""/>
+        </div>
+        <div class="f textarea required">
+          <label class="f" for="text"><span class="required">*</span> Nachricht</label>
+          <textarea id="text" name="text" class="f" tabindex="4" rows="15" cols="20"></textarea>
+        </div>
+        <div class="f checkbox">
+          <input id="attachment1" name="attachment" class="f" tabindex="4" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_attachment" value="on"/>
+          <label class="f" for="attachment">Ich möchte eine Datei an die E-Mail anhängen.</label>
+        </div>
+        <div class="f checkbox">
+          <input id="copy1" name="copy" class="f" tabindex="5" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_copy" value="on"/>
+          <label class="f" for="copy">Ich möchte eine Kopie der Nachricht zugesendet bekommen.</label>
+        </div>
+      </div>
+      <div class="form cf">
+        <div class="col2 left">
+          <h2 class="f">Weiter mit Anmeldung</h2>
+          <div class="f text">
+            <label class="f" for="username">Benutzername</label>
+            <input class="f" name="username" id="username" type="text" tabindex="6" />
+          </div>
+          <div class="f text">
+            <label class="f" for="password">Passwort</label>
+            <input class="f" name="password" id="password" type="password" tabindex="7" />
+          </div>
+        </div>
+        <div class="col2 right">
+          <h2 class="f">Weiter ohne Anmeldung</h2>
+          <!-- <a href="/kleinanzeigen/37431/lust+.html" title="Zu schwer? Hier klicken um das Bild zu wechseln!"><img src="/img/captcha.jpg" alt="Captcha" width="120" height="60" /></a> -->
+          <div class="f captcha cf">
+            <span class="f">Was steht da?</span>
+            <img class="f" src="/img/captcha.jpg" alt="Captcha" width="120" height="60" />
+          </div>
+          <div class="f text">
+            <label class="f" for="captcha">Lösung</label>
+            <input class="f" name="captcha" id="captcha" type="text" tabindex="8" />
+          </div>
+        </div>
+      </div>
+    </article>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/kein-layout.html b/dist/thymeleaf/projects/html-experimente/kein-layout.html
new file mode 100644 (file)
index 0000000..19991b2
--- /dev/null
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Alle Stylings deaktiviert'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Kein Layout</title>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Alle Stylings deaktiviert</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('kein-layout')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/phone.html b/dist/thymeleaf/projects/html-experimente/phone.html
new file mode 100644 (file)
index 0000000..00b4766
--- /dev/null
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Layout für Smartphones'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Layout PHONE</title>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/phone.css" th:href="@{/css/phone.css}"/>
+    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Layout PHONE</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('phone')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/seitenaufteilung.html b/dist/thymeleaf/projects/html-experimente/seitenaufteilung.html
new file mode 100644 (file)
index 0000000..592764e
--- /dev/null
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Nur das Basis-Layout und die Seitenaufteiltung'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Basis-Layout &amp; Seitenaufteilung</title>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/seitenaufteilung.css" th:href="@{/css/seitenaufteilung.css}"/>
+    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Basis-Layout &amp; Seitenaufteilung</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('seitenaufteilung')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/seitenkopf.html b/dist/thymeleaf/projects/html-experimente/seitenkopf.html
new file mode 100644 (file)
index 0000000..e94d6c6
--- /dev/null
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Nur das Basis-Layout und die Seitenaufteiltung'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Basis-Layout &amp; Seitenkopf</title>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/seitenkopf.css" th:href="@{/css/seitenkopf.css}"/>
+    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Basis-Layout &amp; Seitenkopf</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('seitenkopf')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/symbole.html b/dist/thymeleaf/projects/html-experimente/symbole.html
new file mode 100644 (file)
index 0000000..451f81a
--- /dev/null
@@ -0,0 +1,425 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>HTML-Experimente - Symbol-Font</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Symbol-Font</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('symbole')">
+      NAVIGATION
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1>Symbol-Font</h1></header>
+      <h2>100%</h2>
+      <div class="symbols">
+        <span class="e600">&#xe600;</span>
+        <span class="e601">&#xe601;</span>
+        <span class="e602">&#xe602;</span>
+        <span class="e603">&#xe603;</span>
+        <span class="e604">&#xe604;</span>
+        <span class="e605">&#xe605;</span>
+        <span class="e606">&#xe606;</span>
+        <span class="e607">&#xe607;</span>
+        <span class="e608">&#xe608;</span>
+        <span class="e609">&#xe609;</span>
+        <span class="e60a">&#xe60a;</span>
+        <span class="e60b">&#xe60b;</span>
+        <span class="e60c">&#xe60c;</span>
+        <span class="e60d">&#xe60d;</span>
+        <span class="e60e">&#xe60e;</span>
+        <span class="e60f">&#xe60f;</span>
+        <span class="e610">&#xe610;</span>
+        <span class="e611">&#xe611;</span>
+        <span class="e612">&#xe612;</span>
+        <span class="e613">&#xe613;</span>
+        <span class="e614">&#xe614;</span>
+        <span class="e615">&#xe615;</span>
+        <span class="e616">&#xe616;</span>
+        <span class="e617">&#xe617;</span>
+        <span class="e618">&#xe618;</span>
+        <span class="e619">&#xe619;</span>
+        <span class="e61a">&#xe61a;</span>
+        <span class="e61b">&#xe61b;</span>
+        <span class="e61c">&#xe61c;</span>
+        <span class="e61d">&#xe61d;</span>
+        <span class="e61e">&#xe61e;</span>
+        <span class="e61f">&#xe61f;</span>
+        <span class="e620">&#xe620;</span>
+        <span class="e621">&#xe621;</span>
+        <span class="e622">&#xe622;</span>
+        <span class="e623">&#xe623;</span>
+        <span class="e624">&#xe624;</span>
+        <span class="e625">&#xe625;</span>
+        <span class="e626">&#xe626;</span>
+        <span class="e627">&#xe627;</span>
+        <span class="e628">&#xe628;</span>
+        <span class="e629">&#xe629;</span>
+        <span class="e62a">&#xe62a;</span>
+        <span class="e62b">&#xe62b;</span>
+        <span class="e62c">&#xe62c;</span>
+        <span class="e62d">&#xe62d;</span>
+        <span class="e62e">&#xe62e;</span>
+        <span class="e62f">&#xe62f;</span>
+        <span class="e630">&#xe630;</span>
+        <span class="e631">&#xe631;</span>
+        <span class="e632">&#xe632;</span>
+        <span class="e633">&#xe633;</span>
+        <span class="e634">&#xe634;</span>
+        <span class="e635">&#xe635;</span>
+        <span class="e636">&#xe636;</span>
+        <span class="e637">&#xe637;</span>
+        <span class="e638">&#xe638;</span>
+        <span class="e639">&#xe639;</span>
+        <span class="e63a">&#xe63a;</span>
+        <span class="e63b">&#xe63b;</span>
+        <span class="e63c">&#xe63c;</span>
+        <span class="e63d">&#xe63d;</span>
+        <span class="e63e">&#xe63e;</span>
+        <span class="e63f">&#xe63f;</span>
+        <span class="e640">&#xe640;</span>
+        <span class="e641">&#xe641;</span>
+        <span class="e642">&#xe642;</span>
+        <span class="e643">&#xe643;</span>
+        <span class="e644">&#xe644;</span>
+        <span class="e645">&#xe645;</span>
+        <span class="e646">&#xe646;</span>
+        <span class="e647">&#xe647;</span>
+        <span class="e648">&#xe648;</span>
+        <span class="e649">&#xe649;</span>
+        <span class="e64a">&#xe64a;</span>
+        <span class="e64b">&#xe64b;</span>
+      </div>
+      <h2>200%</h2>
+      <div class="symbols" style="font-size: 200%; line-height: 1.5em">
+        <span class="e600">&#xe600;</span>
+        <span class="e601">&#xe601;</span>
+        <span class="e602">&#xe602;</span>
+        <span class="e603">&#xe603;</span>
+        <span class="e604">&#xe604;</span>
+        <span class="e605">&#xe605;</span>
+        <span class="e606">&#xe606;</span>
+        <span class="e607">&#xe607;</span>
+        <span class="e608">&#xe608;</span>
+        <span class="e609">&#xe609;</span>
+        <span class="e60a">&#xe60a;</span>
+        <span class="e60b">&#xe60b;</span>
+        <span class="e60c">&#xe60c;</span>
+        <span class="e60d">&#xe60d;</span>
+        <span class="e60e">&#xe60e;</span>
+        <span class="e60f">&#xe60f;</span>
+        <span class="e610">&#xe610;</span>
+        <span class="e611">&#xe611;</span>
+        <span class="e612">&#xe612;</span>
+        <span class="e613">&#xe613;</span>
+        <span class="e614">&#xe614;</span>
+        <span class="e615">&#xe615;</span>
+        <span class="e616">&#xe616;</span>
+        <span class="e617">&#xe617;</span>
+        <span class="e618">&#xe618;</span>
+        <span class="e619">&#xe619;</span>
+        <span class="e61a">&#xe61a;</span>
+        <span class="e61b">&#xe61b;</span>
+        <span class="e61c">&#xe61c;</span>
+        <span class="e61d">&#xe61d;</span>
+        <span class="e61e">&#xe61e;</span>
+        <span class="e61f">&#xe61f;</span>
+        <span class="e620">&#xe620;</span>
+        <span class="e621">&#xe621;</span>
+        <span class="e622">&#xe622;</span>
+        <span class="e623">&#xe623;</span>
+        <span class="e624">&#xe624;</span>
+        <span class="e625">&#xe625;</span>
+        <span class="e626">&#xe626;</span>
+        <span class="e627">&#xe627;</span>
+        <span class="e628">&#xe628;</span>
+        <span class="e629">&#xe629;</span>
+        <span class="e62a">&#xe62a;</span>
+        <span class="e62b">&#xe62b;</span>
+        <span class="e62c">&#xe62c;</span>
+        <span class="e62d">&#xe62d;</span>
+        <span class="e62e">&#xe62e;</span>
+        <span class="e62f">&#xe62f;</span>
+        <span class="e630">&#xe630;</span>
+        <span class="e631">&#xe631;</span>
+        <span class="e632">&#xe632;</span>
+        <span class="e633">&#xe633;</span>
+        <span class="e634">&#xe634;</span>
+        <span class="e635">&#xe635;</span>
+        <span class="e636">&#xe636;</span>
+        <span class="e637">&#xe637;</span>
+        <span class="e638">&#xe638;</span>
+        <span class="e639">&#xe639;</span>
+        <span class="e63a">&#xe63a;</span>
+        <span class="e63b">&#xe63b;</span>
+        <span class="e63c">&#xe63c;</span>
+        <span class="e63d">&#xe63d;</span>
+        <span class="e63e">&#xe63e;</span>
+        <span class="e63f">&#xe63f;</span>
+        <span class="e640">&#xe640;</span>
+        <span class="e641">&#xe641;</span>
+        <span class="e642">&#xe642;</span>
+        <span class="e643">&#xe643;</span>
+        <span class="e644">&#xe644;</span>
+        <span class="e645">&#xe645;</span>
+        <span class="e646">&#xe646;</span>
+        <span class="e647">&#xe647;</span>
+        <span class="e648">&#xe648;</span>
+        <span class="e649">&#xe649;</span>
+        <span class="e64a">&#xe64a;</span>
+        <span class="e64b">&#xe64b;</span>
+      </div>
+      <h2>300%</h2>
+      <div class="symbols" style="font-size: 300%; line-height: 1.5em">
+        <span class="e600">&#xe600;</span>
+        <span class="e601">&#xe601;</span>
+        <span class="e602">&#xe602;</span>
+        <span class="e603">&#xe603;</span>
+        <span class="e604">&#xe604;</span>
+        <span class="e605">&#xe605;</span>
+        <span class="e606">&#xe606;</span>
+        <span class="e607">&#xe607;</span>
+        <span class="e608">&#xe608;</span>
+        <span class="e609">&#xe609;</span>
+        <span class="e60a">&#xe60a;</span>
+        <span class="e60b">&#xe60b;</span>
+        <span class="e60c">&#xe60c;</span>
+        <span class="e60d">&#xe60d;</span>
+        <span class="e60e">&#xe60e;</span>
+        <span class="e60f">&#xe60f;</span>
+        <span class="e610">&#xe610;</span>
+        <span class="e611">&#xe611;</span>
+        <span class="e612">&#xe612;</span>
+        <span class="e613">&#xe613;</span>
+        <span class="e614">&#xe614;</span>
+        <span class="e615">&#xe615;</span>
+        <span class="e616">&#xe616;</span>
+        <span class="e617">&#xe617;</span>
+        <span class="e618">&#xe618;</span>
+        <span class="e619">&#xe619;</span>
+        <span class="e61a">&#xe61a;</span>
+        <span class="e61b">&#xe61b;</span>
+        <span class="e61c">&#xe61c;</span>
+        <span class="e61d">&#xe61d;</span>
+        <span class="e61e">&#xe61e;</span>
+        <span class="e61f">&#xe61f;</span>
+        <span class="e620">&#xe620;</span>
+        <span class="e621">&#xe621;</span>
+        <span class="e622">&#xe622;</span>
+        <span class="e623">&#xe623;</span>
+        <span class="e624">&#xe624;</span>
+        <span class="e625">&#xe625;</span>
+        <span class="e626">&#xe626;</span>
+        <span class="e627">&#xe627;</span>
+        <span class="e628">&#xe628;</span>
+        <span class="e629">&#xe629;</span>
+        <span class="e62a">&#xe62a;</span>
+        <span class="e62b">&#xe62b;</span>
+        <span class="e62c">&#xe62c;</span>
+        <span class="e62d">&#xe62d;</span>
+        <span class="e62e">&#xe62e;</span>
+        <span class="e62f">&#xe62f;</span>
+        <span class="e630">&#xe630;</span>
+        <span class="e631">&#xe631;</span>
+        <span class="e632">&#xe632;</span>
+        <span class="e633">&#xe633;</span>
+        <span class="e634">&#xe634;</span>
+        <span class="e635">&#xe635;</span>
+        <span class="e636">&#xe636;</span>
+        <span class="e637">&#xe637;</span>
+        <span class="e638">&#xe638;</span>
+        <span class="e639">&#xe639;</span>
+        <span class="e63a">&#xe63a;</span>
+        <span class="e63b">&#xe63b;</span>
+        <span class="e63c">&#xe63c;</span>
+        <span class="e63d">&#xe63d;</span>
+        <span class="e63e">&#xe63e;</span>
+        <span class="e63f">&#xe63f;</span>
+        <span class="e640">&#xe640;</span>
+        <span class="e641">&#xe641;</span>
+        <span class="e642">&#xe642;</span>
+        <span class="e643">&#xe643;</span>
+        <span class="e644">&#xe644;</span>
+        <span class="e645">&#xe645;</span>
+        <span class="e646">&#xe646;</span>
+        <span class="e647">&#xe647;</span>
+        <span class="e648">&#xe648;</span>
+        <span class="e649">&#xe649;</span>
+        <span class="e64a">&#xe64a;</span>
+        <span class="e64b">&#xe64b;</span>
+      </div>
+      <h2>400%</h2>
+      <div class="symbols" style="font-size: 400%; line-height: 1.5em">
+        <span class="e600">&#xe600;</span>
+        <span class="e601">&#xe601;</span>
+        <span class="e602">&#xe602;</span>
+        <span class="e603">&#xe603;</span>
+        <span class="e604">&#xe604;</span>
+        <span class="e605">&#xe605;</span>
+        <span class="e606">&#xe606;</span>
+        <span class="e607">&#xe607;</span>
+        <span class="e608">&#xe608;</span>
+        <span class="e609">&#xe609;</span>
+        <span class="e60a">&#xe60a;</span>
+        <span class="e60b">&#xe60b;</span>
+        <span class="e60c">&#xe60c;</span>
+        <span class="e60d">&#xe60d;</span>
+        <span class="e60e">&#xe60e;</span>
+        <span class="e60f">&#xe60f;</span>
+        <span class="e610">&#xe610;</span>
+        <span class="e611">&#xe611;</span>
+        <span class="e612">&#xe612;</span>
+        <span class="e613">&#xe613;</span>
+        <span class="e614">&#xe614;</span>
+        <span class="e615">&#xe615;</span>
+        <span class="e616">&#xe616;</span>
+        <span class="e617">&#xe617;</span>
+        <span class="e618">&#xe618;</span>
+        <span class="e619">&#xe619;</span>
+        <span class="e61a">&#xe61a;</span>
+        <span class="e61b">&#xe61b;</span>
+        <span class="e61c">&#xe61c;</span>
+        <span class="e61d">&#xe61d;</span>
+        <span class="e61e">&#xe61e;</span>
+        <span class="e61f">&#xe61f;</span>
+        <span class="e620">&#xe620;</span>
+        <span class="e621">&#xe621;</span>
+        <span class="e622">&#xe622;</span>
+        <span class="e623">&#xe623;</span>
+        <span class="e624">&#xe624;</span>
+        <span class="e625">&#xe625;</span>
+        <span class="e626">&#xe626;</span>
+        <span class="e627">&#xe627;</span>
+        <span class="e628">&#xe628;</span>
+        <span class="e629">&#xe629;</span>
+        <span class="e62a">&#xe62a;</span>
+        <span class="e62b">&#xe62b;</span>
+        <span class="e62c">&#xe62c;</span>
+        <span class="e62d">&#xe62d;</span>
+        <span class="e62e">&#xe62e;</span>
+        <span class="e62f">&#xe62f;</span>
+        <span class="e630">&#xe630;</span>
+        <span class="e631">&#xe631;</span>
+        <span class="e632">&#xe632;</span>
+        <span class="e633">&#xe633;</span>
+        <span class="e634">&#xe634;</span>
+        <span class="e635">&#xe635;</span>
+        <span class="e636">&#xe636;</span>
+        <span class="e637">&#xe637;</span>
+        <span class="e638">&#xe638;</span>
+        <span class="e639">&#xe639;</span>
+        <span class="e63a">&#xe63a;</span>
+        <span class="e63b">&#xe63b;</span>
+        <span class="e63c">&#xe63c;</span>
+        <span class="e63d">&#xe63d;</span>
+        <span class="e63e">&#xe63e;</span>
+        <span class="e63f">&#xe63f;</span>
+        <span class="e640">&#xe640;</span>
+        <span class="e641">&#xe641;</span>
+        <span class="e642">&#xe642;</span>
+        <span class="e643">&#xe643;</span>
+        <span class="e644">&#xe644;</span>
+        <span class="e645">&#xe645;</span>
+        <span class="e646">&#xe646;</span>
+        <span class="e647">&#xe647;</span>
+        <span class="e648">&#xe648;</span>
+        <span class="e649">&#xe649;</span>
+        <span class="e64a">&#xe64a;</span>
+        <span class="e64b">&#xe64b;</span>
+      </div>
+      <h2>500%</h2>
+      <div class="symbols" style="font-size: 500%; line-height: 1.5em">
+        <span class="e600">&#xe600;</span>
+        <span class="e601">&#xe601;</span>
+        <span class="e602">&#xe602;</span>
+        <span class="e603">&#xe603;</span>
+        <span class="e604">&#xe604;</span>
+        <span class="e605">&#xe605;</span>
+        <span class="e606">&#xe606;</span>
+        <span class="e607">&#xe607;</span>
+        <span class="e608">&#xe608;</span>
+        <span class="e609">&#xe609;</span>
+        <span class="e60a">&#xe60a;</span>
+        <span class="e60b">&#xe60b;</span>
+        <span class="e60c">&#xe60c;</span>
+        <span class="e60d">&#xe60d;</span>
+        <span class="e60e">&#xe60e;</span>
+        <span class="e60f">&#xe60f;</span>
+        <span class="e610">&#xe610;</span>
+        <span class="e611">&#xe611;</span>
+        <span class="e612">&#xe612;</span>
+        <span class="e613">&#xe613;</span>
+        <span class="e614">&#xe614;</span>
+        <span class="e615">&#xe615;</span>
+        <span class="e616">&#xe616;</span>
+        <span class="e617">&#xe617;</span>
+        <span class="e618">&#xe618;</span>
+        <span class="e619">&#xe619;</span>
+        <span class="e61a">&#xe61a;</span>
+        <span class="e61b">&#xe61b;</span>
+        <span class="e61c">&#xe61c;</span>
+        <span class="e61d">&#xe61d;</span>
+        <span class="e61e">&#xe61e;</span>
+        <span class="e61f">&#xe61f;</span>
+        <span class="e620">&#xe620;</span>
+        <span class="e621">&#xe621;</span>
+        <span class="e622">&#xe622;</span>
+        <span class="e623">&#xe623;</span>
+        <span class="e624">&#xe624;</span>
+        <span class="e625">&#xe625;</span>
+        <span class="e626">&#xe626;</span>
+        <span class="e627">&#xe627;</span>
+        <span class="e628">&#xe628;</span>
+        <span class="e629">&#xe629;</span>
+        <span class="e62a">&#xe62a;</span>
+        <span class="e62b">&#xe62b;</span>
+        <span class="e62c">&#xe62c;</span>
+        <span class="e62d">&#xe62d;</span>
+        <span class="e62e">&#xe62e;</span>
+        <span class="e62f">&#xe62f;</span>
+        <span class="e630">&#xe630;</span>
+        <span class="e631">&#xe631;</span>
+        <span class="e632">&#xe632;</span>
+        <span class="e633">&#xe633;</span>
+        <span class="e634">&#xe634;</span>
+        <span class="e635">&#xe635;</span>
+        <span class="e636">&#xe636;</span>
+        <span class="e637">&#xe637;</span>
+        <span class="e638">&#xe638;</span>
+        <span class="e639">&#xe639;</span>
+        <span class="e63a">&#xe63a;</span>
+        <span class="e63b">&#xe63b;</span>
+        <span class="e63c">&#xe63c;</span>
+        <span class="e63d">&#xe63d;</span>
+        <span class="e63e">&#xe63e;</span>
+        <span class="e63f">&#xe63f;</span>
+        <span class="e640">&#xe640;</span>
+        <span class="e641">&#xe641;</span>
+        <span class="e642">&#xe642;</span>
+        <span class="e643">&#xe643;</span>
+        <span class="e644">&#xe644;</span>
+        <span class="e645">&#xe645;</span>
+        <span class="e646">&#xe646;</span>
+        <span class="e647">&#xe647;</span>
+        <span class="e648">&#xe648;</span>
+        <span class="e649">&#xe649;</span>
+        <span class="e64a">&#xe64a;</span>
+        <span class="e64b">&#xe64b;</span>
+      </div>
+    </article>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/tablet.html b/dist/thymeleaf/projects/html-experimente/tablet.html
new file mode 100644 (file)
index 0000000..8274921
--- /dev/null
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Layout für Tablets'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Layout TABLET</title>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/tablet.css" th:href="@{/css/tablet.css}"/>
+    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Layout TABLET</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('tablet')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/testlab.html b/dist/thymeleaf/projects/html-experimente/testlab.html
new file mode 100644 (file)
index 0000000..0d99216
--- /dev/null
@@ -0,0 +1,269 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/testlab"
+    th:with="title='Media-Query-Test: BEISPIEL'"
+    >
+  <head>
+    <title>HTML-Experimente - Media-Query-Test: BEISPIEL</title>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../../css/screen.min.css' screen;
+      @import '../../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <div layout:fragment="content" th:remove="tag">
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Anzeigetext</h2>
+        <div class="f textarea">
+          <label class="f info" for="textarea_01">Geben Sie hier Ihren Anzeigentext ein.</label>
+          <textarea class="f error" id="textarea_01" cols="50" rows="10">Eingegebener Text</textarea>
+          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Es wurde kein Text für die Anzeige eingegeben!</span>
+        </div>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Textformatierung</h2>
+        <fieldset class="f radiobutton cf">
+          <legend class="f info">
+            Die zusätzlichen Gestaltungsoptionen sind nur für das Magazin wählbar.<br />
+            Online erscheint die Anzeige als normaler Fließtext.
+          </legend>
+          <hr class="f" />
+          <div class="col2">
+            <div class="f">
+              <input class="f" id="radio_tbox_01" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_01">normaler Fließtext</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_02" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_02">Text zentriert</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_03" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_03">Text fett, Negativdruck</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_04" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_04">Text fett</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_05" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_05">Text fett und rot</label>
+            </div>
+          </div>
+          <div class="col2">
+            <div class="f">
+              <input class="f" id="radio_tbox_06" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_06">Text fett, Anzeige blau hinterlegt</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_07" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_07">Text fett, Anzeige gelb hinterlegt</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_08" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_08">Anzeige schwarz eingerahmt</label>
+            </div>
+            <div class="f">
+              <input class="f" id="radio_tbox_09" type="radio" name="radio_tbox" />
+              <label class="f" for="radio_tbox_09">Anzeige rot eingerahmt</label>
+            </div>
+          </div>
+        </fieldset>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Einspaltige Radiobuttons...</h2>
+        <fieldset class="f radiobutton">
+          <div class="f">
+            <input class="f" id="radio_tbox_b01" type="radio" name="radio_tbox" />
+            <label class="f" for="radio_tbox_b01">Dies ist eine etwas länglichere Beschreibung der auswählbaren Option</label>
+          </div>
+          <div class="f">
+            <input class="f" id="radio_tbox_b02" type="radio" name="radio_tbox" />
+            <label class="f" for="radio_tbox_b02">Option X</label>
+          </div>
+          <div class="f">
+            <input class="f" id="radio_tbox_b03" type="radio" name="radio_tbox" />
+            <label class="f" for="radio_tbox_b03">Dies ist eine sehr, sehr lange Beschreibung der auswählbaren Option - so lang, dass sie am Ende hoffentlich umbricht...</label>
+          </div>
+        </fieldset>
+        <hr class="f" />
+        <div class="f submit">
+          <input class="f" type="submit" value="&gt; zur Übersicht" />
+          <input class="f left" type="submit" value="&lt; zurück" />
+          <input class="f" type="submit" value="&gt; weiter" />
+        </div>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Bild</h2>
+        <fieldset class="f checkbox">
+          <legend class="f">
+            Du kannst Deiner Anzeige ein Bild hinzufügen.
+            Das Bild erscheint nur online.
+            Im Magazin erscheint die Kleinanzeige mit Hinweis auf das Onlinebild.
+          </legend>
+          <hr class="f" />
+          <div class="f">
+            <input class="f" id="checkbox_tbox_01" type="checkbox" name="checkbox_tbox" />
+            <label class="f" for="checkbox_tbox_01">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
+          </div>
+          <div class="f">
+            <input class="f" id="checkbox_tbox_02" type="checkbox" name="checkbox_tbox" />
+            <label class="f" for="checkbox_tbox_02">Ich habe die AGB für das Hochladen von Bildern gelesen und akzeptiere diese</label>
+          </div>
+        </fieldset>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Alleinstehende Checkbox</h2>
+        <div class="f checkbox">
+          <input class="f" id="checkbox_tbox_03" type="checkbox" name="checkbox_tbox" />
+          <label class="f" for="checkbox_tbox_03">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
+        </div>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Kundendaten</h2>
+        <p class="f required">
+          <strong class="r">Pflichtfelder</strong> sind mit einem
+          <strong class="r symbol">*</strong> markiert.
+        </p>
+        <div class="f text required">
+          <label for="text_tbox_01" class="f"><span class="required">* </span>Nachname</label>
+          <input class="f" id="text_tbox_01" type="text" value="Mustermann" />
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_02" class="f">Vorname</label>
+          <input class="f" id="text_tbox_02" type="text" value="Max" />
+        </div>
+        <div class="f select required">
+          <label for="text_tbox_03" class="f"><span class="required">* </span>Ort</label>
+          <select class="f" id="text_tbox_03">
+            <option>Dortmund</option>
+            <option>Bochum</option>
+            <option>Essen</option>
+            <option>Mönchengladbach</option>
+            <option>Oberhausen</option>
+            <option>Castrop-Rauxel</option>
+            <option>Düsseldorf</option>
+          </select>
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_04" class="f"><span class="required">* </span>Straße/Hausnr.</label>
+          <input class="f error" id="text_tbox_04" type="text" value="" />
+          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Dies ist ein Pflichtfeld!</span>
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_05" class="f"><span class="required">* </span>Postleitzahl</label>
+          <input class="f" id="text_tbox_05" type="text" value="" />
+        </div>
+        <div class="f text required">
+          <label for="text_tbox_06" class="f">Telefon</label>
+          <input class="f" id="text_tbox_06" type="text" value="" />
+        </div>
+        <hr class="f" />
+        <div class="f submit">
+          <input class="f" type="submit" value="&gt; weiter" />
+        </div>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Anzeige regionalisieren</h2>
+        <p class="f">
+          Indem Du Deine Kleinanzeige einer Stadt zuordnest, können Interessenten
+          diese online leichter finden, wenn sie nur nach Kleinanzeigen aus
+          bestimmten Städten suchen.
+          Du kannst auch keine Stadt zuordnen, dann wird die Kleinanzeige von
+          diesen Interessenten aber auch nicht gefunden.
+        </p>
+        <hr class="f" />
+        <div class="f text">
+          <label class="f" for="city">Stadt</label>
+          <input id="city" type="text" class="f" />
+          <p class="f info">
+            Das Feld leer lassen, wenn die Anzeige nicht regionalisiert werden soll.
+          </p>
+        </div>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Ein Passwort-Eingabe-Feld</h2>
+        <div class="f text required">
+          <label for="text_tbox_05" class="f"><span class="required">* </span>Passwort</label>
+          <input class="f" id="text_tbox_05" type="password" value="t" />
+        </div>
+      </form>
+      <form class="testlab form" action="#" method="get">
+        <h2 class="f">Lade das Bild hoch</h2>
+        <p class="f info">
+          Du kannst ein Bild im JPEG- oder PNG-Format hochladen.
+          Das Bild darf nicht größer als 8 MByte sein.
+        </p>
+        <div class="f file required">
+          <label for="file_tbox_01" class="f"><span class="required">* </span>Bild</label>
+          <input class="f" id="file_tbox_01" type="file" />
+        </div>
+        <hr class="f" />
+        <div class="f submit">
+          <input class="f" type="submit" value="&gt; Doch kein Bild" />
+          <input class="f" type="submit" value="&gt; Bild hochladen" />
+        </div>
+      </form>
+      <div class="testlab form">
+        <h2 class="f">Antworten</h2>
+        <p class="f required">
+          <strong class="r">Pflichtfelder</strong> sind mit einem
+          <strong class="r symbol">*</strong> markiert.
+        </p>
+        <div class="f text required">
+          <label class="f" for="replyTo"><span class="required">*</span> Antwort-Adresse</label>
+          <input id="replyTo" name="replyTo" class="f" tabindex="1" type="text" value=""/>
+        </div>
+        <div class="f text required">
+          <label class="f" for="replyTo"><span class="required">*</span> Adresse wiederholen</label>
+          <input id="replyToRepeated" name="replyToRepeated" class="f" tabindex="2" type="text" value=""/>
+        </div>
+        <div class="f text required">
+          <label class="f" for="subject"><span class="required">*</span> Betreff</label>
+          <input id="subject" name="subject" class="f" tabindex="3" type="text" value=""/>
+        </div>
+        <div class="f textarea required">
+          <label class="f" for="text"><span class="required">*</span> Nachricht</label>
+          <textarea id="text" name="text" class="f" tabindex="4" rows="15" cols="20"></textarea>
+        </div>
+        <div class="f checkbox">
+          <input id="attachment1" name="attachment" class="f" tabindex="4" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_attachment" value="on"/>
+          <label class="f" for="attachment">Ich möchte eine Datei an die E-Mail anhängen.</label>
+        </div>
+        <div class="f checkbox">
+          <input id="copy1" name="copy" class="f" tabindex="5" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_copy" value="on"/>
+          <label class="f" for="copy">Ich möchte eine Kopie der Nachricht zugesendet bekommen.</label>
+        </div>
+      </div>
+      <div class="testlab form cf">
+        <div class="col2 left">
+          <h2 class="f">Weiter mit Anmeldung</h2>
+          <div class="f text">
+            <label class="f" for="username">Benutzername</label>
+            <input class="f" name="username" id="username" type="text" tabindex="6" />
+          </div>
+          <div class="f text">
+            <label class="f" for="password">Passwort</label>
+            <input class="f" name="password" id="password" type="password" tabindex="7" />
+          </div>
+        </div>
+        <div class="col2 right">
+          <h2 class="f">Weiter ohne Anmeldung</h2>
+          <!-- <a href="/kleinanzeigen/37431/lust+.html" title="Zu schwer? Hier klicken um das Bild zu wechseln!"><img src="/img/captcha.jpg" alt="Captcha" width="120" height="60" /></a> -->
+          <div class="f captcha cf">
+            <span class="f">Was steht da?</span>
+            <img class="f" src="/img/captcha.jpg" alt="Captcha" width="120" height="60" />
+          </div>
+          <div class="f text">
+            <label class="f" for="captcha">Lösung</label>
+            <input class="f" name="captcha" id="captcha" type="text" tabindex="8" />
+          </div>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/html-experimente/tiny.html b/dist/thymeleaf/projects/html-experimente/tiny.html
new file mode 100644 (file)
index 0000000..7cfbf3b
--- /dev/null
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    xmlns:th="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    th:with="title='Layout für sehr kleine Bildschirmgrößen'"
+    >
+  <head layout:fragment="head">
+    <title>HTML-Experimente - Layout TINY</title>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
+    <link rel="stylesheet" th:rel="stylesheet" type="text/css" href="../../../css/tiny.css" th:href="@{/css/tiny.css}"/>
+    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
+      <li class="b"><strong class="b">Layout TINY</strong></li>
+    </ol>
+    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('tiny')">
+      NAVIGATION
+    </nav>
+    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
+      MARGINAL-CONTENT
+    </aside>
+  </body>
+</html>
diff --git a/dist/thymeleaf/projects/typo.html b/dist/thymeleaf/projects/typo.html
new file mode 100644 (file)
index 0000000..80ccaca
--- /dev/null
@@ -0,0 +1,127 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Typography</title>
+    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../css/screen.min.css' screen;
+      @import '../../css/print.min.css' print;
+    </style>
+    <script src="../../js/prettify.js" th:src="@{/js/prettify.js}"></script>
+  </head>
+  <body onload="prettyPrint()">
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="../projects.html" th:href="@{/projects.html}">Projects</a></li>
+      <li class="b"><strong class="b">Typography</strong></li>
+    </ol>
+    <ul layout:fragment="submenu">
+      <li class="s sub"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+      <li class="s sub"><a href="../fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
+      <li class="s"><a href="#" class="s">jquery.openx</a></li>
+      <li class="s"><a href="../html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
+      <li class="s sub"><a href="#" class="s">accelerator</a></li>
+      <li class="s"><strong class="s">Typography</strong></li>
+    </ul>
+    <article layout:fragment="maincontent">
+      <header><h1>Typography</h1></header>
+      <p>
+        Lorem ipsum dolor <a href="#da">sit amet</a>, consectetur adipisicing elit,
+        sed do eiusmod <strong>tempor incididunt</strong> ut labore et dolore
+        magna aliqua. Ut enim ad minim veniam, quis nostrud
+        <a href="#dort">exercitation</a> ullamco laboris nisi ut aliquip
+        <em>ex ea</em> commodo consequat. Duis aute irure dolor in reprehenderit
+        in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+        <strong>Excepteur sint <em>occaecat</em> cupidatat non proident</strong>,
+        sunt in culpa qui officia deserunt mollit anim id est laborum.
+      </p>
+      <h2>Ein Link <a href="#link">im Titel</a></h2>
+      <p>Ein Link <a href="#link">im Text</a>.</p>
+      <h2>Normal / Italic / Bold / Bold+Italic</h2>
+      <ul>
+        <li>normal</li>
+        <li><em>italic</em></li>
+        <li><strong>bold</strong></li>
+        <li><strong><em>bold italic</em></strong></li>
+      </ul>
+      <p>
+        ÄäÖöÜüß@€¢
+        <strong>ÄäÖöÜüß@€¢</strong>
+        <em>ÄäÖöÜüß@€¢</em>
+        <strong><em>ÄäÖöÜüß@€¢</em></strong>
+      </p>
+      <h1>H1: Heading</h1>
+      <h2>H2: Heading</h2>
+      <h3>H3: Heading</h3>
+      <h4>H4: Heading</h4>
+      <h1>H1: Heading</h1>
+      <p>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
+        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+        aliquip ex ea commodo consequat. Duis aute irure dolor in
+        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+        culpa qui officia deserunt mollit anim id est laborum.
+      </p>
+      <h2>H2: Heading</h2>
+      <p>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
+        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+        aliquip ex ea commodo consequat. Duis aute irure dolor in
+        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+        culpa qui officia deserunt mollit anim id est laborum.
+      </p>
+      <h3>H3: Heading</h3>
+      <p>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
+        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+        aliquip ex ea commodo consequat. Duis aute irure dolor in
+        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+        culpa qui officia deserunt mollit anim id est laborum.
+      </p>
+      <h4>H4: Heading</h4>
+      <p>
+        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
+        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+        aliquip ex ea commodo consequat. Duis aute irure dolor in
+        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+        culpa qui officia deserunt mollit anim id est laborum.
+      </p>
+      <h1>Preformatted code</h1>
+      <p>
+        <em>Juplo Branding</em> uses
+        <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html" title="Visit prettify's README">google-code-prettify</a> for automatic
+        syntax highlighting.
+      </p>
+      <pre class="prettyprint linenums"><code class="language-xml">&lt;plugin&gt;
+  &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
+  &lt;artifactId&gt;wro4j-maven-plugin&lt;/artifactId&gt;
+  &lt;version&gt;${wro4j.version}&lt;/version&gt;
+  &lt;configuration&gt;
+    &lt;wroManagerFactory&gt;ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory&lt;/wroManagerFactory&gt;
+    &lt;cssDestinationFolder&gt;${project.build.directory}/${project.build.finalName}/css/&lt;/cssDestinationFolder&gt;
+  &lt;/configuration&gt;
+  &lt;executions&gt;
+    &lt;execution&gt;
+      &lt;phase&gt;package&lt;/phase&gt;
+      &lt;goals&gt;
+        &lt;goal&gt;run&lt;/goal&gt;
+      &lt;/goals&gt;
+    &lt;/execution&gt;
+  &lt;/executions&gt;
+&lt;/plugin&gt;
+</code></pre>
+    </article>
+  </body>
+</html>
diff --git a/dist/thymeleaf/references.html b/dist/thymeleaf/references.html
new file mode 100644 (file)
index 0000000..c8dde0e
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>References</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
+      <li class="b"><strong class="b">References</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
+      <ul id="submenu">
+        <li class="s sub off"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
+        <li class="s sub">
+          <strong class="s">References</strong>
+          <ul class="s active">
+            <li class="s sub"><span href="references/coolibri.html" th:href="@{/references/coolibri.html}" class="s">coolibri.de</span></li>
+            <li class="s"><span href="references/hibernate4-maven-plugin.html" th:href="@{/references/hibernate4-maven-plugin.html}" class="s">hibernate4-maven-plugin</span></li>
+            <li class="s sub"><span href=".html" th:href="@{/.html}" class="s"></span></li>
+            <li class="s sub"><span href=".html" th:href="@{/.html}" class="s"></span></li>
+          </ul>
+        </li>
+        <li class="s off"><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
+      </ul>
+    </nav>
+    <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/templates/fragments.html b/dist/thymeleaf/templates/fragments.html
new file mode 100644 (file)
index 0000000..ca25678
--- /dev/null
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.thymeleaf.org">
+  <head>
+    <title>Fragments</title>
+    <link rel="stylesheet" type="text/css" href="../../css/base.min.css"/>
+    <style type="text/css">
+      @import '../../css/screen.min.css' screen;
+      @import '../../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <h1>Explanation fo the german word "Impressum"</h1>
+    <hr />
+    <aside class="m" th:fragment="about">
+      <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
+      The german law enforces the so called <em>Impressum</em> to enable
+      customers to easily find out all juristically relevant informations
+      about the company, that rules a site.
+      <h1>Find out more...</h1>
+      If you just want to learn more about juplo you should better
+      <a href="../about.html" th:href="@{/about.html}" title="Learn more about juplo now">visit our about-pages</a>.
+    </aside>
+    <hr />
+    <h1>Work-in-progress-hint</h1>
+    <hr />
+    <article class="main" layout:fragment="wip(title)">
+      <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
+      <div class="wip" th:fragment="wip">
+        <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
+        <p th:include="templates/layout :: maincontent" th:remove="tag">
+          PAGE-CONTENT
+        </p>
+      </div>
+    </article>
+    <hr />
+    <h1>Marginalspalte</h1>
+    <hr />
+    <div th:fragment="marginalcontent" th:remove="tag">
+      <aside class="m">
+        <h1>Other nasty but marginal stuff</h1>
+        <p>
+          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+          eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
+          ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+          aliquip ex ea commodo consequat. Duis aute irure dolor in
+          reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+          pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+          culpa qui officia deserunt mollit anim id est laborum.
+        </p>
+      </aside>
+      <aside class="m">
+        <h1>More nasty stuff</h1>
+        <p>
+          This one is really short!
+        </p>
+      </aside>
+    </div>
+    <hr />
+  </body>
+</html>
diff --git a/dist/thymeleaf/templates/layout.html b/dist/thymeleaf/templates/layout.html
new file mode 100644 (file)
index 0000000..128bbf6
--- /dev/null
@@ -0,0 +1,161 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:th="http://www.thymeleaf.org"
+    xmlns:layout="http://www.thymeleaf.org"
+    >
+  <head th:fragment="head" layout:fragment="head">
+    <title layout:title-pattern="$DECORATOR_TITLE - $CONTENT_TITLE" th:text="'juplo'">juplo - BASISTEMPLATE</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <link rel="stylesheet" type="text/css" href="../../css/base.min.css" th:href="@{/css/base.min.css}"/>
+    <style type="text/css" th:remove="all">
+      @import '../../css/screen.min.css' screen;
+      @import '../../css/print.min.css' print;
+    </style>
+    <style type="text/css" th:inline="text">
+      @import '[[@{/css/screen.min.css}]]' screen;
+      @import '[[@{/css/print.min.css}]]' print;
+    </style>
+    <script src="../../js/prettify.js" th:src="@{/js/prettify.js}"></script>
+    <!--[if lt IE 9]>
+      <script src="../../js/html5shiv.js" th:src="@{/js/html5shiv.js}"></script>
+    <![endif]-->
+    <!--[if IE 8]>
+      <link rel="stylesheet" type="text/css" href="../../css/ie8.min.css" th:href="@{/css/ie8.min.css}"/>
+    <![endif]-->
+  </head>
+  <body id="top" class="menu" th:class="${contentclass}?:'menu'" onload="prettyPrint()">
+    <div id="page" class="cf">
+      <header id="header">
+        <h1 id="logo" layout:fragment="header"><a href="../index.html" th:href="@{/}" title="Home" class="l">juplo</a></h1>
+        <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
+        <hr class="h" />
+      </header>
+      <div id="breadcrumb">
+        <strong class="b title">You are here:</strong>
+        <ol class="b" layout:fragment="breadcrumb">
+          <!--/*-->
+          <li class="b"><a class="b" href="#">Home</a></li>
+          <li class="b"><a class="b" href="#">Projects</a></li>
+          <li class="b"><a class="b" href="#">Fix SWF</a></li>
+          <!--*/-->
+          <li class="b"><strong class="b">BREADCRUMB</strong></li>
+        </ol>
+        <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
+        <hr class="b" />
+      </div>
+      <main class="content cf">
+        <article id="content" class="main" layout:fragment="maincontent" th:class="'main'">
+          <header><h1 th:text="${title}">juplo - BASISTEMPLATE</h1></header>
+          <div th:fragment="maincontent">
+            <p>
+              <strong>Lorem ipsum</strong> dolor
+              <a href="../projects/typo.html" th:href="@{/projects/typo.html}">sit amet</a>,
+              consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
+              labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
+              <a href="#" th:href="@{/projects/html-experimente.html}">exercitation</a>
+              ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
+              irure dolor in reprehenderit in voluptate velit esse cillum dolore
+              eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
+              proident, sunt in culpa qui officia deserunt mollit anim id est
+              laborum.
+            </p>
+            <h2>Duis aute irure dolor</h2>
+            <ul>
+              <li>Operators and other mathematical stuff: -+/*</li>
+              <li>
+                Characters offten used in programming languages:
+                {(&lt;&gt;)}@$?%*#;:&amp;/\!^&#034;&#039;`~
+              </li>
+              <li>Special german characters: ÄäÖöÜü</li>
+              <li>Other special characters: @?¢§%°</li>
+            </ul>
+            <h2>Excepteur sint occaecat cupidatat</h2>
+            <p>
+              Lorem ipsum dolor <em>sit amet</em>, consectetur adipisicing elit,
+              sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+              Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
+              nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
+              reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+              pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+              culpa qui officia deserunt mollit anim id est laborum.
+            </p>
+            <p>
+              Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+              eiusmod tempor incididunt ut labore et dolore magna aliqua.
+              <strong>Ut enim ad minim veniam, quis nostrud <em>exercitation
+              ullamco</em> laboris nisi ut aliquip ex ea commodo consequat</strong>.
+              Duis aute irure dolor in reprehenderit in voluptate velit esse
+              cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
+              cupidatat non proident, sunt in culpa qui officia deserunt mollit
+              anim id est laborum.
+            </p>
+          </div>
+        </article>
+        <div class="marginal">
+          <nav id="nav" layout:fragment="navigation">
+            <hr class="n"/>
+            <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+            <h1 class="nav">Navigation</h1>
+            <h2 class="nav menu">Section-Menu</h2>
+            <ul id="menu" class="cf">
+              <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+              <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m selected">Projects</a></li>
+              <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
+            </ul>
+            <h2 class="nav submenu">
+              <span class="s">Submenu for section</span>
+              <a class="s selected" href="../projects.html" th:href="@{/projects.html}">Projects</a>
+            </h2>
+            <ul id="submenu" class="s" layout:fragment="submenu">
+              <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
+              <li class="s sub">
+                <a href="../projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
+                <ul class="s active">
+                  <li class="s"><strong class="s">Overview</strong></li>
+                  <li class="s"><a href="../projects/fix-swf/getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
+                  <li class="s"><a href="#" class="s">FAQ</a></li>
+                  <li class="s"><a href="#" class="s">Documentation</a></li>
+                </ul>
+              </li>
+              <li class="s off"><a href="#" class="s">jquery.openx</a></li>
+              <li class="s sub off"><a href="../projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
+              <li class="s sub off"><a href="#" class="s">accelerator</a></li>
+              <li class="s off"><a href="../projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
+            </ul>
+            <hr class="n"/>
+          </nav>
+          <aside class="m" layout:fragment="marginalcontent" th:remove="tag">
+          <!--/* the following  is only visible during natural templating -->
+            <h1>Other nasty but marginal stuff</h1>
+            <p>
+              Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
+              eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
+              ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+              aliquip ex ea commodo consequat. Duis aute irure dolor in
+              reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+              pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
+              culpa qui officia deserunt mollit anim id est laborum.
+            </p>
+          </aside>
+          <aside class="m">
+            <h1>More nasty stuff</h1>
+            <p>
+              This one is really short!
+            </p>
+          <!--*/-->
+          </aside>
+        </div>
+      </main>
+      <footer id="footer">
+        <hr class="f" />
+        <ul id="footerlinks" layout:fragment="footer">
+          <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
+          <li class="f"><a class="f" href="../impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
+          <li class="f about"><a class="f" href="../about.html" th:href="@{/about.html}">About</a></li>
+        </ul>
+      </footer>
+    </div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/templates/testlab.html b/dist/thymeleaf/templates/testlab.html
new file mode 100644 (file)
index 0000000..c382c60
--- /dev/null
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:th="http://www.thymeleaf.org"
+    xmlns:layout="http://www.thymeleaf.org"
+    >
+  <head>
+    <title th:replace="templates/layout :: head">juplo - TESTLABTEMPLATE</title>
+    <style type="text/css">
+
+      body {
+        margin: 0;
+        padding: 0;
+      }
+
+      .testlab
+      {
+        width: 100%;
+        text-indent: 0;
+        margin: 0 0 20px -320px;
+        background-color: #fff;
+      }
+      .testlab:after
+      {
+        content:"";
+        display:table;
+      }
+      .tl970
+      {
+        margin-left: 0px;
+        border-left: 970px solid green;
+        text-indent: -970px;
+        background-color: transparent;
+      }
+      .tl670
+      {
+        margin-left: -970px;
+        border-left: 670px solid yellow;
+        text-indent: -670px;
+        background-color: transparent;
+      }
+      .tl480
+      {
+        margin-left: -670px;
+        border-left: 480px solid orange;
+        text-indent: -480px;
+        background-color: transparent;
+      }
+      .tl320
+      {
+        margin-left: -480px;
+        border-left: 320px solid red;
+        text-indent: -320px;
+        background-color: transparent;
+      }
+    </style>
+  </head>
+  <body>
+    <h1 th:text="${title}">TESTLAB-TEMPLATE</h1>
+    <div class="testlab tl970">970px
+      <div class="testlab tl670">670px
+        <div class="testlab tl480">480px
+          <div class="testlab tl320">320px
+            <strong layout:fragment="content">CONTENT</strong>
+          </div>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/dist/thymeleaf/urheberrechte.html b/dist/thymeleaf/urheberrechte.html
new file mode 100644 (file)
index 0000000..9301d6e
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html
+    xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:layout="http://www.thymeleaf.org"
+    layout:decorator="templates/layout"
+    >
+  <head>
+    <title>Urheberrecht</title>
+    <link rel="stylesheet" type="text/css" href="../css/base.min.css"/>
+    <style type="text/css">
+      @import '../css/screen.min.css' screen;
+      @import '../css/print.min.css' print;
+    </style>
+  </head>
+  <body>
+    <ol layout:fragment="breadcrumb">
+      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
+      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
+      <li class="b"><strong class="b">Urheberrechte</strong></li>
+    </ol>
+    <nav layout:fragment="navigation">
+      <hr class="n"/>
+      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+      <h1 class="nav">Navigation</h1>
+      <h2 class="nav menu">Section-Menu</h2>
+      <ul id="menu" class="s active cf">
+        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
+        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
+        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
+      </ul>
+      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
+      <ul id="submenu">
+        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
+        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
+        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
+        <li class="s"><strong class="s">Urheberrechte</strong></li>
+        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
+        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
+      </ul>
+    </nav>
+    <article class="main" layout:fragment="maincontent">
+      <header><h1 layout:fragment="title">Urheberrechte</h1></header>
+      <p>Die auf unseren Internetseiten enthaltenen Werke und Inhalte unterstehen dem Urheberrecht. Ohne schriftliche Genehmigung des jeweiligen Erstellers oder Autors dürfen die Werke bzw. Inhalte nicht vervielfältigt, bearbeitet, verbreitet und verwertet werden. Das Herunterladen und Kopieren unserer Internetseite ist für den privaten Gebrauch erlaubt, nicht jedoch für den kommerziellen. Wir weisen darauf hin, dass hinsichtlich der Inhalte auf unserer Internetseite, soweit sie nicht von uns erstellt worden sind, das Urheberrecht von Dritten beachtet wurde. Inhalte von Dritten erhalten als solche eine Kennzeichnung von uns. Wir wären Ihnen dankbar, wenn Sie uns einen Hinweis erteilen würden, falls Sie trotzdem auf eine Urheberrechtsverletzung gestoßen sind. Wenn wir von einer solchen Urheberrechtsverletzung Kenntnis erlangen, werden wir den entsprechenden Inhalt unverzüglich entfernen.</p>
+      <p><em>Quelle: Flegl Rechtsanwälte GmbH</em></p>
+    </article>
+    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
+  </body>
+</html>
diff --git a/less/base.less b/less/base.less
new file mode 100644 (file)
index 0000000..7db4285
--- /dev/null
@@ -0,0 +1,13 @@
+@import 'variables.less';
+@import 'base/browserreset.less';
+@import 'base/fonts.less';
+@import 'base/util.less';
+@import 'base/typo.less';
+@import 'base/head.less';
+@import 'base/navigation.less';
+@import 'base/content.less';
+@import 'base/prettify.less';
+@import 'base/marginal.less';
+@import 'base/footer.less';
+@import 'base/formulare.less';
+@import 'base/404.less';
diff --git a/less/base/404.less b/less/base/404.less
new file mode 100644 (file)
index 0000000..176ae54
--- /dev/null
@@ -0,0 +1,91 @@
+.withbackground .content > .marginal > #nav
+{
+  z-index: 2;
+}
+.withbackground .content > .main
+{
+  display: block;
+}
+.withbackground .content > .main > *
+{
+  position: relative;
+  z-index: 3;
+}
+#footer
+{
+  z-index: 3;
+}
+.withbackground .content > .main > .background
+{
+  .bpreplay;
+  display: block;
+  position: absolute;
+  z-index: 1;
+  line-height: .8em;
+  height: .8em;
+  overflow: hidden;
+}
+.withbackground .content > .main > .heller
+{
+  color: @heller;
+  z-index: 2;
+}
+.withbackground .content > .main > .sehrhell
+{
+  color: @sehrhell;
+  text-shadow: .02em .01em 0 @hintergrund;
+}
+#bs1
+{
+  font-size: 2000%;
+  top: 55%;
+  left: 11%;
+}
+#bs2
+{
+  font-size: 2600%;
+  top: 30%;
+  right: -1%;
+}
+#bs3
+{
+  font-size: 5000%;
+  top: -5%;
+  right: -5%;
+}
+#bs4
+{
+  font-size: 600%;
+  top: 0;
+  left: 50%;
+}
+#bs5
+{
+  font-size: 3600%;
+  top: 13%;
+  left: 35%;
+}
+#bs6
+{
+  font-size: 2000%;
+  top: 0%;
+  left: 23%;
+}
+#bs7
+{
+  font-size: 600%;
+  top: 72%;
+  left: 5%;
+}
+#bs8
+{
+  font-size: 2200%;
+  top: 10%;
+  right: 27%;
+}
+#bs9
+{
+  font-size: 1200%;
+  bottom: 26%;
+  left: 36%;
+}
diff --git a/less/base/browserreset.less b/less/base/browserreset.less
new file mode 100644 (file)
index 0000000..9f8fc4e
--- /dev/null
@@ -0,0 +1,67 @@
+/** Browser-Reset *************************************************************/
+
+
+/** v1.0 | 20080212, s. http://meyerweb.com/eric/tools/css/reset/ */
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+       margin: 0;
+       padding: 0;
+       border: 0;
+       outline: 0;
+       font-size: 100%;
+       vertical-align: baseline;
+       background: transparent;
+}
+body {
+       line-height: 1;
+}
+ol, ul {
+       list-style: none;
+}
+blockquote, q {
+       quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+       content: '';
+       content: none;
+}
+
+/* remember to define focus styles! */
+:focus {
+       outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+ins {
+       text-decoration: none;
+}
+del {
+       text-decoration: line-through;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+       border-collapse: collapse;
+       border-spacing: 0;
+}
+
+
+/** Eigene Reset-Erweiterungen */
+
+a {
+  color: inherit;
+  text-decoration: none;
+}
+hr {
+  padding: 0;
+  margin: 0;
+}
diff --git a/less/base/content.less b/less/base/content.less
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/less/base/fonts.less b/less/base/fonts.less
new file mode 100644 (file)
index 0000000..ff87c0e
--- /dev/null
@@ -0,0 +1,112 @@
+@font-face
+{
+    font-family: 'BPreplay';
+    src: url('../fonts/BPreplay-webfont.eot');
+    src: url('../fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/BPreplay-webfont.woff') format('woff'),
+         url('../fonts/BPreplay-webfont.ttf') format('truetype'),
+         url('../fonts/BPreplay-webfont.svg#BPreplayRegular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face
+{
+    font-family: 'BPreplay';
+    src: url('../fonts/BPreplayItalics-webfont.eot');
+    src: url('../fonts/BPreplayItalics-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/BPreplayItalics-webfont.woff') format('woff'),
+         url('../fonts/BPreplayItalics-webfont.ttf') format('truetype'),
+         url('../fonts/BPreplayItalics-webfont.svg#BPreplayItalic') format('svg');
+    font-weight: normal;
+    font-style: italic;
+}
+
+@font-face
+{
+    font-family: 'BPreplay';
+    src: url('../fonts/BPreplayBold-webfont.eot');
+    src: url('../fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/BPreplayBold-webfont.woff') format('woff'),
+         url('../fonts/BPreplayBold-webfont.ttf') format('truetype'),
+         url('../fonts/BPreplayBold-webfont.svg#BPreplayBold') format('svg');
+    font-weight: bold;
+    font-style: normal;
+}
+
+@font-face
+{
+    font-family: 'BPreplay';
+    src: url('../fonts/BPreplayBoldItalics-webfont.eot');
+    src: url('../fonts/BPreplayBoldItalics-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/BPreplayBoldItalics-webfont.woff') format('woff'),
+         url('../fonts/BPreplayBoldItalics-webfont.ttf') format('truetype'),
+         url('../fonts/BPreplayBoldItalics-webfont.svg#BPreplayBoldItalic') format('svg');
+    font-weight: bold;
+    font-style: italic;
+}
+
+@font-face
+{
+    font-family: 'DroidSerif';
+    src: url('../fonts/DroidSerif-Regular-webfont.eot');
+    src: url('../fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),
+         url('../fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
+         url('../fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+@font-face
+{
+    font-family: 'DroidSerif';
+    src: url('../fonts/DroidSerif-Italic-webfont.eot');
+    src: url('../fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/DroidSerif-Italic-webfont.woff') format('woff'),
+         url('../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
+         url('../fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
+    font-weight: normal;
+    font-style: italic;
+
+}
+
+@font-face
+{
+    font-family: 'DroidSerif';
+    src: url('../fonts/DroidSerif-Bold-webfont.eot');
+    src: url('../fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/DroidSerif-Bold-webfont.woff') format('woff'),
+         url('../fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
+         url('../fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
+    font-weight: bold;
+    font-style: normal;
+
+}
+
+@font-face
+{
+    font-family: 'DroidSerif';
+    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
+    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
+         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
+         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
+    font-weight: bold;
+    font-style: italic;
+
+}
+
+@font-face
+{
+    font-family: 'symbols';
+    src: url('../fonts/symbols.eot');
+    src: url('../fonts/symbols.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/symbols.woff') format('woff'),
+         url('../fonts/symbols.ttf') format('truetype'),
+         url('../fonts/symbols.svg#symbols') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
diff --git a/less/base/footer.less b/less/base/footer.less
new file mode 100644 (file)
index 0000000..16d95a8
--- /dev/null
@@ -0,0 +1,31 @@
+#footerlinks
+{
+  .bpreplay;
+  position: relative;
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+}
+#footerlinks li.f
+{
+  font-size: 137.5%; /** 22 px */
+  float: left;
+  margin: .5em 1em 0 0;
+}
+#footerlinks #copyright
+{
+  color: @schrift;
+  margin: 0;
+  width: 100%;
+}
+#footerlinks a.f
+{
+  color: @normal;
+  border-color: @normal;
+}
+#footerlinks a.f:hover
+{
+  color: @dunkler;
+  border-color: @dunkler;
+  border-style: solid;
+}
diff --git a/less/base/formulare.less b/less/base/formulare.less
new file mode 100644 (file)
index 0000000..55a7a8a
--- /dev/null
@@ -0,0 +1,419 @@
+/** Formulare *****************************************************************/
+
+.form {
+  position: relative;
+  width: 100%;
+  overflow: hidden;
+}
+
+/** Trennlinie */
+.form hr.f {
+  border-style: none;
+  border-top-style: dashed;
+  border-color: @normal;
+  border-width: .0625em;
+  margin: .625em 0; /** 10px 0 */
+  background-color: transparent;
+}
+
+/** Text im Formular */
+.form p.f {
+  color: @schrifthell;
+}
+.form p.f,
+.form .radiobutton > legend.f,
+.form .checkbox > legend.f,
+.form .textarea > label.f {
+  display: block;
+  font-size: 87.5%; /** 14px */
+  line-height: 1.5em; /** 21px */
+  color: @schrifthell;
+  margin: .428571429em 0; /** 6px 0 */
+}
+
+/** Aufzählungen im Formular */
+.form ul.f,
+.form ol.f {
+  color: @schrifthell;
+  margin: 1em 0;
+}
+
+/** Info-Text */
+.form p.f.info,
+.form .textarea > label.f.info,
+.form .radiobutton > legend.f.info,
+.form .checkbox > legend.f.info,
+.form .textarea > label.f.info {
+  display: block;
+  font-size: 81.25%; /** 13px */
+  line-height: 1.230769231em; /** 16px */
+  font-style: italic;
+  color: @schrifthell;
+  padding: 0 0 0 1.538461538em; /** 0 0 0 20px */
+  background-image: url(../img/em.png);
+  background-repeat: no-repeat;
+  background-position: 0 1px;
+  margin-top: .461538462em; /** 6px */
+  margin-bottom: .461538462em; /** 6px */
+}
+.form .info > a {
+  display: inline-block;
+}
+
+/** Überschriften */
+.form h1.f {
+  font-size: 137.5%; /** 22px */
+  letter-spacing: .0454545em; /** 1px */
+  line-height: 1em;
+  padding: 0 0 .454545455em; /** 0 0 10px */
+  border-bottom: .090909091em solid @normal; /** 2px */
+  margin: .272727273em 0 .909090909em 0; /** 6px 0 20px 0 */
+}
+.form h2.f {
+  font-size: 100%; /** 16px */
+  letter-spacing: .0625em; /** 1px */
+  text-transform: uppercase;
+  line-height: 1.625em; /** 26px */
+  padding: 0 0 0 .125em; /** 0 0 0 2px */
+  border-bottom: .0625em solid @normal; /** 1px */
+  margin: 1.875em 0 .25em 0; /** 30px 0 4px 0 */
+}
+.form h3.f {
+/**  border-bottom: 1px dashed @normal; */
+}
+.form p.required {
+  text-indent: -999em;
+  margin: -1.785714286em 0 0 0; /** -25px 0 0 0 zu 14px */
+}
+.form p.required > strong.r {
+  display: block;
+  float: right;
+  position: relative;
+  right: -994em;
+  margin-right: 1em; /** 14px */
+  font-weight: normal;
+}
+.form p.required > strong.symbol {
+  font-size: 128.5714286%; /** 18px zu 14px */
+  margin-right: .555555em; /** 10px */
+  padding-top: .1666666em; /** 3px */
+  right: -773.11em; /** Anpassung wegen abweichender Schriftgröße nötig: 994em * 14px / 18px */
+  font-weight: 700;
+  color: @dunkel;
+}
+
+/** Fehler-Hinweise */
+.f.error {
+  color: @fehler;
+}
+span.f.error {
+  display: block;
+  position: relative;
+  font-size: 87.5%; /** 14px */
+  line-height: 1.214285714em; /** 17px */
+  padding: .571428571em; /** 8px */
+  color: @hintergrund;
+  background-color: @fehler;
+  margin: .857142857em 0 0 0; /** 12px 0 0 0 */
+}
+span.f.error > span.e {
+  display: block;
+  width: .857142857em; /** 12px */
+  height: .428571429em; /** 6px */
+  background-image: url(../img/arrow-red.gif);
+  text-indent: -9999em;
+  position: absolute;
+  top: -.428571429em; /** -6px */
+  left: 2.142857143em; /** 30px */
+}
+span.f.error > strong.e {
+  text-transform: uppercase;
+}
+
+/** Input, Select und Dateiupload mit Label */
+.form .text,
+.form .select,
+.form .file {
+  position: relative;
+  margin-bottom: .75em; /** 12px */
+}
+.form .text,
+.form .file {
+  margin-right: 10em; /** 160px */
+}
+.form .select {
+  margin-right: 9em; /** 144px */
+}
+h2.f + div.text,
+h2.f + div.select,
+h2.f + div.file,
+h2.f + div.captcha,
+p.f + div.text,
+p.f + div.select,
+p.f + div.file {
+  margin-top: 20px;
+}
+.form .text > label.f,
+.form .textarea > label.f,
+.form .select > label.f,
+.form .file > label.f,
+.form .captcha > span.f {
+  display: block;
+  position: relative;
+  font-size: 87.5%; /** 14px */
+  line-height: 1.214285714em; /** 17px */
+  padding: .571428571em 0 .571428571em 0; /** 8px 0 8px 0 */
+  color: @schrift;
+}
+.form .file > label.f {
+  padding-top: .285714286em; /** 4px */
+  padding-bottom: .285714286em; /** 4px */
+}
+.form .captcha > span.f {
+  position: absolute;
+}
+.form .required > label.f {
+  padding-left: 1em; /** 14px */
+}
+.form .required > label.f > .required {
+  display: block;
+  position: absolute;
+  font-size: 128.5714286%; /** 18px zu 14px */
+  font-weight: 700;
+  color: @dunkel;
+  top: .611111111em; /** 11px */
+  left: 0;
+}
+.form .file > label.f > .required {
+  top: .5em; /** 7px */
+}
+.form .text > input.f,
+.form .select > select.f,
+.form .file > input.f {
+  display: block;
+  width: 100%;
+  position: absolute;
+  top: 0;
+  font-size: 81.25%; /** 13px */
+  border: .076923077em solid @normal; /** 1px */
+  color: @schrift;
+  background-color: @sehrhell;
+}
+.form .text > input.f {
+  line-height: 1.307692308em; /** 17px */
+  padding: .538461538em; /** 7px */
+  right: -12.307692308em; /** -160px */
+}
+.form .select > select.f {
+  line-height: 1.230769231em; /** 16px */
+  padding: .461538462em .538461538em; /** 6px 7px */
+  right: -11.076923077em; /** -144px */
+}
+.form .file > input.f {
+  margin-left: 11.076923077em; /** 144px */
+}
+.form .captcha > img.f {
+    float: right;
+    margin-top: -.9375em; /** 15px */
+    width: 7.5em; /** 120px */
+    height: 3.75em; /** 60px */
+}
+.form .text > input.f:focus,
+.form .select > select.f:focus,
+.form .text > input.f:active,
+.form .select > select.f:active {
+  background-color: transparent;
+}
+.form .text > p.f.info,
+.form .select > p.f.info,
+.form .file > p.f.info {
+  position: relative;
+  left: 11.076923077em; /** 144px */
+}
+.form .text > span.f.error,
+.form .select > span.f.error,
+.form .file > span.f.error {
+  width: 100%;
+  margin: .857142857em 0 0 10.285714286em; /** 12px 0 0 144px zu 14(!)px*/
+}
+
+/** Textfelder */
+.form .textarea {
+  position: relative;
+  margin: 0 .6875em .75em .6875em; /** 0px 11px 12px 11px */
+}
+.form .textarea > label.f {
+  margin: .615384615em -.846153846em; /** 8px -11px */
+}
+.form .textarea > textarea.f,
+.form .textarea > div.textarea {
+  width: 100%;
+  border: .076923077em solid @normal; /** 1px */
+  color: @schrift;
+  background-color: @sehrhell;
+  padding: .769230769em; /** 10px */
+  position: relative;
+  left: -.846153846em; /** -11px */
+}
+.form .textarea > div.textarea {
+  margin: 0;
+  font-size: 87.5%; /** 14px */
+}
+.form .textarea > textarea.f:focus,
+.form .textarea > textarea.f:active {
+  background-color: transparent;
+}
+.form .textarea > span.f.error {
+  margin: .714285714em -.785714286em 0 -.785714286em; /** 10px -11px 0 -11px */
+}
+
+/** Radiobuttons und Checkboxen */
+.form .radiobutton > legend.f.info,
+.form .checkbox > legend.f.info {
+  padding: .230769231em 0 0 1.538461538em; /** 3px 0 0 20px zu 13px*/
+  background-position: 0 .230769231em; /** 0 3px */
+}
+.form .col2,
+.form .radiobutton > .col2,
+.form .checkbox > .col2 {
+  width: 48%;
+  float: left;
+}
+.form .col2.left,
+.form .radiobutton > .col2.left,
+.form .checkbox > .col2.left {
+  margin-right: 2%;
+}
+.form .col2.right,
+.form .radiobutton > .col2.right,
+.form .checkbox > .col2.right {
+  float: right;
+  margin-left: 2%;
+}
+.form div.checkbox,
+.form .radiobutton > .f,
+.form .checkbox > .f,
+.form .radiobutton > .col2 > .f,
+.form .checkbox > .col2 > .f {
+  position: relative;
+}
+.form div.checkbox > label.f,
+.form .radiobutton > .f > label.f,
+.form .checkbox > .f > label.f,
+.form .radiobutton > .col2 > .f > label.f,
+.form .checkbox > .col2 > .f > label.f {
+  display: block;
+  font-size: 87.5%; /** 14px */
+  line-height: 1.285714286em; /** 18px */
+  color: @schrift;
+  margin: .571428571em 0 .571428571em 1.428571429em; /** 8px 0 8px 20px */
+}
+.form div.checkbox > input.f,
+.form .radiobutton > .f > input.f,
+.form .checkbox > .f > input.f,
+.form .radiobutton > .col2 > .f > input.f,
+.form .checkbox > .col2 > .f > input.f {
+  position: absolute;
+  margin: .285714286em 0; /** 4px 0 */
+}
+.form div.checkbox > input.error,
+.form .radiobutton > .f > input.error,
+.form .checkbox > .f > input.error {
+  /** Wäre möglich -- konnte aber keine CSS-Eigenschaft finden, die sich rot färben ließ: der Firefox hat alles ignoriert! */
+}
+.form div.checkbox:hover > label.f,
+.form .radiobutton > .f:hover > label.f,
+.form .checkbox > .f:hover > label.f,
+.form div.checkbox:focus > label.f,
+.form .radiobutton > .f:focus > label.f,
+.form .checkbox > .f:focus > label.f,
+.form div.checkbox:active > label.f,
+.form .radiobutton > .f:active > label.f,
+.form .checkbox > .f:active > label.f,
+.form .radiobutton > .col2 > .f:hover > label.f,
+.form .checkbox > .col2 > .f:hover > label.f,
+.form .radiobutton > .col2 > .f:focus > label.f,
+.form .checkbox > .col2 > .f:focus > label.f,
+.form .radiobutton > .col2 > .f:active > label.f,
+.form .checkbox > .col2 > .f:active > label.f {
+  color: @schrift;
+}
+
+/** Sondereinstellungen für Fehler-Hervorhebungen */
+.form .text > input.error,
+.form .textarea > textarea.error,
+.form .select > select.error,
+.form .file > input.error {
+  color: @schrift;
+  font-weight: 700;
+  border-color: @fehler;
+  background-color: @fehlerhell;
+}
+
+
+/** Absende-Buttons */
+ul.buttons,
+ol.buttons {
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+  text-align: right;
+}
+ul.buttons > li.b,
+ol.buttons > li.b {
+  display: inline-block;
+  margin: 0;
+  padding: 0;
+}
+.form .submit {
+  text-align: right;
+  margin-bottom: .75em; /** 12px */
+}
+.form .submit > input.f,
+.form .submit > a.f,
+a.ln.button {
+  display: inline-block;
+  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
+  font-size: 81.25%; /** 13px */
+  letter-spacing: .076923077em; /** 1px */
+  line-height: 25px;
+  padding:0 6px;
+  height: 1.923076923em; /** 25px */
+  color: @hintergrund;
+  font-weight: 700;
+  background-color: @normal;
+  border-style: none;
+}
+.form .submit > input.f,
+.form .submit > a.f,
+ul.buttons > li.b,
+ol.buttons > li.b {
+  margin: 0 0 0 .615384615em; /** 0 0 0 8px */
+}
+a.ln.button:before {
+  content: none;
+}
+.form .submit > input.left,
+.form .submit > a.left,
+a.ln.button.left {
+  float: left;
+  margin: 0 .923076923em 0 0; /** 0 12px 0 0 */
+}
+.form .submit > input.right,
+.form .submit > a.right,
+a.ln.button.right {
+  float: right;
+  margin: 0 0 0 .923076923em; /** 0 0 0 12px */
+}
+.form .submit > input.f:hover,
+.form .submit > a.f:hover,
+a.ln.button:hover,
+.form .submit > input.f:focus,
+.form .submit > a.f:focus,
+a.ln.button:focus,
+.form .submit > a.f:active,
+.form .submit > input.f:active,
+a.ln.button:active {
+  background-color: @dunkel;
+  text-decoration: none;
+}
diff --git a/less/base/head.less b/less/base/head.less
new file mode 100644 (file)
index 0000000..3c95627
--- /dev/null
@@ -0,0 +1,26 @@
+#header
+{
+  .bpreplay;
+}
+#logo
+{
+  display: inline;
+  font-size: 400%;
+  line-height: 1.2em;
+  margin: 0;
+  padding: 0 0 0 .230769231em; /* 30px */
+  color: @normal;
+  border: none;
+  position: relative;
+  left: -.3em;
+}
+#logo a.l:hover
+{
+  color: @dunkler;
+  border-style: none;
+}
+#slogan
+{
+  display: block;
+  color: @normal;
+}
diff --git a/less/base/marginal.less b/less/base/marginal.less
new file mode 100644 (file)
index 0000000..9d12af5
--- /dev/null
@@ -0,0 +1,7 @@
+.marginal h1
+{
+  font-size: 125%; /** 20 px */
+  line-height: 1em; /** 20px */
+  margin: 1.5em 0 .5em 0; /** 30px 0 10px 0 */
+  padding: 0;
+}
diff --git a/less/base/navigation.less b/less/base/navigation.less
new file mode 100644 (file)
index 0000000..60874ab
--- /dev/null
@@ -0,0 +1,99 @@
+h2.nav
+{
+}
+#menu,
+#submenu
+{
+  .bpreplay;
+  color: @normal;
+  margin: .5em 0 1.5em 0;
+  padding: 0.25em 0.25em 0.25em 1.5em;
+  border: 1px solid @normal;
+}
+#menu li.m,
+#submenu li.s
+{
+  padding: .2em;
+}
+#menu li.m a.m,
+#submenu li.s a.s
+{
+  color: @normal;
+}
+#menu li.m a.m:hover,
+#submenu li.s a.s:hover
+{
+  color: @nochdunkler;
+}
+#menu li.m strong.m,
+#menu li.m a.m.selected,
+#menu li.m a.m:focus,
+#menu li.m a.m:active,
+#submenu li.s strong.s,
+#submenu li.s a.s.selected,
+#submenu li.s a.s:focus,
+#submenu li.s a.s:active
+{
+  color: @dunkler;
+}
+
+#breadcrumb
+{
+  .bpreplay;
+  color: @normal;
+}
+#breadcrumb strong.b.title
+{
+  float: left;
+  margin: 0 0.5em 0 0;
+}
+#breadcrumb ol.b
+{
+  display: inline;
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+}
+#breadcrumb ol.b li.b
+{
+  float: left;
+  margin: 0 0 0.5em 0.5em;
+  padding: 0;
+}
+#breadcrumb ol.b li.b:before
+{
+  content: '> ';
+}
+#breadcrumb ol.b li.b:first-child:before
+{
+  content: '';
+}
+#breadcrumb ol.b li.b strong.b
+{
+  border-bottom: 1px solid @normal;
+}
+#breadcrumb ol.b li.b a.b
+{
+  color: @normal;
+}
+#breadcrumb ol.b li.b a.b:hover,
+#breadcrumb ol.b li.b a.b:focus,
+#breadcrumb ol.b li.b a.b:active
+{
+  color: @dunkler;
+}
+#breadcrumb a.hide
+{
+  position: static;
+}
+#breadcrumb a.hide:before
+{
+  content: "";
+  display: table;
+  clear: both;
+}
+#breadcrumb hr.b
+{
+  clear: both;
+}
+
diff --git a/less/base/prettify.less b/less/base/prettify.less
new file mode 100644 (file)
index 0000000..b25145d
--- /dev/null
@@ -0,0 +1,39 @@
+/* Pretty printing styles. Used with prettify.js. */
+/* Vim sunburst theme by David Leibovic */
+
+pre .str, code .str { color: #65B042; } /* string  - green */
+pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
+pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
+pre .typ, code .typ { color: #89bdff; } /* type - light blue */
+pre .lit, code .lit { color: #3387CC; } /* literal - blue */
+pre .pun, code .pun { color: #fff; } /* punctuation - white */
+pre .pln, code .pln { color: #fff; } /* plaintext - white */
+pre .tag, code .tag { color: #89bdff; } /* html/xml tag    - light blue */
+pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name  - khaki */
+pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
+pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
+
+pre.prettyprint, code.prettyprint {
+        background-color: #000;
+        overflow-x: scroll;
+}
+
+pre.prettyprint {
+        width: 95%;
+        margin: 1em auto;
+        padding: 1em;
+        white-space: pre;
+}
+
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+   margin-top: 0;
+   margin-bottom: 0;
+   color: #AEAEAE;
+} /* IE indents via margin-left */
+
+li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9
+{
+    list-style-type: decimal;
+}
diff --git a/less/base/typo.less b/less/base/typo.less
new file mode 100644 (file)
index 0000000..8e5e603
--- /dev/null
@@ -0,0 +1,154 @@
+/** Typografische Grundeinstellungen ******************************************/
+
+body
+{
+  .droid;
+  letter-spacing: 0;
+  line-height: 1.5em;
+  padding: .5em 1em 1em 1.5em;
+  background-color: @hintergrund;
+}
+h1, h2, h3, h4, h5, h6
+{
+  .bpreplay;
+  color: @schrifthell;
+  line-height: 1.25em;
+  margin: 1.125em 0 .25em 0; /** Margin Top für h1 auf Marginalspalte abgestimmt! */
+}
+h1
+{
+  font-size: 137.5%; /** 22 px */
+  color: @normal;
+  padding: 0 0 .25em 0; /** 0 0 5px 0 */
+}
+h2
+{
+  font-size: 125%; /** 20 px */
+}
+h3
+{
+  font-size: 112.5%; /** 18px */
+}
+h4
+{
+  /** font-size: 16px */
+}
+h1 a, h2 a, h3 a, h4 a
+{
+  color: @normal;
+  border-style: none;
+}
+h1 a:hover,
+h2 a:hover,
+h3 a:hover,
+h4 a:hover
+{
+  color: @dunkler;
+  border-bottom: 1px solid @dunkler;
+}
+h1 a:focus,
+h2 a:focus,
+h3 a:focus,
+h4 a:focus,
+h1 a:active,
+h2 a:active,
+h3 a:active,
+h4 a:active
+{
+  color: @dunkel;
+  border-bottom: 1px solid @dunkel;
+}
+p
+{
+  margin: .5em 0 .5em 0;
+}
+ul, ol
+{
+  margin: .25em 0 .25em 0; /** 4px 0 4px 0 */
+  padding: 0 0 0 1em; /** 0 0 0 16px */
+}
+ul
+{
+  list-style-type: square;
+}
+ol
+{
+  list-style-type: decimal;
+  padding-left: 1.1875em; /** 19px */
+}
+li
+{
+  padding-bottom: .25em; /** 2px */
+}
+table, th, td
+{
+  padding: .1em .2em;
+}
+th, td
+{
+  font-size: 87.5%; /** 14px */
+  line-height: 1.5em; /** 20px */
+  border: .071428571em solid #000; /** 1px */
+  padding: .214285714em .5em; /** 3px 7px */
+}
+pre
+{
+  line-height: 1.2em;
+}
+code
+{
+  font-size: 120%; /** Otherwise, the font-size will be 75%, though not specified so anywhere!! */
+  line-height: 1.2em;
+}
+hr
+{
+  border: none;
+  border-top: 2px solid @normal;
+  background-color: @normal;
+  height: 1px;
+  margin: 1em 0 1em 0;
+}
+a
+{
+  color: @dunkler;
+  border-bottom: 1px dashed @dunkler;
+}
+a:hover
+{
+  color: @nochdunkler;
+  border-bottom: 1px solid @nochdunkler;
+}
+a:focus,
+a:active
+{
+  color: @dunkler;
+  border-bottom: 1px solid @dunkler;
+}
+a:visited
+{
+  border-bottom: 1px dotted @nochdunkler;
+}
+
+h2 a,
+h3 a,
+h4 a
+{
+  color: @schrifthell;
+}
+h2 a:focus,
+h2 a:active,
+h3 a:focus,
+h3 a:active,
+h4 a:focus,
+h4 a:active
+{
+  color: @normal;
+  border-bottom: 1px solid @normal;
+}
+
+.logo
+{
+  .bpreplay;
+  color: @normal;
+}
diff --git a/less/base/util.less b/less/base/util.less
new file mode 100644 (file)
index 0000000..82a4faf
--- /dev/null
@@ -0,0 +1,27 @@
+/** Allgemein nützliche Marker-Klassen */
+
+
+/** Micro Clearfix-Hack nach http://nicolasgallagher.com/micro-clearfix-hack/ */
+
+.cf:before,
+.cf:after {
+  content: "";
+  display: table;
+}
+.cf:after {
+  clear:both;
+}
+
+/** Hide helpful content in a way, that it is still accessible to screen-readers */
+.hide{
+  position: absolute;
+  left: -99999999em;
+}
+
+
+/** Symbol-Font für Vektor-Icons */
+
+.symbols
+{
+  font-family: 'symbols';
+}
diff --git a/less/ie8.less b/less/ie8.less
new file mode 100644 (file)
index 0000000..19ddbb8
--- /dev/null
@@ -0,0 +1 @@
+body {} /** cssmin fails with an empty file! */
diff --git a/less/phone/404.less b/less/phone/404.less
new file mode 100644 (file)
index 0000000..96fe274
--- /dev/null
@@ -0,0 +1,62 @@
+.withbackground .content
+{
+  position: relative;
+}
+.withbackground .content > .main
+{
+  z-index: 1;
+}
+.withbackground .content > .marginal
+{
+  position: relative;
+  z-index: 3;
+  border-top: .142857143em solid @hintergrund; /** 2px */
+}
+#bs1
+{
+  top: -3%;
+}
+#bs2
+{
+  font-size: 2000%;
+  top: 0%;
+  right: 3%;
+}
+#bs4
+{
+  top: 5%;
+  left: 57%;
+  @media (max-width: 410px)
+  {
+    display: none;
+  }
+}
+#bs6
+{
+  font-size: 1700%;
+  bottom: -10%;
+  left: 45%;
+}
+#bs7
+{
+  top: 20%;
+  left: 2%;
+  @media (max-width: 410px)
+  {
+    top: 34%;
+    left: 30%;
+  }
+}
+#bs5,
+#bs8
+{
+  display: none;
+}
+#bs9
+{
+  top: 20%;
+  @media (max-width: 410px)
+  {
+    display: none;
+  }
+}
diff --git a/less/phone/footer.less b/less/phone/footer.less
new file mode 100644 (file)
index 0000000..01a021a
--- /dev/null
@@ -0,0 +1,35 @@
+#footer > #footerlinks
+{
+  position: static;
+  border-style: none;
+}
+#footer > #footerlinks > li.about
+{
+  display: none;
+}
+#footer > #footerlinks > li.f
+{
+  color: @hintergrund;
+  line-height: 1em;
+  margin: 0 1em 0 0;
+  padding: 0 0 .5em 0;
+}
+#footer > #footerlinks > li.f > a.f
+{
+  color: @hintergrund;
+  border-color: @hintergrund;
+}
+#footer > #footerlinks > li#copyright
+{
+  position: static;
+  float: right;
+  width: auto;
+  font-size: 137.5%;
+  margin: 0;
+  @media (max-width: 229px)
+  {
+    color: @schrift;
+    flow: none;
+    width: 100%;
+  }
+}
diff --git a/less/phone/head.less b/less/phone/head.less
new file mode 100644 (file)
index 0000000..22d8101
--- /dev/null
@@ -0,0 +1,7 @@
+@media (max-width: 410px)
+{
+  #slogan
+  {
+    color: @normal;
+  }
+}
diff --git a/less/phone/layout.less b/less/phone/layout.less
new file mode 100644 (file)
index 0000000..f2c4a23
--- /dev/null
@@ -0,0 +1,218 @@
+/** Seite gesamt (Abmessungen, Aussenabstände etc.) */
+
+body
+{
+  font-size: 87.5%; /** 14px */
+  padding: 0;
+}
+#page
+{
+  position: relative;
+  overflow: hidden;
+}
+
+
+/** Seitenaufteilung mit/ohne Menü */
+
+.content > .main
+{
+  margin: 0 1em 0 2.5em;
+}
+.menu .content > .main
+{
+  border-top-style: none;
+}
+
+
+
+/** Seitenkopf positionieren */
+
+#header
+{
+  margin: .5em 1em 1em 1.25em;
+}
+#header > hr.h
+{
+  display: none;
+}
+
+
+/** Bereichsauswahl positionieren und stylen */
+
+#nav > hr.n
+{
+  display: none;
+}
+#menu
+{
+  border-style: none;
+  font-size: 125%;
+  line-height: 1.5em;
+}
+#menu
+{
+  font-size: 150%;
+  border-bottom: .125em solid @hintergrund;
+  margin-top: 0;
+  padding: .25em .25em 1em 1.5em;
+}
+#menu > li.m
+{
+  float: left;
+  @media (max-width: 359px)
+  {
+    float: none;
+  }
+  list-style-type: none;
+  padding: .25em 1em 0 0;
+}
+#menu > li.m > a.m
+{
+  color: @dunkel;
+}
+#menu > li.m > strong.m
+{
+  color: @hintergrund;
+  border-bottom: .0625em solid @hintergrund;
+}
+#menu > li.m > a.m:hover,
+#menu > li.m > a.m:focus,
+#menu > li.m > a.m:active
+{
+  color: @dunkler;
+  border-bottom: .0625em solid @dunkler;
+}
+#menu > li.m > a.m.selected
+{
+  color: @hintergrund;
+  border-bottom: .0625em dashed @hintergrund;
+}
+#menu > li.m > a.m.selected:hover,
+#menu > li.m > a.m.selected:focus,
+#menu > li.m > a.m.selected:active
+{
+  border-style: solid;
+}
+
+
+/** Navigations-Sprunglink reaktivieren und stylen */
+
+#breadcrumb
+{
+  position: absolute;
+  top: .8em;
+  right: 1.5em;
+}
+#breadcrumb > strong.b,
+#breadcrumb > ol.b,
+#breadcrumb > hr.b
+{
+  display: none;
+}
+#breadcrumb > a.hide
+{
+  display: block;
+  overflow: hidden;
+  width: 3.5em;
+  height: 3em;
+  line-height: 3em;
+  color: @normal;
+  border-style: none;
+}
+#breadcrumb > a.hide:before
+{
+  content: "";
+  font-family: 'symbols';
+  font-size: 378%; /** Vielfaches von 14px */
+  padding: 0 0 1em 0;
+  font-weight: normal;
+}
+#breadcrumb > a.hide:hover,
+#breadcrumb > a.hide:focus,
+#breadcrumb > a.hide:active
+{
+  color: @dunkler;
+}
+
+
+/** Inhalts-Sprunglink reaktivieren und stylen */
+
+#nav:target
+{
+  position: absolute;
+  top: 0;
+  right: 0;
+  left: 0;
+  padding: .6em 1em 999em 2.5em;
+  margin-bottom: -993em;
+  z-index: 5;
+  background-color: @heller;
+  #menu
+  {
+    padding-top: 0;
+    padding-bottom: .75em;
+  }
+  > a.hide
+  {
+    position: absolute;
+    left: auto;
+    top: .8em;
+    right: 1.5em;
+    display: block;
+    overflow: hidden;
+    width: 3.5em;
+    height: 3em;
+    line-height: 3em;
+    color: @hintergrund;
+    border-style: none;
+  }
+  > a.hide:before
+  {
+    content: "";
+    font-family: 'symbols';
+    font-size: 378%; /** Vielfaches von 14px */
+    padding: 0 0 1em 0;
+    margin: 0 1em 0 0;
+  }
+  > a.hide:hover,
+  > a.hide:focus,
+  > a.hide:active
+  {
+    color: @dunkler;
+  }
+}
+
+
+/** Footer positionieren */
+
+#footer
+{
+  padding: 0 1em .5em 2.5em;
+  background-color: @heller;
+}
+#footer > hr.f
+{
+  border-color: @hintergrund;
+}
+
+
+/** Marginal-Inhalte anpassen... */
+
+.marginal h1,
+.marginal h2,
+.marginal h3,
+.marginal h4
+{
+  color: @hintergrund;
+}
+
+
+/** Faux-Column-Hack für Marginalinhalte */
+
+.marginal
+{
+  margin-top: 4em;
+  margin-bottom: -993em;
+  padding: 1em 1em 999em 2.5em;
+  background-color: @heller;
+}
diff --git a/less/phone/menu.less b/less/phone/menu.less
new file mode 100644 (file)
index 0000000..83bd099
--- /dev/null
@@ -0,0 +1,6 @@
+#submenu
+{
+  border-style: none;
+  font-size: 125%;
+  line-height: 1.5em;
+}
diff --git a/less/phone/packs.less b/less/phone/packs.less
new file mode 100644 (file)
index 0000000..0114499
--- /dev/null
@@ -0,0 +1,11 @@
+.pack > .p.left,
+.pack > .p.right,
+.pack.bg > .p.left,
+.pack.bg > .p.right,
+.single,
+.single.bg
+{
+  width: auto;
+  padding-bottom: 1.5em;
+  margin: 0 0 1.5em 0;
+}
diff --git a/less/phone/typo.less b/less/phone/typo.less
new file mode 100644 (file)
index 0000000..ba61db5
--- /dev/null
@@ -0,0 +1,4 @@
+h1
+{
+  font-size: 150%; /** 24 px */
+}
diff --git a/less/print.less b/less/print.less
new file mode 100644 (file)
index 0000000..8d87aa4
--- /dev/null
@@ -0,0 +1,30 @@
+@import 'variables.less';
+
+#breadcrumb
+{
+  .droid;
+  color: @schrift;
+  font-weight: normal;
+}
+#breadcrumb strong.b
+{
+  font-weight: normal;
+}
+#breadcrumb ol.b li.b a.b,
+#breadcrumb ol.b li.b strong.b
+{
+  color: @schrift;
+  border-style: none;
+}
+#breadcrumb a.hide
+{
+  display: none;
+}
+#breadcrumb hr.b
+{
+  display: none;
+}
+@import 'print/typo.less';
+@import 'print/layout.less';
+@import 'print/head.less';
+@import 'print/prettify.less';
diff --git a/less/print/head.less b/less/print/head.less
new file mode 100644 (file)
index 0000000..db11a6e
--- /dev/null
@@ -0,0 +1,8 @@
+#logo
+{
+  padding-left: .0625em;
+}
+#slogan
+{
+  display: inline-block;
+}
diff --git a/less/print/layout.less b/less/print/layout.less
new file mode 100644 (file)
index 0000000..392760e
--- /dev/null
@@ -0,0 +1,54 @@
+body
+{
+  font-size: 75%; /** 12px */
+}
+#header hr.h
+{
+  margin: .5em 0;
+}
+.content
+{
+  clear: both;
+}
+.marginal
+{
+  display: none;
+}
+#breadcrumb
+{
+  .droid;
+  color: @schrift;
+  font-weight: normal;
+}
+#breadcrumb strong.b
+{
+  font-weight: normal;
+}
+#breadcrumb ol.b li.b a.b,
+#breadcrumb ol.b li.b strong.b
+{
+  color: @schrift;
+  border-style: none;
+}
+#breadcrumb a.hide
+{
+  display: none;
+}
+#breadcrumb hr.b
+{
+  display: none;
+}
+#nav
+{
+  display: none;
+}
+#footerlinks li.f
+{
+  display: none;
+}
+#footerlinks li#copyright
+{
+  .droid;
+  font-size: 100%;
+  display: block;
+}
diff --git a/less/print/prettify.less b/less/print/prettify.less
new file mode 100644 (file)
index 0000000..0ed8c47
--- /dev/null
@@ -0,0 +1,11 @@
+/* Pretty printing styles. Used with prettify.js. */
+pre .str, code .str { color: #060; }
+pre .kwd, code .kwd { color: #006; font-weight: bold; }
+pre .com, code .com { color: #600; font-style: italic; }
+pre .typ, code .typ { color: #404; font-weight: bold; }
+pre .lit, code .lit { color: #044; }
+pre .pun, code .pun { color: #440; }
+pre .pln, code .pln { color: #000; }
+pre .tag, code .tag { color: #006; font-weight: bold; }
+pre .atn, code .atn { color: #404; }
+pre .atv, code .atv { color: #060; }
diff --git a/less/print/typo.less b/less/print/typo.less
new file mode 100644 (file)
index 0000000..58e2ca6
--- /dev/null
@@ -0,0 +1,5 @@
+a
+{
+  color: @schrift;
+  border-style: none;
+}
diff --git a/less/screen.less b/less/screen.less
new file mode 100644 (file)
index 0000000..ba58223
--- /dev/null
@@ -0,0 +1,53 @@
+@import 'variables.less';
+@import 'screen/head.less';
+@import 'screen/menu.less';
+@import 'screen/footer-sticky.less';
+@import 'screen/wip.less';
+@import 'screen/packs.less';
+
+@media (min-width: (@minscreen))
+{
+  @import 'screen/layout.less';
+  @import 'screen/footer.less';
+  @media (max-width: (@maxtablet))
+  {
+    @import 'tablet/typo.less';
+    @import 'tablet/layout.less';
+    @import 'tablet/menu.less';
+    @import 'tablet/marginal.less';
+    @import 'tablet/footer.less';
+  }
+}
+@media (min-width: (@mindesktop))
+{
+  @import 'screen/faux-column.less';
+  @import 'screen/marginal.less';
+  @import 'screen/content.less';
+  @media (max-width: 1079px)
+  {
+    @import 'screen/onecolumn.less';
+  }
+}
+
+@media (max-width: (@maxtablet))
+{
+  @import 'tablet/head.less';
+  @import 'tablet/404.less';
+}
+
+@media (max-width: (@maxphone))
+{
+  @import 'phone/typo.less';
+  @import 'phone/layout.less';
+  @import 'phone/head.less';
+  @import 'phone/menu.less';
+  @import 'phone/footer.less';
+  @import 'phone/packs.less';
+  @import 'phone/404.less';
+}
+
+@media (max-width: (@maxtiny))
+{
+  @import 'tiny/layout.less';
+  @import 'tiny/404.less';
+}
diff --git a/less/screen/content.less b/less/screen/content.less
new file mode 100644 (file)
index 0000000..35786c3
--- /dev/null
@@ -0,0 +1,26 @@
+.mcontent
+{
+  position: relative;
+  padding: 0 24.375em 0 0;
+}
+.mcontent > .mmain
+{
+  float: left;
+  min-height: 1em;
+  position: relative;
+  width: 100%;
+  border-right: .125em solid @normal;
+}
+.mcontent > .mmarginal
+{
+  float: left;
+  margin: 0 -27em 0 -.125em;
+  padding: 0 2em 1.0625em 2em;
+  position: relative;
+  width: 20.375em;
+  border-left: .125em solid @normal;
+}
+.mcontent > .mmain > *
+{
+  margin-right: 5%;
+}
diff --git a/less/screen/faux-column.less b/less/screen/faux-column.less
new file mode 100644 (file)
index 0000000..2b6e593
--- /dev/null
@@ -0,0 +1,34 @@
+/** Faux-Column-Hack-Eigengewächs für die Marginalspalte */
+
+.menu #page,
+.nomenu #page
+{
+  max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */
+  border-right: 24.375em solid @heller;
+}
+.nomenu #page
+{
+  border-right-color: @sehrhell;
+}
+.menu .content,
+.nomenu .content
+{
+  margin-right: -24.375em;
+}
+.menu #header,
+.nomenu #header
+{
+  margin-right: -24.375em;
+  background-color: @hintergrund;
+}
+.menu #breadcrumb,
+.nomenu #breadcrumb
+{
+  right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */
+}
+.menu #footer,
+.nomenu #footer
+{
+  margin-right: -24.375em;
+  background-color: @hintergrund;
+}
diff --git a/less/screen/footer-sticky.less b/less/screen/footer-sticky.less
new file mode 100644 (file)
index 0000000..2ff65bd
--- /dev/null
@@ -0,0 +1,17 @@
+/** Make the footer sticky */
+html, body
+{
+  height: 100%;
+}
+#page
+{
+  position: relative;
+  min-height: 100%;
+}
+#footer
+{
+  position: absolute;
+  left: 0;
+  right: 0;
+  bottom: 0;
+}
diff --git a/less/screen/footer.less b/less/screen/footer.less
new file mode 100644 (file)
index 0000000..884cfff
--- /dev/null
@@ -0,0 +1,36 @@
+#footerlinks
+{
+  border-top: 1.25em solid @normal; /** 20px */
+}
+#footerlinks > li.f
+{
+  line-height: .6666666667em; /* 20px */
+  display: inline-block;
+  float: none;
+  margin: .5em 1em 0 0;
+  color: @normal;
+  vertical-align: top;
+}
+#footerlinks > li#copyright
+{
+  position: absolute;
+  float: none;
+  width: auto;
+  right: .625em;
+  top: -1em; /** 30px */
+  line-height: 1.4em; /* 42px */
+  color: @hintergrund;
+  margin: 0;
+  font-size: 187.5%; /** 30px */
+}
+#footerlinks a.f
+{
+  color: @normal;
+  border-color: @normal;
+}
+#footerlinks a.f:hover
+{
+  color: @dunkler;
+  border-color: @dunkler;
+  border-style: solid;
+}
diff --git a/less/screen/head.less b/less/screen/head.less
new file mode 100644 (file)
index 0000000..f0baa25
--- /dev/null
@@ -0,0 +1,31 @@
+#logo
+{
+  display: inline-block;
+  font-size: 812.5%; /* 130px */
+  padding: 0;
+  line-height: 1em;
+  text-shadow: .092307692em .046153846em 0 @hintergrund; /** 12px 6px */
+  z-index: 3;
+  left: auto;
+}
+#slogan
+{
+  display: block;
+  color: @hintergrund;
+  background-color: @normal;
+  font-size: 187.5%; /** 30px */
+  line-height: .6666666667em; /* 20px */
+  height: .6em; /* 18px */
+  padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */
+  margin-left: 9em; /* 270px */
+  position: relative;
+  z-index: 2;
+  top: -1.3em; /* 39px */
+  text-align: right;
+  overflow: hidden;
+}
+#slogan > strong{
+  display: inline-block;
+  position: relative;
+  top: -.2em; /* -6px */
+}
diff --git a/less/screen/layout.less b/less/screen/layout.less
new file mode 100644 (file)
index 0000000..9771f83
--- /dev/null
@@ -0,0 +1,192 @@
+/** Seite gesamt (Abmessungen, Aussenabstände etc.) */
+
+body
+{
+  padding: 0;
+  overflow-y: scroll; /** Die vertikale Scroll-Leiste stets anzeigen */
+}
+#page
+{
+  margin: 0 auto; /** Seiteninhalte zentrieren, wenn max-width des Inhalts (s.u.) erreicht ist */
+  max-width: 62.375em; /** 608px + 390px (Marginalspalte) = ca. 1000px (muss zu Wergen in faux-columns.less passen!!) */
+}
+
+/** Seitenaufteilung mit Menü (Zweispaltig) */
+
+body
+{
+  padding: 0 3em 0 5em;
+}
+.content
+{
+  position: relative;
+  padding: 0 0 7.1875em 0; /** Unten: 115px (gemessene Gesamthöhe des Footers - mit Abstand und Margin) */
+}
+.menu .content,
+.nomenu .content
+{
+  padding-right: 27em;
+}
+.content > .main
+{
+  min-height: 1em;
+  position: relative;
+  width: 100%;
+}
+.menu .content > .main,
+.nomenu .content > .main
+{
+  float: left;
+}
+.content > .marginal
+{
+  position: relative;
+  background-color: @heller;
+}
+.menu .content > .marginal,
+.nomenu .content > .marginal
+{
+  float: left;
+  margin: 0 -27em 0 2.625em;
+  padding: 0 2em 1.0625em 2em;
+  width: 20.375em;
+}
+
+/** Anpassungen für Seiten ohne Menü */
+
+.nomenu .content > .marginal
+{
+  background-color: @sehrhell;
+}
+
+/** Anpassungen für einspaltige Seiten */
+
+.onecolumn .content > .marginal
+{
+  margin-top: 4em;
+  background-color: transparent;
+}
+
+/** Seitenkopf positionieren */
+
+#header
+{
+  margin-left: -2.125em;
+  padding: 1em 0;
+}
+#header > hr.h
+{
+  display: none;
+}
+
+
+/** Bereichsauswahl positionieren und stylen */
+
+.onecolumn #nav
+{
+  position: absolute;
+  top: 0;
+  right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */
+  width: 100%;
+}
+
+#nav > hr.n
+{
+  display: none;
+}
+#nav
+{
+  position: relative;
+  top: auto;
+  right: auto;
+  width: 22.375em; /** 358px = 326px + 32px*/
+}
+#menu
+{
+  position: relative;
+  width: 200%;
+  top: -8em; /** 136px */
+  right: 100%;
+  text-align: right;
+  list-style-type: none;
+  margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */
+  padding: 0;
+  border-style: none;
+}
+.onecolumn #menu
+{
+  top: -15.5625em; /** -249px -- warum auch immer... */
+}
+#menu > li.m
+{
+  display: inline-block;
+  padding: 0 0 0 4em;
+}
+#menu > li.m > .m
+{
+  font-size: 250%; /** 40px */
+  color: @normal;
+}
+#menu > li.m > a.m
+{
+  border-color: @normal;
+}
+#menu > li.m > a.m:hover
+{
+  border-color: @dunkler;
+}
+#menu > li.m > a.m:hover,
+#menu > li.m > strong.m
+{
+  border-style: solid;
+}
+#menu > li.m > a.m.selected
+{
+  color: @normal;
+}
+#menu > li.m > a.m:hover
+{
+  color: @dunkler;
+}
+#menu > li.m > a.m:hover:before,
+#menu > li.m > a.m.selected:before,
+#menu > li.m > strong.m:before
+{
+  content: '> ';
+  margin-left: -.92em;
+}
+
+
+/** Breadcrump positionieren */
+
+#breadcrumb
+{
+  position: absolute;
+  top: 8.375em;
+  left: 6.9em;
+  z-index: 3;
+}
+#breadcrumb > a.hide
+{
+  position: absolute;
+}
+#breadcrumb > hr.b
+{
+  display: none;
+}
+
+
+/** Footer positionieren */
+
+#footer
+{
+  padding: 2em 0;
+}
+.onecolumn #footer
+{
+  background-color: @hintergrund;
+}
+#footer > hr.f
+{
+  display: none;
+}
diff --git a/less/screen/marginal.less b/less/screen/marginal.less
new file mode 100644 (file)
index 0000000..02fc3cb
--- /dev/null
@@ -0,0 +1,7 @@
+.menu .content > .marginal h1,
+.menu .content > .marginal h2,
+.menu .content > .marginal h3,
+.menu .content > .marginal h4
+{
+  color: @hintergrund;
+}
diff --git a/less/screen/menu.less b/less/screen/menu.less
new file mode 100644 (file)
index 0000000..afd9f24
--- /dev/null
@@ -0,0 +1,90 @@
+#nav > h1.nav,
+#nav > h2.nav.menu
+{
+  display: none;
+}
+#nav > h2.nav.submenu
+{
+  font-size: 125%; /** 20px */
+  line-height: 1em; /** 20px */
+  margin: 1.5em 0 .5em 0; /** 30px 0 10px 0 */
+  padding: 0 0 0 1.65em; /** 0 0 0 33px */
+  border: none;
+}
+#nav > h2.nav.submenu:before
+{
+  content: 'V ';
+  color: @hintergrund;
+  margin: 0 .75em 0 -1.7em; /** 0 15em 0 -34px */
+}
+#nav > h2.nav.submenu > span.s
+{
+  display: none;
+}
+#nav > h2.nav.submenu > a.s
+{
+  color: @hintergrund;
+  border-style: dashed;
+  border-color: @hintergrund;
+}
+#nav > h2.nav.submenu > a.s:hover,
+#nav > h2.nav.submenu > a.s:focus,
+#nav > h2.nav.submenu > a.s:active
+{
+  border-style: solid;
+}
+
+#submenu
+{
+  font-size: 125%; /** 20 px */
+  list-style-type: none;
+  margin: 1em 0 4em 0;
+  padding: 0 0 0 1.65em; /** 0 0 0 33px */
+  border-style: none;
+}
+#submenu ul.s
+{
+  margin: 1em 0 0 0; /** 16px 0 0 0 */
+  padding: 0;
+  list-style-type: none;
+}
+#submenu li.s
+{
+  margin: 0 0 .5em 0; /** 0 0 10px 0 */
+  padding: 0;
+}
+#submenu li.s.off
+{
+  display: none;
+}
+#submenu li.s > a.s
+{
+  color: @dunkler;
+}
+#submenu li.s > a.s.selected,
+#submenu li.s > strong.s
+{
+  color: @hintergrund;
+  border-color: @hintergrund;
+}
+#submenu li.s > strong.s
+{
+  border-bottom: 1px solid @hintergrund;
+}
+#submenu li.s > a.s.selected:before,
+#submenu li.s > a.s:hover:before,
+#submenu li.s > a.s:focus:before,
+#submenu li.s > a.s:active:before,
+#submenu li.s > strong.s:before
+{
+  content: '> ';
+  margin: 0 .75em 0 -1.7em; /** 0 15px 0 -34px = Warum auch immer?!? */
+}
+#submenu li.s.sub > a.s.selected:before,
+#submenu li.s.sub > a.s:hover:before,
+#submenu li.s.sub > a.s:focus:before,
+#submenu li.s.sub > a.s:active:before,
+#submenu li.s.sub > strong.s:before
+{
+  content: 'V ';
+}
diff --git a/less/screen/onecolumn.less b/less/screen/onecolumn.less
new file mode 100644 (file)
index 0000000..0114499
--- /dev/null
@@ -0,0 +1,11 @@
+.pack > .p.left,
+.pack > .p.right,
+.pack.bg > .p.left,
+.pack.bg > .p.right,
+.single,
+.single.bg
+{
+  width: auto;
+  padding-bottom: 1.5em;
+  margin: 0 0 1.5em 0;
+}
diff --git a/less/screen/packs.less b/less/screen/packs.less
new file mode 100644 (file)
index 0000000..8c09844
--- /dev/null
@@ -0,0 +1,37 @@
+.pack
+{
+  overflow: hidden;
+}
+.pack > .p.left,
+.pack > .p.right
+{
+  width: 42%;
+  padding: 0 3% 999em 3%;
+  margin: 0 0 -998em 0;
+}
+.pack.bg > .p.left,
+.pack.bg > .p.right
+{
+  background-color: @sehrhell;
+}
+.pack > .p.left
+{
+  float: left;
+}
+.pack > .p.right
+{
+  float: right;
+}
+.pack > .p img.p
+{
+  width: 91.9118%;
+}
+.single
+{
+  padding: 0 3% 1em 3%;
+  margin: 3% 0;
+}
+.single.bg
+{
+  background-color: @sehrhell;
+}
diff --git a/less/screen/wip.less b/less/screen/wip.less
new file mode 100644 (file)
index 0000000..d9cef58
--- /dev/null
@@ -0,0 +1,25 @@
+/** Pages under construction... */
+.wip,
+.wip h1,
+.wip h2,
+.wip h3,
+.wip h4,
+.wip h5,
+.wip h6,
+.wip a
+{
+  color: rgba(128, 128, 128, 0);
+  text-decoration: none;
+  border-color: rgba(128, 128, 128, 0);
+  text-shadow: 0 0 6px #404040;
+}
+.wip
+{
+  position: relative;
+}
+.wip img.w
+{
+  margin-top: 30%;
+  position: absolute;
+  width: 100%;
+}
diff --git a/less/tablet/404.less b/less/tablet/404.less
new file mode 100644 (file)
index 0000000..4cd1fe5
--- /dev/null
@@ -0,0 +1,25 @@
+.withbackground .content
+{
+  position: relative;
+  top: auto;
+  bottom: auto;
+  left: auto;
+  rigth: auto;
+}
+#bs3
+{
+  display: none;
+}
+#bs5
+{
+  left: auto;
+  right: 13%;
+}
+#bs7
+{
+  bottom: 21%;
+}
+#bs8
+{
+  display: none;
+}
diff --git a/less/tablet/footer.less b/less/tablet/footer.less
new file mode 100644 (file)
index 0000000..2541618
--- /dev/null
@@ -0,0 +1,82 @@
+.menu #footer > #footerlinks
+{
+  position: static;
+  border-style: none;
+  margin: 3.75em 0 0 2em;
+}
+.menu #footer > #footerlinks > li.f
+{
+  line-height: 1em;
+  display: block;
+  margin: 0 0 .25em 0;
+  color: @hintergrund;
+}
+.menu #footer > #footerlinks > li#copyright
+{
+  line-height: 1em;
+  font-size: 137.5%;
+  top: auto;
+  bottom: 0;
+  left: 0;
+  right: 0;
+  padding: 0 2.18181818em 1.5em; /* ? 3*16px ? */
+  @media (max-width: (@maxsmalltablet))
+  {
+    padding-right: 1.45454545em;
+    padding-bottom: 1em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    padding-right: .72727272em;
+    padding-bottom: .5em;
+  }
+  background-color: @heller;
+  text-align: right;
+}
+.menu #footer > #footerlinks a.f
+{
+  color: @hintergrund;
+  border-color: @hintergrund;
+}
+.menu #footer > #footerlinks a.f:hover
+{
+  color: @hintergrund;
+  border-color: @hintergrund;
+  border-style: solid;
+}
+
+
+.nomenu #footer > #footerlinks,
+.onecolumn #footer > #footerlinks
+{
+  position: static;
+  margin: -.125em;
+  padding-top: 1.5em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    padding-top: 1em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    padding-top: .5em;
+  }
+  border-top: .125em solid @hintergrund;
+  > li.f
+  {
+    line-height: 1em;
+    margin: 0 1em 0 0;
+    padding: 0;
+  }
+  li.f > a.f
+  {
+    color: @hintergrund;
+    border-color: @hintergrund;
+  }
+  li#copyright
+  {
+    position: static;
+    float: right;
+    font-size: 137.5%;
+    margin: 0;
+  }
+}
diff --git a/less/tablet/head.less b/less/tablet/head.less
new file mode 100644 (file)
index 0000000..2a6da91
--- /dev/null
@@ -0,0 +1,24 @@
+@media (max-width: (@maxsmalltablet))
+{
+  #logo
+  {
+    font-size: 650%; /* 104px */
+  }
+  #slogan
+  {
+    font-size: 150%; /** 24px */
+  }
+}
+
+@media (max-width: (@maxsmallertablet))
+{
+  #logo
+  {
+    font-size: 487.5%; /* 78px */
+  }
+  #slogan
+  {
+    font-size: 112.5%; /** 18px */
+  }
+}
+
diff --git a/less/tablet/layout.less b/less/tablet/layout.less
new file mode 100644 (file)
index 0000000..c63f923
--- /dev/null
@@ -0,0 +1,280 @@
+/** Seite gesamt (Abmessungen, Aussenabstände etc.) */
+
+body
+{
+  padding: 0;
+}
+#page
+{
+  overflow: hidden;
+}
+.nomenu #page
+{
+  padding: 0;
+}
+
+
+/** Seitenaufteilung mit/ohne Menü für Tablets optimieren */
+
+.menu .content
+{
+  padding: 0;
+}
+.nomenu .content
+{
+  padding: 0 0 5em 0;
+  @media (max-width: (@maxsmalltablet))
+  {
+    padding-bottom: 4em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    padding-bottom: 3.25em;
+  }
+}
+.content.cf:before,
+.content.cf:after
+{
+  clear: none;
+  content: none;
+  display: inline;
+}
+.menu .content > .main,
+.nomenu .content > .main,
+.onecolumn .content > .main
+{
+  float: none;
+  width: auto;
+  padding: 0 3em 0 5em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    padding: 0 2em 0 3em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    padding: 0 1em 0 2.5em;
+  }
+  /** Die 1px-Rahmen triggern, dass das erste Margin den Footer aufschiebt.
+      Bei einem Wert von 0 ragt dieses Margin dann einfach aus dem Footer
+      heraus... */
+  border-top: 1px solid @hintergrund;
+  border-bottom: 1px solid @hintergrund;
+}
+.menu .content > .marginal,
+.nomenu .content > .marginal,
+.onecolumn .content > .marginal
+{
+  position: static;
+  width: 100%;
+}
+.menu .content > .marginal
+{
+  margin: 3em 0 -994em -15em;
+  padding: 2em 0 999em 0;
+}
+.nomenu .content > .marginal
+{
+  margin: 3em 0 -994em 0;
+  padding: 0 0 999em 0;
+  background-color: transparent;
+}
+.onecolumn .content > .marginal
+{
+  margin: 6.5em 0 -1001.175em 0;
+  padding: 0 0 999em 0;
+  background-color: transparent;
+}
+
+
+/** Seitenkopf positionieren */
+
+#header
+{
+  padding: 1em 3em 2em 5em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    margin-left: -1.5em;
+    padding: .5em 2em 2em 3em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    margin-left: -1.2em;
+    padding: 1em 1em 2em 2.5em;
+  }
+}
+
+
+/** Bereichsauswahl positionieren */
+
+.menu #nav
+{
+  position: static;
+  border-right: .125em solid @hintergrund;
+  margin-left: 20em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    margin-left: 18.5em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    margin-left: 17.5em;
+    #menu > li.about
+    {
+      display: inline-block;
+    }
+  }
+  width: auto;
+}
+.nomenu #nav
+{
+  position: absolute;
+  top: 0;
+  right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */
+  width: 100%;
+}
+
+.menu #menu,
+.nomenu #menu,
+.onecolumn #menu
+{
+  position: absolute;
+  width: auto;
+  top: -9em;
+  right: 3em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    top: -7.7em;
+    right: 2em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    top: -6.5em;
+    right: 1em;
+  }
+}
+#menu > li.about
+{
+  display: none;
+}
+#menu > li.m
+{
+  @media (max-width: (@maxsmalltablet))
+  {
+    padding: 0 0 0 3em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    padding: 0 0 0 2em;
+  }
+}
+#menu > li.m > .m
+{
+  @media (max-width: (@maxsmalltablet))
+  {
+    font-size: 200%; /* 32px */
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    font-size: 150%; /* 24px */
+  }
+}
+#menu > li.m > a.m:hover:before,
+#menu > li.m > a.m.selected:before,
+#menu > li.m > strong.m:before
+{
+  @media (max-width: (@maxsmalltablet))
+  {
+    content: '> ';
+    margin-left: -.95em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+  }
+}
+
+
+/** Footer positionieren */
+
+.menu #footer
+{
+  position: static;
+  float: right;
+  margin: 3em 0 -999em -15em;
+  padding: 0 0 999em 0;
+  width: 15em;
+  background-color: @heller;
+}
+.nomenu #footer,
+.onecolumn #footer
+{
+  padding: 0 3em 1.5em 5em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    padding: 0 2em 1em 3em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    padding: 0 1em .75em 2.5em;
+  }
+  background-color: @heller;
+  border-style: none;
+}
+
+
+/** Breadcrump positionieren */
+
+.menu #breadcrumb,
+.nomenu #breadcrumb,
+.onecolumn #breadcrumb
+{
+  left: 11.9em;
+  right: 3em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    font-size: 87.5%; /* 14px */
+    top: 7.2em;
+    left: 9.8em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    top: 5.8em;
+    left: 7em;
+  }
+}
+
+
+/** Faux-Column-Hack für Marginalinhalte */
+
+.nomenu .content > .marginal aside.m,
+.onecolumn .content > .marginal aside.m
+{
+  margin: 3.5em 0 -999em 0;
+  padding: 2em 3em 995em 5em;
+  background-color: @heller;
+  position: relative;
+  top: -4.5em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    padding-left: 3em;
+    padding-right: 2em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    padding-left: 2.5em;
+    padding-right: 1em;
+  }
+}
+.menu .content > .marginal > aside.m
+{
+  margin: 0 -12em 1em 20em;
+  @media (max-width: (@maxsmalltablet))
+  {
+    margin-left: 18.5em;
+    margin-right: -13em;
+  }
+  @media (max-width: (@maxsmallertablet))
+  {
+    margin-left: 17.5em;
+    margin-right: -14em;
+  }
+}
diff --git a/less/tablet/marginal.less b/less/tablet/marginal.less
new file mode 100644 (file)
index 0000000..576c4e1
--- /dev/null
@@ -0,0 +1,11 @@
+.nomenu .content > .marginal h1,
+.onecolumn .content > .marginal h1,
+.nomenu .content > .marginal h2,
+.onecolumn .content > .marginal h2,
+.nomenu .content > .marginal h3,
+.onecolumn .content > .marginal h3,
+.nomenu .content > .marginal h4,
+.onecolumn .content > .marginal h4
+{
+  color: @hintergrund;
+}
diff --git a/less/tablet/menu.less b/less/tablet/menu.less
new file mode 100644 (file)
index 0000000..85ad92f
--- /dev/null
@@ -0,0 +1,4 @@
+#submenu
+{
+  padding-right: 1em;
+}
diff --git a/less/tablet/typo.less b/less/tablet/typo.less
new file mode 100644 (file)
index 0000000..6bf6dff
--- /dev/null
@@ -0,0 +1,8 @@
+@media (max-width: (@maxsmalltablet))
+{
+  h1
+  {
+    font-size: 150%; /** 24 px */
+  }
+}
+
diff --git a/less/tiny/404.less b/less/tiny/404.less
new file mode 100644 (file)
index 0000000..3830a8f
--- /dev/null
@@ -0,0 +1,19 @@
+.withbackground .content > .marginal
+{
+  border-top: .166666666666em solid @hintergrund; /** 2px */
+}
+#bs1
+{
+  top: -2%;
+  left: 57%;
+}
+#bs2,
+#bs6
+{
+  display: none;
+}
+#bs7
+{
+  top: 32%;
+  left: 46%;
+}
diff --git a/less/tiny/layout.less b/less/tiny/layout.less
new file mode 100644 (file)
index 0000000..dcef10c
--- /dev/null
@@ -0,0 +1,78 @@
+body
+{
+  font-size: 75%; /** 12px */
+}
+#header
+{
+  margin: .25em .5em 1em 1em;
+}
+#nav:target
+{
+  padding-left: 0.5em;
+  padding-right: 0.5em;
+}
+#breadcrumb,
+#nav:target > a.hide
+{
+  top: .5em;
+  right: .5em;
+}
+.content > .main,
+#footer
+{
+  margin: 0;
+  padding: 0 .5em;
+}
+.content > .marginal
+{
+  padding: 1em .5em 999em .5em;
+  margin-bottom: -991em;
+}
+
+@media (max-width: 210px)
+{
+  #header
+  {
+    font-size: 75%;
+  }
+  #nav:target
+  {
+    padding-top: 0;
+  }
+  #breadcrumb,
+  #nav:target > a.hide
+  {
+    top: .1em;
+    right: .3em;
+  }
+  #breadcrumb > a.hide:before,
+  #nav:target > a.hide:before
+  {
+    font-size: 300%; /** Vielfaches von 12px */
+  }
+}
+@media (max-width: 150px)
+{
+  #header
+  {
+    font-size: 50%;
+  }
+  #header > hr.h
+  {
+    display: block;
+  }
+  #slogan
+  {
+    display: none;
+  }
+  #breadcrumb,
+  #nav:target > a.hide
+  {
+    top: .2em;
+  }
+  #breadcrumb > a.hide:before,
+  #nav:target > a.hide:before
+  {
+    font-size: 264%; /** Vielfaches von 12px */
+  }
+}
diff --git a/less/variables.less b/less/variables.less
new file mode 100644 (file)
index 0000000..cae170c
--- /dev/null
@@ -0,0 +1,42 @@
+/** Farb-Thema */
+
+@normal:      #0ACF00;
+@dunkel:      #2D9B27;
+@dunkler:     #078600;
+@nochdunkler: #077600;
+@hell:        #42E73A;
+@heller:      #6EE768;
+@sehrhell:    #CEF7C8;
+
+@schrift:     #000;
+@schrifthell: tint(@schrift, 45%); 
+
+@hintergrund: #FFF;
+
+@fehler:      #e60000;
+@fehlerhell:  tint(@fehler, 70%);
+
+
+/** Bildschirmbreiten für Media-Query */
+
+@minscreen:      580px;
+@mindesktop:     940px;
+@maxtablet:      @mindesktop - 1;
+@maxsmalltablet: 800px;
+@maxsmallertablet: 700px;
+@maxphone:       579px;
+@minphone:       300px;
+@maxtiny:        299px;
+
+/** Schriften */
+
+.droid ()
+{
+  font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
+}
+
+.bpreplay ()
+{
+  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
+  font-weight: bold;
+}
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..54e58ea
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "name": "juplo.de",
+  "description": "Thymeleaf-Layout and static content for http://juplo.de",
+  "version": "0.0.1",
+  "devDependencies": {
+    "grunt-contrib-less": "~1.0.1",
+    "grunt-contrib-cssmin": "~0.13.0",
+    "grunt-newer": "~1.1.1",
+    "grunt-contrib-watch": "~0.6.1",
+    "grunt-contrib-clean": "~0.6.0",
+    "http-server": "~0.8.0"
+  }
+}
diff --git a/pom.xml b/pom.xml
deleted file mode 100644 (file)
index 1e84957..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,257 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-
-  <groupId>de.juplo</groupId>
-  <artifactId>branding</artifactId>
-  <name>Juplo - branding</name>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>war</packaging>
-  <url>http://www.juplo.de/branding</url>
-
-
-  <prerequisites>
-    <maven>2.0.6</maven>
-  </prerequisites>
-
-
-  <scm>
-    <connection>scm:git:http://juplo.de/git/branding</connection>
-    <developerConnection>scm:git:ssh://juplo.de:/var/lib/git/juplo/branding</developerConnection>
-    <url>http://juplo.de/gitweb/?p=branding;a=summary</url>
-  </scm>
-
-
-  <developers>
-    <developer>
-      <id>kai</id>
-      <name>Kai Moritz</name>
-      <email>kai@juplo.de</email>
-    </developer>
-  </developers>
-
-
-  <properties>
-
-    <!-- Zeichensatz -->
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
-    <!-- Verwendete Versionen -->
-    <jsp-api.version>2.2.1</jsp-api.version>
-    <jstl.version>1.2</jstl.version>
-    <servlet-api.version>3.0.1</servlet-api.version>
-    <slf4j.version>1.6.1</slf4j.version>
-    <springframework.version>4.0.6.RELEASE</springframework.version>
-    <thymeleaf.version>2.1.3.RELEASE</thymeleaf.version>
-    <thymeleaf-layout-dialect.version>1.2.5</thymeleaf-layout-dialect.version>
-    <thymeleaf-extras-conditionalcomments.version>2.1.1.RELEASE</thymeleaf-extras-conditionalcomments.version>
-
-  </properties>
-
-
-  <dependencies>
-
-    <!-- Spring -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-webmvc</artifactId>
-      <version>${springframework.version}</version>
-      <exclusions>
-        <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
-    <!-- Thymeleaf -->
-    <dependency>
-      <groupId>org.thymeleaf</groupId>
-      <artifactId>thymeleaf</artifactId>
-      <version>${thymeleaf.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.thymeleaf</groupId>
-      <artifactId>thymeleaf-spring4</artifactId>
-      <version>${thymeleaf.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>nz.net.ultraq.thymeleaf</groupId>
-      <artifactId>thymeleaf-layout-dialect</artifactId>
-      <version>${thymeleaf-layout-dialect.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.thymeleaf.extras</groupId>
-      <artifactId>thymeleaf-extras-conditionalcomments</artifactId>
-      <version>${thymeleaf-extras-conditionalcomments.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-
-    <!-- Servlet -->
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>javax.servlet-api</artifactId>
-      <version>${servlet-api.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet.jsp</groupId>
-      <artifactId>javax.servlet.jsp-api</artifactId>
-      <version>${jsp-api.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jstl</artifactId>
-      <version>${jstl.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <version>${slf4j.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jcl-over-slf4j</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>runtime</scope>
-    </dependency>
-
-  </dependencies>
-
-
-  <distributionManagement>
-    <repository>
-      <id>juplo.internal</id>
-      <name>Internal Release Repository</name>
-      <url>http://juplo.de/archiva/repository/internal/</url>
-    </repository>
-    <snapshotRepository>
-      <id>juplo.snapshots</id>
-      <name>Internal Snapshot Repository</name>
-      <url>http://juplo.de/archiva/repository/snapshots/</url>
-    </snapshotRepository>
-  </distributionManagement>
-
-
-  <build>
-    <finalName>branding</finalName>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-          <encoding>utf8</encoding>
-          <showWarnings>true</showWarnings>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.lesscss</groupId>
-        <artifactId>lesscss-maven-plugin</artifactId>
-        <version>1.7.0.1.1</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <includes>
-            <include>base.less</include>
-            <include>screen.less</include>
-            <include>print.less</include>
-          </includes>
-          <sourceDirectory>${project.basedir}/src/main/webapp/less</sourceDirectory>
-          <outputDirectory>${project.build.directory}/${project.build.finalName}/css</outputDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-war-plugin</artifactId>
-        <configuration>
-          <warSourceExcludes>less/**</warSourceExcludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.jetty</groupId>
-        <artifactId>jetty-maven-plugin</artifactId>
-        <configuration>
-          <webApp>
-            <resourceBases>
-              <resourceBase>src/main/webapp</resourceBase>
-              <resourceBase>target/${project.build.finalName}</resourceBase>
-            </resourceBases>
-          </webApp>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>tomcat-maven-plugin</artifactId>
-        <version>1.1</version>
-        <configuration>
-          <path>/</path>
-          <uriEncoding>UTF-8</uriEncoding>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>com.google.appengine</groupId>
-        <artifactId>appengine-maven-plugin</artifactId>
-        <version>1.8.2</version>
-      </plugin>
-    </plugins>
-  </build>
-
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-changes-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-scm-plugin</artifactId>
-        <configuration>
-          <goals>install</goals>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
-</project>
diff --git a/src/main/resources/log4j.xml b/src/main/resources/log4j.xml
deleted file mode 100644 (file)
index a3d7d44..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
-
-<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
-
-  <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
-    <layout class="org.apache.log4j.PatternLayout">
-      <param name="ConversionPattern" value="%p - %C{1}.%M(%L) | %m%n"/>
-    </layout>
-  </appender>
-
-  <logger name="de.juplo">
-   <level value="trace"/>
-  </logger>
-
-  <logger name="org.springframework">
-    <level value="debug" />
-  </logger>
-  <logger name="org.thymeleaf">
-    <level value="debug" />
-  </logger>
-
-  <root>
-    <level value="info"/>
-    <appender-ref ref="CONSOLE"/>
-  </root>
-
-</log4j:configuration>
diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml
deleted file mode 100644 (file)
index 50f4fc7..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xmlns:mvc="http://www.springframework.org/schema/mvc"
-       xmlns:context="http://www.springframework.org/schema/context"
-       xmlns:util="http://www.springframework.org/schema/util"
-       xsi:schemaLocation="
-           http://www.springframework.org/schema/beans
-           http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
-           http://www.springframework.org/schema/mvc
-           http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
-           http://www.springframework.org/schema/context
-           http://www.springframework.org/schema/context/spring-context-3.1.xsd
-           http://www.springframework.org/schema/util
-           http://www.springframework.org/schema/util/spring-util-4.0.xsd
-           ">
-
-  <!-- Damit das DispatcherServlet auf /* gemappt werden kann -->
-  <mvc:default-servlet-handler/>
-  <mvc:view-controller path="/" view-name="index"/>
-
-  <!-- Scann classpath for classes anntated as components -->
-  <context:component-scan base-package="de.juplo.branding"/>
-
-  <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
-    <property name="mappings">
-      <value>
-        /thymeleaf/**=staticResources
-        /*.html=urlFilenameViewController
-        /**/*.html=urlFilenameViewController
-      </value>
-    </property>
-    <property name="order" value="10"/>
-  </bean>
-  <bean id="urlFilenameViewController" class="org.springframework.web.servlet.mvc.UrlFilenameViewController"/>
-  <bean id="staticResources" class="org.springframework.web.servlet.resource.ResourceHttpRequestHandler">
-    <property name="locations">
-      <list>
-        <value>/thymeleaf/</value>
-      </list>
-    </property>
-  </bean>
-
-  <!-- Thymeleaf Spring-View-Resolver -->
-  <bean class="org.thymeleaf.spring4.view.ThymeleafViewResolver">
-    <property name="templateEngine" ref="templateEngine" />
-  </bean>
-
-
-  <!-- Thymeleaf Template-Resolver -->
-  <bean id="templateResolver" class="org.thymeleaf.templateresolver.ServletContextTemplateResolver">
-    <property name="prefix" value="/thymeleaf/" />
-    <property name="suffix" value=".html" />
-    <property name="templateMode" value="HTML5" />
-    <property name="cacheable" value="false" /><!-- Only for development -->
-  </bean>
-
-  <!-- Thymeleaf Spring4-Template-Engine -->
-  <bean id="templateEngine" class="org.thymeleaf.spring4.SpringTemplateEngine">
-    <property name="templateResolver" ref="templateResolver" />
-    <property name="additionalDialects">
-      <util:set>
-        <bean class="nz.net.ultraq.thymeleaf.LayoutDialect"/>
-        <bean class="org.thymeleaf.extras.conditionalcomments.dialect.ConditionalCommentsDialect"/>
-      </util:set>
-    </property>
-  </bean>
-
-</beans>
diff --git a/src/main/webapp/WEB-INF/404.jsp b/src/main/webapp/WEB-INF/404.jsp
deleted file mode 100644 (file)
index 38e4ebb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@page isErrorPage="true" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<t:insertDefinition name="NOMENU">
-  <t:putAttribute name="contentclass" value="nomenu withbackground" type="string"/>
-  <t:putAttribute name="title" value="404: Page not found" type="string" cascade="true"/>
-  <t:putAttribute name="breadcrumb">
-    <li class="b"><a class="b" href="${base}index.html">Home</a></li>
-    <li class="b"><strong class="b">???</strong></li>
-  </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string" cascade="true">
-    <span class="background sehrhell" id="bs1">?</span>
-    <span class="background heller" id="bs2">?</span>
-    <span class="background sehrhell" id="bs3">?</span>
-    <span class="background heller" id="bs4">?</span>
-    <span class="background sehrhell" id="bs5">?</span>
-    <span class="background sehrhell" id="bs6">?</span>
-    <span class="background heller" id="bs7">?</span>
-    <span class="background heller" id="bs8">?</span>
-    <span class="background heller" id="bs9">?</span>
-    <p>We do not know, where you are.</p>
-    <p>And we do not know, why you are here.</p>
-    <p>But we can tell you: WE ARE SORRY!</p>
-    <p>Really.</p>
-  </t:putAttribute>
-  <t:putAttribute name="marginalcontent" type="string" value=""/>
-</t:insertDefinition>
diff --git a/src/main/webapp/WEB-INF/appengine-web.xml b/src/main/webapp/WEB-INF/appengine-web.xml
deleted file mode 100644 (file)
index 33fdac8..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
-  <application>stoked-legend-350</application>
-  <version>1</version>
-  <threadsafe>true</threadsafe>
-</appengine-web-app>
diff --git a/src/main/webapp/WEB-INF/error.jsp b/src/main/webapp/WEB-INF/error.jsp
deleted file mode 100644 (file)
index 813cd9e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@page isErrorPage="true" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<t:insertDefinition name="NOMENU">
-  <t:putAttribute name="contentclass" value="nomenu withbackground" type="string"/>
-  <t:putAttribute name="title" value="An unexpected Error occured!" type="string" cascade="true"/>
-  <t:putAttribute name="breadcrumb">
-    <li class="b"><a class="b" href="${base}index.html">Home</a></li>
-    <li class="b"><strong class="b">!#%*§</strong></li>
-  </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string" cascade="true">
-    <span class="background sehrhell" id="bs1">x</span>
-    <span class="background heller" id="bs2">#</span>
-    <span class="background sehrhell" id="bs3">*</span>
-    <span class="background heller" id="bs4">%</span>
-    <span class="background sehrhell" id="bs5">§</span>
-    <span class="background sehrhell" id="bs6">?</span>
-    <span class="background heller" id="bs7">?</span>
-    <span class="background heller" id="bs8">?</span>
-    <span class="background heller" id="bs9">?</span>
-    <p>We do not know, what happend.</p>
-    <p>But we can tell you: WE ARE SORRY!</p>
-    <p>Really.</p>
-    <ul>
-      <li>${pageContext.errorData.statusCode}</li>
-      <li>${pageContext.errorData.requestURI}</li>
-      <li>${pageContext.errorData.servletName}</li>
-      <li>${pageContext.errorData.throwable}</li>
-    </ul>
-  </t:putAttribute>
-  <t:putAttribute name="marginalcontent" type="string" value=""/>
-</t:insertDefinition>
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644 (file)
index a204d6b..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns="http://java.sun.com/xml/ns/javaee"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-  version="2.5">
-
-  <display-name>branding</display-name>
-
-  <!-- Context Configuration locations for Spring XML files -->
-
-  <context-param>
-    <param-name>contextConfigLocation</param-name>
-    <param-value>
-      classpath:/spring/mvc.xml
-    </param-value>
-  </context-param>
-
-  <listener>
-    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
-  </listener>
-
-
-  <!-- UTF-8 -->
-
-  <filter>
-    <filter-name>characterEncodingFilter</filter-name>
-    <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
-    <init-param>
-      <param-name>encoding</param-name>
-      <param-value>UTF-8</param-value>
-    </init-param>
-    <init-param>
-      <param-name>forceEncoding</param-name>
-      <param-value>true</param-value>
-    </init-param>
-  </filter>
-
-  <filter-mapping>
-    <filter-name>characterEncodingFilter</filter-name>
-    <url-pattern>/*</url-pattern>
-  </filter-mapping>
-
-
-  <!-- Handles all requests into the application -->
-
-  <servlet>
-    <servlet-name>Dispatcher Servlet - Branding</servlet-name>
-    <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
-    <init-param>
-      <param-name>contextConfigLocation</param-name>
-      <param-value>
-      </param-value>
-    </init-param>
-    <load-on-startup>1</load-on-startup>
-  </servlet>
-
-  <servlet-mapping>
-    <servlet-name>Dispatcher Servlet - Branding</servlet-name>
-    <url-pattern>/</url-pattern>
-  </servlet-mapping>
-
-</web-app>
diff --git a/src/main/webapp/fonts/BPreplay Open Font License.txt b/src/main/webapp/fonts/BPreplay Open Font License.txt
deleted file mode 100644 (file)
index c5d0603..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-Copyright (c) 2004, George Triantafyllakos (http://www.backpacker.gr),
-with BPreplay.
-Copyright (c) 2004, Magenta (http://www.magenta.gr).
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-
------------------------------------------------------------
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
------------------------------------------------------------
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file
diff --git a/src/main/webapp/fonts/BPreplay-webfont.eot b/src/main/webapp/fonts/BPreplay-webfont.eot
deleted file mode 100644 (file)
index abc9b26..0000000
Binary files a/src/main/webapp/fonts/BPreplay-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplay-webfont.svg b/src/main/webapp/fonts/BPreplay-webfont.svg
deleted file mode 100644 (file)
index 4893e75..0000000
+++ /dev/null
@@ -1,333 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
-Designer    : MagentaGeorge Triantafyllakos
-Foundry     : MagentaGeorge Triantafyllakos
-Foundry URL : httpwwwmagentagr
-</metadata>
-<defs>
-<font id="BPreplayRegular" horiz-adv-x="1280" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="638" />
-<glyph unicode=" "  horiz-adv-x="638" />
-<glyph unicode="&#x09;" horiz-adv-x="638" />
-<glyph unicode="&#xa0;" horiz-adv-x="638" />
-<glyph unicode="!" horiz-adv-x="466" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM25 371v1114q0 88 75 88q74 0 74 -88v-1114q0 -76 -76 -76q-73 0 -73 76z" />
-<glyph unicode="&#x22;" horiz-adv-x="694" d="M0 1186v301q0 88 76 88q74 0 74 -88v-301q0 -80 -76 -80q-74 0 -74 80zM285 1186v301q0 88 77.5 88t77.5 -88v-301q0 -80 -80 -80q-75 0 -75 80z" />
-<glyph unicode="#" horiz-adv-x="1353" d="M0 526q0 35 27.5 52.5t60.5 17.5h164l51 332h-151q-78 0 -78 69q0 63 78 64h167l58 434q8 76 65 76q29 0 50.5 -20.5t21.5 -47.5v-8l-61 -434h286l62 434q10 78 65 78q29 0 48.5 -19.5t19.5 -48.5v-10l-57 -434h143q33 0 56.5 -16.5t23.5 -49.5q0 -68 -90 -67h-150 l-51 -332h147q74 0 74 -70q0 -33 -25.5 -51t-56.5 -18h-155l-56 -357q-14 -100 -88 -100q-49 0 -49 55q0 2 1 9.5t1 11.5l55 381h-288l-52 -357q-14 -100 -88 -100q-51 0 -51 55q0 2 1 10.5t1 10.5l56 381h-142q-94 -1 -94 69zM385 596h289l49 332h-287z" />
-<glyph unicode="$" horiz-adv-x="1153" d="M0 1163q0 160 114.5 275.5t272.5 138.5v78q0 66 43 65.5t43 -61.5v-82q94 -2 213 -53t119 -129q0 -72 -70 -72q-23 0 -113 50t-149 54v-516q186 -61 306 -179t120 -288q0 -178 -127 -311t-299 -133q0 -49 2 -100q0 -55 -43 -56q-47 0 -49 62l4 94q-109 8 -227.5 51 t-118.5 109q0 37 20.5 60.5t53 23.5t126 -45t146.5 -49v612q-166 43 -276.5 146t-110.5 255zM168 1190q0 -90 64.5 -154.5t154.5 -91.5v483q-98 -18 -158.5 -84.5t-60.5 -152.5zM473 141q109 20 182.5 102.5t73.5 190.5q0 209 -256 295v-588z" />
-<glyph unicode="%" horiz-adv-x="1691" d="M0 1204q0 160 93 263.5t249 103.5q154 0 247 -110.5t93 -268.5q0 -160 -92 -268.5t-248 -108.5q-154 0 -248 114.5t-94 274.5zM139 1196q0 -104 53.5 -184t149.5 -80q98 0 153.5 75.5t55.5 182.5q0 111 -57.5 187.5t-151.5 76.5q-96 0 -149.5 -77t-53.5 -181zM369 39 q0 18 6 33l557 1429q25 61 80 62q27 0 44 -19.5t17 -46.5t-12 -53l-572 -1444q-10 -31 -65 -31q-23 0 -39 19.5t-16 50.5zM758 385q0 160 94 265.5t252 105.5q152 0 243 -114t91 -271q0 -160 -89 -265.5t-245 -105.5q-158 0 -252 111.5t-94 273.5zM897 379 q0 -109 53.5 -186.5t153.5 -77.5q98 0 151.5 74.5t53.5 179t-55.5 187.5t-149.5 83q-96 0 -151.5 -78t-55.5 -182z" />
-<glyph unicode="&#x26;" horiz-adv-x="1544" d="M0 426q0 287 360 518q-150 156 -149 309q0 147 94 232.5t219 85.5q121 0 206 -81t85 -233q0 -170 -217 -346l385 -438l123 205q45 80 102 80q31 0 50.5 -18.5t19.5 -47.5q0 -47 -31 -96l-166 -250l191 -209q18 -23 18 -49q0 -35 -23.5 -61.5t-54.5 -26.5q-35 0 -57 20 l-188 201q-176 -264 -455 -264q-236 0 -374 132t-138 337zM150 424q0 -135 111.5 -228.5t252.5 -93.5q227 0 371 236l-441 489q-294 -194 -294 -403zM367 1282q0 -139 137 -264q166 127 166 258q0 78 -44 118t-105.5 40t-107.5 -40t-46 -112z" />
-<glyph unicode="'" horiz-adv-x="559" d="M0 1161q0 16 4 29l125 309q31 76 92 76q33 0 58.5 -24.5t25.5 -59.5q0 -18 -10 -43l-133 -301q-25 -55 -80 -55q-31 0 -56.5 20t-25.5 49z" />
-<glyph unicode="(" horiz-adv-x="624" d="M0 721q0 487 291 805q29 23 57.5 22.5t48 -20t19.5 -45.5q0 -29 -25 -58q-248 -293 -248 -714q0 -211 61.5 -411t192.5 -335q18 -27 18.5 -55.5t-18 -47t-47.5 -18.5q-35 0 -63 29q-145 145 -216 375.5t-71 472.5z" />
-<glyph unicode=")" horiz-adv-x="624" d="M-2 -90q0 29 18 55q131 135 192.5 335t61.5 411q0 422 -247 714q-25 29 -25 58q0 27 19.5 46t48 19t57.5 -22q291 -317 291 -805q0 -242 -71 -472.5t-216 -375.5q-29 -29 -64 -29q-29 0 -47 18.5t-18 47.5z" />
-<glyph unicode="*" d="M276 997q0 27 23 50l211 110l-207 111q-27 25 -27 53q0 23 18.5 41t43.5 18q6 0 22 -4l205 -133l-12 240q12 57 61 57q47 0 62 -51l-14 -246l194 125q16 10 37 10q23 0 41 -17.5t18 -41.5q0 -31 -30 -55l-213 -107l209 -102q35 -18 34 -56q0 -25 -17 -42t-44 -17 q-14 0 -31 6l-198 119l14 -219q0 -33 -18.5 -50.5t-43.5 -17.5q-23 0 -41 16.5t-20 45.5l10 225l-198 -123q-16 -4 -27 -4q-25 0 -43.5 17t-18.5 42z" />
-<glyph unicode="+" d="M51 561q0 84 92 84h373v375q0 41 22.5 64.5t61.5 23.5q35 0 59.5 -25.5t24.5 -62.5v-375h373q47 0 73.5 -22.5t26.5 -59.5q0 -90 -100 -90h-373v-387q0 -35 -23.5 -60.5t-58.5 -25.5q-39 0 -62.5 23.5t-23.5 62.5v387h-373q-92 0 -92 88z" />
-<glyph unicode="," horiz-adv-x="557" d="M0 -205q0 12 6 27l137 334q29 66 84 65q31 0 53.5 -20.5t22.5 -48.5q0 -8 -4 -21l-156 -360q-20 -51 -67 -52q-29 0 -52.5 22.5t-23.5 53.5z" />
-<glyph unicode="-" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
-<glyph unicode="." horiz-adv-x="468" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode="/" d="M266 39q0 18 6 33l557 1429q25 61 80 62q27 0 44.5 -19.5t17.5 -46.5t-13 -53l-571 -1444q-10 -31 -65 -31q-23 0 -39.5 19.5t-16.5 50.5z" />
-<glyph unicode="0" horiz-adv-x="1214" d="M2 768q0 133 27.5 266t83 258t158 202t235.5 77h8q133 0 234.5 -76t155.5 -200t81 -256t27 -267q0 -131 -28 -263t-84 -256t-157.5 -201t-232.5 -77q-137 0 -240.5 74t-159 196t-82 254t-26.5 269zM172 764q0 -100 19.5 -204.5t57.5 -203t105.5 -161t155.5 -62.5 t155.5 65.5t104.5 166t54.5 202t17.5 193.5q0 106 -17.5 213.5t-54.5 208t-103.5 164t-154.5 63.5q-94 0 -165 -66.5t-106.5 -171t-52 -207t-16.5 -200.5z" />
-<glyph unicode="1" horiz-adv-x="757" d="M-4 1348q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -105v-1286q0 -39 -22.5 -63.5t-59.5 -24.5q-39 0 -61.5 24.5t-22.5 63.5v1253l-201 -57q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5z" />
-<glyph unicode="2" horiz-adv-x="1077" d="M-4 1143q0 188 133 305t307 117q168 0 297 -108.5t129 -276.5q0 -197 -145 -389l-484 -635h576q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -113 74q0 37 31 76l557 757q90 123 90 258q0 109 -79.5 175.5t-186.5 66.5q-109 0 -186.5 -72.5t-77.5 -201.5q0 -35 -21.5 -67 t-60.5 -32t-62.5 34t-23.5 75z" />
-<glyph unicode="3" horiz-adv-x="1071" d="M-25 305q0 39 20.5 60.5t49.5 21.5q53 0 76 -53q84 -195 268 -195q123 0 210 77t87 214q0 109 -62.5 195t-177.5 104q-25 4 -118 4q-94 2 -94.5 76t92.5 74q96 0 116 4q86 16 134.5 98t48.5 178q0 115 -65.5 184.5t-182.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5 q0 -102 -78 -102q-88 0 -88 109q0 135 113.5 243.5t277.5 108.5q182 0 294 -117t112 -287q0 -195 -170 -340q115 -72 173 -178t58 -223q0 -182 -127 -316.5t-336 -134.5q-117 0 -213 52.5t-151 132.5q-52 73 -52 145z" />
-<glyph unicode="4" horiz-adv-x="1234" d="M-4 483q0 43 27 78l534 862q59 96 158 97q57 0 94 -40t37 -108v-829h98q76 0 76 -82q0 -72 -68 -72h-106v-293q0 -96 -78 -96q-80 0 -80 96v291h-584q-51 0 -79.5 27.5t-28.5 68.5zM188 543h500v805z" />
-<glyph unicode="5" horiz-adv-x="1116" d="M-14 233q0 35 19.5 54.5t45.5 19.5q39 0 64 -35q49 -63 135 -103t170 -40q143 0 237.5 104.5t94.5 239.5q0 139 -89.5 242.5t-248.5 103.5q-57 0 -115.5 -17.5t-87.5 -17.5q-84 0 -84 76q0 18 104 574q14 82 117 82h438q35 0 55.5 -26t20.5 -63q0 -78 -76 -77h-421 l-68 -396q68 16 156 17q219 0 340.5 -141.5t121.5 -337.5q0 -207 -133 -362t-372 -155q-170 0 -297 85t-127 173z" />
-<glyph unicode="6" horiz-adv-x="1110" d="M2 522q0 268 145.5 516t372.5 453q33 31 70 31t61.5 -21.5t24.5 -60.5q0 -27 -23 -49q-127 -119 -242.5 -267.5t-166.5 -253.5q92 109 280 109q170 0 291 -137t121 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM162 492q0 -145 85 -255t226 -110 q141 10 224 116.5t83 245.5q0 137 -83 237.5t-236 100.5q-145 0 -222 -99t-77 -236z" />
-<glyph unicode="7" horiz-adv-x="1110" d="M-4 1436q0 82 94 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 11 49l520 1223h-625q-94 0 -94 84z" />
-<glyph unicode="8" horiz-adv-x="1103" d="M-4 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 118 268.5t284 108.5q168 0 279.5 -105.5t111.5 -271.5q0 -199 -199 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-321 -136.5q-205 0 -333 132t-128 337zM168 451q0 -133 80 -223.5t209 -90.5 q125 0 202.5 90t77.5 219q0 131 -81 221.5t-199 90.5q-125 0 -207 -91t-82 -216zM217 1173.5q0 -108.5 66.5 -185.5t173.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-158 63t-163 -63.5t-70.5 -172z" />
-<glyph unicode="9" horiz-adv-x="1124" d="M-6 1059q0 209 127 359.5t356 150.5q217 0 347 -159t130 -402q0 -154 -43 -309.5t-171 -352t-330 -360.5q-27 -23 -64 -23q-31 0 -51.5 18.5t-20.5 47.5q0 45 39 80q139 121 258 272t154 248q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM156 1049q0 -164 93 -260.5 t224 -96.5q141 0 233.5 90t92.5 262q0 145 -84 256t-244 111q-152 0 -233.5 -111.5t-81.5 -250.5z" />
-<glyph unicode=":" horiz-adv-x="464" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM0 819q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode=";" horiz-adv-x="557" d="M0 -205q0 -31 23.5 -53.5t52.5 -22.5q47 0 67 52l156 360q4 12 4 21q0 29 -22.5 49t-53.5 20q-55 0 -84 -65l-137 -334q-6 -15 -6 -27zM102 819q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
-<glyph unicode="&#x3c;" horiz-adv-x="1331" d="M39 571q0 57 72 93l931 434q41 16 70 16q27 0 45.5 -18.5t18.5 -46.5q0 -51 -68 -84l-844 -406l828 -401q78 -37 77 -88q0 -31 -18 -49.5t-51 -18.5q-31 0 -80 23l-909 452q-72 35 -72 94z" />
-<glyph unicode="=" d="M53 377q0 76 74 76h963q76 0 75 -74q0 -76 -75 -76h-963q-74 0 -74 74zM53 805q0 72 74 72h963q76 0 75 -78q0 -72 -75 -72h-963q-74 0 -74 78z" />
-<glyph unicode="&#x3e;" horiz-adv-x="1331" d="M39 1049q0 29 18.5 47t44.5 18q29 0 70 -16l932 -434q72 -35 72 -93q0 -59 -72 -94l-909 -452q-49 -23 -80 -23q-33 0 -51.5 18.5t-18.5 49.5q0 51 78 88l827 401l-844 406q-67 33 -67 84z" />
-<glyph unicode="?" horiz-adv-x="1017" d="M55 1188q0 154 110.5 244t252.5 90q150 0 254 -97.5t104 -269.5q0 -96 -40 -199.5t-113.5 -204t-135 -171t-145.5 -154.5q-31 -27 -59 -27q-33 0 -53.5 20.5t-20.5 55.5q0 31 45 76q111 113 177.5 189.5t126.5 193.5t60 219q0 104 -62 159.5t-148 55.5q-78 0 -136.5 -53 t-66.5 -133q-4 -41 -25.5 -64.5t-50.5 -23.5q-31 0 -52.5 24.5t-21.5 69.5zM205 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode="@" horiz-adv-x="1798" d="M35 739q0 369 207 604.5t565 235.5q307 0 497.5 -179t190.5 -495q0 -233 -85 -388t-218 -155q-111 0 -205 117q-104 -115 -237 -114q-166 0 -255 116.5t-89 280.5q0 172 95 299t263 127q109 0 199 -90q10 88 67 88q70 0 70 -99v-423q0 -164 86 -164q78 0 125 100t47 295 q0 250 -155.5 399.5t-397.5 149.5q-293 0 -460 -195.5t-167 -505.5q0 -285 173 -459.5t429 -174.5q340 0 498 176q39 41 76 41q25 0 41 -14.5t16 -39.5q0 -43 -27 -71q-106 -119 -274 -173.5t-340 -54.5q-311 0 -523 210t-212 556zM551 762q0 -104 55.5 -180t159.5 -76 q121 0 184 104v357q-76 82 -162 82q-109 0 -173 -86t-64 -201z" />
-<glyph unicode="A" horiz-adv-x="1388" d="M0 72q0 16 8 41l463 1310q33 92 119 92.5t119 -92.5l479 -1310q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-107 262h-704l-84 -233q-29 -78 -92 -78q-66 0 -66 72zM285 467h606l-299 840z" />
-<glyph unicode="B" horiz-adv-x="1241" d="M0 100v1317q0 98 84 99h395q70 0 141.5 -20.5t140 -60.5t111.5 -114t43 -166q0 -111 -65.5 -202t-165.5 -122q141 -23 245.5 -139.5t104.5 -265.5q0 -184 -128 -305t-306 -121h-481q-68 0 -90 16q-29 18 -29 84zM152 150h387q139 0 232 72.5t93 201.5q0 147 -117.5 232 t-279.5 85h-315v-591zM152 881h266q133 0 235.5 61.5t102.5 181.5q0 109 -87 175.5t-202 66.5h-315v-485z" />
-<glyph unicode="C" horiz-adv-x="1449" d="M-2 764q0 154 46 296t132 257t224.5 184.5t308.5 69.5q252 0 432 -168q39 -33 39 -74q0 -37 -21.5 -59.5t-52.5 -22.5q-39 0 -64 25q-133 133 -340 133q-172 0 -297.5 -93t-183 -232.5t-57.5 -301.5q0 -258 144.5 -450.5t396.5 -192.5q195 0 335 141q23 23 52 23 q74 0 73 -76q0 -47 -30 -76q-195 -170 -439 -170q-168 0 -304 67t-221 179.5t-129 250.5t-44 290z" />
-<glyph unicode="D" horiz-adv-x="1349" d="M0 84v1333q0 98 119 99h405q193 0 335 -115t209 -285t67 -364q0 -301 -181.5 -526.5t-470.5 -225.5h-397q-51 0 -68.5 16.5t-17.5 67.5zM152 150h321q231 0 365.5 179t134.5 423q0 162 -51.5 298t-161 226t-258.5 90h-350v-1216z" />
-<glyph unicode="E" horiz-adv-x="1007" d="M0 92v1331q0 92 84 93h623q76 0 75 -76q0 -74 -75 -74h-557v-504h458q76 0 76 -78q0 -72 -76 -71h-458v-563h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
-<glyph unicode="F" horiz-adv-x="927" d="M0 61v1356q0 98 84 99h604q76 0 76 -76q0 -74 -76 -74h-536v-541h405q76 0 76 -77q0 -74 -76 -74h-405v-613q0 -61 -78 -61q-74 0 -74 61z" />
-<glyph unicode="G" horiz-adv-x="1470" d="M0 782q0 164 44 307.5t129 254t219 174t304 63.5q117 0 243 -48t214 -140q35 -35 35 -68t-21.5 -59.5t-58.5 -26.5q-35 0 -72 33q-160 145 -348 145q-252 0 -386 -174t-134 -459q0 -162 54 -306t173 -243.5t281 -99.5q209 0 329.5 158t120.5 393q0 29 -8 31h-420 q-90 0 -90 74q0 76 97 75h444q80 0 105.5 -48t25.5 -134q0 -299 -169 -503t-443 -204q-162 0 -293 71t-211 187.5t-122 256.5t-42 290z" />
-<glyph unicode="H" horiz-adv-x="1386" d="M0 74v1370q0 76 74 76q76 0 76 -76v-598h845v598q0 76 74 76q78 0 78 -76v-1370q0 -74 -78 -74q-74 0 -74 74v620h-845v-620q0 -74 -74 -74q-76 0 -76 74z" />
-<glyph unicode="I" horiz-adv-x="391" d="M0 76v1368q0 76 74 76q76 0 76 -76v-1368q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph unicode="J" horiz-adv-x="882" d="M0 133q0 78 70 78q16 0 85.5 -47t149.5 -47q88 0 137.5 50t49.5 138v1139q0 76 75 76q78 0 78 -76v-1139q0 -152 -95 -242t-247 -90q-164 0 -278 103q-25 22 -25 57z" />
-<glyph unicode="K" horiz-adv-x="1214" d="M0 66v1390q0 63 74 64q78 0 78 -64v-747l714 788q16 18 47 19q33 0 58.5 -26t25.5 -56q0 -29 -20 -48l-440 -481l475 -772q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-465 760l-274 -289v-438q0 -66 -74 -66q-78 0 -78 66z" />
-<glyph unicode="L" horiz-adv-x="1052" d="M0 117v1327q0 76 74 76q76 0 76 -76v-1294h657q76 0 76 -74q0 -76 -76 -76h-707q-100 0 -100 117z" />
-<glyph unicode="M" horiz-adv-x="1859" d="M0 72q0 16 2 24l203 1274q25 154 131 154q104 0 143 -138l336 -1116l344 1116q41 133 147.5 133.5t127.5 -149.5l190 -1278q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-70 0 -82 82l-174 1243l-399 -1239q-27 -88 -84 -88t-84 88l-385 1241l-188 -1243 q-12 -84 -82 -84q-72 0 -72 70z" />
-<glyph unicode="N" horiz-adv-x="1368" d="M0 78v1352q0 90 74 90q57 0 106 -74l799 -1176v1170q0 78 74 78q76 0 75 -78v-1350q0 -90 -73 -90q-59 0 -103 61l-802 1172v-1155q0 -78 -74 -78q-76 0 -76 78z" />
-<glyph unicode="O" horiz-adv-x="1529" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM158 780q0 -170 54 -315.5t170 -241.5t273 -96q160 0 277 94t169 234.5t52 308.5 q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5z" />
-<glyph unicode="P" horiz-adv-x="1241" d="M0 76v1360q0 82 84 82h434q213 0 357.5 -130.5t144.5 -334.5q0 -193 -143.5 -325t-346.5 -132h-380v-520q0 -76 -74 -76q-76 0 -76 76zM150 745h372q145 0 243.5 85t98.5 225q0 145 -103.5 229t-271.5 84h-339v-623z" />
-<glyph unicode="Q" horiz-adv-x="1552" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -274 -129 -487q16 -18 139 -154q23 -27 23 -55.5t-18.5 -50t-51.5 -21.5q-29 0 -47 18l-142 144q-193 -184 -436 -184q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM160 780 q0 -170 54 -315.5t170 -241.5t273 -96q199 0 340 141l-114 107q-29 29 -29 59q0 37 24.5 62.5t57.5 25.5q31 0 53 -22l98 -99q68 147 68 363q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5z" />
-<glyph unicode="R" horiz-adv-x="1259" d="M0 92v1344q0 82 117 82h471q217 0 342 -127t125 -299q0 -133 -81 -243t-235 -151l287 -561q18 -37 18 -71q0 -68 -65 -68q-49 0 -70 41l-329 627h-430v-574q0 -92 -74 -92q-76 0 -76 92zM150 815h454q141 0 218 79t77 191.5t-79 197.5t-216 85h-454v-553z" />
-<glyph unicode="S" horiz-adv-x="1122" d="M0 168q0 70 70 70q35 0 71 -25q127 -78 272.5 -78t237.5 67.5t92 207.5q0 43 -22.5 81.5t-74.5 76.5t-92 61.5t-118 64.5q-104 55 -155.5 85t-127 87.5t-109.5 121t-34 138.5q0 195 131 309.5t330 114.5q174 0 348 -94q57 -33 58 -94q0 -33 -20.5 -56.5t-51.5 -23.5 q-20 0 -78 37q-115 72 -289 72q-104 0 -182 -75t-78 -181q0 -27 8.5 -51.5t32 -50t40.5 -42t60 -42t62.5 -37t74 -40t72.5 -38.5q70 -39 94.5 -52.5t84 -50.5t84 -63.5t58.5 -66.5t47 -85t13 -96q0 -213 -140 -329t-361 -116q-195 0 -353 103q-55 37 -55 90z" />
-<glyph unicode="T" horiz-adv-x="1087" d="M0 1442q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-1282q0 -86 -74 -86q-78 0 -78 86v1282h-301q-82 0 -82 74z" />
-<glyph unicode="U" horiz-adv-x="1396" d="M0 584v846q0 88 84 88q82 0 82 -88v-830q0 -457 426 -457q190 0 296.5 102.5t106.5 354.5v830q0 88 84 88t84 -88v-846q0 -164 -47 -285t-131 -189.5t-186.5 -100.5t-225.5 -32q-258 0 -415.5 145t-157.5 462z" />
-<glyph unicode="V" horiz-adv-x="1351" d="M0 1448q0 74 78 74q57 0 80 -62l422 -1206l417 1206q23 59 72 60q33 0 61.5 -26t28.5 -58q0 -12 -6 -25l-457 -1284q-47 -127 -116 -127q-63 0 -105 109l-469 1302q-6 19 -6 37z" />
-<glyph unicode="W" horiz-adv-x="1853" d="M0 1444q0 35 22.5 55.5t55.5 20.5q68 0 80 -76l211 -1239l348 1237q23 78 108 78q84 0 107 -78l338 -1235l205 1233q12 84 84 84q33 0 56 -22.5t23 -57.5q0 -12 -2 -19l-237 -1321q-8 -47 -45 -75.5t-84 -28.5q-98 0 -125 94l-324 1186l-321 -1153q-18 -66 -55 -98.5 t-80 -32.5q-45 0 -82 32.5t-47 88.5l-234 1308q-2 7 -2 19z" />
-<glyph unicode="X" horiz-adv-x="1355" d="M0 57q0 33 25 70l454 707l-401 565q-18 27 -19 51q0 31 20.5 50.5t51.5 19.5q41 0 68 -37l374 -514l330 512q25 37 64 37q29 0 51 -21.5t22 -52.5q0 -25 -16 -47l-369 -545l480 -721q29 -45 28 -76q0 -57 -59 -57q-45 0 -78 45l-461 670l-428 -668q-31 -47 -78 -47 q-59 0 -59 59z" />
-<glyph unicode="Y" horiz-adv-x="1163" d="M0 1448q0 72 68 72q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -66q0 -20 -12 -43l-412 -698v-625q0 -88 -76 -88q-78 0 -78 88v625l-389 682q-14 26 -14 53z" />
-<glyph unicode="Z" horiz-adv-x="1228" d="M0 86q0 45 23 80l796 1202h-713q-78 0 -77 74q0 76 77 76h824q102 0 102 -66q0 -37 -41 -100l-796 -1202h784q80 0 80 -72q0 -78 -80 -78h-907q-72 0 -72 86z" />
-<glyph unicode="[" horiz-adv-x="552" d="M0 -27v1479q0 100 84 100h149q66 0 66 -73q0 -61 -63 -62h-86v-1413h86q63 0 63 -61q0 -70 -66 -70h-149q-84 0 -84 100z" />
-<glyph unicode="\" horiz-adv-x="970" d="M0 1483q0 31 22.5 48t57.5 17q29 0 43 -18.5t33 -61.5l557 -1396q4 -12 4 -23q0 -27 -19.5 -45t-48.5 -18q-59 0 -88 69l-555 1397q-6 15 -6 31z" />
-<glyph unicode="]" horiz-adv-x="552" d="M0 -51q0 55 53 55h97v1399q-6 0 -35 -1t-52 -1q-63 0 -63 65q0 70 63 70h154q82 0 82 -100v-1463q0 -100 -82 -100h-154q-63 0 -63 76z" />
-<glyph unicode="^" d="M59 614q0 29 19 64l457 807q27 51 84 51t83 -51l441 -807q16 -33 16 -62q0 -70 -76 -69q-51 0 -96 82l-369 690l-389 -690q-27 -47 -43 -64.5t-47 -17.5q-33 0 -56.5 17t-23.5 50z" />
-<glyph unicode="_" horiz-adv-x="1091" d="M-76 -194.5q0 67.5 76 67.5h1022q80 0 80 -70q0 -66 -80 -65h-1022q-76 0 -76 67.5z" />
-<glyph unicode="`" horiz-adv-x="559" d="M-2 1130q0 18 8 35l137 320q27 57 78 57q37 0 60.5 -19.5t23.5 -54.5q0 -8 -4 -20l-139 -315q-31 -72 -74 -72q-39 0 -64.5 20t-25.5 49z" />
-<glyph unicode="a" horiz-adv-x="1140" d="M10 326q0 170 130 266t304 96q207 0 310 -102v194q0 106 -82 171t-226 65q-76 0 -168 -24.5t-114 -24.5q-70 0 -70 63q0 49 58 74q150 61 340 61q197 0 306 -104.5t109 -265.5v-736q0 -31 -20.5 -53t-55 -22t-54 21.5t-21.5 51.5q-2 39 -2 70q-133 -143 -351 -143 q-162 0 -277.5 89t-115.5 253zM164 338q0 -104 76.5 -157.5t189.5 -53.5q125 0 223.5 61.5t98.5 161.5q0 88 -93.5 142.5t-214.5 54.5q-117 0 -198.5 -54.5t-81.5 -154.5z" />
-<glyph unicode="b" horiz-adv-x="1179" d="M0 61v1457q0 80 76 79.5t76 -79.5v-580q33 96 133 166t204 70q223 0 350.5 -182.5t127.5 -424.5q0 -154 -51.5 -285.5t-163 -219t-263.5 -87.5q-111 0 -202.5 53.5t-134.5 149.5v-119q0 -37 -23 -59.5t-55 -22.5q-74 0 -74 84zM160 571q0 -182 87 -317t253 -135 q82 0 143.5 40t96 105.5t52 141t17.5 157.5q0 111 -28.5 211t-101.5 176t-179 76q-166 0 -253 -137.5t-87 -317.5z" />
-<glyph unicode="c" horiz-adv-x="1064" d="M0 569q0 254 157.5 416t383.5 162q145 0 243 -45q70 -31 70 -74q0 -35 -18.5 -56.5t-49.5 -21.5q-8 0 -20 4q-111 47 -223 47q-166 0 -276.5 -122.5t-110.5 -319.5q0 -180 115.5 -308t277.5 -128q127 0 229 70q10 8 27 8q23 0 42 -19.5t19 -46.5q0 -37 -49 -76 q-125 -82 -272 -82q-231 0 -388 170t-157 422z" />
-<glyph unicode="d" horiz-adv-x="1191" d="M0 559q0 154 51 290t162 230.5t262 94.5q100 0 195.5 -50.5t138.5 -140.5v537q0 80 78 79q74 0 74 -79v-1481q0 -68 -74 -68q-78 0 -78 70v137q-131 -205 -334 -205q-227 0 -351 172t-124 414zM158 557q0 -182 83 -314t232 -132q135 0 237.5 125.5t102.5 330.5 q0 207 -99.5 332t-232.5 125q-152 0 -237.5 -139.5t-85.5 -327.5z" />
-<glyph unicode="e" horiz-adv-x="1236" d="M0 573q0 242 134 422.5t362 180.5q223 0 348 -141.5t125 -370.5q0 -90 -23.5 -128t-91.5 -38h-692q0 -137 114.5 -254t251.5 -117q88 0 149.5 22.5t129.5 81.5q41 37 88 37q68 0 68 -69q0 -27 -15 -41q-145 -182 -420 -183q-244 0 -386 172t-142 426zM164 645h653 q0 162 -86 270.5t-229 108.5q-145 0 -241.5 -111.5t-96.5 -267.5z" />
-<glyph unicode="f" horiz-adv-x="704" d="M0 1055q0 80 84 80h96q0 188 69.5 286.5t229.5 98.5q90 0 90 -72q0 -68 -90 -68q-84 0 -116.5 -59t-32.5 -186q66 0 131 2q84 0 84 -78q0 -80 -88 -80h-127v-905q0 -74 -76 -74q-74 0 -74 74v907h-96q-84 0 -84 74z" />
-<glyph unicode="g" horiz-adv-x="1198" d="M0 578q0 244 133 420t367 176q94 0 189 -57.5t128 -135.5v131q0 68 74 68q78 0 78 -72v-1030q0 -256 -144.5 -398.5t-347.5 -142.5q-215 0 -360 92q-41 27 -41 76q0 33 20.5 56.5t53.5 23.5q25 0 77 -31q115 -63 244 -63q150 0 248 94t98 274v105q-37 -94 -126 -140.5 t-191 -46.5q-233 0 -366.5 177.5t-133.5 423.5zM158 580q0 -215 101 -338t236.5 -123t231.5 119.5t96 334.5q0 211 -99 331t-235 120q-133 0 -232 -117.5t-99 -326.5z" />
-<glyph unicode="h" horiz-adv-x="1077" d="M0 74v1446q0 80 74 79q76 0 76 -79v-525q100 176 301 176q158 0 281.5 -110.5t123.5 -278.5v-708q0 -74 -76 -74q-74 0 -73 74v643q0 145 -81 226t-194 81q-115 0 -198.5 -82t-83.5 -225v-643q0 -74 -76 -74q-74 0 -74 74z" />
-<glyph unicode="i" horiz-adv-x="471" d="M0 1505q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM31 76v1011q0 76 75 76q80 0 80 -76v-1011q0 -76 -77.5 -76t-77.5 76z" />
-<glyph unicode="j" horiz-adv-x="430" d="M-213 -420q0 -72 90 -72q172 0 237.5 95.5t65.5 290.5v1193q0 74 -76 74q-78 0 -77 -74v-1193q0 -135 -28 -190.5t-122 -55.5q-90 0 -90 -68zM0 1505q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode="k" horiz-adv-x="1048" d="M-2 74v1448q0 76 78 75q76 0 76 -75v-953l583 551q23 18 51 19q33 0 55.5 -19.5t22.5 -50.5t-43 -74l-327 -307l376 -530q33 -55 33 -86q0 -37 -20.5 -56.5t-48.5 -19.5q-51 0 -78 45l-381 543l-223 -203v-307q0 -74 -78 -74q-76 0 -76 74z" />
-<glyph unicode="l" horiz-adv-x="419" d="M0 76v1448q0 78 74 78q78 0 78 -78v-1448q0 -76 -76 -76t-76 76z" />
-<glyph unicode="m" horiz-adv-x="1722" d="M0 78v987q0 90 76 90t76 -84v-80q41 82 123.5 132.5t173.5 50.5q100 0 185 -59.5t124 -156.5q49 96 147.5 156t212.5 60q160 0 271.5 -102.5t111.5 -260.5v-733q0 -74 -76 -74q-78 0 -77 74v667q0 115 -64.5 193t-173.5 78q-127 0 -207 -94.5t-80 -227.5v-616 q0 -76 -73 -76q-76 0 -76 76v667q0 115 -65.5 191t-174.5 76q-127 0 -205.5 -92.5t-78.5 -225.5v-616q0 -76 -74 -76q-76 0 -76 76z" />
-<glyph unicode="n" horiz-adv-x="1079" d="M0 74v999q0 80 74 80q76 0 76 -80v-78q98 178 307 179q158 0 278.5 -109t120.5 -283v-708q0 -74 -76 -74q-74 0 -73 74v643q0 145 -81 226t-194 81q-115 0 -198.5 -82t-83.5 -225v-643q0 -74 -76 -74q-74 0 -74 74z" />
-<glyph unicode="o" horiz-adv-x="1208" d="M0 575.5q0 245.5 132 422t364 176.5q156 0 271.5 -91.5t169.5 -227.5t54 -294q0 -244 -132 -414t-363.5 -170t-363.5 176.5t-132 422zM160 590q0 -180 87 -325.5t249 -145.5q164 0 251 127t87 303q0 111 -35 216t-115 183t-188 78q-166 0 -251 -129t-85 -307z" />
-<glyph unicode="p" horiz-adv-x="1179" d="M0 -387v1481q0 80 76 80t76 -80v-156q33 96 133 166t204 70q223 0 350.5 -182.5t127.5 -424.5q0 -154 -51.5 -285.5t-163 -219t-263.5 -87.5q-111 0 -202.5 53.5t-134.5 149.5v-567q0 -37 -23 -59.5t-55 -22.5q-74 0 -74 84zM164 567q0 -182 87 -317t253 -135 q82 0 143.5 40t96 105.5t52 141t17.5 157.5q0 111 -28.5 211t-101.5 176t-179 76q-166 0 -253 -137.5t-87 -317.5z" />
-<glyph unicode="q" horiz-adv-x="1189" d="M0 559q0 154 51 290t162 230.5t262 94.5q100 0 195.5 -50.5t138.5 -140.5v111q0 80 78 80q74 0 74 -80v-1497q0 -68 -74 -68q-78 0 -78 70v579q-131 -205 -334 -205q-227 0 -351 172t-124 414zM156 559q0 -182 83 -314t232 -132q135 0 237.5 126t102.5 330 q0 207 -99.5 332t-232.5 125q-152 0 -237.5 -139.5t-85.5 -327.5z" />
-<glyph unicode="r" horiz-adv-x="858" d="M0 74v999q0 80 74 80q76 0 76 -80v-98q55 98 151 148.5t207 50.5q76 0 112.5 -28t36.5 -67q0 -33 -22.5 -56.5t-56.5 -23.5q-27 0 -65 7.5t-75 7.5q-102 0 -195 -91.5t-93 -205.5v-643q0 -74 -76 -74q-74 0 -74 74z" />
-<glyph unicode="s" horiz-adv-x="1032" d="M16 160q0 84 68 84q27 0 59 -23q139 -92 283 -92q98 0 175 44t77 134q0 113 -236 197q-88 33 -145 58.5t-127 66.5t-104.5 93t-34.5 114q0 164 117.5 248.5t293.5 84.5q182 0 318 -73q39 -20 39 -72q0 -35 -19.5 -53.5t-50.5 -18.5q-25 0 -45 13q-92 53 -246 53 q-102 0 -173.5 -40t-71.5 -124q0 -20 8 -37.5t27.5 -34t38 -29t53 -28.5t56 -25.5t65.5 -27t65 -25.5q68 -29 102.5 -44t88 -47t80 -61.5t48 -74.5t21.5 -98q0 -174 -125 -259.5t-299 -85.5q-188 0 -379 121q-27 19 -27 62z" />
-<glyph unicode="t" horiz-adv-x="794" d="M0 1065q0 68 63 68h76v167q0 74 74 74q76 0 76 -74v-167h180q80 0 80 -70t-76 -70h-184v-626q0 -137 27.5 -191.5t121.5 -54.5q90 0 90 -68q0 -72 -90 -71q-172 0 -235.5 95t-63.5 290v628h-65q-74 0 -74 70z" />
-<glyph unicode="u" horiz-adv-x="1083" d="M2 430v641q0 76 74 76q76 0 76 -76l2 -575q0 -113 20.5 -191t59 -115.5t81.5 -52t99 -14.5q127 0 224 121t97 323v512q0 80 70 80q74 0 74 -80v-1040q0 -68 -74 -68q-78 0 -78 70v137q-129 -213 -332 -213q-168 0 -280.5 113.5t-112.5 351.5z" />
-<glyph unicode="v" horiz-adv-x="1042" d="M0 1067q0 33 21.5 52.5t54.5 19.5q59 0 88 -90l256 -783l260 785q31 88 92 88q72 0 72 -72q0 -18 -6 -33l-334 -973q-20 -61 -90 -61q-61 0 -82 61l-326 971q-6 19 -6 35z" />
-<glyph unicode="w" horiz-adv-x="1779" d="M0 1055q0 82 76 82q61 0 86 -64l256 -817l276 807q25 72 92 72q33 0 65 -19.5t40 -52.5l262 -799l250 811q20 63 86 64q68 0 67 -78q0 -20 -10 -51q0 -23 -307 -932q-27 -76 -92 -76q-61 0 -88 82l-275 805l-264 -811q-25 -78 -98.5 -78t-102.5 84q-319 948 -319 971z " />
-<glyph unicode="x" horiz-adv-x="1128" d="M0 68q0 41 35 88l336 456l-291 389q-23 33 -23 60q0 31 23.5 52.5t54.5 21.5q49 0 80 -45l250 -359l254 361q31 45 78 45q33 0 56.5 -20.5t23.5 -51.5t-25 -61l-301 -379l340 -461q39 -51 39 -96q0 -68 -66 -68q-57 0 -102 63l-307 426l-308 -428q-39 -57 -88 -57 q-59 1 -59 64z" />
-<glyph unicode="y" horiz-adv-x="1069" d="M0 1059q0 76 72 76q66 0 88 -72l270 -836l281 846q20 63 86 64q74 0 73 -74q0 -31 -6 -47l-506 -1413q-23 -68 -92 -68t-69 74q0 23 8 45l139 360l-334 996q-10 31 -10 49z" />
-<glyph unicode="z" horiz-adv-x="1081" d="M0 72q0 39 37 90l573 823h-508q-76 0 -75 76q0 74 75 74h625q92 0 92 -62q0 -43 -43 -104l-577 -824h577q76 0 76 -71q0 -74 -76 -74h-657q-119 0 -119 72z" />
-<glyph unicode="{" horiz-adv-x="800" d="M0 719q0 10 3 18t10 14.5t12.5 11.5t17.5 10t18 7l22 7q15 5 19 8q111 45 111 319q0 80 -8 172q0 145 71.5 197.5t204.5 52.5q27 0 46.5 -20.5t19.5 -42.5q0 -53 -88 -54q-115 0 -115 -155q0 -29 4 -85.5t4 -78.5q0 -293 -172 -387q170 -61 170 -371q0 -33 -2 -90t-2 -80 q0 -78 27.5 -123t105.5 -47q68 -2 68 -53q0 -59 -66 -60q-166 0 -224 62.5t-58 167.5q0 31 4 102.5t4 110.5q0 270 -105 319q-6 2 -23.5 5t-24.5 5.5t-20.5 7.5t-18.5 10t-10 15.5t-5 24.5z" />
-<glyph unicode="|" horiz-adv-x="403" d="M0 39v1546q0 88 76 88q74 0 74 -88v-1546q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph unicode="}" horiz-adv-x="800" d="M0 -51q0 51 68 53q78 2 105.5 47t27.5 123q0 23 -2 80t-2 90q0 309 170 371q-172 94 -172 387q0 23 4 79t4 85q0 156 -115 155q-88 0 -88 54q0 23 20.5 43t45.5 20q133 0 204.5 -52t71.5 -198q-8 -92 -8 -172q0 -274 110 -319q4 -2 20 -8l21 -7q6 -2 18.5 -7t17.5 -10 t12.5 -11.5t10.5 -14.5t3 -18q0 -14 -5 -24.5t-10.5 -15.5t-18.5 -10t-20.5 -7.5t-24.5 -5.5t-24 -5q-104 -49 -104 -319q0 -39 4 -110.5t4 -102.5q0 -104 -58.5 -167t-223.5 -63q-66 1 -66 60z" />
-<glyph unicode="~" horiz-adv-x="1255" d="M0 465q0 72 94 156t185 84q92 0 236 -78t196 -78q47 0 79.5 39t64.5 76.5t75 37.5q72 0 71 -90q0 -68 -103 -149.5t-198 -81.5q-82 0 -216 77t-201 77q-61 0 -117 -74q-59 -80 -98 -80q-68 0 -68 84z" />
-<glyph unicode="&#xa3;" horiz-adv-x="1384" d="M0 784q0 78 76 78h184q-111 158 -110 316q0 178 129 271t313 93q188 0 337.5 -103.5t162.5 -277.5q0 -35 -21.5 -59.5t-52.5 -24.5q-53 0 -80 64q-16 117 -116.5 184.5t-223.5 67.5q-113 0 -190.5 -59.5t-77.5 -168.5q0 -141 96 -303h274q74 0 74 -76q0 -74 -74 -73h-235 q33 -92 33 -178q0 -199 -205 -379h762q76 0 75 -78q0 -74 -75 -74h-895q-84 0 -84 72q0 43 67 112q94 100 142.5 183.5t48.5 185.5q0 74 -25 156h-233q-76 -1 -76 71z" />
-<glyph unicode="&#xa4;" horiz-adv-x="1640" d="M72 80q0 47 61 100l201 162q-31 76 -31 178q0 113 43 203l-213 172q-61 51 -61 100q0 27 20.5 41.5t46.5 14.5q33 0 78 -35l213 -178q115 104 275 104q154 0 270 -98l207 172q41 35 78 35q27 0 47 -14.5t20 -41.5q0 -51 -61 -100l-199 -160q53 -96 53 -215 q0 -104 -37 -194l183 -146q61 -49 61 -100q0 -27 -20.5 -41t-46.5 -14q-41 0 -78 34l-176 146q-119 -125 -295 -125q-184 0 -303 137l-191 -158q-37 -35 -78 -34q-27 0 -47 14t-20 41zM436 518q0 -147 81 -229t193.5 -82t194.5 81t82 230q0 139 -84 219t-196.5 80 t-191.5 -77t-79 -222z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1261" d="M0 1473q0 31 20.5 51t47.5 20q39 0 63 -43l371 -622l370 622q25 43 70 43q66 0 66 -63q0 -27 -19 -62l-256 -432h166q88 0 88 -78q0 -76 -88 -75h-258l-72 -121v-84h267q90 0 90 -78q0 -76 -90 -76h-267v-403q0 -86 -75 -86q-78 0 -78 86v403h-266q-88 0 -89 74 q0 33 24 56.5t65 23.5h266v84l-70 121h-244q-90 0 -90 73q0 33 24.5 56.5t65.5 23.5h156l-244 432q-14 27 -14 54z" />
-<glyph unicode="&#xa6;" horiz-adv-x="403" d="M0 74v663q0 43 20.5 68.5t53.5 25.5q76 0 76 -75v-682q0 -74 -76 -74q-74 0 -74 74zM0 983v616q0 43 20.5 69t53 26t54.5 -20.5t22 -57.5v-633q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1099" d="M10 735q0 55 25.5 84t60.5 29q37 0 64.5 -28.5t27.5 -69.5q0 -63 47.5 -109.5t118 -72t153.5 -57.5t153.5 -62.5t117.5 -89t47 -138.5q0 -164 -118.5 -252t-292.5 -88q-170 0 -318 80q-39 20 -39 72q0 35 21.5 55.5t52.5 20.5q25 0 45 -13q92 -53 246 -53q102 0 168.5 38 t66.5 122q0 20 -8 37.5t-26.5 33t-36 27.5t-51 26.5t-55 23.5t-65.5 25.5t-65 24.5q-340 133 -340 334zM10 1225q0 164 119 252t293 88q170 0 317 -80q39 -20 39 -72q0 -35 -21.5 -55.5t-51.5 -20.5q-25 0 -46 13q-92 53 -245 53q-102 0 -169 -38t-67 -122q0 -20 8.5 -37.5 t26.5 -33t35.5 -27.5t51.5 -26.5t55.5 -24t65.5 -25.5t64 -25q340 -133 340 -333q0 -55 -25.5 -84t-60.5 -29q-37 0 -64.5 28.5t-27.5 69.5q0 63 -47 109.5t-117.5 72t-153.5 57.5t-154 62.5t-118 89t-47 138.5z" />
-<glyph unicode="&#xa8;" horiz-adv-x="839" d="M0 1331q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM410 1331q0 43 29.5 73t72.5 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1806" d="M0 745.5q0 337.5 216 555t558 217.5q340 0 555 -219.5t215 -557.5q0 -336 -217 -552t-557 -216t-555 217.5t-215 555zM158 749.5q0 -274.5 173 -455.5t447.5 -181t445.5 178t171 452q0 276 -173 458.5t-447.5 182.5t-445.5 -180t-171 -454.5zM346 752q0 207 132 345 t315 138q92 0 194 -45q57 -29 57 -66q0 -29 -17 -49t-42 -20q-8 0 -16 4q-90 39 -183 39q-137 0 -221 -97.5t-84 -259.5q0 -133 84 -237.5t207 -104.5q76 0 121 19q68 23 74 22q61 0 61 -59q0 -35 -33 -62q-66 -53 -207 -53q-197 0 -319.5 142.5t-122.5 343.5z" />
-<glyph unicode="&#xab;" horiz-adv-x="933" d="M0 559q0 29 27 70l198 334q16 25 47 24.5t55.5 -23t24.5 -51.5q0 -18 -10 -34l-199 -318l211 -360q4 -12 4 -15q0 -20 -27.5 -37.5t-56.5 -17.5q-33 0 -49 25l-198 333q-27 45 -27 70zM319 559q0 29 23 70l205 334q16 23 51 22q82 0 82 -63q0 -23 -14 -43l-203 -318 q16 -23 213 -360q4 -8 4 -15q0 -20 -27.5 -37.5t-56.5 -17.5q-35 0 -49 25l-205 333q-23 41 -23 70z" />
-<glyph unicode="&#xac;" horiz-adv-x="1376" d="M0 565q0 33 24.5 56.5t63.5 23.5h948q86 0 86 -96v-303q0 -88 -73 -88q-33 0 -57.5 23.5t-24.5 64.5v243h-879q-88 0 -88 76z" />
-<glyph unicode="&#xad;" horiz-adv-x="1570" />
-<glyph unicode="&#xae;" horiz-adv-x="1804" d="M0 766q0 336 217 553t555 217t554 -220t216 -556q0 -338 -215 -554t-555 -216q-338 0 -555 220t-217 556zM150 764q0 -272 178 -455.5t452 -183.5q276 0 444.5 175t168.5 458q0 276 -172 457.5t-449 181.5q-274 0 -448 -180.5t-174 -452.5zM461 367v778q0 59 26 74 q20 10 56 10h301q127 0 211 -80q82 -76 82 -182q0 -182 -228 -244l121 -182q96 -152 96 -176q0 -61 -82 -62q-51 0 -81 64l-203 356h-166v-356q0 -63 -70 -64q-63 1 -63 64zM594 840h233q74 0 117 37.5t43 95t-44 98.5t-116 41h-233v-272z" />
-<glyph unicode="&#xb0;" horiz-adv-x="655" d="M0 1436q0 84 54.5 144t148.5 60q90 0 147.5 -59t57.5 -147q0 -86 -58.5 -145.5t-146.5 -59.5t-145.5 59.5t-57.5 147.5zM102 1434q0 -43 27 -73t76 -30q41 0 70.5 31t29.5 70q0 43 -27.5 73.5t-72.5 30.5q-47 0 -75 -29.5t-28 -72.5z" />
-<glyph unicode="&#xb1;" d="M59 741q0 78 84 78h373v326q0 80 78 80q37 0 62.5 -22.5t25.5 -57.5v-326h373q47 0 74.5 -23.5t27.5 -60.5q0 -78 -102 -78h-373v-346q0 -35 -24.5 -56.5t-61.5 -21.5q-80 0 -80 78v346h-373q-84 0 -84 84zM63 76q0 33 25 56.5t66 23.5h915q88 0 88 -78q0 -76 -88 -76 h-915q-91 0 -91 74z" />
-<glyph unicode="&#xb2;" horiz-adv-x="690" d="M-2 1309q0 94 66.5 152.5t152.5 58.5q84 0 148.5 -54.5t64.5 -138.5q0 -100 -72 -194l-241 -318h286q39 0 39 -39t-39 -39h-340q-55 0 -55 37q0 20 15 37l278 379q45 61 45 129q0 55 -40 88t-93 33t-92 -36t-39 -101q0 -16 -11.5 -33t-29.5 -17q-20 0 -31.5 18t-11.5 38z " />
-<glyph unicode="&#xb3;" horiz-adv-x="638" d="M-12 889q0 41 35 41q29 0 36 -27q43 -96 136 -96q61 0 104 39t43 106q0 53 -30.5 96.5t-88.5 53.5q-2 0 -28.5 1t-30.5 1q-47 0 -47 37t45 37q2 0 28.5 1t30.5 1q43 8 66.5 49t23.5 90q0 57 -32.5 92t-90.5 35q-45 0 -76.5 -30t-31.5 -73q0 -51 -39 -51q-43 0 -43 54 q0 68 56.5 122t138.5 54q92 0 147 -57.5t55 -143.5q0 -96 -84 -170q115 -74 115 -201q0 -90 -63.5 -157.5t-167.5 -67.5q-117 0 -183 92q-24 35 -24 72z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1081" d="M-2 -408v1469q0 76 78 76q76 0 76 -76v-674q0 -109 71.5 -177.5t177.5 -68.5q135 0 219.5 95.5t84.5 236.5v588q0 76 77 76q76 0 76 -76v-973q0 -88 -76 -88q-72 0 -75 78q-2 27 -2 72q-117 -166 -322 -166q-66 0 -130.5 29.5t-100.5 80.5v-502q0 -76 -78 -75 q-76 -1 -76 75z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1177" d="M0 1147q0 193 126 295t376 102h420q29 -2 48 -21.5t19 -46t-19.5 -47t-47.5 -20.5h-99v-1339q0 -29 -20.5 -49.5t-49 -20.5t-48 20.5t-19.5 49.5v1339h-154v-1339q0 -29 -20 -49.5t-49 -20.5t-47.5 20.5t-18.5 49.5v745q-182 0 -289.5 92.5t-107.5 239.5z" />
-<glyph unicode="&#xb7;" horiz-adv-x="468" d="M0 717q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -73t-73 -30t-72.5 30t-29.5 73z" />
-<glyph unicode="&#xbb;" horiz-adv-x="937" d="M0 178q0 10 6 19l213 364l-213 359q-6 10 -6 18q0 20 24.5 37.5t55.5 17.5q39 0 57 -30l199 -334q27 -41 26 -70q0 -25 -26 -70l-199 -333q-12 -23 -55 -23q-82 0 -82 45zM317 176q0 12 9 21l215 364l-205 318q-18 31 -19 55q0 59 72 59q45 0 64 -30l206 -334 q25 -39 25 -70t-25 -70l-206 -333q-12 -23 -60 -23q-76 0 -76 43z" />
-<glyph unicode="&#xbd;" horiz-adv-x="1941" d="M-4 1399q0 51 57 65q223 63 236 64q37 0 49 -31q8 -16 8 -78v-964q0 -29 -17.5 -47.5t-43.5 -18.5q-29 0 -46.5 18.5t-17.5 47.5v940l-151 -43q-6 -2 -19 -2q-25 0 -40 13t-15 36zM391 47q0 16 4 25l559 1444q18 47 70 47q57 0 57 -58q0 -16 -6 -35l-565 -1441 q-14 -41 -55 -41q-27 0 -45.5 16t-18.5 43zM1071 856q0 141 100.5 229.5t231.5 88.5q125 0 222 -82t97 -207q0 -147 -110 -293l-363 -475h432q57 0 58 -58q0 -59 -60 -59h-508q-84 0 -84 55q0 25 23 58l418 567q68 94 67 194q0 80 -60 130.5t-138 50.5q-82 0 -140.5 -54.5 t-58.5 -150.5q0 -27 -16.5 -50.5t-44.5 -23.5q-31 0 -48.5 25.5t-17.5 54.5z" />
-<glyph unicode="&#x192;" horiz-adv-x="800" d="M-61 -420q0 68 90 68q94 0 121.5 55t27.5 191l2 1087h-96q-84 0 -84 74q0 80 84 80h96q0 195 63.5 290t235.5 95q90 0 90 -72q0 -68 -90 -68q-94 0 -121.5 -55t-27.5 -190q66 0 131 2q84 0 84 -78q0 -80 -88 -80h-127v-528q0 -217 -1 -298t-1 -147v-112 q0 -195 -63.5 -290.5t-235.5 -95.5q-90 0 -90 72z" />
-<glyph unicode="&#x384;" horiz-adv-x="733" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70z" />
-<glyph unicode="&#x385;" horiz-adv-x="976" d="M0 1331q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM319 1294q0 18 9 35l137 320q27 57 78 57q74 0 73 -74q0 -8 -4 -20l-139 -316q-31 -72 -74 -71q-39 0 -59.5 19t-20.5 50zM614 1331q0 43 30 73t73 30t72.5 -30t29.5 -73 t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
-<glyph unicode="&#x386;" horiz-adv-x="1415" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM41 72q0 16 8 41l463 1310q33 92 119 92.5t119 -92.5l479 -1310q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-107 262h-704l-84 -233q-29 -78 -93 -78 q-65 0 -65 72zM326 467h606l-299 840z" />
-<glyph unicode="&#x388;" horiz-adv-x="1443" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM430 92v1331q0 92 84 93h623q76 0 75 -76q0 -74 -75 -74h-557v-504h458q76 0 76 -78q0 -72 -76 -71h-458v-563h573q88 0 88 -76q0 -74 -88 -74h-639 q-53 0 -68.5 17.5t-15.5 74.5z" />
-<glyph unicode="&#x389;" horiz-adv-x="1826" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM451 74v1370q0 76 73 76q76 0 76 -76v-598h846v598q0 76 74 76q78 0 77 -76v-1370q0 -74 -77 -74q-74 0 -74 74v620h-846v-620q0 -74 -74 -74q-75 0 -75 74z" />
-<glyph unicode="&#x38a;" horiz-adv-x="835" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM430 76v1368q0 76 74 76q76 0 76 -76v-1368q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph unicode="&#x38c;" horiz-adv-x="1775" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM246 776q0 152 42 291t119.5 252t204.5 180.5t285 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5 q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM403 780q0 -170 54.5 -315.5t170 -241.5t273.5 -96q160 0 276.5 94t169 234.5t52.5 308.5q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-168 -233.5t-52.5 -306.5z" />
-<glyph unicode="&#x38e;" horiz-adv-x="1568" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM410 1448q0 72 67 72q39 0 64 -43l358 -598l350 594q29 47 74 47q68 0 68 -66q0 -20 -13 -43l-411 -698v-625q0 -88 -76 -88q-78 0 -78 88v625l-389 682 q-14 26 -14 53z" />
-<glyph unicode="&#x38f;" horiz-adv-x="1822" d="M2 1151q0 18 8 35l137 319q27 57 74 58q72 0 72 -74q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70zM334 932q0 258 166 446.5t458 188.5q152 0 275 -55.5t200.5 -146.5t118.5 -203.5t41 -233.5q0 -254 -166.5 -437.5t-468.5 -183.5q-295 0 -459.5 185.5 t-164.5 439.5zM440 74q0 76 70 76h907q70 0 70 -76q0 -74 -70 -74h-907q-70 0 -70 74zM487 933.5q0 -196.5 125 -338.5t351 -142q231 0 356 136t125 329q0 201 -130 351t-353 150q-221 0 -347.5 -144.5t-126.5 -341z" />
-<glyph unicode="&#x390;" horiz-adv-x="380" d="M-307 1454q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM-2 74q0 -74 78 -74q82 0 82 74v999q0 76 -82 76q-78 0 -78 -76v-999zM12 1417q0 18 8 35l138 320q27 57 78 57q74 0 73 -74q0 -8 -4 -20l-139 -316q-31 -72 -74 -71 q-39 0 -59.5 19t-20.5 50zM307 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
-<glyph unicode="&#x391;" horiz-adv-x="1388" d="M0 72q0 16 8 41l463 1310q33 92 119 92.5t119 -92.5l479 -1310q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-107 262h-704l-84 -233q-29 -78 -92 -78q-66 0 -66 72zM285 467h606l-299 840z" />
-<glyph unicode="&#x392;" horiz-adv-x="1181" d="M0 100v1317q0 98 84 99h313q70 0 141.5 -20.5t140.5 -60.5t112 -114t43 -166q0 -111 -66 -202t-166 -122q141 -23 245.5 -139.5t104.5 -265.5q0 -184 -128 -305t-306 -121h-399q-68 0 -90 16q-29 18 -29 84zM152 150h305q139 0 232 72.5t93 201.5q0 147 -117.5 232 t-279.5 85h-233v-591zM152 881h184q133 0 235.5 61.5t102.5 181.5q0 109 -87 175.5t-202 66.5h-233v-485z" />
-<glyph unicode="&#x393;" horiz-adv-x="1007" d="M0 76v1343q0 98 84 99h645q35 0 57.5 -22.5t22.5 -55.5q0 -72 -80 -72h-577v-1292q0 -76 -78 -76q-74 0 -74 76z" />
-<glyph unicode="&#x394;" horiz-adv-x="1423" d="M0 51q0 18 8 37l490 1339q33 94 116 95q90 0 117 -95l508 -1339q8 -18 8 -39q0 -49 -123 -49h-1030q-94 0 -94 51zM197 162h850l-433 1149z" />
-<glyph unicode="&#x395;" horiz-adv-x="1007" d="M0 92v1331q0 92 84 93h623q76 0 75 -76q0 -74 -75 -74h-557v-504h458q76 0 76 -78q0 -72 -76 -71h-458v-563h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
-<glyph unicode="&#x396;" horiz-adv-x="1228" d="M0 86q0 45 23 80l796 1202h-713q-78 0 -77 74q0 76 77 76h824q102 0 102 -66q0 -37 -41 -100l-796 -1202h784q80 0 80 -72q0 -78 -80 -78h-907q-72 0 -72 86z" />
-<glyph unicode="&#x397;" horiz-adv-x="1386" d="M0 74v1370q0 76 74 76q76 0 76 -76v-598h845v598q0 76 74 76q78 0 78 -76v-1370q0 -74 -78 -74q-74 0 -74 74v620h-845v-620q0 -74 -74 -74q-76 0 -76 74z" />
-<glyph unicode="&#x398;" horiz-adv-x="1527" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM160 780q0 -170 54 -315.5t170 -241.5t273 -96q160 0 277 94t169 234.5t52 308.5 q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5zM291 778q0 76 76 76h567q76 0 76 -78q0 -74 -76 -74h-567q-76 0 -76 76z" />
-<glyph unicode="&#x399;" horiz-adv-x="391" d="M0 76v1368q0 76 74 76q76 0 76 -76v-1368q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph unicode="&#x39a;" horiz-adv-x="1214" d="M0 66v1390q0 63 74 64q78 0 78 -64v-747l714 788q16 18 47 19q33 0 58.5 -26t25.5 -56q0 -29 -20 -48l-440 -481l475 -772q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-465 760l-274 -289v-438q0 -66 -74 -66q-78 0 -78 66z" />
-<glyph unicode="&#x39b;" horiz-adv-x="1409" d="M0 66q0 10 4 22l485 1339q33 94 117 94.5t117 -94.5l496 -1312q10 -31 10 -49q0 -31 -20.5 -48.5t-53.5 -17.5t-51.5 19.5t-34.5 62.5l-463 1229l-450 -1250q-20 -61 -76 -61q-33 0 -56.5 18.5t-23.5 47.5z" />
-<glyph unicode="&#x39c;" horiz-adv-x="1859" d="M0 72q0 16 2 24l203 1274q25 154 131 154q104 0 143 -138l336 -1116l344 1116q41 133 147.5 133.5t127.5 -149.5l190 -1278q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-70 0 -82 82l-174 1243l-399 -1239q-27 -88 -84 -88t-84 88l-385 1241l-188 -1243 q-12 -84 -82 -84q-72 0 -72 70z" />
-<glyph unicode="&#x39d;" horiz-adv-x="1368" d="M0 78v1352q0 90 74 90q57 0 106 -74l799 -1176v1170q0 78 74 78q76 0 75 -78v-1350q0 -90 -73 -90q-59 0 -103 61l-802 1172v-1155q0 -78 -74 -78q-76 0 -76 78z" />
-<glyph unicode="&#x39e;" horiz-adv-x="1329" d="M-6 80q0 76 88 76h946q86 0 86 -78q0 -74 -86 -74h-946q-88 0 -88 76zM23 1442q0 76 75 76h912q76 0 75 -76q0 -74 -75 -74h-912q-75 0 -75 74zM168 791q0 72 74 71h606q76 0 76 -78q0 -72 -76 -71h-606q-74 0 -74 78z" />
-<glyph unicode="&#x39f;" horiz-adv-x="1529" d="M0 776q0 152 42 291t120 252t205 180.5t284 67.5q211 0 364.5 -118t225.5 -295t72 -384q0 -205 -72 -381t-225.5 -292.5t-364.5 -116.5q-207 0 -358.5 117.5t-222 295.5t-70.5 383zM158 780q0 -170 54 -315.5t170 -241.5t273 -96q160 0 277 94t169 234.5t52 308.5 q0 264 -132 456.5t-370 192.5q-158 0 -273.5 -93t-167.5 -233.5t-52 -306.5z" />
-<glyph unicode="&#x3a0;" horiz-adv-x="1351" d="M0 76v1368q0 78 74 78h973q31 0 54 -23.5t23 -54.5v-1368q0 -76 -73 -76q-76 0 -76 76v1292h-825v-1292q0 -76 -78 -76q-72 0 -72 76z" />
-<glyph unicode="&#x3a1;" horiz-adv-x="1097" d="M0 76v1360q0 82 84 82h352q213 0 357.5 -130.5t144.5 -334.5q0 -193 -143.5 -325t-345.5 -132h-299v-520q0 -76 -74 -76q-76 0 -76 76zM150 745h290q145 0 243.5 85t98.5 225q0 145 -103.5 229t-270.5 84h-258v-623z" />
-<glyph unicode="&#x3a3;" horiz-adv-x="1193" d="M0 86q0 45 23 80l383 592q14 25 14 41q0 20 -19 47l-335 504q-39 57 -39 100q0 68 104 68h823q76 0 76 -78q0 -74 -76 -74h-714l338 -516q20 -29 20 -55q0 -20 -14 -41l-394 -604h791q76 0 76 -78q0 -72 -76 -72h-909q-72 0 -72 86z" />
-<glyph unicode="&#x3a4;" horiz-adv-x="1087" d="M0 1442q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-1282q0 -86 -74 -86q-78 0 -78 86v1282h-301q-82 0 -82 74z" />
-<glyph unicode="&#x3a5;" horiz-adv-x="1163" d="M0 1448q0 72 68 72q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -66q0 -20 -12 -43l-412 -698v-625q0 -88 -76 -88q-78 0 -78 88v625l-389 682q-14 26 -14 53z" />
-<glyph unicode="&#x3a6;" horiz-adv-x="1542" d="M0 838q0 238 183.5 391t426.5 153v111q0 76 76 76t76 -76q0 -4 -4 -111q246 0 428 -154.5t182 -391.5q0 -236 -182 -386.5t-426 -150.5v-221q0 -78 -74 -78q-76 0 -76 78v221q-258 0 -434 149.5t-176 389.5zM145 838q0 -176 141.5 -287t323.5 -111v801 q-193 0 -329 -112.5t-136 -290.5zM760 440q195 0 329 107.5t134 288t-135.5 293t-327.5 112.5v-801z" />
-<glyph unicode="&#x3a7;" horiz-adv-x="1355" d="M0 57q0 33 25 70l454 707l-401 565q-18 27 -19 51q0 31 20.5 50.5t51.5 19.5q41 0 68 -37l374 -514l330 512q25 37 64 37q29 0 51 -21.5t22 -52.5q0 -25 -16 -47l-369 -545l480 -721q29 -45 28 -76q0 -57 -59 -57q-45 0 -78 45l-461 670l-428 -668q-31 -47 -78 -47 q-59 0 -59 59z" />
-<glyph unicode="&#x3a8;" horiz-adv-x="1546" d="M0 920v526q0 74 78 74q72 0 72 -74v-500q0 -213 120.5 -345t327.5 -132v1024q0 76 74 76q76 0 76 -76v-1024q221 0 333.5 124t112.5 353v500q0 76 76 76q78 0 78 -76v-526q0 -274 -165 -434t-435 -160v-252q0 -74 -76 -74q-74 0 -74 74v252q-272 6 -435 165t-163 429z " />
-<glyph unicode="&#x3a9;" horiz-adv-x="1495" d="M6 932q0 258 166 446.5t459 188.5q152 0 274.5 -55.5t200.5 -146.5t119 -203.5t41 -233.5q0 -254 -167 -437.5t-468 -183.5q-295 0 -460 185.5t-165 439.5zM113 74q0 76 69 76h908q70 0 69 -76q0 -74 -69 -74h-908q-69 0 -69 74zM160 933.5q0 -196.5 125 -338.5t350 -142 q231 0 356 136t125 329q0 201 -130 351t-353 150q-221 0 -347 -144.5t-126 -341z" />
-<glyph unicode="&#x3aa;" horiz-adv-x="391" d="M-242 1720q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5zM0 76q0 -76 74 -76q76 0 76 76v1368q0 76 -76 76q-74 0 -74 -76v-1368zM168 1720q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode="&#x3ab;" horiz-adv-x="1163" d="M0 1448q0 -27 14 -53l389 -682v-625q0 -88 78 -88q76 0 76 88v625l412 698q12 23 12 43q0 66 -68 66q-45 0 -73 -47l-351 -594l-358 598q-25 43 -63 43q-68 0 -68 -72zM174 1720q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z M584 1720q0 43 29.5 73t72.5 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode="&#x3ac;" horiz-adv-x="1220" d="M-2 559q0 113 30.5 220.5t88 196.5t150.5 143.5t208 54.5q102 0 201.5 -53.5t130.5 -147.5v94q0 80 80 80q76 0 76 -80v-999q0 -68 -76 -68q-80 0 -80 70v123q-41 -86 -133 -153t-199 -67q-227 0 -352 172t-125 414zM160 559q0 -182 83 -314t230 -132q133 0 235.5 126 t102.5 330q0 207 -98.5 332t-231.5 125q-150 0 -235.5 -139.5t-85.5 -327.5zM412 1397q0 18 8 35l137 319q27 57 74 57q72 0 71 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-75 0 -75 70z" />
-<glyph unicode="&#x3ad;" horiz-adv-x="989" d="M-14 283q0 88 74.5 180t187.5 123q-104 37 -155.5 105.5t-51.5 139.5q0 133 122 224.5t288 91.5q115 0 218 -32t103 -95q0 -33 -21.5 -57.5t-52.5 -24.5q-20 0 -69 23q-90 45 -183 45q-113 0 -183 -54.5t-70 -134.5q0 -51 55 -100t141 -49h125q47 0 71.5 -22.5 t24.5 -55.5q0 -31 -23.5 -54.5t-66.5 -23.5h-127q-113 -23 -179.5 -82t-66.5 -131q0 -80 73 -135t206 -55q119 0 231 45q70 25 95 24q31 0 46 -16.5t15 -40.5q0 -43 -42 -76t-107.5 -49t-127 -23.5t-116.5 -7.5q-193 0 -313.5 94.5t-120.5 223.5zM309 1397q0 18 8 35 l138 319q27 57 73 57q72 0 72 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70z" />
-<glyph unicode="&#x3ae;" horiz-adv-x="1077" d="M-2 74v999q0 80 76 80q78 0 78 -80v-69q96 170 305 170q158 0 279.5 -109t121.5 -283v-1200q0 -74 -78 -74q-76 0 -75 74v1135q0 145 -81 226t-192 81q-115 0 -197.5 -82t-82.5 -225v-643q0 -74 -78 -74q-76 0 -76 74zM289 1397q0 18 8 35l137 319q27 57 74 57 q72 0 72 -73q0 -8 -5 -21l-139 -315q-31 -72 -71 -72q-76 0 -76 70z" />
-<glyph unicode="&#x3af;" horiz-adv-x="380" d="M-2 74v999q0 76 78 76q82 0 82 -76v-999q0 -74 -82 -74q-78 0 -78 74zM2 1397q0 18 8 35l137 319q27 57 74 57q72 0 72 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-76 0 -76 70z" />
-<glyph unicode="&#x3b0;" horiz-adv-x="1083" d="M-2 371q0 -172 127 -284t301 -112t303 114t129 282v690q0 76 -78 76q-76 0 -75 -76v-641q0 -125 -79 -208t-200 -83t-197.5 83t-76.5 208v641q0 76 -78 76q-76 0 -76 -76v-690zM20 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-73 29.5 t-30 72.5zM340 1417q0 18 8 35l137 320q27 57 78 57q74 0 74 -74q0 -8 -4 -20l-139 -316q-31 -72 -74 -71q-39 0 -59.5 19t-20.5 50zM635 1454q0 43 29.5 72.5t72.5 29.5t73 -29.5t30 -72.5t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5z" />
-<glyph unicode="&#x3b1;" horiz-adv-x="1220" d="M-2 559q0 113 30.5 220.5t88 196.5t150.5 143.5t208 54.5q102 0 201.5 -53.5t130.5 -147.5v94q0 80 80 80q76 0 76 -80v-999q0 -68 -76 -68q-80 0 -80 70v123q-41 -86 -133 -153t-199 -67q-227 0 -352 172t-125 414zM160 559q0 -182 83 -314t230 -132q133 0 235.5 126 t102.5 330q0 207 -98.5 332t-231.5 125q-150 0 -235.5 -139.5t-85.5 -327.5z" />
-<glyph unicode="&#x3b2;" horiz-adv-x="1150" d="M-2 -385v1530q0 199 109.5 320.5t316.5 121.5q180 0 287.5 -120.5t107.5 -276.5q0 -72 -52 -152t-110 -110q131 -61 208 -184t77 -252q0 -201 -136 -354.5t-355 -153.5q-205 0 -297 122v-489q0 -88 -78 -88t-78 86zM152 426q0 -133 85 -214t218 -81q137 0 230 108.5 t93 258.5q0 113 -69.5 200.5t-178.5 124.5q-6 0 -104 6l-57 5q-84 14 -84 71.5t82 71.5q37 0 71 2q66 0 74 4q68 23 105.5 81t37.5 132q0 104 -65.5 175t-167.5 71q-82 0 -137.5 -28t-83 -83t-37.5 -117.5t-10 -148.5z" />
-<glyph unicode="&#x3b3;" horiz-adv-x="1091" d="M-2 1098q0 29 25.5 49t56.5 20q66 0 94 -82l285 -829l284 834q29 78 86 77q31 0 56.5 -23.5t25.5 -56.5q0 -18 -4 -26l-47 -127q-283 -752 -319 -895v-420q0 -96 -84 -96q-80 0 -80 98v418l-375 1028q-4 13 -4 31z" />
-<glyph unicode="&#x3b4;" horiz-adv-x="1179" d="M-2 506q0 156 104.5 299t264.5 190q-90 47 -148.5 127t-58.5 158q0 123 104.5 209t304.5 86q86 0 193.5 -37t107.5 -98q0 -23 -18 -43.5t-43 -20.5q-18 0 -72 17q-72 35 -176 34q-123 0 -186.5 -40.5t-63.5 -106.5q0 -63 69 -130t177 -110q84 -33 148.5 -71.5t132 -102 t104.5 -158t37 -212.5q0 -221 -130 -370t-357 -149q-225 0 -359.5 155t-134.5 374zM158 508q0 -156 95 -272.5t236 -116.5q150 0 243 101.5t93 258.5q0 172 -91 286t-247 114q-152 0 -240.5 -112t-88.5 -259z" />
-<glyph unicode="&#x3b5;" horiz-adv-x="989" d="M-14 283q0 88 74.5 180t187.5 123q-104 37 -155.5 105.5t-51.5 139.5q0 133 122 224.5t288 91.5q115 0 218 -32t103 -95q0 -33 -21.5 -57.5t-52.5 -24.5q-20 0 -69 23q-90 45 -183 45q-113 0 -183 -54.5t-70 -134.5q0 -51 55 -100t141 -49h125q47 0 71.5 -22.5 t24.5 -55.5q0 -31 -23.5 -54.5t-66.5 -23.5h-127q-113 -23 -179.5 -82t-66.5 -131q0 -80 73 -135t206 -55q119 0 231 45q70 25 95 24q31 0 46 -16.5t15 -40.5q0 -43 -42 -76t-107.5 -49t-127 -23.5t-116.5 -7.5q-193 0 -313.5 94.5t-120.5 223.5z" />
-<glyph unicode="&#x3b6;" horiz-adv-x="1064" d="M-2 541q0 242 178 505t414 390h-400q-43 0 -70.5 18.5t-27.5 52.5q0 37 27.5 56.5t70.5 19.5h596q78 0 78 -72q0 -57 -73 -79q-70 -27 -172.5 -110t-206 -199.5t-175 -271.5t-71.5 -300q0 -72 13.5 -129t30.5 -97t52 -74t61.5 -53.5t76 -38t78 -25.5t81.5 -21 q102 -27 137 -39q154 -59 154 -207q0 -98 -42 -181t-112 -83q-27 0 -47 22.5t-20 46.5q0 12 30 66q41 66 41 115q0 41 -33.5 68.5t-68.5 38.5t-113 30q-59 14 -93 23.5t-93 32t-94 46t-79 65.5t-68.5 93t-42 126t-17.5 165z" />
-<glyph unicode="&#x3b7;" horiz-adv-x="1077" d="M-2 74v999q0 80 76 80q78 0 78 -80v-69q96 170 305 170q158 0 279.5 -109t121.5 -283v-1200q0 -74 -78 -74q-76 0 -75 74v1135q0 145 -81 226t-192 81q-115 0 -197.5 -82t-82.5 -225v-643q0 -74 -78 -74q-76 0 -76 74z" />
-<glyph unicode="&#x3b8;" horiz-adv-x="1200" d="M-2 770q0 135 25.5 268t80 261t154.5 207t234 79q131 0 232 -81t155.5 -210t81 -264t26.5 -266q0 -139 -27.5 -270.5t-83 -249t-157 -189t-232.5 -71.5q-133 0 -233 74.5t-153.5 196.5t-78 251t-24.5 264zM156 762q0 -96 16 -197.5t52 -203t105.5 -166t164.5 -64.5 q92 0 160.5 65.5t103.5 169t50 204t15 196.5q0 94 -15 199.5t-50 215t-101.5 180.5t-156.5 71q-94 0 -166 -70t-108 -179.5t-53 -216t-17 -204.5zM244 784q0 80 73 80h353q70 0 69 -80q0 -72 -69 -71h-353q-73 -1 -73 71z" />
-<glyph unicode="&#x3b9;" horiz-adv-x="380" d="M-2 74v999q0 76 78 76q82 0 82 -76v-999q0 -74 -82 -74q-78 0 -78 74z" />
-<glyph unicode="&#x3ba;" horiz-adv-x="1069" d="M-2 74v997q0 76 78 76q76 0 76 -76v-502l583 551q23 18 51 19q33 0 55.5 -19.5t22.5 -50.5t-43 -74l-327 -307l376 -530q33 -55 33 -86q0 -37 -20.5 -56.5t-48.5 -19.5q-51 0 -78 45l-381 543l-223 -203v-307q0 -74 -78 -74q-76 0 -76 74z" />
-<glyph unicode="&#x3bb;" horiz-adv-x="1107" d="M2 63q0 20 8 39l355 942q-12 31 -74 201t-88 246q-4 16 -4 25q0 31 24.5 49t59.5 18q63 0 96 -88l475 -1370q10 -31 10 -51q0 -74 -71 -74q-68 0 -93 70l-258 755l-272 -749q-27 -76 -94 -76q-74 0 -74 63z" />
-<glyph unicode="&#x3bc;" horiz-adv-x="1081" d="M0 -408v1469q0 76 76 76q74 0 74 -76v-674q0 -109 72.5 -177.5t178.5 -68.5q137 0 221.5 95.5t84.5 236.5v588q0 76 75 76q74 0 74 -76v-973q0 -88 -73.5 -88t-73.5 78q-2 33 -2 78q-113 -172 -324 -172q-66 0 -131.5 31.5t-101.5 84.5v-508q0 -76 -76 -75q-74 -1 -74 75 z" />
-<glyph unicode="&#x3bd;" horiz-adv-x="1042" d="M-2 1067q0 33 21.5 52.5t56.5 19.5q59 0 90 -90l254 -777l258 779q31 88 94 88q74 0 74 -72q0 -18 -6 -33l-334 -973q-23 -61 -92 -61q-61 0 -84 61l-326 971q-6 19 -6 35z" />
-<glyph unicode="&#x3be;" horiz-adv-x="1038" d="M-2 395q0 164 121 291t258 156q-129 39 -192.5 106.5t-63.5 149.5q0 121 116.5 222t290.5 116h-338q-43 0 -70.5 18.5t-27.5 52.5q0 37 27.5 56.5t70.5 19.5h576q78 0 78 -72q0 -78 -66 -86q-63 -6 -135 -24.5t-158 -52t-142 -96t-56 -140.5t101 -134t177 -56 q47 0 82 -24t35 -60.5t-34 -60t-77 -23.5q-66 0 -134 -22.5t-127.5 -63.5t-97.5 -112t-38 -157q0 -51 24.5 -95t57.5 -70.5t90 -52t96 -38t103 -30.5q41 -10 94 -27q84 -27 138 -83t54 -136q0 -86 -44 -175t-111 -89q-27 0 -47.5 22.5t-20.5 46.5q0 12 31 66q41 66 41 115 q0 72 -100 106q-43 14 -109 31q-68 16 -104.5 27.5t-102 35t-104.5 52t-81 69.5t-61.5 97t-19.5 124z" />
-<glyph unicode="&#x3bf;" horiz-adv-x="1171" d="M-2 575.5q0 245.5 132 422t366 176.5q156 0 272.5 -91.5t170.5 -227.5t54 -294q0 -244 -132 -414t-365.5 -170t-365.5 176.5t-132 422zM162 590q0 -113 32.5 -216.5t111.5 -179t190 -75.5q164 0 249.5 127t85.5 303q0 178 -89 327.5t-246 149.5q-164 0 -249 -129 t-85 -307z" />
-<glyph unicode="&#x3c0;" horiz-adv-x="1097" d="M-2 74v989q0 33 19.5 56.5t50.5 23.5h727q76 0 75 -82v-987q0 -74 -75.5 -74t-75.5 74v925h-565v-925q0 -74 -80 -74q-76 0 -76 74z" />
-<glyph unicode="&#x3c1;" horiz-adv-x="1179" d="M0 -395v973q0 260 132 428t364 168q236 0 357.5 -168t121.5 -441q0 -262 -136.5 -425t-346.5 -163q-92 0 -183.5 47.5t-152.5 147.5v-567q0 -76 -80 -76q-76 0 -76 76zM160 582q0 -221 100 -339t240 -118q131 0 227 117.5t96 320.5q0 84 -17.5 163t-53 148.5t-100 111.5 t-146.5 42q-170 0 -258 -117.5t-88 -328.5z" />
-<glyph unicode="&#x3c2;" horiz-adv-x="1191" d="M31 569q0 252 180 422t410 170q115 0 237 -55q31 -14 51.5 -36.5t20.5 -41.5q0 -35 -21.5 -60.5t-52.5 -25.5q-8 0 -20 4q-111 47 -224 47q-170 0 -291.5 -122.5t-121.5 -323.5q0 -76 14 -137.5t47 -103.5t63.5 -70.5t84 -50t87 -32t93 -24.5t93.5 -23.5t80 -31t70.5 -47 t42 -67.5t17.5 -97q0 -98 -42 -181t-112 -83q-27 0 -47 22.5t-20 46.5q0 16 26 66q39 84 39 114q0 39 -32.5 68t-68.5 41t-108 31q-57 14 -93 24.5t-94 34t-95 49t-82 70.5t-70.5 99t-43 132t-17.5 172z" />
-<glyph unicode="&#x3c3;" horiz-adv-x="1333" d="M-2 588q0 246 137 409.5t377 163.5l557 -2q41 -4 69.5 -24.5t28.5 -55.5q0 -29 -25.5 -53.5t-58.5 -24.5q-31 0 -295 23q92 -66 149.5 -200t57.5 -271q0 -244 -136 -410t-374 -166q-156 0 -269.5 90.5t-165.5 226.5t-52 294zM162 586q0 -111 33.5 -213.5t111.5 -177 t187 -74.5q162 0 254 127t92 297q0 176 -91.5 325.5t-248.5 149.5q-160 0 -249 -130t-89 -304z" />
-<glyph unicode="&#x3c4;" horiz-adv-x="1105" d="M-2 1071q0 68 65 68h713q82 0 82 -70t-78 -70h-284v-632q0 -135 26.5 -190.5t120.5 -55.5q92 0 92 -68q0 -72 -92 -71q-174 0 -237.5 95t-63.5 290v630h-268q-76 0 -76 74z" />
-<glyph unicode="&#x3c5;" horiz-adv-x="1083" d="M-2 371v690q0 76 76 76q78 0 78 -76v-641q0 -125 76.5 -208t197.5 -83t200 83t79 208v641q0 76 75 76q78 0 78 -76v-690q0 -168 -129 -282t-303 -114t-301 112t-127 284z" />
-<glyph unicode="&#x3c6;" horiz-adv-x="1533" d="M0 555q0 182 82 348t227 252q16 10 41 10q29 0 50.5 -15t21.5 -38q0 -37 -45 -74q-102 -84 -161.5 -218t-59.5 -271q0 -162 96 -280.5t283 -143.5v512q0 98 5 163.5t25.5 143.5t56 124t103.5 77t164 31q131 0 230.5 -92.5t143.5 -219.5t44 -260q0 -266 -172 -441 t-447 -179v-381q0 -78 -76 -78q-78 0 -77 78v381q-178 6 -302 90t-178.5 207.5t-54.5 273.5zM688 125q209 2 333 138t124 343q0 92 -23.5 186.5t-85 172t-147.5 77.5q-53 0 -90 -20.5t-56.5 -46t-32 -77.5t-14.5 -83t-4 -96.5t-4 -85.5v-508z" />
-<glyph unicode="&#x3c7;" horiz-adv-x="1077" d="M-2 -420q0 23 18 68l344 747l-297 611q-16 37 -16 61q0 76 76 76q57 0 78 -49l250 -527l278 523q25 49 74 49q33 0 55.5 -22.5t22.5 -57.5q0 -29 -15 -58l-329 -606l368 -743q16 -37 17 -60q0 -20 -9 -34q-16 -35 -61 -35q-63 0 -96 69l-307 639l-285 -647 q-29 -66 -101 -65q-45 0 -59 32q-6 13 -6 29z" />
-<glyph unicode="&#x3c8;" horiz-adv-x="1421" d="M-2 584v483q0 98 74 98q35 0 60.5 -27.5t25.5 -68.5v-485q0 -461 356 -467v1085q0 82 76 82q78 0 78 -82v-1085q180 2 269 125t89 327v500q0 94 76 94q35 0 59.5 -26.5t24.5 -69.5v-483q0 -262 -136.5 -432t-381.5 -175v-348q0 -109 -78 -108q-76 0 -76 108v348 q-246 4 -381 175.5t-135 431.5z" />
-<glyph unicode="&#x3c9;" horiz-adv-x="1390" d="M2 436q0 231 70.5 409.5t189.5 282.5q23 18 62 19q27 0 42 -17.5t15 -44.5q0 -18 -27 -49q-2 -4 -10 -12q-188 -227 -188 -575q0 -152 53 -236t127 -84q59 0 110.5 66.5t63.5 181.5v395q0 41 24.5 64.5t57.5 23.5q31 0 53.5 -21.5t22.5 -58.5v-403q12 -115 63 -181.5 t111 -66.5q74 0 129 85t55 237q0 338 -199 577q-31 37 -30 62q0 27 15 44t42 17q39 0 61 -18q260 -229 261 -682q0 -211 -95.5 -340t-224.5 -129q-184 0 -268 237q-43 -119 -116 -177t-157 -58q-123 0 -218 127.5t-95 324.5z" />
-<glyph unicode="&#x3ca;" horiz-adv-x="380" d="M-229 1454q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-72.5 29.5t-29.5 72.5zM-2 74q0 -74 78 -74q82 0 82 74v999q0 76 -82 76q-78 0 -78 -76v-999zM180 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5 t-73 29.5t-30 72.5z" />
-<glyph unicode="&#x3cb;" horiz-adv-x="1083" d="M-2 371q0 -172 127 -284t301 -112t303 114t129 282v690q0 76 -78 76q-76 0 -75 -76v-641q0 -125 -79 -208t-200 -83t-197.5 83t-76.5 208v641q0 76 -78 76q-76 0 -76 -76v-690zM109 1454q0 43 29.5 72.5t72.5 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5 t-72.5 29.5t-29.5 72.5zM518 1454q0 43 30 72.5t73 29.5t72.5 -29.5t29.5 -72.5t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5z" />
-<glyph unicode="&#x3cc;" horiz-adv-x="1171" d="M-2 575.5q0 245.5 132 422t366 176.5q156 0 272.5 -91.5t170.5 -227.5t54 -294q0 -244 -132 -414t-365.5 -170t-365.5 176.5t-132 422zM162 590q0 -113 32.5 -216.5t111.5 -179t190 -75.5q164 0 249.5 127t85.5 303q0 178 -89 327.5t-246 149.5q-164 0 -249 -129 t-85 -307zM412 1397q0 18 8 35l137 319q27 57 74 57q72 0 71 -73q0 -8 -4 -21l-139 -315q-31 -72 -72 -72q-75 0 -75 70z" />
-<glyph unicode="&#x3cd;" horiz-adv-x="1083" d="M-2 371v690q0 76 76 76q78 0 78 -76v-641q0 -125 76.5 -208t197.5 -83t200 83t79 208v641q0 76 75 76q78 0 78 -76v-690q0 -168 -129 -282t-303 -114t-301 112t-127 284zM330 1397q0 18 8 35l137 319q27 57 74 57q72 0 72 -73q0 -8 -5 -21l-139 -315q-31 -72 -71 -72 q-76 0 -76 70z" />
-<glyph unicode="&#x3ce;" horiz-adv-x="1390" d="M2 436q0 231 70.5 409.5t189.5 282.5q23 18 62 19q27 0 42 -17.5t15 -44.5q0 -18 -27 -49q-2 -4 -10 -12q-188 -227 -188 -575q0 -152 53 -236t127 -84q59 0 110.5 66.5t63.5 181.5v395q0 41 24.5 64.5t57.5 23.5q31 0 53.5 -21.5t22.5 -58.5v-403q12 -115 63 -181.5 t111 -66.5q74 0 129 85t55 237q0 338 -199 577q-31 37 -30 62q0 27 15 44t42 17q39 0 61 -18q260 -229 261 -682q0 -211 -95.5 -340t-224.5 -129q-184 0 -268 237q-43 -119 -116 -177t-157 -58q-123 0 -218 127.5t-95 324.5zM500 1395q0 18 8 35l137 319q27 57 74 57 q72 0 72 -73q0 -8 -5 -21l-139 -315q-31 -72 -72 -72q-75 0 -75 70z" />
-<glyph unicode="&#x2000;" horiz-adv-x="913" />
-<glyph unicode="&#x2001;" horiz-adv-x="1828" />
-<glyph unicode="&#x2002;" horiz-adv-x="913" />
-<glyph unicode="&#x2003;" horiz-adv-x="1828" />
-<glyph unicode="&#x2004;" horiz-adv-x="608" />
-<glyph unicode="&#x2005;" horiz-adv-x="456" />
-<glyph unicode="&#x2006;" horiz-adv-x="303" />
-<glyph unicode="&#x2007;" horiz-adv-x="303" />
-<glyph unicode="&#x2008;" horiz-adv-x="227" />
-<glyph unicode="&#x2009;" horiz-adv-x="364" />
-<glyph unicode="&#x200a;" horiz-adv-x="100" />
-<glyph unicode="&#x2010;" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
-<glyph unicode="&#x2011;" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
-<glyph unicode="&#x2012;" horiz-adv-x="823" d="M6 565q0 33 24.5 56.5t65.5 23.5h422q88 0 88 -80q0 -76 -88 -76h-422q-90 0 -90 76z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1466" d="M0 565q0 33 24.5 56.5t63.5 23.5h1036q88 0 88 -80q0 -76 -88 -76h-1036q-88 0 -88 76z" />
-<glyph unicode="&#x2014;" horiz-adv-x="1871" d="M0 565q0 33 24.5 56.5t63.5 23.5h1442q88 0 88 -80q0 -76 -88 -76h-1442q-88 0 -88 76z" />
-<glyph unicode="&#x2018;" horiz-adv-x="557" d="M0 1479q0 29 24.5 48t55.5 19q45 0 63 -41l154 -360q8 -10 8 -25q0 -27 -25.5 -49t-52.5 -22q-55 0 -84 71l-137 334q-6 13 -6 25z" />
-<glyph unicode="&#x2019;" horiz-adv-x="557" d="M0 1120q0 14 8 25l154 360q18 41 63 41q31 0 55.5 -19.5t24.5 -47.5q0 -12 -6 -25l-137 -334q-29 -72 -84 -71q-27 0 -52.5 22t-25.5 49z" />
-<glyph unicode="&#x201a;" horiz-adv-x="557" d="M0 -203q0 12 6 25l137 334q27 66 88 65q27 0 50.5 -19.5t23.5 -45.5q0 -14 -8 -25l-154 -360q-18 -41 -63 -41q-31 0 -55.5 19t-24.5 48z" />
-<glyph unicode="&#x201c;" horiz-adv-x="890" d="M0 1479q0 29 24.5 48t55.5 19q45 0 63 -41l154 -360q8 -10 8 -25q0 -27 -25.5 -49t-52.5 -22q-55 0 -84 71l-137 334q-6 13 -6 25zM348 1479q0 29 24.5 48t55.5 19q45 0 64 -41l153 -360q8 -10 8 -25q0 -27 -25.5 -49t-52.5 -22q-55 0 -83 71l-138 334q-6 13 -6 25z" />
-<glyph unicode="&#x201d;" horiz-adv-x="890" d="M0 1120q0 14 8 25l154 360q18 41 63 41q31 0 55.5 -19.5t24.5 -47.5q0 -12 -6 -25l-137 -334q-29 -72 -84 -71q-27 0 -52.5 22t-25.5 49zM348 1120q0 14 8 25l154 360q18 41 63 41q31 0 55.5 -19.5t24.5 -47.5q0 -12 -6 -25l-137 -334q-29 -72 -84 -71q-27 0 -52.5 22 t-25.5 49z" />
-<glyph unicode="&#x201e;" horiz-adv-x="888" d="M0 -203q0 12 6 25l137 334q12 27 37 47t53 20q27 0 49.5 -20.5t22.5 -46.5q0 -14 -8 -25l-154 -360q-18 -41 -63 -41q-31 0 -55.5 19t-24.5 48zM328 -203q0 12 6 25l137 334q10 27 35.5 46t54.5 19q27 0 49.5 -19.5t22.5 -45.5q0 -14 -8 -25l-154 -360q-18 -41 -63 -41 q-31 0 -55.5 19t-24.5 48z" />
-<glyph unicode="&#x2020;" horiz-adv-x="1161" d="M0 1065q0 72 76 72h301v299q0 45 22.5 73.5t55.5 28.5q72 0 71 -102v-299h305q76 0 76 -78q0 -72 -76 -72h-305v-887q0 -100 -71 -100q-33 0 -55.5 27.5t-22.5 72.5v887h-301q-76 0 -76 78z" />
-<glyph unicode="&#x2021;" horiz-adv-x="1161" d="M0 492q0 72 76 71h301v424h-301q-76 0 -76 78q0 74 76 74h301v299q0 45 22.5 72.5t55.5 27.5q72 0 71 -100v-299h305q76 0 76 -78q0 -74 -76 -74h-305v-424h305q76 0 76 -78q0 -72 -76 -71h-305v-322q0 -100 -71 -100q-33 0 -55.5 27.5t-22.5 72.5v322h-301q-76 0 -76 78 z" />
-<glyph unicode="&#x2022;" horiz-adv-x="1191" d="M117 706.5q0 153.5 99 254t253 100.5t253 -100.5t99 -254t-99 -255t-253 -101.5t-253 101.5t-99 255z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1134" d="M0 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5t-29.5 72.5zM348 102q0 43 30 73t73 30t72.5 -30t29.5 -73t-29.5 -72.5t-72.5 -29.5t-73 29.5t-30 72.5zM676 102q0 43 29.5 73t72.5 30t73 -30t30 -73t-30 -72.5t-73 -29.5t-72.5 29.5 t-29.5 72.5z" />
-<glyph unicode="&#x202f;" horiz-adv-x="364" />
-<glyph unicode="&#x2030;" horiz-adv-x="2500" d="M0 1186q0 158 93 262t249 104q154 0 247 -110.5t93 -270t-93 -268t-247 -108.5t-248 115.5t-94 275.5zM139 1178q0 -104 53.5 -185.5t149.5 -81.5q98 0 153.5 77t55.5 183q0 104 -56.5 184.5t-152.5 80.5q-94 0 -148.5 -74.5t-54.5 -183.5zM365 23q0 18 10 49l557 1429 q25 61 78 62q61 0 61 -68q0 -20 -10 -51q-35 -100 -287 -742.5t-285 -701.5q-25 -43 -65 -43q-59 0 -59 66zM758 358q0 160 94 265.5t252 105.5q152 0 243 -113.5t91 -271.5q0 -160 -89 -265.5t-245 -105.5q-158 0 -252 111.5t-94 273.5zM897 352q0 -109 53.5 -186.5 t153.5 -77.5q96 0 150.5 76t54.5 178q0 104 -55.5 187t-149.5 83q-96 0 -151.5 -78t-55.5 -182zM1567 358q0 160 94 265.5t252 105.5q152 0 243 -113.5t91 -271.5q0 -160 -89.5 -265.5t-244.5 -105.5q-158 0 -252 111.5t-94 273.5zM1706 352.5q0 -104.5 55.5 -184.5 t151.5 -80t150.5 76t54.5 178q0 104 -55.5 187t-149.5 83q-96 0 -151.5 -77.5t-55.5 -182z" />
-<glyph unicode="&#x2039;" horiz-adv-x="1392" d="M0 567q0 57 72 92l932 435q39 16 63 16q18 0 35 -6q37 -14 37 -55q0 -55 -70 -88l-844 -406l828 -401q74 -37 73 -95q0 -59 -69 -59q-33 0 -76 18l-909 453q-72 37 -72 96z" />
-<glyph unicode="&#x203a;" horiz-adv-x="1392" d="M0 1055q0 63 72 63q23 0 49 -10l928 -455q90 -47 90 -96q0 -57 -107 -108l-911 -437q-25 -10 -45 -10q-74 0 -74 72q0 57 66 88l827 385l-827 422q-68 35 -68 86z" />
-<glyph unicode="&#x205f;" horiz-adv-x="456" />
-<glyph unicode="&#x20ac;" horiz-adv-x="1597" d="M6 604q0 72 76 72h96q-4 57 -4 88q0 47 2 72h-94q-76 0 -76 71.5t76 71.5h115q55 256 233 424t455 168q252 0 432 -168q39 -33 39 -74q0 -37 -21.5 -59.5t-52.5 -22.5q-39 0 -63 25q-129 129 -340 129q-201 0 -331 -118t-177 -304h712q80 0 80 -74q0 -70 -80 -69h-735 q-2 -20 -2 -58q0 -53 6 -102h525q80 0 79 -74q0 -70 -79 -70h-494q53 -176 181 -285.5t317 -109.5q197 0 336 139q23 23 51 23q74 0 73 -76q0 -47 -30 -76q-195 -170 -439 -170q-266 0 -439 156t-232 399h-119q-76 0 -76 72z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1445" d="M0 1509q0 35 37 35h379q39 0 39 -37t-39 -37h-152v-649q0 -51 -37 -51q-39 0 -39 51v649h-151q-37 0 -37 39zM373 813v12l102 670q8 63 63.5 63.5t71.5 -55.5l168 -590l176 590q18 55 72 56q55 0 64 -64l102 -670v-10q0 -35 -35 -35q-37 0 -43 41l-92 633l-203 -633 q-14 -45 -41 -45q-29 0 -43 45l-194 633l-92 -633q-6 -43 -43 -43q-33 0 -33 35z" />
-<glyph unicode="&#x2126;" horiz-adv-x="1495" d="M6 932q0 258 166 446.5t459 188.5q152 0 274.5 -55.5t200.5 -146.5t119 -203.5t41 -233.5q0 -254 -167 -437.5t-468 -183.5q-295 0 -460 185.5t-165 439.5zM113 74q0 76 69 76h908q70 0 69 -76q0 -74 -69 -74h-908q-69 0 -69 74zM160 933.5q0 -196.5 125 -338.5t350 -142 q231 0 356 136t125 329q0 201 -130 351t-353 150q-221 0 -347 -144.5t-126 -341z" />
-<glyph unicode="&#x2206;" horiz-adv-x="1423" d="M0 51q0 18 8 37l490 1339q33 94 116 95q90 0 117 -95l508 -1339q8 -18 8 -39q0 -49 -123 -49h-1030q-94 0 -94 51zM197 162h850l-433 1149z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1135" d="M0 1135h1135v-1135h-1135v1135z" />
-<glyph horiz-adv-x="1214" d="M-6 608q0 164 54 305.5t171 235.5t277 94h8q162 0 277.5 -93t167.5 -232.5t52 -303.5q0 -166 -52 -307t-169.5 -236.5t-279.5 -95.5t-280 93.5t-172 234.5t-54 305zM156 612q0 -195 91 -337t253 -142q160 0 249 138.5t89 328.5q0 195 -89.5 338t-246.5 143 q-166 0 -256 -138t-90 -331z" />
-<glyph horiz-adv-x="817" d="M-4 1065q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -104v-1004q0 -39 -22.5 -63.5t-59.5 -24.5q-39 0 -61.5 24.5t-22.5 63.5v971l-201 -58q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5z" />
-<glyph horiz-adv-x="1103" d="M-10 836q0 188 133 304.5t307 116.5q168 0 297 -108.5t129 -276.5q0 -49 -5 -80.5t-36 -95t-90 -131t-174 -173t-283 -236.5h535q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -113 74q0 37 31 76q315 270 445 395t166 183t36 130q0 109 -80 175.5t-186 66.5 q-109 0 -186.5 -73t-77.5 -202q0 -35 -21.5 -66.5t-60.5 -31.5t-62.5 34t-23.5 75z" />
-<glyph horiz-adv-x="1085" d="M-4 -8q0 39 20.5 60.5t49.5 21.5q53 0 75 -54q84 -195 269 -194q123 0 210 77t87 214q0 109 -62.5 194.5t-177.5 104.5q-25 4 -119 4q-94 2 -94 75.5t92 73.5q96 0 117 4q86 16 134 98.5t48 178.5q0 115 -65.5 184.5t-182.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5 q0 -102 -78 -102q-88 0 -88 108q0 135 114 243.5t278 108.5q182 0 293.5 -116.5t111.5 -286.5q0 -195 -170 -340q115 -72 173 -178.5t58 -222.5q0 -182 -126.5 -316.5t-335.5 -134.5q-117 0 -213.5 52.5t-151.5 131.5q-51 74 -51 146z" />
-<glyph horiz-adv-x="1208" d="M-6 217q0 43 26 78l535 862q59 96 158 96q57 0 94 -39.5t37 -107.5v-830h98q76 0 76 -81q0 -72 -68 -72h-106v-293q0 -96 -78 -96q-80 0 -80 96v291h-584q-51 0 -79.5 27.5t-28.5 68.5zM186 276h500v805z" />
-<glyph horiz-adv-x="1142" d="M6 -53q0 35 19.5 54t46.5 19q39 0 63 -34q49 -63 135 -103.5t170 -40.5q143 0 237.5 104.5t94.5 239.5q0 139 -89 242.5t-249 103.5q-57 0 -115.5 -17t-87.5 -17q-84 0 -84 75q0 18 105 574q14 82 117 82h438q35 0 55.5 -25.5t20.5 -62.5q0 -78 -76 -78h-422l-68 -395 q68 16 156 16q219 0 341 -141.5t122 -337.5q0 -207 -133 -361.5t-373 -154.5q-170 0 -297 85t-127 173z" />
-<glyph horiz-adv-x="1142" d="M2 522q0 268 145.5 516t372.5 453q33 31 70 31t61.5 -21.5t24.5 -60.5q0 -27 -23 -49q-127 -119 -242.5 -267.5t-166.5 -253.5q92 109 280 109q170 0 291 -137t121 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM162 492q0 -145 85 -255t226 -110 q141 10 224 116.5t83 245.5q0 137 -83 237.5t-236 100.5q-145 0 -222 -99t-77 -236z" />
-<glyph horiz-adv-x="1110" d="M2 1143q0 82 94 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 11 49l520 1223h-625q-94 0 -94 84z" />
-<glyph horiz-adv-x="1110" d="M-12 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 118 268.5t283 108.5q168 0 280 -105.5t112 -271.5q0 -199 -199 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-321 -136.5q-205 0 -333 132t-128 337zM160 451q0 -133 79.5 -223.5t209.5 -90.5 q125 0 202.5 90t77.5 219q0 131 -81 221.5t-199 90.5q-125 0 -207 -91t-82 -216zM209 1173.5q0 -108.5 66.5 -185.5t173.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-158 63t-163 -63.5t-70.5 -172z" />
-<glyph horiz-adv-x="1175" d="M-6 735q0 209 127 359.5t356 150.5q217 0 347 -158.5t130 -402.5q0 -154 -43 -309.5t-171 -352t-330 -360.5q-27 -23 -64 -22q-31 0 -51.5 18t-20.5 47q0 45 39 80q139 121 258 272.5t154 247.5q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM156 725q0 -164 93 -260 t224 -96q141 0 233.5 90t92.5 262q0 145 -84 255.5t-244 110.5q-152 0 -233.5 -111.5t-81.5 -250.5z" />
-<glyph horiz-adv-x="1388" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-140 262h-645l-110 -233q-29 -78 -92 -78q-66 0 -66 72zM340 467h500l-252 506z" />
-<glyph horiz-adv-x="1181" d="M0 100v949q0 98 84 98h375q160 0 267.5 -68.5t107.5 -210.5q0 -92 -60.5 -160.5t-163.5 -99.5q147 -4 237.5 -86t90.5 -203q0 -127 -103.5 -223t-275.5 -96h-440q-68 0 -90 16q-29 18 -29 84zM152 150h346q129 0 201.5 49t72.5 127q0 96 -90 141t-215 45h-315v-362z M152 662h245q279 0 279 178q0 68 -53.5 112.5t-176.5 44.5h-294v-335z" />
-<glyph horiz-adv-x="1294" d="M10 580q0 268 175 435t454 167q252 0 432 -168q39 -33 39 -74q0 -37 -21.5 -59.5t-52.5 -22.5q-39 0 -63 25q-129 129 -340 129q-188 0 -319.5 -112t-131.5 -306q0 -205 129 -331t324 -126q197 0 336 139q23 23 51 23q74 0 74 -76q0 -47 -31 -76q-195 -170 -438 -170 q-272 0 -444.5 168.5t-172.5 434.5z" />
-<glyph horiz-adv-x="1349" d="M0 84v965q0 98 119 98h405q221 0 375 -154.5t154 -425.5q0 -272 -165 -419.5t-405 -147.5h-397q-51 0 -68.5 16.5t-17.5 67.5zM152 150h321q182 0 300 102t118 315q0 217 -114.5 323.5t-274.5 106.5h-350v-847z" />
-<glyph horiz-adv-x="1007" d="M0 92v963q0 92 84 92h623q76 0 75 -76q0 -74 -75 -74h-557v-319h458q76 0 76 -78q0 -72 -76 -72h-458v-378h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
-<glyph horiz-adv-x="927" d="M0 61v988q0 98 84 98h604q76 0 76 -76q0 -74 -76 -74h-536v-417h405q76 0 76 -78q0 -74 -76 -74h-405v-367q0 -61 -78 -61q-74 0 -74 61z" />
-<glyph horiz-adv-x="1470" d="M6 551q0 256 165 438t429 182q254 0 436 -188q35 -35 35 -67.5t-21.5 -59.5t-58.5 -27q-35 0 -71 33q-160 145 -328 146q-182 0 -300 -131.5t-118 -329.5q0 -170 124 -291t302 -121q98 0 188.5 34t156 110.5t65.5 181.5q0 29 -9 31h-317q-90 0 -90 73q0 76 96 76h342 q80 0 105.5 -48t25.5 -134q0 -203 -156.5 -342.5t-414.5 -139.5q-252 0 -419 175.5t-167 398.5z" />
-<glyph horiz-adv-x="1181" d="M0 74v1003q0 76 74 76q76 0 76 -76v-415h641v415q0 76 73 76q78 0 78 -76v-1003q0 -74 -78 -74q-74 0 -73 74v436h-641v-436q0 -74 -74 -74q-76 0 -76 74z" />
-<glyph horiz-adv-x="391" d="M0 76v999q0 76 80 76t80 -76v-999q0 -76 -80 -76t-80 76z" />
-<glyph horiz-adv-x="882" d="M0 133q0 78 70 78q16 0 85.5 -47t149.5 -47q88 0 137.5 50t49.5 138v770q0 76 75 76q78 0 78 -76v-770q0 -152 -95 -242t-247 -90q-164 0 -278 103q-25 22 -25 57z" />
-<glyph horiz-adv-x="1052" d="M0 117v960q0 76 74 76q76 0 76 -76v-927h657q76 0 76 -74q0 -76 -76 -76h-707q-100 0 -100 117z" />
-<glyph horiz-adv-x="1689" d="M0 72q0 16 2 24l203 924q25 154 131 154q98 0 143 -138l254 -760l262 760q47 133 148 133q106 0 127 -149l190 -928q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-68 0 -81 82l-175 893l-317 -889q-31 -88 -84 -88t-84 88l-303 891l-188 -893q-12 -84 -82 -84 q-72 0 -72 70z" />
-<glyph horiz-adv-x="1234" d="M0 78v1003q0 90 74 90q57 0 106 -73l676 -828v822q0 78 74 77q76 0 76 -77v-1002q0 -90 -74 -90q-59 0 -103 61l-679 824v-807q0 -78 -74 -78q-76 0 -76 78z" />
-<glyph horiz-adv-x="1396" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z " />
-<glyph horiz-adv-x="1097" d="M0 76v991q0 82 84 82h393q201 0 319.5 -112.5t118.5 -266.5q0 -162 -113.5 -280.5t-312.5 -118.5h-339v-295q0 -76 -74 -76q-76 0 -76 76zM150 520h331q133 0 208 69.5t75 164.5q0 100 -83 172.5t-232 72.5h-299v-479z" />
-<glyph horiz-adv-x="1433" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -221 -137 -383l86 -94q23 -27 22.5 -55.5t-19 -50t-50.5 -21.5q-29 0 -48 19l-102 102q-143 -102 -344 -102q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129 q127 0 232 61l-86 82q-29 29 -29 60q0 37 24.5 62.5t57.5 25.5q29 0 53 -25l94 -96q82 115 82 260q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z" />
-<glyph horiz-adv-x="1101" d="M0 92v995q0 82 117 82h307q221 0 346 -92t125 -276q0 -236 -252 -330l219 -334q18 -23 19 -71q0 -68 -66 -68q-37 0 -70 41l-256 381h-339v-328q0 -92 -74 -92q-76 0 -76 92zM150 569h290q127 0 218.5 59.5t91.5 172.5q0 115 -92.5 167t-217.5 52h-290v-451z" />
-<glyph horiz-adv-x="1085" d="M16 160q0 41 19.5 64.5t50.5 23.5q27 0 59 -23q139 -92 283 -92q98 0 174 42t76 132q0 68 -63.5 110t-172.5 81q-72 27 -97.5 37t-88.5 36.5t-91 48t-66 55.5t-53 73.5t-15 87.5q0 164 117.5 248.5t293.5 84.5q182 0 318 -73q39 -20 39 -72q0 -35 -21.5 -55.5 t-52.5 -20.5q-25 0 -45 13q-92 53 -246 53q-104 0 -175 -38t-71 -122q0 -20 8.5 -37.5t29 -34t37 -29t54 -28.5t57 -24.5t67.5 -27t65 -24.5q340 -133 340 -327q0 -174 -125 -259.5t-299 -85.5q-188 0 -379 121q-27 19 -27 62z" />
-<glyph horiz-adv-x="1087" d="M0 1071q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-911q0 -86 -74 -86q-78 0 -78 86v911h-301q-82 0 -82 74z" />
-<glyph horiz-adv-x="1208" d="M0 584v479q0 88 84 88q78 0 78 -88v-463q0 -248 96 -354.5t252 -106.5t241 103.5t85 357.5v463q0 88 79 88q84 0 84 -88v-479q0 -606 -507 -607q-223 0 -357.5 144t-134.5 463z" />
-<glyph horiz-adv-x="1220" d="M0 1083q0 74 78 74q57 0 80 -61l340 -842l336 842q23 59 71 59q33 0 61.5 -25.5t28.5 -58.5q0 -12 -6 -24l-375 -920q-51 -127 -116 -127q-59 0 -105 109l-387 938q-6 18 -6 36z" />
-<glyph horiz-adv-x="1736" d="M0 1096q0 35 22.5 55t55.5 20q68 0 80 -75l211 -891l286 889q27 78 109 77q80 0 106 -77l277 -887l205 885q12 84 84 84q33 0 56.5 -23t23.5 -57q0 -12 -3 -19l-237 -973q-10 -45 -46 -74.5t-83 -29.5q-43 0 -78 23.5t-47 70.5l-262 838l-260 -805q-41 -131 -135 -131 q-45 0 -80 33.5t-49 87.5l-234 960q-2 7 -2 19z" />
-<glyph horiz-adv-x="1110" d="M0 57q0 33 25 70l311 504l-258 420q-18 27 -19 51q0 31 20.5 50t51.5 19q41 0 68 -36l231 -369l207 367q25 37 63 36q29 0 51.5 -21.5t22.5 -51.5q0 -25 -16 -47l-246 -400l315 -518q29 -45 29 -76q0 -57 -59 -57q-45 0 -78 45l-297 467l-285 -465q-31 -47 -78 -47 q-59 0 -59 59z" />
-<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
-<glyph horiz-adv-x="1181" d="M0 86q0 45 23 80l694 833h-611q-78 0 -77 74q0 76 77 76h721q102 0 103 -66q0 -37 -41 -100l-694 -833h682q80 0 79 -72q0 -78 -79 -78h-805q-72 0 -72 86z" />
-<glyph horiz-adv-x="1388" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-140 262h-645l-110 -233q-29 -78 -92 -78q-66 0 -66 72zM340 467h500l-252 506z" />
-<glyph horiz-adv-x="1181" d="M0 100v949q0 98 84 98h375q160 0 267.5 -68.5t107.5 -210.5q0 -92 -60.5 -160.5t-163.5 -99.5q147 -4 237.5 -86t90.5 -203q0 -127 -103.5 -223t-275.5 -96h-440q-68 0 -90 16q-29 18 -29 84zM152 150h346q129 0 201.5 49t72.5 127q0 96 -90 141t-215 45h-315v-362z M152 662h245q279 0 279 178q0 68 -53.5 112.5t-176.5 44.5h-294v-335z" />
-<glyph horiz-adv-x="1007" d="M0 76v968q0 98 84 99h645q35 0 57.5 -22.5t22.5 -55.5q0 -72 -80 -72h-577v-917q0 -76 -78 -76q-74 0 -74 76z" />
-<glyph horiz-adv-x="1423" d="M0 51q0 18 8 37l449 989q33 94 116 94q90 0 117 -94l467 -989q8 -18 8 -39q0 -49 -123 -49h-948q-94 0 -94 51zM225 150h713l-367 802z" />
-<glyph horiz-adv-x="1007" d="M0 92v963q0 92 84 92h623q76 0 75 -76q0 -74 -75 -74h-557v-319h458q76 0 76 -78q0 -72 -76 -72h-458v-378h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
-<glyph horiz-adv-x="1181" d="M0 86q0 45 23 80l694 833h-611q-78 0 -77 74q0 76 77 76h721q102 0 103 -66q0 -37 -41 -100l-694 -833h682q80 0 79 -72q0 -78 -79 -78h-805q-72 0 -72 86z" />
-<glyph horiz-adv-x="1167" d="M0 74v1013q0 76 74 76q76 0 76 -76v-425h641v425q0 76 73 76q78 0 78 -76v-1013q0 -74 -78 -74q-74 0 -73 74v436h-641v-436q0 -74 -74 -74q-76 0 -76 74z" />
-<glyph horiz-adv-x="1417" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z M233 577.5q0 75.5 76 75.5h568q76 0 75 -78q0 -74 -75 -73h-568q-76 0 -76 75.5z" />
-<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph horiz-adv-x="1214" d="M0 66v1030q0 63 74 63q78 0 78 -63v-607l714 648q23 18 47 18q33 0 58.5 -25.5t25.5 -56.5q0 -29 -20 -47l-414 -354l449 -539q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-445 532l-294 -266v-233q0 -66 -74 -66q-78 0 -78 66z" />
-<glyph horiz-adv-x="1409" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -31 -21.5 -50.5t-56.5 -19.5q-55 0 -74 49l-456 924l-430 -895q-29 -78 -92 -78q-66 0 -66 72z" />
-<glyph horiz-adv-x="1689" d="M0 72q0 16 2 24l203 924q25 154 131 154q98 0 143 -138l254 -760l262 760q47 133 148 133q106 0 127 -149l190 -928q0 -2 1 -8t1 -8q0 -33 -21.5 -53.5t-54.5 -20.5q-68 0 -81 82l-175 893l-317 -889q-31 -88 -84 -88t-84 88l-303 891l-188 -893q-12 -84 -82 -84 q-72 0 -72 70z" />
-<glyph horiz-adv-x="1234" d="M0 78v1003q0 90 74 90q57 0 106 -73l676 -828v822q0 78 74 77q76 0 76 -77v-1002q0 -90 -74 -90q-59 0 -103 61l-679 824v-807q0 -78 -74 -78q-76 0 -76 78z" />
-<glyph horiz-adv-x="1329" d="M-6 80q0 76 88 76h946q86 0 86 -78q0 -74 -86 -74h-946q-88 0 -88 76zM23 1073q0 76 75 76h912q76 0 75 -76q0 -74 -75 -74h-912q-75 0 -75 74zM168 586q0 74 74 73h606q76 0 76 -79q0 -74 -76 -74h-606q-74 0 -74 80z" />
-<glyph horiz-adv-x="1396" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z " />
-<glyph horiz-adv-x="1169" d="M0 76v985q0 78 74 78h788q31 0 54.5 -23.5t23.5 -54.5v-985q0 -76 -74 -76q-76 0 -75 76v909h-641v-909q0 -76 -78 -76q-72 0 -72 76z" />
-<glyph horiz-adv-x="1097" d="M0 76v991q0 82 84 82h414q201 0 319.5 -112.5t118.5 -266.5q0 -162 -113.5 -280.5t-312.5 -118.5h-360v-295q0 -76 -74 -76q-76 0 -76 76zM150 520h352q133 0 207.5 69.5t74.5 164.5q0 100 -83 172.5t-232 72.5h-319v-479z" />
-<glyph horiz-adv-x="1163" d="M0 86q0 45 23 80l370 387q14 25 15 41q0 20 -19 47l-323 340q-39 57 -39 100q0 68 104 68h741q76 0 76 -78q0 -74 -76 -74h-612l326 -352q20 -29 20 -55q0 -20 -14 -41l-385 -399h692q76 0 76 -78q0 -72 -76 -72h-827q-72 0 -72 86z" />
-<glyph horiz-adv-x="1087" d="M0 1071q0 76 82 76h756q78 0 77 -76q0 -74 -77 -74h-303v-911q0 -86 -74 -86q-78 0 -78 86v911h-301q-82 0 -82 74z" />
-<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
-<glyph horiz-adv-x="1449" d="M0 592q0 170 137 275.5t371 105.5v110q0 76 75.5 76t75.5 -76q0 -4 -4 -110q233 0 370.5 -106.5t137.5 -276.5q0 -168 -137 -270.5t-369 -102.5v-139q0 -78 -73 -78q-76 0 -76 78v139q-246 0 -377 101.5t-131 273.5zM145 592q0 -109 96.5 -171.5t266.5 -62.5v473 q-180 0 -271.5 -64t-91.5 -175zM657 358q360 0 361 232q0 113 -90 177t-271 64v-473z" />
-<glyph horiz-adv-x="997" d="M0 57q0 33 25 70l311 504l-258 420q-18 27 -19 51q0 31 20.5 50t51.5 19q41 0 68 -36l231 -369l207 367q25 37 63 36q29 0 51.5 -21.5t22.5 -51.5q0 -25 -16 -47l-246 -400l319 -516q29 -45 29 -76q0 -59 -63 -59q-45 0 -78 45l-297 467l-285 -465q-31 -47 -78 -47 q-59 0 -59 59z" />
-<glyph horiz-adv-x="1423" d="M0 858v199q0 74 78 73q72 0 72 -73v-172q0 -227 79.5 -352t276.5 -125v696q0 76 74 76q76 0 75 -76v-696q209 0 282 114.5t73 362.5v172q0 76 75 76q78 0 78 -76v-199q0 -594 -508 -594v-190q0 -74 -75 -74q-74 0 -74 74v190q-506 12 -506 594z" />
-<glyph horiz-adv-x="1300" d="M61 715q0 162 133.5 302t362.5 140q213 0 361.5 -124t148.5 -324q0 -190 -144.5 -316.5t-365.5 -126.5q-215 0 -355.5 128t-140.5 321zM92 74q0 76 70 76h811q70 0 69 -76q0 -74 -69 -74h-811q-70 0 -70 74zM219 719q0 -135 99.5 -219t242.5 -84q147 0 246.5 77.5 t99.5 208.5q0 135 -101 220.5t-249 85.5q-145 0 -241.5 -80t-96.5 -209z" />
-<glyph horiz-adv-x="1388" d="M0 72q0 16 8 41l463 968q33 92 119 92.5t119 -92.5l479 -968q8 -18 8 -43q0 -70 -70 -70q-55 0 -73 49l-140 262h-645l-110 -233q-29 -78 -92 -78q-66 0 -66 72zM340 467h500l-252 506z" />
-<glyph horiz-adv-x="1007" d="M0 92v963q0 92 84 92h623q76 0 75 -76q0 -74 -75 -74h-557v-319h458q76 0 76 -78q0 -72 -76 -72h-458v-378h573q88 0 88 -76q0 -74 -88 -74h-639q-53 0 -68.5 17.5t-15.5 74.5z" />
-<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph horiz-adv-x="1153" d="M0 74v1013q0 76 74 76q76 0 76 -76v-425h641v425q0 76 73 76q78 0 78 -76v-1013q0 -74 -78 -74q-74 0 -73 74v436h-641v-436q0 -74 -74 -74q-76 0 -76 74z" />
-<glyph horiz-adv-x="1396" d="M0 571q0 98 37 198.5t106.5 189t188.5 143.5t266 55q254 0 423 -170t169 -422q0 -242 -165 -413.5t-427 -171.5q-268 0 -433 172.5t-165 418.5zM158 575q0 -188 124 -317t320 -129q188 0 308 124t120 306q0 186 -123 317.5t-309 131.5q-201 0 -320.5 -119t-119.5 -314z " />
-<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
-<glyph horiz-adv-x="1300" d="M61 715q0 162 133.5 302t362.5 140q213 0 361.5 -124t148.5 -324q0 -190 -144.5 -316.5t-365.5 -126.5q-215 0 -355.5 128t-140.5 321zM92 74q0 76 70 76h811q70 0 69 -76q0 -74 -69 -74h-811q-70 0 -70 74zM219 719q0 -135 99.5 -219t242.5 -84q147 0 246.5 77.5 t99.5 208.5q0 135 -101 220.5t-249 85.5q-145 0 -241.5 -80t-96.5 -209z" />
-<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
-<glyph horiz-adv-x="1163" d="M0 86q0 45 23 80l370 387q14 25 15 41q0 20 -19 47l-323 340q-39 57 -39 100q0 68 104 68h741q76 0 76 -78q0 -74 -76 -74h-612l326 -352q20 -29 20 -55q0 -20 -14 -41l-385 -399h692q76 0 76 -78q0 -72 -76 -72h-827q-72 0 -72 86z" />
-<glyph horiz-adv-x="391" d="M0 76v999q0 76 74 76q76 0 76 -76v-999q0 -76 -76 -76q-74 0 -74 76z" />
-<glyph horiz-adv-x="1163" d="M0 1094q0 72 68 71q39 0 63 -43l358 -598l351 594q29 47 73 47q68 0 68 -65q0 -23 -12 -43l-412 -699v-270q0 -88 -76 -88q-78 0 -78 88v270l-389 682q-14 27 -14 54z" />
-<glyph d="M104 768q0 133 28 266t83 258t157.5 202t235.5 77h8q133 0 234.5 -76t156 -200t81 -256t26.5 -267q0 -131 -27.5 -263t-84 -256t-158 -201t-232.5 -77q-137 0 -240.5 74t-158.5 196t-82 254t-27 269zM274 764q0 -100 19.5 -204.5t57.5 -203t105.5 -161t155.5 -62.5 t156 65.5t104.5 166t54 202t17.5 193.5q0 106 -17.5 213.5t-54 208t-103.5 164t-155 63.5q-94 0 -164.5 -66.5t-106.5 -171t-52.5 -207t-16.5 -200.5z" />
-<glyph d="M197 71.5q0 67.5 75 67.5h330v1202l-201 -57q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -105v-1235h301q80 0 80 -69q0 -66 -80 -66h-797q-75 0 -75 67.5z" />
-<glyph d="M174 1143q0 188 133 305t307 117q168 0 297 -108.5t129 -276.5q0 -197 -145 -389l-483 -635h575q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -112 74q0 37 30 76l557 757q90 123 90 258q0 109 -79.5 175.5t-186.5 66.5q-109 0 -186.5 -72.5t-77.5 -201.5q0 -35 -21.5 -67 t-60.5 -32t-62.5 34t-23.5 75z" />
-<glyph d="M180 305q0 39 20.5 60.5t49.5 21.5q53 0 76 -53q84 -195 268 -195q123 0 210 77t87 214q0 109 -62.5 195t-177.5 104q-25 4 -119 4q-94 2 -94 76t92 74q96 0 117 4q86 16 134 98t48 178q0 115 -65.5 184.5t-181.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5q0 -102 -78 -102 q-88 0 -88 109q0 135 113.5 243.5t277.5 108.5q182 0 293.5 -117t111.5 -287q0 -195 -170 -340q115 -72 173.5 -178t58.5 -223q0 -182 -127 -316.5t-336 -134.5q-117 0 -213 52.5t-152 132.5q-51 73 -51 145z" />
-<glyph d="M96 483q0 43 27 78l534 862q59 96 158 97q57 0 94 -40t37 -108v-829h98q76 0 76 -82q0 -72 -67 -72h-107v-293q0 -96 -78 -96q-80 0 -80 96v291h-583q-51 0 -80 27.5t-29 68.5zM289 543h499v805z" />
-<glyph d="M129 233q0 35 19.5 54.5t46.5 19.5q39 0 63 -35q49 -63 135 -103t170 -40q143 0 237.5 104.5t94.5 239.5q0 139 -89 242.5t-249 103.5q-57 0 -115.5 -17.5t-87.5 -17.5q-84 0 -84 76q0 18 105 574q14 82 117 82h438q35 0 55.5 -26t20.5 -63q0 -78 -76 -77h-422l-68 -396 q68 16 156 17q219 0 341 -141.5t122 -337.5q0 -207 -133 -362t-373 -155q-170 0 -297 85t-127 173z" />
-<glyph d="M145 522q0 268 145.5 516t373.5 453q33 31 69.5 31t61 -21.5t24.5 -60.5q0 -27 -22 -49q-127 -119 -243 -267.5t-167 -253.5q92 109 281 109q170 0 290.5 -137t120.5 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM305 492q0 -145 85 -255t226 -110 q141 10 224.5 116.5t83.5 245.5q0 137 -83 237.5t-237 100.5q-145 0 -222 -99t-77 -236z" />
-<glyph d="M145 1436q0 82 95 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 10 49l520 1223h-624q-95 0 -95 84z" />
-<glyph d="M152 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 117.5 268.5t283.5 108.5q168 0 279.5 -105.5t111.5 -271.5q0 -199 -198 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-322 -136.5q-205 0 -332.5 132t-127.5 337zM324 451q0 -133 79.5 -223.5 t208.5 -90.5q125 0 203 90t78 219q0 131 -81 221.5t-200 90.5q-125 0 -206.5 -91t-81.5 -216zM373 1173.5q0 -108.5 66.5 -185.5t172.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-157.5 63t-162.5 -63.5t-70.5 -172z" />
-<glyph d="M117 1059q0 209 127 359.5t356 150.5q217 0 347 -159t130 -402q0 -154 -43 -309.5t-171 -352t-331 -360.5q-27 -23 -63 -23q-31 0 -51.5 18.5t-20.5 47.5q0 45 39 80q139 121 258 272t154 248q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM279 1049 q0 -164 93 -260.5t224 -96.5q141 0 233.5 90t92.5 262q0 145 -84 256t-244 111q-152 0 -233.5 -111.5t-81.5 -250.5z" />
-<glyph horiz-adv-x="1288" d="M106 608q0 258 133.5 446.5t368.5 188.5h8q162 0 278 -93t168 -232.5t52 -303.5q0 -166 -52 -307t-170 -236.5t-279.5 -95.5t-279.5 93.5t-172.5 234.5t-54.5 305zM268 612q0 -195 91.5 -337t253 -142t249.5 138.5t88 328.5q0 195 -89 338t-247 143q-166 0 -256 -138 t-90 -331z" />
-<glyph d="M197 71.5q0 67.5 75 67.5h330v920l-201 -58q-20 -4 -26 -4q-31 0 -51.5 18.5t-20.5 49.5q0 66 76 86q305 86 313 86q49 0 66 -41q10 -20 10 -104v-953h301q80 0 80 -69q0 -66 -80 -66h-797q-75 0 -75 67.5z" />
-<glyph d="M174 836q0 188 133 304.5t307 116.5q168 0 297 -108.5t129 -276.5q0 -49 -5 -80.5t-35.5 -95t-90 -131t-174 -173t-282.5 -236.5h534q76 0 76 -76q0 -80 -78 -80h-678q-113 0 -112 74q0 37 30 76q315 270 445.5 395t166 183t35.5 130q0 109 -79.5 175.5t-186.5 66.5 q-109 0 -186.5 -73t-77.5 -202q0 -35 -21.5 -66.5t-60.5 -31.5t-62.5 34t-23.5 75z" />
-<glyph d="M180 -8q0 39 20.5 60.5t49.5 21.5q53 0 76 -54q84 -195 268 -194q123 0 210 77t87 214q0 109 -62.5 194.5t-177.5 104.5q-25 4 -119 4q-94 2 -94 75.5t92 73.5q96 0 117 4q86 16 134 98.5t48 178.5q0 115 -65.5 184.5t-181.5 69.5q-88 0 -151.5 -59.5t-63.5 -145.5 q0 -102 -78 -102q-88 0 -88 108q0 135 113.5 243.5t277.5 108.5q182 0 293.5 -116.5t111.5 -286.5q0 -195 -170 -340q115 -72 173.5 -178.5t58.5 -222.5q0 -182 -127 -316.5t-336 -134.5q-117 0 -213 52.5t-152 131.5q-51 74 -51 146z" />
-<glyph d="M96 217q0 43 27 78l534 862q59 96 158 96q57 0 94 -39.5t37 -107.5v-830h98q76 0 76 -81q0 -72 -67 -72h-107v-293q0 -96 -78 -96q-80 0 -80 96v291h-583q-51 0 -80 27.5t-29 68.5zM289 276h499v805z" />
-<glyph d="M129 -53q0 35 19.5 54t46.5 19q39 0 63 -34q49 -63 135 -103.5t170 -40.5q143 0 237.5 104.5t94.5 239.5q0 139 -89 242.5t-249 103.5q-57 0 -115.5 -17t-87.5 -17q-84 0 -84 75q0 18 105 574q14 82 117 82h438q35 0 55.5 -25.5t20.5 -62.5q0 -78 -76 -78h-422l-68 -395 q68 16 156 16q219 0 341 -141.5t122 -337.5q0 -207 -133 -361.5t-373 -154.5q-170 0 -297 85t-127 173z" />
-<glyph d="M145 522q0 268 145.5 516t373.5 453q33 31 69.5 31t61 -21.5t24.5 -60.5q0 -27 -22 -49q-127 -119 -243 -267.5t-167 -253.5q92 109 281 109q170 0 290.5 -137t120.5 -346q0 -213 -131 -367t-340 -154q-217 0 -340 161t-123 386zM305 492q0 -145 85 -255t226 -110 q141 10 224.5 116.5t83.5 245.5q0 137 -83 237.5t-237 100.5q-145 0 -222 -99t-77 -236z" />
-<glyph d="M145 1143q0 82 95 82h725q39 0 66.5 -27t27.5 -68q0 -25 -12 -55l-543 -1284q-37 -84 -98 -84q-72 0 -72 80q0 29 10 49l520 1223h-624q-95 0 -95 84z" />
-<glyph d="M152 444q0 125 72.5 232.5t183.5 159.5q-199 123 -199 348q0 160 117.5 268.5t283.5 108.5q168 0 279.5 -105.5t111.5 -271.5q0 -199 -198 -336q121 -57 191.5 -168t70.5 -242q0 -190 -131 -326.5t-322 -136.5q-205 0 -332.5 132t-127.5 337zM324 451q0 -133 79.5 -223.5 t208.5 -90.5q125 0 203 90t78 219q0 131 -81 221.5t-200 90.5q-125 0 -206.5 -91t-81.5 -216zM373 1173.5q0 -108.5 66.5 -185.5t172.5 -77q100 0 158.5 78t58.5 185q0 109 -65.5 172t-157.5 63t-162.5 -63.5t-70.5 -172z" />
-<glyph d="M117 735q0 209 127 359.5t356 150.5q217 0 347 -158.5t130 -402.5q0 -154 -43 -309.5t-171 -352t-331 -360.5q-27 -23 -63 -22q-31 0 -51.5 18t-20.5 47q0 45 39 80q139 121 258 272.5t154 247.5q-100 -90 -262 -90q-215 0 -342 155.5t-127 364.5zM279 725 q0 -164 93 -260t224 -96q141 0 233.5 90t92.5 262q0 145 -84 255.5t-244 110.5q-152 0 -233.5 -111.5t-81.5 -250.5z" />
-<glyph horiz-adv-x="1214" d="M0 66v1030q0 63 74 63q78 0 78 -63v-607l714 648q23 18 47 18q33 0 58.5 -25.5t25.5 -56.5q0 -29 -20 -47l-414 -354l449 -539q25 -23 24 -59q0 -33 -27.5 -54.5t-47.5 -21.5q-39 0 -70 35l-445 532l-294 -266v-233q0 -66 -74 -66q-78 0 -78 66z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/BPreplay-webfont.ttf b/src/main/webapp/fonts/BPreplay-webfont.ttf
deleted file mode 100644 (file)
index 949a096..0000000
Binary files a/src/main/webapp/fonts/BPreplay-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplay-webfont.woff b/src/main/webapp/fonts/BPreplay-webfont.woff
deleted file mode 100644 (file)
index db21dac..0000000
Binary files a/src/main/webapp/fonts/BPreplay-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.eot b/src/main/webapp/fonts/BPreplayBold-webfont.eot
deleted file mode 100644 (file)
index fccb706..0000000
Binary files a/src/main/webapp/fonts/BPreplayBold-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.svg b/src/main/webapp/fonts/BPreplayBold-webfont.svg
deleted file mode 100644 (file)
index 210d081..0000000
+++ /dev/null
@@ -1,333 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
-Designer    : MagentaGeorge Triantafyllakos
-Foundry     : MagentaGeorge Triantafyllakos
-Foundry URL : httpwwwmagentagr
-</metadata>
-<defs>
-<font id="BPreplayBold" horiz-adv-x="1280" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="579" />
-<glyph unicode=" "  horiz-adv-x="579" />
-<glyph unicode="&#x09;" horiz-adv-x="579" />
-<glyph unicode="&#xa0;" horiz-adv-x="579" />
-<glyph unicode="!" horiz-adv-x="425" d="M8 182q0 76 53.5 129.5t128.5 53.5q78 0 131.5 -52.5t53.5 -130.5t-53.5 -130t-131.5 -52q-76 0 -129 53t-53 129zM33 668v745q0 170 155 170q158 0 158 -170v-745q0 -160 -160 -160q-153 0 -153 160z" />
-<glyph unicode="&#x22;" horiz-adv-x="755" d="M18 1147v268q0 170 160 170q156 0 156 -170v-268q0 -162 -158 -162t-158 162zM416 1147v268q0 170 159 170q162 0 162 -170v-268q0 -162 -164 -162q-157 0 -157 162z" />
-<glyph unicode="#" horiz-adv-x="1357" d="M45 559q0 74 52.5 114t117.5 40h66q10 37 22 112h-33q-160 0 -159 154q0 147 159 147h70q6 61 41 306q23 150 147 149q61 0 109.5 -46t48.5 -108l-41 -301h70l43 308q18 150 149 149q61 0 105.5 -44t44.5 -109v-19l-37 -285h24q66 0 114 -37.5t48 -111.5 q0 -152 -172 -152h-53q-10 -41 -20 -112h26q156 0 156 -154q0 -74 -51.5 -113.5t-110.5 -39.5h-63l-37 -240q-25 -166 -168 -166q-135 0 -135 139v8v5q2 6 2 8l36 246h-73l-35 -238q-25 -168 -168 -168q-135 0 -135 139v8q0 4 1 7.5t1 5.5l35 246h-23q-174 -1 -174 153z M584 713h73l19 112h-74z" />
-<glyph unicode="$" horiz-adv-x="1114" d="M25 250q0 158 159 158q61 0 121 -35q66 -41 135 -54v388q-70 33 -118 59.5t-106 70.5t-94 89t-60.5 109.5t-24.5 138.5q0 162 112.5 296t290.5 162v54q0 76 15.5 102.5t83.5 26.5q66 0 80 -30t14 -116v-43q135 -25 244 -106q92 -68 92 -160q0 -66 -47.5 -119t-115 -53 t-128.5 51l-45 29v-279q106 -51 172.5 -93t129 -99.5t92.5 -129t30 -163.5q0 -207 -117 -342t-307 -172v-86q0 -70 -15.5 -95.5t-80.5 -25.5q-35 0 -55.5 7t-29 27.5t-10.5 39t-2 61.5v59q-178 16 -321 111q-94 62 -94 162zM381 1182q0 -57 59 -101v205q-59 -24 -59 -104z M633 350q76 49 76 142q0 63 -76 114v-256z" />
-<glyph unicode="%" horiz-adv-x="1941" d="M57 1163q0 180 108.5 299t287 119t287 -125t108.5 -303q0 -182 -107.5 -305t-287.5 -123q-176 0 -286 130t-110 308zM365 1155q0 -57 23.5 -101t64.5 -44q47 0 71.5 41t24.5 100t-25.5 101t-70.5 42q-43 0 -65.5 -41t-22.5 -98zM569 125q0 35 13 63l495 1272 q43 113 154 113q63 0 105 -44t42 -106q0 -37 -18 -84l-510 -1282q-8 -29 -48 -57.5t-93 -28.5q-57 0 -98.5 43t-41.5 111zM1102 434q0 182 108.5 302t290.5 120q176 0 281.5 -128t105.5 -306q0 -182 -103.5 -302t-283.5 -120q-182 0 -290.5 126t-108.5 308zM1407 428 q0 -59 24.5 -101t69.5 -42q43 0 66.5 38.5t23.5 96t-23.5 102.5t-66.5 45t-68.5 -42t-25.5 -97z" />
-<glyph unicode="&#x26;" horiz-adv-x="1556" d="M53 471q0 264 275 479q-88 119 -88 256q0 174 110.5 274.5t259.5 100.5q143 0 247 -96t104 -275q0 -160 -154 -317l199 -227l43 75q66 115 170 115q68 0 110.5 -42t42.5 -107q0 -61 -43 -136l-108 -159l122 -140q39 -41 39 -102q0 -70 -48 -120t-111 -50q-70 0 -105 33 l-108 114q-170 -186 -410 -186q-252 0 -399.5 142.5t-147.5 367.5zM371 469q0 -84 70.5 -140.5t160.5 -56.5q119 0 213 115l-289 318q-155 -127 -155 -236zM539 1237q0 -80 59 -160q74 82 74 148q0 39 -19.5 57t-46 18t-47 -16t-20.5 -47z" />
-<glyph unicode="'" horiz-adv-x="522" d="M12 1124q0 27 8 56l115 280q49 125 166 125q66 0 116 -49t50 -119q0 -37 -16 -74l-117 -268q-49 -102 -156 -102q-66 0 -116 44t-50 107z" />
-<glyph unicode="(" horiz-adv-x="591" d="M16 733q0 471 285 778q59 49 119 50q61 0 105 -44t44 -105.5t-43 -111.5q-201 -238 -200 -577q0 -168 50 -331t159 -275q35 -49 34 -107q0 -66 -42 -106.5t-105 -40.5q-72 0 -121 51q-145 145 -215 365.5t-70 453.5z" />
-<glyph unicode=")" horiz-adv-x="591" d="M14 10q0 57 35 107q209 211 209 606q0 342 -199 577q-45 55 -45 111q0 61 46 105.5t108 44.5q57 0 106 -41q293 -315 293 -787q0 -233 -69.5 -454.5t-212.5 -364.5q-49 -51 -119 -51q-63 0 -107.5 40.5t-44.5 106.5z" />
-<glyph unicode="*" d="M297 979q0 61 57 117l45 24l-49 33q-53 47 -53 113q0 57 43 101t102 44q10 0 30 -4t24 -4l51 -33q0 10 -3 25.5t-3 21.5q16 66 56 100.5t91 34.5q45 0 86 -32.5t60 -92.5l-3 -57l21 14q35 25 84 25q53 0 98 -43t45 -102q0 -72 -73 -129l-29 -15l18 -8q84 -45 84 -131 q0 -57 -42 -101t-101 -44q-27 0 -102 32v-22q0 -72 -43 -113t-103 -41q-55 0 -97 36t-50 101v41q-68 -37 -99 -36q-57 0 -101 42t-44 103z" />
-<glyph unicode="+" d="M94 592q0 78 48 122t126 44h242v239q0 78 45 124t121 46q70 0 117 -49t47 -121v-239h241q84 0 132.5 -46t48.5 -120q0 -170 -181 -170h-241v-254q0 -70 -46 -119t-116 -49q-78 0 -123 46t-45 122v254h-242q-80 0 -127 43t-47 127z" />
-<glyph unicode="," horiz-adv-x="520" d="M12 -90q0 20 11 51q0 2 2 6l122 297q49 115 160 115q63 0 110.5 -46t47.5 -108q0 -4 -12 -59l-138 -318q-45 -98 -143 -98q-61 0 -110.5 48.5t-49.5 111.5z" />
-<glyph unicode="-" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
-<glyph unicode="." horiz-adv-x="428" d="M8 182q0 76 53.5 129.5t128.5 53.5q78 0 131.5 -52.5t53.5 -130.5t-53.5 -130t-131.5 -52q-76 0 -129 53t-53 129z" />
-<glyph unicode="/" d="M289 125q0 35 12 63l492 1272q49 113 157 113q63 0 104.5 -44t41.5 -106q0 -41 -17 -84l-510 -1282q-8 -29 -48 -57.5t-93 -28.5q-57 0 -98 43t-41 111z" />
-<glyph unicode="0" horiz-adv-x="1206" d="M49 774q0 135 30 268.5t89 258t168.5 202.5t253.5 78h8q115 0 209 -51t152.5 -134t98.5 -190.5t56 -214t16 -213.5q0 -131 -29.5 -264t-89 -257t-168 -202t-249.5 -78q-147 0 -258 75t-170.5 197t-88 254t-28.5 271zM385 772q0 -104 18.5 -205.5t68.5 -183.5t122 -82 q53 0 95 49t64.5 124t34 150.5t11.5 143.5q0 78 -11.5 159t-34 156.5t-63.5 122.5t-94 47q-59 0 -103 -49t-65.5 -128t-32 -154.5t-10.5 -149.5z" />
-<glyph unicode="1" horiz-adv-x="782" d="M6 1290q0 55 34 100.5t101 63.5l301 82q106 0 144 -96q16 -23 16 -125v-1145q0 -74 -45 -122t-118.5 -48t-120 48t-46.5 122v993q-63 -25 -110 -24q-63 0 -109.5 42.5t-46.5 108.5z" />
-<glyph unicode="2" horiz-adv-x="1126" d="M43 1108q0 207 145.5 337t335.5 130q186 0 328.5 -122t142.5 -310q0 -201 -149 -404l-318 -420h330q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 59 45 121l498 673q61 80 62 176q0 55 -44.5 89t-101.5 34q-59 0 -102 -40t-43 -111q0 -63 -44 -121.5 t-118 -58.5q-78 0 -123 59t-45 129z" />
-<glyph unicode="3" horiz-adv-x="1095" d="M47 362q0 76 44 120t108 44q45 0 89 -27.5t64 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129.5t-99 69.5h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 60 4q39 12 64.5 67.5t25.5 108.5q0 61 -34 98.5t-95 37.5q-121 0 -134 -103q-2 -33 -31.5 -71.5 t-94.5 -38.5q-170 0 -170 147q0 152 125.5 268.5t312.5 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -319q117 -63 176.5 -165t59.5 -216q0 -188 -138.5 -332t-359.5 -144q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
-<glyph unicode="4" horiz-adv-x="1212" d="M33 520q0 68 43 125l-4 -6l475 766q82 131 217 131q90 0 149.5 -61.5t59.5 -163.5v-647q154 0 153 -162q0 -156 -151 -156v-170q0 -176 -164 -176q-76 0 -119 45t-43 131v168h-430q-88 0 -137 51t-49 125zM459 664h190v329z" />
-<glyph unicode="5" horiz-adv-x="1126" d="M0 299q0 74 44 116t106 42q78 0 129 -70q31 -39 87 -64.5t111 -25.5q88 0 145.5 64.5t57.5 150.5q0 88 -54.5 152.5t-152.5 64.5q-35 0 -93 -15.5t-89 -15.5q-164 0 -164 158q0 33 96 526q31 150 191 150h430q74 0 117 -49t43 -121q0 -160 -160 -160h-340 q-8 -57 -25 -158q256 0 393.5 -151.5t137.5 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105.5t-140.5 216.5z" />
-<glyph unicode="6" horiz-adv-x="1114" d="M25 557q0 256 138 493.5t351 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -49 -110q-10 -10 -47 -42t-53.5 -47.5t-48.5 -47t-50 -54t-39.5 -55.5t-36.5 -66q57 31 166 31q186 0 288.5 -133t102.5 -318q0 -225 -142 -389t-368 -164q-238 0 -370.5 170t-132.5 410z M348 528q0 -92 48 -161.5t132 -71.5q86 8 137.5 74.5t51.5 156.5q0 86 -49.5 147.5t-143.5 61.5q-86 0 -131 -61.5t-45 -145.5z" />
-<glyph unicode="7" horiz-adv-x="1114" d="M14 1370q0 164 176 164h646q70 0 122 -49t52 -127q0 -39 -19 -84l-483 -1145q-55 -129 -172 -129q-78 0 -116 48t-38 114q0 43 19 84l409 956h-420q-176 0 -176 168z" />
-<glyph unicode="8" horiz-adv-x="1120" d="M41 485q0 106 58.5 207t148.5 152q-70 43 -113 126t-43 175q0 180 132 304t317 124q190 0 314 -120t124 -308q0 -82 -45 -164t-113 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143 -355.5t-350 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM377 492q0 -80 45 -133.5 t121 -53.5q70 0 113.5 53.5t43.5 128.5q0 80 -45 134.5t-112 54.5q-74 0 -120 -54t-46 -130zM420 1135q0 -59 30.5 -100.5t86.5 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
-<glyph unicode="9" horiz-adv-x="1185" d="M41 1034q0 221 138 383t386 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-78.5 -242t-160.5 -265t-254.5 -255q-49 -39 -113 -39q-66 0 -110.5 43t-44.5 107q0 84 67 139q209 168 316 326q-98 -35 -193 -35q-201 0 -320.5 149.5t-119.5 337.5zM369 1024 q0 -104 55 -164.5t135 -60.5q86 0 142.5 56t56.5 167q0 92 -52.5 162.5t-148.5 70.5q-90 0 -139 -70.5t-49 -160.5z" />
-<glyph unicode=":" horiz-adv-x="423" d="M8 182q0 76 53.5 129.5t128.5 53.5q78 0 131.5 -52.5t53.5 -130.5t-53.5 -130t-131.5 -52q-76 0 -129 53t-53 129zM8 819q0 76 53.5 129t128.5 53q78 0 131.5 -52t53.5 -130q0 -76 -53.5 -128t-131.5 -52q-76 0 -129 52t-53 128z" />
-<glyph unicode=";" horiz-adv-x="520" d="M12 -90q0 -63 49.5 -111.5t110.5 -48.5q98 0 143 98l138 318q12 55 12 59q0 61 -47 107.5t-111 46.5q-111 0 -160 -115l-122 -297v-2q-2 -2 -2 -4q-11 -31 -11 -51zM109 819q0 78 52 130t130 52t130 -52t52 -130q0 -76 -53 -128t-129 -52t-129 52t-53 128z" />
-<glyph unicode="&#x3c;" horiz-adv-x="1333" d="M84 600q0 111 115 164l833 387h2q2 2 4 2q57 20 92 21q63 0 105.5 -43.5t42.5 -106.5q0 -104 -111 -158l-626 -260l616 -278q119 -53 119 -160q0 -68 -43 -117t-113 -49q-51 0 -112 29l-809 403q-115 57 -115 166z" />
-<glyph unicode="=" horiz-adv-x="1349" d="M96 324q0 160 158 159h858q156 0 156 -157q0 -160 -156 -160h-858q-158 0 -158 158zM96 807q0 156 158 156h858q156 0 156 -160q0 -156 -156 -156h-858q-158 0 -158 160z" />
-<glyph unicode="&#x3e;" horiz-adv-x="1333" d="M84 1024q0 63 42 106.5t105 43.5q33 0 101 -23l829 -387q117 -55 117 -164q0 -51 -32 -96t-83 -70l-811 -403q-61 -29 -110 -29q-72 0 -112 42t-40 110q0 100 121 159q111 53 306.5 137.5t318.5 143.5l-641 272q-111 54 -111 158z" />
-<glyph unicode="?" horiz-adv-x="1003" d="M43 1149q0 178 125 282.5t287 104.5q172 0 291.5 -110.5t119.5 -307.5q0 -233 -354 -592q-57 -49 -115 -49q-72 0 -113.5 44t-41.5 116q0 66 63 131q123 123 180.5 202t57.5 148q0 49 -29 74t-68 25q-35 0 -60.5 -25t-27.5 -59q-8 -74 -53 -116t-106 -42q-63 0 -109.5 45 t-46.5 129zM217 182q0 76 53.5 129.5t129 53.5t128 -53.5t52.5 -129.5t-52.5 -129t-128 -53t-129 53t-53.5 129z" />
-<glyph unicode="@" horiz-adv-x="1705" d="M96 739q0 369 207 604.5t565 235.5q307 0 497.5 -179t190.5 -495q0 -233 -85 -388t-218 -155q-111 0 -204 117q-104 -115 -238 -114q-166 0 -255 116.5t-89 280.5q0 172 95 299t263 127q109 0 199 -90q10 88 68 88q70 0 69 -99v-423q0 -164 86 -164q78 0 125 100t47 295 q0 250 -155.5 399.5t-397.5 149.5q-293 0 -459.5 -195.5t-166.5 -505.5q0 -285 173 -459.5t429 -174.5q340 0 497 176q39 41 76 41q25 0 41.5 -14.5t16.5 -39.5q0 -43 -27 -71q-106 -119 -274 -173.5t-341 -54.5q-311 0 -523 210t-212 556zM612 762q0 -104 55.5 -180 t159.5 -76q121 0 185 104v357q-76 82 -162 82q-109 0 -173.5 -86t-64.5 -201z" />
-<glyph unicode="A" horiz-adv-x="1392" d="M35 162q0 27 12 67l430 1217q53 145 198.5 145t198.5 -145q457 -1247 457 -1286q0 -72 -42 -116t-118 -44q-117 0 -157 104l-72 185h-522q-10 -29 -28.5 -80t-26.5 -74q-45 -135 -175 -135q-78 0 -116.5 46t-38.5 116zM528 621h291l-143 405z" />
-<glyph unicode="B" horiz-adv-x="1257" d="M27 186v1221q0 184 172 184h372q61 0 127 -14t133.5 -47t121 -81t86 -122t32.5 -164q0 -80 -64.5 -174t-129.5 -102q123 -18 213 -144.5t90 -255.5q0 -211 -146.5 -349t-349.5 -138h-453q-96 0 -137 31q-67 46 -67 155zM356 328h310q90 0 141 51t51 123q0 82 -67.5 143.5 t-190.5 61.5h-244v-379zM356 963h240q78 0 120 42t42 101q0 63 -47 110.5t-131 47.5h-224v-301z" />
-<glyph unicode="C" horiz-adv-x="1458" d="M33 803q0 160 48 308.5t139 268t237.5 191t326.5 71.5q270 0 467 -178q63 -59 64 -139q0 -76 -46 -123t-116 -47q-80 0 -125 49q-96 96 -250 96q-190 0 -295.5 -143t-105.5 -342q0 -201 106.5 -343t296.5 -142q158 0 246 88q49 49 113 49q82 0 123 -47t41 -119 q0 -86 -62 -141q-205 -182 -467 -183q-180 0 -324.5 71t-233.5 187.5t-136 263t-47 304.5z" />
-<glyph unicode="D" horiz-adv-x="1351" d="M33 172v1235q0 184 205 184h374q209 0 362.5 -119.5t225.5 -298t72 -385.5q0 -203 -83 -381t-246 -292.5t-370 -114.5h-366q-102 0 -138 33t-36 139zM362 328h203q170 0 269.5 137t99.5 323q0 195 -90 335.5t-252 140.5h-230v-936z" />
-<glyph unicode="E" horiz-adv-x="993" d="M23 180v1233q0 178 172 178h577q164 0 164 -163.5t-164 -163.5h-422v-277h330q164 0 164 -166q0 -162 -164 -162h-330v-331h436q176 0 176.5 -164t-176.5 -164h-591q-111 0 -141.5 34.5t-30.5 145.5z" />
-<glyph unicode="F" horiz-adv-x="909" d="M20 150v1257q0 184 173 184h559q166 0 166 -163.5t-166 -163.5h-402v-312h283q162 0 162 -166q0 -164 -162 -163h-283v-473q0 -150 -166 -150q-164 0 -164 150z" />
-<glyph unicode="G" horiz-adv-x="1478" d="M37 780q0 172 47 327t136 277.5t233.5 194.5t322.5 72q190 0 360.5 -97.5t170.5 -232.5q0 -74 -42 -118t-104 -44q-70 0 -125 53q-109 98 -266 99q-186 0 -286.5 -150.5t-100.5 -378.5q0 -193 97.5 -331t275.5 -138q139 0 221 80t98 228h-297q-178 0 -178 163 q0 166 184 166h412q131 0 173 -68.5t42 -195.5q0 -313 -180 -511t-481 -198q-174 0 -313.5 68t-224.5 182.5t-130 255.5t-45 297z" />
-<glyph unicode="H" horiz-adv-x="1390" d="M35 164v1266q0 166 160 165q166 0 165 -165v-457h594v457q0 166 164 165q166 0 166 -165v-1266q0 -164 -166 -164q-164 0 -164 164v479h-594v-479q0 -164 -163 -164q-162 0 -162 164z" />
-<glyph unicode="I" horiz-adv-x="417" d="M2 166v1264q0 166 164 165q166 0 166 -165v-1264q0 -166 -166 -166q-164 0 -164 166z" />
-<glyph unicode="J" horiz-adv-x="925" d="M16 217q0 168 160 168q45 0 133 -59q41 -29 86 -29q78 0 78 80v1053q0 166 164 165q168 0 168 -165v-1053q0 -184 -113.5 -293t-298.5 -109q-188 0 -319 119q-58 45 -58 123z" />
-<glyph unicode="K" horiz-adv-x="1210" d="M31 156v1288q0 152 162 151q166 0 165 -151v-447l498 547q37 47 113 47q66 0 119 -52t53 -118q0 -74 -47 -114l-355 -385l398 -650q41 -43 41 -108q0 -72 -60.5 -119t-105.5 -47q-47 0 -77 18.5t-67 57.5l-368 600l-142 -152v-366q0 -156 -161 -156q-166 0 -166 156z" />
-<glyph unicode="L" horiz-adv-x="1040" d="M25 203v1227q0 166 161 165q166 0 166 -165v-1102h514q166 0 166 -162q0 -166 -166 -166h-653q-188 0 -188 203z" />
-<glyph unicode="M" horiz-adv-x="1888" d="M49 162q0 29 2 45l189 1171q37 221 213 221q164 0 225 -194l221 -733l225 735q59 188 228 188q86 0 141 -56t70 -163l176 -1196v-8l2 -2v-4q0 -76 -45 -120t-117 -44q-152 0 -172 158l-104 776q-43 -131 -123 -401.5t-117 -387.5q-47 -147 -168 -147q-127 0 -170 147 l-217 793l-131 -778q-27 -160 -168 -160q-160 0 -160 160z" />
-<glyph unicode="N" horiz-adv-x="1372" d="M33 168v1249q0 178 162 178q106 0 180 -108l563 -838v778q0 166 162 166q166 0 166 -166v-1249q0 -178 -164 -178q-104 0 -172 96l-570 836v-764q0 -168 -163.5 -168t-163.5 168z" />
-<glyph unicode="O" horiz-adv-x="1542" d="M39 813q0 158 44 303.5t128 263t220 188t304 70.5q225 0 390 -123.5t241 -308t76 -399.5q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM375 817q0 -209 96 -359.5t268 -150.5q176 0 271.5 145.5t95.5 350.5 q0 207 -97.5 355.5t-273.5 148.5q-172 0 -266 -144.5t-94 -345.5z" />
-<glyph unicode="P" horiz-adv-x="1251" d="M27 166v1257q0 170 172 170h428q236 0 387 -146.5t151 -377.5q0 -221 -151.5 -369.5t-374.5 -148.5h-285v-385q0 -166 -163.5 -166t-163.5 166zM354 879h277q92 0 146 52t54 140q0 92 -60 143.5t-171 51.5h-246v-387z" />
-<glyph unicode="Q" horiz-adv-x="1564" d="M39 813q0 158 45 303.5t129 263t220 188t304 70.5q170 0 307.5 -71.5t222.5 -189t130 -265t45 -305.5q0 -244 -101 -449l50 -39l34 -40q49 -49 50 -115q0 -68 -43 -115t-119 -47q-63 0 -109 45l-67 72q-174 -137 -400 -137q-221 0 -384 122.5t-238.5 308t-75.5 400.5z M377 817q0 -207 96 -358.5t268 -151.5q98 0 170 41l-131 129q-53 53 -53 123q0 74 43 121t104 47q49 0 91 -33q25 -20 75 -75.5t56 -59.5q12 51 12 203q0 207 -96.5 355.5t-272.5 148.5q-172 0 -267 -144.5t-95 -345.5z" />
-<glyph unicode="R" horiz-adv-x="1269" d="M25 180v1243q0 170 202 170h408q246 0 390 -141t144 -336q0 -121 -60 -231.5t-181 -188.5l198 -434q27 -66 27 -106q0 -72 -39 -115t-117 -43q-102 0 -149 90l-258 524h-238v-432q0 -180 -162 -180q-165 0 -165 180zM352 938h297q82 0 133.5 54.5t51.5 123.5 q0 61 -47.5 105.5t-137.5 44.5h-297v-328z" />
-<glyph unicode="S" horiz-adv-x="1114" d="M25 250q0 158 159 158q61 0 121 -35q90 -57 193 -58q90 0 150.5 46.5t60.5 130.5q0 51 -48.5 93t-171.5 99q-82 39 -129 62.5t-117.5 70.5t-108.5 93t-67.5 115t-29.5 149q0 180 137 322t346 142q201 0 357 -118q92 -68 92 -160q0 -66 -47.5 -119t-115 -53t-128.5 51 q-80 59 -160 59q-137 0 -137 -116q0 -29 12.5 -51.5t42 -43t52 -33t71.5 -33t74 -32.5q106 -51 172.5 -93t129 -99.5t92.5 -129t30 -163.5q0 -244 -158 -386.5t-401 -142.5q-207 0 -379 113q-94 62 -94 162z" />
-<glyph unicode="T" horiz-adv-x="1077" d="M25 1427q0 166 170 166h702q166 0 166 -166q0 -162 -166 -161h-188v-1092q0 -174 -160 -174q-168 0 -168 174v1092h-186q-170 -1 -170 161z" />
-<glyph unicode="U" horiz-adv-x="1402" d="M35 635v782q0 176 172 176q170 0 170 -176v-768q0 -328 301 -327q131 0 203.5 73.5t72.5 253.5v768q0 176 172 176t172 -176v-782q0 -178 -51 -308t-141 -205t-201.5 -110t-245.5 -35q-283 0 -453.5 157t-170.5 501z" />
-<glyph unicode="V" horiz-adv-x="1353" d="M35 1434q0 164 164 163q123 0 163 -120l304 -904q51 147 149 454.5t148 447.5q43 121 155 120q63 0 120.5 -53t57.5 -119q0 -31 -14 -59l-420 -1184q-63 -180 -198 -180q-125 0 -185 164l-434 1204q-10 37 -10 66z" />
-<glyph unicode="W" horiz-adv-x="1882" d="M49 1430q0 76 49 120.5t117 44.5q139 0 168 -149l145 -793q37 127 95.5 404.5t91.5 396.5q41 141 192.5 141t188.5 -141l200 -788l119 778q25 156 170 155q70 0 120 -48t50 -121v-13q0 -12 -4 -24l-223 -1221q-14 -76 -73.5 -124t-137.5 -48q-70 0 -126 39t-79 119 l-211 764l-184 -736q-23 -92 -84.5 -141t-130.5 -49q-76 0 -137.5 52t-75.5 134z" />
-<glyph unicode="X" horiz-adv-x="1359" d="M35 147q0 59 35 117l387 600l-334 467q-33 47 -33 103q0 70 48 114.5t114 44.5q86 0 139 -71l262 -365l232 356q49 80 139 80q63 0 112.5 -48t49.5 -115q0 -49 -31 -97l-303 -446l405 -621q41 -63 41 -121q0 -147 -147 -147q-88 0 -152 82l-344 504l-319 -500 q-53 -86 -154 -86q-147 -1 -147 149z" />
-<glyph unicode="Y" horiz-adv-x="1157" d="M27 1434q0 162 157 161q100 0 140 -88l251 -559q39 66 121 280t121 279q53 88 150 88q158 0 157 -155q0 -49 -24 -90l-367 -705v-469q0 -176 -166 -176t-166 176v473q-55 100 -172.5 343t-175.5 345q-26 50 -26 97z" />
-<glyph unicode="Z" horiz-adv-x="1224" d="M31 174q0 66 35 125l641 967h-484q-166 0 -166 161q0 166 166 166h762q98 0 144.5 -43t46.5 -112q0 -61 -54 -146l-641 -964h551q168 0 168 -160q0 -168 -168 -168h-842q-159 0 -159 174z" />
-<glyph unicode="[" horiz-adv-x="516" d="M12 68v1314q0 180 166 181h133q152 0 152 -156q0 -141 -135 -145v-1078q135 -6 135 -143q0 -156 -152 -156h-133q-166 1 -166 183z" />
-<glyph unicode="\" horiz-adv-x="954" d="M31 1411q0 72 46 111t113 39q66 0 95.5 -30t58.5 -99l494 -1248q12 -29 12 -49q0 -61 -43 -104t-109 -43q-115 0 -161 116l-494 1246q-12 34 -12 61z" />
-<glyph unicode="]" horiz-adv-x="516" d="M12 45q0 139 133 139v1063q-133 4 -133 148q0 154 150 153h135q166 0 166 -178v-1302q0 -182 -166 -183h-135q-150 0 -150 160z" />
-<glyph unicode="^" d="M102 639q0 57 29 98l406 721q53 90 155 90q104 0 156 -94l391 -719q25 -55 25 -96q0 -76 -43 -115t-115 -39q-57 0 -94 29t-72 92l-252 473l-262 -475q-39 -68 -68.5 -93.5t-93.5 -25.5q-68 0 -115 40t-47 114z" />
-<glyph unicode="_" horiz-adv-x="1257" d="M14 -164q0 152 160 152h909q162 0 162 -154q0 -147 -162 -147h-909q-160 -1 -160 149z" />
-<glyph unicode="`" horiz-adv-x="522" d="M10 1096q0 43 17 71l120 283q45 104 154 104q74 0 120 -40.5t46 -116.5q0 -25 -14 -60l-119 -274q-16 -35 -30.5 -56.5t-46.5 -42t-75 -20.5q-76 0 -124 43t-48 109z" />
-<glyph unicode="a" horiz-adv-x="1146" d="M41 317q0 147 114.5 262t301.5 115q176 0 293 -84v101q0 86 -78 140t-172 54q-43 0 -117 -13t-109 -13q-152 0 -151 129q0 86 106 129q135 55 283 55q217 0 367.5 -108.5t150.5 -327.5v-613q0 -66 -44 -111.5t-116 -45.5q-37 0 -81 27.5t-48 82.5v39q-141 -150 -333 -149 q-168 0 -267.5 98t-99.5 233zM362 358.5q0 -47.5 46.5 -73t107.5 -25.5q76 0 133.5 28.5t57.5 80.5q0 37 -53.5 60.5t-118.5 23.5q-72 0 -122.5 -23.5t-50.5 -71z" />
-<glyph unicode="b" horiz-adv-x="1173" d="M41 145v1368q0 162 156 162q160 0 159 -162v-473q119 166 308 166q166 0 291.5 -162.5t125.5 -447.5q0 -246 -146.5 -431t-322.5 -185q-86 0 -165.5 50t-118.5 142v-66q0 -59 -45 -91.5t-88 -32.5q-154 -1 -154 163zM362 600q0 -127 54.5 -219t158.5 -92q94 0 138.5 90 t44.5 213q0 125 -45 223t-138 98q-102 0 -157.5 -95t-55.5 -218z" />
-<glyph unicode="c" horiz-adv-x="1087" d="M37 598q0 266 167 435t404 169q150 0 254 -47q51 -25 84 -64.5t33 -84.5q0 -70 -41 -110t-109 -40q-29 0 -103.5 17.5t-115.5 17.5q-109 0 -181.5 -83t-72.5 -218q0 -123 76 -210t182 -87q88 0 154 45q31 23 74 22q55 0 101 -44t46 -105q0 -78 -84 -141 q-133 -88 -293 -88q-244 0 -409.5 177t-165.5 439z" />
-<glyph unicode="d" horiz-adv-x="1187" d="M39 590q0 270 131 444t305 174q80 0 159 -40t124 -115v460q0 164 162 164q158 0 157 -164v-1388q0 -152 -157 -152q-143 0 -144 146v47q-123 -188 -303 -189q-170 0 -302 174.5t-132 438.5zM360 588q0 -125 50.5 -215t142.5 -90q82 0 146.5 86t64.5 227t-61.5 228 t-143.5 87q-92 0 -145.5 -98t-53.5 -225z" />
-<glyph unicode="e" horiz-adv-x="1185" d="M41 602q0 248 143.5 428t387 180t377.5 -143t134 -385q0 -47 -13 -77t-29.5 -46t-55.5 -24.5t-66.5 -9.5t-89.5 -1h-469q0 -123 91.5 -185.5t179.5 -62.5q86 0 184 63.5t148 63.5q51 0 83.5 -33.5t32.5 -101.5q0 -57 -35 -94q-158 -197 -442 -197q-260 0 -410.5 180.5 t-150.5 444.5zM377 737h379q0 92 -53.5 143.5t-127.5 51.5q-78 0 -138 -52.5t-60 -142.5z" />
-<glyph unicode="f" horiz-adv-x="729" d="M23 1030q0 78 39.5 109.5t123.5 31.5v140q8 160 127 254t269 94q172 0 172 -156q0 -68 -41 -99.5t-90.5 -31.5t-82 -38t-32.5 -89v-74q2 0 6 1.5t8 1.5q88 0 128 -32t40 -108q0 -78 -40 -110.5t-128 -32.5h-24v-733q0 -158 -156 -158q-158 0 -158 158v735 q-82 2 -121.5 32.5t-39.5 104.5z" />
-<glyph unicode="g" horiz-adv-x="1193" d="M39 590q0 270 131 444t305 174q80 0 159 -40t124 -115v-11q0 164 162 164q158 0 157 -164v-884q0 -309 -157.5 -484.5t-389.5 -175.5q-178 0 -346 105q-78 51 -78 143q0 68 43.5 116t114.5 48q35 0 113 -39q84 -45 174 -45q129 0 177 91t48 269q-106 -188 -303 -188 q-172 0 -303 165t-131 427zM360 588q0 -125 50.5 -215t142.5 -90q82 0 146.5 86t64.5 227t-61.5 228t-143.5 87q-92 0 -145.5 -98t-53.5 -225z" />
-<glyph unicode="h" horiz-adv-x="1067" d="M37 158v1335q0 164 153 164q160 0 160 -164v-449q129 147 285 148q137 0 241.5 -99.5t104.5 -306.5v-628q0 -158 -160 -158q-158 0 -157 158v571q0 86 -45.5 134t-106.5 48q-66 0 -114 -48t-48 -134v-571q0 -158 -160 -158q-153 0 -153 158z" />
-<glyph unicode="i" horiz-adv-x="528" d="M39 1480.5q0 75.5 53 129t129 53.5q78 0 131.5 -52t53.5 -130t-53.5 -130.5t-131.5 -52.5q-76 0 -129 53.5t-53 129zM68 160v858q0 158 157 158q162 0 162 -158v-858q0 -160 -159.5 -160t-159.5 160z" />
-<glyph unicode="j" horiz-adv-x="489" d="M-223 -274q0 -156 172 -156q150 0 268.5 94t126.5 254l2 1112q0 158 -158 158q-150 0 -165 -158v-1046q0 -51 -33 -89t-82 -38t-90 -31.5t-41 -99.5zM8 1480.5q0 75.5 53.5 129t128.5 53.5q78 0 131.5 -53.5t53.5 -129t-53.5 -129t-131.5 -53.5q-76 0 -129 53.5t-53 129z " />
-<glyph unicode="k" horiz-adv-x="1159" d="M35 158v1337q0 160 155 160q158 0 158 -160v-688l400 338q47 39 106 39q63 0 112.5 -50.5t49.5 -113.5q0 -68 -66 -117l-223 -186q88 -162 159.5 -277.5t98.5 -149.5t39 -62.5t12 -71.5q0 -70 -36.5 -115t-112.5 -45q-43 0 -86 23.5t-66 58.5l-256 452 q-117 -94 -131 -110v-262q0 -158 -158 -158q-155 0 -155 158z" />
-<glyph unicode="l" horiz-adv-x="450" d="M6 160v1337q0 162 158 162q160 0 160 -162v-1337q0 -160 -158 -160q-160 0 -160 160z" />
-<glyph unicode="m" horiz-adv-x="1726" d="M37 158v864q0 70 40 117t113 47q76 0 118 -44t42 -98q55 63 145.5 105.5t180.5 42.5q186 0 264 -174q49 78 138 124t188 46q143 0 243.5 -100.5t100.5 -301.5v-628q0 -158 -160 -158q-158 0 -158 158v571q0 86 -45 134t-106 48q-59 0 -105.5 -38.5t-54.5 -108.5v-606 q0 -158 -160 -158q-158 0 -157 158v571q0 86 -45.5 134t-106.5 48q-66 0 -114 -48t-48 -134v-571q0 -158 -160 -158q-153 0 -153 158z" />
-<glyph unicode="n" horiz-adv-x="1069" d="M37 158v864q0 70 40 117t113 47q76 0 118 -44t42 -98q129 147 285 148q137 0 241.5 -99.5t104.5 -306.5v-628q0 -158 -160 -158q-158 0 -157 158v571q0 86 -45.5 134t-106.5 48q-66 0 -114 -48t-48 -134v-571q0 -158 -160 -158q-153 0 -153 158z" />
-<glyph unicode="o" horiz-adv-x="1204" d="M41 604q0 252 140.5 426t391.5 174q248 0 390.5 -180t142.5 -432q0 -256 -142.5 -433t-390.5 -177q-250 0 -391 183t-141 439zM365 614q0 -78 20.5 -153.5t70.5 -134t117 -58.5q100 0 154.5 94.5t54.5 217.5q0 125 -54 229t-155 104q-102 0 -155 -88t-53 -211z" />
-<glyph unicode="p" horiz-adv-x="1173" d="M41 -254v1296q0 162 156 162q160 0 159 -162q119 164 308 164q166 0 291.5 -162.5t125.5 -447.5q0 -246 -146.5 -431t-322.5 -185q-84 0 -164.5 46t-119.5 124v-443q0 -59 -45 -92t-88 -33q-154 0 -154 164zM362 600q0 -127 54.5 -219t158.5 -92q94 0 138.5 90t44.5 213 q0 125 -45 223t-138 98q-102 0 -157.5 -95t-55.5 -218z" />
-<glyph unicode="q" horiz-adv-x="1185" d="M39 590q0 270 131 444t305 174q80 0 159 -40t124 -115v-11q0 164 162 164q158 0 157 -164v-1306q0 -152 -157 -152q-143 0 -144 146v415q-111 -168 -303 -168q-170 0 -302 174.5t-132 438.5zM360 588q0 -125 50.5 -215t142.5 -90q82 0 146.5 86t64.5 227t-61.5 228 t-143.5 87q-92 0 -145.5 -98t-53.5 -225z" />
-<glyph unicode="r" horiz-adv-x="911" d="M53 158v866q0 164 158 164q53 0 91 -34t40 -101q27 51 108.5 101t145.5 50q115 0 170 -51t55 -123q0 -66 -46 -113t-116 -47q-45 0 -75 7q-43 6 -47 6q-61 0 -114.5 -45t-53.5 -109v-571q0 -158 -158 -158t-158 158z" />
-<glyph unicode="s" horiz-adv-x="1019" d="M49 231q0 66 44 101t104 35q57 0 157.5 -56.5t184.5 -56.5q100 0 100 74q0 37 -42 70.5t-105.5 59t-138 62.5t-138 77t-105.5 106.5t-42 150.5q0 178 129 271.5t323 93.5q190 0 328 -72q82 -45 82 -131q0 -55 -38 -96t-104 -41q-51 0 -149 33.5t-160 33.5q-94 0 -94 -74 q0 -37 60.5 -73.5t145.5 -72.5t171 -81t146.5 -119.5t60.5 -169.5q0 -188 -138.5 -281t-326.5 -93q-195 0 -391 118q-64 45 -64 131z" />
-<glyph unicode="t" horiz-adv-x="817" d="M23 1038q0 113 143 131v80q0 156 158 156q160 0 159 -156v-80h88q86 0 125 -28.5t39 -104.5q0 -74 -38 -102.5t-122 -28.5h-92v-487q0 -72 8.5 -99.5t34.5 -27.5q170 0 170 -153.5t-170 -153.5q-207 0 -283.5 107.5t-76.5 326.5v491q-143 14 -143 129z" />
-<glyph unicode="u" horiz-adv-x="1114" d="M39 473v547q0 158 156 158q158 0 157 -158l2 -490q0 -238 142 -237q78 0 136 82t58 221v430q0 80 35 121t117 41q158 0 157 -162v-901q0 -152 -157 -152q-47 0 -83 33t-38 96v62q-131 -176 -315 -176q-150 0 -258.5 132t-108.5 353z" />
-<glyph unicode="v" horiz-adv-x="1030" d="M35 1040q0 70 45 113t113 43q127 0 165 -145l146 -553l141 559q51 139 168 139q72 0 113 -40t41 -116q0 -39 -13 -63l-295 -862q-41 -115 -165 -115q-117 0 -158 115l-291 866q-10 34 -10 59z" />
-<glyph unicode="w" horiz-adv-x="1804" d="M63 1030q0 164 158 164q115 0 164 -119l145 -586l156 578q20 59 66.5 92t101.5 33t109.5 -36t70.5 -95q39 -119 73 -278.5t71 -274.5l137 567q39 121 164 121q84 0 117.5 -39t33.5 -123q0 -37 -14 -73l2 14q-43 -152 -279 -844q-43 -129 -163 -129q-119 0 -164 135 q-37 109 -77 252t-81 264l-149 -520q-39 -133 -175 -133q-131 0 -178 137q-289 862 -289 893z" />
-<glyph unicode="x" horiz-adv-x="1120" d="M39 150q0 72 49 135l281 329l-242 314q-37 43 -37 106q0 68 47 113t113 45q94 0 147 -80l146 -252l151 256q53 78 144 78q68 0 114.5 -44t46.5 -112q0 -61 -41 -110l-243 -303l280 -332q51 -63 52 -143q0 -150 -148 -150q-109 0 -166 94l-201 281l-198 -283 q-57 -88 -152 -88q-143 1 -143 146z" />
-<glyph unicode="y" horiz-adv-x="1058" d="M37 1034q0 158 153 158q127 0 166 -127l152 -637q27 80 82 323.5t82 323.5q39 119 164 119q158 0 157 -158q0 -45 -10 -73l-453 -1256q-45 -121 -168 -121q-152 0 -151 156q0 37 12 74l109 270l-281 875q-14 36 -14 73z" />
-<glyph unicode="z" horiz-adv-x="1071" d="M35 158q0 43 49 114l416 621h-283q-84 0 -122 31.5t-38 109.5q0 158 160 158h557q172 0 172 -148q0 -49 -53 -126l-430 -623h354q82 0 121 -31t39 -104q0 -160 -160 -160h-586q-196 0 -196 158z" />
-<glyph unicode="{" horiz-adv-x="776" d="M23 731q0 35 11 60.5t34.5 42t42 25.5t51.5 20q16 0 27.5 26.5t15.5 66.5t6 66.5t2 42.5q0 53 -6 148q0 186 85 252.5t249 66.5q59 0 105 -46t46 -99q0 -141 -170 -141q-10 0 -10 -48q0 -27 3 -73.5t3 -69.5q0 -225 -94 -336q92 -98 92 -340v-83q0 -34 -1 -48t-1 -18 q0 -61 29 -62q150 -8 149 -139q0 -143 -151 -143q-199 0 -270.5 80.5t-71.5 216.5q0 35 4 96t4 92q0 164 -33 197q-49 10 -75.5 19t-51 41t-24.5 87z" />
-<glyph unicode="|" horiz-adv-x="358" d="M6 125v1376q0 170 160 170q156 0 156 -170v-1376q0 -158 -158 -158t-158 158z" />
-<glyph unicode="}" horiz-adv-x="776" d="M23 45q0 129 147 139q33 0 33 62q0 27 -3 76t-3 73q0 240 94 340q-96 115 -96 336q0 27 5 74t5 69q0 47 -12 48q-170 0 -170 141q0 53 45 99t104 46q164 0 251 -66.5t87 -252.5q-6 -94 -6 -148q0 -182 47 -202l12 -5q61 -18 95 -47.5t34 -95.5q0 -41 -12 -69.5t-38 -43 t-46.5 -21.5t-56.5 -13q-31 -31 -31 -197q0 -37 4 -98.5t4 -89.5q0 -63 -13.5 -110.5t-47 -92.5t-105 -69.5t-178.5 -24.5q-149 0 -149 143z" />
-<glyph unicode="~" horiz-adv-x="1253" d="M41 506q0 90 114.5 196.5t225.5 106.5q106 0 270 -88q86 -49 115 -49q2 0 8 10q10 14 17 20q25 33 41 50.5t51 36t75 18.5q156 0 156 -170q0 -88 -124 -192.5t-236 -104.5q-100 0 -240 82q-106 53 -129 53q-12 0 -33 -29q-76 -106 -159 -106q-152 0 -152 166z" />
-<glyph unicode="&#xa3;" horiz-adv-x="1388" d="M47 788q0 162 158 162h31q-55 104 -56 205q0 172 145.5 285.5t338.5 113.5q203 0 363.5 -115.5t172.5 -312.5q0 -68 -46 -118t-112 -50q-106 0 -159 125q-10 74 -72.5 115t-140.5 41q-61 0 -104.5 -28.5t-43.5 -82.5q0 -92 47 -178h193q156 0 156 -159q0 -156 -156 -156 h-94q2 -25 2 -68q0 -131 -72 -248h479q158 0 158 -157.5t-158 -157.5h-798q-166 0 -166 156q0 72 86 162q72 76 108.5 136t36.5 130q0 10 -4 47h-135q-158 -1 -158 153z" />
-<glyph unicode="&#xa4;" horiz-adv-x="1658" d="M121 162q0 88 88 157l151 109q-20 72 -20 133q0 66 27 144l-158 112q-88 74 -88 160q0 68 46 104.5t105.5 36.5t124.5 -53l158 -133q121 70 219 69q113 0 215 -65l150 129q61 53 129 53q59 0 106 -37t47 -104q0 -98 -88 -160l-151 -121q41 -43 41 -164q0 -70 -25 -118 l133 -92q90 -70 90 -160q0 -68 -47 -105t-106 -37q-66 0 -127 54l-119 102q-123 -88 -250 -88q-129 0 -246 94q-10 -8 -57 -50t-66 -54q-66 -57 -131 -58q-59 0 -105 37t-46 105zM627 553q0 -88 45 -138t108.5 -50t109.5 49t46 139q0 80 -48 127t-112 47q-61 0 -105 -44 t-44 -130z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1157" d="M-6 406q0 160 158 159h249v82h-249q-158 0 -158 160q0 156 158 156h116l-215 374q-27 49 -26 97q0 162 157 161q100 0 140 -88l245 -544h15q37 66 115.5 272.5t117.5 271.5q53 88 150 88q158 0 157 -155q0 -49 -24 -90l-230 -387h140q156 0 155 -160q0 -156 -155 -156 h-277v-82h277q156 0 155 -157q0 -160 -155 -160h-277v-72q0 -176 -166 -176t-166 176v72h-249q-158 0 -158 158z" />
-<glyph unicode="&#xa6;" horiz-adv-x="358" d="M6 158v506q0 80 44 128t114 48q72 0 115 -40t43 -118v-524q0 -158 -158 -158t-158 158zM6 1067v446q0 80 45 128.5t113 48.5q70 0 114 -42t44 -118v-463q0 -158 -158 -158t-158 158z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1087" d="M2 745q0 92 50 142.5t118 50.5q57 0 95 -34t58.5 -79t76 -99t139.5 -85q57 -20 77.5 -28.5t71.5 -31t72.5 -38t57.5 -44t51.5 -56t27.5 -67.5t12 -87q0 -193 -131 -293t-325 -100q-174 0 -326 79q-82 43 -82 146q0 72 46 115t110 43q37 0 86 -23q55 -35 172 -35 q119 0 119 49q0 27 -90.5 73t-198 93t-197.5 131t-90 178zM23 1303q0 193 132 294t324 101q178 0 328 -82q82 -45 82 -146q0 -72 -47 -114.5t-111 -42.5q-37 0 -86 22q-55 37 -172 37t-117 -51q0 -27 90.5 -71t197 -90t196.5 -131t90 -183q0 -92 -49.5 -142.5t-116.5 -50.5 q-49 0 -78 19.5t-47 53.5t-39.5 71t-75 81t-133.5 74q-76 25 -132 51.5t-114.5 67.5t-90 99.5t-31.5 132.5z" />
-<glyph unicode="&#xa8;" horiz-adv-x="997" d="M25 1276q0 78 53 130t131 52q76 0 129 -53t53 -129t-53 -129t-129 -53q-78 0 -131 52t-53 130zM535 1276q0 76 52 129t128 53q78 0 130 -52t52 -130t-52 -130t-130 -52q-76 0 -128 53t-52 129z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1832" d="M61 756q0 340 219.5 559t561.5 219q344 0 560 -221t216 -563q0 -338 -218 -556.5t-562 -218.5q-342 0 -559.5 220.5t-217.5 560.5zM270 760q0 -258 161 -427t417 -169q254 0 412.5 166t158.5 420q0 258 -161.5 430t-415.5 172t-413 -168t-159 -424zM395 760 q0 211 136.5 350t322.5 139q86 0 197 -49q43 -18 70.5 -55t27.5 -76q0 -57 -40 -100t-97 -43q-29 0 -47 14q-68 23 -117 23q-76 0 -123 -57.5t-47 -155.5q0 -78 45 -138.5t113 -60.5q41 0 82 14q6 2 10 6q12 2 28.5 6.5t25.5 6.5t15 2q137 0 138 -135q0 -66 -62 -119 q-80 -63 -221 -64q-205 0 -331 143.5t-126 348.5z" />
-<glyph unicode="&#xab;" horiz-adv-x="1185" d="M27 590q0 43 39 108l174 295q45 68 120 68q61 0 112.5 -48t51.5 -110q0 -39 -24 -80l-146 -233l162 -283q12 -25 12 -49q0 -51 -53 -96t-113 -45q-84 0 -122 65l-177 299q-36 60 -36 109zM516 590q0 45 33 106l184 301q45 61 123 62q164 0 164 -148q0 -49 -29 -92 l-147 -229l162 -279q14 -25 14 -53q0 -51 -53.5 -96t-112.5 -45q-86 0 -121 65l-184 299q-33 62 -33 109z" />
-<glyph unicode="&#xac;" horiz-adv-x="1380" d="M47 594q0 68 46 116t122 48h844q168 0 168 -178v-271q0 -170 -156 -170q-68 0 -116 47t-48 123v127h-692q-168 0 -168 158z" />
-<glyph unicode="&#xad;" horiz-adv-x="0" />
-<glyph unicode="&#xae;" horiz-adv-x="1830" d="M61 772q0 338 219.5 557t559.5 219t558 -221t218 -559q0 -340 -216 -558t-560 -218q-340 0 -559.5 221t-219.5 559zM264 772q0 -256 165 -427t423 -171q254 0 409.5 163t155.5 429q0 258 -159.5 427t-417.5 169q-256 0 -416 -168t-160 -422zM498 440v650q0 102 69 135 q37 18 84 18h252q135 0 234 -88q94 -90 94 -217q0 -164 -148 -240l47 -69q92 -137 93 -193q0 -68 -42 -102.5t-112 -34.5q-94 0 -145 104l-142 248v-211q0 -141 -145 -141q-139 0 -139 141zM780 860h109q41 0 65.5 21.5t24.5 50.5t-23.5 48t-66.5 19h-109v-139z" />
-<glyph unicode="&#xb0;" horiz-adv-x="622" d="M16 1370q0 113 73 192.5t200 79.5q121 0 197.5 -78.5t76.5 -195.5t-80 -195.5t-194 -78.5q-119 0 -196 78.5t-77 197.5zM154 1368q0 -59 38.5 -98t96.5 -39q59 0 98 40t39 97t-39 97t-98 40q-63 0 -99 -40t-36 -97z" />
-<glyph unicode="&#xb1;" d="M102 852q0 162 166 162h242v96q0 164 162 164q74 0 120 -42t46 -116v-102h241q84 0 133.5 -47t49.5 -119q0 -84 -45.5 -122t-137.5 -38h-241v-115q0 -72 -48.5 -115.5t-119.5 -43.5q-160 0 -160 159v115h-242q-166 0 -166 164zM106 160q0 68 47.5 113.5t122.5 45.5h816 q170 0 170 -157q0 -160 -170 -160h-816q-170 0 -170 158z" />
-<glyph unicode="&#xb2;" horiz-adv-x="638" d="M20 1368q0 104 73 169t169 65q92 0 164 -60.5t72 -155.5q0 -100 -76 -202l-158 -209h164q78 0 78 -80t-78 -80h-303q-96 0 -96 78q0 29 22 61l250 336q31 41 31 88q0 29 -22.5 45.5t-51.5 16.5q-31 0 -51.5 -19.5t-20.5 -56.5q0 -31 -22.5 -60.5t-59.5 -29.5 q-39 0 -61.5 29.5t-22.5 64.5z" />
-<glyph unicode="&#xb3;" horiz-adv-x="612" d="M23 1001q0 39 22.5 60.5t52.5 21.5q55 0 78 -51q25 -59 76 -59q35 0 60.5 22.5t25.5 61.5q0 35 -17.5 64.5t-50.5 35.5h-32q-88 0 -88 70q0 68 88 67q18 0 28 2q20 6 32.5 34t12.5 54q0 68 -63 68q-55 0 -68 -51q0 -16 -15 -35.5t-48 -19.5q-84 0 -84 73q0 76 63.5 134.5 t155.5 58.5q98 0 160.5 -65.5t62.5 -149.5q0 -100 -90 -160q117 -63 117 -190q0 -92 -68.5 -165t-179.5 -73q-125 0 -201 102q-30 39 -30 90z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1101" d="M35 -270v1304q0 160 158 160q160 0 159 -160v-598q0 -55 38 -92t93 -37q80 0 129.5 59.5t49.5 145.5v522q0 160 161 160q160 0 160 -160v-864q0 -170 -160 -170q-47 0 -85 30.5t-40 88.5q-20 -59 -71.5 -92t-118.5 -33q-53 0 -95 33.5t-61 85.5v-383q0 -160 -162 -160 q-155 0 -155 160z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1171" d="M20 1112q0 213 144.5 328.5t413.5 115.5h479q61 -4 104 -48t43 -103q0 -61 -43 -105.5t-104 -46.5v-1122q0 -61 -37 -97t-88 -36q-49 0 -87 36t-38 101v1122h-158v-1116q0 -68 -37 -106.5t-88 -38.5q-53 0 -92 41t-39 117v577q-166 25 -269.5 129.5t-103.5 251.5z" />
-<glyph unicode="&#xb7;" horiz-adv-x="428" d="M8 729q0 76 53.5 129t128.5 53q78 0 131.5 -53t53.5 -129t-53.5 -129t-131.5 -53q-76 0 -129 53t-53 129z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1075" d="M27 250q0 33 22 65l162 275l-164 274l2 -6q-23 33 -22 70q0 49 51 94t112 45q86 0 129 -74l175 -295q39 -68 38 -108q0 -57 -36 -111l-177 -295q-37 -66 -126 -65q-166 0 -166 131zM518 248q0 45 27 71l153 273q-10 16 -151 231q-29 45 -29 99q0 145 156 145 q96 0 133 -72l184 -297q35 -59 35 -108q0 -53 -35 -111l-184 -297q-39 -63 -131 -63q-158 0 -158 129z" />
-<glyph unicode="&#xbd;" horiz-adv-x="2013" d="M4 1438q0 96 102 123l226 61q82 0 106 -72q12 -14 13 -94v-858q0 -55 -34 -91t-89.5 -36t-89 36t-33.5 91v745q-51 -18 -84 -18q-49 0 -83 32t-34 81zM436 125q0 31 13 63l491 1297q51 104 143 104q53 0 91 -39t38 -102q0 -39 -18 -86l-516 -1276q-43 -92 -123 -92 q-47 0 -83 37t-36 94zM1171 831q0 156 109 253.5t252 97.5q139 0 245.5 -92.5t106.5 -233.5q0 -150 -110 -301l-240 -315h248q117 0 116 -119q0 -121 -118 -121h-455q-141 0 -141 119q0 45 33 90l372 506q47 59 47 131q0 43 -32.5 67.5t-75.5 24.5q-45 0 -78 -29.5 t-33 -83.5q0 -49 -31.5 -92t-89 -43t-91.5 44t-34 97z" />
-<glyph unicode="&#x192;" horiz-adv-x="768" d="M-68 -274q0 68 41 99.5t90.5 31.5t85 38.5t35.5 88.5v909q-82 2 -121.5 32.5t-39.5 104.5q0 78 39.5 109.5t123.5 31.5v140q8 160 127 254t269 94q172 0 172 -156q0 -68 -41 -99.5t-90.5 -31.5t-82 -38t-32.5 -89v-74q2 0 6 1.5t8 1.5q88 0 128 -32t40 -108 q0 -78 -40 -110.5t-128 -32.5h-24v-973q-8 -160 -126 -254t-268 -94q-172 0 -172 156z" />
-<glyph unicode="&#x384;" horiz-adv-x="704" d="M14 1116q0 43 19 72l119 278q45 106 149 107q154 0 154 -156q0 -27 -13 -59l-123 -277q-14 -37 -26 -57t-43 -40.5t-76 -20.5q-80 0 -120 41.5t-40 111.5z" />
-<glyph unicode="&#x385;" horiz-adv-x="1316" d="M35 1276q0 78 52 130t130 52q76 0 128 -53t52 -129t-52 -129t-128 -53q-78 0 -130 52t-52 130zM461 1243q0 43 18 72l-2 -6l121 286q47 106 154 107q76 0 116.5 -42t40.5 -116q0 -10 -7 -34.5t-7 -26.5l-123 -275q-14 -35 -27.5 -56.5t-45 -41.5t-74.5 -20 q-78 0 -121 42.5t-43 110.5zM887 1276q0 78 53 130t131 52q76 0 129 -53t53 -129t-53 -129t-129 -53q-78 0 -131 52t-53 130z" />
-<glyph unicode="&#x386;" horiz-adv-x="1421" d="M4 1116q0 43 19 72l118 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM170 162q0 27 12 67l430 1217q53 145 198.5 145t199.5 -145q457 -1247 456 -1286q0 -72 -42 -116t-117 -44 q-117 0 -158 104l-72 185h-522q-10 -29 -28.5 -80t-26.5 -74q-45 -135 -174 -135q-78 0 -117 46t-39 116zM664 621h290l-143 405z" />
-<glyph unicode="&#x388;" horiz-adv-x="1576" d="M-16 1116q0 43 18 72l119 278q45 106 149 107q154 0 154 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43.5 -40.5t-76 -20.5q-80 0 -119.5 41.5t-39.5 111.5zM565 180v1233q0 178 172 178h578q164 0 164 -163.5t-164 -163.5h-422v-277h330q164 0 163 -166 q0 -162 -163 -162h-330v-331h436q176 0 176 -164t-176 -164h-592q-111 0 -141.5 34.5t-30.5 145.5z" />
-<glyph unicode="&#x389;" horiz-adv-x="1929" d="M4 1116q0 43 19 72l118 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM600 164v1266q0 166 160 165q166 0 166 -165v-457h594v457q0 166 163 165q166 0 166 -165v-1266 q0 -164 -166 -164q-164 0 -163 164v479h-594v-479q0 -164 -164 -164q-162 0 -162 164z" />
-<glyph unicode="&#x38a;" horiz-adv-x="952" d="M-16 1116q0 43 18 72l119 278q45 106 149 107q154 0 154 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43.5 -40.5t-76 -20.5q-80 0 -119.5 41.5t-39.5 111.5zM545 166v1264q0 166 164 165q166 0 165 -165v-1264q0 -166 -165 -166q-164 0 -164 166z" />
-<glyph unicode="&#x38c;" horiz-adv-x="1863" d="M-8 1116q0 43 18 72l119 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM389 813q0 158 44 303.5t128 263t220.5 188t303.5 70.5q225 0 390 -123.5t241 -308t76 -399.5 q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM725 817q0 -209 96.5 -359.5t268.5 -150.5q176 0 271 145.5t95 350.5q0 207 -97 355.5t-274 148.5q-172 0 -266 -144.5t-94 -345.5z" />
-<glyph unicode="&#x38e;" horiz-adv-x="1746" d="M-4 1116q0 43 18 72l119 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM549 1434q0 162 158 161q100 0 139 -88l252 -559q39 66 120.5 280t120.5 279q53 88 150 88q158 0 158 -155 q0 -49 -25 -90l-367 -705v-469q0 -176 -165.5 -176t-165.5 176v473q-55 100 -173 343t-176 345q-26 50 -26 97z" />
-<glyph unicode="&#x38f;" horiz-adv-x="1849" d="M4 1116q0 43 19 72l118 278q45 106 150 107q154 0 153 -156q0 -27 -12 -59l-123 -277q-14 -37 -26.5 -57t-43 -40.5t-75.5 -20.5q-80 0 -120 41.5t-40 111.5zM524 1040q0 242 166 420t461 178q301 0 470 -178t169 -419.5t-168 -416.5t-471 -175q-201 0 -346.5 87 t-213 218.5t-67.5 285.5zM537 164q0 164 159 164h920q160 0 160 -164t-160 -164h-920q-159 0 -159 164zM852 1040.5q0 -110.5 80 -189.5t225.5 -79t226 79t80.5 187q0 111 -83 194t-226 83t-223 -82t-80 -192.5z" />
-<glyph unicode="&#x390;" horiz-adv-x="552" d="M-346 1507.5q0 77.5 52 130t130 52.5q76 0 128 -53.5t52 -129t-52 -129t-128 -53.5q-78 0 -130 52.5t-52 130zM78 158q0 -158 160 -158q164 0 163 158v886q0 160 -163 160q-160 0 -160 -160v-886zM80 1475q0 45 18 71l-2 -6l121 287q47 106 154 106q76 0 116.5 -42 t40.5 -115q0 -10 -7 -35t-7 -27l-123 -274q-14 -35 -27.5 -56.5t-45 -42t-74.5 -20.5q-78 0 -121 43t-43 111zM506 1507.5q0 77.5 53 130t131 52.5q76 0 129 -53.5t53 -129t-53 -129t-129 -53.5q-78 0 -131 52.5t-53 130z" />
-<glyph unicode="&#x391;" horiz-adv-x="1392" d="M35 162q0 27 12 67l430 1217q53 145 198.5 145t198.5 -145q457 -1247 457 -1286q0 -72 -42 -116t-118 -44q-117 0 -157 104l-72 185h-522q-10 -29 -28.5 -80t-26.5 -74q-45 -135 -175 -135q-78 0 -116.5 46t-38.5 116zM528 621h291l-143 405z" />
-<glyph unicode="&#x392;" horiz-adv-x="1107" d="M27 186v1221q0 184 172 184h290q61 0 127 -14t133.5 -47t121 -81t86 -122t32.5 -164q0 -80 -64.5 -174t-129.5 -102q123 -18 213 -144.5t90 -255.5q0 -211 -146.5 -349t-349.5 -138h-371q-96 0 -137 31q-67 46 -67 155zM356 328h228q90 0 141 51t51 123q0 82 -67.5 143.5 t-190.5 61.5h-162v-379zM356 963h158q78 0 120 42t42 101q0 63 -47 110.5t-131 47.5h-142v-301z" />
-<glyph unicode="&#x393;" horiz-adv-x="1009" d="M23 166v1243q0 184 172 184h596q76 0 123 -49t47 -117q0 -162 -170 -161h-439v-1100q0 -166 -168 -166q-161 0 -161 166z" />
-<glyph unicode="&#x394;" horiz-adv-x="1429" d="M37 141q0 31 14 74l-2 -6l455 1239q53 150 194 149q154 0 199 -147l471 -1239q12 -39 12 -72q0 -139 -209 -139h-952q-182 0 -182 141zM449 340h514l-265 692z" />
-<glyph unicode="&#x395;" horiz-adv-x="993" d="M23 180v1233q0 178 172 178h577q164 0 164 -163.5t-164 -163.5h-422v-277h330q164 0 164 -166q0 -162 -164 -162h-330v-331h436q176 0 176.5 -164t-176.5 -164h-591q-111 0 -141.5 34.5t-30.5 145.5z" />
-<glyph unicode="&#x396;" horiz-adv-x="1224" d="M31 174q0 66 35 125l641 967h-484q-166 0 -166 161q0 166 166 166h762q98 0 144.5 -43t46.5 -112q0 -61 -54 -146l-641 -964h551q168 0 168 -160q0 -168 -168 -168h-842q-159 0 -159 174z" />
-<glyph unicode="&#x397;" horiz-adv-x="1390" d="M35 164v1266q0 166 160 165q166 0 165 -165v-457h594v457q0 166 164 165q166 0 166 -165v-1266q0 -164 -166 -164q-164 0 -164 164v479h-594v-479q0 -164 -163 -164q-162 0 -162 164z" />
-<glyph unicode="&#x398;" horiz-adv-x="1540" d="M39 813q0 158 44 303.5t128 263t220 188t304 70.5q225 0 390 -123.5t241 -308t76 -399.5q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM377 817q0 -209 96 -359.5t268 -150.5q174 0 270.5 145.5t96.5 350.5 q0 207 -97.5 355.5t-273.5 148.5q-172 0 -266 -144.5t-94 -345.5zM516 815q0 166 166 166h135q166 0 166 -168q0 -164 -166 -164h-135q-166 0 -166 166z" />
-<glyph unicode="&#x399;" horiz-adv-x="417" d="M2 166v1264q0 166 164 165q166 0 166 -165v-1264q0 -166 -166 -166q-164 0 -164 166z" />
-<glyph unicode="&#x39a;" horiz-adv-x="1210" d="M31 156v1288q0 152 162 151q166 0 165 -151v-447l498 547q37 47 113 47q66 0 119 -52t53 -118q0 -74 -47 -114l-355 -385l398 -650q41 -43 41 -108q0 -72 -60.5 -119t-105.5 -47q-47 0 -77 18.5t-67 57.5l-368 600l-142 -152v-366q0 -156 -161 -156q-166 0 -166 156z" />
-<glyph unicode="&#x39b;" horiz-adv-x="1415" d="M37 156q0 18 8 51l449 1241q55 150 198 149q150 0 195 -149l461 -1217q16 -49 16 -75q0 -74 -46 -115t-118 -41q-70 0 -105.5 31.5t-64.5 105.5l-336 893l-332 -909q-43 -121 -157 -121q-68 0 -118 44t-50 112z" />
-<glyph unicode="&#x39c;" horiz-adv-x="1888" d="M49 162q0 29 2 45l189 1171q37 221 213 221q164 0 225 -194l221 -733l225 735q59 188 228 188q86 0 141 -56t70 -163l176 -1196v-8l2 -2v-4q0 -76 -45 -120t-117 -44q-152 0 -172 158l-104 776q-43 -131 -123 -401.5t-117 -387.5q-47 -147 -168 -147q-127 0 -170 147 l-217 793l-131 -778q-27 -160 -168 -160q-160 0 -160 160z" />
-<glyph unicode="&#x39d;" horiz-adv-x="1372" d="M33 168v1249q0 178 162 178q106 0 180 -108l563 -838v778q0 166 162 166q166 0 166 -166v-1249q0 -178 -164 -178q-104 0 -172 96l-570 836v-764q0 -168 -163.5 -168t-163.5 168z" />
-<glyph unicode="&#x39e;" horiz-adv-x="1331" d="M25 168q0 166 178 166h874q174 0 174 -166q0 -164 -174 -164h-874q-178 0 -178 164zM53 1427q0 166 164 166h842q166 0 166 -166q0 -162 -166 -161h-842q-164 -1 -164 161zM186 825q0 162 164 162h561q166 0 166 -166q0 -162 -166 -162h-561q-164 0 -164 166z" />
-<glyph unicode="&#x39f;" horiz-adv-x="1542" d="M39 813q0 158 44 303.5t128 263t220 188t304 70.5q225 0 390 -123.5t241 -308t76 -399.5q0 -158 -45 -304.5t-130 -263t-223.5 -187t-308.5 -70.5q-168 0 -303 70.5t-219 189t-129 265t-45 306.5zM375 817q0 -209 96 -359.5t268 -150.5q176 0 271.5 145.5t95.5 350.5 q0 207 -97.5 355.5t-273.5 148.5q-172 0 -266 -144.5t-94 -345.5z" />
-<glyph unicode="&#x3a0;" horiz-adv-x="1353" d="M33 166v1264q0 168 162 167h901q66 0 116 -51t50 -116v-1264q0 -166 -164 -166q-162 0 -162 166v1100h-576v-1100q0 -166 -167 -166q-160 0 -160 166z" />
-<glyph unicode="&#x3a1;" horiz-adv-x="1087" d="M27 166v1257q0 170 172 170h346q236 0 387 -146.5t151 -377.5q0 -221 -151.5 -369.5t-374.5 -148.5h-203v-385q0 -166 -163.5 -166t-163.5 166zM354 879h195q92 0 146.5 52t54.5 140q0 92 -60.5 143.5t-171.5 51.5h-164v-387z" />
-<glyph unicode="&#x3a3;" horiz-adv-x="1239" d="M31 174q0 68 35 125l344 532l-304 461q-51 78 -51 144q0 158 193 157h719q166 0 166 -166q0 -164 -166 -163h-445l217 -330q35 -51 35 -105q0 -49 -31 -90l-268 -411h516q166 0 166 -166q0 -162 -166 -162h-801q-159 0 -159 174z" />
-<glyph unicode="&#x3a4;" horiz-adv-x="1077" d="M25 1427q0 166 170 166h702q166 0 166 -166q0 -162 -166 -161h-188v-1092q0 -174 -160 -174q-168 0 -168 174v1092h-186q-170 -1 -170 161z" />
-<glyph unicode="&#x3a5;" horiz-adv-x="1157" d="M27 1434q0 162 157 161q100 0 140 -88l251 -559q39 66 121 280t121 279q53 88 150 88q158 0 157 -155q0 -49 -24 -90l-367 -705v-469q0 -176 -166 -176t-166 176v473q-55 100 -172.5 343t-175.5 345q-26 50 -26 97z" />
-<glyph unicode="&#x3a6;" horiz-adv-x="1554" d="M41 868q0 233 165 395t398 197v15q0 166 166 165q82 0 124 -36.5t42 -94.5v-49q238 -29 399.5 -191.5t161.5 -400.5q0 -231 -166 -390t-397 -193v-117q0 -168 -164 -168q-166 0 -166 168v115q-242 29 -402.5 188t-160.5 397zM362 868q0 -98 71 -177t171 -103v571 q-102 -23 -172 -105t-70 -186zM934 586q102 23 169.5 100.5t67.5 181.5q0 102 -68.5 184.5t-168.5 104.5v-571z" />
-<glyph unicode="&#x3a7;" horiz-adv-x="1359" d="M35 147q0 59 35 117l387 600l-334 467q-33 47 -33 103q0 70 48 114.5t114 44.5q86 0 139 -71l262 -365l232 356q49 80 139 80q63 0 112.5 -48t49.5 -115q0 -49 -31 -97l-303 -446l405 -621q41 -63 41 -121q0 -147 -147 -147q-88 0 -152 82l-344 504l-319 -500 q-53 -86 -154 -86q-147 -1 -147 149z" />
-<glyph unicode="&#x3a8;" horiz-adv-x="1558" d="M39 946v445q0 164 168 163q160 0 160 -163v-420q0 -129 61 -227.5t166 -127.5v859q0 166 162 165q164 0 164 -165v-863q111 23 167 118t56 241v420q0 166 166 165.5t166 -165.5v-445q0 -272 -150.5 -441t-404.5 -198v-143q0 -164 -164 -164q-162 0 -162 164v145 q-256 33 -405.5 201t-149.5 436z" />
-<glyph unicode="&#x3a9;" horiz-adv-x="1505" d="M88 1040q0 242 166 420t461 178q301 0 470 -178t169 -419.5t-168 -416.5t-471 -175q-201 0 -346.5 87t-213 218.5t-67.5 285.5zM100 164q0 164 160 164h920q160 0 159.5 -164t-159.5 -164h-920q-160 0 -160 164zM416 1040.5q0 -110.5 79.5 -189.5t225 -79t226.5 79 t81 187q0 111 -83 194t-226 83q-141 0 -222 -82t-81 -192.5z" />
-<glyph unicode="&#x3aa;" horiz-adv-x="567" d="M-178 1827q0 78 53 130t131 52q76 0 129 -53t53 -129t-53 -129t-129 -53q-78 0 -131 52t-53 130zM94 166q0 -166 164 -166q166 0 166 166v1264q0 166 -166 165q-164 0 -164 -165v-1264zM332 1827q0 76 52 129t128 53q78 0 130 -52t52 -130t-52 -130t-130 -52 q-76 0 -128 53t-52 129z" />
-<glyph unicode="&#x3ab;" horiz-adv-x="1277" d="M78 1434q0 -47 26 -97q57 -102 175 -344.5t174 -343.5v-473q0 -176 165.5 -176t165.5 176v469l367 705q25 41 25 90q0 156 -158 155q-96 0 -150 -88q-39 -66 -120.5 -279.5t-120.5 -279.5l-252 559q-39 88 -139 88q-158 1 -158 -161zM176 1827q0 78 53.5 130t130.5 52 q76 0 129.5 -53t53.5 -129t-53.5 -129t-129.5 -53q-78 0 -131 52t-53 130zM686 1827q0 76 52.5 129t127.5 53q78 0 130.5 -52t52.5 -130t-52.5 -130t-130.5 -52q-76 0 -128 53t-52 129z" />
-<glyph unicode="&#x3ac;" horiz-adv-x="1187" d="M4 590q0 270 131 444t307 174q80 0 157 -37.5t124 -111.5q10 147 164 147q160 0 160 -164v-917q0 -152 -160 -152q-145 0 -146 146v41q-123 -182 -301 -183q-172 0 -304 174.5t-132 438.5zM330 588q0 -125 50 -215t140 -90q82 0 145.5 86t63.5 227t-61.5 228t-141.5 87 q-90 0 -143 -98t-53 -225zM412 1475q0 45 18 71l119 279q45 106 149 106q154 0 154 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -119.5 42t-39.5 112z" />
-<glyph unicode="&#x3ad;" horiz-adv-x="974" d="M18 330q0 82 58.5 158.5t169.5 127.5q-178 98 -178 235.5t130 244t326 106.5q86 0 159 -12t136.5 -56t63.5 -116q0 -123 -142 -123q-29 0 -90 10q-45 10 -112 10q-78 0 -120 -30.5t-42 -71.5q0 -33 25.5 -55.5t68.5 -22.5h111q176 0 176 -121q0 -117 -172 -116h-111 q-57 -8 -90 -43t-33 -80q0 -49 40 -83t112 -34q51 0 145 23q70 18 123 18q74 0 111 -33t37 -88q0 -66 -44.5 -109.5t-116 -64t-134 -28t-127.5 -7.5q-205 0 -342.5 110t-137.5 251zM356 1475q0 45 19 71l119 279q45 106 149 106q154 0 154 -155q0 -27 -13 -60l-122 -276 q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -120 42t-40 112z" />
-<glyph unicode="&#x3ae;" horiz-adv-x="1067" d="M35 158v864q0 70 41 117t114.5 47t116.5 -43t45 -94q129 143 283 143q139 0 243.5 -99.5t104.5 -306.5v-1058q0 -158 -162 -158q-160 0 -159 158v1001q0 86 -45.5 134t-104.5 48q-66 0 -113 -48t-47 -134v-571q0 -158 -162 -158q-155 0 -155 158zM336 1475q0 45 18 71 l119 279q45 106 150 106q154 0 153 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43 -41t-75.5 -20.5q-80 0 -120 42t-40 112z" />
-<glyph unicode="&#x3af;" horiz-adv-x="475" d="M27 158v886q0 160 159 160q164 0 164 -160v-886q0 -158 -164 -158q-159 0 -159 158zM35 1475q0 45 18 71l119 279q45 106 150 106q154 0 153 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43 -41t-75.5 -20.5q-80 0 -120 42t-40 112z" />
-<glyph unicode="&#x3b0;" horiz-adv-x="1073" d="M-59 1507.5q0 77.5 52 130t130 52.5q76 0 128 -53.5t52 -129t-52 -129t-128 -53.5q-78 0 -130 52.5t-52 130zM43 422q0 -193 139.5 -319t331.5 -126q190 0 333.5 128t143.5 317v612q0 160 -162 160q-160 0 -159 -160v-569q0 -72 -44 -120t-112 -48t-111 48t-43 120v569 q0 160 -161 160q-156 0 -156 -160v-612zM367 1475q0 45 18 71l-2 -6l121 287q47 106 153 106q76 0 117 -42t41 -115q0 -10 -7 -35t-7 -27l-123 -274q-14 -35 -27.5 -56.5t-45.5 -42t-75 -20.5q-78 0 -120.5 43t-42.5 111zM793 1507.5q0 77.5 53 130t131 52.5q76 0 129 -53.5 t53 -129t-53 -129t-129 -53.5q-78 0 -131 52.5t-53 130z" />
-<glyph unicode="&#x3b1;" horiz-adv-x="1187" d="M4 590q0 270 131 444t307 174q80 0 157 -37.5t124 -111.5q10 147 164 147q160 0 160 -164v-917q0 -152 -160 -152q-145 0 -146 146v41q-123 -182 -301 -183q-172 0 -304 174.5t-132 438.5zM330 588q0 -125 50 -215t140 -90q82 0 145.5 86t63.5 227t-61.5 228t-141.5 87 q-90 0 -143 -98t-53 -225z" />
-<glyph unicode="&#x3b2;" horiz-adv-x="1144" d="M37 -252v1344q0 217 121 351t350 134q184 0 310 -117t126 -268q0 -78 -41 -154.5t-119 -119.5q125 -51 195 -175.5t70 -257.5q0 -209 -125 -351t-316 -142q-145 0 -250 119v-361q0 -170 -161 -170q-160 0 -160 168zM356 471q0 -80 49.5 -126t129.5 -46q90 0 141 64.5 t51 154.5q0 76 -41 143.5t-111 98.5q-6 0 -15 1t-11 1q-6 2 -45 2q-37 0 -57.5 32.5t-20.5 80.5q0 45 22.5 79.5t63.5 36.5h45q63 31 64 123q0 59 -31 103.5t-84 44.5q-86 0 -117 -62.5t-31 -179.5v-262q0 -25 -1 -116t-1 -173z" />
-<glyph unicode="&#x3b3;" horiz-adv-x="1081" d="M37 1069q0 61 51 106.5t111 45.5q70 0 116.5 -38t53.5 -98l168 -604l168 609q45 131 161 131q61 0 113.5 -47.5t52.5 -114.5q0 -31 -10 -55l-41 -113q-238 -627 -281 -778v-361q0 -176 -165 -176q-162 0 -162 178v357l-328 899q-8 18 -8 59z" />
-<glyph unicode="&#x3b4;" horiz-adv-x="1173" d="M39 543q0 139 89 273t257 181q-94 53 -146.5 128t-52.5 145q0 129 119 221t322 92q162 0 266 -54t104 -157q0 -49 -33.5 -77.5t-91.5 -28.5q-35 0 -96 20q-61 25 -137 25q-143 0 -143 -94q0 -37 44 -73t119 -63q434 -145 435 -551q0 -233 -140.5 -390.5t-384 -157.5 t-387 164t-143.5 397zM360 545q0 -106 55.5 -182t151.5 -76q98 0 153.5 63.5t55.5 167.5q0 113 -57 189.5t-154 76.5q-92 0 -148.5 -73.5t-56.5 -165.5z" />
-<glyph unicode="&#x3b5;" horiz-adv-x="974" d="M18 330q0 82 58.5 158.5t169.5 127.5q-178 98 -178 235.5t130 244t326 106.5q86 0 159 -12t136.5 -56t63.5 -116q0 -123 -142 -123q-29 0 -90 10q-45 10 -112 10q-78 0 -120 -30.5t-42 -71.5q0 -33 25.5 -55.5t68.5 -22.5h111q176 0 176 -121q0 -117 -172 -116h-111 q-57 -8 -90 -43t-33 -80q0 -49 40 -83t112 -34q51 0 145 23q70 18 123 18q74 0 111 -33t37 -88q0 -66 -44.5 -109.5t-116 -64t-134 -28t-127.5 -7.5q-205 0 -342.5 110t-137.5 251z" />
-<glyph unicode="&#x3b6;" horiz-adv-x="1101" d="M115 571q0 375 467 652h-271q-76 0 -127 41t-51 114q0 78 50 118t128 40h594q162 0 162 -156q0 -66 -31.5 -100.5t-97.5 -56.5q-158 -43 -318.5 -231.5t-160.5 -411.5q0 -84 21.5 -140.5t67.5 -89.5t82 -47t101 -31q301 -82 301 -301q0 -125 -52 -224t-155 -99 q-59 0 -104 48t-45 103q0 33 8 73t8 50q0 41 -76 70q-25 10 -51 18q-47 16 -74.5 26.5t-81 37t-88 52.5t-77.5 71t-67.5 95t-43 122.5t-18.5 156.5z" />
-<glyph unicode="&#x3b7;" horiz-adv-x="1067" d="M35 158v864q0 70 41 117t114.5 47t116.5 -43t45 -94q129 143 283 143q139 0 243.5 -99.5t104.5 -306.5v-1058q0 -158 -162 -158q-160 0 -159 158v1001q0 86 -45.5 134t-104.5 48q-66 0 -113 -48t-47 -134v-571q0 -158 -162 -158q-155 0 -155 158z" />
-<glyph unicode="&#x3b8;" horiz-adv-x="1196" d="M39 776q0 135 27.5 266.5t85 255t166 200.5t251.5 77q141 0 249 -79t166 -204t87 -257t29 -263q0 -139 -29 -271t-89 -251t-167.5 -191.5t-249.5 -72.5q-115 0 -208 51t-151.5 131t-97 186.5t-54 211t-15.5 210.5zM360 770q0 -74 10.5 -148.5t33 -150.5t65.5 -124 t102 -48q57 0 98.5 49t63 126t30.5 151.5t9 146.5t-9 147.5t-29.5 155.5t-61.5 130t-97 50q-59 0 -103 -50t-67.5 -129t-34 -155.5t-10.5 -150.5zM416 788q0 76 40 119t105 43q76 0 113 -46t37 -116q0 -66 -37 -109.5t-113 -43.5q-66 0 -105.5 39.5t-39.5 113.5z" />
-<glyph unicode="&#x3b9;" horiz-adv-x="475" d="M27 158v886q0 160 159 160q164 0 164 -160v-886q0 -158 -164 -158q-159 0 -159 158z" />
-<glyph unicode="&#x3ba;" horiz-adv-x="1087" d="M33 158v872q0 160 157 160q160 0 160 -160v-254q66 55 198 179t197 180q47 39 109 39q66 0 115 -45.5t49 -108.5q0 -68 -66 -117l-209 -192q70 -127 130.5 -231.5t87 -147.5t47 -80t25.5 -53.5t5 -42.5q0 -70 -36.5 -115t-114.5 -45q-45 0 -88 23.5t-66 58.5l-237 457 q-141 -129 -146 -134v-243q0 -158 -160 -158q-157 0 -157 158z" />
-<glyph unicode="&#x3bb;" horiz-adv-x="1056" d="M6 147q0 33 12 68l306 809q-10 29 -57.5 155t-69.5 191v35q0 66 49 107.5t116 41.5q125 0 173 -139l407 -1184q14 -39 14 -73q0 -72 -38.5 -115t-116.5 -43q-125 0 -168 125l-146 528q-10 -31 -22 -71.5t-26.5 -96t-24.5 -88.5q-53 -193 -80 -270q-45 -127 -172 -127 q-78 0 -117 40.5t-39 106.5z" />
-<glyph unicode="&#x3bc;" horiz-adv-x="1120" d="M37 -270v1304q0 160 156 160q158 0 157 -160v-598q0 -57 38 -93t95 -36q82 0 131.5 59.5t49.5 145.5v522q0 160 159 160q158 0 158 -160v-864q0 -170 -158 -170q-47 0 -84 35t-39 96q-18 -63 -71.5 -100t-120.5 -37q-57 0 -101.5 39t-56.5 96v-399q0 -160 -160 -160 q-153 0 -153 160z" />
-<glyph unicode="&#x3bd;" horiz-adv-x="1030" d="M33 1040q0 72 45 114t115 42q129 0 167 -145l144 -545l139 551q51 139 170 139q72 0 114 -40t42 -116q0 -33 -13 -63l-294 -862q-41 -115 -168 -115q-119 0 -160 115l-291 866q-10 34 -10 59z" />
-<glyph unicode="&#x3be;" horiz-adv-x="1101" d="M35 442q0 119 88 221.5t229 174.5q-90 18 -137 69t-47 117q0 68 47 132.5t123 94.5q-2 0 -16.5 1t-26.5 1q-8 0 -53 2t-70 5q-41 4 -66.5 35.5t-25.5 82.5q0 82 32.5 120t106.5 38h592q162 0 162 -156q0 -70 -31 -98.5t-113 -28.5q-182 0 -261 -49t-79 -121 q0 -55 38 -88.5t106 -33.5q195 0 194 -125q0 -123 -190 -123q-111 0 -184.5 -60.5t-73.5 -148.5q0 -78 65.5 -140.5t202.5 -95.5q311 -76 311 -297q0 -63 -25.5 -136t-79.5 -130t-122 -57q-61 0 -106 48t-45 103q0 29 14 77t14 71q0 29 -82 47q-76 16 -131 31.5t-127.5 51.5 t-119 80t-80 117.5t-33.5 167.5z" />
-<glyph unicode="&#x3bf;" horiz-adv-x="1204" d="M39 604q0 252 141.5 426t392.5 174q250 0 392.5 -180t142.5 -432q0 -256 -142.5 -433t-392.5 -177q-252 0 -393 183t-141 439zM367 614q0 -127 54 -236.5t152 -109.5q100 0 153.5 94.5t53.5 217.5q0 125 -54 229t-153 104q-100 0 -153 -88t-53 -211z" />
-<glyph unicode="&#x3c0;" horiz-adv-x="1087" d="M35 158v872q0 66 42 114t109 48h648q160 0 159 -164v-870q0 -158 -159 -158q-158 0 -158 158v733h-322v-733q0 -158 -161 -158q-158 0 -158 158z" />
-<glyph unicode="&#x3c1;" horiz-adv-x="1173" d="M39 -260v864q0 270 141.5 445.5t388.5 175.5q256 0 387 -174t131 -457q0 -301 -136 -463t-314 -162q-86 0 -161 43t-118 119v-391q0 -160 -161 -160q-158 0 -158 160zM362 608q0 -154 62.5 -234.5t148.5 -80.5q80 0 138.5 80t58.5 219q0 127 -47 224t-143 97 q-106 0 -162 -80t-56 -225z" />
-<glyph unicode="&#x3c2;" horiz-adv-x="1187" d="M66 598q0 262 189 439t429 177q123 0 250 -57q49 -20 82 -64t33 -87q0 -68 -44 -118t-112 -50q-31 0 -103.5 23.5t-113.5 23.5q-115 0 -196 -84t-81 -223q0 -63 17.5 -110.5t39 -73t66.5 -47t70.5 -29t83.5 -21.5q150 -37 244 -118t94 -210q0 -121 -61.5 -223 t-166.5 -102q-59 0 -105 48t-46 103q0 23 3 53.5t3 42.5q0 57 -68 103q-59 14 -95 23.5t-96 33t-98 50t-84 72.5t-72 103.5t-44 139.5t-18 182z" />
-<glyph unicode="&#x3c3;" horiz-adv-x="1335" d="M45 614q0 256 146.5 428t404.5 172l498 -2q74 -4 124 -47t50 -114q0 -61 -53.5 -110.5t-116.5 -49.5l-137 24q127 -160 126 -399q0 -215 -145 -374.5t-371 -159.5q-248 0 -387 187t-139 445zM373 612q0 -121 54 -221t151 -100q100 0 148 83t48 201q0 129 -47 230.5 t-145.5 101.5t-153.5 -88t-55 -207z" />
-<glyph unicode="&#x3c4;" horiz-adv-x="1095" d="M35 1044q0 152 147 152h635q166 0 166 -154q0 -152 -162 -151h-162v-473q0 -72 6.5 -99.5t32.5 -27.5q174 0 174 -153.5t-174 -153.5q-209 0 -283.5 106.5t-74.5 327.5v471h-150q-155 -1 -155 155z" />
-<glyph unicode="&#x3c5;" horiz-adv-x="1073" d="M35 422v612q0 160 155 160q162 0 162 -160v-569q0 -72 43 -120t110.5 -48t112 48t44.5 120v569q0 160 159 160q162 0 162 -160v-612q0 -188 -143.5 -316.5t-333.5 -128.5q-193 0 -332 126t-139 319z" />
-<glyph unicode="&#x3c6;" horiz-adv-x="1472" d="M23 586q0 176 87 347t232 265q41 20 80 21q45 0 74.5 -25t29.5 -72q0 -61 -63 -155q-37 -53 -57.5 -90t-42 -119t-21.5 -178q0 -86 41 -166t115 -117v360q0 92 18.5 180.5t60 176.5t126.5 142t202 54q147 0 256 -91t158 -220t49 -270q0 -254 -150.5 -431.5t-398.5 -205.5 v-254q0 -162 -160 -162q-162 0 -161 162v256q-233 33 -354 200t-121 392zM819 285q102 27 162.5 124t60.5 222q0 98 -34.5 188t-102.5 90q-57 0 -74 -53q-12 -35 -12 -203v-368z" />
-<glyph unicode="&#x3c7;" horiz-adv-x="1067" d="M37 -283q0 45 24 99l308 626q-33 68 -136 252q-88 156 -133 252q-20 47 -20 94q0 160 158 160q109 0 153 -98l144 -383l161 385q45 92 146 92q68 0 115 -46t47 -116q0 -47 -23 -94l-291 -498l154 -292q109 -199 172 -330q25 -49 24 -90q0 -39 -14 -70q-41 -84 -139 -84 q-113 0 -166 113l-191 469q-20 -49 -86 -232q-43 -125 -90 -241q-49 -113 -170 -113q-98 0 -135 82q-12 24 -12 63z" />
-<glyph unicode="&#x3c8;" horiz-adv-x="1427" d="M47 610v410q0 178 158 178q68 0 117 -50t49 -126v-412q0 -117 33.5 -206t101.5 -121v878q0 164 158 164q162 0 161 -164v-880q66 31 101 118.5t35 198.5v424q0 176 159 176q68 0 117 -49t49 -129v-410q0 -254 -118.5 -425t-344.5 -199v-226q0 -186 -159 -186 q-158 0 -158 186v226q-225 29 -342 200.5t-117 423.5z" />
-<glyph unicode="&#x3c9;" horiz-adv-x="1394" d="M49 479q0 215 75 394.5t189 289.5q45 39 115 39q63 0 102 -42t39 -101q0 -51 -41 -103q-160 -178 -159 -467q0 -90 29.5 -141t70.5 -51q31 0 52.5 35t21.5 96v227q0 170 123 170q119 0 118 -163v-234q0 -61 21.5 -96t52.5 -35q41 0 72 52t31 143q0 260 -156 456 q-49 61 -49 113q0 61 40 103t103 42q66 0 113 -39q119 -106 191.5 -280t72.5 -395q0 -227 -113.5 -367.5t-261.5 -140.5q-86 0 -152.5 69.5t-89.5 200.5q-20 -119 -88.5 -193.5t-150.5 -74.5q-145 0 -258 140t-113 353z" />
-<glyph unicode="&#x3ca;" horiz-adv-x="645" d="M-125 1507.5q0 77.5 53.5 130t130.5 52.5q76 0 129.5 -53.5t53.5 -129t-53.5 -129t-129.5 -53.5q-78 0 -131 52.5t-53 130zM139 158q0 -158 160 -158q164 0 164 158v886q0 160 -164 160q-160 0 -160 -160v-886zM385 1507.5q0 75.5 52 129t128 53.5q78 0 130.5 -52.5 t52.5 -130t-52.5 -130t-130.5 -52.5q-76 0 -128 53.5t-52 129z" />
-<glyph unicode="&#x3cb;" horiz-adv-x="1073" d="M35 422q0 -193 139 -319t332 -126q190 0 333.5 128t143.5 317v612q0 160 -162 160q-160 0 -159 -160v-569q0 -72 -44.5 -120t-112 -48t-110.5 48t-43 120v569q0 160 -162 160q-156 0 -155 -160v-612zM78 1507.5q0 77.5 53 130t131 52.5q76 0 129 -53.5t53 -129t-53 -129 t-129 -53.5q-78 0 -131 52.5t-53 130zM588 1507.5q0 75.5 52 129t128 53.5q78 0 130 -52.5t52 -130t-52 -130t-130 -52.5q-76 0 -128 53.5t-52 129z" />
-<glyph unicode="&#x3cc;" horiz-adv-x="1204" d="M39 604q0 252 141.5 426t392.5 174q250 0 392.5 -180t142.5 -432q0 -256 -142.5 -433t-392.5 -177q-252 0 -393 183t-141 439zM367 614q0 -127 54 -236.5t152 -109.5q100 0 153.5 94.5t53.5 217.5q0 125 -54 229t-153 104q-100 0 -153 -88t-53 -211zM444 1475q0 45 19 71 l119 279q45 106 149 106q154 0 154 -155q0 -27 -13 -60l-122 -276q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -120 42t-40 112z" />
-<glyph unicode="&#x3cd;" horiz-adv-x="1073" d="M35 422v612q0 160 155 160q162 0 162 -160v-569q0 -72 43 -120t110.5 -48t112 48t44.5 120v569q0 160 159 160q162 0 162 -160v-612q0 -188 -143.5 -316.5t-333.5 -128.5q-193 0 -332 126t-139 319zM358 1475q0 45 19 71l119 279q45 106 149 106q154 0 154 -155 q0 -27 -13 -60l-122 -276q-14 -37 -26.5 -57.5t-43.5 -41t-76 -20.5q-80 0 -120 42t-40 112z" />
-<glyph unicode="&#x3ce;" horiz-adv-x="1394" d="M49 479q0 215 75 394.5t189 289.5q45 39 115 39q63 0 102 -42t39 -101q0 -51 -41 -103q-160 -178 -159 -467q0 -90 29.5 -141t70.5 -51q31 0 52.5 35t21.5 96v227q0 170 123 170q119 0 118 -163v-234q0 -61 21.5 -96t52.5 -35q41 0 72 52t31 143q0 260 -156 456 q-49 61 -49 113q0 61 40 103t103 42q66 0 113 -39q119 -106 191.5 -280t72.5 -395q0 -227 -113.5 -367.5t-261.5 -140.5q-86 0 -152.5 69.5t-89.5 200.5q-20 -119 -88.5 -193.5t-150.5 -74.5q-145 0 -258 140t-113 353zM516 1475q0 45 19 71l118 279q45 106 150 106 q154 0 153 -155q0 -27 -12 -60l-123 -276q-14 -37 -26.5 -57.5t-43 -41t-75.5 -20.5q-80 0 -120 42t-40 112z" />
-<glyph unicode="&#x2000;" horiz-adv-x="1003" />
-<glyph unicode="&#x2001;" horiz-adv-x="2009" />
-<glyph unicode="&#x2002;" horiz-adv-x="1003" />
-<glyph unicode="&#x2003;" horiz-adv-x="2009" />
-<glyph unicode="&#x2004;" horiz-adv-x="669" />
-<glyph unicode="&#x2005;" horiz-adv-x="501" />
-<glyph unicode="&#x2006;" horiz-adv-x="333" />
-<glyph unicode="&#x2007;" horiz-adv-x="333" />
-<glyph unicode="&#x2008;" horiz-adv-x="249" />
-<glyph unicode="&#x2009;" horiz-adv-x="401" />
-<glyph unicode="&#x200a;" horiz-adv-x="110" />
-<glyph unicode="&#x2010;" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
-<glyph unicode="&#x2011;" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
-<glyph unicode="&#x2012;" horiz-adv-x="800" d="M33 594q0 66 47 115t123 49h375q170 0 170 -164q0 -158 -170 -158h-375q-170 0 -170 158z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1474" d="M49 594q0 66 47 115t123 49h922q170 0 170 -164q0 -158 -170 -158h-922q-170 0 -170 158z" />
-<glyph unicode="&#x2014;" horiz-adv-x="1900" d="M66 594q0 66 47 115t123 49h1282q170 0 170 -164q0 -158 -170 -158h-1282q-170 0 -170 158z" />
-<glyph unicode="&#x2018;" horiz-adv-x="520" d="M12 1407q0 63 49.5 107.5t114.5 44.5q96 0 137 -93l133 -309q20 -29 21 -70q0 -57 -53.5 -105t-106.5 -48t-96 35t-64 84l-122 297l2 -7q-15 39 -15 64z" />
-<glyph unicode="&#x2019;" horiz-adv-x="520" d="M12 1087q0 33 23 68l131 311q39 92 139 93q66 0 114 -44.5t48 -107.5q0 -33 -14 -64l-119 -290q-20 -47 -63.5 -83t-96.5 -36q-55 0 -108.5 48t-53.5 105z" />
-<glyph unicode="&#x201a;" horiz-adv-x="520" d="M12 -90q0 29 15 61l120 293q20 49 64.5 82t97.5 33q57 0 107.5 -45t50.5 -105q0 -35 -21 -67l-133 -314q-45 -90 -137 -90q-66 0 -115 44.5t-49 107.5z" />
-<glyph unicode="&#x201c;" horiz-adv-x="1015" d="M27 1407q0 63 48 107.5t113 44.5q98 0 140 -93l133 -309q20 -33 20 -70q0 -57 -53 -105t-109 -48q-51 0 -95 36t-62 83l-121 297l2 -7q-16 37 -16 64zM481 1407q0 66 47 109t113 43q100 0 141 -93l133 -309q18 -35 19 -70q0 -57 -53.5 -105t-108.5 -48q-51 0 -94 36 t-62 83l-122 297l2 -7q-15 31 -15 64z" />
-<glyph unicode="&#x201d;" horiz-adv-x="1009" d="M27 1087q0 31 20 68l131 311q45 92 139 93q66 0 115 -44.5t49 -107.5q0 -25 -14 -64l2 7l-123 -297q-20 -49 -63 -84t-97 -35q-51 0 -105 48t-54 105zM481 1087q0 35 19 68l131 311q45 92 139 93q66 0 115 -44.5t49 -107.5q0 -25 -14 -64l2 7l-123 -297 q-18 -47 -61.5 -83t-98.5 -36q-51 0 -104.5 48t-53.5 105z" />
-<glyph unicode="&#x201e;" horiz-adv-x="991" d="M25 -90q0 25 16 61l121 293q18 47 64 82t98 35q55 0 105 -46t50 -106q0 -33 -18 -67l-135 -314q-41 -90 -138 -90q-66 0 -114.5 44.5t-48.5 107.5zM461 -90q0 33 16 61l119 293q20 49 66.5 82t97.5 33q57 0 106 -44t49 -106q0 -35 -20 -67l-133 -314q-41 -90 -139 -90 q-63 0 -112.5 44.5t-49.5 107.5z" />
-<glyph unicode="&#x2020;" horiz-adv-x="1155" d="M37 1038q0 156 158 156h176v176q0 80 48 130t113 50q156 0 156 -180v-176h180q160 0 160 -160q0 -156 -160 -155h-180v-699q0 -180 -156 -180q-66 0 -113.5 49t-47.5 131v699h-176q-158 -1 -158 159z" />
-<glyph unicode="&#x2021;" horiz-adv-x="1155" d="M37 528q0 156 158 156h176v195h-176q-158 0 -158 159q0 158 158 158h176v174q0 84 47 132t114 48q156 0 156 -180v-174h180q160 0 160 -162q0 -156 -160 -155h-180v-195h180q160 0 160 -162q0 -154 -160 -153h-180v-195q0 -180 -156 -180q-68 0 -114.5 48t-46.5 132v195 h-176q-158 -1 -158 159z" />
-<glyph unicode="&#x2022;" horiz-adv-x="1187" d="M141 721q0 176 115 290.5t293 114.5q176 0 289.5 -114.5t113.5 -290.5t-113.5 -293t-289.5 -117q-178 0 -293 116t-115 294z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1413" d="M37 182q0 76 53 129.5t129 53.5t129 -53.5t53 -129.5t-53 -129t-129 -53t-129 53t-53 129zM510 182q0 76 52 129.5t130 53.5q76 0 129 -53.5t53 -129.5t-53 -129t-129 -53q-78 0 -130 53t-52 129zM987 182q0 76 52.5 129.5t127.5 53.5q78 0 130.5 -53.5t52.5 -129.5 t-52.5 -129t-130.5 -53q-76 0 -128 53t-52 129z" />
-<glyph unicode="&#x202f;" horiz-adv-x="401" />
-<glyph unicode="&#x2030;" horiz-adv-x="2906" d="M90 1147q0 180 108.5 298t287 118t286 -124t107.5 -306q0 -178 -107.5 -302t-286 -124t-287 130t-108.5 310zM397 1138.5q0 -57.5 23.5 -101.5t64.5 -44q47 0 71 41t24 99q0 59 -25 102t-70 43q-41 0 -64.5 -41t-23.5 -98.5zM618 113q0 27 17 71l495 1276q45 113 156 113 q143 0 144 -152q0 -37 -13 -75q-47 -129 -268 -689.5t-250 -611.5q-47 -84 -135 -84q-146 0 -146 152zM1176 412q0 182 108.5 299.5t290.5 117.5q176 0 281.5 -127t105.5 -305q0 -182 -103.5 -302t-283.5 -120q-182 0 -290.5 126.5t-108.5 310.5zM1481 403.5 q0 -57.5 24.5 -100.5t69.5 -43q41 0 65.5 41t24.5 94q0 57 -24.5 103.5t-65.5 46.5q-45 0 -69.5 -42t-24.5 -99.5zM2017 412q0 180 108.5 298.5t291.5 118.5q176 0 282.5 -127t106.5 -305q0 -182 -104.5 -302t-284.5 -120q-182 0 -291 126.5t-109 310.5zM2322 403.5 q0 -57.5 26 -100.5t69 -43t67.5 41t24.5 94q0 57 -25.5 103.5t-66.5 46.5q-43 0 -69 -42t-26 -99.5z" />
-<glyph unicode="&#x2039;" horiz-adv-x="1396" d="M47 596q0 111 115 164l833 387q47 23 92 22q35 0 66 -12q90 -39 90 -133q0 -102 -115 -160l-641 -266l627 -289q117 -53 117 -166q0 -143 -152 -143q-59 0 -108 25l-811 403q-113 55 -113 168z" />
-<glyph unicode="&#x203a;" horiz-adv-x="1396" d="M47 1030q0 147 156 148q35 0 73 -15l836 -411q131 -66 131 -164q0 -109 -147 -180l-813 -392q-37 -14 -76 -14q-158 0 -158 156q0 109 111 157l635 271l-639 284q-109 58 -109 160z" />
-<glyph unicode="&#x205f;" horiz-adv-x="501" />
-<glyph unicode="&#x20ac;" horiz-adv-x="1589" d="M-6 661.5q0 69.5 36 90t124 20.5h22v31q0 37 2 57h-24q-90 0 -125 19.5t-35 89t36 90t124 20.5h59q72 248 255 405.5t460 157.5q270 0 467 -178q63 -59 63 -139q0 -76 -46 -123t-116 -47q-80 0 -125 49q-96 96 -249 96q-240 0 -344 -221h444q90 0 126 -20.5t36 -91.5 q0 -70 -36 -88.5t-126 -18.5h-502v-88h277q90 0 125.5 -20.5t35.5 -92.5q0 -70 -35.5 -88t-125.5 -18h-219q109 -223 346 -223q158 0 245 88q49 49 113 49q82 0 123 -47t41 -119q0 -86 -62 -141q-205 -182 -466 -183q-283 0 -465.5 161t-245.5 415h-53q-90 0 -125 19.5 t-35 89z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1636" d="M49 1434q0 123 123 122h338q127 0 127 -124q0 -123 -127 -123h-43v-488q0 -135 -125 -135t-125 135v488h-45q-123 0 -123 125zM627 815v10l92 609q23 135 145 135q119 0 152 -115l63 -287l68 289q33 113 151 113q57 0 97.5 -36t50.5 -99l92 -609v-8q0 -123 -123 -123 q-109 0 -127 113l-26 344q-8 -33 -30 -179.5t-32 -178.5q-37 -102 -123 -103q-90 0 -125 105l-55 344l-25 -330q-16 -117 -127 -117q-118 0 -118 123z" />
-<glyph unicode="&#x2126;" horiz-adv-x="1505" d="M88 1040q0 242 166 420t461 178q301 0 470 -178t169 -419.5t-168 -416.5t-471 -175q-201 0 -346.5 87t-213 218.5t-67.5 285.5zM100 164q0 164 160 164h920q160 0 159.5 -164t-159.5 -164h-920q-160 0 -160 164zM416 1040.5q0 -110.5 79.5 -189.5t225 -79t226.5 79 t81 187q0 111 -83 194t-226 83q-141 0 -222 -82t-81 -192.5z" />
-<glyph unicode="&#x2206;" horiz-adv-x="1429" d="M37 141q0 31 14 74l-2 -6l455 1239q53 150 194 149q154 0 199 -147l471 -1239q12 -39 12 -72q0 -139 -209 -139h-952q-182 0 -182 141zM449 340h514l-265 692z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1195" d="M0 1195h1195v-1195h-1195v1195z" />
-<glyph horiz-adv-x="1212" d="M41 633q0 170 58.5 315.5t183.5 242.5t297 97h8q254 0 393 -192.5t139 -456.5q0 -172 -56 -318.5t-181 -245t-299 -98.5q-256 0 -399.5 195t-143.5 461zM369 637q0 -137 56 -236.5t159 -99.5q98 0 154.5 96.5t56.5 229.5q0 135 -56.5 235.5t-152.5 100.5 q-104 0 -160.5 -96.5t-56.5 -229.5z" />
-<glyph horiz-adv-x="782" d="M27 1038q0 55 33.5 101.5t101.5 62.5q55 14 103 27.5t76 22t50 14.5l34 9q11 3 19.5 5t11.5 3t7 1q53 0 91 -27.5t52 -66.5q16 -27 17 -127v-893q0 -74 -45.5 -122t-119 -48t-119.5 48t-46 122v741q-12 -4 -70 -20q-14 -2 -41 -2q-66 0 -110.5 41.5t-44.5 107.5z" />
-<glyph horiz-adv-x="1107" d="M43 834q0 209 144.5 337.5t336.5 128.5q186 0 328.5 -122.5t142.5 -311.5q0 -55 -8 -95t-41 -105.5t-110.5 -151.5t-200.5 -195h223q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 66 54 133q270 231 379.5 332.5t140.5 145.5t31 87q0 55 -44.5 89t-101.5 34 q-59 0 -102 -41t-43 -113q0 -61 -44 -119.5t-118 -58.5q-78 0 -123 58.5t-45 128.5z" />
-<glyph horiz-adv-x="1126" d="M47 96q0 76 44 120t108 44q45 0 89 -27.5t64 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129t-99 70h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 60 4q39 12 64.5 67.5t25.5 108.5q0 61 -34 98t-95 37q-121 0 -134 -102q-2 -33 -31.5 -72t-94.5 -39 q-170 0 -170 148q0 152 125.5 268.5t312.5 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -320q117 -63 176.5 -164.5t59.5 -216.5q0 -188 -138.5 -331.5t-359.5 -143.5q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
-<glyph horiz-adv-x="1191" d="M33 285q0 68 43 123l471 759q80 129 217 129q90 0 149.5 -60t59.5 -161v-647q154 -2 153 -164q0 -154 -151 -153v-170q0 -178 -164 -179q-76 0 -119 46.5t-43 132.5v165h-430q-88 0 -137 51.5t-49 127.5zM459 428h190v307z" />
-<glyph horiz-adv-x="1185" d="M61 12q0 74 44.5 116t105.5 42q78 0 129 -70q31 -39 87 -64.5t112 -25.5q88 0 145 64.5t57 150.5q0 88 -54 152.5t-152 64.5q-35 0 -93.5 -15t-89.5 -15q-164 0 -164 157q0 33 97 527q31 150 190 149h430q74 0 117 -49t43 -121q0 -160 -160 -160h-340q-8 -57 -24 -157 q256 0 393 -151.5t137 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105t-140.5 216z" />
-<glyph horiz-adv-x="1153" d="M37 557q0 256 138 493.5t351 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -49 -110q-10 -10 -47 -42t-53.5 -47.5t-48 -47t-50 -54t-40 -55.5t-35.5 -66q57 31 165 31q186 0 289 -133t103 -318q0 -225 -142.5 -389t-367.5 -164q-238 0 -371 170t-133 410zM360 528 q0 -92 48.5 -161.5t132.5 -71.5q86 8 137 74.5t51 156.5q0 86 -49 147.5t-143 61.5q-86 0 -131.5 -61.5t-45.5 -145.5z" />
-<glyph horiz-adv-x="1114" d="M35 1108q0 166 176 166h645q70 0 122 -50t52 -128q0 -35 -18 -82l-484 -1145q-55 -129 -172 -129q-78 0 -115.5 48t-37.5 114q0 43 18 84l410 956h-420q-176 0 -176 166z" />
-<glyph horiz-adv-x="1126" d="M41 485q0 106 58.5 207t148.5 152q-70 43 -113 126t-43 175q0 180 132 304t317 124q190 0 314 -120t124 -308q0 -82 -45 -164t-113 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143 -355.5t-350 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM377 492q0 -80 45 -133.5 t121 -53.5q70 0 113.5 53.5t43.5 128.5q0 80 -45 134.5t-112 54.5q-74 0 -120 -54t-46 -130zM420 1135q0 -59 30.5 -100.5t86.5 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
-<glyph horiz-adv-x="1191" d="M49 739q0 221 138.5 383t385.5 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-78.5 -242t-160.5 -265t-254.5 -255q-49 -39 -112 -39q-66 0 -111 43t-45 107q0 84 68 139q209 168 315 326q-98 -35 -193 -35q-201 0 -320.5 149.5t-119.5 337.5zM377 719 q0 -104 55 -164.5t135 -60.5q86 0 142.5 56t56.5 167q0 92 -52 162.5t-149 70.5q-90 0 -139 -70.5t-49 -160.5z" />
-<glyph horiz-adv-x="1323" d="M8 156q0 37 17 75l407 854q53 139 190.5 139.5t190.5 -137.5l426 -858q16 -39 16 -75q0 -70 -40.5 -112t-114.5 -42q-113 0 -150 100l6 -8l-98 184h-463l-73 -153l2 6q-43 -129 -168 -129q-74 0 -111 45t-37 111zM528 578h191q-2 4 -16.5 38.5t-34 72.5t-45.5 81z" />
-<glyph horiz-adv-x="1175" d="M39 180v844q0 178 166 178h332q182 0 304 -83t122 -255q0 -121 -76 -207q76 -49 122 -125.5t46 -154.5q0 -152 -116 -264.5t-312 -112.5h-391q-94 0 -132 31q-65 43 -65 149zM356 315h215q63 0 99.5 28t36.5 65q0 39 -41 66.5t-119 27.5h-191v-187zM356 725h189 q55 0 84.5 24.5t29.5 59.5q0 33 -24.5 56.5t-67.5 23.5h-211v-164z" />
-<glyph horiz-adv-x="1294" d="M55 606q0 281 181.5 455t468.5 174q260 0 448 -174q63 -57 64 -133q0 -72 -46.5 -118t-111.5 -46q-76 0 -119 49q-90 88 -240 88q-131 0 -220 -74.5t-89 -208.5q0 -141 88 -227t223.5 -86t235.5 94q41 47 109 47q80 0 118.5 -44t38.5 -111q0 -84 -59 -137 q-201 -172 -451 -172q-283 0 -461 174t-178 450z" />
-<glyph horiz-adv-x="1351" d="M43 166v858q0 178 197 178h362q236 0 398.5 -161.5t162.5 -444.5q0 -287 -173 -441.5t-425 -154.5h-354q-98 0 -133 32t-35 134zM360 315h195q123 0 202 69t79 212q0 147 -75 220t-181 73h-220v-574z" />
-<glyph horiz-adv-x="993" d="M35 174v856q0 172 164 172h553q82 0 120.5 -38t38.5 -120q0 -156 -159 -155h-404v-146h318q84 0 121.5 -30.5t37.5 -106.5t-37.5 -105.5t-121.5 -29.5h-318v-156h420q170 0 170 -157.5t-170 -157.5h-569q-106 0 -135 32.5t-29 141.5z" />
-<glyph horiz-adv-x="909" d="M33 145v879q0 178 164 178h538q160 0 160 -158q0 -156 -160 -155h-387v-191h270q158 0 158 -161q0 -156 -158 -156h-270v-236q0 -145 -160 -145q-155 0 -155 145z" />
-<glyph horiz-adv-x="1478" d="M53 580q0 266 172 455.5t447 189.5q119 0 239.5 -49.5t212.5 -145.5q31 -37 31 -78q0 -59 -51 -105t-115 -46q-51 0 -94 28q-98 88 -229 89q-125 0 -207 -91.5t-82 -228.5t94 -227t215 -90q172 0 248 176h-186q-61 0 -93 33.5t-32 82.5q0 53 34.5 95.5t94.5 42.5l333 -2 q113 -6 147 -55.5t34 -153.5q0 -217 -165 -367.5t-435 -150.5q-264 0 -438.5 182.5t-174.5 415.5z" />
-<glyph horiz-adv-x="1175" d="M39 158v891q0 160 156 159q160 0 159 -159v-277h387v277q0 160 158 159q160 0 160 -159v-891q0 -158 -160 -158q-158 0 -158 158v297h-387v-297q0 -158 -157.5 -158t-157.5 158z" />
-<glyph horiz-adv-x="346" d="M6 160v887q0 160 158 159.5t158 -159.5v-887q0 -160 -158 -160t-158 160z" />
-<glyph horiz-adv-x="862" d="M27 209q0 162 153 162q45 0 127 -60q41 -25 82 -24q76 0 76 75v685q0 160 158 159q160 0 159 -159v-685q0 -176 -109.5 -281.5t-285.5 -105.5t-307 115q-53 45 -53 119z" />
-<glyph horiz-adv-x="1210" d="M43 147v920q0 145 156 145q160 0 159 -145v-338l486 434q53 47 102 47q63 0 114.5 -51t51.5 -115q0 -68 -47 -108l-324 -272l353 -388q55 -47 55 -118q0 -70 -58.5 -115t-101.5 -45q-72 0 -129 61l-354 383l-148 -127v-168q0 -147 -155 -147q-160 0 -160 147z" />
-<glyph horiz-adv-x="1040" d="M37 197v852q0 160 156 159q160 0 159 -159v-734h492q160 0 160 -155q0 -160 -160 -160h-627q-180 0 -180 197z" />
-<glyph horiz-adv-x="1710" d="M59 156q0 29 4 43l179 821q43 205 207 205q154 0 213 -183l143 -464q27 72 76 236.5t71 227.5q63 180 215 181q172 0 203 -213v8l172 -836v-16q0 -2 2 -6q0 -72 -45 -115t-115 -43q-135 0 -161 145l-93 508q-25 -74 -83 -254t-89 -264q-49 -137 -159 -137 q-117 0 -160 137l-162 520q-20 -90 -55 -273t-45 -237v9q-20 -154 -162 -154q-72 0 -114 39t-42 115z" />
-<glyph horiz-adv-x="1232" d="M41 162v891q0 172 156 172q100 0 170 -103l438 -532v473q0 160 153 160q160 0 160 -160v-891q0 -172 -157 -172q-98 0 -162 88l-443 533v-459q0 -162 -157.5 -162t-157.5 162z" />
-<glyph horiz-adv-x="1402" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
-<glyph horiz-adv-x="1087" d="M39 160v880q0 164 166 164h368q219 0 340 -126t121 -302q0 -182 -115.5 -314t-332.5 -132h-234v-170q0 -160 -157 -160q-156 0 -156 160zM352 645h226q74 0 107.5 34t33.5 83q0 53 -41 91t-129 38h-197v-246z" />
-<glyph horiz-adv-x="1564" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -186 -96 -336q2 -4 12 -14l15 -15q43 -49 43 -108q0 -63 -41 -109.5t-111 -46.5q-63 0 -106 43l-41 41q-131 -66 -293 -65q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89 q25 0 37 2q-45 74 -45 109q0 70 50 120t113 50q51 0 125 -64q8 45 9 76q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
-<glyph horiz-adv-x="1091" d="M37 174v885q0 164 194 164h275q238 0 373 -104.5t135 -313.5q0 -223 -180 -332l137 -211l-6 8q37 -43 36 -123q0 -68 -37.5 -108.5t-109.5 -40.5q-78 0 -145 86l-197 291h-160v-201q0 -174 -157.5 -174t-157.5 174zM352 688h230q55 0 87.5 35t32.5 80q0 43 -31.5 73.5 t-88.5 30.5h-230v-219z" />
-<glyph horiz-adv-x="1019" d="M49 231q0 66 44 101t104 35q57 0 157.5 -56.5t184.5 -56.5q100 0 100 74q0 29 -42 60.5t-105.5 60t-138 70.5t-138 86t-105.5 109.5t-42 139.5q0 180 129 274.5t323 94.5q182 0 328 -76q82 -45 82 -131q0 -53 -38 -92t-104 -39q-63 0 -102 22q-70 39 -207 39 q-94 0 -94 -74q0 -37 60.5 -73.5t145.5 -72.5t171 -81t146.5 -119.5t60.5 -169.5q0 -188 -138.5 -281t-326.5 -93q-195 0 -391 118q-64 45 -64 131z" />
-<glyph horiz-adv-x="1077" d="M39 1044q0 158 164 158h671q160 0 160 -158q0 -156 -160 -155h-178v-721q0 -168 -157 -168q-160 0 -160 168v721h-176q-164 -1 -164 155z" />
-<glyph horiz-adv-x="1204" d="M41 610v426q0 170 166 170q164 0 164 -170v-409q0 -317 215 -318q94 0 144 71t50 247v409q0 170 166 170q168 0 168 -170v-426q0 -629 -545 -628q-242 0 -385 148t-143 480z" />
-<glyph horiz-adv-x="1216" d="M41 1057q0 156 162 155q117 0 155 -116l215 -615q41 98 113 318.5t102 300.5q43 111 150 110q61 0 116.5 -52t55.5 -114q0 -25 -16 -61l-330 -813q-70 -170 -191 -170q-113 0 -176 154l-346 835q-10 35 -10 68z" />
-<glyph horiz-adv-x="1759" d="M61 1067q0 72 47.5 115t112.5 43q135 0 162 -144l111 -549l155 560q39 133 182 133q145 0 181 -133l147 -547q20 80 55 273.5t52 262.5q27 147 164 148q68 0 115.5 -46t47.5 -116q0 -25 -8 -45l4 6l-211 -866q-16 -72 -73.5 -117t-130.5 -45q-70 0 -127.5 38t-73.5 116 q-37 121 -73 248.5t-73 252.5l-141 -479q-27 -88 -84 -134t-125 -46q-72 0 -128 49t-77 129l-206 854l2 -6q-7 20 -7 45z" />
-<glyph horiz-adv-x="1120" d="M39 150q0 72 49 135l281 329l-242 314q-37 43 -37 106q0 68 47 113t113 45q94 0 147 -80l146 -252l151 256q53 78 144 78q68 0 114.5 -44t46.5 -112q0 -61 -41 -110l-243 -303l280 -332q51 -63 52 -143q0 -150 -148 -150q-109 0 -166 94l-201 281l-198 -283 q-57 -88 -152 -88q-143 1 -143 146z" />
-<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
-<glyph horiz-adv-x="1175" d="M39 168q0 68 37 123l497 600h-348q-162 0 -162 153q0 160 162 160h641q92 0 137.5 -41t45.5 -106q0 -61 -54 -144l-497 -598h413q162 0 162 -153q0 -162 -162 -162h-718q-154 0 -154 168z" />
-<glyph horiz-adv-x="1323" d="M8 156q0 37 17 75l407 854q53 139 190.5 139.5t190.5 -137.5l426 -858q16 -39 16 -75q0 -70 -40.5 -112t-114.5 -42q-113 0 -150 100l6 -8l-98 184h-463l-73 -153l2 6q-43 -129 -168 -129q-74 0 -111 45t-37 111zM528 578h191q-2 4 -16.5 38.5t-34 72.5t-45.5 81z" />
-<glyph horiz-adv-x="1175" d="M39 180v844q0 178 166 178h332q182 0 304 -83t122 -255q0 -121 -76 -207q76 -49 122 -125.5t46 -154.5q0 -152 -116 -264.5t-312 -112.5h-391q-94 0 -132 31q-65 43 -65 149zM356 315h215q63 0 99.5 28t36.5 65q0 39 -41 66.5t-119 27.5h-191v-187zM356 725h189 q55 0 84.5 24.5t29.5 59.5q0 33 -24.5 56.5t-67.5 23.5h-211v-164z" />
-<glyph horiz-adv-x="993" d="M35 160v862q0 178 164 178h575q72 0 117 -48t45 -114q0 -154 -162 -153h-424v-725q0 -160 -160 -160q-155 0 -155 160z" />
-<glyph horiz-adv-x="1429" d="M47 137q0 29 14 70l402 880q63 137 186 138q145 0 189 -146l413 -872q14 -35 15 -72q0 -135 -199 -135h-844q-176 0 -176 137zM483 322h342l-174 389z" />
-<glyph horiz-adv-x="993" d="M35 174v856q0 172 164 172h553q82 0 120.5 -38t38.5 -120q0 -156 -159 -155h-404v-146h318q84 0 121.5 -30.5t37.5 -106.5t-37.5 -105.5t-121.5 -29.5h-318v-156h420q170 0 170 -157.5t-170 -157.5h-569q-106 0 -135 32.5t-29 141.5z" />
-<glyph horiz-adv-x="1175" d="M39 168q0 68 37 123l497 600h-348q-162 0 -162 153q0 160 162 160h641q92 0 137.5 -41t45.5 -106q0 -61 -54 -144l-497 -598h413q162 0 162 -153q0 -162 -162 -162h-718q-154 0 -154 168z" />
-<glyph horiz-adv-x="1175" d="M39 158v891q0 160 156 159q160 0 159 -159v-277h387v277q0 160 158 159q160 0 160 -159v-891q0 -158 -160 -158q-158 0 -158 158v297h-387v-297q0 -158 -157.5 -158t-157.5 158z" />
-<glyph horiz-adv-x="1374" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212zM471 596q0 160 158 160 h76q160 0 159 -160q0 -158 -159 -158h-76q-78 0 -118 42t-40 116z" />
-<glyph horiz-adv-x="423" d="M45 160v887q0 160 157.5 159.5t157.5 -159.5v-887q0 -160 -157.5 -160t-157.5 160z" />
-<glyph horiz-adv-x="1210" d="M43 147v920q0 145 156 145q160 0 159 -145v-338l486 434q53 47 102 47q63 0 114.5 -51t51.5 -115q0 -68 -47 -108l-324 -272l353 -388q55 -47 55 -118q0 -70 -58.5 -115t-101.5 -45q-72 0 -129 61l-354 383l-148 -127v-168q0 -147 -155 -147q-160 0 -160 147z" />
-<glyph horiz-adv-x="1323" d="M29 156q0 37 16 75l408 854q53 139 190 139.5t191 -137.5l426 -858q16 -39 16 -75q0 -70 -41 -112t-115 -42q-113 0 -149 100l-328 648l-299 -623q-51 -125 -168 -125q-74 0 -110.5 45t-36.5 111z" />
-<glyph horiz-adv-x="1636" d="M39 156q0 29 4 43l178 821q43 205 207 205q154 0 213 -183l143 -464q27 72 76 236.5t72 227.5q63 180 215 181q176 0 203 -205l172 -852q0 -2 2 -6q0 -72 -45 -115t-115 -43q-135 0 -162 145l-92 508q-25 -74 -83 -254t-89 -264q-49 -137 -160 -137q-117 0 -160 137 l-161 520q-20 -90 -55 -273t-46 -237v9q-20 -154 -161 -154q-72 0 -114 39t-42 115z" />
-<glyph horiz-adv-x="1232" d="M41 162v891q0 172 156 172q100 0 170 -103l438 -532v473q0 160 153 160q160 0 160 -160v-891q0 -172 -157 -172q-98 0 -162 88l-443 533v-459q0 -162 -157.5 -162t-157.5 162z" />
-<glyph horiz-adv-x="1331" d="M41 161.5q0 157.5 168 157.5h842q168 0 168 -157.5t-168 -157.5h-842q-168 0 -168 157.5zM66 1044q0 160 157 160h811q160 0 160 -160q0 -154 -160 -153h-811q-157 -1 -157 153zM195 612q0 74 38.5 106t118.5 32h539q82 0 120 -33t38 -111q0 -72 -38 -104.5t-120 -32.5 h-539q-80 0 -118.5 33.5t-38.5 109.5z" />
-<glyph horiz-adv-x="1402" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
-<glyph horiz-adv-x="1163" d="M39 160v874q0 162 156 162h702q63 0 111.5 -49t48.5 -113v-874q0 -160 -156 -160q-160 0 -160 160v717h-387v-717q0 -160 -161 -160q-154 0 -154 160z" />
-<glyph horiz-adv-x="1087" d="M39 160v880q0 164 166 164h368q219 0 340 -126t121 -302q0 -182 -115.5 -314t-332.5 -132h-234v-170q0 -160 -157 -160q-156 0 -156 160zM352 645h226q74 0 107.5 34t33.5 83q0 53 -41 91t-129 38h-197v-246z" />
-<glyph horiz-adv-x="1157" d="M41 168q0 49 37 104l313 346l-272 310q-55 84 -56 125q0 152 185 151h659q160 0 160 -160q0 -76 -38 -105.5t-122 -29.5h-356l170 -186q37 -55 37 -109q0 -37 -29 -90l-221 -229h422q84 0 122 -32t38 -107q0 -156 -160 -156h-735q-154 0 -154 168z" />
-<glyph horiz-adv-x="1077" d="M39 1044q0 158 164 158h671q160 0 160 -158q0 -156 -160 -155h-178v-721q0 -168 -157 -168q-160 0 -160 168v721h-176q-164 -1 -164 155z" />
-<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
-<glyph horiz-adv-x="1361" d="M41 616.5q0 174.5 121 290t330 135.5v15q0 156 159 155q154 0 160 -147v22v-45q219 -14 332.5 -128.5t113.5 -299.5q0 -172 -119.5 -283.5t-328.5 -131.5v-37q0 -162 -158 -162q-160 0 -159 162v37q-217 20 -334 131.5t-117 286zM340 623q0 -55 41 -95.5t111 -40.5v267 q-72 0 -112 -39t-40 -92zM809 487q70 0 111 42t41 98q0 51 -39 89t-113 38v-267z" />
-<glyph horiz-adv-x="1095" d="M39 150q0 72 49 135l281 329l-242 314q-37 43 -37 106q0 68 47 113t113 45q94 0 147 -80l146 -252l151 256q53 78 144 78q68 0 114.5 -44t46.5 -112q0 -61 -41 -110l-243 -303l280 -332q51 -63 52 -143q0 -150 -148 -150q-109 0 -166 94l-201 281l-198 -283 q-57 -88 -152 -88q-143 1 -143 146z" />
-<glyph horiz-adv-x="1429" d="M47 856v135q0 158 162 158q154 0 153 -158v-112q0 -279 136 -338v532q0 160 157.5 160t157.5 -160v-536q133 45 133 342v112q0 158 160 158q158 0 158 -158v-135q0 -565 -451 -614v-84q0 -158 -157.5 -158t-157.5 158v86q-451 57 -451 612z" />
-<glyph horiz-adv-x="1300" d="M121 782q0 174 137 302t374.5 128t375 -128t137.5 -304q0 -168 -132 -284.5t-380 -116.5t-380 116.5t-132 286.5zM129 157.5q0 157.5 152 157.5h723q154 0 153.5 -157.5t-153.5 -157.5h-723q-152 0 -152 157.5zM440 792.5q0 -61.5 52.5 -104.5t144.5 -43q96 0 146.5 40 t50.5 99q0 61 -53.5 104.5t-147.5 43.5t-143.5 -39t-49.5 -100.5z" />
-<glyph horiz-adv-x="1392" d="M49 156q0 37 17 75l407 854q53 139 190.5 139.5t190.5 -137.5l426 -858q16 -39 16 -75q0 -70 -41 -112t-114 -42q-113 0 -150 100l6 -8l-98 184h-463l-74 -153l3 6q-43 -129 -168 -129q-74 0 -111 45t-37 111zM569 578h191q-2 4 -16.5 38.5t-34 72.5t-45.5 81z" />
-<glyph horiz-adv-x="993" d="M35 174v856q0 172 164 172h553q82 0 120.5 -38t38.5 -120q0 -156 -159 -155h-404v-146h318q84 0 121.5 -30.5t37.5 -106.5t-37.5 -105.5t-121.5 -29.5h-318v-156h420q170 0 170 -157.5t-170 -157.5h-569q-106 0 -135 32.5t-29 141.5z" />
-<glyph horiz-adv-x="423" d="M45 160v887q0 160 157.5 159.5t157.5 -159.5v-887q0 -160 -157.5 -160t-157.5 160z" />
-<glyph horiz-adv-x="1175" d="M39 158v891q0 160 156 159q160 0 159 -159v-277h387v277q0 160 158 159q160 0 160 -159v-891q0 -158 -160 -158q-158 0 -158 158v297h-387v-297q0 -158 -157.5 -158t-157.5 158z" />
-<glyph horiz-adv-x="1402" d="M49 600q0 104 38 207.5t110.5 197t196.5 150.5t278 57q264 0 441 -177t177 -441q0 -254 -173 -432t-445 -178q-281 0 -452 179t-171 437zM371 604q0 -129 85 -218t220 -89q127 0 208 84t81 209q0 129 -83 218t-210 89q-137 0 -219 -81t-82 -212z" />
-<glyph horiz-adv-x="1120" d="M20 1065q0 154 150 154q90 0 135 -84l242 -461q39 66 117.5 232.5t113.5 226.5q53 86 146 86q152 0 151 -148q0 -41 -22 -86l-355 -602v-213q0 -170 -159.5 -170t-159.5 170v219l-336 584q-23 37 -23 92z" />
-<glyph horiz-adv-x="1300" d="M129 157.5q0 157.5 152 157.5h723q154 0 153.5 -157.5t-153.5 -157.5h-723q-152 0 -152 157.5zM145 750q0 86 27 163.5t82 147t152.5 110.5t226.5 41q244 0 367.5 -130t123.5 -316q0 -174 -125 -291t-366 -117q-223 0 -355.5 110t-132.5 282zM455 786q0 -61 45 -105 t137 -44q84 0 134 42t50 97q0 57 -52 100.5t-136 43.5q-82 0 -130 -40.5t-48 -93.5z" />
-<glyph horiz-adv-x="346" d="M6 160v887q0 160 158 159.5t158 -159.5v-887q0 -160 -158 -160t-158 160z" />
-<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
-<glyph horiz-adv-x="1157" d="M51 168q0 49 37 104l313 346l-272 310q-55 84 -55 125q0 152 184 151h660q160 0 159 -160q0 -76 -38 -105.5t-121 -29.5h-357l170 -186q37 -55 37 -109q0 -37 -29 -90l-221 -229h422q84 0 122 -32t38 -107q0 -156 -160 -156h-735q-154 0 -154 168z" />
-<glyph horiz-adv-x="346" d="M6 160v887q0 160 158 159.5t158 -159.5v-887q0 -160 -158 -160t-158 160z" />
-<glyph horiz-adv-x="1157" d="M41 1065q0 154 149 154q90 0 136 -84l241 -461q39 66 118 232.5t114 226.5q53 86 145 86q152 0 152 -148q0 -41 -23 -86l-354 -602v-213q0 -170 -160 -170t-160 170v219l-336 584q-22 37 -22 92z" />
-<glyph d="M141 774q0 135 30 268.5t89 258t169 202.5t253 78h8q115 0 209 -51t152.5 -134t98.5 -190.5t56.5 -214t16.5 -213.5q0 -131 -30 -264t-89.5 -257t-168 -202t-249.5 -78q-147 0 -258 75t-170 197t-88 254t-29 271zM477 772q0 -104 18.5 -205.5t68.5 -183.5t122 -82 q53 0 95 49t64.5 124t34 150.5t11.5 143.5q0 78 -11.5 159t-34 156.5t-63.5 122.5t-94 47q-59 0 -103 -49t-65.5 -128t-32 -154.5t-10.5 -149.5z" />
-<glyph d="M178 131q0 72 38 101.5t122 29.5h242v901q-63 -25 -111 -24q-63 0 -109.5 43t-46.5 108q0 55 34 100.5t102 63.5l301 82q106 0 143 -96q16 -23 16 -125v-1053h215q84 0 123 -29.5t39 -103.5q0 -72 -39 -99.5t-123 -27.5h-786q-84 0 -122 27.5t-38 101.5z" />
-<glyph d="M207 1108q0 207 145.5 337t335.5 130q186 0 328.5 -122t142.5 -310q0 -201 -149 -404l-318 -420h330q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 59 45 121l498 673q61 80 61 176q0 55 -44 89t-101 34q-59 0 -102 -40t-43 -111q0 -63 -44 -121.5 t-118 -58.5q-78 0 -123 59t-45 129z" />
-<glyph d="M211 362q0 76 44 120t107 44q45 0 89.5 -27.5t64.5 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129.5t-99 69.5h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 59 4q39 12 64.5 67.5t25.5 108.5q0 61 -33.5 98.5t-95.5 37.5q-121 0 -133 -103 q-2 -33 -31.5 -71.5t-95.5 -38.5q-170 0 -170 147q0 152 126 268.5t313 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -319q117 -63 176 -165t59 -216q0 -188 -138 -332t-359 -144q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
-<glyph d="M135 520q0 68 43 125l-4 -6l475 766q82 131 217 131q90 0 149.5 -61.5t59.5 -163.5v-647q154 0 154 -162q0 -156 -152 -156v-170q0 -176 -164 -176q-76 0 -118.5 45t-42.5 131v168h-430q-88 0 -137.5 51t-49.5 125zM561 664h191v329z" />
-<glyph d="M164 299q0 74 44 116t105 42q78 0 129 -70q31 -39 87.5 -64.5t111.5 -25.5q88 0 145.5 64.5t57.5 150.5q0 88 -54.5 152.5t-152.5 64.5q-35 0 -93.5 -15.5t-88.5 -15.5q-164 0 -164 158q0 33 96 526q31 150 191 150h430q74 0 116.5 -49t42.5 -121q0 -160 -159 -160h-340 q-8 -57 -25 -158q256 0 393.5 -151.5t137.5 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105.5t-140.5 216.5z" />
-<glyph d="M180 557q0 256 138.5 493.5t351.5 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -50 -110q-10 -10 -47 -42t-53 -47.5t-48 -47t-50.5 -54t-40 -55.5t-35.5 -66q57 31 166 31q186 0 288.5 -133t102.5 -318q0 -225 -142.5 -389t-367.5 -164q-238 0 -371 170t-133 410z M504 528q0 -92 48 -161.5t132 -71.5q86 8 137 74.5t51 156.5q0 86 -49 147.5t-143 61.5q-86 0 -131 -61.5t-45 -145.5z" />
-<glyph d="M178 1370q0 164 176 164h645q70 0 122.5 -49t52.5 -127q0 -39 -19 -84l-483 -1145q-55 -129 -172 -129q-78 0 -116 48t-38 114q0 43 19 84l409 956h-420q-176 0 -176 168z" />
-<glyph d="M184 485q0 106 58.5 207t148.5 152q-70 43 -112.5 126t-42.5 175q0 180 132 304t316 124q190 0 314 -120t124 -308q0 -82 -45 -164t-112 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143.5 -355.5t-350.5 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM520 492 q0 -80 45 -133.5t121 -53.5q70 0 114 53.5t44 128.5q0 80 -45 134.5t-113 54.5q-74 0 -120 -54t-46 -130zM563 1135q0 -59 31 -100.5t86 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
-<glyph d="M152 1034q0 221 138 383t386 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-79 -242t-161 -265t-253.5 -255q-49 -39 -113 -39q-66 0 -111 43t-45 107q0 84 68 139q209 168 315 326q-98 -35 -192 -35q-201 0 -320.5 149.5t-119.5 337.5zM479 1024 q0 -104 55.5 -164.5t135.5 -60.5q86 0 142 56t56 167q0 92 -52 162.5t-148 70.5q-90 0 -139.5 -70.5t-49.5 -160.5z" />
-<glyph horiz-adv-x="1288" d="M143 633q0 170 58.5 315.5t183.5 242.5t297 97h8q254 0 393.5 -192.5t139.5 -456.5q0 -172 -56.5 -318.5t-181.5 -245t-299 -98.5q-256 0 -399.5 195t-143.5 461zM471 637q0 -137 56.5 -236.5t158.5 -99.5q98 0 154.5 96.5t56.5 229.5q0 135 -56.5 235.5t-152.5 100.5 q-104 0 -160.5 -96.5t-56.5 -229.5z" />
-<glyph d="M178 131q0 72 38 101.5t122 29.5h242v649q-63 -25 -111 -24q-63 0 -109.5 43t-46.5 108q0 55 34 100.5t102 63.5l301 82q106 0 143 -96q16 -23 16 -125v-801h215q84 0 123 -29.5t39 -103.5q0 -72 -39 -99.5t-123 -27.5h-786q-84 0 -122 27.5t-38 101.5z" />
-<glyph d="M207 834q0 209 144.5 337.5t336.5 128.5q186 0 328.5 -122.5t142.5 -311.5q0 -55 -8 -95t-41 -105.5t-110.5 -151.5t-200.5 -195h223q156 0 156 -157q0 -162 -158 -162h-606q-190 0 -191 158q0 66 53 133q270 231 380 332.5t140.5 145.5t30.5 87q0 55 -44 89t-101 34 q-59 0 -102 -41t-43 -113q0 -61 -44 -119.5t-118 -58.5q-78 0 -123 58.5t-45 128.5z" />
-<glyph d="M211 96q0 76 44 120t107 44q45 0 89.5 -27.5t64.5 -74.5q51 -119 154 -119q70 0 121 45t51 123q0 70 -36 129t-99 70h-68q-174 0 -174 139q0 74 42 104.5t132 30.5q39 0 59 4q39 12 64.5 67.5t25.5 108.5q0 61 -33.5 98t-95.5 37q-121 0 -133 -102q-2 -33 -31.5 -72 t-95.5 -39q-170 0 -170 148q0 152 126 268.5t313 116.5q195 0 320.5 -130t125.5 -298q0 -205 -180 -320q117 -63 176 -164.5t59 -216.5q0 -188 -138 -331.5t-359 -143.5q-127 0 -232.5 57.5t-169.5 145.5q-59 84 -59 182z" />
-<glyph d="M135 285q0 68 43 123l471 759q80 129 217 129q90 0 149.5 -60t59.5 -161v-647q154 -2 154 -164q0 -154 -152 -153v-170q0 -178 -164 -179q-76 0 -118.5 46.5t-42.5 132.5v165h-430q-88 0 -137.5 51.5t-49.5 127.5zM561 428h191v307z" />
-<glyph d="M164 12q0 74 44 116t105 42q78 0 129 -70q31 -39 87.5 -64.5t111.5 -25.5q88 0 145.5 64.5t57.5 150.5q0 88 -54.5 152.5t-152.5 64.5q-35 0 -93.5 -15t-88.5 -15q-164 0 -164 157q0 33 96 527q31 150 191 149h430q74 0 116.5 -49t42.5 -121q0 -160 -159 -160h-340 q-8 -57 -25 -157q256 0 393.5 -151.5t137.5 -364.5q0 -221 -143.5 -386t-397.5 -165q-188 0 -328.5 105t-140.5 216z" />
-<glyph d="M180 557q0 256 138.5 493.5t351.5 436.5q63 49 123 49q72 0 120 -44t48 -120q0 -61 -50 -110q-10 -10 -47 -42t-53 -47.5t-48 -47t-50.5 -54t-40 -55.5t-35.5 -66q57 31 166 31q186 0 288.5 -133t102.5 -318q0 -225 -142.5 -389t-367.5 -164q-238 0 -371 170t-133 410z M504 528q0 -92 48 -161.5t132 -71.5q86 8 137 74.5t51 156.5q0 86 -49 147.5t-143 61.5q-86 0 -131 -61.5t-45 -145.5z" />
-<glyph d="M178 1108q0 166 176 166h645q70 0 122.5 -50t52.5 -128q0 -35 -19 -82l-483 -1145q-55 -129 -172 -129q-78 0 -116 48t-38 114q0 43 19 84l409 956h-420q-176 0 -176 166z" />
-<glyph d="M184 485q0 106 58.5 207t148.5 152q-70 43 -112.5 126t-42.5 175q0 180 132 304t316 124q190 0 314 -120t124 -308q0 -82 -45 -164t-112 -125q84 -41 149.5 -153.5t65.5 -221.5q0 -207 -143.5 -355.5t-350.5 -148.5q-223 0 -362.5 143.5t-139.5 364.5zM520 492 q0 -80 45 -133.5t121 -53.5q70 0 114 53.5t44 128.5q0 80 -45 134.5t-113 54.5q-74 0 -120 -54t-46 -130zM563 1135q0 -59 31 -100.5t86 -41.5q47 0 77.5 43t30.5 98.5t-31.5 87t-74.5 31.5q-47 0 -83 -31.5t-36 -86.5z" />
-<glyph d="M152 739q0 221 138 383t386 162q233 0 372.5 -168t139.5 -424q0 -106 -24.5 -219t-79 -242t-161 -265t-253.5 -255q-49 -39 -113 -39q-66 0 -111 43t-45 107q0 84 68 139q209 168 315 326q-98 -35 -192 -35q-201 0 -320.5 149.5t-119.5 337.5zM479 719 q0 -104 55.5 -164.5t135.5 -60.5q86 0 142 56t56 167q0 92 -52 162.5t-148 70.5q-90 0 -139.5 -70.5t-49.5 -160.5z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.ttf b/src/main/webapp/fonts/BPreplayBold-webfont.ttf
deleted file mode 100644 (file)
index aef3cac..0000000
Binary files a/src/main/webapp/fonts/BPreplayBold-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.woff b/src/main/webapp/fonts/BPreplayBold-webfont.woff
deleted file mode 100644 (file)
index 52b19ce..0000000
Binary files a/src/main/webapp/fonts/BPreplayBold-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot
deleted file mode 100644 (file)
index 92d4da9..0000000
Binary files a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg
deleted file mode 100644 (file)
index 851d095..0000000
+++ /dev/null
@@ -1,333 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
-Designer    : MagentaGeorge Triantafyllakos
-Foundry     : MagentaGeorge Triantafyllakos
-Foundry URL : httpwwwmagentagr
-</metadata>
-<defs>
-<font id="BPreplayBoldItalic" horiz-adv-x="1280" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="579" />
-<glyph unicode=" "  horiz-adv-x="579" />
-<glyph unicode="&#x09;" horiz-adv-x="579" />
-<glyph unicode="&#xa0;" horiz-adv-x="579" />
-<glyph unicode="!" horiz-adv-x="425" d="M-66 164q8 88 65.5 144.5t135.5 56.5q74 0 120 -47.5t46 -116.5q-8 -90 -65.5 -145.5t-137.5 -55.5q-70 0 -117 47t-47 117zM8 635q0 20 80 778q18 170 174 170q141 0 141 -135q0 -23 -79 -780q-18 -160 -177 -160q-139 0 -139 127z" />
-<glyph unicode="&#x22;" horiz-adv-x="833" d="M43 1118q0 4 4 43q12 109 27 254q18 170 178 170q139 0 139 -135q0 -23 -29 -303q-18 -162 -176 -162q-143 0 -143 133zM440 1118q0 4 4 45q12 109 27 252q18 170 178 170q145 0 146 -137q0 -23 -29 -301q-18 -162 -182 -162q-144 0 -144 133z" />
-<glyph unicode="#" horiz-adv-x="1357" d="M10 539q8 88 64.5 131t122.5 43h65q14 37 35 112h-33q-145 0 -145 125q0 84 48 130t128 46h70q8 41 73 306q39 150 164 149q59 0 100 -41t41 -98l-73 -316h69l76 308q37 150 166 149q57 0 95 -39t38 -98l-70 -320h25q61 0 104.5 -32.5t43.5 -98.5q-18 -170 -189 -170h-53 q-16 -39 -33 -112h27q141 0 141 -127q0 -78 -53 -129t-127 -51h-64l-61 -240q-43 -166 -184 -166q-123 0 -123 115q0 33 6 45l61 246h-73l-60 -238q-43 -168 -184 -168q-123 0 -123 113q0 4 1 13t1 13q0 8 63 267h-22q-158 0 -158 133zM565 713h74l31 112h-74z" />
-<glyph unicode="$" horiz-adv-x="1114" d="M-43 229q8 94 51 136.5t125 42.5q61 0 119 -35q59 -41 129 -54l41 388q-78 39 -131 71.5t-110.5 83.5t-86 118t-28.5 146q0 188 136 330.5t316 175.5l6 54q8 76 26.5 102.5t86.5 26.5q49 0 66.5 -16.5t17.5 -55.5q0 -12 -3 -38t-3 -36l-4 -43q131 -25 231 -106 q78 -61 78 -140q0 -74 -55.5 -133t-126.5 -59q-66 0 -123 51l-41 29l-31 -279q190 -98 282.5 -191t92.5 -243q0 -215 -137.5 -368.5t-341.5 -196.5l-9 -86q-6 -70 -25.5 -95.5t-84.5 -25.5q-51 0 -68.5 16.5t-17.5 55.5q0 14 4 63l6 59q-174 16 -309 111q-78 53 -78 141z M412 1169q0 -49 49 -88l22 205q-63 -25 -71 -104v-13zM575 350q80 47 93 142q0 70 -64 114z" />
-<glyph unicode="%" horiz-adv-x="1941" d="M84 1112q0 195 130 332t312 137q164 0 258.5 -108.5t94.5 -268.5q0 -197 -129 -338t-314 -141q-162 0 -257 112.5t-95 274.5zM391 1126q0 -49 18.5 -82.5t55.5 -33.5q57 0 85 54t28 114q0 49 -21.5 82.5t-60.5 33.5q-53 0 -79 -55.5t-26 -112.5zM487 104q0 51 21 84 l629 1272q55 113 166 113q59 0 96 -38t37 -95q-4 -55 -29 -101l-645 -1282q-10 -29 -52 -57.5t-98 -28.5q-53 0 -89 37t-36 96zM1053 377q0 201 129 340t315 139q162 0 254 -108.5t92 -268.5q0 -195 -123 -337t-311 -142q-168 0 -262 106.5t-94 270.5zM1358 399 q0 -49 20.5 -81.5t59.5 -32.5q55 0 80.5 54t25.5 110q0 49 -19.5 83.5t-56.5 34.5q-45 0 -74.5 -46t-35.5 -122z" />
-<glyph unicode="&#x26;" horiz-adv-x="1556" d="M6 408q0 303 328 542q-63 102 -64 209q0 176 123 299t291 123q131 0 222 -82t91 -235q0 -193 -190 -371l176 -227l51 75q78 115 180 115q63 0 101.5 -37t38.5 -96q-6 -76 -58 -152l-125 -159l107 -140q29 -35 29 -84q-8 -82 -59.5 -135t-117.5 -53q-70 0 -102 33l-96 114 q-190 -186 -428 -186q-233 0 -365.5 124t-132.5 323zM326 453q0 -78 62.5 -129.5t148.5 -51.5q119 0 225 115l-254 318q-172 -129 -182 -252zM573 1214q0 -70 45 -137q82 82 89 160q0 31 -16.5 47t-41.5 16q-37 0 -56.5 -25.5t-19.5 -60.5z" />
-<glyph unicode="'" horiz-adv-x="522" d="M37 1112q4 41 14 68l144 280q63 125 180 125q61 0 104 -43t43 -106q0 -53 -24 -93l-144 -268q-59 -102 -168 -102q-61 0 -105 40t-44 99z" />
-<glyph unicode="(" horiz-adv-x="591" d="M-6 569q0 557 373 942q66 49 125 50q57 0 95 -41t38 -109q-6 -61 -56 -111q-266 -283 -266 -698q0 -307 150 -485q25 -39 24 -107q-6 -66 -53 -106.5t-111 -40.5q-72 0 -114 51q-205 229 -205 655z" />
-<glyph unicode=")" horiz-adv-x="591" d="M-78 10q8 57 45 107q133 123 206 311t73 395q0 283 -142 477q-35 47 -34 111q6 61 57 105.5t113 44.5q57 0 100 -41q219 -266 219 -650q0 -266 -94 -525t-283 -431q-53 -51 -125 -51q-59 0 -97 38.5t-38 108.5z" />
-<glyph unicode="*" d="M305 963q0 66 72 133l47 24l-45 33q-43 41 -43 98q6 68 53 114t109 46q10 0 29.5 -4t21.5 -4l49 -33v10q0 66 45 119t115 53q47 0 86 -36.5t39 -120.5v-25l22 14q37 25 86 25t88 -39t39 -92q-6 -86 -86 -143l-31 -15l19 -8q70 -41 70 -119q-6 -66 -53.5 -111.5 t-106.5 -45.5q-25 0 -99 32l-2 -22q-8 -72 -55 -113t-106 -41q-55 0 -93 36t-40 101l4 41q-72 -37 -103 -36q-53 0 -92 37t-39 92z" />
-<glyph unicode="+" d="M63 592q8 78 60.5 122t130.5 44h242l26 239q8 78 57.5 124t125.5 46q66 0 107.5 -43t41.5 -106q0 -2 -2 -23q-10 -88 -27 -237h242q78 0 122 -40t44 -106q0 -88 -57.5 -139t-143.5 -51h-241l-27 -254q-8 -70 -58.5 -119t-119.5 -49q-74 0 -114 39t-40 106q0 4 2 25 q10 94 27 252h-242q-88 0 -122 42t-34 128z" />
-<glyph unicode="," horiz-adv-x="520" d="M-90 -104q2 33 16 65v2l2 4l154 297q61 115 172 115q59 0 100 -41t41 -98q-2 -23 -18 -74l-170 -318q-59 -98 -154 -98q-59 0 -101 43.5t-42 102.5z" />
-<glyph unicode="-" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
-<glyph unicode="." horiz-adv-x="501" d="M-4 164q8 88 65.5 144.5t135.5 56.5q74 0 119.5 -47.5t45.5 -116.5q-8 -90 -65 -145.5t-137 -55.5q-70 0 -117 47t-47 117z" />
-<glyph unicode="/" d="M207 104q0 51 20 84l625 1272q61 113 170 113q59 0 95 -39t36 -94q-6 -61 -27 -101l-645 -1282q-10 -29 -52 -57.5t-97 -28.5q-53 0 -89 37t-36 96z" />
-<glyph unicode="0" horiz-adv-x="1191" d="M-20 635q0 156 37.5 313.5t111.5 301t200 235.5t283 96h9q125 0 216 -57.5t141 -155.5t73.5 -208.5t23.5 -235.5q0 -150 -38 -308.5t-110.5 -304t-198.5 -240t-282 -94.5q-129 0 -223 57.5t-145 155t-74.5 208t-23.5 237.5zM315 664q0 -150 40 -256.5t126 -106.5 q68 0 121 67.5t82 167t43 193.5t14 164q0 150 -37.5 255t-119.5 105q-70 0 -125.5 -66.5t-85 -164.5t-44 -191t-14.5 -167z" />
-<glyph unicode="1" horiz-adv-x="827" d="M-14 1272q0 66 44 115t109 67l310 82q61 -4 101 -43t40 -96q0 -29 -125 -1227q-8 -74 -57.5 -122t-122.5 -48q-70 0 -111 41t-41 106q0 -6 107 1016q-68 -25 -113 -24q-59 0 -100 37t-41 96z" />
-<glyph unicode="2" horiz-adv-x="1198" d="M2 131q0 80 59 148l568 673q70 86 80 176q0 57 -38 90t-93 33q-59 0 -106.5 -40t-55.5 -111q-8 -63 -57.5 -121.5t-122.5 -58.5q-72 0 -111 52t-39 118q23 219 180.5 352t349.5 133q172 0 300 -108.5t128 -278.5q0 -221 -194 -449l-361 -420h330q141 0 142 -129 q0 -84 -47.5 -135t-129.5 -55h-606q-176 0 -176 131z" />
-<glyph unicode="3" horiz-adv-x="1167" d="M-10 334q0 78 49 135t123 57q45 0 86 -27.5t55 -74.5q39 -119 141 -119q70 0 126.5 45t64.5 123q0 74 -27.5 131.5t-89.5 67.5h-67q-82 0 -121 26.5t-39 87.5q0 160 192 160q39 0 60 4q41 12 71.5 67.5t34.5 108.5q0 135 -114 136q-117 0 -144 -103q-6 -33 -40 -71.5 t-99 -38.5q-156 0 -156 122q0 172 153.5 291t328.5 119q182 0 292.5 -114.5t110.5 -272.5q0 -113 -60.5 -207t-156.5 -153q199 -115 199 -338q0 -217 -170 -368t-381 -151q-127 0 -226.5 57.5t-152.5 145.5q-43 70 -43 154z" />
-<glyph unicode="4" horiz-adv-x="1230" d="M-49 498q0 78 59 147l551 760q94 131 230 131q84 0 136 -52t52 -143q0 -20 -70 -677q137 0 138 -129q0 -86 -46.5 -137.5t-123.5 -51.5l-17 -170q-18 -176 -182 -176q-70 0 -108 37t-38 108q0 20 19 199h-430q-82 0 -126 44t-44 110zM395 664h191l32 329z" />
-<glyph unicode="5" horiz-adv-x="1218" d="M-20 285q8 82 56 127t109 45q80 0 121 -70q27 -39 81 -64.5t110 -25.5q88 0 151.5 64.5t73.5 150.5q0 96 -46 156.5t-138 60.5q-35 0 -95.5 -15.5t-91.5 -15.5q-150 0 -149 131q0 16 1 27.5t5 27t15.5 52.5t26.5 85t44 145.5t61 215.5q20 70 74.5 110t132.5 40h430 q68 0 106 -42t38 -106q0 -82 -49.5 -132t-128.5 -50h-340q-6 -27 -41 -158q238 0 359.5 -130t121.5 -324q0 -252 -179.5 -432.5t-424.5 -180.5q-180 0 -307 99.5t-127 208.5z" />
-<glyph unicode="6" horiz-adv-x="1179" d="M-2 477q0 502 592 1010q68 49 127 49q68 0 109.5 -38t41.5 -105v-21q-6 -61 -61 -110q-6 -6 -60.5 -49.5t-74 -60.5t-59.5 -55t-66.5 -73t-46.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-402 -183.5q-217 0 -331.5 142.5t-114.5 357.5zM322 496 q0 -82 42 -140.5t115 -60.5q86 8 144.5 75.5t68.5 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145 -73.5t-53 -165.5z" />
-<glyph unicode="7" horiz-adv-x="1134" d="M23 1339q0 94 53 144.5t141 50.5h645q66 0 112 -43t46 -111q0 -41 -29 -106l-604 -1145q-68 -129 -184 -129q-72 0 -106 40t-34 99q0 53 29 107l510 956h-420q-159 0 -159 137z" />
-<glyph unicode="8" horiz-adv-x="1185" d="M-6 422q0 131 68.5 245.5t181.5 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t341.5 136q176 0 286 -104.5t110 -272.5q0 -106 -53.5 -196.5t-137.5 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -328.5 124t-123.5 321zM334 463 q0 -70 40 -114t107 -44q78 0 129.5 64.5t51.5 140.5q0 72 -40 119t-102 47q-82 0 -134 -66.5t-52 -146.5zM444 1112q0 -51 27 -85t76 -34q47 0 83 43t42 99q0 59 -27 88.5t-67 29.5q-59 0 -96.5 -42t-37.5 -99z" />
-<glyph unicode="9" horiz-adv-x="1167" d="M-18 979q0 250 173 425t410 175q213 0 333 -140.5t120 -365.5q0 -309 -177 -584.5t-448 -482.5q-53 -39 -117 -39q-61 0 -101 39t-40 96q10 98 84 154q229 172 348 326q-102 -35 -194 -35q-184 0 -287.5 129t-103.5 303zM307 991q0 -90 48 -141t120 -51q102 0 163.5 77.5 t61.5 178.5q0 84 -45 142t-133 58q-98 0 -156.5 -84t-58.5 -180z" />
-<glyph unicode=":" horiz-adv-x="423" d="M-66 164q8 88 65.5 144.5t135.5 56.5q74 0 120 -47.5t46 -116.5q-8 -90 -65.5 -145.5t-137.5 -55.5q-70 0 -117 47t-47 117zM0 797q0 80 59.5 142t143.5 62q72 0 119 -45t47 -114q0 -80 -60.5 -141.5t-144.5 -61.5q-70 0 -117 45t-47 113z" />
-<glyph unicode=";" horiz-adv-x="520" d="M-90 -104q0 -59 42 -102.5t101 -43.5q94 0 154 98l170 318q16 51 18 74q0 57 -41 98t-100 41q-111 0 -172 -115l-154 -297l-2 -2v-4q-14 -32 -16 -65zM100 797q0 80 59.5 142t143.5 62q72 0 118 -45t46 -114q0 -80 -59.5 -141.5t-143.5 -61.5q-70 0 -117 45t-47 113z" />
-<glyph unicode="&#x3c;" horiz-adv-x="1333" d="M53 586q10 123 133 178l875 387h2q2 2 4 2q57 20 94 21q59 0 95 -38t36 -96q-10 -121 -127 -174l-653 -260l586 -278q104 -47 104 -140q0 -76 -51 -131t-123 -55q-53 0 -110 29l-766 403q-99 54 -99 152z" />
-<glyph unicode="=" horiz-adv-x="1349" d="M35 297q0 84 48 135t128 51h858q141 0 141 -129q0 -86 -45 -137t-129 -51h-858q-143 0 -143 131zM86 776q0 86 48 136.5t128 50.5h858q141 0 142 -132q0 -84 -47.5 -134t-127.5 -50h-858q-143 0 -143 129z" />
-<glyph unicode="&#x3e;" horiz-adv-x="1333" d="M12 135q10 117 140 178q117 53 320.5 137.5t332.5 143.5l-612 272q-96 49 -97 135q0 72 48.5 122.5t117.5 50.5q31 0 98 -23l789 -387q100 -51 100 -141q0 -59 -37.5 -109.5t-95.5 -79.5l-854 -403q-63 -29 -112 -29q-66 0 -102 37t-36 96z" />
-<glyph unicode="?" horiz-adv-x="1003" d="M68 1124q0 168 138 290t316 122q158 0 264.5 -95t106.5 -267q0 -72 -26.5 -148t-60.5 -133t-101.5 -133t-108.5 -117t-121 -117q-63 -49 -121 -49q-66 0 -103.5 38t-37.5 99q0 70 80 154q137 125 202.5 203t71.5 147v12q0 43 -24.5 65t-61.5 22q-35 0 -63.5 -25 t-32.5 -59q-16 -74 -65.5 -116t-110.5 -42q-57 0 -99 38.5t-42 110.5zM143 164q8 88 65.5 144.5t135.5 56.5q70 0 116 -47.5t46 -116.5q-8 -88 -64.5 -144.5t-134.5 -56.5q-72 0 -118 47t-46 117z" />
-<glyph unicode="@" horiz-adv-x="1705" d="M104 641q0 393 237 664.5t611 271.5q285 0 463 -153.5t178 -426.5q0 -90 -22.5 -194.5t-63.5 -205.5t-114.5 -168t-163.5 -67q-111 0 -193 117q-115 -115 -250 -114q-150 0 -227.5 97t-77.5 240q0 188 114 337t292 149q109 0 190 -90q18 88 76 88q61 0 61 -68 q0 -88 -23.5 -255t-23.5 -247q0 -117 70 -116q59 0 105.5 55t69 135t33.5 151.5t11 123.5q0 221 -138 350t-362 129q-213 0 -377.5 -118t-245.5 -294t-81 -373q0 -250 151.5 -400t387.5 -150q340 0 516 176q43 41 79 41q51 0 52 -45q-4 -51 -33 -80q-227 -227 -598 -228 q-291 0 -497 183.5t-206 484.5zM629 721q0 -92 47 -153.5t141 -61.5q123 0 197 104l37 357q-68 82 -154 82q-123 0 -195.5 -103.5t-72.5 -224.5z" />
-<glyph unicode="A" horiz-adv-x="1392" d="M-43 137q0 39 20 92l560 1217q68 145 213 145q147 0 184 -145q322 -1239 321 -1282q-8 -74 -54 -119t-122 -45q-119 0 -147 104l-53 185h-523q-61 -133 -71 -154q-59 -135 -187 -135q-72 0 -106.5 39t-34.5 98zM500 621h291q-18 80 -46 188.5t-55 216.5z" />
-<glyph unicode="B" horiz-adv-x="1239" d="M-49 158q0 18 131 1249q18 184 190 184h373q74 0 150.5 -21.5t147.5 -64.5t115 -119.5t44 -175.5q0 -100 -70.5 -205.5t-154.5 -117.5q113 -16 188.5 -129t75.5 -238q0 -215 -170 -367.5t-379 -152.5h-453q-96 0 -135 31q-53 39 -53 127zM297 328h309q90 0 147.5 51 t63.5 123q0 90 -58.5 147.5t-176.5 57.5h-244zM365 963h239q78 0 124 42t52 101q0 70 -41 114t-121 44h-223z" />
-<glyph unicode="C" horiz-adv-x="1458" d="M18 692q0 248 104.5 464t301.5 351t440 135q270 0 449 -178q49 -51 49 -123q-8 -88 -59.5 -137t-120.5 -49q-78 0 -121 49q-84 96 -240 96q-143 0 -250.5 -90t-155.5 -214t-48 -253q0 -176 91 -294.5t263 -118.5q160 0 256 88q55 49 117 49q76 0 112.5 -40t36.5 -103 q0 -100 -78 -164q-223 -182 -487 -183q-319 0 -489.5 207t-170.5 508z" />
-<glyph unicode="D" horiz-adv-x="1351" d="M-45 123q0 31 133 1284q18 184 223 184h375q188 0 323.5 -100t197 -254t61.5 -340q0 -227 -99.5 -432t-283 -335t-404.5 -130h-366q-90 0 -125 23.5t-35 99.5zM303 328h203q133 8 232.5 94t144.5 201.5t45 240.5q0 172 -76 286t-221 114h-230z" />
-<glyph unicode="E" horiz-adv-x="1013" d="M-35 111q0 23 133 1302q18 178 191 178h577q150 0 150 -131q0 -92 -50.5 -144t-134.5 -52h-421l-29 -277h330q150 0 149 -137q0 -88 -50 -139.5t-134 -51.5h-330l-35 -331h437q162 0 161 -135q0 -92 -54 -142.5t-140 -50.5h-592q-92 0 -125 22.5t-33 88.5z" />
-<glyph unicode="F" horiz-adv-x="909" d="M-59 127q0 4 8 82q45 422 127 1198q18 184 190 184h559q152 0 152 -131q0 -92 -51.5 -144t-134.5 -52h-402l-33 -312h283q147 0 147 -133q0 -92 -49 -144t-133 -52h-282l-50 -473q-16 -150 -180 -150q-151 0 -151 127z" />
-<glyph unicode="G" horiz-adv-x="1478" d="M20 670q0 250 99.5 472t294 365.5t442.5 143.5q184 0 341 -90.5t157 -219.5q0 -74 -47 -128t-117 -54q-68 0 -119 53q-98 98 -256 99q-111 0 -201 -58.5t-141 -149.5t-78.5 -192.5t-27.5 -197.5q0 -170 85 -285t244 -115q139 0 229.5 80t121.5 228h-297q-162 0 -162 135 q0 92 57 143t146 51h411q109 0 151 -50t42 -138q0 -334 -208 -559.5t-534 -225.5q-309 0 -471 199t-162 494z" />
-<glyph unicode="H" horiz-adv-x="1390" d="M-43 131q0 23 135 1299q18 166 176 165q152 0 152 -133q0 -23 -51 -489h594l49 457q18 166 180 165q152 0 151 -135q0 -20 -135 -1296q-18 -164 -182 -164q-150 0 -149 133q0 20 53 510h-594l-51 -479q-18 -164 -181 -164q-147 0 -147 131z" />
-<glyph unicode="I" horiz-adv-x="417" d="M-76 135q0 20 135 1295q18 166 181 165q152 0 151 -135q0 -20 -135 -1294q-18 -166 -182 -166q-150 0 -150 135z" />
-<glyph unicode="J" horiz-adv-x="925" d="M-55 197q0 84 48 136t130 52q45 0 127 -59q39 -29 84 -29q76 0 86 80l110 1053q18 166 181 165q154 0 153 -135q0 -20 -112 -1083q-20 -184 -145.5 -293t-309.5 -109q-188 0 -307 119q-45 42 -45 103z" />
-<glyph unicode="K" horiz-adv-x="1210" d="M-49 131q0 -2 139 1313q14 152 176 151q154 0 154 -127q0 -4 -4 -45q-18 -166 -45 -426l555 547q41 47 116 47q61 0 107.5 -47t46.5 -106q-6 -88 -57 -131l-396 -385l328 -650q31 -37 31 -108q-8 -72 -73.5 -119t-110.5 -47q-47 0 -75 17.5t-61 58.5l-305 600l-158 -152 l-38 -366q-16 -156 -177 -156q-153 0 -153 131z" />
-<glyph unicode="L" horiz-adv-x="1040" d="M-49 164q0 25 131 1266q18 166 178 165q152 0 152 -133q0 -23 -119 -1134h514q152 0 151 -135q0 -90 -49 -141.5t-135 -51.5h-653q-170 0 -170 164z" />
-<glyph unicode="M" horiz-adv-x="1888" d="M-29 133q0 33 9 74l311 1171q59 221 237 221q78 0 132.5 -51t72.5 -143l144 -733l303 735q78 188 245 188q178 0 189 -219l51 -1196q-2 -82 -54 -130t-124 -48q-78 0 -115 38t-41 120l-26 776q-76 -145 -182.5 -431t-137.5 -358q-61 -147 -182 -147q-131 0 -156 147 l-133 793l-213 -778q-43 -160 -184 -160q-146 0 -146 131z" />
-<glyph unicode="N" horiz-adv-x="1372" d="M-45 135q0 20 133 1282q18 178 180 178q109 0 170 -108l475 -838l82 778q18 166 179 166q152 0 151 -137q0 -4 -14 -141q-49 -467 -119 -1137q-18 -178 -182 -178q-109 0 -164 96l-481 836l-80 -764q-18 -168 -181 -168q-149 0 -149 135z" />
-<glyph unicode="O" horiz-adv-x="1542" d="M25 698q0 236 94 448t278.5 352t417.5 140q156 0 277.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -238 -96.5 -450t-283 -350t-419.5 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM362 733q0 -182 81 -304t235 -122q106 0 191 57.5t133.5 146.5t74 185.5t25.5 188.5 q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-72 -184.5t-25 -187.5z" />
-<glyph unicode="P" horiz-adv-x="1263" d="M-51 133q0 20 135 1290q18 170 188 170h428q219 0 353.5 -126t134.5 -332q0 -244 -173 -413t-411 -171h-285l-40 -385q-18 -166 -181 -166q-149 0 -149 133zM354 879h277q100 6 160.5 66.5t60.5 154.5q0 78 -55.5 122t-157.5 44h-246z" />
-<glyph unicode="Q" horiz-adv-x="1564" d="M25 700q0 233 95 446.5t280.5 352.5t416.5 139q154 0 275.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -303 -154 -562l76 -79q37 -43 37 -115q-6 -68 -54.5 -115t-123.5 -47q-63 0 -105 45l-59 72q-193 -137 -414 -137q-299 0 -458.5 207.5t-159.5 510.5zM365 735 q0 -182 80.5 -305t234.5 -123q98 0 174 41l-117 129q-41 45 -41 109q8 84 56.5 133t109.5 49q47 0 86 -33q23 -20 68 -75.5t49 -59.5q39 125 39 285q0 180 -81 301t-239 121q-104 0 -188 -56.5t-133 -144.5t-73.5 -184.5t-24.5 -186.5z" />
-<glyph unicode="R" horiz-adv-x="1269" d="M-51 145q0 23 133 1278q18 170 219 170h408q225 0 356 -127t131 -303q0 -137 -81 -245.5t-204 -167.5l150 -488q16 -57 16 -88q0 -76 -49 -126t-125 -50q-102 0 -139 90l-197 586h-237l-51 -494q-18 -180 -181 -180q-149 0 -149 145zM365 999h297q76 0 137 38t69 102 q0 66 -53 96.5t-127 30.5h-297z" />
-<glyph unicode="S" horiz-adv-x="1114" d="M-43 229q8 94 51 136.5t125 42.5q61 0 119 -35q84 -57 186 -58q90 0 155.5 46.5t74.5 130.5q0 55 -43 96t-156 96q-72 35 -116 58.5t-105.5 66.5t-96 85t-60 103.5t-25.5 130.5q0 217 154.5 363.5t379.5 146.5q199 0 342 -118q78 -61 78 -140q0 -74 -55.5 -133 t-126.5 -59q-66 0 -123 51q-72 59 -154 59q-137 0 -149 -116q0 -31 11 -54.5t38.5 -43t48 -31t66 -33t67.5 -31.5q190 -98 282.5 -191t92.5 -243q0 -254 -185.5 -417t-431.5 -163q-207 0 -366 113q-78 53 -78 141z" />
-<glyph unicode="T" horiz-adv-x="1077" d="M80 1399q0 90 52 142t136 52h703q152 0 151 -135q0 -90 -52 -141t-134 -51h-188l-115 -1092q-18 -174 -176 -174q-154 0 -154 141q0 20 117 1125h-187q-153 0 -153 133z" />
-<glyph unicode="U" horiz-adv-x="1402" d="M2 518q0 55 88 899q18 176 191 176q154 0 153 -141q0 -23 -82 -803q-4 -53 -4 -61q0 -266 270 -266q131 0 212 73.5t100 253.5l80 768q18 176 190 176q156 0 156 -143q0 -20 -84 -815q-37 -344 -231.5 -501t-477.5 -157q-256 0 -408.5 129t-152.5 412z" />
-<glyph unicode="V" horiz-adv-x="1353" d="M92 1434q18 164 180 163q123 0 152 -120l209 -904q70 152 201 460t190 442q55 121 168 120q61 0 111.5 -49t50.5 -110q-6 -45 -23 -72l-543 -1184q-82 -180 -217 -180q-127 0 -168 164l-307 1204q-4 33 -4 66z" />
-<glyph unicode="W" horiz-adv-x="1882" d="M106 1430q8 76 61.5 120.5t121 44.5t107.5 -38.5t46 -110.5l62 -793q49 127 137 404.5t133 396.5q57 141 207 141q152 0 174 -141l119 -788l201 778q41 156 186 155q66 0 108.5 -41.5t42.5 -109.5q0 -39 -8 -55l-352 -1221q-20 -76 -84.5 -124t-142.5 -48q-70 0 -123 39 t-66 119l-131 764l-262 -736q-33 -92 -99.5 -141t-135.5 -49q-74 0 -129.5 52t-63.5 134z" />
-<glyph unicode="X" horiz-adv-x="1359" d="M-45 121q0 4 1 13t1 13q6 59 47 117l451 600l-285 467q-25 41 -25 82q0 4 1 10.5t1 10.5q8 70 60.5 114.5t118.5 44.5q88 0 133 -71l223 -365l268 356q57 80 148 80q59 0 102 -42t43 -103q-6 -70 -41 -115l-350 -446l340 -621q29 -53 29 -102v-19q-14 -147 -164 -147 q-86 0 -142 82l-292 504l-371 -500q-61 -86 -164 -86q-133 0 -133 123z" />
-<glyph unicode="Y" horiz-adv-x="1157" d="M82 1415q0 80 49 130t127 50q100 0 131 -88l193 -559q45 66 149.5 280t151.5 279q63 88 157 88q143 0 144 -125q0 -66 -35 -120l-440 -705l-50 -469q-18 -176 -184 -176q-150 0 -149 139q0 25 51 510q-47 104 -138.5 347t-136.5 341q-20 41 -20 78z" />
-<glyph unicode="Z" horiz-adv-x="1224" d="M-47 141q0 20 2 33q10 74 49 125l741 967h-483q-150 0 -149 131q0 20 2 30q18 166 182 166h762q90 0 133 -35.5t43 -97.5q0 -4 -1 -11t-1 -11q-6 -66 -68 -146l-743 -964h551q154 0 153 -135q0 -4 -1 -12.5t-1 -12.5q-18 -168 -184 -168h-842q-145 0 -145 141z" />
-<glyph unicode="[" horiz-adv-x="516" d="M-76 33q0 23 139 1349q20 180 187 181h133q137 0 137 -129q0 -76 -41 -123t-112 -49l-113 -1078q123 -6 123 -121q0 -80 -47 -129t-123 -49h-133q-150 1 -150 148z" />
-<glyph unicode="\" horiz-adv-x="954" d="M86 1411q8 70 58.5 110t117.5 40q66 0 92.5 -30t46.5 -99q369 -1266 369 -1289v-8q-6 -61 -53 -104t-113 -43q-117 0 -149 116l-363 1246q-6 24 -6 61z" />
-<glyph unicode="]" horiz-adv-x="516" d="M-78 12q0 78 40 125t110 47l112 1063q-121 4 -121 121q0 84 45.5 132t122.5 48h136q150 0 149 -143q0 -23 -139 -1337q-18 -182 -184 -183h-136q-135 0 -135 127z" />
-<glyph unicode="^" d="M76 621q6 72 39 116l481 721q61 90 166 90q102 0 145 -94l316 -719q16 -43 16 -76q0 -78 -50 -126t-126 -48q-57 0 -91 29t-61 92l-202 473l-312 -475q-43 -68 -77.5 -93.5t-98.5 -25.5q-61 0 -103 35t-42 101z" />
-<glyph unicode="_" horiz-adv-x="1257" d="M-96 -190q0 82 48 130t128 48h909q147 0 148 -127q0 -82 -49.5 -128t-131.5 -46h-909q-143 0 -143 123z" />
-<glyph unicode="`" horiz-adv-x="522" d="M31 1077q0 45 24 90l152 283q55 104 164 104q70 0 110.5 -35.5t40.5 -101.5q0 -35 -22 -80l-148 -274q-66 -119 -164 -119q-70 0 -113.5 37t-43.5 96z" />
-<glyph unicode="a" horiz-adv-x="1310" d="M4 496q0 117 32 238.5t92 229t159.5 176t222.5 68.5q80 0 153.5 -40t110.5 -115q23 154 178 153q143 0 144 -137q0 2 -80 -747q0 -31 33 -31q158 0 157 -131q0 -82 -53 -129t-135 -47q-258 0 -307 186q-70 -88 -160 -140.5t-174 -52.5q-154 0 -263.5 145t-109.5 374z M326 528q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
-<glyph unicode="b" horiz-adv-x="1173" d="M-39 113q0 20 145 1400q18 162 173 162q145 0 145 -131q0 -20 -51 -504q135 166 323 166q147 0 254 -133t107 -368q0 -154 -65.5 -319t-193.5 -285.5t-282 -120.5q-86 0 -160.5 50t-103.5 142l-6 -66q-6 -59 -54.5 -91.5t-91.5 -32.5q-139 0 -139 131zM330 545 q0 -109 46 -182.5t136 -73.5q59 0 104.5 39t69 99t34.5 119.5t11 110.5q0 106 -37 181t-116 75q-84 0 -143.5 -66.5t-82 -146t-22.5 -155.5z" />
-<glyph unicode="c" horiz-adv-x="1054" d="M2 524q0 272 187.5 475t451.5 203q152 0 250 -47q100 -49 100 -137q-8 -78 -52 -120t-114 -42q-29 0 -101.5 17.5t-113.5 17.5q-129 0 -207.5 -105.5t-78.5 -232.5q0 -111 65.5 -185.5t163.5 -74.5q88 0 158 45q35 23 75 22q51 0 91.5 -38.5t40.5 -94.5q-8 -98 -101 -155 q-137 -90 -299 -90q-225 0 -370.5 153t-145.5 389z" />
-<glyph unicode="d" horiz-adv-x="1290" d="M4 496q0 158 57.5 317.5t177 277t271.5 117.5q80 0 154.5 -40t111.5 -115l47 460q18 164 181 164q141 0 141 -133q0 -20 -127 -1218q0 -35 33 -35q158 0 157 -131q0 -82 -53 -129t-135 -47q-258 0 -307 186q-70 -90 -161 -141.5t-175 -51.5q-154 0 -263.5 145t-109.5 374 zM326 528q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
-<glyph unicode="e" horiz-adv-x="1179" d="M6 516q0 176 73 338t214 268.5t315 106.5q219 0 338 -126t119 -337q0 -55 -4 -84q-4 -47 -20.5 -77t-35 -46t-58.5 -24.5t-67.5 -9.5t-88.5 -1h-469q0 -4 -1.5 -13t-1.5 -13q0 -109 83 -165.5t165 -56.5q84 0 190.5 63.5t153.5 63.5q102 0 103 -135q-6 -57 -45 -94 q-178 -197 -463 -197q-238 0 -369 151.5t-131 387.5zM360 737h379q2 10 2 29q0 80 -47 123t-114 43q-78 0 -144 -52.5t-76 -142.5z" />
-<glyph unicode="f" horiz-adv-x="886" d="M-190 -297q0 63 42 108.5t103 45.5q49 0 90 38.5t45 88.5l94 909q-76 2 -112.5 26.5t-36.5 86.5q0 82 50 123.5t132 41.5l14 140q16 160 148.5 254t284.5 94q158 0 157 -133q0 -66 -42 -110t-105 -44q-49 0 -87 -38t-42 -89l-6 -74q2 0 6 1.5t8 1.5q80 0 118 -26t38 -89 q0 -86 -51.5 -127t-135.5 -41h-24l-103 -973q-25 -160 -152.5 -254t-277.5 -94q-155 0 -155 133z" />
-<glyph unicode="g" horiz-adv-x="1218" d="M-14 -268q8 76 55 127t121 51q35 0 108 -39q78 -45 170 -45q129 0 186.5 91t75.5 269q-125 -188 -323 -188q-156 0 -265.5 137t-109.5 363q0 156 57.5 315.5t177 277t271.5 117.5q80 0 154.5 -40t111.5 -115l-2 -11q16 164 178 164q143 0 144 -137q0 4 -95 -911 q-33 -309 -209 -484.5t-407 -175.5q-178 0 -336 107q-63 43 -63 127zM326 528q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
-<glyph unicode="h" horiz-adv-x="1101" d="M-41 127q0 20 141 1366q18 164 172 164q143 0 144 -131q0 -20 -49 -482q143 147 301 148q125 0 216 -84t91 -256q0 -23 -70 -694q-16 -158 -176 -158q-143 0 -143 129q0 18 2 29q61 602 61 598q0 74 -40 114.5t-95 40.5q-66 0 -119 -48t-61 -134l-60 -571 q-16 -158 -176 -158q-139 0 -139 127z" />
-<glyph unicode="i" horiz-adv-x="645" d="M-6 256q0 31 78 762q14 158 174 158q147 0 147 -132q0 -4 -6 -61q-25 -240 -65 -629v-14q0 -49 32 -49q158 0 158 -131q0 -82 -53 -129t-135 -47q-166 0 -248 71.5t-82 200.5zM90 1462q8 88 66.5 144.5t136.5 56.5q72 0 119 -45t47 -115q0 -80 -60.5 -142.5t-144.5 -62.5 q-70 0 -117 47t-47 117z" />
-<glyph unicode="j" horiz-adv-x="495" d="M-346 -297q0 -133 158 -133q147 0 276 94t154 254q121 1122 120 1143q0 127 -143 127q-147 0 -182 -158l-109 -1046q-4 -51 -41 -89t-86 -38q-63 0 -105 -44t-42 -110zM70 1462q8 90 66.5 145.5t136 55.5t120.5 -52t43 -130q-8 -76 -66.5 -129.5t-136.5 -53.5 q-72 0 -117.5 47t-45.5 117z" />
-<glyph unicode="k" horiz-adv-x="1087" d="M-43 127q0 20 141 1368q18 160 172 160q143 0 144 -129q0 -41 -72 -713l432 332q53 39 111 39q59 0 102 -45t43 -105q-4 -49 -21.5 -76.5t-56.5 -54.5l-231 -182q14 -35 65.5 -145.5t78 -172t52 -142.5t25.5 -126q-8 -68 -49 -104.5t-98 -36.5q-96 0 -146 84l-190 471 q-10 -6 -81 -63.5t-79 -65.5l-27 -262q-16 -158 -174 -158q-141 0 -141 127z" />
-<glyph unicode="l" horiz-adv-x="561" d="M-55 272q0 82 17.5 228.5t50 424t57.5 572.5q16 162 176 162q143 0 143 -131q0 -20 -121 -1180q0 -57 33 -57q158 0 158 -131q0 -82 -53.5 -129t-135.5 -47q-172 0 -248.5 73.5t-76.5 214.5z" />
-<glyph unicode="m" horiz-adv-x="1744" d="M-41 127q0 20 92 895q6 70 51 117t119 47q72 0 109 -39t37 -90v-13q143 147 301 148q90 0 173 -44t113 -130q55 78 149.5 124t192.5 46q131 0 219.5 -84t88.5 -252q0 -23 -70 -694q-16 -158 -176 -158q-143 0 -144 129q0 18 3 29q61 602 61 598q0 74 -40 114.5t-95 40.5 q-59 0 -108.5 -38.5t-65.5 -108.5l-64 -606q-16 -158 -176 -158q-143 0 -143 129q0 18 2 29q61 602 61 598q0 74 -40 114.5t-95 40.5q-66 0 -119 -48t-61 -134l-60 -571q-16 -158 -176 -158q-139 0 -139 127z" />
-<glyph unicode="n" horiz-adv-x="1069" d="M-41 127q0 20 92 895q6 70 51 117t119 47q72 0 109 -39t37 -90v-13q143 147 301 148q125 0 216 -84t91 -256q0 -23 -70 -694q-16 -158 -176 -158q-143 0 -143 129q0 18 2 29q61 602 61 598q0 74 -40 114.5t-95 40.5q-66 0 -119 -48t-61 -134l-60 -571q-16 -158 -176 -158 q-139 0 -139 127z" />
-<glyph unicode="o" horiz-adv-x="1204" d="M8 516q0 283 170 496t430 213q225 0 348 -160t123 -389q0 -283 -163.5 -488.5t-436.5 -205.5q-227 0 -349 153.5t-122 380.5zM334 559q0 -117 43 -204t131 -87q82 0 141.5 65.5t82 144.5t22.5 155q0 119 -44 210t-132 91q-82 0 -140.5 -69.5t-81 -150.5t-22.5 -155z" />
-<glyph unicode="p" horiz-adv-x="1173" d="M-82 -283q0 -2 139 1325q16 162 172 162q145 0 146 -133q0 -4 -1 -13t-1 -16q135 164 323 164q147 0 254 -133t107 -368q0 -154 -65.5 -319t-193.5 -285.5t-282 -120.5q-84 0 -159.5 46t-106.5 124l-47 -443q-6 -59 -54.5 -92t-91.5 -33q-139 0 -139 135zM330 545 q0 -109 46 -182.5t136 -73.5q59 0 104.5 39t69 99t34.5 119.5t11 110.5q0 106 -37 181t-116 75q-84 0 -143.5 -66.5t-82 -146t-22.5 -155.5z" />
-<glyph unicode="q" horiz-adv-x="1185" d="M4 496q0 158 57.5 317.5t177 277t271.5 117.5q80 0 154.5 -40t111.5 -115l-2 -11q16 164 178 164q143 0 144 -137q0 -4 -11 -108q-49 -463 -129 -1225q-16 -152 -174 -152q-129 0 -129 119q0 16 45 442q-127 -168 -321 -168q-154 0 -263.5 145t-109.5 374zM326 528 q0 -106 42 -175.5t121.5 -69.5t139 66.5t83 147.5t23.5 154q0 119 -51 189.5t-123 70.5q-78 0 -134 -71.5t-78.5 -155.5t-22.5 -156z" />
-<glyph unicode="r" horiz-adv-x="835" d="M-51 127q0 20 92 897q18 164 174 164q51 0 85 -31t34 -94v-10q31 51 118 101t150 50q106 0 157.5 -44t51.5 -109q0 -74 -54.5 -127.5t-125.5 -53.5q-25 0 -65 6.5t-56 6.5q-61 0 -118.5 -44t-65.5 -110l-60 -571q-16 -158 -174 -158q-143 0 -143 127z" />
-<glyph unicode="s" horiz-adv-x="1019" d="M-20 215q6 76 53 114t108 38q57 0 152.5 -56.5t179.5 -56.5q100 0 109 74q-8 33 -65.5 69.5t-131.5 76.5t-147.5 87t-124 120t-50.5 157q18 180 160 282.5t332 102.5q182 0 319 -76q70 -41 70 -119q-6 -63 -47 -103t-109 -40q-51 0 -145 30.5t-158 30.5q-94 0 -102 -74 q0 -37 55.5 -75.5t133 -76.5t155.5 -83t133 -115.5t55 -156.5q0 -188 -154.5 -285.5t-350.5 -97.5q-199 0 -379 120q-51 35 -51 113z" />
-<glyph unicode="t" horiz-adv-x="817" d="M37 1018q0 133 160 151l8 80q16 156 174 156q145 0 145 -129q0 -4 -1 -10t-3 -33t-6 -64h88q80 0 116 -23.5t36 -84.5q0 -156 -176 -156h-93q-55 -537 -55 -559q0 -55 33 -55q158 0 158 -131q0 -82 -53.5 -129t-135.5 -47q-178 0 -249.5 78.5t-71.5 236.5q0 57 57 610 q-131 15 -131 109z" />
-<glyph unicode="u" horiz-adv-x="1114" d="M-8 393q0 33 63 651q18 158 172 158q143 0 144 -125q0 -20 -54 -559q-4 -45 -4 -59q0 -166 121 -166q78 0 144.5 82t80.5 221l48 455q8 80 48 120.5t122 40.5q141 0 141 -129q0 -20 -98 -958q-16 -152 -175 -152q-43 0 -74.5 29t-31.5 84v16l6 62q-152 -176 -334 -176 q-135 0 -227 108.5t-92 296.5z" />
-<glyph unicode="v" horiz-adv-x="1030" d="M51 1026q8 80 56.5 125t117.5 45q127 0 150 -145l88 -553l201 559q68 139 182 139q63 0 101 -34t38 -99q0 -53 -20 -86l-387 -862q-53 -115 -177 -115q-119 0 -147 115l-199 866q-4 29 -4 45z" />
-<glyph unicode="w" horiz-adv-x="1804" d="M78 1026q0 78 50 123t126 45q115 0 152 -119l94 -600l205 592q20 59 72 92t110 33q55 0 106 -36t60 -95l84 -576l198 590q41 121 176 121q76 0 107 -29.5t31 -95.5q0 -57 -25 -110l-362 -830q-57 -129 -179 -129q-119 0 -149 135q-27 113 -48.5 252t-49.5 258l-211 -514 q-57 -133 -187 -133q-131 0 -164 137q-196 844 -196 889z" />
-<glyph unicode="x" horiz-adv-x="1120" d="M-41 123q0 82 66 162l315 329l-209 314q-27 39 -27 88q0 72 54.5 124t124.5 52q94 0 139 -80l119 -252l178 256q53 78 151 78q63 0 104.5 -40t41.5 -101q-6 -74 -53 -125l-275 -303l246 -332q37 -49 37 -115q0 -82 -45 -130t-119 -48q-109 0 -158 94l-170 281l-227 -285 q-72 -86 -162 -86q-131 0 -131 119z" />
-<glyph unicode="y" horiz-adv-x="1058" d="M-88 -297q0 4 1 11t1 12q8 68 52 99.5t91 31.5q72 0 122 70.5t69 158.5q-35 154 -97.5 451t-91.5 424q-8 25 -8 49q0 84 47 133t125 49q125 0 152 -127l84 -637q37 80 117.5 323.5t115.5 323.5q51 119 176 119q72 0 107 -38t35 -97q0 -47 -19 -96l-502 -1076 q-152 -317 -421 -317q-156 0 -156 133z" />
-<glyph unicode="z" horiz-adv-x="1081" d="M-37 131q0 72 66 141l475 621h-283q-143 0 -143 129q0 170 178 170h557q158 0 158 -125q0 -76 -70 -149l-491 -623h354q145 0 145 -129q0 -82 -47 -124t-131 -42h-586q-182 0 -182 131z" />
-<glyph unicode="{" horiz-adv-x="776" d="M6 731q4 45 30.5 77t53.5 44t72 27q37 0 54 75.5t21.5 170t8.5 104.5q16 186 108 252.5t256 66.5q57 0 96 -41t39 -92q-12 -154 -184 -153q-10 0 -14 -48q-2 -25 -9.5 -100.5t-13.5 -108t-19 -89t-38 -99.5t-59 -82q63 -74 63 -221q0 -51 -13.5 -147.5t-13.5 -143.5 q0 -39 25 -39q137 -10 137 -114q0 -4 -1 -12.5t-1 -12.5q-16 -143 -168 -143q-313 0 -313 239q0 61 18.5 175t18.5 171q0 78 -19 97q-82 16 -108.5 44.5t-26.5 102.5z" />
-<glyph unicode="|" horiz-adv-x="358" d="M-76 94q0 20 148 1407q18 170 176 170q141 0 141 -137q0 -20 -147 -1409q-18 -158 -174 -158q-144 0 -144 127z" />
-<glyph unicode="}" horiz-adv-x="776" d="M-66 45q14 129 162 139q31 0 39 62q4 31 10.5 102.5t11.5 110.5t18 94t38 99t61 83q-66 86 -65 242q0 61 4 94q2 23 15.5 79t13.5 87q0 25 -11 25q-80 0 -117.5 33.5t-37.5 107.5q6 53 56 99t110 46q150 0 229.5 -54t79.5 -204q0 -53 -16.5 -154.5t-16.5 -150.5 q0 -92 33 -106l10 -5q55 -16 86 -42.5t31 -79.5q0 -137 -172 -168q-29 -33 -41 -102.5t-15.5 -168t-5.5 -114.5q-14 -135 -94 -216t-282 -81q-134 0 -134 143z" />
-<glyph unicode="~" horiz-adv-x="1253" d="M-2 477q0 113 131 222.5t244 109.5q111 0 260 -88q82 -49 110 -49l5 4q4 4 11 12t13 14q27 33 45.5 50.5t55 36t77.5 18.5q139 0 140 -137q0 -115 -140.5 -222.5t-253.5 -107.5q-100 0 -231 82q-10 6 -33 18l-34 19q-11 6 -27.5 11t-28.5 5q-10 0 -37 -29 q-86 -106 -170 -106q-137 0 -137 137z" />
-<glyph unicode="&#xa3;" horiz-adv-x="1388" d="M35 131q0 90 104 191q80 76 123 136t51 130v47h-135q-143 0 -143 127q0 86 47 136t129 52h31q-35 84 -35 166q0 131 84 234.5t202.5 153.5t239.5 50q197 0 344.5 -110.5t147.5 -298.5q-6 -80 -56.5 -133.5t-117.5 -53.5q-106 0 -148 125q-2 74 -60.5 115t-135.5 41 q-76 0 -118 -40t-42 -109q0 -76 28 -140h193q141 0 141 -129q0 -86 -48 -136t-126 -50h-94q0 -23 -4 -64q-16 -137 -98 -252h479q143 0 143 -131q0 -84 -48 -134t-128 -50h-799q-151 0 -151 127z" />
-<glyph unicode="&#xa4;" horiz-adv-x="1589" d="M45 145q8 104 105 174l161 109q-8 61 -8 94q0 78 45 183l-147 112q-70 68 -70 160q6 68 56.5 104.5t109.5 36.5t119 -53l143 -133q129 70 227 69q111 0 209 -65l162 129q68 53 135 53q55 0 97.5 -32.5t42.5 -92.5q-12 -115 -107 -176l-164 -121q29 -35 29 -102 q0 -104 -41 -180l123 -92q74 -66 74 -146q-6 -78 -57.5 -117t-110.5 -39q-68 0 -123 54l-107 102q-135 -88 -260 -88q-129 0 -235 94q-14 -10 -64.5 -51t-71.5 -53q-72 -57 -135 -58q-55 0 -96 33t-41 92zM590 520q0 -74 39 -114.5t96 -40.5q78 0 128 65.5t50 147.5 q0 70 -42 109.5t-101 39.5q-76 0 -123 -61.5t-47 -145.5z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1157" d="M-59 379q0 84 48 135t130 51h250l8 82h-250q-143 0 -143 129q0 86 48 136.5t128 50.5h116l-176 374q-18 45 -18 78q0 80 49 130t127 50q100 0 131 -88l189 -544h14q43 63 143.5 271t147.5 273q63 88 157 88q143 0 144 -125q0 -70 -35 -120l-270 -387h139q141 0 141 -132 q0 -84 -47 -134t-127 -50h-276l-9 -82h277q139 0 139 -125q0 -90 -46 -141t-128 -51h-276l-7 -72q-14 -176 -184 -176q-150 0 -149 139q0 25 8 109h-250q-143 0 -143 131z" />
-<glyph unicode="&#xa6;" horiz-adv-x="358" d="M-72 127q0 20 56 537q8 80 57 128t119 48q63 0 102 -34t39 -97q0 -18 -55 -551q-16 -158 -174 -158q-144 0 -144 127zM23 1040q0 4 4 45q18 166 45 428q8 80 58 128.5t118 48.5q66 0 104.5 -36t38.5 -102q0 -2 -2 -30q-18 -156 -49 -455q-14 -158 -174 -158 q-143 0 -143 131z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1087" d="M-37 100q0 72 52.5 125.5t121.5 53.5q43 0 116 -29t136 -29q117 0 123 49q0 27 -82 72t-181 90t-181 125t-82 168q0 84 55 148.5t135 64.5q57 0 91 -34t50.5 -79t65.5 -99t129 -85q70 -27 99.5 -39t86 -42t82 -58.5t47 -73.5t21.5 -100q0 -201 -151.5 -316.5 t-348.5 -115.5q-172 0 -317 79q-68 39 -68 125zM63 1272q0 195 154 310.5t348 115.5q178 0 318 -82q70 -39 69 -125q0 -4 -1 -10t-1 -11q-8 -72 -59 -114.5t-115 -42.5q-43 0 -114.5 29.5t-137.5 29.5q-117 0 -123 -51q0 -27 82 -69t181.5 -87t181.5 -124.5t82 -172.5 q0 -84 -54.5 -149.5t-134.5 -65.5q-49 0 -75.5 19.5t-41 53.5t-33 71t-66.5 81t-126 74q-152 53 -243 125t-91 195z" />
-<glyph unicode="&#xa8;" horiz-adv-x="997" d="M66 1257q8 90 65 145.5t137 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-135.5 -56q-74 0 -119.5 46.5t-45.5 116.5zM575 1257q8 88 64.5 144.5t134.5 56.5q74 0 119 -46t45 -116q-8 -90 -64.5 -146t-136.5 -56q-70 0 -116 46.5t-46 116.5z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1832" d="M43 659q0 244 119 446t317.5 315.5t429.5 113.5q317 0 509 -191.5t192 -496.5q0 -365 -255 -618t-614 -253q-315 0 -506.5 190.5t-191.5 493.5zM254 682q0 -229 141.5 -373.5t376.5 -144.5q274 0 455.5 198.5t181.5 460.5q0 231 -141.5 380t-376.5 149 q-276 0 -456.5 -203t-180.5 -467zM379 700q0 219 153.5 384t360.5 165q86 0 190 -49q39 -16 61.5 -50t22.5 -69q-6 -66 -50 -110.5t-101 -44.5q-20 0 -74.5 18.5t-85.5 18.5q-88 0 -141 -75t-53 -163q0 -72 38.5 -123t100.5 -51q31 0 85 17.5t81 17.5q125 0 125 -111 q0 -82 -76 -143q-88 -63 -230 -64q-188 0 -297.5 124t-109.5 308z" />
-<glyph unicode="&#xab;" horiz-adv-x="1185" d="M-4 590q2 43 49 108l205 295q55 68 129 68q57 0 102 -44t45 -102q-6 -53 -32 -92l-170 -233l131 -283q8 -18 8 -49q-6 -51 -64.5 -96t-117.5 -45q-82 0 -115 65l-146 299q-24 50 -24 109zM485 590q2 43 43 106l217 301q51 61 129 62q150 0 150 -121q0 -63 -39 -119 l-172 -229l131 -279q10 -20 10 -53q-6 -51 -64.5 -96t-117.5 -45q-86 0 -113 65l-153 299q-21 50 -21 109z" />
-<glyph unicode="&#xac;" horiz-adv-x="1380" d="M14 563q0 84 54.5 139.5t132.5 55.5h843q152 0 152 -146q0 -20 -31 -303q-18 -170 -172 -170q-61 0 -104 41t-43 109l14 147h-692q-154 0 -154 127z" />
-<glyph unicode="&#xad;" horiz-adv-x="0" />
-<glyph unicode="&#xae;" horiz-adv-x="1830" d="M45 678q0 367 256 618.5t608 251.5q315 0 507 -190.5t192 -493.5q0 -373 -252 -622.5t-611 -249.5q-313 0 -506.5 191.5t-193.5 494.5zM248 700q0 -231 144.5 -378.5t383.5 -147.5q279 0 456 199.5t177 466.5q0 229 -141.5 375.5t-378.5 146.5q-276 0 -458.5 -200 t-182.5 -462zM449 412q0 18 69 678q10 100 84 135q41 18 86 18h252q139 0 223 -90q76 -76 76 -186q0 -88 -49 -158t-127 -111l41 -69q72 -127 72 -189q-8 -70 -53.5 -105.5t-114.5 -35.5q-94 0 -136 104l-114 248l-23 -211q-14 -141 -160 -141q-126 0 -126 113zM778 860h109 q43 0 68.5 21.5t27.5 50.5v8q0 59 -82 59h-108z" />
-<glyph unicode="&#xb0;" horiz-adv-x="622" d="M66 1337q0 129 90 217t213 88q113 0 180 -68.5t67 -172.5q0 -127 -92 -217t-213 -90q-111 0 -178 68.5t-67 174.5zM205 1352q0 -53 33.5 -87t87.5 -34q59 0 102 42t49 111q0 51 -33.5 86t-89.5 35q-66 0 -105.5 -42.5t-43.5 -110.5z" />
-<glyph unicode="&#xb1;" d="M29 131q0 84 56 136t132 52h815q156 0 156 -131q0 -88 -51.5 -137t-137.5 -49h-815q-155 0 -155 129zM96 821q0 92 51.5 142.5t135.5 50.5h241l8 96q6 80 53.5 122t127.5 42q68 0 109.5 -36t41.5 -101v-4q0 -2 -1 -10.5t-2 -19.5t-4 -35t-5 -54h242q78 0 122 -41t44 -105 q0 -88 -56.5 -134t-144.5 -46h-242l-12 -115q-8 -72 -60.5 -115.5t-123.5 -43.5q-145 0 -146 129q0 20 14 145h-241q-152 0 -152 133z" />
-<glyph unicode="&#xb2;" horiz-adv-x="677" d="M0 885q0 39 31 73l282 336q35 45 41 88q0 29 -19.5 45.5t-45.5 16.5q-31 0 -54.5 -19.5t-27.5 -56.5q-4 -31 -28.5 -60.5t-61.5 -29.5q-35 0 -54.5 26.5t-19.5 59.5q10 111 89 176.5t175 65.5q86 0 150.5 -54.5t64.5 -138.5q0 -111 -98 -225l-180 -209h166q70 0 69 -66 q0 -90 -88 -94h-303q-88 0 -88 66z" />
-<glyph unicode="&#xb3;" horiz-adv-x="684" d="M-6 985q0 39 24.5 67.5t61.5 28.5q55 0 72 -51q18 -59 69 -59q35 0 63.5 22.5t32.5 61.5q0 90 -59 100h-33q-80 0 -80 57q0 80 97 80q18 0 28 2q20 6 36 34t18 54q0 68 -58 68q-59 0 -71 -51q-2 -16 -19.5 -36t-50.5 -20q-78 0 -78 62q0 86 77 145.5t165 59.5 q90 0 145 -57.5t55 -137.5q0 -113 -108 -180q100 -55 100 -168q0 -109 -85 -184.5t-191 -75.5q-125 0 -189 102q-22 35 -22 76z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1120" d="M-88 -299q0 -2 5 41t39 373.5t95 918.5q14 160 174 160q145 0 146 -131q0 -8 -6 -74l-60 -569q4 -49 36 -81t81 -32q78 0 135 60.5t66 144.5l55 522q18 160 178 160q145 0 145 -133q0 -4 -8 -78l-86 -813q-18 -170 -176 -170q-47 0 -80 30.5t-33 88.5q-27 -57 -83 -91 t-121 -34q-53 0 -92 31.5t-50 83.5q-6 -63 -20 -189.5t-21 -189.5q-18 -160 -180 -160q-139 0 -139 131z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1171" d="M41 1073q0 238 174 360.5t432 122.5h479q59 -4 96.5 -46t37.5 -105q-8 -61 -55.5 -105.5t-108.5 -46.5l-119 -1122q-6 -61 -47 -97t-92 -36q-45 0 -79 30.5t-34 86.5q0 2 6 59q39 360 115 1083h-158l-117 -1116q-8 -68 -49 -106.5t-92 -38.5q-49 0 -83 36t-34 99 q0 4 4 43q23 201 60 557q-152 23 -244 116t-92 226z" />
-<glyph unicode="&#xb7;" horiz-adv-x="428" d="M-8 711q8 88 66.5 144t134.5 56q74 0 119.5 -47t45.5 -116q-8 -88 -65 -144.5t-137 -56.5q-70 0 -117 47t-47 117z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1075" d="M-41 231q4 51 31 84l190 275l-135 274l2 -6q-16 29 -16 60q4 57 59 103t119 46q86 0 121 -74l143 -295q29 -61 29 -100q-6 -66 -49 -119l-207 -295q-43 -66 -133 -65q-154 -1 -154 112zM451 229q4 61 34 90l183 273q-12 23 -127 231q-20 35 -21 76q0 78 47 123t125 45 q96 0 127 -72l152 -297q25 -49 24 -92q-6 -70 -47 -127l-215 -297q-45 -63 -137 -63q-145 -1 -145 110z" />
-<glyph unicode="&#xbd;" horiz-adv-x="1290" d="M-8 1475q0 33 22.5 57t55.5 35l153 41q31 -4 51.5 -22.5t20.5 -47.5q0 -4 -64 -614q-4 -37 -28.5 -60.5t-61.5 -23.5q-35 0 -55 20.5t-20 52.5v2q8 74 53 506q-29 -12 -56 -12q-31 0 -51 18.5t-20 47.5zM59 86q0 31 15 59l678 1377q49 80 106 80q31 0 50.5 -24t19.5 -60 q0 -35 -19 -72l-698 -1393q-35 -51 -80 -51q-31 0 -51.5 23.5t-20.5 60.5zM653 66q0 39 31 73l283 336q35 45 41 88q0 29 -19.5 45.5t-46.5 16.5q-31 0 -54.5 -19.5t-27.5 -56.5q-4 -31 -28.5 -60.5t-61.5 -29.5q-35 0 -54.5 26.5t-19.5 59.5q10 111 89 176t176 65 q86 0 150.5 -54t64.5 -138q0 -111 -99 -225l-180 -209h166q70 0 70 -66q0 -90 -89 -94h-303q-88 0 -88 66z" />
-<glyph unicode="&#x192;" horiz-adv-x="768" d="M-190 -297q0 4 1 11t1 12q8 68 52 99.5t91 31.5q49 0 90 38.5t45 88.5l94 909q-76 2 -112.5 26.5t-36.5 86.5q0 82 50 123.5t132 41.5l14 140q16 160 148.5 254t284.5 94q158 0 157 -133q0 -66 -42 -110t-105 -44q-49 0 -87 -38t-42 -89l-6 -74q2 0 6 1.5t8 1.5 q80 0 118 -26t38 -89q0 -86 -51.5 -127t-135.5 -41h-24l-103 -973q-25 -160 -152.5 -254t-277.5 -94q-155 0 -155 133z" />
-<glyph unicode="&#x384;" horiz-adv-x="704" d="M37 1092q0 53 26 96l150 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46.5 -40.5t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
-<glyph unicode="&#x385;" horiz-adv-x="1316" d="M76 1255q8 90 64.5 146.5t135.5 56.5q70 0 116 -47t46 -117q-8 -88 -64.5 -144t-133.5 -56q-74 0 -119 45.5t-45 115.5zM498 1225q4 61 26 90l-2 -6l150 286q57 106 166 107q143 0 143 -133q0 -23 -23 -86l-151 -275q-63 -119 -162 -118q-72 0 -109.5 37t-37.5 98z M928 1257q8 90 65.5 145.5t136.5 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-134.5 -56q-74 0 -120 46.5t-46 116.5z" />
-<glyph unicode="&#x386;" horiz-adv-x="1421" d="M-66 1092q0 53 27 96l150 278q57 106 159 107q139 0 140 -129q0 -45 -21 -86l-151 -277q-20 -37 -34 -57t-46.5 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM0 137q0 39 20 92l560 1217q68 145 213 145q147 0 184 -145q322 -1239 321 -1282q-8 -74 -54 -119t-122 -45 q-119 0 -147 104l-53 185h-523q-61 -133 -71 -154q-57 -135 -187 -135q-72 0 -106.5 39t-34.5 98zM543 621h291q-18 80 -46 188.5t-55 216.5z" />
-<glyph unicode="&#x388;" horiz-adv-x="1576" d="M-86 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46.5 -40.5t-78 -20.5q-74 0 -109.5 35t-35.5 94zM416 111q0 23 133 1302q18 178 190 178h578q150 0 149 -131q0 -92 -50 -144t-134 -52h-422l-29 -277h330 q150 0 150 -137q0 -88 -50.5 -139.5t-134.5 -51.5h-329l-35 -331h436q162 0 162 -135q0 -92 -54.5 -142.5t-140.5 -50.5h-592q-92 0 -124.5 22.5t-32.5 88.5z" />
-<glyph unicode="&#x389;" horiz-adv-x="1929" d="M-66 1092q0 53 27 96l150 278q57 106 159 107q139 0 140 -129q0 -45 -21 -86l-151 -277q-20 -37 -34 -57t-46.5 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM430 131q0 23 135 1299q18 166 176 165q152 0 152 -133q0 -23 -51 -489h594l49 457q18 166 180 165 q152 0 152 -135q0 -20 -136 -1296q-18 -164 -182 -164q-150 0 -149 133q0 20 53 510h-594l-51 -479q-18 -164 -180 -164q-148 0 -148 131z" />
-<glyph unicode="&#x38a;" horiz-adv-x="952" d="M-86 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46.5 -40.5t-78 -20.5q-74 0 -109.5 35t-35.5 94zM375 135q0 20 135 1295q18 166 180 165q152 0 152 -135q0 -20 -135 -1294q-18 -166 -183 -166 q-149 0 -149 135z" />
-<glyph unicode="&#x38c;" horiz-adv-x="1863" d="M-78 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM283 698q0 236 94 448t278.5 352t417.5 140q156 0 278 -59t196.5 -160.5t112.5 -228.5t38 -270q0 -238 -96.5 -450 t-282.5 -350t-420 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM621 733q0 -182 80.5 -304t234.5 -122q106 0 191 57.5t133.5 146.5t74 185.5t25.5 188.5q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-71.5 -184.5t-24.5 -187.5z" />
-<glyph unicode="&#x38e;" horiz-adv-x="1746" d="M-74 1092q0 53 27 96l149 278q57 106 160 107q139 0 139 -129q0 -45 -20 -86l-152 -277q-20 -37 -33.5 -57t-46 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM512 1415q0 80 49 130t127 50q100 0 131 -88l193 -559q45 66 149.5 280t151.5 279q63 88 157 88q143 0 144 -125 q0 -66 -35 -120l-440 -705l-49 -469q-18 -176 -185 -176q-150 0 -149 139q0 25 51 510q-47 104 -138 347t-137 341q-20 41 -20 78z" />
-<glyph unicode="&#x38f;" horiz-adv-x="1849" d="M-66 1092q0 53 27 96l150 278q57 106 159 107q139 0 140 -129q0 -45 -21 -86l-151 -277q-20 -37 -34 -57t-46.5 -40.5t-77.5 -20.5q-74 0 -110 35t-36 94zM367 133q0 88 49 141.5t129 53.5h919q145 0 146 -138q0 -86 -48.5 -138t-129.5 -52h-920q-145 0 -145 133z M444 975q0 287 204 475t491 188q279 0 429 -155.5t150 -378.5q0 -287 -210 -471t-494 -184q-274 0 -422 152.5t-148 373.5zM774 1012q0 -100 72 -170t207 -70q137 0 237.5 84t100.5 211q0 102 -75 175t-208 73q-137 0 -235.5 -88t-98.5 -215z" />
-<glyph unicode="&#x390;" horiz-adv-x="710" d="M-291 1487q8 90 64.5 146.5t136.5 56.5q70 0 116 -47.5t46 -116.5q-8 -88 -64.5 -144.5t-134.5 -56.5q-74 0 -119 46t-45 116zM12 256q0 31 78 762q14 158 176 158q150 0 150 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-66 -643q0 -49 31 -49q160 0 160 -131q0 -82 -54.5 -129 t-136.5 -47q-332 0 -332 272zM131 1456q4 61 27 90l-2 -6l149 287q57 106 166 106q143 0 143 -133q0 -23 -22 -86l-152 -274q-63 -119 -161 -119q-72 0 -110 37t-38 98zM561 1489q8 90 65.5 145.5t137.5 55.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5 q-74 0 -120 47t-46 117z" />
-<glyph unicode="&#x391;" horiz-adv-x="1392" d="M-43 137q0 39 20 92l560 1217q68 145 213 145q147 0 184 -145q322 -1239 321 -1282q-8 -74 -54 -119t-122 -45q-119 0 -147 104l-53 185h-523q-61 -133 -71 -154q-59 -135 -187 -135q-72 0 -106.5 39t-34.5 98zM500 621h291q-18 80 -46 188.5t-55 216.5z" />
-<glyph unicode="&#x392;" horiz-adv-x="1146" d="M-49 158q0 18 131 1249q18 184 190 184h291q74 0 151 -21.5t147.5 -64.5t114.5 -119.5t44 -175.5q0 -100 -70.5 -205.5t-154.5 -117.5q113 -16 188.5 -129t75.5 -238q0 -215 -170 -367.5t-379 -152.5h-371q-96 0 -135 31q-53 39 -53 127zM297 328h227q90 0 147.5 51 t63.5 123q0 90 -58.5 147.5t-176.5 57.5h-162zM365 963h157q78 0 124 42t52 101q0 70 -41 114t-120 44h-142z" />
-<glyph unicode="&#x393;" horiz-adv-x="1009" d="M-55 135q0 20 133 1274q18 184 190 184h596q72 0 113 -43t41 -106q-18 -178 -189 -178h-438l-115 -1100q-18 -166 -184 -166q-147 0 -147 135z" />
-<glyph unicode="&#x394;" horiz-adv-x="1429" d="M-43 119q0 39 25 96l-5 -6l586 1239q68 150 209 149q156 0 184 -147l340 -1239q6 -31 7 -57q-14 -154 -224 -154h-952q-170 0 -170 119zM391 340h514l-192 692z" />
-<glyph unicode="&#x395;" horiz-adv-x="1013" d="M-35 111q0 23 133 1302q18 178 191 178h577q150 0 150 -131q0 -92 -50.5 -144t-134.5 -52h-421l-29 -277h330q150 0 149 -137q0 -88 -50 -139.5t-134 -51.5h-330l-35 -331h437q162 0 161 -135q0 -92 -54 -142.5t-140 -50.5h-592q-92 0 -125 22.5t-33 88.5z" />
-<glyph unicode="&#x396;" horiz-adv-x="1224" d="M-47 141q0 20 2 33q10 74 49 125l741 967h-483q-150 0 -149 131q0 20 2 30q18 166 182 166h762q90 0 133 -35.5t43 -97.5q0 -4 -1 -11t-1 -11q-6 -66 -68 -146l-743 -964h551q154 0 153 -135q0 -4 -1 -12.5t-1 -12.5q-18 -168 -184 -168h-842q-145 0 -145 141z" />
-<glyph unicode="&#x397;" horiz-adv-x="1390" d="M-43 131q0 23 135 1299q18 166 176 165q152 0 152 -133q0 -23 -51 -489h594l49 457q18 166 180 165q152 0 151 -135q0 -20 -135 -1296q-18 -164 -182 -164q-150 0 -149 133q0 20 53 510h-594l-51 -479q-18 -164 -181 -164q-147 0 -147 131z" />
-<glyph unicode="&#x398;" horiz-adv-x="1540" d="M25 698q0 236 94 448t278.5 352t417.5 140q156 0 277.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -238 -96.5 -450t-283 -350t-419.5 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM365 733q0 -182 80.5 -304t234.5 -122q106 0 191 57.5t133.5 146.5t74 185.5 t25.5 188.5q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-71.5 -184.5t-24.5 -187.5zM506 788q0 86 51 139.5t135 53.5h135q150 0 150 -137q0 -90 -51.5 -142.5t-132.5 -52.5h-136q-151 0 -151 139z" />
-<glyph unicode="&#x399;" horiz-adv-x="417" d="M-76 135q0 20 135 1295q18 166 181 165q152 0 151 -135q0 -20 -135 -1294q-18 -166 -182 -166q-150 0 -150 135z" />
-<glyph unicode="&#x39a;" horiz-adv-x="1210" d="M-49 131q0 -2 139 1313q14 152 176 151q154 0 154 -127q0 -4 -4 -45q-18 -166 -45 -426l555 547q41 47 116 47q61 0 107.5 -47t46.5 -106q-6 -88 -57 -131l-396 -385l328 -650q31 -37 31 -108q-8 -72 -73.5 -119t-110.5 -47q-47 0 -75 17.5t-61 58.5l-305 600l-158 -152 l-38 -366q-16 -156 -177 -156q-153 0 -153 131z" />
-<glyph unicode="&#x39b;" horiz-adv-x="1415" d="M-41 141q2 33 14 66l580 1241q72 150 213 149q150 0 180 -149l332 -1217q10 -47 10 -59q0 -76 -53 -124t-127 -48q-70 0 -102.5 31.5t-53.5 105.5l-243 893l-426 -909q-55 -121 -170 -121q-63 0 -108.5 39t-45.5 102z" />
-<glyph unicode="&#x39c;" horiz-adv-x="1851" d="M-29 133q0 33 9 74l311 1171q59 221 237 221q78 0 132.5 -51t72.5 -143l144 -733l303 735q78 188 245 188q178 0 189 -219l51 -1196q-2 -82 -54 -130t-124 -48q-78 0 -115 38t-41 120l-26 776q-76 -145 -182.5 -431t-137.5 -358q-61 -147 -182 -147q-131 0 -156 147 l-133 793l-213 -778q-43 -160 -184 -160q-146 0 -146 131z" />
-<glyph unicode="&#x39d;" horiz-adv-x="1372" d="M-45 135q0 20 133 1282q18 178 180 178q109 0 170 -108l475 -838l82 778q18 166 179 166q152 0 151 -137q0 -4 -14 -141q-49 -467 -119 -1137q-18 -178 -182 -178q-109 0 -164 96l-481 836l-80 -764q-18 -168 -181 -168q-149 0 -149 135z" />
-<glyph unicode="&#x39e;" horiz-adv-x="1331" d="M-53 139q0 92 56 143.5t142 51.5h875q158 0 158 -135q0 -92 -53.5 -143.5t-139.5 -51.5h-874q-164 0 -164 135zM109 1395q0 94 49 146t133 52h842q152 0 151 -133q0 -92 -51 -143t-135 -51h-842q-147 0 -147 129zM178 795q0 90 50.5 141t131.5 51h562q152 0 151 -137 q0 -88 -50 -139.5t-136 -51.5h-561q-148 1 -148 136z" />
-<glyph unicode="&#x39f;" horiz-adv-x="1542" d="M25 698q0 236 94 448t278.5 352t417.5 140q156 0 277.5 -59t196.5 -160.5t113 -228.5t38 -270q0 -238 -96.5 -450t-283 -350t-419.5 -138q-201 0 -344 102t-207.5 260.5t-64.5 353.5zM362 733q0 -182 81 -304t235 -122q106 0 191 57.5t133.5 146.5t74 185.5t25.5 188.5 q0 180 -82 301t-240 121q-106 0 -190 -56.5t-131 -145.5t-72 -184.5t-25 -187.5z" />
-<glyph unicode="&#x3a0;" horiz-adv-x="1353" d="M-45 135q0 20 135 1295q18 168 178 167h901q61 0 105.5 -46t44.5 -107l-133 -1278q-18 -166 -180 -166q-147 0 -148 133q0 20 117 1133h-576l-114 -1100q-18 -166 -185 -166q-145 0 -145 135z" />
-<glyph unicode="&#x3a1;" horiz-adv-x="1087" d="M-51 133q0 20 135 1290q18 170 188 170h346q219 0 353.5 -126t134.5 -332q0 -244 -173 -413t-411 -171h-203l-40 -385q-18 -166 -181 -166q-149 0 -149 133zM354 879h195q100 6 160.5 66.5t60.5 154.5q0 78 -55.5 122t-157.5 44h-164z" />
-<glyph unicode="&#x3a3;" horiz-adv-x="1245" d="M-47 141q0 90 51 158l399 532l-253 461q-37 72 -37 127q18 174 209 174h718q152 0 152 -137q0 -88 -50 -140t-136 -52h-445l182 -330q27 -47 27 -90q0 -57 -43 -105l-311 -411h516q152 0 151 -140q0 -86 -50 -137t-134 -51h-801q-145 0 -145 141z" />
-<glyph unicode="&#x3a4;" horiz-adv-x="1077" d="M80 1399q0 90 52 142t136 52h703q152 0 151 -135q0 -90 -52 -141t-134 -51h-188l-115 -1092q-18 -174 -176 -174q-154 0 -154 141q0 20 117 1125h-187q-153 0 -153 133z" />
-<glyph unicode="&#x3a5;" horiz-adv-x="1157" d="M82 1415q0 80 49 130t127 50q100 0 131 -88l193 -559q45 66 149.5 280t151.5 279q63 88 157 88q143 0 144 -125q0 -66 -35 -120l-440 -705l-50 -469q-18 -176 -184 -176q-150 0 -149 139q0 25 51 510q-47 104 -138.5 347t-136.5 341q-20 41 -20 78z" />
-<glyph unicode="&#x3a6;" horiz-adv-x="1554" d="M35 803q0 254 187.5 436t441.5 221l2 15q18 166 184 165q78 0 114.5 -31.5t36.5 -82.5q0 -10 -6 -66q217 -27 360.5 -171t143.5 -357q0 -254 -185.5 -429t-443.5 -218l-12 -117q-18 -168 -180 -168q-152 0 -152 135q0 23 15 148q-221 27 -363.5 168t-142.5 352zM358 842 q0 -90 61.5 -160t153.5 -94l60 571q-115 -31 -195 -119.5t-80 -197.5zM903 586q115 31 191.5 116.5t76.5 194.5q0 92 -58 165t-150 95z" />
-<glyph unicode="&#x3a7;" horiz-adv-x="1359" d="M-45 121q0 4 1 13t1 13q6 59 47 117l451 600l-285 467q-25 41 -25 82q0 4 1 10.5t1 10.5q8 70 60.5 114.5t118.5 44.5q88 0 133 -71l223 -365l268 356q57 80 148 80q59 0 102 -42t43 -103q-6 -70 -41 -115l-350 -446l340 -621q29 -53 29 -102v-19q-14 -147 -164 -147 q-86 0 -142 82l-292 504l-371 -500q-61 -86 -164 -86q-133 0 -133 123z" />
-<glyph unicode="&#x3a8;" horiz-adv-x="1558" d="M41 858q0 57 51 533q18 164 184 163q145 0 146 -137q0 -84 -24.5 -251t-24.5 -248q0 -113 50 -195t142 -107l90 859q18 166 181 165q147 0 147 -131q0 -23 -92 -897q115 23 180.5 118t79.5 241l45 420q18 166 182 165q152 0 152 -135q0 -20 -49 -475q-29 -272 -197 -441 t-426 -198l-14 -143q-18 -164 -180 -164q-147 0 -148 133q0 20 16 176q-229 29 -360 173.5t-131 375.5z" />
-<glyph unicode="&#x3a9;" horiz-adv-x="1505" d="M23 133q0 88 49 141.5t129 53.5h919q145 0 146 -138q0 -86 -48.5 -138t-130.5 -52h-919q-145 0 -145 133zM100 975q0 287 204 475t491 188q279 0 429 -155.5t150 -378.5q0 -287 -210 -471t-494 -184q-274 0 -422 152.5t-148 373.5zM430 1012q0 -100 71.5 -170t207.5 -70 q137 0 237.5 84t100.5 211q0 102 -75 175t-208 73q-137 0 -235.5 -88t-98.5 -215z" />
-<glyph unicode="&#x3aa;" horiz-adv-x="567" d="M-170 1808q8 90 65.5 145.5t137.5 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-135.5 -56q-74 0 -120 46.5t-46 116.5zM-76 135q0 -135 150 -135q164 0 182 166q135 1274 135 1294q0 135 -151 135q-162 0 -181 -165q-135 -1275 -135 -1295zM340 1808q8 88 64.5 144.5 t134.5 56.5q74 0 118.5 -46t44.5 -116q-8 -90 -64 -146t-136 -56q-70 0 -116 46.5t-46 116.5z" />
-<glyph unicode="&#x3ab;" horiz-adv-x="1277" d="M41 1415q0 -37 20 -78q45 -98 136.5 -340.5t138.5 -347.5q-51 -485 -51 -510q0 -139 149 -139q166 0 184 176l50 469l440 705q35 55 35 120q0 125 -144 125q-94 0 -157 -88q-47 -66 -151.5 -279.5t-149.5 -279.5l-193 559q-31 88 -131 88q-78 0 -127 -50t-49 -130z M182 1808q8 90 65.5 145.5t137.5 55.5q70 0 117 -47t47 -117q-8 -88 -65.5 -144t-135.5 -56q-74 0 -120 46.5t-46 116.5zM692 1808q8 88 64.5 144.5t134.5 56.5q74 0 119 -46t45 -116q-8 -90 -64.5 -146t-136.5 -56q-70 0 -116 46.5t-46 116.5z" />
-<glyph unicode="&#x3ac;" horiz-adv-x="1269" d="M-18 496q0 117 31.5 238.5t92 229t161 176t222.5 68.5q80 0 153 -37.5t110 -111.5q25 147 180 147q145 0 145 -137l-8 -70q-25 -242 -72 -677q4 -31 31 -31q160 0 160 -131q0 -82 -54.5 -129t-136.5 -47q-262 0 -309 182q-72 -86 -161 -137.5t-171 -51.5q-156 0 -265 145 t-109 374zM307 528q0 -106 41 -175.5t121 -69.5q78 0 137.5 66.5t83 147.5t23.5 154q0 119 -50.5 189.5t-121.5 70.5q-76 0 -132.5 -71.5t-79 -155.5t-22.5 -156zM504 1450q0 53 26 96l150 279q57 106 160 106q139 0 139 -129q0 -45 -21 -86l-151 -276q-20 -37 -33.5 -57.5 t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
-<glyph unicode="&#x3ad;" horiz-adv-x="1003" d="M-43 303q0 104 78 185t186 130q-158 90 -158 213q14 152 154.5 261.5t339.5 109.5q82 0 151.5 -11t129 -51t59.5 -106q-14 -139 -156 -139q-29 0 -90 10q-45 10 -110 10q-78 0 -122 -30.5t-50 -71.5v-8q0 -31 22.5 -50.5t63.5 -19.5h110q164 0 164 -104 q-6 -72 -51 -102.5t-133 -30.5h-111q-57 -8 -94 -43t-41 -80q0 -51 35 -84t104 -33q47 0 137.5 20.5t135.5 20.5q135 0 135 -106q-8 -70 -56.5 -118t-122 -68.5t-136 -29t-130.5 -8.5q-197 0 -320.5 99.5t-123.5 234.5zM416 1450q0 53 26 96l150 279q57 106 160 106 q139 0 139 -129q0 -45 -21 -86l-151 -276q-20 -37 -33.5 -57.5t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
-<glyph unicode="&#x3ae;" horiz-adv-x="1069" d="M-43 127q0 20 92 895q6 70 52 117t120 47t111 -39t37 -90v-8q139 143 299 143q125 0 217 -84t92 -256q0 -25 -117 -1124q-16 -158 -178 -158q-143 0 -143 127q0 23 100 975q8 78 8 84q0 74 -40 114.5t-93 40.5q-61 0 -113.5 -50t-64.5 -132l-60 -571q-16 -158 -178 -158 q-141 0 -141 127zM395 1450q0 53 27 96l149 279q57 106 160 106q139 0 139 -129q0 -45 -20 -86l-152 -276q-20 -37 -33.5 -57.5t-46 -41t-77.5 -20.5q-74 0 -110 35t-36 94z" />
-<glyph unicode="&#x3af;" horiz-adv-x="579" d="M-45 256q0 31 78 762q14 158 176 158q150 0 149 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-65 -643q0 -49 30 -49q160 0 160 -131q0 -82 -54 -129t-136 -47q-332 0 -332 272zM78 1450q0 53 26 96l150 279q57 106 160 106q139 0 139 -129q0 -45 -21 -86l-151 -276 q-20 -37 -33.5 -57.5t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
-<glyph unicode="&#x3b0;" horiz-adv-x="1153" d="M-16 375q0 -174 122.5 -286t303.5 -112q190 0 346.5 128t177.5 317q68 625 67 641q0 131 -147 131q-158 0 -176 -160l-62 -569q-8 -72 -56 -120t-116 -48q-61 0 -96 49t-39 119q35 340 56 528q6 61 6 70q0 131 -148 131q-158 0 -172 -160q-67 -628 -67 -659zM-2 1487 q8 90 64.5 146.5t136.5 56.5q70 0 115.5 -47.5t45.5 -116.5q-8 -88 -64 -144.5t-134 -56.5q-74 0 -119 46t-45 116zM420 1456q4 61 26 90l-2 -6l150 287q57 106 166 106q143 0 143 -133q0 -23 -22 -86l-152 -274q-63 -119 -162 -119q-72 0 -109.5 37t-37.5 98zM850 1489 q8 90 65.5 145.5t137.5 55.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-74 0 -120 47t-46 117z" />
-<glyph unicode="&#x3b1;" horiz-adv-x="1269" d="M-18 496q0 117 31.5 238.5t92 229t161 176t222.5 68.5q80 0 153 -37.5t110 -111.5q25 147 180 147q145 0 145 -137l-8 -70q-25 -242 -72 -677q4 -31 31 -31q160 0 160 -131q0 -82 -54.5 -129t-136.5 -47q-262 0 -309 182q-72 -86 -161 -137.5t-171 -51.5q-156 0 -265 145 t-109 374zM307 528q0 -106 41 -175.5t121 -69.5q78 0 137.5 66.5t83 147.5t23.5 154q0 119 -50.5 189.5t-121.5 70.5q-76 0 -132.5 -71.5t-79 -155.5t-22.5 -156z" />
-<glyph unicode="&#x3b2;" horiz-adv-x="1144" d="M-84 -285q0 14 143 1377q23 213 159 349t362 136q172 0 285.5 -105.5t113.5 -246.5q0 -92 -51 -174t-140 -133q113 -43 167.5 -145.5t54.5 -225.5q0 -209 -140.5 -382t-355.5 -173q-147 0 -238 117l-36 -359q-18 -170 -181 -170q-143 0 -143 135zM311 446 q4 -66 48 -106.5t114 -40.5q88 0 145.5 65.5t69.5 153.5q-4 182 -127 242q-4 0 -24.5 2t-44.5 2q-33 0 -50.5 26.5t-17.5 65.5q0 49 24.5 90t73.5 47h45q31 14 52.5 49t25.5 74q0 147 -100 148q-86 0 -123 -62.5t-49 -179.5z" />
-<glyph unicode="&#x3b3;" horiz-adv-x="1081" d="M55 1069q8 61 63.5 106.5t114.5 45.5q66 0 109 -37t47 -94l107 -609l229 609q61 131 176 131q59 0 104.5 -42t45.5 -104q-2 -45 -70 -184q-303 -631 -363 -778l-36 -361q-18 -176 -185 -176q-145 0 -145 143q0 31 39 392l-234 899q-2 6 -2 59z" />
-<glyph unicode="&#x3b4;" horiz-adv-x="1173" d="M-2 473q0 186 111.5 331.5t287.5 192.5q-170 100 -170 273q12 129 141.5 221t331.5 92q154 0 251.5 -49t97.5 -143q-12 -125 -138 -125q-47 0 -114 22q-76 23 -113 23q-143 0 -154 -94q0 -39 40 -75t110 -61q381 -133 381 -475q0 -262 -164 -443t-422 -181 q-225 0 -351 140t-126 351zM322 510q0 -94 48 -158.5t134 -64.5q111 0 173 83t62 191q0 96 -49 159.5t-135 63.5q-102 0 -167.5 -87t-65.5 -187z" />
-<glyph unicode="&#x3b5;" horiz-adv-x="991" d="M-43 303q0 104 78 185t186 130q-158 90 -158 213q14 152 154.5 261.5t339.5 109.5q82 0 151.5 -11t129 -51t59.5 -106q-14 -139 -156 -139q-29 0 -90 10q-45 10 -110 10q-78 0 -122 -30.5t-50 -71.5v-8q0 -31 22.5 -50.5t63.5 -19.5h110q164 0 164 -104 q-6 -72 -51 -102.5t-133 -30.5h-111q-57 -8 -94 -43t-41 -80q0 -51 35 -84t104 -33q47 0 137.5 20.5t135.5 20.5q135 0 135 -106q-8 -70 -56.5 -118t-122 -68.5t-136 -29t-130.5 -8.5q-197 0 -320.5 99.5t-123.5 234.5z" />
-<glyph unicode="&#x3b6;" horiz-adv-x="1101" d="M16 489q0 438 539 734h-270q-70 0 -116 35.5t-46 101.5q8 90 62.5 133t131.5 43h594q147 0 148 -125q0 -141 -148 -188q-217 -72 -394 -275t-177 -413q0 -113 67.5 -170.5t196.5 -92.5q272 -74 273 -266q0 -127 -67 -242.5t-177 -115.5q-57 0 -95 43t-38 98q8 66 22 111 q8 25 8 32q0 20 -14 32.5t-55 27.5l-49 18q-72 27 -125.5 55.5t-123 84t-108.5 142t-39 197.5z" />
-<glyph unicode="&#x3b7;" horiz-adv-x="1067" d="M-43 127q0 20 92 895q6 70 52 117t120 47t111 -39t37 -90v-8q139 143 299 143q125 0 217 -84t92 -256q0 -25 -117 -1124q-16 -158 -178 -158q-143 0 -143 127q0 23 100 975q8 78 8 84q0 74 -40 114.5t-93 40.5q-61 0 -113.5 -50t-64.5 -132l-60 -571q-16 -158 -178 -158 q-141 0 -141 127z" />
-<glyph unicode="&#x3b8;" horiz-adv-x="1230" d="M18 635q0 150 37 306.5t107.5 302t195.5 238.5t283 93q123 0 215 -60.5t141.5 -161t73 -212t23.5 -234.5q0 -152 -37 -306.5t-108.5 -295.5t-196.5 -230t-281 -89q-125 0 -216 57t-141.5 153.5t-73 206t-22.5 232.5zM342 651q0 -92 13.5 -165.5t53.5 -130t101 -56.5 q70 0 124 68.5t80.5 171t39 196.5t12.5 168q0 352 -152 352q-72 0 -128 -67.5t-85.5 -168.5t-44 -196.5t-14.5 -171.5zM403 758q0 88 43 140t121 52t106.5 -27.5t28.5 -86.5q0 -104 -37.5 -152.5t-129.5 -48.5q-132 0 -132 123z" />
-<glyph unicode="&#x3b9;" horiz-adv-x="606" d="M-29 256q0 31 78 762q14 158 176 158q150 0 150 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-66 -643q0 -49 31 -49q160 0 160 -131q0 -82 -54.5 -129t-136.5 -47q-332 0 -332 272z" />
-<glyph unicode="&#x3ba;" horiz-adv-x="1087" d="M-45 127q0 20 92 903q18 160 176 160q143 0 144 -127q0 -23 -2 -33l-25 -254l432 359q47 39 113 39q61 0 104 -40t43 -100q-8 -82 -78 -131l-235 -190q227 -524 227 -561q0 -74 -40 -115t-113 -41q-45 0 -85 23.5t-61 58.5l-188 457q-147 -121 -160 -134l-25 -243 q-16 -158 -176 -158q-143 0 -143 127z" />
-<glyph unicode="&#x3bb;" horiz-adv-x="1042" d="M-43 127q0 35 23 88l389 809q-68 258 -86 381q6 66 59 107.5t121 41.5q63 0 103 -40.5t55 -98.5l282 -1184q8 -25 8 -57q-16 -174 -172 -174q-125 0 -155 125l-92 528q-10 -25 -99 -256q-63 -172 -108 -270q-59 -127 -185 -127q-72 0 -107.5 35t-35.5 92z" />
-<glyph unicode="&#x3bc;" horiz-adv-x="1071" d="M-86 -299q0 4 16 156q51 489 123 1177q14 160 172 160q143 0 144 -131q0 -4 -7 -74q-25 -233 -59 -569q0 -51 33 -82t86 -31q82 0 137 59.5t66 145.5l55 522q14 160 176 160q143 0 143 -133q0 -4 -8 -78q-33 -313 -86 -813q-18 -170 -174 -170q-45 0 -77.5 30.5 t-32.5 88.5v12q-25 -61 -82.5 -99t-124.5 -38q-57 0 -97.5 39t-46.5 96l-41 -399q-18 -160 -178 -160q-137 0 -137 131z" />
-<glyph unicode="&#x3bd;" horiz-adv-x="1030" d="M49 1026q8 80 57.5 125t118.5 45q129 0 152 -145l86 -543l199 549q68 139 184 139q66 0 103.5 -34t37.5 -99q0 -41 -20 -86l-387 -862q-53 -115 -179 -115q-121 0 -149 115l-199 866q-4 29 -4 45z" />
-<glyph unicode="&#x3be;" horiz-adv-x="1101" d="M-20 389q0 147 105 261t255 188q-74 18 -119 65t-45 103q8 80 60.5 146.5t134.5 98.5q-2 0 -16.5 1t-26.5 1q-8 0 -53.5 2t-69.5 5q-80 6 -80 100q8 94 45 135t111 41h591q147 0 148 -125q0 -158 -158 -158q-182 0 -266 -49t-92 -121q0 -123 131 -122q182 0 182 -107 q0 -78 -60.5 -109.5t-144.5 -31.5q-106 0 -187 -61.5t-93 -147.5q4 -80 65.5 -142.5t177.5 -93.5q283 -78 283 -264q0 -115 -81 -235.5t-183 -120.5q-57 0 -96 43t-39 98q2 23 18.5 72t16.5 73q0 43 -68 60q-68 14 -119 29.5t-116.5 48t-108.5 71.5t-72.5 103.5t-29.5 142.5 z" />
-<glyph unicode="&#x3bf;" horiz-adv-x="1204" d="M-16 516q0 283 170 496t432 213q227 0 350 -160t123 -389q0 -283 -164 -488.5t-438 -205.5q-227 0 -350 153.5t-123 380.5zM313 559q0 -117 43 -204t129 -87q82 0 140.5 65.5t81 144.5t22.5 155q0 119 -43 210t-131 91q-80 0 -138.5 -68.5t-81 -150.5t-22.5 -156z" />
-<glyph unicode="&#x3c0;" horiz-adv-x="1134" d="M-43 127q0 20 92 903q8 66 55.5 114t114.5 48h647q143 0 144 -131q0 -20 -92 -903q-16 -158 -177 -158q-143 0 -143 127q0 25 78 758h-322l-75 -727q-16 -158 -179 -158q-143 0 -143 127z" />
-<glyph unicode="&#x3c1;" horiz-adv-x="1173" d="M-84 -289q0 16 10 107l84 786q27 270 186.5 445.5t407.5 175.5q229 0 344 -141.5t115 -378.5q0 -123 -33 -248t-93 -236.5t-163.5 -181.5t-232.5 -70q-90 0 -161 42t-101 122l-41 -393q-18 -160 -179 -160q-143 0 -143 131zM330 549q0 -123 53 -189.5t129 -66.5 q80 0 135 65.5t75.5 143.5t20.5 151q0 109 -39.5 184.5t-121.5 75.5q-90 0 -149.5 -62.5t-81 -140t-21.5 -161.5z" />
-<glyph unicode="&#x3c2;" horiz-adv-x="1187" d="M29 492q0 291 203.5 506.5t486.5 215.5q127 0 244 -57q45 -20 71.5 -59t26.5 -80q-6 -76 -56.5 -128t-117.5 -52q-25 0 -96 22q-74 25 -115 25q-139 0 -225 -108.5t-86 -244.5q0 -61 18 -103t58 -66.5t71 -36t88 -25.5q319 -80 320 -301q0 -125 -76 -240.5t-189 -115.5 q-57 0 -96 43t-39 96q2 18 11.5 59t9.5 62q0 45 -62 90q-63 14 -100 26.5t-98.5 37t-99.5 58.5t-76.5 84t-57 125t-18.5 167z" />
-<glyph unicode="&#x3c3;" d="M-29 526q0 289 171 488.5t448 199.5l497 -2q68 -4 112 -43t44 -100q-6 -74 -63.5 -126t-122.5 -52l-178 24q125 -172 125 -360q0 -236 -168 -404.5t-400 -168.5q-225 0 -345 157.5t-120 386.5zM301 561q0 -111 43 -190.5t129 -79.5q119 0 175.5 111.5t56.5 238.5 q0 111 -39 188.5t-123 77.5q-82 0 -139.5 -60.5t-80 -136t-22.5 -149.5z" />
-<glyph unicode="&#x3c4;" horiz-adv-x="1069" d="M-12 1018q0 80 44 129t122 49h634q152 0 152 -129q0 -84 -49 -130t-131 -46h-162l-43 -416q-12 -123 -12 -133q0 -51 30 -51q162 0 162 -129q0 -84 -54 -131t-138 -47q-178 0 -250 78.5t-72 234.5q0 145 37 420q6 51 21 172h-150q-141 0 -141 129z" />
-<glyph unicode="&#x3c5;" horiz-adv-x="1073" d="M-16 375q0 31 67 659q14 160 172 160q147 0 148 -131q0 -8 -6 -70q-20 -188 -56 -528q4 -70 39 -119t96 -49q68 0 116 48t56 120l62 569q18 160 176 160q147 0 147 -131q0 -16 -67 -641q-20 -188 -177 -316.5t-347 -128.5q-180 0 -303 112t-123 286z" />
-<glyph unicode="&#x3c6;" horiz-adv-x="1546" d="M18 504q0 203 103.5 396.5t284.5 297.5q35 20 81 21q92 0 95 -82q0 -29 -14.5 -59.5t-28 -51t-45.5 -65.5q-49 -66 -75 -107t-53.5 -128t-27.5 -183q0 -80 31.5 -148.5t97.5 -97.5l37 360q10 90 38.5 180.5t82 177.5t143.5 141t203 54q197 0 301 -149.5t104 -353.5 q0 -268 -171 -469t-449 -246l-27 -254q-16 -162 -176 -162q-147 0 -147 133q0 14 4 39l24 246q-207 31 -311.5 172t-104.5 338zM786 285q115 37 189 149.5t74 247.5q0 92 -27 159.5t-84 67.5t-80 -53q-16 -39 -33 -203z" />
-<glyph unicode="&#x3c7;" horiz-adv-x="1067" d="M-86 -283q6 51 35 99l373 626q-27 66 -105 238t-111 266q-12 45 -12 72q0 82 48 132t128 50q109 0 144 -98l102 -385l203 387q55 92 155 92q63 0 104.5 -41t41.5 -104q-6 -63 -33 -111l-344 -498q33 -82 131 -311t131 -311q14 -43 15 -74q0 -72 -50.5 -121t-119.5 -49 q-53 0 -96.5 31t-57.5 82l-141 469q-16 -29 -110.5 -229.5t-117.5 -243.5q-61 -113 -180 -113q-68 0 -100.5 41t-32.5 104z" />
-<glyph unicode="&#x3c8;" horiz-adv-x="1427" d="M12 506q0 16 5.5 67.5t20.5 183.5t30 257q18 178 176 178q63 0 105 -43t42 -113q-14 -147 -28.5 -278t-19.5 -175t-5 -57q0 -197 104 -243l99 872q18 164 174 164q147 0 147 -131q0 -2 -6 -53.5t-31.5 -279.5t-62.5 -574q68 29 110.5 117.5t57.5 199.5l51 418 q20 176 178 176q63 0 105.5 -43t42.5 -115l-50 -424q-31 -254 -166 -425t-360 -199l-24 -226q-18 -186 -181 -186q-141 0 -141 150q0 25 27 262q-199 27 -299.5 167t-100.5 353z" />
-<glyph unicode="&#x3c9;" horiz-adv-x="1394" d="M2 410q0 213 91 417.5t249 335.5q47 39 119 39q59 0 93 -36t34 -91q-6 -68 -53 -119q-209 -225 -209 -512q0 -70 24.5 -108.5t57.5 -38.5q31 0 55 35t31 96l24 227q18 170 141 170q102 0 103 -123q0 -23 -27 -274q0 -2 -1 -7t-1 -7v-13q0 -49 18.5 -76.5t45.5 -27.5 q49 0 79.5 59.5t39 115.5t8.5 106q0 209 -125 389q-25 59 -25 94q6 61 50 103t108 42q70 0 108 -39q201 -195 201 -549q0 -104 -25.5 -211.5t-75.5 -204t-137.5 -157.5t-195.5 -61q-80 0 -140.5 71.5t-74.5 194.5q-35 -115 -110.5 -189.5t-155.5 -74.5q-133 0 -228.5 119 t-95.5 305z" />
-<glyph unicode="&#x3ca;" horiz-adv-x="743" d="M-152 1489q8 90 65.5 145.5t137.5 55.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-74 0 -120 47t-46 117zM-8 256q0 31 78 762q14 158 176 158q150 0 149 -132q0 -2 -1 -7t-2 -20.5t-3 -33.5l-65 -643q0 -49 30 -49q160 0 160 -131q0 -82 -54 -129 t-136 -47q-332 0 -332 272zM358 1489q8 88 64.5 144.5t134.5 56.5q74 0 119 -46.5t45 -115.5q-8 -90 -64.5 -146.5t-136.5 -56.5q-70 0 -116 47t-46 117z" />
-<glyph unicode="&#x3cb;" horiz-adv-x="1073" d="M-78 375q0 -174 123 -286t303 -112q190 0 347 128t177 317q68 625 68 641q0 131 -147 131q-158 0 -177 -160l-61 -569q-8 -72 -56 -120t-116 -48q-61 0 -96 49t-39 119q35 340 55 528q6 61 6 70q0 131 -147 131q-158 0 -172 -160q-68 -628 -68 -659zM80 1489 q8 90 65.5 145.5t137.5 55.5q70 0 116.5 -47.5t46.5 -116.5q-8 -88 -65 -144.5t-135 -56.5q-74 0 -120 47t-46 117zM590 1489q8 88 64.5 144.5t133.5 56.5q74 0 119 -46.5t45 -115.5q-8 -90 -64.5 -146.5t-135.5 -56.5q-70 0 -116 47t-46 117z" />
-<glyph unicode="&#x3cc;" horiz-adv-x="1198" d="M-31 516q0 283 170 496t432 213q227 0 350 -160t123 -389q0 -283 -163.5 -488.5t-438.5 -205.5q-227 0 -350 153.5t-123 380.5zM299 559q0 -117 43 -204t129 -87q82 0 140.5 65.5t81 144.5t22.5 155q0 119 -43 210t-131 91q-80 0 -138.5 -68.5t-81 -150.5t-22.5 -156z M489 1450q0 53 27 96l150 279q57 106 159 106q139 0 140 -129q0 -45 -21 -86l-151 -276q-20 -37 -34 -57.5t-46.5 -41t-77.5 -20.5q-74 0 -110 35t-36 94z" />
-<glyph unicode="&#x3cd;" horiz-adv-x="1056" d="M-16 375q0 31 67 659q14 160 172 160q147 0 148 -131q0 -8 -6 -70q-20 -188 -56 -528q4 -70 39 -119t96 -49q68 0 116 48t56 120l62 569q18 160 176 160q147 0 147 -131q0 -16 -67 -641q-20 -188 -177 -316.5t-347 -128.5q-180 0 -303 112t-123 286zM418 1450q0 53 26 96 l150 279q57 106 160 106q139 0 139 -129q0 -45 -21 -86l-151 -276q-20 -37 -33.5 -57.5t-46.5 -41t-78 -20.5q-74 0 -109.5 35t-35.5 94z" />
-<glyph unicode="&#x3ce;" horiz-adv-x="1394" d="M2 410q0 213 91 417.5t249 335.5q47 39 119 39q59 0 93 -36t34 -91q-6 -68 -53 -119q-209 -225 -209 -512q0 -70 24.5 -108.5t57.5 -38.5q31 0 55 35t31 96l24 227q18 170 141 170q102 0 103 -123q0 -23 -27 -274q0 -2 -1 -7t-1 -7v-13q0 -49 18.5 -76.5t45.5 -27.5 q49 0 79.5 59.5t39 115.5t8.5 106q0 209 -125 389q-25 59 -25 94q6 61 50 103t108 42q70 0 108 -39q201 -195 201 -549q0 -104 -25.5 -211.5t-75.5 -204t-137.5 -157.5t-195.5 -61q-80 0 -140.5 71.5t-74.5 194.5q-35 -115 -110.5 -189.5t-155.5 -74.5q-133 0 -228.5 119 t-95.5 305zM575 1450q0 53 27 96l150 279q57 106 159 106q139 0 140 -129q0 -45 -21 -86l-151 -276q-20 -37 -34 -57.5t-46.5 -41t-77.5 -20.5q-74 0 -110 35t-36 94z" />
-<glyph unicode="&#x2000;" horiz-adv-x="1003" />
-<glyph unicode="&#x2001;" horiz-adv-x="2009" />
-<glyph unicode="&#x2002;" horiz-adv-x="1003" />
-<glyph unicode="&#x2003;" horiz-adv-x="2009" />
-<glyph unicode="&#x2004;" horiz-adv-x="669" />
-<glyph unicode="&#x2005;" horiz-adv-x="501" />
-<glyph unicode="&#x2006;" horiz-adv-x="333" />
-<glyph unicode="&#x2007;" horiz-adv-x="333" />
-<glyph unicode="&#x2008;" horiz-adv-x="249" />
-<glyph unicode="&#x2009;" horiz-adv-x="401" />
-<glyph unicode="&#x200a;" horiz-adv-x="110" />
-<glyph unicode="&#x2010;" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
-<glyph unicode="&#x2011;" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
-<glyph unicode="&#x2012;" horiz-adv-x="800" d="M0 565q0 82 55.5 137.5t132.5 55.5h375q156 0 156 -137q0 -88 -52.5 -136.5t-136.5 -48.5h-374q-156 0 -156 129z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1474" d="M16 563q0 84 55.5 139.5t133.5 55.5h921q156 0 156 -137q0 -88 -52 -136.5t-136 -48.5h-922q-156 0 -156 127z" />
-<glyph unicode="&#x2014;" horiz-adv-x="1900" d="M33 563q0 84 55 139.5t133 55.5h1282q156 0 156 -137q0 -88 -51.5 -136.5t-137.5 -48.5h-1282q-155 0 -155 127z" />
-<glyph unicode="&#x2018;" horiz-adv-x="520" d="M68 1395q6 72 59 118t119 46q96 0 129 -93l100 -309q14 -27 14 -47q0 -68 -56 -122t-122 -54q-53 0 -91 35t-54 84l-92 297q-6 22 -6 45z" />
-<glyph unicode="&#x2019;" horiz-adv-x="520" d="M33 1077q2 39 30 78l164 311q47 92 148 93q61 0 104 -39t43 -99q-2 -47 -22 -78l-148 -290q-25 -47 -73 -83t-101 -36q-51 0 -98 44t-47 99z" />
-<glyph unicode="&#x201a;" horiz-adv-x="520" d="M-90 -104q2 43 20 75l152 293q25 49 73 82t101 33t97 -40t44 -95q-2 -49 -26 -82l-166 -314q-55 -90 -148 -90q-61 0 -104 39.5t-43 98.5z" />
-<glyph unicode="&#x201c;" horiz-adv-x="1015" d="M82 1407q6 63 58.5 107.5t117.5 44.5q98 0 131 -93l100 -309q12 -23 13 -70q-6 -57 -64.5 -105t-113.5 -48q-51 0 -90 36t-54 83l-90 297q-8 28 -8 57zM537 1407q6 66 57 109t117 43q100 0 133 -93l100 -309q10 -23 10 -70q-6 -57 -64.5 -105t-113.5 -48q-51 0 -89 36 t-52 83l-92 297q-6 18 -6 57z" />
-<glyph unicode="&#x201d;" horiz-adv-x="1009" d="M47 1077q2 37 29 78l164 311q53 92 147 93q61 0 105.5 -39t44.5 -99q-2 -41 -23 -78l4 7l-153 -297q-27 -47 -73 -83t-102 -36q-49 0 -96 44t-47 99zM502 1077q2 41 26 78l164 311q53 92 148 93q61 0 105 -39t44 -99q-2 -41 -22 -78l4 7l-154 -297q-25 -47 -72 -83 t-102 -36q-49 0 -95 44t-46 99z" />
-<glyph unicode="&#x201e;" horiz-adv-x="991" d="M-78 -106q2 41 23 77l151 293q25 47 74 82t100.5 35t95.5 -42t44 -97q-2 -45 -25 -80l-168 -314q-51 -90 -147 -90q-59 0 -103.5 39.5t-44.5 96.5zM358 -106q2 47 23 77l149 293q25 49 75 82t102 33q53 0 96 -40t43 -95q-2 -49 -27 -82l-166 -314q-51 -90 -149 -90 q-59 0 -102.5 39.5t-43.5 96.5z" />
-<glyph unicode="&#x2020;" horiz-adv-x="1155" d="M51 1008q0 86 48 136t128 50h176l19 176q8 80 61.5 130t118.5 50q139 0 139 -145q0 -23 -20 -211h180q145 0 146 -133q0 -82 -49.5 -132t-129.5 -50h-180l-74 -699q-18 -180 -174 -180q-61 0 -103 42t-42 114q0 4 6 65q27 252 70 658h-176q-144 0 -144 129z" />
-<glyph unicode="&#x2021;" horiz-adv-x="1155" d="M-2 496q0 88 48 138t128 50h176l21 195h-176q-143 0 -144 129q0 88 48 138t128 50h176l19 174q8 84 60.5 132t119.5 48q139 0 139 -143q0 -25 -20 -211h180q145 0 146 -133q0 -84 -48.5 -134t-130.5 -50h-180l-20 -195h180q143 0 143 -129q0 -88 -48 -137t-130 -49h-180 l-21 -195q-18 -180 -174 -180q-61 0 -103 42t-42 114v3v4q0 3 1 8t2 13t2 18.5t3 27t4 37t4 48t6 60.5h-176q-141 0 -141 127z" />
-<glyph unicode="&#x2022;" horiz-adv-x="1187" d="M121 672q0 193 135 323.5t317 130.5q164 0 263.5 -99t99.5 -257q0 -193 -133 -326t-316 -133q-166 0 -266 100.5t-100 260.5z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1413" d="M-37 164q8 88 65.5 144.5t135.5 56.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-72 0 -118 47t-46 117zM436 164q8 88 65.5 144.5t135.5 56.5q70 0 117 -47.5t47 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-72 0 -118 47t-46 117zM913 164 q8 88 64.5 144.5t134.5 56.5q72 0 118 -47.5t46 -116.5q-8 -88 -65.5 -144.5t-135.5 -56.5q-70 0 -116 47t-46 117z" />
-<glyph unicode="&#x202f;" horiz-adv-x="401" />
-<glyph unicode="&#x2030;" horiz-adv-x="2906" d="M115 1096q0 195 130 331t312 136q164 0 257 -105.5t93 -267.5q0 -199 -128 -341t-312 -142q-164 0 -258 112.5t-94 276.5zM422 1110q0 -49 18.5 -83t55.5 -34q57 0 83.5 54.5t26.5 113.5q0 49 -20.5 83t-59.5 34q-53 0 -78.5 -56.5t-25.5 -111.5zM535 86q0 45 26 98 l629 1276q57 113 168 113q129 0 129 -121q0 -59 -21 -106q-66 -137 -343 -693.5t-312 -607.5q-55 -84 -143 -84q-133 0 -133 125zM1124 354q0 201 129 338t316 137q162 0 253 -109.5t91 -268.5q0 -197 -126 -336.5t-308 -139.5q-168 0 -261.5 107.5t-93.5 271.5zM1427 381 q0 -51 20.5 -86t61.5 -35q53 0 79 53.5t26 110.5q0 49 -19.5 85t-56.5 36q-53 0 -82 -55.5t-29 -108.5zM1966 354q0 199 129 337t315 138q164 0 255.5 -109.5t91.5 -268.5q0 -197 -126 -336.5t-311 -139.5q-166 0 -260 107.5t-94 271.5zM2271 383q0 -51 20.5 -87t59.5 -36 q53 0 80 53.5t27 108.5q0 49 -20.5 86t-57.5 37q-45 0 -77 -47t-32 -115z" />
-<glyph unicode="&#x2039;" horiz-adv-x="1396" d="M14 575q0 125 133 185l875 387q51 23 96 22q33 0 64 -12q76 -35 75 -115q-10 -121 -131 -178l-669 -266l596 -289q102 -49 102 -143q0 -76 -47 -121t-121 -45q-59 0 -106 25l-770 403q-97 49 -97 147z" />
-<glyph unicode="&#x203a;" horiz-adv-x="1396" d="M-29 127q0 131 109 182l684 277l-610 284q-92 51 -93 142q14 166 172 166q37 0 72 -15l793 -411q115 -61 114 -150q-12 -123 -168 -194l-854 -392q-35 -14 -75 -14q-144 0 -144 125z" />
-<glyph unicode="&#x205f;" horiz-adv-x="501" />
-<glyph unicode="&#x20ac;" horiz-adv-x="1589" d="M-33 639q0 78 46 105.5t128 27.5h23l4 31q4 37 8 57h-24q-84 0 -118 15.5t-34 70.5q0 78 46 105.5t128 27.5h59q96 248 297 405.5t478 157.5q270 0 448 -178q49 -51 49 -123q-8 -88 -59 -137t-121 -49q-78 0 -121 49q-84 96 -239 96q-238 0 -367 -221h444q84 0 118 -16 t34 -72q0 -78 -45 -104.5t-129 -26.5h-502l-10 -88h276q82 0 117 -15.5t35 -70.5q0 -80 -45 -106.5t-129 -26.5h-219q84 -223 321 -223q160 0 256 88q55 49 117 49q76 0 112.5 -40t36.5 -103q0 -100 -77 -164q-223 -182 -488 -183q-281 0 -446.5 161t-202.5 415h-53 q-84 0 -118 15.5t-34 70.5z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1636" d="M104 1411q0 66 37 105.5t101 39.5h338q117 0 116 -104q0 -66 -37.5 -104.5t-103.5 -38.5h-43l-51 -488q-14 -135 -139 -135q-113 0 -113 107q0 18 53 516h-45q-113 0 -113 102zM616 793q0 6 160 641q35 135 160 135q119 0 139 -115l33 -287l98 289q45 113 164 113 q57 0 94 -36t39 -99l29 -609q-14 -131 -137 -131q-109 0 -115 113v344q-80 -328 -92 -358q-43 -102 -131 -102.5t-115 104.5l-18 344l-60 -330q-29 -117 -139 -117q-109 1 -109 101z" />
-<glyph unicode="&#x2126;" horiz-adv-x="1505" d="M23 133q0 88 49 141.5t129 53.5h919q145 0 146 -138q0 -86 -48.5 -138t-130.5 -52h-919q-145 0 -145 133zM100 975q0 287 204 475t491 188q279 0 429 -155.5t150 -378.5q0 -287 -210 -471t-494 -184q-274 0 -422 152.5t-148 373.5zM430 1012q0 -100 71.5 -170t207.5 -70 q137 0 237.5 84t100.5 211q0 102 -75 175t-208 73q-137 0 -235.5 -88t-98.5 -215z" />
-<glyph unicode="&#x2206;" horiz-adv-x="1429" d="M-43 119q0 39 25 96l-5 -6l586 1239q68 150 209 149q156 0 184 -147l340 -1239q6 -31 7 -57q-14 -154 -224 -154h-952q-170 0 -170 119zM391 340h514l-192 692z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1195" d="M0 1195h1195v-1195h-1195v1195z" />
-<glyph horiz-adv-x="1245" d="M-31 539q0 190 74 358t216 277.5t323 113.5h8q229 0 349 -159.5t120 -393.5q0 -186 -70.5 -357t-214 -286t-328.5 -115q-158 0 -268 81t-159.5 205t-49.5 276zM299 573q0 -117 47 -194.5t135 -77.5q84 0 143.5 71.5t82 156.5t22.5 161q0 115 -46 194t-130 79 q-86 0 -147.5 -71t-84 -155t-22.5 -164z" />
-<glyph horiz-adv-x="821" d="M-20 1020q0 66 45 116t108 66q51 12 95 24.5t73 19.5t52.5 14.5t36.5 10.5t22.5 6t14.5 4t8 2t7 1q53 0 88 -27.5t48 -66.5q6 -12 6 -49q0 -27 -99 -971q-8 -74 -57 -122t-123 -48q-70 0 -110.5 41t-40.5 106q0 2 4 41q27 242 75 723q-16 -6 -71 -20q-14 -2 -41 -2 q-59 0 -100 36t-41 95z" />
-<glyph horiz-adv-x="1185" d="M2 131q0 80 68 160q295 231 414.5 332.5t155.5 145.5t40 87q0 57 -38 90t-93 33q-59 0 -106.5 -41t-55.5 -113q-8 -61 -57 -119.5t-123 -58.5t-112 54.5t-38 132.5q23 209 180.5 337.5t350.5 128.5q174 0 301 -109.5t127 -281.5q0 -76 -30 -151.5t-64.5 -129t-105.5 -121 t-106.5 -97t-113.5 -91.5h223q141 0 142 -129q0 -86 -48.5 -138t-128.5 -52h-606q-176 0 -176 131z" />
-<glyph horiz-adv-x="1134" d="M-39 68q0 78 49 135t123 57q45 0 86 -27.5t57 -74.5q37 -119 140 -119q82 0 137 57.5t55 134.5q0 61 -29.5 113.5t-89.5 61.5h-67q-82 0 -121 26.5t-39 87.5q0 160 193 160q39 0 61 4q49 20 79 80.5t30 116.5q0 53 -31 83.5t-86 30.5q-119 0 -146 -102q-2 -18 -14 -41 t-45 -46.5t-78 -23.5q-158 0 -157 123q0 172 153.5 291t327.5 119q182 0 292.5 -115t110.5 -272q0 -115 -59 -208t-156 -153q197 -113 197 -334q0 -219 -169 -370.5t-380 -151.5q-127 0 -226.5 57.5t-154.5 145.5q-43 72 -43 154z" />
-<glyph horiz-adv-x="1239" d="M-33 262q0 84 58 146l550 759q96 129 232 129q84 0 136 -51t52 -139q0 -20 -71 -678q139 -4 139 -131q0 -86 -46 -136t-124 -50l-19 -170q-18 -178 -182 -179q-68 0 -106.5 38t-38.5 110q0 20 20 196h-430q-82 0 -126 44t-44 112zM410 428h190l33 307z" />
-<glyph horiz-adv-x="1239" d="M-51 -2q8 82 56 127t110 45q78 0 123 -70q27 -39 80 -64.5t108 -25.5q96 0 161.5 76t65.5 168q0 78 -48 133t-138 55q-35 0 -94.5 -15t-89.5 -15q-150 0 -150 127q0 20 1 31.5t4 26.5t14.5 51t26 83t44 146.5t64.5 218.5q20 70 73.5 109.5t131.5 39.5h430q68 0 105.5 -43 t37.5 -108q-8 -92 -52 -135.5t-126 -43.5h-340q-14 -70 -41 -157q238 0 359.5 -130t121.5 -325q0 -252 -178 -432t-424 -180q-180 0 -308 99t-128 208z" />
-<glyph horiz-adv-x="1173" d="M-6 477q0 502 592 1010q68 49 127 49q68 0 109.5 -38t41.5 -105q-6 -82 -61 -131q-6 -6 -60.5 -49.5t-74 -60.5t-59.5 -55t-66.5 -73t-46.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-402 -183.5q-217 0 -331.5 142.5t-114.5 357.5zM317 496 q0 -82 42 -140.5t116 -60.5q86 8 144.5 75.5t68.5 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145.5 -73.5t-53.5 -165.5z" />
-<glyph horiz-adv-x="1146" d="M14 1081q0 92 53.5 142.5t143.5 50.5h645q66 0 111 -45t45 -115q-6 -61 -27 -100l-604 -1145q-68 -129 -186 -129q-72 0 -106 40t-34 99q0 49 31 107l510 956h-420q-162 0 -162 139z" />
-<glyph horiz-adv-x="1140" d="M-27 422q0 131 69 245.5t181 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t342.5 136q176 0 285.5 -104.5t109.5 -272.5q0 -106 -53 -196.5t-137 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -329 124t-124 321zM313 463q0 -70 40 -114 t108 -44q78 0 129 64.5t51 140.5q0 72 -40 119t-101 47q-82 0 -134.5 -66.5t-52.5 -146.5zM424 1112q0 -51 26.5 -85t75.5 -34q47 0 83 43t42 99q0 59 -26.5 88.5t-67.5 29.5q-59 0 -96 -42t-37 -99z" />
-<glyph horiz-adv-x="1179" d="M-25 688q0 248 174.5 422t409.5 174q213 0 334 -141.5t121 -364.5q0 -307 -176 -583.5t-449 -483.5q-53 -39 -117 -39q-61 0 -101 39t-40 96q10 98 84 154q229 172 348 326q-102 -35 -196 -35q-186 0 -289 130t-103 306zM303 682q0 -88 48 -138t120 -50q102 0 162.5 76.5 t60.5 179.5q0 84 -45 142t-133 58q-98 0 -155.5 -85t-57.5 -183z" />
-<glyph horiz-adv-x="1392" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-73 176h-463l-90 -153l2 6q-55 -129 -181 -129q-68 0 -101.5 38t-33.5 95zM543 561h182q-45 125 -76 184z" />
-<glyph horiz-adv-x="1175" d="M-37 150q0 20 90 874q18 178 185 178h331q170 0 282 -73.5t112 -223.5q0 -147 -101 -248q66 -43 104 -113.5t38 -142.5q0 -174 -143.5 -282.5t-325.5 -118.5h-392q-96 0 -129 31q-51 35 -51 119zM297 315h215q63 0 101 28t42 65q0 94 -149 94h-191zM340 725h188 q55 0 87 24.5t36 59.5q0 80 -84 80h-211z" />
-<glyph horiz-adv-x="1294" d="M23 528q0 301 210.5 504t507.5 203q258 0 430 -174q51 -51 52 -115q0 -74 -52.5 -128t-123.5 -54q-76 0 -115 49q-82 88 -230 88q-145 0 -243.5 -93t-98.5 -230q0 -125 78 -199t203 -74q135 0 246 94q47 47 112 47q72 0 108 -36.5t36 -94.5q0 -100 -76 -161 q-215 -172 -467 -172q-262 0 -419.5 151t-157.5 395z" />
-<glyph horiz-adv-x="1218" d="M-35 117q0 31 92 907q18 178 215 178h363q217 0 359.5 -138t142.5 -382q0 -301 -189.5 -490.5t-474.5 -191.5h-354q-86 0 -120 22.5t-34 94.5zM301 315h195q145 0 228 93.5t83 236.5q0 123 -65.5 183.5t-161.5 60.5h-220z" />
-<glyph horiz-adv-x="993" d="M-45 109q0 16 94 921q18 172 182 172h553q145 0 146 -125q0 -90 -48 -139t-130 -49h-404l-14 -146h317q76 0 112 -24.5t36 -85.5q0 -162 -176 -162h-318l-16 -156h420q156 0 155 -131q0 -86 -52 -135t-136 -49h-570q-88 0 -119.5 23t-31.5 86z" />
-<glyph horiz-adv-x="909" d="M-47 121q0 4 8 78q33 313 86 825q18 178 182 178h539q145 0 145 -127q0 -88 -48 -137t-130 -49h-387l-20 -191h270q143 0 143 -129q0 -88 -48 -138t-128 -50h-270l-25 -236q-16 -145 -174 -145q-143 0 -143 121z" />
-<glyph horiz-adv-x="1478" d="M18 524q0 270 202 485.5t487 215.5q119 0 234.5 -49.5t197.5 -145.5q23 -37 22 -78q-6 -59 -61.5 -105t-118.5 -46q-51 0 -92 28q-88 88 -219 89q-133 0 -229.5 -106.5t-96.5 -250.5q0 -123 83 -201.5t196 -78.5q172 0 266 176h-187q-113 0 -112 116q4 53 44 95.5 t99 42.5l334 -2q92 -6 127 -42t35 -106q0 -8 -4 -61q-23 -217 -202 -367.5t-452 -150.5q-246 0 -399.5 161.5t-153.5 380.5z" />
-<glyph horiz-adv-x="1175" d="M-39 127q0 20 94 922q18 160 174 159q143 0 144 -127q0 -20 -31 -309h387l29 277q18 160 176 159q143 0 143 -129q0 -20 -94 -921q-16 -158 -176 -158q-143 0 -143 127q0 20 32 328h-387l-30 -297q-18 -158 -175 -158q-143 0 -143 127z" />
-<glyph horiz-adv-x="346" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
-<glyph horiz-adv-x="862" d="M-45 193q18 178 172 178q43 0 119 -60q41 -25 80 -24q35 0 58.5 20.5t25.5 54.5l71 685q18 160 174 159q145 0 146 -129q0 -20 -74 -715q-18 -176 -139 -281.5t-297 -105.5t-295 115q-41 40 -41 103z" />
-<glyph horiz-adv-x="1210" d="M-37 123q0 4 8 80q35 328 90 864q14 145 172 145q145 0 146 -120q0 4 -37 -363l530 434q61 47 109 47q61 0 104 -45t43 -106q-6 -82 -57 -123l-352 -272l311 -388q43 -41 43 -110q-8 -74 -70.5 -121t-107.5 -47q-33 0 -56.5 9t-34.5 19.5t-30 32.5l-315 383l-160 -127 l-18 -168q-16 -147 -170 -147q-148 0 -148 123z" />
-<glyph horiz-adv-x="1040" d="M-37 158q0 25 90 891q18 160 174 159q143 0 144 -127q0 -20 -78 -766h491q145 0 146 -129q0 -86 -48 -136t-130 -50h-627q-162 0 -162 158z" />
-<glyph horiz-adv-x="1710" d="M-20 133q0 39 12 66l264 821q66 205 227 205q74 0 125 -48.5t70 -134.5l94 -464q33 72 100.5 236.5t96.5 227.5q82 180 233 181q176 0 182 -205l82 -852q-2 -84 -50 -124t-124 -40q-137 0 -147 145l-39 508q-33 -74 -109.5 -254t-115.5 -264q-66 -137 -174 -137 q-117 0 -146 137l-108 520q-27 -82 -79 -256t-75 -245q-18 -80 -59 -117t-117 -37q-66 0 -104.5 34t-38.5 97z" />
-<glyph horiz-adv-x="1232" d="M-37 129q0 23 96 924q16 172 172 172q102 0 160 -103l383 -532l49 473q16 160 170 160q145 0 146 -133q0 -4 -9 -80q-35 -319 -88 -838q-18 -172 -174 -172q-98 0 -153 88l-387 533l-47 -459q-18 -162 -175 -162q-143 0 -143 129z" />
-<glyph horiz-adv-x="1402" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5z" />
-<glyph horiz-adv-x="1087" d="M-39 127q0 20 94 913q18 164 183 164h368q205 0 311.5 -110.5t106.5 -270.5q0 -213 -147.5 -352t-350.5 -141h-233l-17 -170q-18 -160 -174 -160q-141 0 -141 127zM328 645h225q143 0 154 129q0 51 -38 84t-120 33h-197z" />
-<glyph horiz-adv-x="1564" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -231 -136 -408q2 -4 11.5 -14.5t11.5 -14.5q33 -43 33 -92q-6 -76 -51.5 -124t-116.5 -48q-63 0 -103 43l-36 41q-137 -66 -299 -65q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5 t200.5 -78.5q25 0 37 2q-35 59 -35 104q0 68 58.5 121.5t124.5 53.5q51 0 119 -64q18 66 18 111q0 117 -72.5 194.5t-189.5 77.5q-143 0 -239.5 -95.5t-96.5 -230.5z" />
-<glyph horiz-adv-x="1091" d="M-41 139q0 23 96 920q18 164 211 164h275q221 0 345 -89.5t124 -269.5q0 -127 -57.5 -229.5t-161.5 -161.5q12 -23 51 -94.5t57 -108.5q39 -49 39 -104q0 -82 -49 -125t-129 -43q-76 0 -135 86l-166 291h-160l-23 -201q-18 -174 -174 -174q-143 0 -143 139zM332 688h229 q55 0 92 35t41 80q0 47 -27.5 75.5t-82.5 28.5h-230z" />
-<glyph horiz-adv-x="1019" d="M-20 215q6 76 53 114t108 38q57 0 152.5 -56.5t179.5 -56.5q100 0 109 74q-8 33 -65.5 69.5t-131.5 76.5t-147.5 87t-124 120t-50.5 157q18 180 160 282.5t332 102.5q182 0 319 -76q70 -41 70 -119q-6 -63 -47 -103t-109 -40q-51 0 -145 30.5t-158 30.5q-94 0 -102 -74 q0 -37 55.5 -75.5t133 -76.5t155.5 -83t133 -115.5t55 -156.5q0 -188 -154.5 -285.5t-350.5 -97.5q-199 0 -379 120q-51 35 -51 113z" />
-<glyph horiz-adv-x="1077" d="M53 1018q0 86 49.5 135t133.5 49h671q145 0 146 -127q0 -88 -48.5 -137t-130.5 -49h-178l-75 -721q-18 -168 -175 -168q-145 0 -145 137q0 20 78 752h-176q-150 0 -150 129z" />
-<glyph horiz-adv-x="1204" d="M6 483q0 61 51 553q18 170 183 170q150 0 149 -137q0 -90 -24.5 -263t-24.5 -259q0 -238 184 -238q94 0 152.5 71t77.5 247l43 409q18 170 182 170q154 0 154 -139q0 -20 -48 -457q-66 -629 -610 -628q-215 0 -342 118.5t-127 382.5z" />
-<glyph horiz-adv-x="1216" d="M57 1028q0 84 49.5 134t131.5 50q115 0 143 -116l149 -615q51 98 146.5 317.5t134.5 301.5q55 111 162 110q59 0 106 -47t47 -106q-2 -37 -22 -74l-416 -813q-86 -170 -207 -170q-115 0 -162 154l-258 835q-4 25 -4 39z" />
-<glyph horiz-adv-x="1759" d="M80 1028v39q8 72 59 115t117 43q135 0 147 -144l54 -549l215 560q51 133 194 133q145 0 168 -133l88 -547q29 84 85.5 279.5t76.5 256.5q45 147 182 148q61 0 104.5 -41t43.5 -103q0 -4 -15 -63l-296 -860q-25 -72 -86.5 -117t-135.5 -45q-70 0 -123 38t-63 116 q-23 117 -45.5 244.5t-46.5 256.5l-191 -479q-37 -88 -99 -134t-130 -46q-72 0 -124 49t-62 129z" />
-<glyph horiz-adv-x="1120" d="M-41 123q0 82 66 162l315 329l-209 314q-27 39 -27 88q0 72 54.5 124t124.5 52q94 0 139 -80l119 -252l178 256q53 78 151 78q63 0 104.5 -40t41.5 -101q-6 -74 -53 -125l-275 -303l246 -332q37 -49 37 -115q0 -82 -45 -130t-119 -48q-109 0 -158 94l-170 281l-227 -285 q-72 -86 -162 -86q-131 0 -131 119z" />
-<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
-<glyph horiz-adv-x="1175" d="M-39 135q0 88 51 156l561 600h-348q-147 0 -147 129q0 84 49 134t131 50h641q168 0 168 -129q-8 -82 -70 -162l-559 -598h414q147 0 147 -127q0 -86 -49 -137t-131 -51h-719q-139 0 -139 135z" />
-<glyph horiz-adv-x="1392" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-73 176h-463l-90 -153l2 6q-55 -129 -181 -129q-68 0 -101.5 38t-33.5 95zM543 561h182q-45 125 -76 184z" />
-<glyph horiz-adv-x="1175" d="M-37 150q0 20 90 874q18 178 185 178h331q170 0 282 -73.5t112 -223.5q0 -147 -101 -248q66 -43 104 -113.5t38 -142.5q0 -174 -143.5 -282.5t-325.5 -118.5h-392q-96 0 -129 31q-51 35 -51 119zM297 315h215q63 0 101 28t42 65q0 94 -149 94h-191zM340 725h188 q55 0 87 24.5t36 59.5q0 80 -84 80h-211z" />
-<glyph horiz-adv-x="993" d="M-43 127q0 23 92 895q18 178 182 178h576q68 0 106.5 -42t38.5 -103q-14 -170 -178 -170h-424l-76 -725q-18 -160 -176 -160q-141 0 -141 127z" />
-<glyph horiz-adv-x="1429" d="M-33 115q0 39 23 92l493 880q78 137 201 138q145 0 174 -146l322 -872q8 -25 8 -49q0 -84 -62.5 -121t-150.5 -37h-844q-164 0 -164 115zM424 322h342l-131 389z" />
-<glyph horiz-adv-x="993" d="M-45 109q0 16 94 921q18 172 182 172h553q145 0 146 -125q0 -90 -48 -139t-130 -49h-404l-14 -146h317q76 0 112 -24.5t36 -85.5q0 -162 -176 -162h-318l-16 -156h420q156 0 155 -131q0 -86 -52 -135t-136 -49h-570q-88 0 -119.5 23t-31.5 86z" />
-<glyph horiz-adv-x="1175" d="M-39 135q0 88 51 156l561 600h-348q-147 0 -147 129q0 84 49 134t131 50h641q168 0 168 -129q-8 -82 -70 -162l-559 -598h414q147 0 147 -127q0 -86 -49 -137t-131 -51h-719q-139 0 -139 135z" />
-<glyph horiz-adv-x="1175" d="M-39 127q0 20 94 922q18 160 174 159q143 0 144 -127q0 -20 -31 -309h387l29 277q18 160 176 159q143 0 143 -129q0 -20 -94 -921q-16 -158 -176 -158q-143 0 -143 127q0 20 32 328h-387l-30 -297q-18 -158 -175 -158q-143 0 -143 127z" />
-<glyph horiz-adv-x="1374" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5zM438 569q0 84 48.5 134.5t127.5 52.5h76q145 0 146 -133q0 -84 -48.5 -133.5t-130.5 -51.5h-75q-144 0 -144 131z" />
-<glyph horiz-adv-x="409" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
-<glyph horiz-adv-x="1210" d="M-37 123q0 4 8 80q35 328 90 864q14 145 172 145q145 0 146 -120q0 4 -37 -363l530 434q61 47 109 47q61 0 104 -45t43 -106q-6 -82 -57 -123l-352 -272l311 -388q43 -41 43 -110q-8 -74 -70.5 -121t-107.5 -47q-33 0 -56.5 9t-34.5 19.5t-30 32.5l-315 383l-160 -127 l-18 -168q-16 -147 -170 -147q-148 0 -148 123z" />
-<glyph horiz-adv-x="1349" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-260 648l-364 -623q-63 -125 -181 -125q-68 0 -101.5 38t-33.5 95z" />
-<glyph horiz-adv-x="1710" d="M-20 133q0 39 12 66l264 821q66 205 227 205q74 0 125 -48.5t70 -134.5l94 -464q33 72 100.5 236.5t96.5 227.5q82 180 233 181q176 0 182 -205l82 -852q-2 -84 -50 -124t-124 -40q-137 0 -147 145l-39 508q-33 -74 -109.5 -254t-115.5 -264q-66 -137 -174 -137 q-117 0 -146 137l-108 520q-27 -82 -79 -256t-75 -245q-18 -80 -59 -117t-117 -37q-66 0 -104.5 34t-38.5 97z" />
-<glyph horiz-adv-x="1232" d="M-37 129q0 23 96 924q16 172 172 172q102 0 160 -103l383 -532l49 473q16 160 170 160q145 0 146 -133q0 -4 -9 -80q-35 -319 -88 -838q-18 -172 -174 -172q-98 0 -153 88l-387 533l-47 -459q-18 -162 -175 -162q-143 0 -143 129z" />
-<glyph horiz-adv-x="1331" d="M-37 131q0 90 51.5 139t135.5 49h841q154 0 154 -131q0 -86 -51.5 -135t-135.5 -49h-841q-154 0 -154 127zM80 1018q0 86 47 136t129 50h811q145 0 145 -129q0 -88 -49 -136t-129 -48h-811q-143 0 -143 127zM164 586q0 82 47 123t127 41h539q74 0 109.5 -27t35.5 -90 q0 -80 -47 -122t-127 -42h-539q-74 0 -109.5 27t-35.5 90z" />
-<glyph horiz-adv-x="1402" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5z" />
-<glyph horiz-adv-x="1163" d="M-39 129q0 20 94 905q18 162 172 162h703q59 0 101 -44t42 -103l-92 -889q-18 -160 -172 -160q-145 0 -145 127q0 23 75 750h-387l-73 -717q-18 -160 -179 -160q-139 0 -139 129z" />
-<glyph horiz-adv-x="1087" d="M-39 127q0 20 94 913q18 164 183 164h368q205 0 311.5 -110.5t106.5 -270.5q0 -213 -147.5 -352t-350.5 -141h-233l-17 -170q-18 -160 -174 -160q-141 0 -141 127zM328 645h225q143 0 154 129q0 51 -38 84t-120 33h-197z" />
-<glyph horiz-adv-x="1157" d="M-37 135q0 90 53 158l346 325l-241 289q-39 76 -39 146q14 152 199 151h659q145 0 145 -129q0 -166 -178 -166h-356l137 -186q4 -10 15.5 -24.5t17.5 -29t6 -36.5q0 -20 -5 -37.5t-11 -26t-19.5 -24t-17.5 -21.5l-225 -229h421q76 0 110 -23.5t34 -85.5q0 -86 -48 -136 t-128 -50h-736q-139 0 -139 135z" />
-<glyph horiz-adv-x="1077" d="M53 1018q0 86 49.5 135t133.5 49h671q145 0 146 -127q0 -88 -48.5 -137t-130.5 -49h-178l-75 -721q-18 -168 -175 -168q-145 0 -145 137q0 20 78 752h-176q-150 0 -150 129z" />
-<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
-<glyph horiz-adv-x="1368" d="M16 567q0 203 147.5 327t350.5 148l2 15q14 156 176 155q72 0 109 -43t37 -82q0 -10 -4 -45q201 -14 302 -112.5t101 -259.5q0 -205 -145.5 -327t-348.5 -144l-4 -37q-18 -162 -174 -162q-145 0 -145 131q0 20 6 68q-199 18 -304.5 115t-105.5 253zM319 608q0 -49 37 -85 t101 -36l26 267q-72 0 -116 -41.5t-48 -104.5zM774 487q70 0 115 42t51 98q0 57 -35 92t-104 35z" />
-<glyph horiz-adv-x="1095" d="M-41 123q0 82 66 162l315 329l-209 314q-27 39 -27 88q0 72 54.5 124t124.5 52q94 0 139 -80l119 -252l178 256q53 78 151 78q63 0 104.5 -40t41.5 -101q-6 -74 -53 -125l-275 -303l246 -332q37 -49 37 -115q0 -82 -45 -130t-119 -48q-109 0 -158 94l-170 281l-227 -285 q-72 -86 -162 -86q-131 0 -131 119z" />
-<glyph horiz-adv-x="1429" d="M37 737q0 57 20 254q18 158 179 158q139 0 139 -129q0 -41 -8.5 -118t-8.5 -114q0 -201 103 -247l57 532q14 160 174 160q143 0 144 -131q0 2 -60 -565q139 47 170 342l10 112q14 158 177 158q143 0 143 -127q0 -20 -16 -166q-59 -565 -515 -614l-8 -84 q-18 -158 -174 -158q-143 0 -143 127q0 20 10 117q-393 53 -393 493z" />
-<glyph horiz-adv-x="1300" d="M51 127q0 86 46 137t124 51h723q139 0 139 -131q0 -84 -46 -134t-126 -50h-723q-137 0 -137 127zM129 711q0 221 161 361t378 140q225 0 335.5 -112.5t110.5 -282.5q0 -145 -82 -252.5t-200.5 -157t-253.5 -49.5q-209 0 -329 98.5t-120 254.5zM440 768q0 -57 41 -95 t125 -38t139.5 44t59.5 107q0 53 -46 92.5t-126 39.5q-84 0 -136.5 -42t-56.5 -108z" />
-<glyph horiz-adv-x="1392" d="M-31 133q0 45 27 98l498 854q68 139 204 140q139 0 176 -138l336 -858q10 -35 11 -55q0 -76 -49.5 -125t-122.5 -49q-115 0 -140 100l-73 176h-463l-90 -153l2 6q-55 -129 -181 -129q-68 0 -101.5 38t-33.5 95zM543 561h182q-45 125 -76 184z" />
-<glyph horiz-adv-x="993" d="M-45 109q0 16 94 921q18 172 182 172h553q145 0 146 -125q0 -90 -48 -139t-130 -49h-404l-14 -146h317q76 0 112 -24.5t36 -85.5q0 -162 -176 -162h-318l-16 -156h420q156 0 155 -131q0 -86 -52 -135t-136 -49h-570q-88 0 -119.5 23t-31.5 86z" />
-<glyph horiz-adv-x="501" d="M-51 129q0 20 94 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-143 0 -143 129z" />
-<glyph horiz-adv-x="1175" d="M-39 127q0 20 94 922q18 160 174 159q143 0 144 -127q0 -20 -31 -309h387l29 277q18 160 176 159q143 0 143 -129q0 -20 -94 -921q-16 -158 -176 -158q-143 0 -143 127q0 20 32 328h-387l-30 -297q-18 -158 -175 -158q-143 0 -143 127z" />
-<glyph horiz-adv-x="1402" d="M14 528q0 283 208 483.5t485 200.5q246 0 401.5 -154.5t155.5 -391.5q0 -281 -205 -481.5t-481 -200.5q-260 0 -412 155.5t-152 388.5zM338 571q0 -117 75.5 -195.5t200.5 -78.5q137 0 228.5 100.5t91.5 231.5q0 115 -71.5 191.5t-188.5 76.5q-143 0 -239.5 -95.5 t-96.5 -230.5z" />
-<glyph horiz-adv-x="1126" d="M37 1040q0 80 47 129.5t121 49.5q90 0 127 -84l192 -461q47 66 143.5 232.5t137.5 226.5q61 86 153 86q137 0 138 -123q0 -63 -33 -111l-418 -602l-22 -213q-18 -170 -177 -170q-145 0 -145 137q0 20 25 252l-275 584q-14 28 -14 67z" />
-<glyph horiz-adv-x="1300" d="M51 127q0 86 46 137t124 51h723q139 0 139 -131q0 -84 -46 -134t-126 -50h-723q-137 0 -137 127zM129 711q0 221 161 361t378 140q225 0 335.5 -112.5t110.5 -282.5q0 -145 -82 -252.5t-200.5 -157t-253.5 -49.5q-209 0 -329 98.5t-120 254.5zM440 768q0 -57 41 -95 t125 -38t139.5 44t59.5 107q0 53 -46 92.5t-126 39.5q-84 0 -136.5 -42t-56.5 -108z" />
-<glyph horiz-adv-x="346" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
-<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
-<glyph horiz-adv-x="1157" d="M-119 135q0 90 53 158l347 325l-242 289q-39 76 -39 146q14 152 199 151h659q145 0 146 -129q0 -166 -179 -166h-356l137 -186q4 -10 15.5 -24.5t17.5 -29t6 -36.5q0 -20 -5 -37.5t-11 -26t-19.5 -24t-17.5 -21.5l-225 -229h421q76 0 110 -23.5t34 -85.5q0 -86 -48 -136 t-128 -50h-736q-139 0 -139 135z" />
-<glyph horiz-adv-x="346" d="M-72 129q0 20 95 918q18 160 174 159q143 0 143 -127q0 -23 -94 -919q-18 -160 -174 -160q-144 0 -144 129z" />
-<glyph horiz-adv-x="1157" d="M57 1040q0 80 47.5 129.5t120.5 49.5q90 0 127 -84l193 -461q47 66 143 232.5t137 226.5q61 86 154 86q137 0 137 -123q0 -63 -33 -111l-417 -602l-23 -213q-18 -170 -176 -170q-145 0 -145 137q0 20 24 252l-274 584q-15 28 -15 67z" />
-<glyph d="M123 635q0 156 38 313.5t111.5 301t199.5 235.5t284 96h8q125 0 216 -57.5t141 -155.5t74 -208.5t24 -235.5q0 -150 -38 -308.5t-111 -304t-199 -240t-281 -94.5q-129 0 -223.5 57.5t-145.5 155t-74.5 208t-23.5 237.5zM459 664q0 -150 40 -256.5t126 -106.5 q68 0 121 67.5t81.5 167t43 193.5t14.5 164q0 150 -38 255t-120 105q-70 0 -125 -66.5t-85 -164.5t-44 -191t-14 -167z" />
-<glyph d="M145 123q0 82 48.5 130t128.5 48h196l90 862q-68 -25 -112 -24q-59 0 -100.5 36.5t-41.5 96.5q0 66 44 115t110 67l309 82q61 -4 101 -43t40 -96q0 -27 -112 -1096h201q147 0 147 -127q0 -82 -49 -128t-131 -46h-725q-144 0 -144 123z" />
-<glyph d="M145 131q0 80 60 148l567 673q70 86 80 176q0 57 -38 90t-93 33q-59 0 -106.5 -40t-55.5 -111q-8 -63 -57 -121.5t-123 -58.5q-72 0 -111 52t-39 118q23 219 180.5 352t350.5 133q172 0 300 -108.5t128 -278.5q0 -221 -195 -449l-360 -420h330q141 0 141 -129 q0 -84 -47 -135t-129 -55h-606q-177 0 -177 131z" />
-<glyph d="M154 334q0 78 49 135t123 57q45 0 86 -27.5t55 -74.5q39 -119 141 -119q70 0 126.5 45t64.5 123q0 74 -28 131.5t-89 67.5h-68q-82 0 -120.5 26.5t-38.5 87.5q0 160 192 160q39 0 60 4q41 12 71.5 67.5t34.5 108.5q0 135 -115 136q-117 0 -143 -103q-6 -33 -40 -71.5 t-99 -38.5q-156 0 -156 122q0 172 153.5 291t327.5 119q182 0 293 -114.5t111 -272.5q0 -113 -60.5 -207t-156.5 -153q199 -115 198 -338q0 -217 -170 -368t-381 -151q-127 0 -226 57.5t-152 145.5q-43 70 -43 154z" />
-<glyph d="M94 498q0 78 60 147l551 760q94 131 229 131q84 0 136 -52t52 -143q0 -20 -69 -677q137 0 137 -129q0 -86 -46 -137.5t-124 -51.5l-16 -170q-18 -176 -183 -176q-70 0 -107.5 37t-37.5 108q0 20 18 199h-430q-82 0 -126 44t-44 110zM539 664h190l33 329z" />
-<glyph d="M102 285q8 82 56.5 127t109.5 45q80 0 121 -70q27 -39 81 -64.5t110 -25.5q88 0 151.5 64.5t73.5 150.5q0 96 -46 156.5t-138 60.5q-35 0 -95.5 -15.5t-91.5 -15.5q-150 0 -149 131q0 16 1 27.5t5 27t15 52.5t26.5 85t44.5 145.5t61 215.5q20 70 74.5 110t132.5 40h430 q68 0 106 -42t38 -106q0 -82 -49.5 -132t-129.5 -50h-340q-6 -27 -41 -158q238 0 360 -130t122 -324q0 -252 -179.5 -432.5t-424.5 -180.5q-180 0 -307.5 99.5t-127.5 208.5z" />
-<glyph d="M141 477q0 502 592 1010q68 49 127 49q68 0 110 -38t42 -105v-21q-6 -61 -62 -110q-6 -6 -60 -49.5t-73.5 -60.5t-59.5 -55t-66.5 -73t-47.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-401 -183.5q-217 0 -332 142.5t-115 357.5zM465 496 q0 -82 42 -140.5t116 -60.5q86 8 144 75.5t69 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145.5 -73.5t-53.5 -165.5z" />
-<glyph d="M227 1339q0 94 53.5 144.5t141.5 50.5h645q66 0 112 -43t46 -111q0 -41 -29 -106l-604 -1145q-68 -129 -184 -129q-72 0 -106 40t-34 99q0 53 29 107l510 956h-420q-160 0 -160 137z" />
-<glyph d="M137 422q0 131 68.5 245.5t181.5 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t342.5 136q176 0 285.5 -104.5t109.5 -272.5q0 -106 -53.5 -196.5t-136.5 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -329 124t-124 321zM477 463 q0 -70 40 -114t108 -44q78 0 129 64.5t51 140.5q0 72 -40 119t-101 47q-82 0 -134.5 -66.5t-52.5 -146.5zM588 1112q0 -51 26.5 -85t75.5 -34q47 0 83 43t42 99q0 59 -26.5 88.5t-67.5 29.5q-59 0 -96 -42t-37 -99z" />
-<glyph d="M166 979q0 250 173 425t411 175q213 0 332.5 -140.5t119.5 -365.5q0 -309 -177 -584.5t-447 -482.5q-53 -39 -117 -39q-61 0 -101.5 39t-40.5 96q10 98 84 154q229 172 349 326q-102 -35 -195 -35q-184 0 -287.5 129t-103.5 303zM492 991q0 -90 48 -141t119 -51 q102 0 164 77.5t62 178.5q0 84 -45 142t-133 58q-98 0 -156.5 -84t-58.5 -180z" />
-<glyph horiz-adv-x="1288" d="M113 539q0 190 73.5 358t216 277.5t322.5 113.5h8q229 0 349 -159.5t120 -393.5q0 -186 -70.5 -357t-214 -286t-327.5 -115q-158 0 -268.5 81t-159.5 205t-49 276zM442 573q0 -117 47.5 -194.5t135.5 -77.5q84 0 143 71.5t81.5 156.5t22.5 161q0 115 -46 194t-130 79 q-86 0 -147.5 -71t-84 -155t-22.5 -164z" />
-<glyph d="M145 123q0 82 48.5 130t128.5 48h196q20 215 64 610q-16 -6 -72 -20q-14 -2 -41 -2q-59 0 -100 36t-41 95q0 66 45 116t108 66q51 12 95.5 24.5t73 19.5t52 14.5t37 10.5t22.5 6t14 4t8 2t8 1q53 0 87.5 -27.5t47.5 -66.5q6 -12 6 -49q0 -27 -84 -840h199q147 0 147 -127 q0 -82 -49 -128t-131 -46h-725q-144 0 -144 123z" />
-<glyph d="M145 131q0 80 68 160q295 231 415 332.5t155.5 145.5t39.5 87q0 57 -37.5 90t-93.5 33q-59 0 -106 -41t-56 -113q-8 -61 -57 -119.5t-123 -58.5t-111.5 54.5t-37.5 132.5q23 209 180.5 337.5t349.5 128.5q174 0 301 -109.5t127 -281.5q0 -76 -29.5 -151.5t-64.5 -129 t-105.5 -121t-106.5 -97t-114 -91.5h224q141 0 141 -129q0 -86 -48 -138t-128 -52h-606q-177 0 -177 131z" />
-<glyph d="M125 68q0 78 49 135t123 57q45 0 86 -27.5t57 -74.5q37 -119 140 -119q82 0 137 57.5t55 134.5q0 61 -29.5 113.5t-89.5 61.5h-67q-82 0 -121 26.5t-39 87.5q0 160 192 160q39 0 62 4q49 20 78.5 80.5t29.5 116.5q0 53 -30.5 83.5t-85.5 30.5q-119 0 -146 -102 q-2 -18 -14 -41t-45 -46.5t-78 -23.5q-158 0 -158 123q0 172 154 291t328 119q182 0 292.5 -115t110.5 -272q0 -115 -59.5 -208t-155.5 -153q197 -113 197 -334q0 -219 -169 -370.5t-380 -151.5q-127 0 -226.5 57.5t-154.5 145.5q-43 72 -43 154z" />
-<glyph d="M70 262q0 84 57 146l551 759q96 129 231 129q84 0 136.5 -51t52.5 -139q0 -20 -72 -678q139 -4 139 -131q0 -86 -46 -136t-124 -50l-18 -170q-18 -178 -182 -179q-68 0 -107 38t-39 110q0 20 21 196h-430q-82 0 -126 44t-44 112zM512 428h190l33 307z" />
-<glyph d="M72 -2q8 82 56 127t110 45q78 0 122 -70q27 -39 80.5 -64.5t108.5 -25.5q96 0 161.5 76t65.5 168q0 78 -48 133t-138 55q-35 0 -94.5 -15t-89.5 -15q-150 0 -150 127q0 20 1 31.5t4 26.5t14.5 51t25.5 83t44 146.5t65 218.5q20 70 73.5 109.5t130.5 39.5h430 q68 0 106 -43t38 -108q-8 -92 -52 -135.5t-126 -43.5h-340q-14 -70 -41 -157q238 0 359.5 -130t121.5 -325q0 -252 -178 -432t-424 -180q-180 0 -308 99t-128 208z" />
-<glyph d="M141 477q0 502 592 1010q68 49 127 49q68 0 110 -38t42 -105q-6 -82 -62 -131q-6 -6 -60 -49.5t-73.5 -60.5t-59.5 -55t-66.5 -73t-47.5 -74q61 31 170 31q170 0 258 -112.5t88 -278.5q0 -246 -170 -429.5t-401 -183.5q-217 0 -332 142.5t-115 357.5zM465 496 q0 -82 42 -140.5t116 -60.5q86 8 144 75.5t69 155.5q0 92 -42 150.5t-130 58.5q-92 0 -145.5 -73.5t-53.5 -165.5z" />
-<glyph d="M199 1081q0 92 53 142.5t143 50.5h645q66 0 111 -45t45 -115q-6 -61 -27 -100l-604 -1145q-68 -129 -186 -129q-72 0 -105.5 40t-33.5 99q0 49 30 107l510 956h-420q-161 0 -161 139z" />
-<glyph d="M137 422q0 131 68.5 245.5t181.5 176.5q-59 39 -93 110.5t-34 153.5q0 193 153.5 329t342.5 136q176 0 285.5 -104.5t109.5 -272.5q0 -106 -53.5 -196.5t-136.5 -143.5q74 -37 126 -135t52 -203q0 -217 -170 -379t-379 -162q-205 0 -329 124t-124 321zM477 463 q0 -70 40 -114t108 -44q78 0 129 64.5t51 140.5q0 72 -40 119t-101 47q-82 0 -134.5 -66.5t-52.5 -146.5zM588 1112q0 -51 26.5 -85t75.5 -34q47 0 83 43t42 99q0 59 -26.5 88.5t-67.5 29.5q-59 0 -96 -42t-37 -99z" />
-<glyph d="M133 688q0 248 174 422t410 174q213 0 333.5 -141.5t120.5 -364.5q0 -307 -176 -583.5t-448 -483.5q-53 -39 -117 -39q-61 0 -101 39t-40 96q10 98 84 154q229 172 348 326q-102 -35 -197 -35q-186 0 -288.5 130t-102.5 306zM461 682q0 -88 48 -138t120 -50 q102 0 162.5 76.5t60.5 179.5q0 84 -45 142t-133 58q-98 0 -155.5 -85t-57.5 -183z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf
deleted file mode 100644 (file)
index 53b118f..0000000
Binary files a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff b/src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff
deleted file mode 100644 (file)
index e30ec30..0000000
Binary files a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.eot b/src/main/webapp/fonts/BPreplayItalics-webfont.eot
deleted file mode 100644 (file)
index 0ce3b6b..0000000
Binary files a/src/main/webapp/fonts/BPreplayItalics-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.svg b/src/main/webapp/fonts/BPreplayItalics-webfont.svg
deleted file mode 100644 (file)
index c5c871a..0000000
+++ /dev/null
@@ -1,333 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Copyright c 2004 by Magenta 2008 by George Triantafyllakos Released under the SIL Open Font License OFL
-Designer    : MagentaGeorge Triantafyllakos
-Foundry     : MagentaGeorge Triantafyllakos
-Foundry URL : httpwwwmagentagr
-</metadata>
-<defs>
-<font id="BPreplayItalic" horiz-adv-x="1249" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="579" />
-<glyph unicode=" "  horiz-adv-x="579" />
-<glyph unicode="&#x09;" horiz-adv-x="579" />
-<glyph unicode="&#xa0;" horiz-adv-x="579" />
-<glyph unicode="!" horiz-adv-x="436" d="M10 90q4 51 37 83t76 32q41 0 66.5 -27.5t25.5 -75.5q-4 -43 -37 -72.5t-76 -29.5q-39 0 -65.5 25.5t-26.5 64.5zM63 354l117 1131q8 88 84 88q66 0 66 -70l-117 -1132q-8 -76 -84 -76q-66 0 -66 59z" />
-<glyph unicode="&#x22;" horiz-adv-x="663" d="M123 1186l33 301q8 88 84 88q66 0 65 -70l-33 -319q-10 -80 -84 -80q-65 0 -65 80zM408 1186l32 301q8 88 86 88q70 0 70 -72l-33 -317q-10 -80 -88 -80q-67 0 -67 80z" />
-<glyph unicode="#" horiz-adv-x="1323" d="M55 516q2 41 31 60.5t64 19.5h163l86 332h-151q-70 0 -70 55q6 78 84 78h168l102 434q18 76 74 76q27 0 46.5 -17.5t19.5 -44.5l-109 -448h287l106 434q18 78 74 78q27 0 44.5 -16.5t17.5 -43.5l-105 -452h143q74 0 74 -60q0 -39 -29.5 -56t-68.5 -17h-150l-86 -332h148 q68 0 67 -61q-4 -39 -31.5 -58.5t-58.5 -19.5h-155l-92 -357q-27 -100 -99 -100q-45 0 -45 45q0 6 2 16t2 15l97 381h-289l-88 -357q-25 -100 -99 -100q-47 0 -47 45q0 6 2 16t2 15l97 381h-142q-86 0 -86 59zM446 596h289l84 332h-287z" />
-<glyph unicode="$" horiz-adv-x="1122" d="M57 154q2 41 24.5 65.5t57.5 24.5q33 0 121 -45t141 -49l66 612q-150 41 -249 135t-99 229q0 178 129 309.5t303 141.5l8 78q10 66 51 65q37 0 37 -47l-10 -96q90 -2 201.5 -51t111.5 -123q-6 -80 -78 -80q-23 0 -107.5 50t-141.5 54l-56 -516q168 -57 273.5 -163.5 t105.5 -258.5q0 -195 -144.5 -340t-328.5 -149q-4 -35 -10 -100q-6 -55 -47 -56q-43 0 -43 56l14 100q-106 8 -218 49.5t-112 104.5zM291 1169q0 -82 56 -141t138 -84l52 483q-102 -18 -170 -88t-76 -170zM487 141q123 29 206 119t83 207q0 182 -227 262z" />
-<glyph unicode="%" horiz-adv-x="1660" d="M123 1155q0 172 111.5 294t271.5 122q141 0 222 -94.5t81 -237.5q0 -172 -111.5 -298t-271.5 -126q-141 0 -222 98.5t-81 241.5zM262 1155q0 -94 45 -158.5t131 -64.5q111 0 175.5 93t64.5 202q0 98 -49 162.5t-135 64.5q-109 0 -170.5 -95t-61.5 -204zM371 29 q2 23 10 43l709 1429q31 61 86 62q25 0 39 -16.5t14 -41.5q-4 -37 -17 -61l-723 -1444q-14 -31 -69 -31q-20 0 -34.5 16.5t-14.5 43.5zM795 336q0 174 112.5 297t274.5 123q139 0 218 -96.5t79 -239.5q0 -172 -107.5 -296t-267.5 -124q-145 0 -227 95.5t-82 240.5zM934 336 q0 -94 45 -157.5t135 -63.5q109 0 172.5 91t63.5 197q0 96 -47.5 166t-133.5 70q-111 0 -173 -96t-62 -207z" />
-<glyph unicode="&#x26;" horiz-adv-x="1513" d="M41 373q0 319 434 579q-47 55 -68.5 85t-44 81t-22.5 101q0 147 103.5 249.5t244.5 102.5q111 0 185.5 -69.5t74.5 -198.5q0 -197 -256 -392l340 -438l144 205q55 80 110 80q63 0 64 -58q-2 -53 -41 -104l-193 -250q182 -225 182 -250v-8q-2 -35 -28.5 -61.5t-57.5 -26.5 q-35 0 -55 20l-149 226q-104 -135 -234.5 -212t-267.5 -77q-217 0 -341 115t-124 301zM195 393q0 -129 83.5 -210t213.5 -81q113 0 232.5 72t203.5 191l-373 477q-360 -230 -360 -449zM500 1251q0 -123 110 -233q195 147 195 282q0 66 -40 100t-95 34q-76 0 -123 -54.5 t-47 -128.5z" />
-<glyph unicode="'" horiz-adv-x="528" d="M121 1155q4 29 8 35l156 309q39 76 100 76q31 0 53.5 -22.5t22.5 -55.5q-2 -29 -15 -49l-165 -301q-31 -55 -84 -55q-31 0 -53.5 18t-22.5 45z" />
-<glyph unicode="(" horiz-adv-x="593" d="M66 551q0 578 385 975q31 23 59 22q27 0 44 -18.5t17 -46.5q-4 -31 -30 -58q-162 -170 -247 -393t-85 -473q0 -379 184 -594q12 -25 13 -47v-8q-2 -29 -23 -47.5t-49 -18.5q-35 0 -62 29q-206 232 -206 678z" />
-<glyph unicode=")" horiz-adv-x="593" d="M-10 -90q4 27 22 55q164 158 251 390.5t87 484.5q0 342 -178 585q-18 25 -18 58q2 27 23.5 46t49.5 19q31 0 56 -22q213 -262 213 -656q0 -272 -97.5 -549.5t-285.5 -447.5q-31 -29 -66 -29q-57 0 -57 58v8z" />
-<glyph unicode="*" d="M381 997q4 29 27 50l223 110l-195 111q-23 20 -22 53q4 23 23.5 41t43.5 18q6 0 23 -4l190 -133l15 240q18 57 67 57q47 0 55 -51l-40 -246l208 125q16 10 37 10t37.5 -16t16.5 -43q-4 -31 -37 -55l-224 -107l199 -102q29 -14 29 -56q-4 -25 -23.5 -42t-44.5 -17 q-14 0 -31 6l-186 119l-8 -219q-2 -33 -23.5 -50.5t-46.5 -17.5q-23 0 -38 15.5t-15 46.5l33 225l-211 -123q-16 -4 -27 -4q-23 0 -39 16t-16 43z" />
-<glyph unicode="+" d="M109 549q8 96 102 96h373l39 375q4 41 28.5 64.5t63.5 23.5q33 0 54.5 -22.5t21.5 -57.5l-39 -383h372q43 0 66.5 -19.5t23.5 -52.5q-6 -100 -108 -100h-373l-41 -387q-4 -37 -29.5 -61.5t-60.5 -24.5q-78 0 -78 74l41 399h-372q-84 0 -84 76z" />
-<glyph unicode="," horiz-adv-x="526" d="M-20 -213q0 14 8 35l170 334q33 66 92 65q29 0 48 -18.5t19 -44.5q0 -18 -6 -27l-192 -360q-27 -51 -74 -52q-27 0 -46 19.5t-19 48.5z" />
-<glyph unicode="-" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
-<glyph unicode="." horiz-adv-x="438" d="M10 90q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="/" d="M268 29q2 23 11 43l708 1429q31 61 86 62q53 0 53 -66q-4 -31 -16 -53l-723 -1444q-14 -31 -70 -31q-20 0 -34.5 16.5t-14.5 43.5z" />
-<glyph unicode="0" horiz-adv-x="1216" d="M53 614q0 115 20.5 240t67.5 254t115 231.5t170 167t223 64.5h8q115 0 201 -57.5t132 -153.5t67.5 -206t21.5 -232q0 -111 -20.5 -235t-67.5 -252t-114.5 -229.5t-169 -166t-222.5 -64.5q-119 0 -205.5 55.5t-134 149.5t-70 202.5t-22.5 231.5zM225 641 q0 -129 23.5 -237.5t89 -189.5t164.5 -81q86 0 156.5 57.5t115.5 145.5t76 194.5t44 201.5t13 171q0 131 -23.5 239.5t-86 187.5t-158.5 79q-109 0 -194 -84t-130 -210t-67.5 -249t-22.5 -225z" />
-<glyph unicode="1" horiz-adv-x="720" d="M55 1339q4 74 84 95q313 86 322 86q49 0 61 -41l4 -35q0 -12 -4 -70l-135 -1286q-4 -39 -28.5 -63.5t-61.5 -24.5q-35 0 -55.5 20.5t-20.5 55.5l131 1265l-207 -57q-20 -4 -26 -4q-29 0 -46.5 16t-17.5 43z" />
-<glyph unicode="2" horiz-adv-x="1171" d="M57 66v8q2 33 39 76l637 757q119 143 119 285q0 98 -71.5 156.5t-170.5 58.5q-109 0 -194.5 -72.5t-98.5 -201.5q-4 -35 -28.5 -67t-63.5 -32q-37 0 -56 30t-19 69v10q20 188 165.5 305t319.5 117q158 0 272.5 -96.5t114.5 -249.5q0 -207 -188 -428l-539 -635h563 q70 0 70 -66v-10q-10 -80 -86 -80h-678q-107 0 -107 66z" />
-<glyph unicode="3" horiz-adv-x="1132" d="M68 305q4 39 26.5 60.5t50.5 21.5q53 0 72 -53q63 -195 248 -195q139 0 234.5 95.5t95.5 228.5q0 100 -53.5 174t-157.5 92q-25 4 -119 4q-86 2 -86 68v8q10 74 100 74q96 0 117 4q100 20 156.5 115.5t56.5 199.5q0 100 -58.5 157.5t-164.5 57.5q-88 0 -158 -59.5 t-78 -145.5q-10 -102 -90 -102q-76 0 -76 88q14 147 138 260t290 113q170 0 267.5 -99.5t97.5 -252.5q0 -223 -207 -392q190 -127 191 -350q0 -213 -148.5 -356.5t-349.5 -143.5q-154 0 -274.5 94.5t-120.5 233.5z" />
-<glyph unicode="4" horiz-adv-x="1198" d="M43 475v8q8 45 35 78l627 862q68 96 165 97q117 0 117 -148l-88 -829h98q68 0 68 -66q-6 -88 -76 -88h-106l-31 -293q-10 -96 -86 -96q-72 0 -72 80l31 307h-584q-47 0 -72.5 25.5t-25.5 62.5zM242 543h499l86 805z" />
-<glyph unicode="5" horiz-adv-x="1189" d="M29 223q4 41 25.5 62.5t47.5 21.5q41 0 60 -35q43 -63 125 -103t166 -40q154 0 262 119t108 266q0 127 -77.5 216t-225.5 89q-57 0 -117.5 -17.5t-89.5 -17.5q-76 0 -75 64q0 25 163 586q25 82 125 82h439q31 0 49 -23t18 -55q-8 -88 -84 -88h-422l-110 -396 q70 16 157 17q203 0 309.5 -122t106.5 -300q0 -240 -168 -407t-395 -167q-164 0 -280.5 80t-116.5 168z" />
-<glyph unicode="6" horiz-adv-x="1144" d="M51 446q0 526 625 1045q37 31 74 31q33 0 54 -18.5t21 -51.5q-2 -41 -26 -61q-141 -119 -272.5 -267.5t-192.5 -253.5q104 109 293 109q158 0 261 -117t103 -303q0 -229 -154.5 -406.5t-375.5 -177.5q-197 0 -303.5 135t-106.5 336zM209 446q0 -133 72.5 -226t203.5 -93 q154 18 251.5 136t97.5 267q0 125 -73 211t-214 86q-152 0 -245 -117t-93 -264z" />
-<glyph unicode="7" horiz-adv-x="1132" d="M90 1421q8 96 103 97h725q37 0 61.5 -24t24.5 -62q-2 -33 -19 -64l-678 -1284q-47 -84 -106 -84q-63 0 -64 68q2 45 15 61l649 1223h-625q-86 -1 -86 69z" />
-<glyph unicode="8" horiz-adv-x="1126" d="M49 385q0 145 85 268t216 183q-164 106 -164 305q0 176 137.5 298t307.5 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -302 114t-114 296zM225 410q0 -119 70 -196t188 -77 q137 0 225.5 107.5t88.5 240.5q0 117 -71 195t-179 78q-137 0 -229.5 -108.5t-92.5 -239.5zM350 1141q0 -98 57.5 -164t155.5 -66q111 0 179.5 93.5t68.5 201.5q0 94 -58.5 148.5t-142.5 54.5q-111 0 -185.5 -81t-74.5 -187z" />
-<glyph unicode="9" horiz-adv-x="1204" d="M80 993q0 236 154.5 406t386.5 170q199 0 310 -132t111 -343q0 -317 -189 -610.5t-466 -497.5q-31 -23 -65 -23q-29 0 -47.5 17.5t-18.5 42.5q4 51 47 86q152 121 287 272t180 248q-111 -90 -272 -90q-197 0 -307.5 133t-110.5 321zM244 997q0 -141 79.5 -223t200.5 -82 q166 0 265.5 120t99.5 282q0 133 -73 225t-218 92q-160 0 -257 -129t-97 -285z" />
-<glyph unicode=":" horiz-adv-x="434" d="M10 90q4 51 37 83t76 32q41 0 66.5 -27.5t25.5 -75.5q-4 -43 -37 -72.5t-76 -29.5q-39 0 -65.5 25.5t-26.5 64.5zM86 807q2 51 35 83t78 32q41 0 66.5 -29t25.5 -74q-4 -43 -38 -72.5t-77 -29.5q-39 0 -64.5 25.5t-25.5 64.5z" />
-<glyph unicode=";" horiz-adv-x="526" d="M-20 -213q0 -29 19 -48.5t46 -19.5q47 0 74 52l192 360q6 8 6 27q0 27 -19 45t-48 18q-59 0 -92 -65l-170 -334q-8 -21 -8 -35zM188 807q0 51 34 83t79 32q41 0 66.5 -27t25.5 -68q0 -47 -34.5 -78.5t-79.5 -31.5q-39 0 -65 25.5t-26 64.5z" />
-<glyph unicode="&#x3c;" horiz-adv-x="1300" d="M98 561q6 70 82 103l977 434q41 16 72 16q25 0 40 -16.5t15 -40.5q-6 -59 -76 -92l-886 -406l786 -401q68 -35 68 -80q-6 -76 -76 -76q-33 0 -78 23l-862 452q-62 31 -62 84z" />
-<glyph unicode="=" d="M92 362q6 90 82 91h963q68 0 67 -62q-8 -88 -84 -88h-962q-66 0 -66 59zM137 788q6 88 80 89h963q68 0 67 -62q-6 -88 -82 -88h-962q-66 0 -66 61z" />
-<glyph unicode="&#x3e;" horiz-adv-x="1300" d="M51 70q6 51 88 88l869 401l-801 406q-59 31 -60 84q4 29 25 47t47.5 18t67.5 -16l887 -434q61 -33 61 -84q-6 -68 -82 -103l-956 -452q-51 -23 -82 -23q-64 0 -64 68z" />
-<glyph unicode="?" horiz-adv-x="987" d="M178 1188q16 154 137 244t263 90q137 0 229 -84t92 -234q0 -106 -45 -214.5t-134 -217t-156.5 -177.5t-178.5 -169q-31 -27 -61.5 -27t-48 18.5t-17.5 47.5v10q4 33 53 76q94 86 141.5 132t129.5 140.5t120.5 183.5t38.5 175q0 92 -55 139t-135 47q-78 0 -142.5 -53 t-80.5 -133q-8 -41 -32 -64.5t-52 -23.5q-66 0 -66 94zM215 102q0 43 35 73t78 30q41 0 66.5 -27.5t25.5 -75.5q0 -43 -35 -72.5t-78 -29.5q-41 0 -66.5 27.5t-25.5 74.5z" />
-<glyph unicode="@" horiz-adv-x="1767" d="M104 641q0 393 237 664.5t611 271.5q285 0 463 -153.5t178 -426.5q0 -90 -22.5 -194.5t-63.5 -205.5t-114.5 -168t-163.5 -67q-111 0 -193 117q-115 -115 -250 -114q-150 0 -227.5 97t-77.5 240q0 188 114 337t292 149q109 0 190 -90q18 88 76 88q61 0 61 -68 q0 -88 -23.5 -255t-23.5 -247q0 -117 70 -116q59 0 105.5 55t69 135t33.5 151.5t11 123.5q0 221 -138 350t-362 129q-213 0 -377.5 -118t-245.5 -294t-81 -373q0 -250 151.5 -400t387.5 -150q340 0 516 176q43 41 79 41q51 0 52 -45q-4 -51 -33 -80q-227 -227 -598 -228 q-291 0 -497 183.5t-206 484.5zM629 721q0 -92 47 -153.5t141 -61.5q123 0 197 104l37 357q-68 82 -154 82q-123 0 -195.5 -103.5t-72.5 -224.5z" />
-<glyph unicode="A" horiz-adv-x="1357" d="M6 61q2 18 12 52l603 1310q43 92 127 93q86 0 110 -93l340 -1310q6 -12 6 -29q0 -37 -21.5 -60.5t-56.5 -23.5q-57 0 -67 49l-82 262h-696l-117 -233q-39 -78 -98.5 -78t-59.5 61zM340 467h598l-209 840z" />
-<glyph unicode="B" horiz-adv-x="1222" d="M8 74q0 16 2 26l137 1317q12 98 95 99h395q66 0 132.5 -18.5t129 -55.5t101 -101.5t38.5 -148.5q0 -123 -78.5 -224.5t-189.5 -136.5q129 -20 219 -123.5t90 -240.5q0 -193 -147.5 -330t-331.5 -137h-481q-68 0 -90 16q-21 17 -21 58zM166 150h387q145 0 250.5 86 t105.5 221q0 133 -106.5 208.5t-257.5 75.5h-316zM244 881h266q133 0 241.5 61.5t120.5 181.5q0 115 -72.5 178.5t-189.5 63.5h-315z" />
-<glyph unicode="C" horiz-adv-x="1419" d="M72 655q0 233 98 441.5t285.5 341.5t416.5 133q252 0 414 -168q33 -31 33 -68q-4 -41 -27.5 -64.5t-54.5 -23.5q-41 0 -61 25q-121 133 -326 133q-188 0 -330.5 -112.5t-210 -273.5t-67.5 -331q0 -231 122.5 -392t352.5 -161q195 0 352 141q25 23 53 23q66 0 66 -66v-10 q-6 -49 -39 -76q-215 -170 -457 -170q-301 0 -460.5 195.5t-159.5 482.5z" />
-<glyph unicode="D" horiz-adv-x="1318" d="M6 57q0 16 2 27l139 1333q12 98 129 99h406q258 0 397.5 -191.5t139.5 -466.5q0 -213 -91.5 -407.5t-263.5 -322.5t-381 -128h-397q-45 0 -62.5 11t-17.5 46zM166 150h321q135 0 247 65.5t179.5 169.5t104.5 224t37 239q0 221 -105.5 369.5t-304.5 148.5h-350z" />
-<glyph unicode="E" horiz-adv-x="976" d="M6 57q0 20 2 35l142 1331q10 92 92 93h622q68 0 68 -60q-6 -90 -82 -90h-557l-53 -504h458q68 0 68 -65q-8 -84 -84 -84h-459l-59 -563h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
-<glyph unicode="F" horiz-adv-x="897" d="M6 53l141 1364q12 98 95 99h604q68 0 67 -60q-6 -90 -82 -90h-536l-57 -541h405q68 0 68 -65q-8 -86 -84 -86h-406l-63 -613q-6 -61 -84 -61q-68 0 -68 53z" />
-<glyph unicode="G" horiz-adv-x="1439" d="M72 633q0 176 55 345t153.5 303t251 217t330.5 83q117 0 238 -48t198 -140q29 -33 29 -62q-4 -37 -28.5 -64.5t-61.5 -27.5q-35 0 -68 33q-145 145 -333 145q-145 0 -263 -72.5t-188 -187.5t-106.5 -245t-36.5 -257q0 -221 113.5 -370.5t332.5 -149.5q209 0 347.5 158 t162.5 393q2 27 -6 31h-420q-82 0 -82 63v11q8 76 105 75h444q68 0 91.5 -32.5t23.5 -94.5q0 -195 -91.5 -369.5t-252 -283.5t-346.5 -109q-289 0 -440.5 187.5t-151.5 468.5z" />
-<glyph unicode="H" horiz-adv-x="1355" d="M6 63l146 1381q6 76 79 76q70 0 70 -64v-12l-63 -598h845l64 598q8 76 79.5 76t71.5 -66l-145 -1380q-6 -74 -84 -74q-68 0 -68 63l66 631h-846l-65 -620q-6 -74 -80 -74q-70 0 -70 63z" />
-<glyph unicode="I" horiz-adv-x="360" d="M6 63l146 1381q6 76 79 76q70 0 70 -64l-145 -1380q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph unicode="J" horiz-adv-x="851" d="M12 125v8q10 78 78 78q16 0 82 -47q63 -47 143 -47q88 0 142.5 50t64.5 138l121 1139q8 76 82 76q72 0 72 -76l-121 -1139q-14 -152 -118.5 -242t-258.5 -90q-162 0 -268 103q-19 18 -19 49z" />
-<glyph unicode="K" horiz-adv-x="1183" d="M6 57l146 1399q6 63 79 64q72 0 72 -56v-8l-78 -747l797 788q18 18 49 18.5t53.5 -23.5t22.5 -52q-2 -35 -25 -54l-491 -481l393 -772q18 -18 18 -51v-8q-2 -33 -32.5 -54.5t-51.5 -21.5q-37 0 -65 35l-385 760l-305 -289l-45 -438q-6 -66 -80 -66q-72 0 -72 57z" />
-<glyph unicode="L" horiz-adv-x="1021" d="M8 94q0 4 1 11.5t1 11.5l142 1327q6 76 79 76q70 0 70 -64l-137 -1306h657q68 0 68 -60q-6 -90 -82 -90h-707q-92 0 -92 94z" />
-<glyph unicode="M" horiz-adv-x="1828" d="M6 61v11l4 24l338 1274q41 154 148 154q102 0 129 -138l217 -1116l463 1116q55 133 159 134q106 0 113 -150l55 -1288q-2 -37 -25.5 -58.5t-56.5 -21.5q-72 0 -73 82l-43 1243l-531 -1239q-37 -88 -92 -88q-57 0 -76 88l-254 1241l-319 -1243q-23 -84 -90 -84 q-66 0 -66 59z" />
-<glyph unicode="N" horiz-adv-x="1337" d="M6 66l144 1364q10 90 81 90q57 0 101 -74l674 -1176l122 1170q10 78 82 78q68 0 68 -62l-141 -1366q-10 -90 -82 -90q-59 0 -97 61l-679 1172l-123 -1155q-10 -78 -80 -78t-70 66z" />
-<glyph unicode="O" horiz-adv-x="1499" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5q-188 0 -321 99t-192.5 251t-59.5 336zM233 680q0 -233 113 -393t322 -160q139 0 252.5 70.5t180 182.5t101.5 236.5t35 247.5 q0 233 -112.5 391t-325.5 158q-137 0 -250 -70.5t-179.5 -181t-101.5 -235.5t-35 -246z" />
-<glyph unicode="P" horiz-adv-x="1261" d="M6 63l144 1373q8 82 92 82h434q199 0 328 -115t129 -299q0 -215 -167 -361.5t-374 -146.5h-381l-55 -520q-8 -76 -80 -76q-70 0 -70 63zM227 745h373q156 0 266.5 100.5t110.5 246.5q0 129 -94.5 202.5t-249.5 73.5h-340z" />
-<glyph unicode="Q" horiz-adv-x="1521" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -326 -187 -598q10 -12 123 -154q16 -23 17 -47v-8q-4 -29 -23.5 -50.5t-52.5 -21.5q-29 0 -45 18l-127 144q-211 -184 -457 -184q-188 0 -321 99t-192.5 251t-59.5 336zM236 680 q0 -233 112.5 -393t321.5 -160q176 0 340 149l-88 99q-23 27 -23 53q2 41 29.5 67.5t60.5 26.5t51 -22l84 -94q115 207 115 454q0 236 -111.5 394.5t-326.5 158.5q-137 0 -250 -70.5t-179.5 -181t-101 -235.5t-34.5 -246z" />
-<glyph unicode="R" horiz-adv-x="1308" d="M8 74l142 1362q8 82 124 82h451q203 0 317.5 -88.5t114.5 -251.5q0 -160 -104.5 -279t-253.5 -158l221 -604q10 -35 10 -59v-12q-6 -68 -74 -68q-47 0 -65 41l-256 688h-410l-67 -635q-10 -92 -82 -92q-68 0 -68 74zM240 877h434q131 0 234.5 78.5t103.5 199.5 q0 104 -86 158.5t-199 54.5h-434z" />
-<glyph unicode="S" horiz-adv-x="1091" d="M16 158q8 80 78 80q33 0 68 -25q117 -76 260 -76q147 0 253.5 99.5t106.5 240.5q0 78 -59 140.5t-203 132.5q-74 37 -110.5 56t-100 61t-95.5 79t-57.5 91.5t-25.5 115.5q0 176 146.5 295t318.5 119q182 0 313 -107q49 -37 49 -88q-4 -37 -28.5 -63.5t-55.5 -26.5 q-29 0 -73 37q-100 84 -226 84q-113 0 -188.5 -61.5t-83.5 -145.5q0 -37 17.5 -71.5t38 -58.5t61.5 -51.5t62.5 -39.5t68.5 -36l55 -28q170 -88 260 -188t90 -238q0 -225 -166.5 -367.5t-386.5 -142.5q-193 0 -342 103q-45 35 -45 80z" />
-<glyph unicode="T" horiz-adv-x="1056" d="M150 1432q8 86 90 86h755q70 0 70 -62q-6 -88 -84 -88h-303l-135 -1282q-10 -86 -82 -86q-70 0 -70 70l135 1298h-301q-75 1 -75 64z" />
-<glyph unicode="U" horiz-adv-x="1366" d="M53 475q0 51 97 955q8 88 92 88q74 0 73 -72q-92 -877 -92 -930q0 -373 383 -373q190 0 307 102.5t144 354.5l88 830q8 88 92 88q76 0 76 -72l-90 -862q-16 -164 -76 -285t-151 -189.5t-197.5 -100.5t-229.5 -32q-236 0 -376 119t-140 379z" />
-<glyph unicode="V" horiz-adv-x="1320" d="M152 1438v10q6 74 86 74q59 0 71 -62l297 -1206l543 1206q29 59 78 60q31 0 50 -25t19 -57q0 -14 -18 -61.5t-69.5 -161t-109 -237.5t-171 -370t-219.5 -481q-59 -127 -129 -127q-66 0 -95 109l-331 1302q-2 9 -2 27z" />
-<glyph unicode="W" horiz-adv-x="1822" d="M150 1433.5q0 6.5 2 10.5q2 35 26.5 55.5t57.5 20.5q68 0 73 -76l80 -1239l477 1237q31 78 117 78t98 -78l209 -1235l334 1233q23 84 94 84q31 0 51.5 -19.5t20.5 -52.5v-8l-381 -1340q-14 -47 -53 -75.5t-86 -28.5q-43 0 -76 23.5t-41 70.5l-199 1186l-442 -1153 q-25 -66 -65.5 -98.5t-84.5 -32.5q-45 0 -78.5 33.5t-37.5 87.5l-94 1308q-2 2 -2 8.5z" />
-<glyph unicode="X" horiz-adv-x="1325" d="M4 47v10q6 35 33 70l532 717l-346 555q-12 23 -12 43v8q2 31 25.5 50.5t52.5 19.5q41 0 65 -37l320 -514l383 512q31 37 67 37q27 0 47.5 -19.5t20.5 -48.5q-2 -31 -23 -53l-419 -559l397 -707q20 -35 20 -68v-8q-6 -57 -65 -57q-45 0 -72 45l-391 670l-498 -668 q-37 -47 -84 -47q-53 0 -53 49z" />
-<glyph unicode="Y" horiz-adv-x="1132" d="M152 1436v12q6 72 73 72q41 0 60 -43l284 -605l383 601q35 47 78 47q61 0 62 -56v-10q-4 -25 -17 -43l-444 -698l-66 -625q-8 -88 -84 -88q-70 0 -69 72v16l65 625l-317 682q-8 18 -8 41z" />
-<glyph unicode="Z" horiz-adv-x="1198" d="M8 68v18q2 41 31 80l924 1202h-713q-72 0 -72 64v10q8 76 86 76h823q96 0 97 -60q-2 -43 -51 -106l-924 -1202h784q72 0 72 -58v-14q-6 -78 -86 -78h-907q-64 0 -64 68z" />
-<glyph unicode="[" horiz-adv-x="522" d="M-2 -27l154 1479q8 100 94 100h149q59 0 60 -57q0 -2 -1 -7t-1 -9q-6 -61 -70 -62h-86l-147 -1413h86q57 0 57 -51v-10q-8 -70 -74 -70h-149q-72 0 -72 80v20z" />
-<glyph unicode="\" horiz-adv-x="940" d="M156 1475v8q2 31 26.5 48t59.5 17q29 0 41 -17.5t26 -62.5l410 -1396q2 -6 2 -23q-4 -27 -24.5 -45t-49.5 -18q-61 0 -82 69l-407 1397q-2 9 -2 23z" />
-<glyph unicode="]" horiz-adv-x="522" d="M-6 -70q0 4 1 10.5t1 8.5q6 55 57 55h97l145 1399q-4 0 -33 -1t-53 -1q-55 0 -55 53v12q6 70 69 70h154q74 0 74 -76q0 -16 -2 -24l-154 -1463q-8 -100 -92 -100h-154q-55 0 -55 57z" />
-<glyph unicode="^" d="M123 608q2 35 24 70l543 807q31 51 88 51q55 0 80 -51l354 -807q10 -27 11 -51v-11q-6 -70 -82 -69q-51 0 -88 82l-297 690l-461 -690q-33 -47 -50.5 -64.5t-48 -17.5t-52 16t-21.5 45z" />
-<glyph unicode="_" horiz-adv-x="1060" d="M-94 -195q6 68 82 68h1020q72 0 71 -70q-6 -66 -86 -65h-1020q-67 -1 -67 67z" />
-<glyph unicode="`" horiz-adv-x="528" d="M117 1124q0 20 10 41l172 320q31 57 84 57q76 0 76 -65v-9q0 -2 -6 -20l-172 -315q-41 -72 -82 -72q-37 0 -59.5 18t-22.5 45z" />
-<glyph unicode="a" horiz-adv-x="1288" d="M37 473q0 123 37 245t104.5 224t173 167t230.5 65q100 0 190 -50.5t123 -140.5l8 84q10 80 86 80q66 0 66 -64q-86 -829 -86 -847q0 -115 133 -115q82 0 82 -55v-13q-6 -72 -97 -71q-125 0 -186 50t-76 148q-68 -88 -166 -147.5t-204 -59.5q-205 0 -311.5 142.5 t-106.5 357.5zM195 485q0 -160 69.5 -266t202.5 -106q123 0 216 91t135 209.5t42 231.5q0 176 -84 278.5t-205 102.5q-92 0 -167.5 -55.5t-118.5 -140.5t-66.5 -175t-23.5 -170z" />
-<glyph unicode="b" horiz-adv-x="1148" d="M4 43q0 2 1 8t1 10l164 1436q10 80 84 80q68 0 68 -64v-16l-72 -559q43 96 150.5 166t211.5 70q203 0 310.5 -152t107.5 -369q0 -164 -62.5 -316.5t-190.5 -257t-292 -104.5q-111 0 -196.5 53.5t-118.5 149.5l-12 -119q-4 -37 -30 -59.5t-58 -22.5q-66 0 -66 66zM215 500 q0 -160 75 -270.5t222 -110.5q92 0 166 52t113.5 135t60 169t20.5 166q0 160 -64.5 272.5t-201.5 112.5q-127 0 -220 -89t-132 -204.5t-39 -232.5z" />
-<glyph unicode="c" horiz-adv-x="1034" d="M55 494q0 262 175.5 457.5t428.5 195.5q147 0 240 -45q61 -27 62 -68q-2 -39 -24 -61.5t-52 -22.5q-8 0 -21 4q-102 47 -217 47q-193 0 -314.5 -152.5t-121.5 -338.5q0 -164 99.5 -275.5t250.5 -111.5q127 0 236 70q14 8 28 8q20 0 37 -17.5t17 -42.5q-2 -43 -56 -82 q-135 -82 -282 -82q-213 0 -349.5 146t-136.5 371z" />
-<glyph unicode="d" horiz-adv-x="1269" d="M53 473q0 123 37 245t104.5 224t173 167t230.5 65q100 0 190.5 -50.5t122.5 -140.5l58 516q10 80 86 80q66 0 65 -63v-17q-82 -711 -135 -1159q-12 -106 -12 -111q0 -109 131 -108q82 0 82 -55v-13q-6 -72 -96 -71q-233 0 -263 196q-154 -205 -356 -205 q-205 0 -311.5 142.5t-106.5 357.5zM211 483q0 -160 69.5 -266t202.5 -106q94 0 172 53t124 135t70.5 172t24.5 172q0 174 -82.5 277.5t-203.5 103.5q-92 0 -168 -55.5t-119 -140.5t-66.5 -175t-23.5 -170z" />
-<glyph unicode="e" horiz-adv-x="1206" d="M55 487q0 266 160 477.5t403 211.5q203 0 313.5 -119t110.5 -318q0 -242 -137 -241h-692q0 -166 93 -268.5t235 -102.5q88 0 151.5 22.5t136.5 81.5q47 37 93 37q61 0 61 -59v-10q-4 -27 -18 -41q-166 -182 -441 -183q-223 0 -346 144.5t-123 367.5zM231 645h654 q2 18 2 51q0 143 -75 235.5t-204 92.5q-145 0 -253 -111.5t-124 -267.5z" />
-<glyph unicode="f" horiz-adv-x="770" d="M-104 -428q6 76 96 76q94 0 127 55t47 191l117 1087h-97q-76 0 -75 61q6 92 92 93h96q20 195 93 290t245 95q84 0 84 -64q-8 -76 -98 -76q-94 0 -127 -55t-47 -190q66 0 131 2q76 0 75 -68q-8 -90 -96 -90h-127q-33 -307 -56.5 -527.5t-32.5 -301t-15 -143t-13 -113.5 q-20 -195 -92.5 -290.5t-245.5 -95.5q-81 1 -81 64z" />
-<glyph unicode="g" horiz-adv-x="1243" d="M43 -303q4 39 25.5 63.5t56.5 24.5q31 0 63 -23q121 -72 250 -71q150 0 258.5 94t126.5 274l11 105q-47 -94 -141.5 -140.5t-196.5 -46.5q-213 0 -327 147.5t-114 367.5q0 268 161 475t407 207q94 0 183 -56.5t114 -136.5l14 131q6 68 80 68q70 0 69 -58l-108 -1044 q-27 -256 -185.5 -398.5t-361.5 -142.5q-215 0 -352 92q-33 23 -33 68zM213 504q0 -182 86 -283.5t209 -101.5q96 0 172 52t119 135t65.5 171t22.5 172q0 178 -84 276.5t-207 98.5t-214 -89t-130 -203.5t-39 -227.5z" />
-<glyph unicode="h" horiz-adv-x="1054" d="M6 63l164 1436q10 80 82 80q68 0 67 -63l-65 -521q117 176 319 176q145 0 256 -98t111 -250q0 -27 -78 -749q-6 -74 -82 -74q-68 0 -67 63v11q70 659 69 690q0 125 -70.5 192.5t-172.5 67.5q-115 0 -207 -82t-109 -225l-67 -643q-6 -74 -82 -74q-68 0 -68 63z" />
-<glyph unicode="i" horiz-adv-x="616" d="M55 223q0 29 88 864q8 76 84 76q72 0 72 -76q-88 -823 -88 -843q0 -123 129 -123q82 0 82 -55v-13q-6 -72 -96 -71q-135 0 -203 63t-68 178zM150 1473q2 51 34.5 82.5t77.5 31.5q41 0 66.5 -27.5t25.5 -74.5q-4 -43 -37.5 -73t-76.5 -30q-39 0 -64.5 26t-25.5 65z" />
-<glyph unicode="j" horiz-adv-x="399" d="M-256 -420q0 -72 82 -72q172 0 246.5 95.5t95.5 290.5l125 1208q0 59 -68 59q-78 0 -86 -74l-125 -1193q-14 -135 -47 -190.5t-127 -55.5q-90 0 -96 -68zM150 1473q2 51 34.5 82.5t77.5 31.5q41 0 66.5 -27.5t25.5 -74.5q-4 -43 -37.5 -73t-76.5 -30q-39 0 -64.5 26 t-25.5 65z" />
-<glyph unicode="k" horiz-adv-x="972" d="M6 63l156 1438q8 76 84 76q66 0 65 -59l-98 -883l506 514q16 18 51 18q29 0 48.5 -19.5t19.5 -47.5q-2 -37 -50 -84l-268 -283l260 -586q25 -61 25 -69q0 -37 -22.5 -59.5t-53.5 -22.5q-45 0 -70 45l-264 604l-200 -203l-39 -368q-6 -74 -82 -74q-68 0 -68 63z" />
-<glyph unicode="l" horiz-adv-x="520" d="M25 211q0 6 14 143q51 471 121 1149q10 78 82 78q70 0 69 -63q-94 -889 -133 -1248q-4 -37 -4 -39q0 -111 133 -110q82 0 82 -55v-13q-6 -72 -96 -71q-268 0 -268 229z" />
-<glyph unicode="m" horiz-adv-x="1691" d="M6 66l105 999q10 90 86 90q66 0 65 -68l-8 -96q51 82 139 132.5t178 50.5q100 0 179 -59.5t108 -156.5q59 96 163.5 156t219.5 60q147 0 246.5 -89.5t99.5 -232.5q0 -27 -80 -774q-6 -74 -82 -74q-72 0 -71 64q74 690 73 716q0 100 -56 166t-154 66q-127 0 -217.5 -94.5 t-104.5 -227.5l-66 -616q-8 -76 -79 -76q-70 0 -70 64q74 692 74 716q0 100 -57.5 165t-157.5 65q-127 0 -215 -92.5t-103 -225.5l-65 -616q-8 -76 -80 -76q-70 1 -70 64z" />
-<glyph unicode="n" horiz-adv-x="1048" d="M6 63l107 1010q6 80 82 80q68 0 67 -68l-8 -90q117 178 326 179q145 0 252.5 -96.5t107.5 -252.5q0 -29 -78 -751q-6 -74 -82 -74q-68 0 -67 63q70 670 69 701q0 125 -70.5 192.5t-172.5 67.5q-115 0 -207 -82t-109 -225l-67 -643q-6 -74 -82 -74q-68 0 -68 63z" />
-<glyph unicode="o" horiz-adv-x="1177" d="M55 489q0 268 159 476.5t404 208.5q209 0 322 -152t113 -373q0 -268 -157 -470t-404 -202q-211 0 -324 146.5t-113 365.5zM217 518q0 -162 72.5 -280.5t218.5 -118.5q125 0 216 81t131 190.5t40 221.5q0 166 -73.5 290t-219.5 124q-127 0 -218 -85t-129 -196.5 t-38 -226.5z" />
-<glyph unicode="p" horiz-adv-x="1148" d="M-41 -406q0 -8 156 1500q6 80 84 80q68 0 67 -68l-16 -168q43 96 150.5 166t211.5 70q203 0 310.5 -152t107.5 -369q0 -164 -62.5 -316.5t-190.5 -257t-292 -104.5q-111 0 -196.5 53.5t-118.5 149.5l-59 -567q-4 -37 -30 -59.5t-58 -22.5q-64 -1 -64 65zM219 492 q0 -160 74 -268.5t221 -108.5q94 0 168 52t114 134t60.5 168t20.5 168q0 160 -64.5 272.5t-202.5 112.5q-129 0 -222 -91t-131 -206.5t-38 -232.5z" />
-<glyph unicode="q" horiz-adv-x="1210" d="M53 473q0 123 37 245t104.5 224t173 167t230.5 65q100 0 190.5 -50.5t122.5 -140.5l13 111q6 80 86 80q66 0 65 -68l-157 -1509q-6 -68 -82 -68q-70 0 -70 55l61 594q-154 -205 -356 -205q-205 0 -311.5 142.5t-106.5 357.5zM209 485q0 -160 69.5 -266t202.5 -106 q123 0 216.5 91t135 209.5t41.5 231.5q0 176 -83.5 278.5t-204.5 102.5q-92 0 -168 -55.5t-119 -140.5t-66.5 -175t-23.5 -170z" />
-<glyph unicode="r" horiz-adv-x="827" d="M6 63l107 1010q6 80 82 80q68 0 67 -68l-10 -110q63 96 165.5 147.5t213.5 51.5q72 0 105.5 -26t33.5 -63q-4 -37 -28.5 -61.5t-59.5 -24.5q-27 0 -63.5 7.5t-73.5 7.5q-104 0 -206.5 -91.5t-115.5 -205.5l-67 -643q-6 -74 -82 -74q-68 0 -68 63z" />
-<glyph unicode="s" horiz-adv-x="1060" d="M31 145q0 39 21.5 69t58.5 30q29 0 57 -23q127 -88 272 -88q98 0 176 42t89 132q0 70 -57.5 113t-153.5 78q-76 29 -113 44t-98.5 45.5t-90 58.5t-53 71t-24.5 92q0 178 120.5 272.5t329.5 94.5q178 0 309 -74q31 -18 31 -60q-2 -41 -24.5 -62.5t-55 -21.5t-124 33 t-158.5 33q-102 0 -178 -43t-86 -135q10 -57 58 -94t133 -67t101 -38q145 -59 226.5 -132t81.5 -193q-18 -174 -152.5 -259.5t-308.5 -85.5q-188 0 -365 121q-22 16 -22 47z" />
-<glyph unicode="t" horiz-adv-x="763" d="M111 1055q6 78 71 78h76l16 167q8 74 82 74q68 0 68 -59l-16 -182h180q72 0 71 -60q-6 -80 -84 -80h-184q-72 -686 -72 -729q0 -76 28 -109.5t104 -33.5q82 0 81 -55v-13q-6 -72 -96 -71q-147 0 -206.5 68.5t-59.5 207.5q0 51 74 737h-66q-67 1 -67 60z" />
-<glyph unicode="u" horiz-adv-x="1095" d="M43 346q0 53 70 725q8 76 82 76q68 0 67 -76q-63 -633 -63 -674q0 -158 61.5 -216t165.5 -58q127 0 236.5 121t132.5 323l53 512q6 80 78 80q66 0 65 -63l-110 -1057q-6 -68 -80 -68q-70 0 -70 56l14 151q-154 -213 -354 -213q-150 0 -249 94t-99 287z" />
-<glyph unicode="v" horiz-adv-x="1011" d="M111 1067q10 72 84 72q59 0 77 -90l174 -783l342 785q39 88 102.5 88t63.5 -60q0 -25 -8 -45l-436 -973q-27 -61 -96 -61q-61 0 -76 61l-225 971q-2 12 -2 35z" />
-<glyph unicode="w" horiz-adv-x="1748" d="M111 1051q6 86 84 86q61 0 79 -64l170 -817l361 807q31 72 100 72q33 0 62.5 -19.5t33.5 -52.5l179 -799l336 811q27 63 92 64q61 0 61 -58q0 -31 -18 -71q0 -18 -406 -932q-33 -76 -98 -76q-61 0 -80 82l-190 805l-351 -811q-35 -78 -104 -78q-76 0 -94 84 q-217 940 -217 967z" />
-<glyph unicode="x" horiz-adv-x="1097" d="M6 57q2 47 43 99l391 469l-256 376q-16 29 -16 54q2 35 27.5 57.5t58.5 22.5q49 0 74 -45l204 -357l302 359q33 45 81 45q31 0 51.5 -18.5t20.5 -47.5q-2 -37 -31 -67l-344 -396l295 -444q29 -43 29 -88q-6 -76 -72 -76q-57 0 -96 63l-256 418l-358 -420q-51 -57 -95 -57 q-53 0 -53 53z" />
-<glyph unicode="y" horiz-adv-x="1038" d="M-43 -428q6 76 96 76q49 0 92 27.5t71 60.5t56.5 94t40 92t31.5 92l-229 996q-4 29 -4 37q6 88 79 88q63 0 80 -72l183 -836l370 846q27 63 92.5 63.5t65.5 -59.5q-2 -43 -10 -61l-471 -1014q-111 -238 -167.5 -329t-133.5 -136q-70 -29 -160 -29q-82 1 -82 64z" />
-<glyph unicode="z" horiz-adv-x="1050" d="M6 66v8q6 35 47 86l662 829h-510q-68 0 -68 66q2 47 22.5 63.5t61.5 16.5h625q84 0 84 -54q-2 -45 -53 -108l-662 -830h576q68 0 67 -59q-2 -47 -21.5 -65.5t-60.5 -18.5h-657q-113 0 -113 66z" />
-<glyph unicode="{" horiz-adv-x="770" d="M74 719q2 10 5 18t11 14.5t13.5 11.5t19.5 10t19 7t21.5 7.5t20.5 7.5q115 45 146 319q8 90 10 172q14 145 91 197.5t210 52.5q25 0 42 -17.5t17 -39.5q-6 -59 -94 -60q-115 0 -129 -155q-4 -31 -6 -88.5t-4 -75.5q-31 -291 -213 -387q137 -51 137 -264q0 -59 -14.5 -165 t-14.5 -157q0 -119 117 -125q61 -2 62 -45v-8q-6 -59 -72 -60q-260 0 -260 187q0 63 19.5 183t19.5 179q0 172 -78 213q-4 0 -21.5 4t-23.5 6.5t-19.5 7.5t-17.5 10t-9 15.5t-5 24.5z" />
-<glyph unicode="|" horiz-adv-x="372" d="M2 33l164 1552q8 88 84 88q66 0 65 -69l-163 -1565q-8 -76 -82 -76q-68 0 -68 70z" />
-<glyph unicode="}" horiz-adv-x="770" d="M-4 -51q6 51 72 53q49 2 82.5 24.5t48 66.5t20.5 78t8 94.5t4 76.5q33 309 209 371q-135 80 -135 299q0 61 16.5 155.5t16.5 135.5q0 117 -102 116q-82 0 -82 47q4 29 24.5 49.5t46.5 20.5q123 0 188.5 -43t65.5 -162q0 -57 -17.5 -164.5t-17.5 -160.5q0 -174 82 -211 q70 -27 84 -43q10 -14 11 -33q0 -14 -6.5 -24.5t-12.5 -15.5t-20.5 -10t-21.5 -7.5t-24.5 -5.5t-23.5 -5q-45 -25 -73.5 -72t-43 -113.5t-19.5 -119.5t-9.5 -128t-6.5 -99q-10 -104 -75.5 -167t-231.5 -63q-57 0 -57 50v10z" />
-<glyph unicode="~" horiz-adv-x="1224" d="M47 451q8 82 110.5 168t194.5 86t228.5 -78t187.5 -78q47 0 84 39t73 76.5t79 37.5q63 0 63 -71q0 -86 -120 -168t-208 -82q-82 0 -207.5 77t-193.5 77q-61 0 -125 -74q-68 -80 -107 -80q-59 0 -59 70z" />
-<glyph unicode="&#xa3;" horiz-adv-x="1353" d="M82 68q6 49 80 120q113 106 172 205t59 211q0 47 -10 109h-233q-68 0 -68 57q6 92 84 92h184q-80 135 -80 271q0 193 146.5 301t337.5 108q186 0 322 -101.5t136 -279.5q-4 -35 -27.5 -59.5t-54.5 -24.5q-53 0 -73 64q-4 117 -97.5 184.5t-216.5 67.5q-129 0 -211.5 -76 t-82.5 -197q0 -123 67 -258h275q66 0 65 -63q-8 -86 -82 -86h-235q16 -59 16 -129q0 -233 -248 -428h762q68 0 68 -62q-6 -90 -82 -90h-895q-78 1 -78 64z" />
-<glyph unicode="&#xa4;" horiz-adv-x="1609" d="M80 80q4 49 72 100l217 162q-14 49 -15 119q0 141 68 262l-197 172q-49 45 -49 100q6 55 72 56q35 0 76 -35l192 -178q127 104 287 104q152 0 260 -98l225 172q43 35 80 35q63 0 64 -56q-6 -51 -74 -100l-215 -160q35 -80 35 -162q0 -125 -62 -247l168 -146 q51 -47 51 -100q-2 -27 -24.5 -41t-48.5 -14q-41 0 -74 34l-162 146q-131 -125 -307 -125q-184 0 -289 137l-207 -158q-43 -35 -82 -34q-61 0 -61 55zM487 471q0 -125 71 -194.5t173 -69.5q133 0 222 103.5t89 246.5q0 121 -74.5 190.5t-176.5 69.5q-131 0 -217.5 -101.5 t-86.5 -244.5z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1230" d="M106 897q4 41 31 65.5t68 24.5h155l-198 432q-8 18 -8 41q2 39 24.5 61.5t50.5 22.5q37 0 60 -43l305 -622l436 622q27 43 74 43q59 0 59 -49q0 -35 -26 -76l-301 -432h165q80 0 80 -63q-6 -90 -96 -90h-258l-84 -121l-8 -84h266q82 0 82 -68q-8 -86 -98 -86h-267 l-43 -403q-10 -86 -83 -86q-70 0 -70 69l43 420h-266q-80 0 -80 62q4 41 29.5 66.5t66.5 25.5h266l8 84l-57 121h-244q-82 0 -82 63z" />
-<glyph unicode="&#xa6;" horiz-adv-x="372" d="M6 63l70 674q4 43 27.5 68.5t56.5 25.5q68 0 67 -63l-71 -694q-6 -74 -82 -74q-68 0 -68 63zM102 967l66 632q4 43 26.5 69t55.5 26q68 0 67 -66l-65 -645q-8 -76 -84 -76q-66 1 -66 60z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1069" d="M59 25v8q4 35 28 55.5t54 20.5q25 0 43 -13q88 -53 242 -53q236 0 252 160q0 20 -7 37.5t-25.5 34t-33 27.5t-48.5 26.5t-51 23.5t-61 25.5t-61 23.5q-307 123 -307 312q0 51 26.5 93t73.5 42q33 0 57.5 -24.5t24.5 -61.5q0 -76 60.5 -128t145.5 -85t171 -66.5t146.5 -93 t60.5 -141.5q0 -170 -138.5 -268.5t-312.5 -98.5q-170 0 -307 80q-33 17 -33 64zM135 1198q0 170 138.5 268.5t312.5 98.5q168 0 309 -80q31 -16 31 -64v-8q-2 -35 -27 -55.5t-55 -20.5q-25 0 -43 13q-88 53 -242 53q-236 0 -252 -160q0 -20 7.5 -37.5t25.5 -34t32.5 -27.5 t48.5 -26.5t51 -24t61.5 -25.5t60.5 -24q307 -123 307 -311q0 -51 -26.5 -93t-73.5 -42q-33 0 -57.5 24.5t-24.5 61.5v29q0 68 -60.5 114.5t-145.5 76.5t-171 62.5t-146.5 90t-60.5 141.5z" />
-<glyph unicode="&#xa8;" horiz-adv-x="808" d="M139 1319q4 51 37 83t76 32q39 0 65.5 -26t26.5 -65q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM549 1319q4 51 36.5 83t76.5 32q39 0 65.5 -26t26.5 -65q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1775" d="M72 649q0 369 249.5 619t610.5 250q313 0 503.5 -189.5t190.5 -490.5q0 -242 -118.5 -441.5t-315.5 -311.5t-426 -112q-313 0 -503.5 187.5t-190.5 488.5zM217 664q0 -244 156.5 -397.5t410.5 -153.5q297 0 493 212t196 492q0 248 -152 405.5t-406 157.5 q-299 0 -498.5 -215.5t-199.5 -500.5zM420 692q0 211 148.5 377t353.5 166q90 0 190 -45q49 -29 49 -62q-4 -31 -22.5 -52t-42.5 -21q-8 0 -17 4q-86 39 -178 39q-156 0 -250 -122t-94 -274q0 -123 70.5 -213t185.5 -90q74 0 123 19q72 23 76 22q55 0 55 -49q-2 -45 -39 -72 q-72 -53 -213 -53q-182 0 -288.5 122t-106.5 304z" />
-<glyph unicode="&#xab;" horiz-adv-x="903" d="M57 553q2 35 35 76l234 334q18 25 49 24q29 0 50 -20.5t21 -46.5q0 -20 -12 -41l-233 -318q37 -72 174 -360q0 -4 1 -8.5t1 -6.5q-2 -20 -32 -37.5t-58 -17.5q-33 0 -47 25l-162 333q-21 39 -21 64zM377 551v8q2 29 31 70l239 334q18 23 53 22q76 0 76 -55v-8 q-2 -20 -18 -43l-238 -318q6 -8 176 -360q2 -4 2 -15q-2 -20 -31.5 -37.5t-58.5 -17.5q-31 0 -47 25l-168 333q-16 37 -16 62z" />
-<glyph unicode="&#xac;" horiz-adv-x="1345" d="M59 551v14q4 33 31 56.5t66 23.5h948q76 0 76 -78v-18l-33 -303q-8 -88 -82 -88q-31 0 -52.5 20.5t-21.5 54.5v13l27 243h-879q-80 1 -80 62z" />
-<glyph unicode="&#xad;" horiz-adv-x="1570" />
-<glyph unicode="&#xae;" horiz-adv-x="1773" d="M76 672q0 365 254 614.5t602 249.5q311 0 501.5 -189.5t190.5 -490.5q0 -242 -116.5 -441.5t-312.5 -312t-425 -112.5q-311 0 -502.5 190.5t-191.5 491.5zM225 686q0 -248 150.5 -404.5t417.5 -156.5q301 0 491.5 214t190.5 501q0 246 -152 401.5t-405 155.5 q-297 0 -495 -214t-198 -497zM498 356l82 789q6 57 34 74q20 10 58 10h301q125 0 203 -80q63 -63 63 -154q-20 -211 -254 -272q18 -33 47 -95.5t43 -86.5q84 -158 84 -174q0 -63 -84 -64q-51 0 -76 64l-163 356h-166l-39 -356q-6 -63 -76 -64q-57 0 -57 53zM682 840h233 q74 0 121 37.5t51 95.5q0 63 -37.5 101t-105.5 38h-233z" />
-<glyph unicode="&#xb0;" horiz-adv-x="624" d="M147 1411q0 94 68 161.5t160 67.5q84 0 134 -51t50 -131q0 -94 -68.5 -161.5t-158.5 -67.5q-82 0 -133.5 51t-51.5 131zM252 1419q0 -39 23.5 -63.5t68.5 -24.5q43 0 75 33t36 80q0 39 -23.5 65.5t-66.5 26.5q-47 0 -78 -32t-35 -85z" />
-<glyph unicode="&#xb1;" d="M70 68q4 39 30.5 63.5t67.5 24.5h915q80 0 80 -64q-6 -90 -94 -90h-915q-84 0 -84 66zM135 721q0 47 24.5 72.5t69.5 25.5h373l33 326q8 80 86 80q33 0 56.5 -19.5t23.5 -50.5l-33 -336h373q43 0 67.5 -20.5t24.5 -53.5v-10q-8 -78 -111 -78h-372l-37 -346 q-2 -35 -30 -56.5t-65 -21.5q-72 0 -71 66v12l37 346h-373q-76 1 -76 64z" />
-<glyph unicode="&#xb2;" horiz-adv-x="665" d="M29 770v4q0 14 18 37l320 379q59 74 59 143q0 49 -36 78t-85 29q-55 0 -97 -36t-50 -101q-2 -16 -14.5 -33t-30.5 -17q-39 0 -39 50v6q10 94 82.5 152.5t160.5 58.5q78 0 135.5 -48.5t57.5 -125.5q0 -102 -94 -213l-269 -318h281q35 0 35 -33v-6q-4 -39 -43 -39h-338 q-53 0 -53 33z" />
-<glyph unicode="&#xb3;" horiz-adv-x="624" d="M33 889q6 41 39 41q29 0 37 -27q31 -96 122 -96q70 0 118 47t48 115q0 49 -26.5 87t-79.5 46q-4 0 -31 1t-29 1q-43 0 -43 33v4q6 37 52 37q4 0 29.5 1t27.5 1q49 10 77.5 58t28.5 99q0 49 -28.5 79t-81.5 30q-45 0 -80 -30t-39 -73q-4 -51 -45 -51q-37 0 -37 43 q6 74 68.5 130.5t144.5 56.5q86 0 134 -49.5t48 -126.5q0 -111 -102 -195q94 -66 94 -176q0 -106 -73.5 -178t-174.5 -72q-78 0 -138 47t-60 117z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1101" d="M-43 -424l152 1485q8 76 86 76q68 0 67 -60l-67 -655q-6 -55 -7 -62q0 -98 64.5 -158.5t163.5 -60.5q135 0 228 95.5t110 236.5l61 588q8 76 86 76q68 0 68 -60l-103 -989q-8 -88 -84 -88q-70 0 -69 66l4 57q2 10 2 27q-127 -166 -338 -166q-63 0 -125.5 30.5t-93.5 79.5 q-8 -86 -26.5 -254t-26.5 -248q-8 -76 -86 -75q-66 0 -66 59z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1146" d="M117 1110q0 213 155.5 323.5t391.5 110.5h419q59 -4 60 -67q-4 -29 -25.5 -48.5t-48.5 -19.5h-98l-142 -1339q-4 -29 -25.5 -49.5t-49.5 -20.5q-27 0 -44.5 18.5t-17.5 42.5l142 1348h-154l-141 -1339q-4 -29 -25.5 -49.5t-50.5 -20.5q-27 0 -43.5 18.5t-16.5 42.5 l78 754q-170 0 -267 82t-97 213z" />
-<glyph unicode="&#xb7;" horiz-adv-x="438" d="M74 705q4 51 36.5 82.5t77.5 31.5q39 0 65 -25.5t26 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 26t-26.5 65z" />
-<glyph unicode="&#xbb;" horiz-adv-x="907" d="M18 172q0 16 9 25l249 364l-174 359q-4 8 -4 14q2 23 28 41t56 18q39 0 56 -30l163 -334q18 -37 19 -64q-2 -31 -33 -76l-235 -333q-12 -23 -58 -23q-76 0 -76 39zM336 170q0 18 10 27l252 364l-170 318q-14 29 -14 55q6 59 78 59q45 0 61 -30l172 -334q16 -37 16 -62v-8 q-2 -29 -30 -70l-244 -333q-12 -23 -61 -23q-70 0 -70 37z" />
-<glyph unicode="&#xbd;" horiz-adv-x="1693" d="M41 1376q4 57 63 72q229 63 242 63q37 0 45 -30l4 -25q0 -8 -4 -53l-100 -965q-10 -66 -67.5 -65.5t-57.5 57.5l98 948l-155 -43q-8 -2 -21 -2q-47 0 -47 43zM254 37q0 6 8 35l709 1429q29 61 78 62q20 0 33.5 -14.5t13.5 -39.5q0 -27 -15 -55l-716 -1421 q-20 -43 -64 -43q-20 0 -33.5 12t-13.5 35zM909 49v6q4 25 29 58l477 567q90 109 90 213q0 74 -54 118t-128 44q-80 0 -144.5 -54.5t-74.5 -150.5q-2 -27 -20.5 -50.5t-49.5 -23.5q-27 0 -41 22.5t-14 51.5v6q14 141 122.5 229.5t239.5 88.5q119 0 205 -73t86 -188 q0 -156 -141 -321l-404 -475h422q53 0 54 -49v-9q-10 -59 -66 -59h-508q-80 0 -80 49z" />
-<glyph unicode="&#x192;" horiz-adv-x="770" d="M-104 -428q6 76 96 76q94 0 127 55t47 191l117 1087h-97q-76 0 -75 61q6 92 92 93h96q20 195 93 290t245 95q84 0 84 -64q-8 -76 -98 -76q-94 0 -127 -55t-47 -190q66 0 131 2q76 0 75 -68q-8 -90 -96 -90h-127q-33 -307 -56.5 -527.5t-32.5 -301t-15 -143t-13 -113.5 q-20 -195 -92.5 -290.5t-245.5 -95.5q-81 1 -81 64z" />
-<glyph unicode="&#x384;" horiz-adv-x="702" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60z" />
-<glyph unicode="&#x385;" horiz-adv-x="946" d="M139 1319q4 51 37 83t76 32q39 0 65.5 -26t26.5 -65q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM455 1286q0 27 12 43l170 320q31 57 84 57q66 0 65 -59q0 -25 -6 -35l-172 -316q-41 -72 -82 -71q-71 0 -71 61zM754 1319q4 51 36.5 83t75.5 32 q39 0 65.5 -26t26.5 -65q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#x386;" horiz-adv-x="1384" d="M47 61q2 18 12 52l603 1310q43 92 126 93q86 0 111 -93l340 -1310q6 -12 6 -29q0 -37 -21.5 -60.5t-56.5 -23.5q-57 0 -67 49l-82 262h-696l-117 -233q-39 -78 -98.5 -78t-59.5 61zM123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315 q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM381 467h598l-209 840z" />
-<glyph unicode="&#x388;" horiz-adv-x="1413" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM436 57q0 20 2 35l142 1331q10 92 92 93h622q68 0 68 -60q-6 -90 -82 -90h-557l-53 -504h458q68 0 68 -65q-8 -84 -84 -84h-459l-59 -563h573 q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
-<glyph unicode="&#x389;" horiz-adv-x="1796" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM457 63l145 1381q6 76 80 76q70 0 70 -64v-12l-64 -598h846l63 598q8 76 80 76t72 -66l-145 -1380q-6 -74 -84 -74q-68 0 -68 63l66 631h-846 l-66 -620q-6 -74 -80 -74q-69 0 -69 63z" />
-<glyph unicode="&#x38a;" horiz-adv-x="804" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM436 63l146 1381q6 76 80 76q70 0 69 -64l-145 -1380q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph unicode="&#x38c;" horiz-adv-x="1744" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM319 666q0 221 87.5 424.5t261.5 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5 q-188 0 -321.5 99t-193 251t-59.5 336zM479 680q0 -233 113 -393t321 -160q139 0 253 70.5t180.5 182.5t101.5 236.5t35 247.5q0 233 -113 391t-326 158q-137 0 -249.5 -70.5t-179 -181t-101.5 -235.5t-35 -246z" />
-<glyph unicode="&#x38e;" horiz-adv-x="1538" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM561 1436v12q6 72 74 72q41 0 59 -43l285 -605l383 601q35 47 78 47q61 0 61 -56v-10q-4 -25 -16 -43l-445 -698l-65 -625q-8 -88 -84 -88 q-70 0 -70 72v16l66 625l-318 682q-8 18 -8 41z" />
-<glyph unicode="&#x38f;" horiz-adv-x="1792" d="M123 1141q0 25 10 45l172 319q31 57 80 58q63 0 64 -74q0 -2 -7 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 1 -67 60zM426 858q0 293 205 501t491 208q274 0 423 -165t149 -403q0 -295 -205 -493.5t-500 -198.5q-272 0 -417.5 160t-145.5 391zM446 61q8 88 78 89 h908q63 0 63 -60q0 -39 -20.5 -64.5t-57.5 -25.5h-907q-64 0 -64 61zM582 879q0 -180 110.5 -303t317.5 -123q227 0 379.5 153.5t152.5 368.5q0 182 -114.5 313t-319.5 131q-225 0 -375.5 -163.5t-150.5 -376.5z" />
-<glyph unicode="&#x390;" horiz-adv-x="520" d="M-154 1442q4 51 37 82.5t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -66 25.5t-27 64.5zM23 215q0 -233 272 -233q92 0 98 71v13q0 55 -84 55q-127 0 -127 112q0 20 88 850q0 66 -75.5 66t-83.5 -76q-88 -829 -88 -858zM162 1409 q0 27 12 43l170 320q31 57 84 57q66 0 66 -60q0 -25 -7 -34l-172 -316q-41 -72 -82 -71q-71 0 -71 61zM461 1442q4 51 36.5 82.5t75.5 31.5q39 0 66 -25.5t27 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#x391;" horiz-adv-x="1357" d="M6 61q2 18 12 52l603 1310q43 92 127 93q86 0 110 -93l340 -1310q6 -12 6 -29q0 -37 -21.5 -60.5t-56.5 -23.5q-57 0 -67 49l-82 262h-696l-117 -233q-39 -78 -98.5 -78t-59.5 61zM340 467h598l-209 840z" />
-<glyph unicode="&#x392;" horiz-adv-x="1085" d="M8 74q0 16 2 26l137 1317q12 98 95 99h313q66 0 132.5 -18.5t129 -55.5t101 -101.5t38.5 -148.5q0 -123 -78.5 -224.5t-189.5 -136.5q129 -20 219 -123.5t90 -240.5q0 -193 -147.5 -330t-331.5 -137h-399q-68 0 -90 16q-21 17 -21 58zM166 150h305q145 0 250.5 86 t105.5 221q0 133 -106.5 208.5t-257.5 75.5h-234zM244 881h184q133 0 241.5 61.5t121.5 181.5q0 115 -73 178.5t-190 63.5h-233z" />
-<glyph unicode="&#x393;" horiz-adv-x="976" d="M6 63v13l141 1343q12 98 95 99h645q33 0 52 -20.5t19 -49.5v-8q-6 -72 -86 -72h-577l-137 -1292q-8 -76 -84 -76q-68 0 -68 63z" />
-<glyph unicode="&#x394;" horiz-adv-x="1392" d="M4 45v8q4 20 12 35l631 1339q43 94 127 95q88 0 107 -95l366 -1339q4 -20 4 -31v-8q-6 -49 -127 -49h-1030q-90 0 -90 45zM213 162h850l-311 1149z" />
-<glyph unicode="&#x395;" horiz-adv-x="976" d="M6 57q0 20 2 35l142 1331q10 92 92 93h622q68 0 68 -60q-6 -90 -82 -90h-557l-53 -504h458q68 0 68 -65q-8 -84 -84 -84h-459l-59 -563h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
-<glyph unicode="&#x396;" horiz-adv-x="1198" d="M8 68v18q2 41 31 80l924 1202h-713q-72 0 -72 64v10q8 76 86 76h823q96 0 97 -60q-2 -43 -51 -106l-924 -1202h784q72 0 72 -58v-14q-6 -78 -86 -78h-907q-64 0 -64 68z" />
-<glyph unicode="&#x397;" horiz-adv-x="1355" d="M6 63l146 1381q6 76 79 76q70 0 70 -64v-12l-63 -598h845l64 598q8 76 79.5 76t71.5 -66l-145 -1380q-6 -74 -84 -74q-68 0 -68 63l66 631h-846l-65 -620q-6 -74 -80 -74q-70 0 -70 63z" />
-<glyph unicode="&#x398;" horiz-adv-x="1497" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5q-188 0 -321 99t-192.5 251t-59.5 336zM236 680q0 -233 112.5 -393t321.5 -160q139 0 252.5 70.5t180 182.5t101.5 236.5t35 247.5 q0 233 -112.5 391t-325.5 158q-137 0 -250 -70.5t-179.5 -181t-101 -235.5t-34.5 -246zM371 768q10 86 84 86h567q68 0 68 -63q-6 -88 -82 -89h-568q-69 0 -69 66z" />
-<glyph unicode="&#x399;" horiz-adv-x="360" d="M6 63l146 1381q6 76 79 76q70 0 70 -64l-145 -1380q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph unicode="&#x39a;" horiz-adv-x="1183" d="M6 57l146 1399q6 63 79 64q72 0 72 -56v-8l-78 -747l797 788q18 18 49 18.5t53.5 -23.5t22.5 -52q-2 -35 -25 -54l-491 -481l393 -772q18 -18 18 -51v-8q-2 -33 -32.5 -54.5t-51.5 -21.5q-37 0 -65 35l-385 760l-305 -289l-45 -438q-6 -66 -80 -66q-72 0 -72 57z" />
-<glyph unicode="&#x39b;" horiz-adv-x="1378" d="M6 59q0 10 6 29l627 1339q43 94 127 95q82 0 106 -95l357 -1312q6 -29 6 -43q-6 -72 -80 -72q-33 0 -49 19.5t-29 62.5l-334 1229l-581 -1250q-27 -61 -82 -61q-31 0 -52.5 17t-21.5 42z" />
-<glyph unicode="&#x39c;" horiz-adv-x="1828" d="M6 61v11l4 24l338 1274q41 154 148 154q102 0 129 -138l217 -1116l463 1116q55 133 159 134q106 0 113 -150l55 -1288q-2 -37 -25.5 -58.5t-56.5 -21.5q-72 0 -73 82l-43 1243l-531 -1239q-37 -88 -92 -88q-57 0 -76 88l-254 1241l-319 -1243q-23 -84 -90 -84 q-66 0 -66 59z" />
-<glyph unicode="&#x39d;" horiz-adv-x="1337" d="M6 66l144 1364q10 90 81 90q57 0 101 -74l674 -1176l122 1170q10 78 82 78q68 0 68 -62l-141 -1366q-10 -90 -82 -90q-59 0 -97 61l-679 1172l-123 -1155q-10 -78 -80 -78t-70 66z" />
-<glyph unicode="&#x39e;" horiz-adv-x="1298" d="M2 70q6 86 94 86h946q78 0 78 -64q-6 -88 -92 -88h-946q-80 0 -80 66zM172 1432q8 86 84 86h911q68 0 68 -60q-6 -90 -82 -90h-911q-70 1 -70 64zM250 774q6 88 82 88h606q68 0 68 -65q-8 -84 -84 -84h-607q-65 0 -65 61z" />
-<glyph unicode="&#x39f;" horiz-adv-x="1499" d="M74 666q0 221 87 424.5t261 340t393 136.5q283 0 433.5 -198t150.5 -488q0 -166 -53.5 -327t-147.5 -289t-238.5 -206.5t-312.5 -78.5q-188 0 -321 99t-192.5 251t-59.5 336zM233 680q0 -233 113 -393t322 -160q139 0 252.5 70.5t180 182.5t101.5 236.5t35 247.5 q0 233 -112.5 391t-325.5 158q-137 0 -250 -70.5t-179.5 -181t-101.5 -235.5t-35 -246z" />
-<glyph unicode="&#x3a0;" horiz-adv-x="1320" d="M6 63v13l146 1368q10 78 81 78h973q29 0 49.5 -21.5t20.5 -50.5l-146 -1374q-8 -76 -79 -76q-70 0 -70 63v13l137 1292h-825l-137 -1292q-8 -76 -84 -76q-66 0 -66 63z" />
-<glyph unicode="&#x3a1;" horiz-adv-x="1067" d="M6 63l144 1373q8 82 92 82h352q199 0 328 -115t129 -299q0 -215 -167 -361.5t-374 -146.5h-299l-55 -520q-8 -76 -80 -76q-70 0 -70 63zM227 745h291q156 0 266.5 100.5t110.5 246.5q0 129 -94 202.5t-250 73.5h-258z" />
-<glyph unicode="&#x3a3;" horiz-adv-x="1163" d="M8 68q2 59 31 98l444 592q18 27 19 41q0 23 -13 47l-282 504q-29 51 -29 88q6 80 111 80h823q68 0 68 -62q-6 -90 -82 -90h-715l283 -516q14 -23 14 -55q0 -18 -18 -41l-457 -604h790q68 0 68 -78q-6 -72 -82 -72h-909q-64 0 -64 68z" />
-<glyph unicode="&#x3a4;" horiz-adv-x="1056" d="M150 1432q8 86 90 86h755q70 0 70 -62q-6 -88 -84 -88h-303l-135 -1282q-10 -86 -82 -86q-70 0 -70 70l135 1298h-301q-75 1 -75 64z" />
-<glyph unicode="&#x3a5;" horiz-adv-x="1132" d="M152 1436v12q6 72 73 72q41 0 60 -43l284 -605l383 601q35 47 78 47q61 0 62 -56v-10q-4 -25 -17 -43l-444 -698l-66 -625q-8 -88 -84 -88q-70 0 -69 72v16l65 625l-317 682q-8 18 -8 41z" />
-<glyph unicode="&#x3a6;" horiz-adv-x="1511" d="M84 782q0 174 102.5 314.5t254 211t313.5 74.5l12 111q8 76 84 76q68 0 68 -62q0 -18 -17 -125q229 0 392 -138t163 -353q0 -174 -102.5 -312.5t-252 -207t-310.5 -72.5l-25 -221q-10 -78 -80 -78t-70 66l25 233q-240 0 -398.5 133t-158.5 350zM229 801 q0 -160 128 -260.5t298 -100.5l84 801q-207 -12 -358.5 -132t-151.5 -308zM805 440q209 8 358.5 127t149.5 310q0 164 -122 264t-302 100z" />
-<glyph unicode="&#x3a7;" horiz-adv-x="1325" d="M4 47v10q6 35 33 70l532 717l-346 555q-12 23 -12 43v8q2 31 25.5 50.5t52.5 19.5q41 0 65 -37l320 -514l383 512q31 37 67 37q27 0 47.5 -19.5t20.5 -48.5q-2 -31 -23 -53l-419 -559l397 -707q20 -35 20 -68v-8q-6 -57 -65 -57q-45 0 -72 45l-391 670l-498 -668 q-37 -47 -84 -47q-53 0 -53 49z" />
-<glyph unicode="&#x3a8;" horiz-adv-x="1515" d="M92 838q0 92 9.5 193.5t26.5 228t24 186.5q6 74 84 74q66 0 65 -64q-57 -563 -57 -575q0 -199 105.5 -305.5t297.5 -106.5l107 1024q8 76 82 76q68 0 67 -60v-16l-106 -1024q221 0 347 124t148 353l54 500q8 76 84 76q70 0 69 -64v-12l-55 -526q-29 -274 -210 -434 t-454 -160l-26 -252q-6 -74 -82 -74q-68 0 -68 63l27 263q-250 6 -394.5 141t-144.5 371z" />
-<glyph unicode="&#x3a9;" horiz-adv-x="1464" d="M98 858q0 293 205 501t492 208q274 0 422.5 -165t148.5 -403q0 -295 -205 -493.5t-499 -198.5q-272 0 -418 160t-146 391zM119 61q8 88 78 89h907q63 0 63 -60q0 -39 -20.5 -64.5t-56.5 -25.5h-908q-63 0 -63 61zM254 879q0 -180 110.5 -303t317.5 -123 q227 0 379.5 153.5t152.5 368.5q0 182 -114.5 313t-319.5 131q-225 0 -375.5 -163.5t-150.5 -376.5z" />
-<glyph unicode="&#x3aa;" horiz-adv-x="360" d="M-61 1708q4 51 36.5 83t75.5 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -83t-75.5 -32q-39 0 -65.5 25.5t-26.5 64.5zM6 63q0 -63 68 -63q74 0 82 76l145 1380q0 63 -70 64q-74 0 -79 -76zM348 1708q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83 t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#x3ab;" horiz-adv-x="1132" d="M152 1436q0 -23 8 -41l317 -682l-65 -625v-16q0 -72 69 -72q76 0 84 88l66 625l444 698q12 18 17 43v10q0 55 -62 56q-43 0 -78 -47l-383 -601l-284 605q-18 43 -60 43q-68 0 -73 -72v-12zM352 1708q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83t-76 -32 q-39 0 -65.5 25.5t-26.5 64.5zM762 1708q4 51 36.5 83t75.5 32q39 0 66 -25.5t27 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#x3ac;" horiz-adv-x="1280" d="M51 473q0 166 62.5 323.5t190.5 267.5t294 110q100 0 188 -46.5t123 -134.5l9 74q8 80 88 80q68 0 67 -64q-86 -829 -86 -847q0 -115 131 -115q84 0 84 -55v-13q-6 -72 -98 -71q-236 0 -264 194q-68 -86 -165 -144.5t-204 -58.5q-207 0 -313.5 142.5t-106.5 357.5z M213 485q0 -160 68.5 -266t201.5 -106q121 0 214.5 91t135 209.5t41.5 231.5q0 176 -83.5 278.5t-202.5 102.5q-121 0 -210 -96t-127 -215t-38 -230zM557 1386q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z " />
-<glyph unicode="&#x3ad;" horiz-adv-x="958" d="M12 279q0 111 92.5 203.5t204.5 123.5q-92 35 -137 96.5t-45 128.5q14 147 144 241.5t298 94.5q111 0 210.5 -30.5t99.5 -89.5q-2 -37 -27 -63t-55 -26q-20 0 -66 23q-86 45 -180 45q-109 0 -185.5 -55.5t-89.5 -132.5v-9q0 -51 50.5 -96t132.5 -45h125q43 0 65.5 -19.5 t22.5 -50.5v-8q-4 -31 -30 -54.5t-69 -23.5h-127q-117 -23 -188.5 -85t-79.5 -144q0 -78 67.5 -136t190.5 -58q117 0 238 45q70 25 96 24q55 0 55 -51q-10 -86 -142 -124t-267 -38q-180 0 -292 95.5t-112 218.5zM455 1386q0 25 10 46l172 319q31 57 80 57q63 0 63 -73 q0 -2 -6 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-67 0 -67 59z" />
-<glyph unicode="&#x3ae;" horiz-adv-x="1046" d="M4 63l107 1010q6 80 84 80q70 0 69 -68l-8 -84q115 172 324 173q147 0 254.5 -96.5t107.5 -252.5q0 -35 -129 -1243q-6 -74 -86 -74q-68 0 -68 62q121 1163 121 1194q0 125 -70.5 192.5t-170.5 67.5q-106 0 -198.5 -84t-115.5 -223l-67 -643q-6 -74 -84 -74q-70 0 -70 63 zM434 1386q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
-<glyph unicode="&#x3af;" horiz-adv-x="520" d="M23 215q0 29 88 858q8 76 83.5 76t75.5 -66q-88 -829 -88 -850q0 -113 127 -112q84 0 84 -55v-13q-6 -72 -98 -71q-272 0 -272 233zM147 1386q0 25 11 46l172 319q31 57 80 57q63 0 63 -73q0 -2 -6 -21l-172 -315q0 -23 -28.5 -47.5t-51.5 -24.5q-68 0 -68 59z" />
-<glyph unicode="&#x3b0;" horiz-adv-x="1095" d="M35 330q0 -156 111.5 -255.5t275.5 -99.5q174 0 315.5 114t159.5 282l72 706q0 59 -70 60q-76 0 -84 -76l-67 -641q-12 -125 -100.5 -208t-209.5 -83q-111 0 -178 71.5t-67 184.5q0 23 69 692q0 59 -69 60q-76 0 -84 -76q-74 -704 -74 -731zM172 1442q4 51 37 82.5 t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM487 1409q0 27 13 43l170 320q31 57 84 57q66 0 65 -60q0 -25 -6 -34l-172 -316q-41 -72 -82 -71q-72 0 -72 61zM786 1442q4 51 37 82.5t76 31.5q39 0 65.5 -25.5t26.5 -64.5 q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -66 25.5t-27 64.5z" />
-<glyph unicode="&#x3b1;" horiz-adv-x="1280" d="M51 473q0 166 62.5 323.5t190.5 267.5t294 110q100 0 188 -46.5t123 -134.5l9 74q8 80 88 80q68 0 67 -64q-86 -829 -86 -847q0 -115 131 -115q84 0 84 -55v-13q-6 -72 -98 -71q-236 0 -264 194q-68 -86 -165 -144.5t-204 -58.5q-207 0 -313.5 142.5t-106.5 357.5z M213 485q0 -160 68.5 -266t201.5 -106q121 0 214.5 91t135 209.5t41.5 231.5q0 176 -83.5 278.5t-202.5 102.5q-121 0 -210 -96t-127 -215t-38 -230z" />
-<glyph unicode="&#x3b2;" horiz-adv-x="1120" d="M-43 -403l6 53l152 1474q20 199 143 321t330 122q170 0 263 -106.5t93 -252.5q0 -88 -57.5 -173t-134.5 -128q207 -92 206 -385q0 -227 -147 -382.5t-362 -155.5q-209 0 -285 122l-51 -489q-8 -88 -88 -88q-68 0 -68 68zM193 389q0 -117 75.5 -187.5t198.5 -70.5 q152 0 240 115.5t88 267.5q0 227 -181 289q-8 0 -104 6l-57 4q-76 14 -76 64v8q6 57 90 71q37 0 72 2q66 0 73 5q76 25 122 93t46 148q0 94 -58 155.5t-153 61.5q-82 0 -140 -27.5t-91 -83t-49.5 -116.5t-26.5 -150q-69 -630 -69 -655z" />
-<glyph unicode="&#x3b3;" horiz-adv-x="1060" d="M113 1067q2 49 28.5 74.5t59.5 25.5q68 0 86 -82l196 -829l373 834q37 78 94 77q31 0 52.5 -19.5t21.5 -49.5v-11q-33 -80 -238 -509q-209 -440 -243 -539l-43 -420q-10 -96 -94 -96q-70 0 -70 78l43 438z" />
-<glyph unicode="&#x3b4;" horiz-adv-x="1148" d="M45 440q0 184 124 341t302 214q-80 47 -129 119t-49 146v20q14 125 126.5 210t313.5 85q84 0 185.5 -36t101.5 -99q-2 -23 -23.5 -43.5t-44.5 -20.5q-16 0 -69 17q-2 0 -4 1t-5 1q-98 33 -163 32q-123 0 -191.5 -40.5t-75.5 -106.5v-10q0 -61 61.5 -125t160.5 -105 q369 -154 368 -475q0 -244 -153.5 -416t-393.5 -172q-209 0 -325.5 132t-116.5 331zM209 451q0 -143 75.5 -235.5t215.5 -92.5q176 0 276.5 123t100.5 293q0 150 -80 238.5t-222 88.5q-166 0 -266 -126.5t-100 -288.5z" />
-<glyph unicode="&#x3b5;" horiz-adv-x="958" d="M12 279q0 111 92.5 203.5t204.5 123.5q-92 35 -137 96.5t-45 128.5q14 147 144 241.5t298 94.5q111 0 210.5 -30.5t99.5 -89.5q-2 -37 -27 -63t-55 -26q-20 0 -66 23q-86 45 -180 45q-109 0 -185.5 -55.5t-89.5 -132.5v-9q0 -51 50.5 -96t132.5 -45h125q43 0 65.5 -19.5 t22.5 -50.5v-8q-4 -31 -30 -54.5t-69 -23.5h-127q-117 -23 -188.5 -85t-79.5 -144q0 -78 67.5 -136t190.5 -58q117 0 238 45q70 25 96 24q55 0 55 -51q-10 -86 -142 -124t-267 -38q-180 0 -292 95.5t-112 218.5z" />
-<glyph unicode="&#x3b6;" horiz-adv-x="1085" d="M49 451q0 281 204 560t460 421h-359q-39 0 -64.5 17t-25.5 46v8q2 37 33 56.5t74 19.5h575q70 0 70 -59v-13q-4 -31 -22.5 -48t-59.5 -32q-80 -31 -194.5 -120.5t-230.5 -215.5t-197 -292t-81 -322q0 -68 11.5 -120t39 -89t50 -59.5t72 -43t75 -27.5t84.5 -23 q63 -16 104.5 -32.5t84.5 -44.5t63.5 -71t20.5 -100q-10 -98 -61.5 -181t-121.5 -83q-25 0 -42 19.5t-17 43.5q4 35 44 92.5t46 94.5q0 37 -34 65.5t-68.5 40.5t-104 30.5t-116 34t-112 51.5t-104.5 81t-67.5 122t-28.5 173z" />
-<glyph unicode="&#x3b7;" horiz-adv-x="1046" d="M4 63l107 1010q6 80 84 80q70 0 69 -68l-8 -84q115 172 324 173q147 0 254.5 -96.5t107.5 -252.5q0 -35 -129 -1243q-6 -74 -86 -74q-68 0 -68 62q121 1163 121 1194q0 125 -70.5 192.5t-170.5 67.5q-106 0 -198.5 -84t-115.5 -223l-67 -643q-6 -74 -84 -74q-70 0 -70 63 z" />
-<glyph unicode="&#x3b8;" horiz-adv-x="1179" d="M70 616q0 145 33.5 302t99 305.5t184.5 245t268 96.5q115 0 200 -59.5t130 -159t66.5 -210t21.5 -233.5q0 -113 -20.5 -234.5t-65.5 -244.5t-111.5 -220.5t-168 -158.5t-222.5 -61q-115 0 -198.5 55t-129.5 149.5t-66.5 200.5t-20.5 227zM229 629q0 -92 13.5 -174 t43 -158t86 -121t134.5 -45q109 0 191.5 85t125.5 213t64.5 249t21.5 223q0 92 -12 176t-40 162t-82 125t-128 47q-111 0 -196.5 -86t-131 -215t-68 -253t-22.5 -228zM326 770q6 94 82 94h352q61 0 61 -67q-8 -84 -78 -84h-352q-65 0 -65 57z" />
-<glyph unicode="&#x3b9;" horiz-adv-x="520" d="M23 215q0 29 88 858q8 76 83.5 76t75.5 -66q-88 -829 -88 -850q0 -113 127 -112q84 0 84 -55v-13q-6 -72 -98 -71q-272 0 -272 233z" />
-<glyph unicode="&#x3ba;" horiz-adv-x="1067" d="M4 63l105 1008q8 76 86 76q68 0 67 -60v-16l-51 -489l598 561q23 18 51 18q31 0 52.5 -17.5t21.5 -45.5v-8q-2 -35 -49 -74l-359 -361l318 -505q23 -55 22 -76q-4 -39 -25.5 -59.5t-52.5 -20.5q-47 0 -69 47l-324 528q-43 -35 -104.5 -95t-100.5 -93l-32 -307 q-6 -74 -84 -74q-70 0 -70 63z" />
-<glyph unicode="&#x3bb;" horiz-adv-x="1028" d="M8 55l12 47l453 942l-113 447q-2 8 -2 25q2 31 30 49t63 18q66 0 86 -88l329 -1376q4 -25 4 -33q-6 -86 -77 -86q-70 0 -86 70l-175 747l-356 -741q-37 -76 -100 -76q-68 0 -68 55z" />
-<glyph unicode="&#x3bc;" horiz-adv-x="1081" d="M-41 -424l152 1485q8 76 84 76q66 0 65 -60q-41 -408 -67 -655q-6 -57 -7 -62q0 -98 64.5 -158.5t165.5 -60.5q137 0 230 95.5t110 236.5l61 588q8 76 84 76q66 0 66 -60l-103 -989q-8 -88 -82 -88q-68 0 -67 66q2 23 4 52t2 38q-129 -172 -340 -172q-66 0 -128.5 31.5 t-92.5 84.5l-54 -508q-8 -76 -83 -75q-64 0 -64 59z" />
-<glyph unicode="&#x3bd;" horiz-adv-x="1011" d="M109 1067q10 72 86 72q61 0 79 -90l172 -777l340 779q39 88 104.5 88t65.5 -60q0 -25 -8 -45l-436 -973q-29 -61 -98 -61q-61 0 -78 61l-225 971q-2 12 -2 35z" />
-<glyph unicode="&#x3be;" horiz-adv-x="958" d="M47 352q0 168 132 308.5t296 181.5q-233 51 -233 205q0 113 128 222t281 146h-327q-39 0 -65 17.5t-26 46.5q6 84 107 84h596q70 0 70 -60q-4 -47 -20.5 -70.5t-55.5 -27.5q-57 -6 -133 -28.5t-161 -61.5t-147.5 -103.5t-74.5 -140.5q2 -53 52 -89t104.5 -48t101.5 -12 q45 0 75.5 -20.5t30.5 -55.5q-2 -41 -39 -66.5t-80 -25.5q-143 0 -279 -95.5t-157 -259.5q6 -66 35 -113.5t81 -76.5t96 -45.5t116 -34.5t104 -31q74 -25 123 -84t49 -129q-8 -98 -61 -190t-123 -92q-25 0 -42 19.5t-17 43.5q4 35 44 92.5t46 94.5q0 72 -90 108 q-39 14 -133.5 40t-149.5 47.5t-121.5 60t-99.5 100t-33 143.5z" />
-<glyph unicode="&#x3bf;" horiz-adv-x="1177" d="M53 489q0 172 67.5 328t200 256.5t297.5 100.5q211 0 324 -152t113 -373q0 -268 -158 -470t-405 -202q-211 0 -325 146.5t-114 365.5zM219 518q0 -162 73 -280.5t216 -118.5q180 0 282.5 155.5t102.5 337.5q0 166 -74 290t-217 124q-96 0 -172 -49t-121 -126t-67.5 -163 t-22.5 -170z" />
-<glyph unicode="&#x3c0;" horiz-adv-x="1114" d="M4 63l107 1010q4 33 25.5 56.5t51.5 23.5h727q68 0 68 -70v-12l-106 -997q-6 -74 -82 -74t-76 63l98 936h-555l-98 -925q-6 -74 -90 -74q-70 0 -70 63z" />
-<glyph unicode="&#x3c1;" horiz-adv-x="1148" d="M-43 -395l100 973q27 258 177.5 427t381.5 169q211 0 316.5 -134.5t105.5 -363.5q0 -172 -59 -327.5t-188 -263.5t-299 -108q-94 0 -181.5 48.5t-138.5 146.5l-61 -567q-8 -76 -88 -76q-66 0 -66 63v13zM213 502q0 -182 86 -279.5t211 -97.5q123 0 212 89t125 202.5 t36 228.5q0 160 -66.5 271.5t-206.5 111.5q-102 0 -182 -49t-125 -128t-67.5 -168t-22.5 -181z" />
-<glyph unicode="&#x3c2;" horiz-adv-x="1161" d="M84 471q0 276 194.5 483t462.5 207q145 0 232 -55q63 -39 63 -72q-4 -39 -26.5 -65.5t-55.5 -26.5q-31 0 -114.5 25.5t-124.5 25.5q-207 0 -335 -158.5t-128 -361.5q0 -96 33.5 -161.5t89 -97.5t121 -52.5t132 -36.5t122 -39t89 -70t33.5 -118q0 -96 -49 -197.5 t-129 -101.5q-25 0 -43 20.5t-18 44.5q4 35 46 92.5t46 91.5v11q0 53 -47 77.5t-152 51.5q-57 14 -84.5 22t-83 29.5t-86 42t-71.5 58.5t-62.5 82t-38 107.5t-16.5 141.5z" />
-<glyph unicode="&#x3c3;" horiz-adv-x="1302" d="M55 496q0 272 163 468.5t415 196.5l557 -2q90 -8 90 -74q-8 -84 -96 -84q-29 0 -289 23q76 -66 119 -174.5t43 -228.5q0 -258 -164 -451t-412 -193q-209 0 -317.5 149t-108.5 370zM217 520q0 -162 72.5 -280.5t216.5 -118.5q180 0 286.5 153.5t106.5 331.5 q0 164 -74.5 289t-218.5 125q-123 0 -215 -83t-133 -194.5t-41 -222.5z" />
-<glyph unicode="&#x3c4;" horiz-adv-x="991" d="M-20 1061q8 78 73 78h713q74 0 74 -56q-6 -84 -84 -84h-285q-74 -686 -74 -735q0 -76 28 -109.5t101 -33.5q84 0 84 -55v-13q-6 -72 -98 -71q-147 0 -207.5 68.5t-60.5 207.5q0 55 73 739h-268q-69 1 -69 64z" />
-<glyph unicode="&#x3c5;" horiz-adv-x="1095" d="M35 330q0 27 74 731q8 76 84 76q70 0 69 -60q-70 -670 -69 -692q0 -113 67.5 -184.5t177.5 -71.5q121 0 209 83t101 208l67 641q8 76 84 76q70 0 70 -60l-72 -706q-18 -168 -159.5 -282t-315.5 -114q-164 0 -275.5 99.5t-111.5 255.5z" />
-<glyph unicode="&#x3c6;" horiz-adv-x="1503" d="M53 477q0 205 102.5 392.5t274.5 285.5q16 10 41 10q27 0 47.5 -14t20.5 -37q0 -35 -54 -76q-127 -96 -201.5 -246.5t-74.5 -302.5q0 -141 85 -241.5t253 -122.5q82 764 145 870q94 160 318 160q176 0 270 -141.5t94 -333.5q0 -293 -199.5 -489.5t-488.5 -206.5 q-6 -63 -20.5 -190.5t-20.5 -190.5q-10 -78 -84 -78q-70 0 -69 61v17l40 381q-217 8 -348 151t-131 342zM700 125q229 10 370.5 167t141.5 378q0 139 -53 245.5t-164 106.5q-139 0 -196 -135q-23 -55 -99 -762z" />
-<glyph unicode="&#x3c7;" horiz-adv-x="1046" d="M-45 -428q2 35 25 76l434 735l-246 623q-10 31 -10 51q8 86 84 86q51 0 73 -49l205 -539l322 535q31 49 80 49q31 0 50 -19.5t19 -52.5q-2 -37 -20 -66l-381 -618l278 -731q10 -35 11 -51q-2 -27 -13 -43q-20 -35 -65 -35q-63 0 -88 69l-228 627l-366 -635 q-39 -66 -107 -65q-43 0 -55 32q-2 7 -2 21z" />
-<glyph unicode="&#x3c8;" horiz-adv-x="1390" d="M53 487q0 12 62 588q12 98 86 99q33 0 54 -26t21 -71q-66 -598 -65 -604q0 -350 313 -356l121 1093q8 82 86 82q41 0 54.5 -21.5t13.5 -60.5l-121 -1093q178 2 280.5 126t124.5 326q4 45 30 241t32 267q8 94 84 94q33 0 54.5 -22.5t21.5 -56.5q0 -18 -8.5 -80t-24 -182.5 t-27.5 -245.5q-27 -262 -181.5 -432t-399.5 -175l-37 -348q-12 -109 -88 -108q-68 0 -68 86q0 6 2 31l37 339q-221 4 -339 145.5t-118 364.5z" />
-<glyph unicode="&#x3c9;" horiz-adv-x="1359" d="M43 365q0 213 90 424.5t246 338.5q25 18 63 19q25 0 38.5 -15.5t13.5 -37.5v-9q-2 -20 -31 -49l-12 -12q-119 -129 -185.5 -301t-66.5 -346q0 -119 43 -183.5t106 -64.5q61 0 118.5 65.5t82.5 182.5q6 66 20.5 199t20.5 196q4 41 31.5 64.5t60.5 23.5q29 0 48.5 -18.5 t19.5 -53.5v-8l-43 -403q2 -115 46 -181.5t101 -66.5q63 0 110.5 48t71 121t33.5 138.5t10 120.5q0 270 -145 471q-25 35 -25 55q4 31 21.5 49.5t44.5 18.5q39 0 59 -18q197 -193 197 -543q0 -113 -17.5 -212t-57.5 -192.5t-117.5 -148.5t-184.5 -55q-184 0 -246 237 q-113 -236 -295 -235q-111 0 -190.5 106.5t-79.5 274.5z" />
-<glyph unicode="&#x3ca;" horiz-adv-x="600" d="M-76 1442q4 51 37 82.5t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM23 215q0 -233 272 -233q92 0 98 71v13q0 55 -84 55q-127 0 -127 112q0 20 88 850q0 66 -75.5 66t-83.5 -76q-88 -829 -88 -858zM334 1442 q4 51 36.5 82.5t75.5 31.5q39 0 66 -25.5t27 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#x3cb;" horiz-adv-x="1095" d="M35 330q0 -156 111.5 -255.5t275.5 -99.5q174 0 315.5 114t159.5 282l72 706q0 59 -70 60q-76 0 -84 -76l-67 -641q-12 -125 -100.5 -208t-209.5 -83q-111 0 -178 71.5t-67 184.5q0 23 69 692q0 59 -69 60q-76 0 -84 -76q-74 -704 -74 -731zM260 1442q4 51 37 82.5 t76 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -82.5t-76 -31.5q-39 0 -65.5 25.5t-26.5 64.5zM670 1442q4 51 36.5 82.5t75.5 31.5q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -82.5t-75.5 -31.5q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#x3cc;" horiz-adv-x="1177" d="M53 489q0 172 67.5 328t200 256.5t297.5 100.5q211 0 324 -152t113 -373q0 -268 -158 -470t-405 -202q-211 0 -325 146.5t-114 365.5zM219 518q0 -162 73 -280.5t216 -118.5q180 0 282.5 155.5t102.5 337.5q0 166 -74 290t-217 124q-96 0 -172 -49t-121 -126t-67.5 -163 t-22.5 -170zM557 1386q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
-<glyph unicode="&#x3cd;" horiz-adv-x="1095" d="M35 330q0 27 74 731q8 76 84 76q70 0 69 -60q-70 -670 -69 -692q0 -113 67.5 -184.5t177.5 -71.5q121 0 209 83t101 208l67 641q8 76 84 76q70 0 70 -60l-72 -706q-18 -168 -159.5 -282t-315.5 -114q-164 0 -275.5 99.5t-111.5 255.5zM475 1386q0 25 10 46l172 319 q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
-<glyph unicode="&#x3ce;" horiz-adv-x="1359" d="M43 365q0 213 90 424.5t246 338.5q25 18 63 19q25 0 38.5 -15.5t13.5 -37.5v-9q-2 -20 -31 -49l-12 -12q-119 -129 -185.5 -301t-66.5 -346q0 -119 43 -183.5t106 -64.5q61 0 118.5 65.5t82.5 182.5q6 66 20.5 199t20.5 196q4 41 31.5 64.5t60.5 23.5q29 0 48.5 -18.5 t19.5 -53.5v-8l-43 -403q2 -115 46 -181.5t101 -66.5q63 0 110.5 48t71 121t33.5 138.5t10 120.5q0 270 -145 471q-25 35 -25 55q4 31 21.5 49.5t44.5 18.5q39 0 59 -18q197 -193 197 -543q0 -113 -17.5 -212t-57.5 -192.5t-117.5 -148.5t-184.5 -55q-184 0 -246 237 q-113 -236 -295 -235q-111 0 -190.5 106.5t-79.5 274.5zM645 1384q0 25 10 46l172 319q31 57 80 57q63 0 64 -73q0 -2 -6 -21l-172 -315q0 -23 -29 -47.5t-51 -24.5q-68 0 -68 59z" />
-<glyph unicode="&#x2000;" horiz-adv-x="913" />
-<glyph unicode="&#x2001;" horiz-adv-x="1828" />
-<glyph unicode="&#x2002;" horiz-adv-x="913" />
-<glyph unicode="&#x2003;" horiz-adv-x="1828" />
-<glyph unicode="&#x2004;" horiz-adv-x="608" />
-<glyph unicode="&#x2005;" horiz-adv-x="456" />
-<glyph unicode="&#x2006;" horiz-adv-x="303" />
-<glyph unicode="&#x2007;" horiz-adv-x="303" />
-<glyph unicode="&#x2008;" horiz-adv-x="227" />
-<glyph unicode="&#x2009;" horiz-adv-x="364" />
-<glyph unicode="&#x200a;" horiz-adv-x="100" />
-<glyph unicode="&#x2010;" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
-<glyph unicode="&#x2011;" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
-<glyph unicode="&#x2012;" horiz-adv-x="792" d="M66 557q2 39 29.5 63.5t68.5 24.5h422q80 0 80 -70q-8 -86 -97 -86h-422q-81 0 -81 68z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1435" d="M59 551q4 43 30 68.5t67 25.5h1036q80 0 80 -70q-8 -86 -96 -86h-1037q-80 1 -80 62z" />
-<glyph unicode="&#x2014;" horiz-adv-x="1841" d="M59 551q4 43 30 68.5t67 25.5h1441q80 0 80 -70q-8 -86 -96 -86h-1442q-80 1 -80 62z" />
-<glyph unicode="&#x2018;" horiz-adv-x="526" d="M154 1479q2 29 29.5 48t58.5 19q43 0 59 -41l115 -360q6 -8 6 -25q-2 -27 -31 -49t-55 -22q-55 0 -76 71l-102 334q-4 17 -4 25z" />
-<glyph unicode="&#x2019;" horiz-adv-x="526" d="M117 1114q0 16 10 31l192 360q23 41 68 41q29 0 50.5 -17.5t21.5 -43.5q0 -20 -8 -31l-172 -334q-39 -72 -93 -71q-25 0 -47 20t-22 45z" />
-<glyph unicode="&#x201a;" horiz-adv-x="526" d="M-20 -209q2 20 8 31l170 334q35 66 96 65q25 0 45 -17.5t20 -41.5q0 -20 -10 -31l-190 -360q-25 -41 -68 -41q-29 0 -50 17t-21 44z" />
-<glyph unicode="&#x201c;" horiz-adv-x="860" d="M154 1479q2 29 29.5 48t58.5 19q43 0 59 -41l115 -360q6 -8 6 -25q-2 -27 -31 -49t-55 -22q-55 0 -76 71l-102 334q-4 17 -4 25zM502 1479q2 29 29.5 48t58.5 19q43 0 59 -41l115 -360q6 -8 6 -25q-2 -27 -30.5 -49t-55.5 -22q-55 0 -76 71l-102 334q-4 17 -4 25z" />
-<glyph unicode="&#x201d;" horiz-adv-x="860" d="M117 1114q0 16 10 31l192 360q23 41 68 41q29 0 50.5 -17.5t21.5 -43.5q0 -20 -8 -31l-172 -334q-39 -72 -93 -71q-25 0 -47 20t-22 45zM465 1114q0 16 10 31l193 360q23 41 67 41q29 0 50.5 -17.5t21.5 -43.5q0 -20 -8 -31l-172 -334q-39 -72 -92 -71q-25 0 -47.5 20 t-22.5 45z" />
-<glyph unicode="&#x201e;" horiz-adv-x="858" d="M-20 -209q2 20 8 31l170 334q14 27 41.5 47t56.5 20q25 0 44 -18.5t19 -42.5q0 -20 -10 -31l-190 -360q-25 -41 -68 -41q-29 0 -50 17t-21 44zM305 -209q2 20 8 31l172 334q35 66 99 65q25 0 44 -17.5t19 -41.5q0 -20 -10 -31l-191 -360q-25 -41 -67 -41q-31 0 -52.5 17 t-21.5 44z" />
-<glyph unicode="&#x2020;" horiz-adv-x="1130" d="M111 1053q8 84 84 84h301l30 299q4 45 30 73.5t58 28.5q63 0 64 -76q0 -18 -2 -26l-31 -299h305q68 0 68 -66q-8 -84 -84 -84h-305l-92 -887q-12 -100 -82 -100q-29 0 -49.5 21.5t-20.5 60.5q0 4 1 10t1 8l92 887h-301q-67 0 -67 66z" />
-<glyph unicode="&#x2021;" horiz-adv-x="1130" d="M51 475q6 88 82 88h301l45 424h-301q-68 0 -67 66q8 86 84 86h301l30 299q4 45 30 72.5t58 27.5q63 0 64 -76q0 -16 -33 -323h305q68 0 68 -62q-8 -90 -84 -90h-305l-45 -424h305q68 0 67 -61q-6 -88 -82 -88h-305l-34 -322q-8 -100 -82 -100q-29 0 -48.5 23.5 t-19.5 62.5l35 336h-301q-68 0 -68 61z" />
-<glyph unicode="&#x2022;" horiz-adv-x="1161" d="M188 662q0 168 116 283.5t276 115.5q143 0 230 -88t87 -225q0 -166 -117.5 -282t-275.5 -116q-141 0 -228.5 87.5t-87.5 224.5z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1103" d="M10 90q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5zM358 90q4 51 37 83t76 32q39 0 65.5 -25.5t26.5 -64.5q-4 -51 -36.5 -83t-75.5 -32q-39 0 -66 25.5t-27 64.5zM686 90q4 51 37 83t76 32q39 0 65.5 -25.5 t26.5 -64.5q-4 -51 -37 -83t-76 -32q-39 0 -65.5 25.5t-26.5 64.5z" />
-<glyph unicode="&#x202f;" horiz-adv-x="364" />
-<glyph unicode="&#x2030;" horiz-adv-x="2469" d="M121 1137q0 172 111.5 293.5t271.5 121.5q141 0 222 -95t81 -238q0 -172 -111.5 -298t-271.5 -126q-141 0 -222 98.5t-81 243.5zM260 1141q0 -94 45 -162t131 -68q111 0 175.5 93.5t64.5 201.5q0 94 -48 162t-136 68q-109 0 -170.5 -93t-61.5 -202zM365 8q0 27 16 64 l709 1429q31 61 84 62q55 0 55 -52q0 -27 -17 -67q-49 -106 -367.5 -745.5t-355.5 -698.5q-31 -43 -71 -43q-53 0 -53 51zM793 305q0 176 111.5 300t275.5 124q139 0 217 -96t78 -240q0 -174 -107.5 -297t-267.5 -123q-143 0 -225 94.5t-82 237.5zM932 309q0 -94 45 -157.5 t135 -63.5q109 0 171.5 91t62.5 198q0 94 -46.5 164.5t-132.5 70.5q-111 0 -173 -96t-62 -207zM1602 305q0 176 111.5 300t275.5 124q139 0 217 -96t78 -240q0 -174 -108 -297t-267 -123q-143 0 -225 94.5t-82 237.5zM1741 313q0 -94 47 -159.5t133 -65.5q109 0 171 91 t62 198q0 94 -46 164.5t-132 70.5q-111 0 -173 -94t-62 -205z" />
-<glyph unicode="&#x2039;" horiz-adv-x="1361" d="M59 557v10q6 59 80 92l979 435q39 16 64 16q18 0 35 -6q31 -12 30 -45v-10q-6 -55 -78 -88l-886 -406l784 -401q66 -35 66 -86v-9q-6 -59 -76 -59q-33 0 -76 18l-860 453q-62 33 -62 86z" />
-<glyph unicode="&#x203a;" horiz-adv-x="1361" d="M8 63v11q6 55 76 88l868 385l-784 422q-57 31 -57 75v11q6 63 77 63q23 0 48 -10l880 -455q80 -41 80 -90q-6 -61 -117 -114l-958 -437q-25 -10 -45 -10q-68 0 -68 61z" />
-<glyph unicode="&#x205f;" horiz-adv-x="456" />
-<glyph unicode="&#x20ac;" horiz-adv-x="1566" d="M70 590q6 86 82 86h96q0 111 14 160h-94q-68 0 -68 61q6 82 84 82h115q82 256 277.5 424t472.5 168q252 0 413 -168q33 -31 33 -68q-4 -41 -27.5 -64.5t-54.5 -23.5q-41 0 -61 25q-117 129 -328 129q-201 0 -342 -118t-209 -304h713q72 0 71 -64q-6 -80 -88 -79h-735 q-12 -70 -12 -160h524q72 0 72 -60q-6 -84 -86 -84h-494q35 -176 152 -285.5t305 -109.5q195 0 350 139q25 23 53 23q66 0 66 -66q-6 -59 -39 -86q-215 -170 -457 -170q-266 0 -422.5 156t-189.5 399h-119q-67 1 -67 58z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1415" d="M158 1503q2 41 41 41h379q35 0 34 -31q-2 -43 -43 -43h-151l-68 -649q-6 -51 -43 -51q-33 0 -33 37v14l68 649h-152q-32 0 -32 33zM457 807l174 688q14 63 69 64q57 0 68 -56l104 -590l240 590q25 55 76 56q55 0 57 -64l33 -670l-2 -10q-4 -35 -37 -35q-35 0 -39 41 l-26 633l-269 -633q-20 -45 -47 -45q-29 0 -37 45l-129 633l-157 -633q-12 -43 -50 -43q-28 0 -28 29z" />
-<glyph unicode="&#x2126;" horiz-adv-x="1464" d="M98 858q0 293 205 501t492 208q274 0 422.5 -165t148.5 -403q0 -295 -205 -493.5t-499 -198.5q-272 0 -418 160t-146 391zM119 61q8 88 78 89h907q63 0 63 -60q0 -39 -20.5 -64.5t-56.5 -25.5h-908q-63 0 -63 61zM254 879q0 -180 110.5 -303t317.5 -123 q227 0 379.5 153.5t152.5 368.5q0 182 -114.5 313t-319.5 131q-225 0 -375.5 -163.5t-150.5 -376.5z" />
-<glyph unicode="&#x2206;" horiz-adv-x="1392" d="M4 45v8q4 20 12 35l631 1339q43 94 127 95q88 0 107 -95l366 -1339q4 -20 4 -31v-8q-6 -49 -127 -49h-1030q-90 0 -90 45zM213 162h850l-311 1149z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1135" d="M0 1135h1135v-1135h-1135v1135z" />
-<glyph horiz-adv-x="1210" d="M61 512q0 176 64.5 340t200 277.5t309.5 113.5h8q215 0 325.5 -153.5t110.5 -380.5q0 -180 -65.5 -345t-200.5 -277t-307 -112q-215 0 -330 155t-115 382zM225 537q0 -170 77 -287t220 -117q129 0 222.5 95.5t131 216t37.5 237.5q0 170 -74.5 284.5t-213.5 114.5 q-131 0 -226.5 -93t-134.5 -212.5t-39 -238.5z" />
-<glyph horiz-adv-x="813" d="M127 1057v8q8 66 86 86q313 86 322 86q49 0 61 -41q2 -6 2 -35q0 -41 -2 -69l-107 -1004q-4 -39 -28.5 -63.5t-61.5 -24.5q-35 0 -55 20.5t-20 55.5v12l102 971l-207 -58q-20 -4 -26 -4q-29 0 -47.5 16.5t-18.5 43.5z" />
-<glyph horiz-adv-x="1150" d="M57 66v8q2 33 39 76q514 406 617 507q96 96 104 181q2 20 2 47q0 98 -71.5 156.5t-169.5 58.5q-109 0 -195 -73t-98 -202q-4 -35 -29 -66.5t-63 -31.5q-37 0 -56.5 29.5t-19.5 68.5v11q20 188 165.5 304.5t319.5 116.5q158 0 272.5 -96t114.5 -250q0 -61 -28.5 -128.5 t-65.5 -124t-105.5 -126t-115.5 -111.5t-131 -106.5t-116 -86t-103 -72.5h534q70 0 70 -66v-10q-10 -80 -86 -80h-678q-107 0 -107 66z" />
-<glyph horiz-adv-x="1105" d="M35 -8q4 39 26.5 60.5t51.5 21.5q53 0 71 -54q63 -195 248 -194q141 0 234.5 97t93.5 231q0 96 -53.5 169.5t-155.5 92.5q-25 4 -119 4q-86 2 -86 67v9q6 74 100 73q96 0 117 4q100 20 156.5 115.5t56.5 200.5q0 100 -58.5 157.5t-164.5 57.5q-88 0 -157.5 -59.5 t-78.5 -145.5q-10 -102 -90 -102q-78 0 -77 84q0 4 1 12t1 12q14 135 139 243.5t289 108.5q170 0 267 -99t97 -253q0 -221 -207 -391q190 -127 191 -350q0 -215 -145.5 -358.5t-346.5 -143.5q-145 0 -273 90t-128 221v19z" />
-<glyph horiz-adv-x="1222" d="M37 205q4 55 35 90l624 862q68 96 168 96q51 0 84 -33.5t33 -91.5q0 -4 -1 -11t-1 -11l-86 -830h98q68 0 68 -63q0 -39 -19.5 -64.5t-56.5 -25.5h-106l-31 -293q-10 -96 -88 -96q-70 0 -70 80v16l31 291h-584q-47 0 -72.5 23.5t-25.5 60.5zM236 276h499l84 805z" />
-<glyph horiz-adv-x="1236" d="M20 -53q2 35 25 54t49 19q37 0 60 -34q41 -63 122.5 -103.5t165.5 -40.5q154 0 262.5 119t108.5 266q0 127 -78 216t-225 89q-57 0 -117.5 -17t-89.5 -17q-76 0 -76 63v12q0 12 164 574q25 82 127 82h438q31 0 48.5 -22.5t17.5 -55.5v-10q-10 -78 -84 -78h-422l-108 -395 q68 16 157 16q201 0 308.5 -122t107.5 -296q0 -238 -166 -407.5t-397 -169.5q-164 0 -281 78.5t-117 166.5v13z" />
-<glyph horiz-adv-x="1177" d="M72 446q0 526 624 1045q37 31 74 31q33 0 54.5 -18.5t21.5 -51.5v-12q-4 -29 -27 -49q-141 -119 -272 -267.5t-193 -253.5q104 109 293 109q158 0 261.5 -117t103.5 -303q0 -229 -155 -406.5t-376 -177.5q-197 0 -303 135t-106 336zM229 446q0 -133 73 -226t204 -93 q154 18 251 136t97 267q0 125 -72.5 211t-214.5 86q-152 0 -245 -117t-93 -264z" />
-<glyph horiz-adv-x="1138" d="M59 1128q8 96 103 97h725q37 0 61.5 -23.5t24.5 -62.5q-2 -33 -19 -64l-678 -1284q-47 -84 -108.5 -84t-61.5 66v14q4 33 15 49l649 1223h-625q-86 -1 -86 69z" />
-<glyph horiz-adv-x="1138" d="M49 385q0 145 85 268t216 183q-164 106 -164 305q0 176 137.5 298t307.5 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -302 114t-114 296zM225 410q0 -119 70 -196t188 -77 q137 0 225.5 107.5t88.5 240.5q0 117 -71 195t-179 78q-137 0 -229.5 -108.5t-92.5 -239.5zM350 1141q0 -98 57.5 -164t155.5 -66q111 0 179.5 93.5t68.5 201.5q0 94 -58.5 148.5t-142.5 54.5q-111 0 -185.5 -81t-74.5 -187z" />
-<glyph horiz-adv-x="1150" d="M57 674q0 233 157 402t384 169q199 0 311.5 -133t112.5 -346q0 -322 -183.5 -604.5t-473.5 -499.5q-31 -23 -66 -22q-29 0 -47.5 17t-18.5 42q4 47 48 86q154 123 289 273.5t178 246.5q-111 -90 -271 -90q-197 0 -308.5 134.5t-111.5 324.5zM221 674q0 -141 80 -223 t201 -82q166 0 265 119.5t99 281.5q0 133 -72.5 225t-218.5 92q-160 0 -257 -128.5t-97 -284.5z" />
-<glyph horiz-adv-x="1357" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-113 262h-635l-145 -233q-35 -78 -98 -78q-60 0 -60 61zM399 467h488l-199 506z" />
-<glyph horiz-adv-x="1150" d="M8 74q0 16 2 26l99 949q12 98 94 98h375q150 0 249 -61.5t99 -186.5q0 -111 -67.5 -185.5t-172.5 -107.5q133 -4 210 -82t77 -182q0 -152 -130 -247t-284 -95h-440q-68 0 -90 16q-21 17 -21 58zM166 150h346q131 0 208 51t85 143q0 88 -84 130t-201 42h-315zM219 655h246 q281 0 299 203q0 139 -213 139h-295z" />
-<glyph horiz-adv-x="1263" d="M66 506q0 291 204.5 483.5t491.5 192.5q250 0 416 -168q31 -31 30 -68q-4 -41 -27.5 -64.5t-54.5 -23.5q-41 0 -61 25q-117 129 -328 129q-209 0 -356.5 -151.5t-147.5 -354.5q0 -178 116 -273.5t300 -95.5q195 0 350 139q25 23 54 23q66 0 65 -66q-6 -59 -39 -86 q-215 -170 -456 -170q-252 0 -404.5 146.5t-152.5 382.5z" />
-<glyph horiz-adv-x="1318" d="M6 57q0 16 2 27l101 965q12 98 129 98h399q205 0 342 -132t137 -366q0 -299 -184 -474t-449 -175h-397q-45 0 -62.5 11t-17.5 46zM166 150h321q219 0 343 138t124 349q0 182 -100 271t-248 89h-350z" />
-<glyph horiz-adv-x="976" d="M6 57q0 20 2 35l103 963q8 92 92 92h622q68 0 68 -76q-6 -74 -82 -74h-557l-35 -319h459q68 0 67 -78q-6 -72 -81 -72h-459l-41 -378h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
-<glyph horiz-adv-x="897" d="M6 53l103 996q12 98 94 98h604q68 0 67 -60q-6 -90 -81 -90h-537l-45 -417h405q68 0 68 -78q-6 -74 -84 -74h-405l-37 -367q-6 -61 -84 -61q-68 0 -68 53z" />
-<glyph horiz-adv-x="1439" d="M61 496q0 274 200 474.5t462 200.5q115 0 225.5 -48t190.5 -140q27 -27 26 -68q-4 -33 -27.5 -59.5t-60.5 -26.5q-35 0 -67 33q-145 145 -314 146q-201 0 -334 -156t-133 -348q0 -156 110 -262.5t273 -106.5q156 0 292 86t153 240q4 29 -4 31h-318q-82 0 -82 61v12 q6 76 103 76h342q117 0 116 -125q0 -240 -192.5 -389.5t-433.5 -149.5q-236 0 -381.5 155t-145.5 364z" />
-<glyph horiz-adv-x="1150" d="M6 63l107 1014q6 76 82 76q68 0 67 -63l-45 -428h641l45 415q8 76 82 76q70 0 70 -63l-107 -1016q-6 -74 -84 -74q-68 0 -67 63l47 447h-641l-47 -436q-6 -74 -80 -74q-70 0 -70 63z" />
-<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph horiz-adv-x="851" d="M12 125v8q10 78 78 78q16 0 82 -47q63 -47 143 -47q88 0 142.5 50t64.5 138l82 770q8 76 84 76q70 0 70 -76l-82 -770q-14 -152 -118.5 -242t-258.5 -90q-162 0 -268 103q-19 18 -19 49z" />
-<glyph horiz-adv-x="1183" d="M6 57l109 1039q6 63 80 63q72 0 71 -55v-8l-63 -596l782 637q23 18 49 18q31 0 53.5 -23.5t22.5 -52.5q-2 -35 -27 -53l-467 -375l400 -528q18 -18 18 -51v-9q-2 -33 -27.5 -49t-48.5 -16q-37 0 -65 35l-391 516l-320 -250l-24 -233q-6 -66 -80 -66q-72 0 -72 57z" />
-<glyph horiz-adv-x="1021" d="M8 94q0 4 1 11.5t1 11.5l103 960q6 76 82 76q68 0 67 -63l-98 -940h657q68 0 68 -74q-6 -76 -82 -76h-707q-92 0 -92 94z" />
-<glyph horiz-adv-x="1658" d="M6 61v11l4 24l301 924q41 154 148 154q98 0 129 -138l174 -760l342 760q59 133 162 133q104 0 110 -149l92 -938q0 -35 -24.5 -57.5t-57.5 -22.5q-68 0 -73 82l-80 893l-412 -889q-41 -88 -92 -88q-53 0 -76 88l-209 891l-282 -893q-23 -84 -90 -84q-66 0 -66 59z" />
-<glyph horiz-adv-x="1204" d="M6 66l107 1015q10 90 84 90q55 0 98 -73l588 -828l88 822q10 78 82 77q68 0 67 -65l-106 -1014q-10 -90 -82 -90q-59 0 -96 61l-594 824l-86 -807q-10 -78 -80 -78t-70 66z" />
-<glyph horiz-adv-x="1366" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5z" />
-<glyph horiz-adv-x="1067" d="M6 63v13l105 991q8 82 92 82h393q188 0 294.5 -100.5t106.5 -241.5q0 -188 -143 -312t-326 -124h-340l-32 -295q-8 -76 -80 -76q-70 0 -70 63zM203 520h332q135 0 215.5 73t93.5 183q0 94 -75 158.5t-216 64.5h-299z" />
-<glyph horiz-adv-x="1521" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -252 -182 -451q92 -117 92 -141v-8q-4 -29 -23.5 -50.5t-52.5 -21.5q-29 0 -47 19l-90 102q-158 -102 -356 -102q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5 q127 0 238 61l-78 82q-23 23 -22 50q0 37 27.5 67.5t64.5 30.5q31 0 51 -25l84 -96q111 141 111 313q0 168 -108 282t-280 114q-213 0 -350 -142.5t-137 -343.5z" />
-<glyph horiz-adv-x="1071" d="M8 74v18l105 995q8 82 127 82h307q205 0 319.5 -79.5t114.5 -239.5q0 -139 -80 -234.5t-209 -144.5l185 -334q12 -16 12 -47q0 -4 -1 -12t-1 -12q-6 -68 -74 -68q-37 0 -65 41l-216 381h-339l-35 -328q-10 -92 -82 -92q-68 0 -68 74zM209 569h291q127 0 223 59.5 t108 172.5q0 219 -284 219h-291z" />
-<glyph horiz-adv-x="1001" d="M31 145q0 39 21.5 71t58.5 32q29 0 57 -23q133 -92 272 -92q98 0 178 42t91 132q0 70 -58.5 112t-156.5 79q-76 29 -113 44t-98.5 45.5t-90 58.5t-53 71t-24.5 92q0 4 1 13t1 14q18 164 145 248.5t303 84.5q178 0 309 -73q31 -18 31 -60q-2 -43 -26.5 -65.5t-55.5 -22.5 q-25 0 -43 13q-88 53 -239 53q-104 0 -179 -38t-86 -122v-8q0 -14 5.5 -27.5t16.5 -26t22.5 -23.5t32 -22.5t37 -19.5t43 -20.5t44 -18.5t49 -19.5t47.5 -19.5q143 -57 224.5 -132t81.5 -195q-18 -174 -152.5 -259.5t-308.5 -85.5q-188 0 -365 121q-22 16 -22 47z" />
-<glyph horiz-adv-x="1056" d="M111 1061v10q8 76 90 76h755q70 0 70 -76q-6 -74 -84 -74h-303l-96 -911q-10 -86 -82 -86q-70 0 -70 70l96 927h-301q-75 1 -75 64z" />
-<glyph horiz-adv-x="1177" d="M53 459q0 61 58 604q8 88 94 88q72 0 71 -70q-55 -539 -55 -583q0 -354 303 -355q156 0 249 101.5t120 355.5l49 463q8 88 94 88q74 0 74 -88l-51 -479q-63 -606 -572 -607q-201 0 -317.5 115t-116.5 367z" />
-<glyph horiz-adv-x="1189" d="M113 1073v10q10 74 86 74q59 0 73 -61l252 -842l424 842q29 59 78 59q31 0 55.5 -23.5t24.5 -52.5v-8q0 -14 -8 -24l-471 -920q-63 -127 -129 -127q-61 0 -95 109l-288 938q-2 8 -2 26z" />
-<glyph horiz-adv-x="1705" d="M113 1085.5q0 6.5 2 10.5q2 35 27.5 55t58.5 20q66 0 71 -75l117 -891l381 889q33 78 117 77q82 0 98 -77l182 -887l299 885q18 84 93 84q31 0 51 -19.5t20 -52.5v-8l-4 -19l-340 -973q-16 -47 -55 -75.5t-84 -28.5q-43 0 -77 23.5t-40 70.5l-174 838l-344 -805 q-57 -131 -150 -131q-45 0 -76.5 33.5t-39.5 87.5l-131 960q-2 2 -2 8.5z" />
-<glyph horiz-adv-x="1079" d="M4 47v10q6 35 33 70l364 504l-215 420q-12 23 -12 43v8q2 31 25.5 50t54.5 19q39 0 63 -36l193 -369l246 367q27 37 67 36q29 0 47.5 -19.5t18.5 -45.5v-8q-2 -25 -23 -47l-286 -400l260 -518q20 -35 20 -68v-8q-6 -57 -65 -57q-45 0 -72 45l-248 467l-334 -465 q-33 -47 -84 -47q-53 0 -53 49z" />
-<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
-<glyph horiz-adv-x="1150" d="M8 68v18q2 41 31 80l782 833h-610q-70 0 -70 60v14q6 76 84 76h721q96 0 96 -59q-2 -43 -51 -107l-782 -833h682q72 0 72 -58v-14q-6 -78 -86 -78h-805q-64 0 -64 68z" />
-<glyph horiz-adv-x="1357" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-113 262h-635l-145 -233q-35 -78 -98 -78q-60 0 -60 61zM399 467h488l-199 506z" />
-<glyph horiz-adv-x="1150" d="M8 74q0 16 2 26l99 949q12 98 94 98h375q150 0 249 -61.5t99 -186.5q0 -111 -67.5 -185.5t-172.5 -107.5q133 -4 210 -82t77 -182q0 -152 -130 -247t-284 -95h-440q-68 0 -90 16q-21 17 -21 58zM166 150h346q131 0 208 51t85 143q0 88 -84 130t-201 42h-315zM219 655h246 q281 0 299 203q0 139 -213 139h-295z" />
-<glyph horiz-adv-x="976" d="M6 63v13l103 968q10 98 94 99h645q33 0 52.5 -20.5t19.5 -49.5v-8q-6 -72 -89 -72h-577l-96 -917q-8 -76 -84 -76q-68 0 -68 63z" />
-<glyph horiz-adv-x="1392" d="M4 45v8q4 20 12 35l553 989q43 94 127 94q88 0 107 -94l362 -989q4 -20 4 -31v-8q-6 -49 -127 -49h-948q-90 0 -90 45zM242 150h712l-282 802z" />
-<glyph horiz-adv-x="976" d="M6 57q0 20 2 35l103 963q8 92 92 92h622q68 0 68 -76q-6 -74 -82 -74h-557l-35 -319h459q68 0 67 -78q-6 -72 -81 -72h-459l-41 -378h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
-<glyph horiz-adv-x="1150" d="M8 68v18q2 41 31 80l782 833h-610q-70 0 -70 60v14q6 76 84 76h721q96 0 96 -59q-2 -43 -51 -107l-782 -833h682q72 0 72 -58v-14q-6 -78 -86 -78h-805q-64 0 -64 68z" />
-<glyph horiz-adv-x="1150" d="M6 63l107 1014q6 76 82 76q68 0 67 -63l-45 -428h641l45 415q8 76 82 76q70 0 70 -63l-107 -1016q-6 -74 -84 -74q-68 0 -67 63l47 447h-641l-47 -436q-6 -74 -80 -74q-70 0 -70 63z" />
-<glyph horiz-adv-x="1386" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5zM293 565q8 88 84 88h567q68 0 68 -63q-6 -88 -84 -88h-568q-67 0 -67 63z" />
-<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph horiz-adv-x="1183" d="M6 57l109 1039q6 63 80 63q72 0 71 -55v-8l-63 -596l782 637q23 18 49 18q31 0 53.5 -23.5t22.5 -52.5q-2 -35 -27 -53l-467 -375l400 -528q18 -18 18 -51v-9q-2 -33 -27.5 -49t-48.5 -16q-37 0 -65 35l-391 516l-320 -250l-24 -233q-6 -66 -80 -66q-72 0 -72 57z" />
-<glyph horiz-adv-x="1378" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-369 924l-524 -895q-35 -78 -98 -78q-60 0 -60 61z" />
-<glyph horiz-adv-x="1658" d="M6 61v11l4 24l301 924q41 154 148 154q98 0 129 -138l174 -760l342 760q59 133 162 133q104 0 110 -149l92 -938q0 -35 -24.5 -57.5t-57.5 -22.5q-68 0 -73 82l-80 893l-412 -889q-41 -88 -92 -88q-53 0 -76 88l-209 891l-282 -893q-23 -84 -90 -84q-66 0 -66 59z" />
-<glyph horiz-adv-x="1204" d="M6 66l107 1015q10 90 84 90q55 0 98 -73l588 -828l88 822q10 78 82 77q68 0 67 -65l-106 -1014q-10 -90 -82 -90q-59 0 -96 61l-594 824l-86 -807q-10 -78 -80 -78t-70 66z" />
-<glyph horiz-adv-x="1298" d="M2 70v10q6 76 94 76h946q78 0 78 -64v-14q-6 -74 -92 -74h-946q-80 0 -80 66zM135 1059v14q6 76 82 76h911q70 0 70 -64v-12q-10 -74 -84 -74h-911q-68 1 -68 60zM227 569q0 4 1 8.5t1 8.5q6 74 80 73h606q68 0 68 -63v-16q-6 -74 -84 -74h-606q-66 0 -66 63z" />
-<glyph horiz-adv-x="1366" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5z" />
-<glyph horiz-adv-x="1138" d="M6 63v13l105 985q10 78 82 78h788q29 0 49.5 -21.5t20.5 -50.5l-105 -991q-8 -76 -80 -76q-70 0 -69 63v13l96 909h-641l-96 -909q-8 -76 -84 -76q-66 0 -66 63z" />
-<glyph horiz-adv-x="1067" d="M6 63v13l105 991q8 82 92 82h393q188 0 294.5 -100.5t106.5 -241.5q0 -188 -143 -312t-326 -124h-340l-32 -295q-8 -76 -80 -76q-70 0 -70 63zM203 520h332q135 0 215.5 73t93.5 183q0 94 -75 158.5t-216 64.5h-299z" />
-<glyph horiz-adv-x="1132" d="M8 68v18q2 41 31 80l412 387q16 23 18 41q0 18 -14 47l-287 340q-29 49 -29 92v8q6 68 111 68h741q68 0 68 -62v-16q-6 -74 -82 -74h-633l309 -352q14 -23 15 -47v-8q-2 -16 -19 -41l-428 -399h692q68 0 68 -62v-16q-6 -72 -82 -72h-827q-64 0 -64 68z" />
-<glyph horiz-adv-x="1056" d="M111 1061v10q8 76 90 76h755q70 0 70 -76q-6 -74 -84 -74h-303l-96 -911q-10 -86 -82 -86q-70 0 -70 70l96 927h-301q-75 1 -75 64z" />
-<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
-<glyph horiz-adv-x="1419" d="M59 547q0 31 2 45q16 170 165 275.5t382 105.5l13 110q8 76 84 76q68 0 67 -61v-15q0 -4 -16 -110q219 0 345 -95.5t126 -250.5q0 -25 -2 -37q-18 -168 -166 -270.5t-379 -102.5l-16 -139q-10 -78 -80 -78t-70 66v12l16 139q-229 0 -350 88t-121 242zM205 569 q0 -98 90 -154.5t250 -56.5l49 473q-180 0 -278.5 -64.5t-108.5 -174.5q0 -4 -1 -12.5t-1 -10.5zM694 358q358 0 385 232q0 4 1 13t1 13q0 100 -84 157.5t-254 57.5z" />
-<glyph horiz-adv-x="1079" d="M4 47q6 43 33 80l364 504l-215 420q-12 23 -12 43q2 35 25.5 56t54.5 21q39 0 63 -36l193 -369l246 367q27 37 67 36q29 0 47.5 -19.5t18.5 -45.5q-2 -33 -23 -55l-286 -400l268 -516q20 -35 20 -67q-6 -68 -73 -68q-45 0 -72 45l-248 467l-334 -465q-33 -47 -84 -47 q-53 0 -53 49z" />
-<glyph horiz-adv-x="1392" d="M84 735q0 59 27 322q6 74 86 73q63 0 63 -73q-25 -236 -24 -293q0 -172 71.5 -264t239.5 -92l74 696q8 76 81 76q68 0 68 -60l-74 -712q209 0 294 114.5t112 362.5l18 172q6 76 84 76q70 0 70 -64l-21 -211q-27 -285 -168 -439.5t-403 -154.5l-20 -190q-6 -74 -82 -74 q-68 0 -68 63l20 201q-448 12 -448 471z" />
-<glyph horiz-adv-x="1212" d="M16 61q8 88 78 89h811q63 0 64 -60q0 -39 -20.5 -64.5t-57.5 -25.5h-811q-64 0 -64 61zM51 668q0 211 171 350t374 139q201 0 333 -109.5t132 -289.5q0 -219 -172 -355.5t-387 -136.5q-201 0 -326 114t-125 288zM209 688q0 -123 89 -197.5t224 -74.5q154 0 265.5 90 t111.5 231q0 121 -91 196t-228 75q-150 0 -260.5 -91.5t-110.5 -228.5z" />
-<glyph horiz-adv-x="1357" d="M6 61v11q2 6 12 41l566 968q43 92 129 93q84 0 108 -93l377 -968q6 -12 6 -29q0 -4 -1 -8t-1 -6q-6 -70 -76 -70q-57 0 -69 49l-113 262h-635l-145 -233q-35 -78 -98 -78q-60 0 -60 61zM399 467h488l-199 506z" />
-<glyph horiz-adv-x="976" d="M6 57q0 20 2 35l103 963q8 92 92 92h622q68 0 68 -76q-6 -74 -82 -74h-557l-35 -319h459q68 0 67 -78q-6 -72 -81 -72h-459l-41 -378h573q80 0 80 -62q-6 -88 -94 -88h-639q-45 0 -61.5 12t-16.5 45z" />
-<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph horiz-adv-x="1150" d="M6 63l107 1014q6 76 82 76q68 0 67 -63l-45 -428h641l45 415q8 76 82 76q70 0 70 -63l-107 -1016q-6 -74 -84 -74q-68 0 -67 63l47 447h-641l-47 -436q-6 -74 -80 -74q-70 0 -70 63z" />
-<glyph horiz-adv-x="1366" d="M55 504q0 270 200 461.5t464 191.5q236 0 385 -147.5t149 -376.5q0 -268 -197.5 -460.5t-461.5 -192.5q-250 0 -394.5 150.5t-144.5 373.5zM215 522q0 -170 108.5 -281.5t290.5 -111.5q203 0 339.5 145.5t136.5 337.5q0 168 -108 282t-280 114q-213 0 -350 -142.5 t-137 -343.5z" />
-<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
-<glyph horiz-adv-x="1269" d="M98 61q8 88 78 89h811q63 0 64 -60q0 -39 -20.5 -64.5t-57.5 -25.5h-811q-64 0 -64 61zM133 668q0 211 171 350t374 139q201 0 333 -109.5t132 -289.5q0 -219 -172 -355.5t-387 -136.5q-201 0 -326 114t-125 288zM291 688q0 -123 89 -197.5t224 -74.5q154 0 265.5 90 t111.5 231q0 121 -91 196t-228 75q-150 0 -260.5 -91.5t-110.5 -228.5z" />
-<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
-<glyph horiz-adv-x="1132" d="M8 68v18q2 41 31 80l412 387q16 23 18 41q0 18 -14 47l-287 340q-29 49 -29 92v8q6 68 111 68h741q68 0 68 -62v-16q-6 -74 -82 -74h-633l309 -352q14 -23 15 -47v-8q-2 -16 -19 -41l-428 -399h692q68 0 68 -62v-16q-6 -72 -82 -72h-827q-64 0 -64 68z" />
-<glyph horiz-adv-x="360" d="M6 63l107 1012q6 76 82 76q68 0 67 -64l-106 -1011q-8 -76 -82 -76q-68 0 -68 63z" />
-<glyph horiz-adv-x="1132" d="M115 1081v13q6 72 73 71q41 0 60 -43l295 -598l352 594q31 47 78 47q61 0 61 -55v-10q-2 -18 -16 -43l-424 -699l-29 -270q-8 -88 -84 -88q-70 0 -69 72v16l28 270l-317 682q-8 18 -8 41z" />
-<glyph d="M176 614q0 115 20.5 240t67.5 254t114.5 231.5t170 167t223.5 64.5h8q115 0 201 -57.5t132 -153.5t67.5 -206t21.5 -232q0 -111 -20.5 -235t-67.5 -252t-114.5 -229.5t-169 -166t-222.5 -64.5q-119 0 -206 55.5t-134 149.5t-69.5 202.5t-22.5 231.5zM348 641 q0 -129 23.5 -237.5t89 -189.5t164.5 -81q86 0 156.5 57.5t115.5 145.5t76 194.5t44 201.5t13 171q0 131 -23.5 239.5t-86 187.5t-158.5 79q-109 0 -194 -84t-130 -210t-67.5 -249t-22.5 -225z" />
-<glyph d="M172 70q6 68 82 67h362l125 1204l-206 -57q-20 -4 -27 -4q-29 0 -46.5 16.5t-17.5 42.5q4 74 84 95q313 86 322 86q49 0 61 -41l4 -35q0 -12 -4 -70l-131 -1237h350q72 0 72 -69q-6 -66 -86 -66h-876q-68 0 -68 68z" />
-<glyph d="M201 66v8q2 33 39 76l637 757q119 143 118 285q0 98 -71.5 156.5t-169.5 58.5q-109 0 -195 -72.5t-98 -201.5q-4 -35 -28.5 -67t-63.5 -32q-37 0 -56.5 30t-19.5 69v10q20 188 165.5 305t319.5 117q158 0 272.5 -96.5t114.5 -249.5q0 -207 -188 -428l-539 -635h563 q70 0 70 -66v-10q-10 -80 -86 -80h-678q-106 0 -106 66z" />
-<glyph d="M211 305q4 39 26.5 60.5t51.5 21.5q53 0 71 -53q63 -195 248 -195q139 0 234.5 95.5t95.5 228.5q0 100 -53.5 174t-157.5 92q-25 4 -119 4q-86 2 -86 68v8q10 74 101 74q96 0 116 4q100 20 156.5 115.5t56.5 199.5q0 100 -58 157.5t-165 57.5q-88 0 -157.5 -59.5 t-77.5 -145.5q-10 -102 -91 -102q-76 0 -75 88q14 147 138 260t290 113q170 0 267 -99.5t97 -252.5q0 -223 -207 -392q190 -127 191 -350q0 -213 -148.5 -356.5t-349.5 -143.5q-154 0 -274.5 94.5t-120.5 233.5z" />
-<glyph d="M145 475v8q8 45 35 78l627 862q68 96 166 97q117 0 117 -148l-89 -829h99q68 0 67 -66q-6 -88 -75 -88h-107l-31 -293q-10 -96 -86 -96q-72 0 -71 80l30 307h-583q-47 0 -73 25.5t-26 62.5zM344 543h500l86 805z" />
-<glyph d="M152 223q4 41 25.5 62.5t47.5 21.5q41 0 60 -35q43 -63 125 -103t165 -40q154 0 262.5 119t108.5 266q0 127 -77.5 216t-225.5 89q-57 0 -117.5 -17.5t-89.5 -17.5q-76 0 -76 64q0 25 164 586q25 82 125 82h438q31 0 49.5 -23t18.5 -55q-8 -88 -84 -88h-422l-110 -396 q70 16 157 17q203 0 309.5 -122t106.5 -300q0 -240 -168 -407t-395 -167q-164 0 -280.5 80t-116.5 168z" />
-<glyph d="M195 446q0 526 624 1045q37 31 74 31q33 0 54.5 -18.5t21.5 -51.5q-2 -41 -27 -61q-141 -119 -272 -267.5t-193 -253.5q104 109 293 109q158 0 261.5 -117t103.5 -303q0 -229 -155 -406.5t-376 -177.5q-197 0 -303 135t-106 336zM352 446q0 -133 73 -226t204 -93 q154 18 251 136t97 267q0 125 -73 211t-214 86q-152 0 -245 -117t-93 -264z" />
-<glyph d="M295 1421q8 96 102 97h725q37 0 61.5 -24t24.5 -62q-2 -33 -18 -64l-678 -1284q-47 -84 -106 -84q-63 0 -64 68q2 45 14 61l650 1223h-625q-86 -1 -86 69z" />
-<glyph d="M193 385q0 145 84.5 268t216.5 183q-164 106 -164 305q0 176 137 298t307 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -301.5 114t-113.5 296zM369 410q0 -119 69.5 -196t188.5 -77 q137 0 225 107.5t88 240.5q0 117 -70.5 195t-179.5 78q-137 0 -229 -108.5t-92 -239.5zM494 1141q0 -98 57 -164t156 -66q111 0 179 93.5t68 201.5q0 94 -58 148.5t-142 54.5q-111 0 -185.5 -81t-74.5 -187z" />
-<glyph d="M223 993q0 236 154.5 406t386.5 170q199 0 310.5 -132t111.5 -343q0 -317 -189.5 -610.5t-466.5 -497.5q-31 -23 -65 -23q-29 0 -47.5 17.5t-18.5 42.5q4 51 47 86q152 121 287 272t180 248q-111 -90 -272 -90q-197 0 -307.5 133t-110.5 321zM387 997q0 -141 80 -223 t201 -82q166 0 265 120t99 282q0 133 -72.5 225t-218.5 92q-160 0 -257 -129t-97 -285z" />
-<glyph horiz-adv-x="1257" d="M164 512q0 176 64.5 340t199.5 277.5t309 113.5h8q215 0 326 -153.5t111 -380.5q0 -180 -65.5 -345t-201 -277t-307.5 -112q-215 0 -329.5 155t-114.5 382zM328 537q0 -170 76.5 -287t220.5 -117q129 0 222 95.5t131 216t38 237.5q0 170 -75 284.5t-214 114.5 q-131 0 -226 -93t-134 -212.5t-39 -238.5z" />
-<glyph d="M195 70q6 68 81 67h338l99 922l-207 -58q-20 -4 -27 -4q-29 0 -47 16.5t-18 43.5v8q8 66 86 86q313 86 321 86q49 0 62 -41q2 -6 2 -35q0 -41 -2 -69l-103 -955h332q72 0 72 -69q-6 -66 -86 -66h-836q-67 0 -67 68z" />
-<glyph d="M201 66v8q2 33 39 76q514 406 616 507q96 96 105 181q2 20 2 47q0 98 -72 156.5t-170 58.5q-109 0 -195 -73t-98 -202q-4 -35 -28.5 -66.5t-63.5 -31.5q-37 0 -56.5 29.5t-19.5 68.5v11q20 188 165.5 304.5t319.5 116.5q158 0 273 -96t115 -250q0 -61 -29 -128.5 t-66 -124t-105.5 -126t-115.5 -111.5t-131 -106.5t-115.5 -86t-103.5 -72.5h534q70 0 70 -66v-10q-10 -80 -86 -80h-678q-106 0 -106 66z" />
-<glyph d="M178 -8q4 39 26.5 60.5t51.5 21.5q53 0 72 -54q63 -195 247 -194q141 0 234.5 97t93.5 231q0 96 -53 169.5t-156 92.5q-25 4 -119 4q-86 2 -86 67v9q6 74 101 73q96 0 117 4q100 20 156.5 115.5t56.5 200.5q0 100 -58.5 157.5t-165.5 57.5q-88 0 -157.5 -59.5 t-77.5 -145.5q-10 -102 -90 -102q-78 0 -78 84q0 4 1 12t1 12q14 135 139 243.5t289 108.5q170 0 267 -99t97 -253q0 -221 -206 -391q190 -127 190 -350q0 -215 -145.5 -358.5t-345.5 -143.5q-145 0 -273.5 90t-128.5 221v19z" />
-<glyph d="M119 205q4 55 35 90l624 862q68 96 168 96q51 0 84 -33.5t33 -91.5q0 -4 -1 -11t-1 -11l-86 -830h98q68 0 68 -63q0 -39 -19.5 -64.5t-56.5 -25.5h-107l-30 -293q-10 -96 -88 -96q-70 0 -70 80v16l31 291h-584q-47 0 -72.5 23.5t-25.5 60.5zM317 276h500l84 805z" />
-<glyph d="M123 -53q2 35 24.5 54t49.5 19q37 0 59 -34q41 -63 123 -103.5t166 -40.5q154 0 262 119t108 266q0 127 -77.5 216t-225.5 89q-57 0 -117.5 -17t-88.5 -17q-76 0 -76 63v12q0 12 164 574q25 82 127 82h438q31 0 48 -22.5t17 -55.5v-10q-10 -78 -84 -78h-422l-108 -395 q68 16 158 16q201 0 308 -122t107 -296q0 -238 -165.5 -407.5t-397.5 -169.5q-164 0 -280.5 78.5t-116.5 166.5v13z" />
-<glyph d="M195 446q0 526 624 1045q37 31 74 31q33 0 54.5 -18.5t21.5 -51.5v-12q-4 -29 -27 -49q-141 -119 -272 -267.5t-193 -253.5q104 109 293 109q158 0 261.5 -117t103.5 -303q0 -229 -155 -406.5t-376 -177.5q-197 0 -303 135t-106 336zM352 446q0 -133 73 -226t204 -93 q154 18 251 136t97 267q0 125 -73 211t-214 86q-152 0 -245 -117t-93 -264z" />
-<glyph d="M264 1128q8 96 103 97h725q37 0 61.5 -23.5t24.5 -62.5q-2 -33 -19 -64l-678 -1284q-47 -84 -108.5 -84t-61.5 66v14q4 33 15 49l649 1223h-625q-86 -1 -86 69z" />
-<glyph d="M193 385q0 145 84.5 268t216.5 183q-164 106 -164 305q0 176 137 298t307 122q156 0 254 -91.5t98 -238.5q0 -229 -235 -383q102 -53 161.5 -149.5t59.5 -213.5q0 -207 -153.5 -358.5t-350.5 -151.5q-188 0 -301.5 114t-113.5 296zM369 410q0 -119 69.5 -196t188.5 -77 q137 0 225 107.5t88 240.5q0 117 -70.5 195t-179.5 78q-137 0 -229 -108.5t-92 -239.5zM494 1141q0 -98 57 -164t156 -66q111 0 179 93.5t68 201.5q0 94 -58 148.5t-142 54.5q-111 0 -185.5 -81t-74.5 -187z" />
-<glyph d="M188 674q0 233 157 402t384 169q199 0 311.5 -133t112.5 -346q0 -322 -183.5 -604.5t-473.5 -499.5q-31 -23 -66 -22q-29 0 -47 17t-18 42q4 47 47 86q154 123 289 273.5t178 246.5q-111 -90 -271 -90q-197 0 -308.5 134.5t-111.5 324.5zM352 674q0 -141 80 -223t201 -82 q166 0 265 119.5t99 281.5q0 133 -72.5 225t-217.5 92q-160 0 -257.5 -128.5t-97.5 -284.5z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.ttf b/src/main/webapp/fonts/BPreplayItalics-webfont.ttf
deleted file mode 100644 (file)
index 3bc5a51..0000000
Binary files a/src/main/webapp/fonts/BPreplayItalics-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.woff b/src/main/webapp/fonts/BPreplayItalics-webfont.woff
deleted file mode 100644 (file)
index 504404a..0000000
Binary files a/src/main/webapp/fonts/BPreplayItalics-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/Droid-Serif-fontfacekit.zip b/src/main/webapp/fonts/Droid-Serif-fontfacekit.zip
deleted file mode 100644 (file)
index f0c8fc8..0000000
Binary files a/src/main/webapp/fonts/Droid-Serif-fontfacekit.zip and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.eot b/src/main/webapp/fonts/DroidSerif-Bold-webfont.eot
deleted file mode 100644 (file)
index c0a081d..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Bold-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.svg b/src/main/webapp/fonts/DroidSerif-Bold-webfont.svg
deleted file mode 100644 (file)
index 33b3d9f..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Digitized data copyright  2006 Google Corporation
-Foundry     : Ascender Corporation
-Foundry URL : httpwwwascendercorpcom
-</metadata>
-<defs>
-<font id="webfontMOAwDlKP" horiz-adv-x="1144" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="530" />
-<glyph unicode=" "  horiz-adv-x="530" />
-<glyph unicode="&#x09;" horiz-adv-x="530" />
-<glyph unicode="&#xa0;" horiz-adv-x="530" />
-<glyph unicode="!" horiz-adv-x="780" d="M213 1462h356l-120 -995h-115zM225 147.5q0 47.5 12.5 78t36.5 50.5q18 16 54 27q27 8 65 8q37 0 64 -8q37 -10 55 -27q23 -18 35 -51q14 -37 14 -78t-14 -77q-12 -29 -35 -50q-23 -18 -55 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -54 28q-27 23 -36 50q-13 30 -13 77.5z " />
-<glyph unicode="&#x22;" horiz-adv-x="1038" d="M137 1462h320l-92 -563h-136zM584 1462h319l-72 -563h-135z" />
-<glyph unicode="#" d="M57 410v141h232l71 371h-237v143h264l72 397h147l-74 -397h213l76 397h146l-76 -397h196v-143h-223l-69 -371h227v-141h-256l-76 -410h-145l76 410h-213l-78 -410h-146l78 410h-205zM434 551h215l72 371h-215z" />
-<glyph unicode="$" d="M100 375q0 43 16.5 75.5t43.5 51.5q31 20 61.5 28.5t71.5 8.5q0 -72 16 -138q14 -55 47 -102q31 -43 74 -68q45 -27 94 -34v442l-35 14q-100 41 -163 80q-66 41 -107 88q-39 45 -57 101q-16 49 -17 120q0 76 27 136q25 55 80 106q47 45 119 76q68 29 153 39v157h115v-155 q98 -4 158 -21q76 -20 108 -43q43 -27 64 -63q20 -35 20 -78q0 -63 -55 -106t-170 -43q0 31 -6 65q-6 31 -23 68q-14 33 -39 59q-23 25 -57 41v-399q4 -2 23 -9q12 -4 28 -12q98 -37 162 -76q63 -37 109 -86q43 -46 61 -98q20 -57 20 -119q0 -76 -28 -145q-27 -66 -78 -117 q-47 -47 -127 -84q-63 -29 -170 -43v-254h-115v250q-119 4 -198 31q-84 29 -131 67q-49 41 -72 90q-23 52 -23 99zM385 1128q0 -29 6 -53q4 -18 23 -47q16 -27 43 -47q37 -29 67 -45v354q-61 -12 -100 -51t-39 -111zM639 201q78 18 119 67t41 121q0 66 -39 111 q-37 43 -121 88v-387z" />
-<glyph unicode="%" horiz-adv-x="1853" d="M70 1030q0 106 20 187q23 86 68 143q49 61 114 90q76 33 168 33q88 0 160 -33t117 -90t67.5 -143.5t22.5 -186.5t-23 -186q-20 -80 -69 -146q-43 -57 -115 -92q-68 -33 -162 -33q-100 0 -168 33q-76 37 -114 92q-45 63 -66 146q-20 80 -20 186zM301 1030q0 -63 8 -149 q6 -59 23 -111q14 -45 43 -70q27 -25 63 -24q39 0 64 24q31 29 43 70q16 51 22 111q6 66 6 149q0 80 -6 146q-6 59 -22 110q-12 41 -41 68q-25 25 -64 24.5t-65 -24.5q-29 -27 -43 -68q-16 -51 -23 -110q-8 -87 -8 -146zM492 0l706 1462h158l-705 -1462h-159zM1049 436 q0 106 20 187q23 86 68 143q49 61 114 90q76 33 168 33q88 0 160 -33t117 -90t67.5 -143t22.5 -186.5t-23 -186.5q-20 -80 -69 -146q-43 -57 -115 -92q-68 -33 -162 -32q-100 0 -168 32q-76 37 -114 92q-45 63 -66 146q-20 80 -20 186zM1280 436q0 -63 8 -149q6 -59 23 -111 q14 -45 43 -70q27 -25 63 -24q39 0 64 24q31 29 43 70q16 51 22 111q6 66 6 149q0 80 -6 146q-6 59 -22 110q-12 41 -41 68q-25 25 -64 24.5t-65 -24.5q-29 -27 -43 -68q-16 -51 -23 -110q-8 -87 -8 -146z" />
-<glyph unicode="&#x26;" horiz-adv-x="1638" d="M96 416q0 86 29 153q29 66 76 111q45 43 112 78q70 37 133 61q-31 39 -69 92q-31 43 -49 86q-20 49 -29 88q-8 41 -8 97q0 63 26 123q25 55 78.5 96t127 61.5t179.5 20.5q94 0 172 -23q70 -20 123 -63q45 -37 72 -92q25 -51 25 -113q0 -63 -19 -113q-18 -51 -57 -92 q-40 -43 -98 -80q-61 -39 -138 -73q6 -8 15 -15l290 -305q14 78 17 141q4 94 4 127v90h448v-108h-32q-20 0 -66 -4q-34 -3 -61 -19q-31 -16 -49 -41q-23 -29 -35 -75q-12 -49 -37 -121q-20 -63 -53 -131l204 -213q29 -33 70 -41q47 -10 98 -10h19v-109h-406l-141 150 q-35 -35 -84 -68q-55 -37 -102 -55q-57 -23 -123 -35q-65 -12 -142 -12q-125 0 -223 30q-104 33 -164 84q-66 57 -100 137q-33 79 -33 185zM397 406q0 -61 19 -113q16 -45 55 -92q33 -37 86 -62q51 -23 111 -22q115 0 184 35q80 41 125 96l-438 467q-39 -27 -70 -66 q-28 -34 -43 -74q-18 -45 -23 -79q-6 -43 -6 -90zM569 1188q0 -41 9 -68q14 -47 22 -63q20 -39 39 -64q8 -12 28.5 -34.5t28.5 -32.5q47 27 72 51q23 23 45 59q18 31 25 70q8 49 8 84q0 37 -6 67.5t-23 53.5q-18 25 -45 37t-70 12q-35 0 -59 -12q-27 -12 -43 -37 q-12 -16 -22 -54q-9 -26 -9 -69z" />
-<glyph unicode="'" horiz-adv-x="593" d="M137 1462h320l-92 -563h-136z" />
-<glyph unicode="(" horiz-adv-x="817" d="M117 651q0 172 35 305q37 141 112 256q74 113 199 209q121 92 291 160v-129q-92 -61 -156 -152q-55 -78 -92 -190q-35 -109 -47 -221q-12 -117 -13 -238q0 -123 13 -239q12 -113 47 -222q37 -111 92 -192q59 -86 156 -152v-131q-164 66 -291 162q-125 96 -199 209 q-76 115 -112 258q-35 133 -35 307z" />
-<glyph unicode=")" horiz-adv-x="817" d="M66 -154q96 66 155 152q59 88 94 192q33 100 45 222q12 117 13 239q0 121 -13 238q-12 121 -45 221q-35 106 -94 190q-63 90 -155 152v129q174 -68 292 -160q120 -92 197 -209q80 -123 113 -256q35 -145 34 -305q0 -162 -34 -307q-33 -137 -113 -258q-77 -117 -197 -209 q-125 -96 -292 -162v131z" />
-<glyph unicode="*" horiz-adv-x="1026" d="M72 1071l319 84l-319 82l92 207l305 -221l-68 333h230l-74 -329l307 213l92 -205l-319 -80l319 -82l-92 -203l-307 213l72 -331h-228l66 333l-303 -217z" />
-<glyph unicode="+" d="M133 659v146h365v366h147v-366h367v-146h-367v-366h-147v366h-365z" />
-<glyph unicode="," horiz-adv-x="600" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106z" />
-<glyph unicode="-" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
-<glyph unicode="." horiz-adv-x="622" d="M143 147.5q0 47.5 12.5 78t37.5 50.5q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53 28q-27 23 -37 50q-13 30 -13 77.5z" />
-<glyph unicode="/" horiz-adv-x="589" d="M0 -248l446 1804h144l-443 -1806z" />
-<glyph unicode="0" d="M70 735q0 158 26 307q23 133 86 238q57 94 156 150q96 53 237 53q131 0 228 -53q94 -51 155 -150q59 -96 89 -238q29 -143 28 -309q0 -164 -28 -307q-29 -145 -89 -240q-59 -96 -155 -151q-94 -55 -230 -55q-139 0 -235 55q-100 57 -156 151q-61 104 -86 240 q-26 149 -26 309zM387 733q0 -162 8 -262q10 -127 29 -195q23 -82 55 -120q37 -43 94 -43q55 0 92 43t58 120q20 76 27 195q8 152 8 262.5t-8 261.5q-6 117 -27 193q-23 82 -55 121q-35 41 -93 41q-59 0 -94 -41q-37 -43 -57 -121q-18 -70 -29 -193q-8 -100 -8 -262z" />
-<glyph unicode="1" d="M86 1206q6 2 29.5 8.5t36.5 10.5q25 8 71 30q41 18 82 45q72 45 96 64l144 106h229v-1228q0 -25 4 -58q2 -20 17 -41q12 -18 32 -26q18 -8 52 -8h165v-109h-845v109h168q27 0 45 6q20 6 32 22q12 14 19 41q6 25 6 64v1026l-74 -86q-31 -37 -65 -68q-29 -25 -64 -43 q-33 -16 -61 -16q-23 0 -47 10q-22 9 -37.5 30.5t-24.5 49.5q-10 30 -10 61z" />
-<glyph unicode="2" d="M72 0v211l303 309q94 96 155.5 174t96.5 150q34 71 49 141q14 66 14 148q0 117 -43 172q-41 53 -117 53q-102 0 -145 -90q-43 -89 -43 -264q-57 0 -106 12q-55 14 -84 35q-37 27 -54 61q-18 39 -18 94.5t28.5 106.5t84.5 88q57 39 141 59q90 23 196 23q125 0 203 -23 q88 -25 146 -67q59 -43 90 -109q31 -63 30 -141q0 -41 -10 -92q-8 -41 -35 -95q-20 -43 -65 -100q-49 -66 -98 -119q-66 -72 -138 -141l-182 -176l-205 -195h477q63 0 107 37q45 39 63 105l17 63h121l-11 -430h-968z" />
-<glyph unicode="3" d="M57 225q0 41 15 70q14 31 37 49q25 22 55 31q35 10 67 10q0 -66 18.5 -115t51.5 -82q34 -34 80 -49q49 -16 102 -16q51 0 95 14q53 18 81 47q34 34 56 92q20 55 20 148q0 61 -20 108q-20 45 -62 84q-35 33 -98 56q-55 20 -137 20h-127v127h135q68 0 115 21q53 23 82 61 q33 41 47 96q16 59 16 123q0 109 -43 174q-43 63 -127 64q-57 0 -90 -27q-37 -31 -53 -71q-20 -53 -27 -103q-6 -59 -6 -117q-125 0 -197 45q-70 45 -69 138q0 55 28 102q27 45 86 82q53 33 142 55q82 20 196 21q106 0 197 -23q92 -23 149.5 -63.5t94.5 -106.5 q33 -59 32 -141q0 -68 -24 -127q-27 -61 -66 -104q-47 -49 -98 -80q-68 -39 -125 -58q76 -14 127 -35q65 -25 117 -67q59 -49 88 -105q33 -63 33 -151q0 -121 -47 -209q-45 -84 -123 -137q-76 -51 -176 -74q-102 -23 -207 -22q-119 0 -199 20q-92 25 -137 53q-55 35 -80 80 q-25 43 -25 92z" />
-<glyph unicode="4" d="M27 381v125l581 956h285v-946h213v-135h-213v-125q0 -45 14 -78q12 -27 35 -43q18 -14 53 -20q31 -6 66 -6h26v-109h-718v109h57q35 0 66 6q35 6 53 20q23 16 35 43q14 33 14 78v125h-567zM170 516h424v358q0 53 4 193q4 137 10 201l-33 -66l-47 -86l-47 -84 q-20 -37 -35 -59z" />
-<glyph unicode="5" d="M82 227q0 72 45 107t119 35q0 -45 12 -88q14 -51 37 -78q31 -39 70 -58q45 -23 106 -22q47 0 96 16q45 14 80 54q35 37 55 100q20 61 21 158q0 156 -74 229.5t-205 73.5q-51 0 -71 -2q-37 -4 -58 -9q-18 -4 -51 -12q-10 -2 -26.5 -7t-20.5 -7l-94 37l65 708h775l10 -372 h-117l-16 69q-2 4 -5.5 15.5t-5.5 17.5q-6 14 -16 25q-6 6 -27 14q-16 6 -41 6h-426q-2 -8 -2 -18q0 -6 -4 -43q-2 -10 -3 -31t-1 -31l-4 -32.5t-2 -34.5l-16 -189q14 6 41 12q16 4 57 9q10 0 30.5 3l33.5 5q23 2 63 2q123 0 215 -27q102 -29 166 -82q72 -59 106 -137 q37 -82 37 -192q0 -135 -49 -224q-51 -92 -125 -145q-72 -51 -172 -78q-96 -25 -188 -24q-119 0 -195 20q-84 23 -131 55q-49 33 -72 80q-22 45 -22 92z" />
-<glyph unicode="6" d="M92 676q0 176 35 315q39 154 109 256q76 109 182 172q109 63 258 64q100 0 168 -19q66 -18 112 -51q43 -31 62 -72q20 -45 20 -84q0 -29 -14 -61q-12 -27 -41 -49q-33 -25 -76 -37q-47 -12 -114 -12q0 49 -7 94q-6 51 -20 84q-16 39 -41 61q-28 25 -68 25q-59 0 -108 -37 q-45 -35 -84 -104q-35 -63 -57 -170q-20 -96 -27 -230q20 14 47 27q18 8 64 24q33 12 77 19q43 6 95 6q88 0 167 -29q76 -27 130 -84q59 -63 83 -133q29 -82 29 -178q0 -113 -31 -201q-33 -94 -88 -155.5t-149 -100.5q-88 -37 -205 -36q-119 0 -207 40q-92 43 -159.5 129.5 t-104.5 217.5q-37 133 -37 309zM381 674q0 -145 18.5 -252t49.5 -174q33 -72 69 -101q43 -33 88 -32q78 0 125 80q45 78 45 258q0 164 -51 243q-49 76 -137 76q-33 0 -60 -8q-41 -12 -59 -23q-29 -16 -51 -32q-27 -21 -37 -35z" />
-<glyph unicode="7" d="M90 1032l10 430h977v-100l-565 -1362h-174l545 1239h-539q-57 0 -84 -27q-29 -29 -35 -77l-12 -103h-123z" />
-<glyph unicode="8" d="M61 373q0 70 21 119q23 53 61 96q39 41 97 80q61 41 122 71q-125 72 -188 160q-66 90 -65 211q0 72 24 139q25 66 80 119q57 53 147 84q92 31 224 31q111 0 190.5 -26.5t134.5 -76.5q57 -51 84 -112.5t27 -143.5q0 -63 -19 -108q-16 -43 -57 -86q-37 -39 -86 -72 q-45 -29 -115 -65q98 -49 156 -91q72 -51 107 -94q41 -51 59 -104q18 -55 18 -117q0 -96 -36 -172q-39 -80 -103 -129q-66 -49 -164 -78q-102 -29 -221 -28q-125 0 -221 30q-92 29 -156 84q-59 51 -92 125q-29 66 -29 154zM338 364.5q0 -55.5 16 -108.5q14 -47 47 -86 q31 -37 74 -55.5t94.5 -18.5t94.5 19q41 18 73 53q29 31 45 82q16 49 17 102q0 55 -17 90q-18 41 -53 76q-31 31 -94 70q-49 29 -135 69q-23 -14 -64 -51q-31 -27 -51 -63q-23 -41 -35 -80q-12 -43 -12 -98.5zM397 1135q0 -55 15 -93q16 -41 43 -71q33 -35 67 -58 q49 -31 96 -51q31 18 64 47q23 20 45 58q16 27 27 71q8 35 8 90q0 43 -12 86q-12 41 -37 76q-23 33 -60 53q-35 20 -82 21q-43 0 -75.5 -18.5t-53.5 -47.5q-25 -35 -34 -71q-11 -35 -11 -92z" />
-<glyph unicode="9" d="M72 987q0 104 32 203q31 90 93 156q63 66 147 102q82 35 197 35q113 0 204 -39q94 -39 164 -125t107 -213q37 -129 37 -311q0 -174 -33 -318q-35 -152 -102 -258q-72 -111 -183 -176q-109 -63 -270 -63q-86 0 -158 20q-63 18 -102 51q-41 35 -58 74q-18 43 -18 86 q0 45 25 76q23 29 75 41q18 -55 35 -86q23 -41 51 -70q25 -25 70 -45q41 -18 90 -18q139 0 213 149q76 154 84 444q-29 -35 -53 -55q-37 -31 -68 -45q-41 -20 -80 -29q-47 -10 -98 -10q-90 0 -161.5 26.5t-127.5 82.5q-49 49 -82 133q-30 80 -30 182zM369 999 q0 -141 49 -214.5t143 -73.5q74 0 127 36.5t84 100.5q0 111 -18 225q-14 84 -45 154q-29 63 -68 90q-41 29 -88 29q-86 0 -135 -86.5t-49 -260.5z" />
-<glyph unicode=":" horiz-adv-x="622" d="M143 147.5q0 47.5 12.5 78t37.5 50.5q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53 28q-27 23 -37 50q-13 30 -13 77.5zM143 952q0 47 12.5 78t37.5 51 q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -35 14 -78t-14 -78q-12 -31 -37 -51q-18 -16 -53 -26q-27 -8 -64 -9q-39 0 -65 9q-35 10 -53 26q-25 20 -37.5 51t-12.5 78z" />
-<glyph unicode=";" horiz-adv-x="600" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106zM143 952q0 47 12.5 78t37.5 51q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -35 14 -78t-14 -78q-12 -31 -37 -51q-18 -16 -53 -26q-27 -8 -64 -9q-39 0 -65 9q-35 10 -53 26q-25 20 -37.5 51t-12.5 78z" />
-<glyph unicode="&#x3c;" d="M133 690v84l879 479v-161l-660 -361l660 -356v-162z" />
-<glyph unicode="=" d="M129 461v143h887v-143h-887zM129 858v143h887v-143h-887z" />
-<glyph unicode="&#x3e;" d="M133 213v162l660 356l-660 361v161l879 -479v-84z" />
-<glyph unicode="?" horiz-adv-x="1124" d="M76 1245q0 47 26 94q23 41 80 74q57 35 135 51q84 18 195 19q109 0 201 -25q88 -25 157 -74q72 -51 107 -118q37 -71 37 -160q0 -83 -25 -148q-23 -61 -78 -118q-49 -51 -127 -99q-72 -43 -178 -88l-41 -186h-125l-41 252q82 31 144 82q51 43 88 102q33 53 45 114.5 t12 121.5q0 55 -8 90t-29 69q-16 29 -51 45q-33 16 -72 17q-49 0 -77.5 -20.5t-49.5 -57.5q-18 -35 -28 -82q-8 -41 -8 -98q-68 0 -115 8q-55 10 -92 27q-39 18 -60 45q-22 28 -22 63zM332 147.5q0 47.5 12 78t37 50.5q18 16 53 27q27 8 66 8t65 -8q35 -10 53 -27 q25 -20 37.5 -50.5t12.5 -78t-13 -77.5q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -65.5 -8t-65.5 8q-31 8 -53 28q-27 23 -37 50q-12 30 -12 77.5z" />
-<glyph unicode="@" horiz-adv-x="1884" d="M104 500q0 139 33 262q33 119 96 231q61 106 150 193q94 90 197 149q104 59 235 95q125 33 270 32q180 0 314 -51q139 -53 225 -139q89 -89 135 -209q47 -123 47 -260q0 -152 -37 -273q-37 -120 -98 -202q-66 -88 -135 -127q-78 -43 -152 -43q-86 0 -153 45 q-65 43 -98 147h-13q-25 -45 -49 -76q-37 -45 -59 -61q-35 -27 -78 -41q-41 -14 -96 -14q-68 0 -123 20q-59 23 -103 66q-45 45 -69 108q-27 70 -27 156q0 53 12 119q8 47 43 127q27 61 72 123q47 63 104.5 106t141.5 72q82 29 178 28q71 0 123 -18q51 -18 82 -43l86 43h49 l-86 -512q-2 -4 -3 -14.5t-1 -16.5q-2 -6 -3 -19.5t-1 -19.5q-4 -29 -4 -39q0 -6 -1 -16t-1 -14q0 -39 10 -70q10 -29 22 -41q18 -18 30.5 -22.5t35.5 -4.5q41 0 82 33q39 31 76 101q35 66 55 161q23 102 22 224q0 141 -43 245q-45 109 -118 177q-78 72 -179 106 q-98 35 -229 35q-100 0 -192 -27q-90 -27 -179 -80q-92 -55 -157 -127q-76 -82 -125 -172q-53 -98 -84 -213q-29 -109 -29 -252q0 -184 53 -309q55 -129 148 -209q96 -84 215 -119q123 -37 262 -36q76 0 162 16q84 16 149 39q88 31 133 53q35 16 109 64l49 -78 q-61 -45 -123 -78q-49 -27 -149 -61q-80 -27 -170 -43q-94 -16 -189 -17q-123 0 -225 21q-104 20 -203 65q-88 39 -172 111q-80 66 -133 153q-57 92 -86 197q-31 111 -31 244zM768 487q0 -102 37 -157q35 -53 94 -54q47 0 76 21q33 23 53 55q16 25 35 78q10 31 22 88l82 418 q-6 15 -18 25q-23 16 -27 18q-20 8 -30 10q-20 4 -33 4q-47 0 -94 -26q-37 -20 -74 -68q-34 -43 -55 -98q-29 -74 -39 -111q-16 -61 -23 -108q-6 -54 -6 -95z" />
-<glyph unicode="A" horiz-adv-x="1540" d="M8 0v109h25q28 0 49 6q25 6 43 22q14 12 37 45q10 16 35 76l444 1204h281l428 -1206q12 -35 32 -72q16 -31 35 -45q20 -16 41 -22q29 -8 47 -8h37v-109h-676v109h80q10 0 31 4q12 2 29 14q10 8 20 25q8 14 8 36q0 25 -6 48q-8 29 -12 40l-72 205h-498l-59 -176 q0 -2 -16 -59q-8 -31 -9 -58q0 -20 9 -34q10 -16 20 -25q8 -6 29 -14q14 -6 35 -6h86v-109h-533zM489 606h414l-108 336l-23 74q-6 20 -11 39.5t-11 38.5l-23 80q-6 27 -18 75q-18 -61 -21 -67q-12 -37 -26 -76l-12.5 -41t-14.5 -39l-25 -74z" />
-<glyph unicode="B" horiz-adv-x="1374" d="M57 0v109h84q18 0 43 4q16 2 33 18q12 12 23 41q8 23 8 70v981q0 45 -8 67q-10 27 -23 39q-10 10 -35 19q-18 6 -41 6h-84v108h598q289 0 439 -90q147 -90 147 -282q0 -70 -18 -119q-18 -47 -53 -86t-83 -64q-46 -25 -104 -43v-10q71 -18 129 -49q59 -31 102 -78 q41 -45 66 -104q23 -57 23 -136q0 -203 -148 -301q-152 -100 -438 -100h-660zM571 125h136q72 0 116 14q47 14 78 49t43 88q14 63 14 132q0 76 -12 131q-12 53 -41 92q-25 33 -76 53q-47 18 -118 18h-140v-577zM571 827h78q76 0 119 15q47 16 75.5 47t41.5 82q12 49 12 119 q0 63 -14 116q-12 49 -43 76q-37 33 -78 43q-49 12 -117 12h-74v-510z" />
-<glyph unicode="C" horiz-adv-x="1366" d="M113 733q0 168 45 303q47 143 133 238q89 98 221 153.5t307 55.5q119 0 205 -19q82 -16 145 -51q61 -33 88 -74q29 -45 29 -94q0 -35 -16 -71q-12 -29 -49 -56q-35 -27 -80 -37q-57 -14 -111 -14q0 61 -10 102q-12 53 -39 91q-33 45 -70 67q-43 25 -106 25 q-94 0 -164 -41t-108.5 -119t-57 -194.5t-18.5 -264.5q0 -143 22 -260q20 -109 72 -184q47 -72 127 -109t192 -37q82 0 134 17q55 16 104 47q46 28 80 61q39 39 61 70q15 -12 25 -37q10 -27 10 -51q0 -41 -22 -90q-23 -47 -78 -88q-57 -43 -144 -66q-96 -27 -219 -26 q-178 0 -311 55q-135 57 -221 151.5t-131 239.5t-45 307z" />
-<glyph unicode="D" horiz-adv-x="1570" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h676q164 0 305 -45q133 -43 228 -133q96 -94 143 -219q49 -132 49 -307q0 -166 -47 -307q-47 -139 -137 -239.5t-227 -156.5 q-135 -55 -314 -55h-676zM571 127h115q104 0 184 43t134 127q57 90 81 197q27 113 27 264q0 291 -108 436q-106 143 -316 143h-117v-1210z" />
-<glyph unicode="E" horiz-adv-x="1335" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v990q0 47 -8 69q-10 29 -23 41q-16 16 -33 19q-25 4 -41 4h-86v108h1137l8 -377h-143l-10 97q-10 80 -37 114q-31 41 -94 41h-345v-512h486v-123h-486v-577h410q33 0 53 12q23 12 37 33q18 27 27 49q6 20 14 62 l16 96h142l-15 -377h-1200z" />
-<glyph unicode="F" horiz-adv-x="1271" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h1135l10 -377h-143l-10 99q-9 80 -50 116q-41 37 -102 37h-326v-559h486v-121h-486v-415q0 -47 9 -70q10 -29 22 -41q16 -16 35 -18 q29 -4 41 -4h127v-109h-748z" />
-<glyph unicode="G" horiz-adv-x="1574" d="M113 733q0 164 49 303q49 137 145 238q95 98 240 153t330 56q127 0 223 -19q88 -16 160 -51q70 -33 98 -74q31 -43 31 -94q0 -41 -17 -67q-18 -33 -51 -56q-33 -25 -84 -37q-57 -14 -113 -14q0 66 -14 115t-47 88q-29 35 -80 57q-47 20 -113 21q-109 0 -190 -41 q-80 -41 -129 -119q-51 -84 -72 -195q-23 -123 -22 -264q0 -147 24 -262q27 -119 76 -192q55 -80 135 -119q86 -41 205 -41q27 0 76 4t74 10v301q0 84 -37 115t-109 31h-27v108h644v-108h-27q-33 0 -53 -7q-23 -6 -39.5 -26.5t-22.5 -46.5q-6 -31 -6 -74v-336 q-117 -53 -242 -82q-127 -29 -262 -28q-190 0 -331 55q-143 55 -236 151q-90 94 -139 240q-47 141 -47 307z" />
-<glyph unicode="H" horiz-adv-x="1675" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-16 14 -35 17q-37 6 -39 6h-86v108h707v-108h-88q-4 0 -41 -6q-16 -2 -33 -19q-12 -12 -22 -39q-8 -23 -9 -69v-396h535v396q0 47 -8 69q-10 27 -23 39q-16 16 -33 19 q-37 6 -41 6h-88v108h707v-108h-86q-4 0 -41 -6q-16 -2 -33 -19q-12 -12 -22 -39q-8 -23 -8 -69v-990q0 -43 8 -65q9 -25 24 -37q16 -14 33 -16q25 -4 39 -4h86v-109h-707v109h88q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v458h-535v-458q0 -47 9 -70q10 -29 22 -41 q16 -16 33 -18q25 -4 41 -4h88v-109h-707z" />
-<glyph unicode="I" horiz-adv-x="819" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v979q0 47 -8 69q-10 27 -23 39q-16 16 -33 19q-37 6 -41 6h-86v108h707v-108h-86q-4 0 -41 -6q-20 -4 -35 -19q-10 -10 -20 -39q-8 -23 -9 -69v-979q0 -47 9 -70q12 -33 20 -41q14 -14 35 -18q25 -4 41 -4h86 v-109h-707z" />
-<glyph unicode="J" horiz-adv-x="753" d="M-80 -373h37q51 0 96 18.5t82 61.5q35 41 58 113q23 74 22 174v1235q0 43 -8 65q-10 27 -23 37q-20 16 -32 19q-25 4 -41 4h-86v108h706v-108h-86q-16 0 -41 -4q-20 -4 -35 -19q-12 -12 -22 -41q-8 -23 -8 -69v-1225q0 -98 -21 -166q-23 -72 -57 -125q-37 -53 -90 -92 q-63 -45 -111 -62q-72 -25 -129 -32q-76 -10 -137 -11h-74v119z" />
-<glyph unicode="K" horiz-adv-x="1501" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h707v-108h-86q-12 0 -41 -4q-18 -2 -35 -19q-12 -12 -22 -41q-8 -23 -9 -69v-478l318 347q27 27 55.5 63.5t36.5 52.5q12 23 18 47q6 22 7 43 q0 35 -25 47.5t-90 12.5v106h555v-106q-43 0 -80 -12.5t-74 -37t-69 -57.5l-72 -73l-270 -297l381 -605q33 -53 57 -79q33 -35 55 -52q23 -14 58 -26q25 -8 63 -8h8v-109h-110q-98 0 -138 4q-51 6 -102 16.5t-78 24.5q-31 15 -55 37q-29 25 -43 47q-33 49 -39 59l-276 471 l-91 -71v-346q0 -47 9 -70q10 -29 22 -41q16 -16 35 -18q29 -4 41 -4h86v-109h-707z" />
-<glyph unicode="L" horiz-adv-x="1337" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v979q0 47 -8 69q-10 29 -23 41q-16 16 -33 19q-25 4 -41 4h-86v108h707v-108h-86q-16 0 -41 -4q-12 -2 -33 -19q-12 -10 -22 -37q-8 -23 -9 -65v-1104h381q74 0 113 45t57 133l33 154h115l-15 -457h-1200z" />
-<glyph unicode="M" horiz-adv-x="1949" d="M57 0v109h86q16 0 41 4q16 2 33 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h590l340 -989l326 989h579v-108h-86q-16 0 -41 -4q-16 -2 -32 -19q-12 -12 -23 -41q-8 -23 -8 -69v-979q0 -47 8 -70q10 -29 23 -41 q16 -16 32 -18q25 -4 41 -4h86v-109h-655v109h20q23 0 56 4q25 2 41 16q14 12 24 35q8 18 8 59v1037l-413 -1260h-139l-433 1260v-1018q0 -43 11 -70q8 -23 30 -41q18 -14 47 -18q37 -4 64 -4h12v-109h-508z" />
-<glyph unicode="N" horiz-adv-x="1613" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-20 16 -35 19q-25 4 -39 4h-86v108h455l723 -1022v789q0 43 -8 65q-10 27 -23 37q-20 16 -35 19q-25 4 -39 4h-86v108h535v-108h-86q-16 0 -41 -4q-16 -2 -33 -19 q-12 -12 -22 -41q-8 -23 -8 -69v-1221h-189l-799 1128v-886q0 -47 9 -70q10 -29 22 -41q16 -16 33 -18q25 -4 41 -4h86v-109h-535z" />
-<glyph unicode="O" horiz-adv-x="1611" d="M113 735q0 170 43 309q43 137 129 235.5t217 152t307 53.5q164 0 295 -53q125 -51 217 -152q86 -94 133 -238q45 -135 45 -309q0 -172 -45 -307q-47 -143 -135 -240q-86 -96 -217 -151q-129 -55 -295 -55q-176 0 -305 55q-135 57 -217 151q-84 96 -129 240 q-43 139 -43 309zM457 733q0 -147 18.5 -262t61.5 -195q43 -78 108 -120q68 -43 162 -43t162 43q70 45 108 120q41 82 60 195q18 115 18 262.5t-18 261.5q-18 113 -60 195q-37 76 -106 121q-61 41 -161.5 41t-164.5 -41q-66 -43 -108 -121q-43 -80 -61.5 -195t-18.5 -262z " />
-<glyph unicode="P" horiz-adv-x="1306" d="M57 0v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v987q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -41 4h-86v108h629q143 0 248 -30q102 -31 174 -86q66 -51 102 -138q35 -82 35 -180q0 -84 -33 -176q-31 -86 -102 -152q-63 -59 -188 -102 q-111 -39 -281 -39h-70v-328q0 -43 9 -65q9 -25 24 -37q16 -14 35 -16q29 -4 41 -4h125v-109h-748zM571 678h50q77 0 129 18q49 16 86 62q34 40 49 104q16 70 16 158q0 72 -14 143q-12 57 -43 99q-33 43 -76 59q-51 20 -117 20h-80v-663z" />
-<glyph unicode="Q" horiz-adv-x="1611" d="M113 735q0 170 43 309q43 137 129 235.5t217 152t307 53.5q164 0 295 -53q125 -51 217 -152q86 -94 133 -238q45 -135 45 -309q0 -147 -33 -266q-33 -123 -96 -215t-156 -158q-96 -68 -213 -94q8 -113 37 -186q25 -68 68 -113q39 -41 90 -57q53 -16 100 -17h33v-119h-147 q-94 0 -181 27q-90 29 -163 86q-72 55 -121 150q-47 90 -58 221q-139 23 -241.5 84t-169.5 157q-66 92 -101 224q-34 128 -34 278zM457 733q0 -147 18.5 -262t61.5 -195q43 -78 108 -120q68 -43 162 -43t162 43q70 45 108 120q41 82 60 195q18 115 18 262.5t-18 261.5 q-18 113 -60 195q-37 76 -106 121q-61 41 -161.5 41t-164.5 -41q-66 -43 -108 -121q-43 -80 -61.5 -195t-18.5 -262z" />
-<glyph unicode="R" horiz-adv-x="1447" d="M57 0v109h86q14 0 39 4q18 2 35 16q12 10 23 37q8 23 8 65v998q0 43 -8 65q-10 27 -23 37q-20 16 -35 19q-25 4 -39 4h-86v108h660q293 0 426 -96q135 -98 135 -283q0 -80 -25 -145q-25 -63 -63 -109q-41 -47 -88 -79q-41 -27 -103 -54l244 -420q23 -41 51 -75 q23 -27 49 -51q25 -22 50 -31q27 -10 55 -10h8v-109h-67q-92 0 -160 6q-66 6 -121 28.5t-88 55.5q-43 43 -70 94l-243 451h-136v-404q0 -43 9 -65q10 -27 22 -37q16 -14 35 -16q25 -4 39 -4h88v-109h-707zM571 754h115q72 0 119 18.5t75.5 57t41 94t12.5 131.5q0 82 -14 133 q-16 59 -43 88q-31 35 -78 49q-53 16 -117 16h-111v-587z" />
-<glyph unicode="S" horiz-adv-x="1198" d="M61 266q0 51 18.5 88t53.5 60q41 25 74 32q47 10 86 11q0 -90 20 -154q20 -66 60 -110q41 -49 88 -68q55 -23 112 -23q66 0 107 17q49 20 80 47q33 31 51 70q16 35 16 88t-20 92q-25 45 -64 76q-45 35 -108 65l-150 68q-100 41 -180 90q-74 45 -119 100q-47 57 -65 119 q-18 66 -19 137q0 92 37 170q33 70 107 129q72 57 157 84q96 29 201 29q113 0 195 -19q78 -16 135 -51q57 -33 80 -74q27 -47 26 -94q0 -35 -16 -67q-16 -31 -47 -54q-37 -27 -78 -37q-46 -12 -111 -12q0 43 -12 92.5t-37 92.5q-25 41 -67 69q-45 29 -101 29q-41 0 -77 -12 q-43 -14 -66 -35q-29 -27 -43 -60q-16 -39 -16 -82q0 -47 14 -82q16 -39 51 -73.5t103 -73.5q49 -29 170 -78q115 -47 180 -88q80 -49 121 -96q49 -57 69 -113q20 -59 21 -137q0 -102 -39 -182q-41 -84 -113 -142q-74 -59 -174 -92q-98 -33 -231 -32q-129 0 -230 26 q-86 23 -147 68q-55 40 -80 92q-23 47 -23 100z" />
-<glyph unicode="T" horiz-adv-x="1335" d="M20 1065l11 397h1276l10 -397h-137l-15 127q-2 25 -14 61q-8 25 -29 45q-18 18 -51 29q-35 10 -76 10h-164v-1095q0 -47 9 -70q10 -29 22 -41q16 -16 33 -18q25 -4 41 -4h86v-109h-707v109h86q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v1095h-164q-43 0 -78 -10 q-29 -8 -49 -28.5t-29 -45.5q-12 -37 -14 -61l-14 -127h-138z" />
-<glyph unicode="U" horiz-adv-x="1529" d="M33 1354v108h706v-108h-86q-16 0 -41 -4q-16 -2 -32 -19q-12 -12 -23 -41q-8 -23 -8 -69v-791q0 -84 22 -145q20 -53 62 -92q39 -35 94 -52q59 -16 127 -16t123 18q57 18 94 53t59 95q20 55 21 135v803q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -40 4h-86v108h536 v-108h-88q-16 0 -41 -4q-16 -2 -33 -19q-12 -12 -22 -41q-8 -23 -8 -69v-799q0 -106 -29 -184q-29 -80 -92 -140q-59 -57 -160 -88q-98 -31 -231 -30q-127 0 -240 26q-104 25 -178 80q-68 51 -111 145q-39 86 -39 215v783q0 43 -8 65q-9 25 -24 37q-20 16 -33 19 q-25 4 -39 4h-88z" />
-<glyph unicode="V" horiz-adv-x="1429" d="M0 1354v108h676v-108h-94q-8 0 -29 -4q-14 -2 -25 -11q-12 -10 -18 -20q-8 -16 -8 -33q0 -20 6 -44.5t12 -43.5l209 -631l5 -15t6 -20.5l5 -19.5q4 -12 9.5 -33.5l7.5 -29.5q6 -23 14 -68l10 -62q0 6 4.5 20.5t6.5 25.5q4 20 16 65l21 68l11 33.5t9 29.5l211 623 q4 10 8 24q0 2 3 12.5t5 16.5q2 10 6 27q2 8 3 20q0 33 -23 51.5t-59 18.5h-107v108h529v-108h-99q-12 0 -24 -6q-8 -4 -23 -23q-6 -6 -22 -45q-14 -31 -29 -76l-418 -1204h-205l-436 1255q-10 29 -24 48q-14 16 -35 30.5t-35 16.5q-25 4 -33 4h-47z" />
-<glyph unicode="W" horiz-adv-x="2183" d="M0 1354v108h684v-108h-47q-61 0 -92 -24.5t-31 -74.5q0 -14 6 -49q8 -41 15 -61l137 -473l12 -41l12 -43q4 -14 11.5 -45l11.5 -47q6 -23 20 -90q10 -43 13 -76l30 123l35 118l270 877h150l283 -782q29 -76 34 -97q2 -6 27 -96l12.5 -42t12.5 -40q4 -14 9 -38.5t5 -26.5 q8 37 16 82q4 25 10.5 49t10.5 45l22 102q4 14 11.5 48l11.5 53l108 442l7 29l6 30q4 20 4 29q0 4 1 12t1 10q0 52 -31 74q-33 23 -100 23h-47v108h534v-108h-39q-33 0 -53 -6q-27 -8 -41 -23q-16 -16 -33 -49q-10 -23 -28 -82l-318 -1194h-233l-344 961l-295 -961h-254 l-375 1245q-8 29 -22 53q-12 20 -31 32.5t-39 19.5q-14 4 -53 4h-27z" />
-<glyph unicode="X" horiz-adv-x="1497" d="M20 0v109h13q35 0 65 10q23 8 52 28q35 25 49 46q4 4 20.5 25.5t26.5 33.5l358 467l-338 526l-33 47q-14 20 -38 35q-29 16 -45 21q-25 6 -60 6h-27v108h678v-108h-6q-27 0 -59 -4q-20 -2 -37 -13q-14 -8 -21 -20q-4 -8 -4 -23q0 -25 15 -53q14 -31 39 -67l170 -254 l178 249q18 28 37 62q18 35 18 63q0 18 -8 29q-12 14 -25 20q-12 4 -37 9q-14 2 -45 2h-6v108h480v-108h-19q-20 0 -53 -8q-25 -6 -49 -25q-20 -16 -47 -45q-18 -20 -54 -70l-297 -405l377 -584q41 -66 82 -86q45 -23 82 -22h27v-109h-676v109h10q123 0 123 67q0 14 -2 23 q0 2 -10 26q-2 4 -21 37l-35 55l-188 285l-221 -299q-8 -12 -35 -59q-18 -35 -18 -66q0 -33 28.5 -51t95.5 -18h7v-109h-517z" />
-<glyph unicode="Y" horiz-adv-x="1417" d="M0 1354v108h686v-108h-35q-61 0 -92 -24.5t-31 -67.5q0 -29 9 -56q8 -31 22 -57l152 -301l53 -115l37 -98q8 23 49 117q31 72 61 133l119 245q25 51 29 76q6 31 6 47q0 51 -33 76t-102 25h-47v108h536v-108h-39q-27 0 -45 -6q-20 -6 -35 -25q-18 -23 -34 -49 q-6 -10 -41 -80l-348 -678v-280q0 -43 10 -70t24.5 -39t34.5 -14q29 -4 45 -4h101v-109h-756v109h96q18 0 47 4q23 4 37 14q14 12 24.5 39t10.5 67v285l-379 727q-4 8 -29 51q-10 18 -28 33q-15 12 -37 19q-20 6 -51 6h-27z" />
-<glyph unicode="Z" horiz-adv-x="1363" d="M86 0v102l768 1235h-403q-41 0 -78 -14q-33 -14 -51 -37q-16 -23 -27 -59q-10 -35 -12 -76l-11 -111h-147l10 422h1094v-104l-770 -1233h442q61 0 103 18q39 18 63 45q27 29 35 66q12 49 14 76l10 92h148l-10 -422h-1178z" />
-<glyph unicode="[" horiz-adv-x="847" d="M205 -262v1818h567v-108h-88q-45 0 -66 -4q-35 -6 -53 -21q-23 -16 -35 -45q-14 -33 -14 -78v-1306q0 -43 14 -78q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h88v-108h-567z" />
-<glyph unicode="\" horiz-adv-x="589" d="M0 1556h145l445 -1804h-148z" />
-<glyph unicode="]" horiz-adv-x="847" d="M76 -154h88q45 0 65 4q35 6 54 21q27 18 36 45q12 31 13 78v1306q0 51 -12.5 78t-36.5 45q-18 14 -54 21q-20 4 -65 4h-88v108h567v-1818h-567v108z" />
-<glyph unicode="^" d="M94 537l432 925h88l435 -925h-160l-320 702l-315 -702h-160z" />
-<glyph unicode="_" horiz-adv-x="937" d="M-10 -170h960v-121h-960v121z" />
-<glyph unicode="`" horiz-adv-x="1181" d="M332 1548v21h321q12 -27 41 -74l54 -82q14 -25 55 -78l24.5 -33.5l24.5 -33.5v-27h-139q-51 29 -107 70l-112 86q-49 37 -99 84q-49 44 -63 67z" />
-<glyph unicode="a" horiz-adv-x="1226" d="M92 313q0 166 115 246q117 82 344 88l168 6v113q0 37 -4 94q-2 39 -17 74q-10 25 -39 47q-25 18 -67 18q-37 0 -66 -16q-27 -14 -43 -47q-16 -35 -22 -70q-6 -39 -6 -88q-135 0 -207 31q-70 31 -70 106q0 57 33 96.5t92 64t133 36.5q76 12 164 12q109 0 188.5 -18.5 t133.5 -58.5q55 -41 82 -109q27 -66 26 -162v-522q0 -41 6 -70q6 -31 21 -45q16 -16 39 -22q33 -8 57 -8h8v-109h-381l-43 141h-18q-45 -53 -64 -71q-29 -29 -63 -52q-29 -18 -78 -28q-47 -10 -100 -10q-72 0 -127 20q-61 23 -101 61q-47 47 -69 105q-25 61 -25 147z M410 305q0 -88 28 -133q29 -43 88 -43q43 0 80 18q33 16 60 54q29 39 39 82q14 57 14 108v154l-92 -6q-59 -2 -103 -19q-37 -14 -67 -47q-23 -25 -35 -70q-12 -43 -12 -98z" />
-<glyph unicode="b" horiz-adv-x="1327" d="M35 0v109h14q29 0 57 6q35 8 50 18q27 18 37 43q12 29 12 76v1059q0 45 -12 71q-10 25 -35 41q-20 14 -52 21q-20 4 -63 4h-8v108h481v-350q0 -47 -2 -76q-3 -43 -6 -79l-8 -93h14q43 76 117 119q78 45 190 45q96 0 176 -34.5t129 -102.5q53 -72 80 -176t27 -256 t-27 -256q-27 -106 -82 -180q-51 -68 -131 -103q-82 -35 -180 -34q-49 0 -106 14q-47 12 -89 37q-39 25 -67.5 55.5t-50.5 73.5h-19l-57 -160h-389zM516 553q0 -92 10 -180q10 -82 33 -131q25 -53 66 -82q39 -27 102 -27q98 0 145 109q45 104 46 313q0 211 -45.5 313.5 t-147.5 102.5q-61 0 -100 -25q-41 -25 -66 -78q-23 -49 -33 -131q-10 -88 -10 -184z" />
-<glyph unicode="c" horiz-adv-x="1077" d="M96 545q0 168 39 276q41 115 105 178q70 70 159 97q96 29 199 28q92 0 174 -16q68 -14 127 -45q47 -25 78 -70q27 -39 27 -84q0 -41 -11 -65q-12 -33 -40.5 -55.5t-82.5 -38.5q-49 -14 -131 -15q0 51 -6 101q-6 43 -22 84q-14 35 -41 57t-64 22q-41 0 -80 -22 q-37 -22 -61 -74q-29 -59 -39 -137q-14 -100 -14 -219q0 -209 57 -311.5t186 -102.5q52 0 99 12q49 12 86 35t65 53q29 33 47 66q25 -14 37 -41q12 -25 12 -53q0 -37 -22 -78q-20 -39 -72 -74q-43 -29 -125 -53q-70 -20 -178 -20q-111 0 -207 28q-90 27 -159 96 q-68 68 -105 177q-37 107 -37 264z" />
-<glyph unicode="d" horiz-adv-x="1327" d="M94 547q0 152 27 256q27 106 82 180q52 71 129 104q80 35 176 35q58 0 104 -12q45 -12 84 -35q45 -27 68 -51q31 -35 49 -66h14q-2 20 -5 56.5t-3 50.5q0 8 -1 22.5t-1 20.5q0 8 -2 21.5t-2 19.5t-1 18.5t-1 16.5v24v113q0 39 -14 68q-14 27 -35 38q-23 14 -53 17 q-41 4 -64 4h-16v108h493v-1304q0 -49 15 -76q16 -31 37 -43q18 -12 53 -18q31 -6 65 -6h8v-109h-397l-57 160h-19q-16 -33 -53 -74q-33 -35 -67 -57q-43 -27 -86 -37q-49 -12 -109 -12q-98 0 -178 34q-82 37 -131 103q-55 76 -82 176q-27 104 -27 254zM410 549 q0 -209 43 -313q43 -102 147 -103q63 0 102 25q37 23 64 78t35 131q10 88 10 184q0 92 -10 180q-8 76 -35 131.5t-64 81.5q-39 27 -102 27q-53 0 -88 -27q-39 -29 -59 -82q-25 -63 -33 -133q-10 -88 -10 -180z" />
-<glyph unicode="e" horiz-adv-x="1167" d="M96 543q0 150 33 254t100 182q61 70 160 108q95 37 215 37q106 0 201 -32q88 -31 149 -93q63 -63 96 -153t33 -215v-105h-671q2 -100 22 -178q16 -63 55 -121q35 -49 84 -71q51 -23 113 -23q52 0 98 12q41 10 82 35q33 18 64 53q25 27 45 66q55 -31 55 -100 q0 -43 -24 -84q-23 -39 -74 -70q-45 -29 -125 -47q-78 -18 -180 -18q-125 0 -230 38q-96 37 -166 109q-68 72 -102 178q-33 101 -33 238zM416 657h354q0 84 -8 140q-8 57 -29 104q-18 45 -51 67.5t-74 22.5q-88 0 -137 -86t-55 -248z" />
-<glyph unicode="f" horiz-adv-x="833" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v76q0 96 25 169q25 78 76 127q49 49 131 78q78 27 186 27q98 0 164 -12q76 -14 107 -31q41 -23 55 -47q16 -29 16 -60q0 -70 -63 -102q-61 -31 -189 -31q0 27 -6 54q-8 41 -16 55 q-12 27 -31 41q-20 16 -49 16q-20 0 -43 -14q-16 -10 -29 -43q-10 -25 -16 -76q-6 -47 -6 -115v-112h282v-140h-282v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h96v-109h-743z" />
-<glyph unicode="g" horiz-adv-x="1146" d="M4 -207q0 109 72 168q70 57 205 70q-37 16 -55.5 26.5t-47.5 38.5q-23 23 -35 51.5t-12 65.5q0 31 14 63q12 28 37 56q18 20 57.5 49t73.5 47q-37 12 -84 45q-37 25 -65 68q-28 40 -43 92q-16 55 -17 112q0 180 105 279q106 100 323 100q74 0 136 -18q55 -16 108 -45 q16 18 37 39q6 6 47 37q16 12 58 28q25 10 71 11q39 0 63.5 -8.5t47.5 -26.5q20 -16 28 -37q8 -18 9 -45q0 -23 -7 -45q-4 -16 -24 -37q-14 -14 -45 -24.5t-70 -10.5q0 22 -6 37q-6 14 -18 27q-10 10 -25 16q-16 6 -29 6q-18 0 -36 -6q-16 -6 -31 -16q20 -20 39 -52 q25 -41 33 -63.5t20 -71.5q8 -33 8 -74q0 -78 -24 -143q-25 -63 -76 -113q-51 -47 -129 -75q-74 -27 -185 -27h-28q-8 0 -17.5 1t-17.5 1q-6 0 -16.5 1t-14.5 1q-6 0 -14 1t-10 1l-27 -18q-18 -12 -25 -23q-10 -14 -16 -28q-6 -16 -6 -35q0 -35 27 -49q29 -16 69 -17h248 q98 0 176 -22q74 -22 123 -62q51 -41 72 -98q23 -61 22 -131q0 -96 -36.5 -170t-108.5 -125q-74 -52 -184 -80q-106 -27 -265 -27q-244 0 -360 72q-119 74 -119 213zM246 -203q0 -84 61 -125q63 -41 180 -41q180 0 262 51.5t82 153.5q0 66 -40 90q-43 27 -125 27h-238 q-33 0 -63 -6q-33 -6 -58 -23q-29 -18 -45 -47q-16 -27 -16 -80zM383 745q0 -41 8 -98q6 -43 25 -74q20 -35 43 -49q25 -16 67 -16q39 0 68 16q25 14 43 49q16 33 22.5 76t6.5 99q0 58 -7 104q-4 37 -24 80q-14 33 -43 51q-28 18 -68 18q-37 0 -67 -20q-29 -18 -43 -51 q-18 -43 -25 -82q-6 -46 -6 -103z" />
-<glyph unicode="h" horiz-adv-x="1363" d="M35 1448v108h481v-337q0 -55 -2 -86t-6 -84l-8 -91h18q27 51 66 91q34 34 73 49q53 20 82 22q57 4 92 4q74 0 142 -22q61 -20 106 -72q47 -55 68 -123q23 -78 22 -178v-475q0 -51 9 -76q12 -35 24 -45t43 -18q25 -6 62 -6h6v-109h-455v674q0 70 -8 117q-10 53 -29 88 q-18 33 -51 53q-31 18 -76 18q-49 0 -86 -26q-29 -20 -53 -70q-23 -43 -31 -100q-8 -51 -8 -121v-391q0 -43 10 -70q8 -23 29 -39q20 -18 47 -20q37 -4 62 -4h6v-109h-629v109h4q27 0 64 4q27 2 51 20q20 14 33 43q12 28 12 74v1073q0 43 -15 66q-16 29 -36 38 q-23 14 -48 17q-33 4 -47 4h-24z" />
-<glyph unicode="i" horiz-adv-x="720" d="M35 0v109h24q14 0 47 4q27 4 47.5 18t36.5 41q14 23 15 70v622q0 43 -15 66q-15 25 -36 37q-29 16 -48 18q-33 4 -47 4h-24v109h481v-856q0 -47 14 -70q16 -27 37 -41t47 -18q33 -4 48 -4h24v-109h-651zM176 1430q0 35 14 67q12 27 37 45.5t54 26.5q27 8 69 8q41 0 68 -8 q33 -10 55 -27q25 -18 39 -45t14 -67q0 -39 -14 -66t-39 -45q-27 -20 -55 -29q-27 -8 -68 -8q-43 0 -69 8q-25 8 -54 29q-25 18 -37 45q-14 33 -14 66z" />
-<glyph unicode="j" horiz-adv-x="706" d="M-41 -365h14q55 0 99 19q45 18 73.5 59t44.5 113q14 66 15 174v854q0 43 -12 70q-10 20 -37 41q-25 18 -52 20q-41 4 -63 4h-6v109h481v-1114q0 -139 -39 -229.5t-106 -145.5q-70 -57 -164 -78q-100 -23 -207 -23h-41v127zM178 1430q0 35 15 67q12 27 36.5 45.5 t53.5 26.5q27 8 69 8q41 0 68 -8q33 -10 55 -27q25 -18 39 -45t14 -67q0 -39 -14 -66t-39 -45q-27 -20 -55 -29q-27 -8 -68 -8q-43 0 -69 8q-25 8 -54 29q-25 18 -36 45q-15 33 -15 66z" />
-<glyph unicode="k" horiz-adv-x="1302" d="M35 0v109h24q14 0 47 4q27 4 47.5 18t36.5 41q14 23 15 70v1081q0 43 -15 66q-16 29 -36 38q-23 14 -48 17q-33 4 -47 4h-24v108h481v-790q0 -8 -1 -29.5t-1 -34.5q0 -47 -2 -69l-6 -80l258 289q35 39 45 61q10 25 10 37q0 25 -28 41q-27 14 -78 14v103h516v-103 q-76 0 -139 -41q-76 -49 -150 -133l-129 -147l272 -406q59 -84 109 -121q53 -39 104 -38h7v-109h-29q-137 0 -189 4q-76 6 -131 25q-57 18 -94 53q-41 39 -80 100l-182 287l-82 -61v-166q0 -47 14 -70q16 -27 37 -41t47 -18q33 -4 48 -4h24v-109h-651z" />
-<glyph unicode="l" horiz-adv-x="720" d="M35 0v109h24q14 0 47 4q27 4 47.5 18t36.5 41q14 23 15 70v1081q0 43 -15 66q-16 29 -36 38q-23 14 -48 17q-33 4 -47 4h-24v108h481v-1314q0 -47 14 -70q16 -27 37 -41t47 -18q33 -4 48 -4h24v-109h-651z" />
-<glyph unicode="m" horiz-adv-x="2017" d="M41 0v109h4q27 0 64 4q27 2 51 20q20 14 33 43q12 28 12 74v612q0 43 -10 70q-8 18 -31 39q-20 18 -45 20q-37 4 -62 4h-6v103h430l27 -146h10q29 55 66 92q33 33 73 52q35 16 82 22q43 6 92 6q111 0 193 -41q80 -41 117 -131h18q31 58 68 92q37 33 78 52q37 16 86 22 q47 6 94 6q74 0 141 -22q61 -20 107 -72q47 -55 67 -123q23 -78 23 -178v-475q0 -51 8 -76q10 -31 27 -45q12 -10 43 -18q25 -6 59 -6h6v-109h-455v674q0 133 -36.5 204.5t-126.5 71.5q-49 0 -82 -24q-35 -25 -56 -64q-22 -40 -30 -92q-10 -57 -11 -113v-403q0 -51 9 -76 q12 -35 24 -45t43 -18q25 -6 62 -6h6v-109h-455v674q0 70 -8 117q-10 53 -29 88q-18 33 -51 53q-31 18 -76 18q-49 0 -86 -26q-29 -20 -53 -70q-23 -43 -31 -100q-8 -51 -8 -121v-391q0 -43 10 -70q8 -23 29 -39q20 -18 47 -20q37 -4 62 -4h6v-109h-629z" />
-<glyph unicode="n" horiz-adv-x="1363" d="M41 0v109h4q27 0 64 4q27 2 51 20q20 14 33 43q12 28 12 74v606q0 43 -10 70q-8 18 -31 39q-20 18 -45 20q-37 4 -62 4h-6v109h430l27 -146h10q29 55 66 92q33 33 73 52q35 16 82 22q43 6 92 6q74 0 142 -22q61 -20 106 -72q47 -55 68 -123q23 -78 22 -178v-475 q0 -51 9 -76q12 -35 24 -45t43 -18q25 -6 62 -6h6v-109h-455v674q0 70 -8 117q-10 53 -29 88q-18 33 -51 53q-31 18 -76 18q-49 0 -86 -26q-29 -20 -53 -70q-23 -43 -31 -100q-8 -51 -8 -121v-391q0 -43 10 -70q8 -23 29 -39q20 -18 47 -20q37 -4 62 -4h6v-109h-629z" />
-<glyph unicode="o" horiz-adv-x="1253" d="M96 553q0 289 135.5 430t399.5 141q121 0 221 -34q96 -33 166 -107q68 -71 104.5 -178.5t36.5 -251.5q0 -289 -135 -430q-137 -143 -399 -143q-123 0 -222 36q-100 37 -165 107q-68 71 -105 178.5t-37 251.5zM414 553q0 -111 12 -193q12 -84 36.5 -139t65.5 -83.5 t100.5 -28.5t100.5 28.5t65.5 83.5t36.5 139q10 70 10.5 193t-10.5 192q-10 74 -38 138q-23 53 -66 82q-41 29 -100.5 28.5t-100.5 -28.5q-43 -29 -65 -82q-23 -49 -35 -138q-12 -81 -12 -192z" />
-<glyph unicode="p" horiz-adv-x="1320" d="M27 -383h24q16 0 49 4q27 4 47 19q16 12 35 41q14 23 15 69v1096q0 45 -11 76q-8 27 -28 43q-12 10 -45 18q-25 6 -54 6h-14v109h401l37 -160h9q23 43 51 74q27 29 69 55q47 29 86 39q49 12 107 12q102 0 180 -32.5t131 -104.5q55 -76 82 -178q27 -104 27 -258 q0 -152 -27 -256.5t-80 -175.5q-52 -71 -129 -105q-74 -33 -176 -33q-113 0 -190 45q-72 41 -117 119h-14l8 -92q2 -25 6 -82q2 -29 2 -74v-141q0 -47 14 -69q16 -27 37 -41.5t47 -18.5q33 -4 47 -4h45v-109h-671v109zM508 545q0 -96 10 -185q8 -76 35 -131t63 -77 q39 -25 101 -25q104 0 147 104q45 109 45 312q0 201 -45 313q-43 109 -145 109q-63 0 -103 -27q-37 -27 -63.5 -82t-34.5 -131q-10 -88 -10 -180z" />
-<glyph unicode="q" horiz-adv-x="1325" d="M94 551q0 150 27 254q27 100 82 176q51 70 131 104q74 33 178 33q59 0 109 -12q43 -10 86 -37q39 -25 67 -55q35 -37 53 -76h19l41 160h413v-109h-8q-35 0 -65 -6q-35 -6 -53 -18q-20 -12 -37 -43q-14 -27 -15 -76v-1102q0 -43 12.5 -67.5t36.5 -38.5q23 -14 54 -17 q41 -4 63 -4h37v-109h-717v109h37q23 0 64 4q31 2 53 17q20 12 35 38q14 29 14 68v150v24q0 4 1 16.5t1 18.5l4 41q0 6 1 20.5t1 22.5q0 14 3 50t5 56h-14q-25 -37 -49 -65q-23 -25 -68 -51q-39 -23 -84 -35q-46 -12 -104 -12q-96 0 -176 34.5t-129 102.5q-55 76 -82 178 q-27 104 -27 256zM410 549q0 -205 43 -311.5t147 -106.5q63 0 102 26.5t64 80.5q27 55 35 129q10 86 10 180q0 96 -10 184q-8 76 -35 131.5t-64 77.5q-39 25 -102 25q-104 0 -147 -103q-43 -104 -43 -313z" />
-<glyph unicode="r" horiz-adv-x="1069" d="M41 0v109h6q35 0 64 6q33 8 51 20q16 12 31 43q12 27 12 78v594q0 41 -10 72q-8 25 -31 43q-20 18 -45 20q-37 4 -62 4h-6v109h414l41 -160h10q27 57 43 80q27 37 59 57q39 25 78 35q45 12 109 12q120 0 178 -43q57 -43 57 -123q0 -92 -67 -145q-70 -53 -193 -53 q0 33 -4 73q-2 31 -16 54q-12 20 -31 33q-16 10 -49 10q-37 0 -62 -19q-31 -23 -45 -45q-14 -20 -28 -65q-12 -39 -19 -72q-4 -25 -8 -70q-2 -23 -2 -57v-354q0 -49 10 -72q12 -28 31 -43q18 -16 45 -18q37 -4 57 -4h66v-109h-684z" />
-<glyph unicode="s" horiz-adv-x="997" d="M61 219q0 49 19 80q16 27 49 47q27 16 64 23q33 6 59 6q0 -59 16 -115q12 -43 45 -86q27 -35 70 -55q39 -18 90 -19q59 0 92 11q35 10 62 30q23 16 37 45q12 25 12 54q0 34 -12 61q-10 20 -41 49q-29 27 -78 47q-57 25 -121 47q-83 28 -148 62q-70 37 -106 74 q-45 45 -66 94q-23 55 -22 123q0 82 30.5 143t90.5 102q53 37 139 60q76 20 180 20q92 0 164 -16t113 -43q37 -25 61 -62q20 -33 21 -69q0 -68 -49.5 -104.5t-159.5 -36.5q0 106 -45 159q-46 55 -135 56q-37 0 -64 -9q-37 -10 -53 -22q-23 -16 -35 -41q-14 -29 -14 -55 q0 -35 12 -60q10 -23 45 -49q25 -20 86 -47q68 -31 137 -53q78 -29 125 -54q53 -29 100 -71q41 -37 64 -90q23 -51 23 -115q0 -88 -29 -152q-31 -70 -86 -112q-61 -47 -141 -72q-84 -25 -189 -24q-111 0 -190 18q-76 18 -127 49q-47 31 -72 78q-23 45 -23 94z" />
-<glyph unicode="t" horiz-adv-x="827" d="M43 958v105q61 0 119 27q49 23 82 59q63 63 94 203h170v-254h262v-140h-262v-634q0 -92 30.5 -135.5t104.5 -43.5q51 0 76 5q49 8 69 14v-133q-8 -4 -43 -17q-33 -10 -65 -16l-82 -12q-45 -6 -100 -6q-66 0 -125 16q-53 14 -94 55t-61.5 100.5t-20.5 151.5v655h-154z" />
-<glyph unicode="u" horiz-adv-x="1363" d="M53 989v109h455v-656q0 -49 8 -118q6 -53 25 -91q18 -39 49 -59q29 -20 74 -20t83.5 22.5t59.5 61.5q25 45 33 98q10 66 10 129v393q0 47 -12 72q-14 31 -31 39q-25 14 -47 16q-37 4 -58 4h-6v109h465v-860q0 -43 10.5 -70t28.5 -39q20 -14 43 -16q33 -4 55 -4h17v-109 h-408l-45 145h-10q-31 -52 -68 -86q-31 -29 -75 -49q-39 -18 -88 -24q-47 -6 -93 -6q-158 0 -245 100q-86 98 -86 305v459q0 49 -9 74q-10 31 -24 43q-20 18 -43 22q-27 6 -64 6h-4z" />
-<glyph unicode="v" horiz-adv-x="1239" d="M0 989v109h635v-109h-86q-29 0 -49 -16q-18 -14 -19 -49q0 -25 6 -50q4 -16 13 -40l137 -388q23 -57 43 -131q20 -70 29 -118q2 6 4 17t5 21.5t5 18.5q4 16 9 31.5t9 29.5q8 31 16.5 55.5t10.5 35.5l139 411l17 57q6 28 6 56q0 35 -22.5 47t-57.5 12h-59v109h450v-109 h-41q-22 0 -37 -6q-20 -8 -33 -20q-16 -16 -30.5 -45t-32.5 -78l-297 -840h-270l-336 891q-16 37 -25 47q-14 16 -35 31q-20 12 -45 16q-32 4 -59 4z" />
-<glyph unicode="w" horiz-adv-x="1751" d="M-6 989v109h600v-109h-27q-61 0 -92 -18.5t-31 -67.5q0 -25 5 -41q8 -33 12 -47l76 -266q12 -49 18 -76q4 -20 9 -39.5l9 -36.5q6 -25 15 -69q8 -49 10 -60h6q8 43 25 105q6 23 41 131l209 583h133l200 -604q18 -55 35 -125q12 -49 19 -90h6q2 14 5 26.5t5 22.5 q2 14 10 48q10 41 15 55q18 61 20 67l90 299q2 6 13 56q6 31 6 47q0 51 -33 76q-35 25 -103 24h-14v109h469v-109h-26q-29 0 -51.5 -6t-39 -22.5t-32.5 -49.5q-14 -27 -31 -82l-264 -829h-221l-224 680l-235 -680h-223l-263 881q-14 35 -24 53q-12 20 -31 33q-14 8 -39 16 q-23 6 -51 6h-6z" />
-<glyph unicode="x" horiz-adv-x="1320" d="M23 0v109h18q37 0 65 6q23 6 52 22q33 20 51 39q14 14 55 64l258 311l-258 330q-41 53 -86 82q-41 27 -90 26h-27v109h644v-109h-7q-29 0 -57 -4q-25 -4 -37 -12q-10 -8 -16 -20.5t-6 -22.5q0 -22 12 -43q16 -27 35 -51l114 -140l97 117q25 29 37 59q14 33 14 56 q0 37 -29 49q-27 12 -76 12h-6v109h473v-109h-18q-29 0 -53.5 -6t-46.5 -20q-27 -16 -50 -39q-12 -12 -57 -66l-211 -258l301 -383q47 -59 86 -84q41 -25 78 -24h27v-109h-652v109h11q123 0 123 67q0 16 -3 25q-2 10 -12 26q0 2 -8 16.5t-14 22.5l-41 51l-117 142l-143 -178 q-14 -20 -31 -52q-12 -25 -12 -51q0 -33 28.5 -51t98.5 -18h6v-109h-520z" />
-<glyph unicode="y" horiz-adv-x="1185" d="M0 977v121h584v-109q-57 0 -95 -16q-35 -16 -34 -60q0 -8 8 -41q6 -23 12 -38l37 -93l39 -102l35 -96l16 -44.5t14 -39.5q16 -43 25 -70q12 -41 16 -57q8 -33 11 -47l6 -43q4 33 8 47l12 49q2 10 8.5 24.5t6.5 16.5q4 10 7 16t3 11l135 401l8 24q4 16 6 27q4 20 4 27 q0 4 1 12t1 10q0 45 -38 64q-40 18 -111 18v109h461v-109q-23 0 -56 -8q-25 -6 -40 -23q-20 -20 -35 -47q-20 -37 -33 -71l-76 -207l-78 -213l-80 -213l-75 -207q-45 -119 -68 -174q-31 -74 -67 -129q-39 -59 -78 -92q-41 -35 -100.5 -57.5t-133.5 -30.5q-68 -8 -176 -9h-35 v119q102 0 183 27q76 25 127 74q51 47 84 114q37 74 59 148l-369 901q-14 33 -26.5 47t-33 24.5t-36.5 12.5q-14 2 -43 2z" />
-<glyph unicode="z" horiz-adv-x="1081" d="M37 0v84l604 874h-299q-23 0 -41 -6q-12 -4 -29 -24q-12 -15 -24 -43q-8 -16 -23 -70l-12 -49h-123l25 332h884v-88l-606 -871h361q35 0 53 8q25 10 37 29q18 27 26 53q10 33 19 76l12 66h121l-10 -371h-975z" />
-<glyph unicode="{" horiz-adv-x="903" d="M61 590v125q63 4 93 10q51 10 75 29q35 25 52 57q18 37 18 94v352q0 145 88 222q90 78 262 77h195v-108h-80q-43 0 -71.5 -12.5t-45 -39t-22.5 -61.5q-6 -37 -7 -86v-348q0 -94 -53 -153q-52 -58 -172 -86v-17q119 -29 172 -90q53 -63 53 -152v-350q0 -49 6.5 -86 t22.5 -63q14 -23 45 -37q33 -14 72 -14h80v-109h-195q-90 0 -151 20q-70 23 -111 62q-45 43 -65 94q-23 57 -23 127v350q0 57 -18.5 94t-51.5 60q-25 18 -75 29q-30 6 -93 10z" />
-<glyph unicode="|" d="M498 -492v2048h147v-2048h-147z" />
-<glyph unicode="}" horiz-adv-x="903" d="M61 -147h80q39 0 72 14q31 14 45 37q16 27 22.5 63.5t6.5 85.5v350q0 88 53 152q53 61 172 90v17q-120 28 -172 86q-53 59 -53 153v348q0 49 -6 86q-6 35 -22.5 61.5t-45.5 39t-72 12.5h-80v108h195q172 0 262 -77q88 -76 88 -222v-352q0 -57 19 -94q16 -33 51 -57 q27 -18 74 -29q29 -6 94 -10v-125q-66 -4 -94 -10q-47 -10 -74 -29q-33 -23 -51.5 -59.5t-18.5 -94.5v-350q0 -70 -22 -127q-18 -49 -68 -94q-43 -39 -108 -62q-61 -20 -152 -20h-195v109z" />
-<glyph unicode="~" horiz-adv-x="1148" d="M113 598v158q98 109 247 108q37 0 53.5 -2t53.5 -10q28 -6 61 -18q43 -16 80 -33l33 -13.5l33 -13.5q25 -10 51 -18q14 -4 43 -8q14 -2 41 -3q33 0 59 9q10 4 58 26q20 10 57 39q29 20 53 47v-157q-98 -109 -248 -109q-37 0 -53 2t-53 10q-28 6 -61 19q-43 16 -80 33 q-57 25 -66 26l-49 17q-29 8 -43 10t-43 2q-23 0 -57 -10q-25 -8 -60 -25q-20 -10 -57 -39z" />
-<glyph unicode="&#xa2;" d="M117 733.5q0 149.5 35 259.5q35 109 94 174q63 70 143 103q76 31 182 41v151h127v-151q98 -6 156 -23q66 -18 115 -47q43 -27 69 -65q23 -33 23 -78q0 -33 -12 -64q-12 -33 -41 -55q-35 -27 -80 -41q-49 -14 -131 -14q0 57 -4 84q-8 53 -17 75q-12 33 -30.5 57.5 t-47.5 37.5v-856q43 0 97 14q45 12 84 35q41 25 65 51q29 33 47 65q27 -16 39 -40.5t12 -53.5q0 -37 -20 -71q-25 -41 -64 -70q-47 -33 -106 -53q-68 -23 -154 -29v-170h-127v170q-100 6 -186 41q-84 35 -143 102q-59 70 -92 170.5t-33 250zM430 735q0 -160 33 -256 q33 -94 108 -133v828q-37 -16 -59 -46q-27 -35 -45 -84q-16 -47 -27 -129q-10 -86 -10 -180z" />
-<glyph unicode="&#xa3;" d="M49 709v125h191q-4 8 -7.5 17t-8.5 20.5t-7 19.5q-10 25 -20 67q-12 49 -17 76q-6 39 -6 78q0 178 117 274q119 96 338 97q109 0 186 -19q74 -18 127 -51q47 -31 70 -74q23 -45 22 -94q0 -72 -65.5 -119t-190.5 -47q0 31 -8 97q-6 51 -25 90q-18 41 -49 65q-33 27 -82 27 q-78 0 -123 -57.5t-45 -180.5q0 -43 7 -82q4 -33 16 -77q12 -49 20 -70q16 -41 25 -57h363v-125l-324 2l12 -43q8 -23 10 -39l6.5 -39.5t2.5 -46.5q0 -162 -185 -281l7 -10q2 0 5 1l6 2t7 1q8 2 29 6l36 6q12 2 37 2q27 0 39 -2q29 -4 41 -8l21.5 -7t23.5 -7l25.5 -8.5 t30.5 -8.5q25 -8 81 -22q33 -8 82 -8q74 0 123 41q52 43 92 110v-229q-41 -74 -98 -107q-59 -35 -139 -34q-18 0 -64 4q-27 2 -65 10q-41 8 -62 14q-49 14 -53 17q-12 4 -106 30q-51 14 -97 15q-25 0 -65 -4q-33 -4 -60 -13q-29 -10 -53 -20l-55 -25l-90 -47v184l65 41 l66 47q29 25 59 68q27 39 45 88q16 43 17 111q0 59 -13 108q-12 53 -32 101h-236z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1103" d="M-6 1354v108h586v-108h-15q-61 0 -90 -19q-27 -18 -26 -61q0 -29 8 -55q6 -23 24 -66l78 -195q35 -94 45 -124q16 -55 27 -103q8 35 20 68l16.5 40.5l16.5 41.5l86 225l10 31.5t11 27.5q8 23 12 45q0 2 3 15.5t3 19.5t1 14.5t1 12.5q0 39 -29 61q-27 20 -96 21h-6v108 h426v-108h-6q-23 0 -45 -6q-20 -6 -39 -25q-12 -12 -35 -49q-6 -12 -37 -80l-211 -496h268v-120h-286v-119h286v-121h-286v-102q0 -45 14 -74q12 -27 34.5 -39t53.5 -12q10 0 31.5 -1t34.5 -1h47v-109h-735v109h47q12 0 32.5 1t30.5 1q29 0 53 10q20 8 37 35q14 23 15 69 v113h-287v121h287v119h-287v120h252l-242 547q-18 37 -27 51q-14 25 -26 35q-10 8 -35 17q-18 6 -45 6h-6z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M258 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM678 1409q0 33 10 59q8 25 27 39 q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM465 733q0 96 29 182 q29 84 81 144q55 61 138 94q80 33 190 33q71 0 123 -12q55 -12 88 -31q37 -20 53.5 -45t16.5 -58q0 -25 -10 -41q-12 -18 -31 -30q-16 -12 -45 -19q-25 -6 -54 -6q0 20 -8 57q-6 28 -24 50q-23 27 -45 36q-28 12 -68 13q-74 0 -123 -25q-53 -27 -82 -69q-33 -47 -47 -115 q-14 -63 -14 -158q0 -174 69 -272q68 -96 199 -96q46 0 86 12q47 14 74 33q35 25 55 45q16 16 37 49q10 -8 21 -25q8 -14 8 -39q0 -31 -19 -57q-18 -29 -59 -53q-39 -25 -96 -39q-55 -14 -134 -15q-104 0 -178 33q-82 35 -129 92q-51 59 -75 146q-27 90 -27 186z" />
-<glyph unicode="&#xab;" horiz-adv-x="1134" d="M133 500v106l313 357h144l-207 -410l207 -410h-144zM545 500v106l313 357h143l-206 -410l206 -410h-143z" />
-<glyph unicode="&#xad;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
-<glyph unicode="&#xae;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM477 289v69h27q27 0 39 2 q8 2 30 11q14 6 22.5 20.5t8.5 38.5v600q0 25 -8 39t-23 21q-23 8 -30 10q-12 2 -39 2h-27v72h369q352 0 352 -244q0 -47 -16 -86q-14 -33 -41 -64q-23 -25 -60 -45q-29 -16 -69 -30l182 -293q6 -12 20 -27q10 -10 23 -16q10 -4 29 -9q12 -2 43 -2v-69h-217l-226 381h-108 v-240q4 -27 10 -39q8 -14 20 -20q14 -6 33 -11q12 -2 37 -2h29v-69h-410zM758 748h86q55 0 92 12q39 14 59 33q22 22 31 55q10 37 10 80q0 47 -12 78q-14 39 -33 51q-27 20 -61 28q-33 8 -92 9h-80v-346z" />
-<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M330 1241v27q23 29 49 67l55 78l53 82q29 47 41 74h322v-21q-14 -23 -64 -67q-49 -47 -98 -84l-113 -86q-55 -41 -106 -70h-139z" />
-<glyph unicode="&#xb8;" horiz-adv-x="681" d="M102 -344q37 -9 74 -12q49 -4 66 -4q59 0 92 20.5t33 73.5q0 33 -11 49q-12 18 -32 31q-16 8 -50 16q-20 4 -61 8l43 180h117l-21 -88q51 -4 90 -18q45 -18 70 -39q29 -25 43 -57q16 -37 16 -74q0 -57 -20.5 -98t-58.5 -74q-33 -29 -93 -45q-55 -16 -118 -17h-39 q-8 0 -26.5 3.5t-20.5 3.5l-50 6q-20 2 -43 10v125z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1134" d="M133 143l207 410l-207 410h143l314 -357v-106l-314 -357h-143zM545 143l207 410l-207 410h143l313 -357v-106l-313 -357h-143z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1540" d="M8 0v109h25q28 0 49 6q25 6 43 22q14 12 37 45q10 16 35 76l444 1204h281l428 -1206q12 -35 32 -72q16 -31 35 -45q20 -16 41 -22q29 -8 47 -8h37v-109h-676v109h80q10 0 31 4q12 2 29 14q10 8 20 25q8 14 8 36q0 25 -6 48q-8 29 -12 40l-72 205h-498l-59 -176 q0 -2 -16 -59q-8 -31 -9 -58q0 -20 9 -34q10 -16 20 -25q8 -6 29 -14q14 -6 35 -6h86v-109h-533zM489 606h414l-108 336l-23 74q-6 20 -11 39.5t-11 38.5l-23 80q-6 27 -18 75q-18 -61 -21 -67q-12 -37 -26 -76l-12.5 -41t-14.5 -39l-25 -74zM436 1747q0 33 10 59 q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM856 1747q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6 q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1611" d="M113 735q0 170 43 309q43 137 129 235.5t217 152t307 53.5q164 0 295 -53q125 -51 217 -152q86 -94 133 -238q45 -135 45 -309q0 -172 -45 -307q-47 -143 -135 -240q-86 -96 -217 -151q-129 -55 -295 -55q-176 0 -305 55q-135 57 -217 151q-84 96 -129 240 q-43 139 -43 309zM457 733q0 -147 18.5 -262t61.5 -195q43 -78 108 -120q68 -43 162 -43t162 43q70 45 108 120q41 82 60 195q18 115 18 262.5t-18 261.5q-18 113 -60 195q-37 76 -106 121q-61 41 -161.5 41t-164.5 -41q-66 -43 -108 -121q-43 -80 -61.5 -195t-18.5 -262z M463 1747q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM883 1747q0 33 10 59q8 25 27 39 q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1529" d="M33 1354v108h706v-108h-86q-16 0 -41 -4q-16 -2 -32 -19q-12 -12 -23 -41q-8 -23 -8 -69v-791q0 -84 22 -145q20 -53 62 -92q39 -35 94 -52q59 -16 127 -16t123 18q57 18 94 53t59 95q20 55 21 135v803q0 43 -8 65q-10 27 -23 37q-20 16 -33 19q-25 4 -40 4h-86v108h536 v-108h-88q-16 0 -41 -4q-16 -2 -33 -19q-12 -12 -22 -41q-8 -23 -8 -69v-799q0 -106 -29 -184q-29 -80 -92 -140q-59 -57 -160 -88q-98 -31 -231 -30q-127 0 -240 26q-104 25 -178 80q-68 51 -111 145q-39 86 -39 215v783q0 43 -8 65q-9 25 -24 37q-20 16 -33 19 q-25 4 -39 4h-88zM494 1747q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM914 1747q0 33 10 59 q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1445" d="M12 0v109h88q16 0 41 4q16 2 33 18q12 12 23 41q8 23 8 70v714h-164v142h164v20q0 123 41 215q39 86 112 144q68 53 168 77q90 23 211 23q143 0 241.5 -37t160.5 -110q68 -80 92 -179q29 -111 29 -245h-115q-51 0 -94 -7q-45 -6 -76 -20q-33 -14 -51 -43q-18 -28 -19 -68 q0 -37 12.5 -63.5t38.5 -50.5q18 -16 72 -47q35 -20 105 -52q68 -33 108 -67q45 -39 72 -80q25 -39 39 -90q12 -45 12 -94q0 -90 -27 -152q-27 -63 -80 -106q-53 -45 -127 -66q-70 -20 -169 -20q-92 0 -177 18q-80 18 -149 57v248h110q6 -41 25 -78q23 -45 43 -65 q28 -28 61 -43q37 -16 78 -17q72 0 109 35q41 37 41 103q0 33 -10 67q-10 31 -33 57q-27 29 -64 56q-41 29 -100 55q-72 33 -125 76q-45 37 -78 86q-31 45 -43 96q-12 49 -12 103q0 71 25 122q23 49 69 86q45 35 105 54q66 20 133 22q0 90 -17 160q-14 63 -45 106 q-29 43 -69 60q-43 18 -95 18q-55 0 -94 -16q-45 -20 -74 -53q-31 -37 -45 -90q-16 -59 -16 -129v-1174h-502z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1226" d="M92 313q0 166 115 246q117 82 344 88l168 6v113q0 37 -4 94q-2 39 -17 74q-10 25 -39 47q-25 18 -67 18q-37 0 -66 -16q-27 -14 -43 -47q-16 -35 -22 -70q-6 -39 -6 -88q-135 0 -207 31q-70 31 -70 106q0 57 33 96.5t92 64t133 36.5q76 12 164 12q109 0 188.5 -18.5 t133.5 -58.5q55 -41 82 -109q27 -66 26 -162v-522q0 -41 6 -70q6 -31 21 -45q16 -16 39 -22q33 -8 57 -8h8v-109h-381l-43 141h-18q-45 -53 -64 -71q-29 -29 -63 -52q-29 -18 -78 -28q-47 -10 -100 -10q-72 0 -127 20q-61 23 -101 61q-47 47 -69 105q-25 61 -25 147z M410 305q0 -88 28 -133q29 -43 88 -43q43 0 80 18q33 16 60 54q29 39 39 82q14 57 14 108v154l-92 -6q-59 -2 -103 -19q-37 -14 -67 -47q-23 -25 -35 -70q-12 -43 -12 -98zM278 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23q18 -14 27 -39 q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM698 1409q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5t-10.5 -58.5 q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1253" d="M96 553q0 289 135.5 430t399.5 141q121 0 221 -34q96 -33 166 -107q68 -71 104.5 -178.5t36.5 -251.5q0 -289 -135 -430q-137 -143 -399 -143q-123 0 -222 36q-100 37 -165 107q-68 71 -105 178.5t-37 251.5zM414 553q0 -111 12 -193q12 -84 36.5 -139t65.5 -83.5 t100.5 -28.5t100.5 28.5t65.5 83.5t36.5 139q10 70 10.5 193t-10.5 192q-10 74 -38 138q-23 53 -66 82q-41 29 -100.5 28.5t-100.5 -28.5q-43 -29 -65 -82q-23 -49 -35 -138q-12 -81 -12 -192zM293 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6 q18 -6 39 -23q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM713 1409q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39 q10 -27 10.5 -59.5t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1363" d="M53 989v109h455v-656q0 -49 8 -118q6 -53 25 -91q18 -39 49 -59q29 -20 74 -20t83.5 22.5t59.5 61.5q25 45 33 98q10 66 10 129v393q0 47 -12 72q-14 31 -31 39q-25 14 -47 16q-37 4 -58 4h-6v109h465v-860q0 -43 10.5 -70t28.5 -39q20 -14 43 -16q33 -4 55 -4h17v-109 h-408l-45 145h-10q-31 -52 -68 -86q-31 -29 -75 -49q-39 -18 -88 -24q-47 -6 -93 -6q-158 0 -245 100q-86 98 -86 305v459q0 49 -9 74q-10 31 -24 43q-20 18 -43 22q-27 6 -64 6h-4zM332 1409q0 33 10 59q8 20 27 39q16 16 38.5 22.5t45.5 6.5q27 0 47 -6q18 -6 39 -23 q18 -14 27 -39q10 -27 10 -59.5t-10 -58.5q-8 -25 -27 -39q-20 -16 -39 -23q-20 -6 -47 -6q-23 0 -45.5 6t-38.5 23q-18 18 -27 39q-10 26 -10 59zM752 1409q0 33 10 59q8 25 27 39q20 16 39 23q20 6 47 6q23 0 45 -6q18 -6 39 -23q18 -14 26 -39q10 -27 10.5 -59.5 t-10.5 -58.5q-8 -25 -26 -39q-20 -16 -39 -23q-23 -6 -45 -6q-27 0 -47 6q-18 6 -39 23q-18 14 -27 39q-10 26 -10 59z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M227 1241v27l56 67l65 78q27 35 60 82q33 49 45 74h276q12 -25 45 -74q33 -47 60 -82l63 -78l57 -67v-27h-141l-49 39l-62 49l-59 49l-53 47l-53 -47l-60 -49l-29.5 -24.5l-29.5 -24.5l-49 -39h-142z" />
-<glyph unicode="&#x2da;" horiz-adv-x="681" d="M94 1444q0 53 19 96q16 41 53 70q35 29 78 43t96 14t96 -14.5t78 -42.5q37 -29 53 -70q18 -43 18.5 -96t-18.5 -96q-16 -41 -53 -70q-35 -29 -78 -43t-96 -14t-96 14t-78 43q-37 29 -53 70q-19 43 -19 96zM219 1444q0 -27 10 -51q10 -23 24.5 -35t39.5 -19q23 -6 47.5 -6 t46.5 6q25 6 39 18.5t25 35.5q10 25 10 51t-10 51q-10 23 -24.5 35t-39.5 18q-23 6 -47.5 6t-46.5 -6q-25 -6 -39 -18t-25 -35q-10 -24 -10 -51z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M184 1262q4 68 23 116q20 51 55 97q31 39 80 65q47 25 100 25q57 0 99 -21q76 -37 84 -43l71 -45q33 -20 66 -20q18 0 38.5 10t30.5 22q14 18 21 35q8 23 10 41h133q-4 -68 -22 -117q-20 -51 -55 -96q-33 -41 -78 -65.5t-101 -24.5q-59 0 -100 21l-82 43l-72 45 q-33 20 -67 20q-25 0 -41 -8q-14 -8 -29 -25q-14 -18 -20 -34q-8 -23 -11 -41h-133z" />
-<glyph unicode="&#x2000;" horiz-adv-x="935" />
-<glyph unicode="&#x2001;" horiz-adv-x="1873" />
-<glyph unicode="&#x2002;" horiz-adv-x="935" />
-<glyph unicode="&#x2003;" horiz-adv-x="1873" />
-<glyph unicode="&#x2004;" horiz-adv-x="622" />
-<glyph unicode="&#x2005;" horiz-adv-x="466" />
-<glyph unicode="&#x2006;" horiz-adv-x="311" />
-<glyph unicode="&#x2007;" horiz-adv-x="311" />
-<glyph unicode="&#x2008;" horiz-adv-x="233" />
-<glyph unicode="&#x2009;" horiz-adv-x="372" />
-<glyph unicode="&#x200a;" horiz-adv-x="102" />
-<glyph unicode="&#x2010;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
-<glyph unicode="&#x2011;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
-<glyph unicode="&#x2012;" horiz-adv-x="634" d="M51 451v215h533v-215h-533z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-10 477v146h1044v-146h-1044z" />
-<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-10 477v146h2068v-146h-2068z" />
-<glyph unicode="&#x2018;" horiz-adv-x="571" d="M115 1061q0 68 20 127q23 61 64 112q39 47 112 93q70 43 170 69v-106q-23 -8 -78 -33q-41 -18 -57 -33q-18 -16 -33 -41q-12 -20 -12 -53q0 -23 10.5 -33t28.5 -22l16.5 -10.5l20.5 -12.5q18 -12 34.5 -28.5t28.5 -45.5q10 -23 11 -67q0 -68 -43 -104.5t-105 -36.5 q-88 0 -137 61q-51 64 -51 164z" />
-<glyph unicode="&#x2019;" horiz-adv-x="571" d="M92 836v106q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 20 -12 33q-6 6 -27 22q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59.5t51.5 -165.5q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -42 -170 -69z" />
-<glyph unicode="&#x201a;" horiz-adv-x="600" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106z" />
-<glyph unicode="&#x201c;" horiz-adv-x="999" d="M115 1061q0 68 20 127q23 61 64 112q39 47 112 93q70 43 170 69v-106q-23 -8 -78 -33q-41 -18 -57 -33q-18 -16 -33 -41q-12 -20 -12 -53q0 -23 10.5 -33t28.5 -22l16.5 -10.5l20.5 -12.5q18 -12 34.5 -28.5t28.5 -45.5q10 -23 11 -67q0 -68 -43 -104.5t-105 -36.5 q-88 0 -137 61q-51 64 -51 164zM543 1061q0 68 20 127q23 61 64 112q39 47 112 93q70 43 170 69v-106q-27 -10 -78 -33q-41 -18 -57 -33q-18 -16 -33 -41q-12 -20 -12 -53q0 -23 10.5 -33t28.5 -22l16.5 -10.5l20.5 -12.5q18 -12 34.5 -28.5t28.5 -45.5q10 -23 11 -67 q0 -68 -43 -104.5t-105 -36.5q-88 0 -137 61q-51 64 -51 164z" />
-<glyph unicode="&#x201d;" horiz-adv-x="999" d="M92 836v106q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 20 -12 33q-6 6 -27 22q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59.5t51.5 -165.5q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -42 -170 -69zM520 836v106q20 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 20 -12 33q-6 6 -26 22q-6 4 -19.5 11.5t-17.5 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59.5t51.5 -165.5q0 -68 -21 -127 q-23 -61 -63 -113q-39 -47 -113 -92q-70 -42 -170 -69z" />
-<glyph unicode="&#x201e;" horiz-adv-x="1028" d="M92 -209q23 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -27 24q-6 4 -19 11.5t-17 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113q-39 -47 -113 -92 q-70 -43 -170 -69v106zM520 -209q20 8 78 33q41 18 57 33q18 16 33 41q12 20 12 53q0 18 -12 31q-16 16 -26 24q-6 4 -19.5 11.5t-17.5 11.5q-25 16 -35 28q-18 23 -28.5 45.5t-10.5 67.5q0 68 43 104.5t104 36.5q86 0 137.5 -59t51.5 -166q0 -68 -21 -127q-23 -61 -63 -113 q-39 -47 -113 -92q-70 -43 -170 -69v106z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1867" d="M143 147.5q0 47.5 12.5 78t37.5 50.5q18 16 53 27q27 8 65 8q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53 28q-27 23 -37 50q-13 30 -13 77.5zM766 147.5q0 47.5 12.5 78 t36.5 50.5q18 16 53 27q27 8 66 8t65 -8q35 -10 54 -27q23 -18 34 -51q14 -37 14.5 -78t-14.5 -77q-12 -29 -34.5 -49.5t-53.5 -28.5q-27 -8 -65.5 -8t-65.5 8q-31 8 -53 28q-27 23 -37 50q-12 30 -12 77.5zM1389 147q0 41 14 78q12 33 35 51q18 16 53 27q27 8 65 8 q37 0 64 -8q35 -10 53 -27q25 -20 37 -51q14 -37 14 -78t-14 -77q-10 -27 -37 -50q-23 -20 -53 -28q-27 -8 -64 -8q-39 0 -65 8q-31 8 -53.5 28.5t-34.5 49.5q-14 36 -14 77z" />
-<glyph unicode="&#x202f;" horiz-adv-x="372" />
-<glyph unicode="&#x2039;" horiz-adv-x="722" d="M133 500v106l313 357h144l-207 -410l207 -410h-144z" />
-<glyph unicode="&#x203a;" horiz-adv-x="722" d="M133 143l207 410l-207 410h143l314 -357v-106l-314 -357h-143z" />
-<glyph unicode="&#x205f;" horiz-adv-x="466" />
-<glyph unicode="&#x20ac;" d="M55 543v127h109v63v64h-109v127h119q18 158 68 266q47 104 123 170q74 65 165 92q88 27 193 27q92 0 162 -19q76 -20 123 -49q45 -29 75 -76q27 -41 27 -92q0 -35 -16 -67q-15 -31 -50 -56q-27 -18 -79 -37q-43 -14 -109 -14q0 33 -8 98q-6 51 -25 90q-20 45 -47 66 q-33 27 -74 27q-43 0 -81 -19q-37 -16 -70 -65q-29 -43 -51 -129q-18 -72 -29 -213h377v-127h-383v-68v-59h301v-127h-291q18 -209 90 -307q74 -102 213 -103q49 0 92 12q39 10 76 35q31 20 62 53q25 27 45 66q20 -18 32 -41q10 -20 11 -53q0 -37 -19 -78q-18 -40 -61 -74 q-39 -31 -111 -53q-63 -20 -168 -20q-106 0 -198.5 30.5t-165.5 98.5q-78 72 -125 174q-51 111 -72 260h-121z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M55 1276l6 186h598l7 -186h-60l-8 49q-4 29 -20 49q-18 23 -62 23h-94v-525q0 -20 6 -32.5t18 -20.5q6 -4 25 -8q10 -2 29 -2h32v-55h-348v55h35q18 0 29 2q18 4 24 8q12 8 17 17q6 12 6 30v531h-90q-22 0 -37 -6q-14 -6 -25 -17q-6 -6 -14 -22q-2 -2 -6 -27l-8 -49h-60z M700 754v55h21q29 0 55 10q20 8 25 47v482q0 14 -8 30q-6 14 -17 19q-12 6 -26 6q-4 0 -14.5 1t-14.5 1h-21v57h236l225 -567l232 567h231v-57h-22q-20 0 -31 -2q-18 -4 -25 -8q-10 -6 -16 -18.5t-6 -33.5v-471q0 -20 6 -32q6 -14 16 -21q6 -4 25 -8q10 -2 31 -2h22v-55 h-303v55q31 0 55 10q20 8 25 45v457l-232 -567h-71l-232 569v-451q0 -41 21 -53q18 -10 61 -10v-55h-248z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1472" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v12q0 113 33 197q37 92 100 147q70 59 173 90q104 31 247 31q129 0 215 -12q84 -12 139.5 -35t75.5 -55q23 -35 23 -78t-16 -70q-23 -37 -54 -55q-41 -23 -94 -35q-59 -12 -139 -12q0 35 -8 69 q-10 45 -29 76q-25 41 -57 64q-39 27 -97 26q-100 0 -149 -63q-51 -68 -51 -199v-98h727v-856q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-652v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18 q33 -4 47 -4h55v-109h-702z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1472" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v12q0 113 33 197q37 92 100 147q70 59 173 90q104 31 247 31q45 0 119 -4q39 -2 105 -15h262v-1314q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-631v109h4q14 0 47 4 q27 4 47.5 18t36.5 41q14 23 14 70v964q-2 25 -16 74q-10 35 -39 82q-25 39 -65.5 67.5t-94.5 28.5q-100 0 -149 -63q-51 -68 -51 -199v-98h256v-140h-256v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h35v-109h-682z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="2199" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v16q0 217 103 330q102 111 315 110q90 0 156 -16q59 -14 94 -37q33 -20 45 -49q12 -27 12 -51q0 -68 -55 -98.5t-162 -30.5q0 16 -4 53q-2 20 -14 53q-8 23 -29 43q-16 16 -45 17 q-25 0 -43 -13q-20 -14 -33 -47q-14 -41 -20 -96q-8 -82 -8 -154v-30h415v12q0 113 33 197q37 92 101 147q70 59 172 90q104 31 247 31q127 0 213 -12.5t141.5 -35t75.5 -54.5q23 -35 23 -78t-16 -70q-23 -37 -54 -55q-41 -23 -94 -35q-57 -12 -139 -12q0 35 -8 69 q-10 45 -29 76q-23 39 -59 64q-39 27 -95 26q-100 0 -149 -63q-51 -68 -51 -199v-98h727v-856q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-652v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18 q33 -4 47 -4h55v-109h-682v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h55v-109h-702z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="2199" d="M39 0v109h45q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716h-182v140h182v16q0 217 103 330q102 111 315 110q90 0 156 -16q59 -14 94 -37q33 -20 45 -49q12 -27 12 -51q0 -68 -55 -98.5t-162 -30.5q0 16 -4 53q-2 20 -14 53q-8 23 -29 43q-16 16 -45 17 q-25 0 -43 -13q-20 -14 -33 -47q-14 -41 -20 -96q-8 -82 -8 -154v-30h415v12q0 113 33 197q37 92 101 147q70 59 172 90q104 31 247 31q45 0 119 -4q39 -2 105 -15h262v-1314q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h25v-109h-631v109h4q14 0 47 4q27 4 47.5 18 t36.5 41q14 23 14 70v964q-2 25 -16 74q-10 35 -39 82q-25 39 -65.5 67.5t-94.5 28.5q-100 0 -149 -63q-51 -68 -51 -199v-98h256v-140h-256v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h35v-109h-662v109h25q14 0 47 4q27 4 47.5 18t36.5 41q14 23 14 70v716 h-415v-716q0 -47 14 -70q16 -27 36.5 -41t47.5 -18q33 -4 47 -4h35v-109h-682z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.ttf b/src/main/webapp/fonts/DroidSerif-Bold-webfont.ttf
deleted file mode 100644 (file)
index 995c73f..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Bold-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.woff b/src/main/webapp/fonts/DroidSerif-Bold-webfont.woff
deleted file mode 100644 (file)
index 56477f6..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Bold-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.eot b/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.eot
deleted file mode 100644 (file)
index 139cbb1..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.svg b/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.svg
deleted file mode 100644 (file)
index d6b162e..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Digitized data copyright  2007 Google Corporation
-Foundry     : Ascender Corporation
-Foundry URL : httpwwwascendercorpcom
-</metadata>
-<defs>
-<font id="webfonttA2YnPOq" horiz-adv-x="1144" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="530" />
-<glyph unicode=" "  horiz-adv-x="530" />
-<glyph unicode="&#x09;" horiz-adv-x="530" />
-<glyph unicode="&#xa0;" horiz-adv-x="530" />
-<glyph unicode="!" horiz-adv-x="808" d="M158 131q0 41 12 76q10 27 37 57q22 25 55 37q39 14 74 14q31 0 65.5 -10t53.5 -26q25 -20 34 -46q12 -29 13 -65q0 -51 -14.5 -86t-41.5 -57q-23 -20 -59 -31q-35 -10 -63 -10q-74 0 -121 36q-45 37 -45 111zM313 467l117 995h356l-354 -995h-119z" />
-<glyph unicode="&#x22;" horiz-adv-x="1038" d="M311 899l49 563h320l-234 -563h-135zM778 899l29 563h319l-213 -563h-135z" />
-<glyph unicode="#" d="M57 410l15 141h231l111 371h-238l17 143h264l112 397h148l-115 -397h213l117 397h145l-116 -397h196l-16 -143h-223l-109 -371h227l-14 -141h-256l-119 -410h-145l119 410h-213l-121 -410h-146l121 410h-205zM449 551h215l110 371h-215z" />
-<glyph unicode="$" d="M51 352q0 98 60 142q57 43 168 43q0 -72 12 -127q10 -51 35 -95q23 -41 53 -65q35 -27 70 -41l92 436q-86 47 -129 78q-53 39 -95 86q-37 43 -57 102q-20 61 -20 127q0 82 34.5 152t94.5 115q70 51 145 73q90 27 191 29l32 149h115l-35 -153q164 -12 244 -67.5t80 -139.5 q0 -41 -12.5 -76t-38.5 -55q-29 -23 -72 -35t-109 -12q0 23 -8 76q-6 39 -20.5 73.5t-36.5 63.5q-23 31 -53 45l-86 -404l47 -24q143 -74 209 -162q70 -92 69 -205q0 -94 -35 -170q-33 -72 -98.5 -125t-155.5 -80q-92 -27 -206 -30l-50 -238h-114l51 240q-182 14 -279 88 q-92 71 -92 186zM504 1106q0 -58 24.5 -98t73.5 -74l76 356q-35 -6 -66 -18q-33 -12 -57 -35q-20 -16 -37 -55q-14 -31 -14 -76zM559 193q43 0 86 16q35 12 66 41q28 25 43 61q14 35 14 78q0 37 -4 53q-6 29 -21 47q-20 29 -38 48q-25 25 -62 49z" />
-<glyph unicode="%" horiz-adv-x="1832" d="M147 872q0 61 12.5 133t37.5 140q20 59 63 129q37 61 90 108.5t119 74t149 26.5q76 0 134 -23q53 -20 92 -63q33 -35 53 -99q18 -55 18 -120q0 -59 -12 -127q-10 -55 -39 -136q-27 -72 -63 -129q-41 -63 -92 -108q-55 -49 -121 -76q-70 -29 -152 -29q-68 0 -119 19 q-53 18 -92 57q-35 35 -57 94q-21 53 -21 129zM367 0l1015 1462h154l-1010 -1462h-159zM369 856q0 -82 20 -129q20 -49 70 -49q41 0 73.5 26.5t61.5 71.5q20 33 47 101q18 49 33 114q16 80 20 113q8 74 8 96q0 76 -20 127q-18 47 -70 49q-39 0 -73.5 -28.5t-61.5 -69.5 q-20 -33 -47 -100q-18 -49 -33 -115q-16 -80 -20 -113q-8 -74 -8 -94zM997 279q0 65 13 135q12 70 37 137q20 59 63 129q37 61 90 108.5t118.5 74t149.5 26.5q76 0 134 -23q53 -20 92 -63q33 -35 53 -98q18 -55 18 -121q0 -59 -12 -127q-10 -55 -39 -135q-27 -72 -63 -129 q-41 -63 -92 -109q-55 -49 -121 -76q-70 -29 -152 -28q-61 0 -119 20q-53 18 -92 57q-35 35 -57 93q-21 53 -21 129zM1219 262q0 -82 20 -129q23 -49 70 -49q41 0 73.5 26.5t61.5 71.5q20 33 47 101q18 49 33 114q16 80 20 113q8 74 8 96q0 76 -20 127q-18 47 -70 49 q-39 0 -73 -28q-33 -27 -62 -72q-23 -35 -47 -98q-18 -49 -33 -115q-16 -80 -20 -113q-8 -74 -8 -94z" />
-<glyph unicode="&#x26;" horiz-adv-x="1638" d="M70 365q0 100 36 174q39 78 97 127q63 55 141 90q78 37 172 71q-51 88 -72 154q-25 76 -24 149q0 89 31 154q33 68 90 111q61 45 143 65q90 23 195 23q100 0 163 -21q72 -23 113 -55q43 -35 65.5 -86t22.5 -104q0 -76 -20.5 -125.5t-69.5 -98.5q-41 -41 -123 -84 t-186 -86l252 -331q37 78 59 151q27 84 41 152l16 77h410l-23 -108h-18q-23 0 -68 -4q-35 -4 -65 -19q-37 -18 -59 -41q-25 -25 -52 -73l-65 -127q-31 -63 -80 -138l129 -169q29 -41 78 -64q43 -20 112 -20h15l-23 -109h-393l-102 141q-96 -78 -197 -116q-119 -45 -262 -45 q-121 0 -213 28q-88 27 -149.5 82t-88.5 123q-28 74 -28 152zM371 381q0 -51 16 -105q14 -49 47 -83q31 -35 76 -56q43 -20 102 -20q94 0 174 37q74 35 142 98l-334 463q-59 -33 -102 -70t-70 -76q-25 -37 -39 -88q-12 -47 -12 -100zM696 1147q0 -63 21 -113q25 -57 59 -112 q61 27 107 55q53 33 73 57q29 33 41 68q12 37 13 86q0 82 -37 127t-109 45q-39 0 -67 -14q-35 -18 -54 -41q-23 -31 -34 -68q-13 -41 -13 -90z" />
-<glyph unicode="'" horiz-adv-x="593" d="M311 899l29 563h319l-213 -563h-135z" />
-<glyph unicode="(" horiz-adv-x="817" d="M86 381q0 137 23 256q23 123 71 252q41 111 119 231q71 111 166 203q90 88 215 158q117 66 264 100l-20 -129q-80 -45 -138 -96q-53 -49 -106 -119q-55 -74 -82 -127q-45 -90 -61 -133q-20 -53 -43 -129l-31 -115q-37 -154 -49.5 -264.5t-12.5 -183.5q0 -68 9 -125 q8 -61 30 -121q20 -55 56 -107q33 -47 84 -86l-27 -131q-125 43 -213 111q-90 70 -145 154q-53 82 -82 188q-27 98 -27 213z" />
-<glyph unicode=")" horiz-adv-x="817" d="M-90 -285l20 131q80 45 138 97q57 53 106 116q51 70 82 129q45 90 61 134q20 53 43 129l31 114q37 154 49.5 264.5t12.5 184.5q0 70 -8.5 127t-30.5 119q-20 55 -56 106q-33 47 -84 86l27 131q125 -43 213 -110.5t145 -155.5q53 -84 82 -187q27 -98 27 -212 q0 -137 -22.5 -256t-71.5 -250q-43 -115 -119 -234q-71 -111 -166 -203q-90 -88 -215 -157q-112 -64 -264 -103z" />
-<glyph unicode="*" horiz-adv-x="1265" d="M260 1161l330 17l-295 145l133 184l252 -280l4 340l225 -47l-141 -308l344 146l47 -219l-328 -13l295 -147l-133 -178l-256 272l2 -340l-223 47l135 314l-342 -150z" />
-<glyph unicode="+" d="M166 659v146h364v366h148v-366h366v-146h-366v-366h-148v366h-364z" />
-<glyph unicode="," horiz-adv-x="600" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63z" />
-<glyph unicode="-" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
-<glyph unicode="." horiz-adv-x="622" d="M90 131q0 41 12 76q12 33 37 57q27 27 56 37q39 14 73 14q31 0 66 -10t53 -26q25 -20 35 -46q12 -29 12 -65q0 -47 -16 -86q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-76 0 -121 36.5t-45 110.5z" />
-<glyph unicode="/" horiz-adv-x="589" d="M-211 -248l873 1804h159l-872 -1804h-160z" />
-<glyph unicode="0" d="M76 473q0 104 18 221q20 127 53 230q43 133 89 215q57 106 126 178q72 76 168 123q90 45 207 45q90 0 164 -27q78 -29 133.5 -86t87.5 -145q33 -86 33 -211q0 -117 -16 -221q-18 -121 -52 -232q-29 -98 -88 -221q-55 -113 -125 -188q-74 -80 -165 -129q-88 -47 -207 -48 q-94 0 -174 31q-76 29 -133 96q-59 70 -89 156q-30 92 -30 213zM356 385q0 -138 43 -203q43 -66 115 -65q57 0 111 47q51 45 92 127q43 86 71 180q33 111 54 209q18 94 32 213q10 86 11 190q0 137 -41 199q-43 66 -117 66q-57 0 -109 -48q-49 -45 -90 -124q-47 -90 -73 -179 q-33 -111 -54 -209q-25 -121 -34 -210q-11 -87 -11 -193z" />
-<glyph unicode="1" d="M82 0l22 109h121q70 0 117 30.5t61 102.5l158 745q10 55 25 113l22 90q4 16 11.5 43t9.5 35h-8q-70 -72 -89 -90l-75 -66q-34 -28 -68 -43q-31 -14 -65 -14q-45 0 -72 39t-27 112q57 14 72 21q37 12 80 30q29 12 90 43q29 14 106 64l166 106h230l-260 -1222 q0 -6 -3.5 -14.5t-5.5 -20.5q-4 -14 -4 -37q0 -25 11 -35q16 -16 32 -20q27 -8 49 -10q18 -2 62 -2h100l-22 -109h-846z" />
-<glyph unicode="2" d="M-29 0l43 211l478 403q117 100 172 160q55 61 104 139q41 66 55 125q14 57 15 125q0 45 -8.5 78t-29 59.5t-44.5 40.5q-27 14 -62 15q-51 0 -90 -27q-40 -28 -67 -74q-33 -53 -45 -108q-18 -76 -21 -137q-47 0 -94 10q-39 8 -74 33q-31 22 -49 55q-18 35 -18 78 q0 55 32 114q31 53 92 95q66 43 150 65q82 23 205 23q111 0 186 -21q88 -25 135 -55q55 -37 84 -90t29 -118.5t-29 -133.5q-31 -74 -82 -135q-49 -59 -139 -144q-66 -61 -192 -165l-492 -396h477q53 0 84 15q37 16 58 36q27 27 40 56l31 61l15 37h120l-100 -430h-969z" />
-<glyph unicode="3" d="M-2 227q0 80 59.5 127t165.5 47q0 -66 15 -110q16 -53 42.5 -88t71.5 -58q41 -20 105 -20q51 0 98 20q53 23 86 60q39 43 59 100q23 63 23 141q0 119 -76 182.5t-213 63.5h-88l21 127h65q80 0 160 27q72 25 125 74q55 53 84 114q31 68 30 148q0 41 -8 71.5t-26 55.5 q-20 27 -43 37q-29 12 -64 12q-55 0 -96 -25q-37 -23 -66 -67q-27 -41 -45 -97q-16 -49 -26 -116q-49 0 -92 6q-37 6 -72 22q-33 16 -49 39q-18 25 -19 64q0 63 39 116q41 55 109 97q74 43 159 63q96 23 195 23q95 0 172 -19q74 -18 133 -57q51 -35 84 -92q31 -55 31 -125 q0 -74 -24.5 -141.5t-78.5 -126.5q-47 -51 -129 -99q-78 -43 -180 -61q68 -8 127 -31q53 -20 99 -61q37 -33 59 -90q23 -55 22 -119q0 -86 -26 -162q-25 -72 -72 -125q-51 -57 -104 -90q-68 -41 -127 -59q-88 -29 -142 -35q-82 -10 -141 -10q-117 0 -203 22q-78 20 -133 59 q-53 39 -74 78q-22 45 -22 88z" />
-<glyph unicode="4" d="M0 381l29 127l784 954h287l-203 -946h213l-29 -135h-213l-26 -127q-4 -14 -6 -33q-2 -14 -2 -31q0 -27 10 -43t26 -24q12 -6 43 -10q33 -4 56 -4h37l-23 -109h-719l21 109h59q20 0 62 4q29 2 57 18q31 16 49 43q16 25 31 82l26 125h-569zM188 516h410l76 358l8 40l10 49 l25 102q14 59 26 102q4 12 13.5 47t15.5 54q-6 -10 -23.5 -36l-27.5 -40l-59 -86l-60 -80q-29 -39 -51 -65z" />
-<glyph unicode="5" d="M20 219q0 39 11 64q12 33 35 51q31 27 61 37q37 12 84 12q0 -39 10 -90q8 -45 35 -84q25 -37 68 -61.5t110 -24.5q63 0 121 22q51 20 94 70q37 43 60 115q20 68 20 162q0 66 -18 114q-16 45 -54 82q-35 35 -77 49q-49 16 -99 17q-27 0 -67 -4q-25 -2 -56 -11 q-33 -8 -47 -14q-8 -4 -20 -8t-21 -8l-86 43l209 710h774l-59 -372h-125q2 8 3 26.5t1 28.5q2 20 2 42.5t-20.5 37t-79.5 14.5h-412l-121 -383q6 2 88 23q41 10 125 10q106 0 193 -25q82 -25 145 -73q59 -47 94 -121q33 -68 33 -164q0 -113 -43 -209q-43 -95 -123 -166 t-196 -111q-119 -41 -264 -40q-98 0 -181 20q-78 18 -121 51t-65 76q-21 41 -21 92z" />
-<glyph unicode="6" d="M104 475q0 139 23 252q27 131 70 236q47 113 110.5 207t151.5 165q82 68 186 109q98 39 221 39q90 0 148 -17q68 -18 106 -47q41 -29 63.5 -67.5t22.5 -79.5q0 -80 -67 -127q-70 -47 -189 -47q0 37 -4 98q-2 43 -16.5 84t-34.5 59q-27 23 -66 23q-133 0 -231 -141 q-96 -139 -162 -426q18 16 53 36q25 14 68 33q25 10 82 23q47 10 96 10q86 0 154 -29q61 -27 108 -80q41 -47 64 -114q20 -61 20 -139q0 -102 -34 -207q-35 -102 -101 -178q-68 -77 -172 -123q-106 -47 -244 -47q-89 0 -165.5 30.5t-135.5 91.5q-57 59 -92 156 q-33 90 -33 217zM385 410q0 -154 47 -225.5t127 -71.5q51 0 94 30.5t74 86t49 128.5q16 66 17 160q0 125 -39 189q-41 66 -113 65q-29 0 -66 -10q-31 -8 -63 -25q-35 -16 -55 -32q-14 -10 -47 -39q-25 -150 -25 -256z" />
-<glyph unicode="7" d="M201 1032l84 430h977l-23 -121l-852 -1341h-174l809 1239h-526q-57 0 -93 -27q-33 -25 -49 -77l-28 -103h-125z" />
-<glyph unicode="8" d="M27 332q0 86 30 147q33 68 86 111q55 45 127 82q63 33 160 69q-43 34 -80 74t-61 86q-29 53 -41 96q-14 49 -15 107q0 76 29 145q29 68 90 121q57 49 162 82q98 31 238 31q94 0 174 -23q74 -20 127 -61q51 -39 79.5 -96.5t28.5 -118.5q0 -78 -24.5 -137.5t-71.5 -106.5 q-51 -51 -109 -84q-80 -45 -139 -72q52 -34 98 -73q45 -39 78 -84q35 -49 54 -99q18 -53 18 -114q0 -109 -41 -195q-39 -78 -115 -133q-78 -55 -178 -80q-111 -27 -225 -26q-100 0 -197 26q-76 20 -149 74q-65 46 -99 110q-34 66 -34 142zM303 324q0 -106 57.5 -166 t161.5 -60q49 0 103 17q49 16 84 47q37 33 57 82q20 47 20 112q0 47 -16 93q-15 43 -43 79q-25 33 -72 70q-45 35 -102 66q-119 -49 -184 -132q-66 -79 -66 -208zM516 1114q0 -160 174 -266q63 33 101 67q47 43 65 74q25 40 37 86q10 39 10 94q0 37 -10 78t-29 62 q-25 27 -51 41q-29 14 -72 14q-49 0 -90 -18q-43 -20 -69 -50q-33 -35 -50 -77q-16 -42 -16 -105z" />
-<glyph unicode="9" d="M57 190q0 68 43 105t117 37q0 -33 10.5 -78t31 -73.5t54.5 -51.5q33 -20 78 -20q76 0 135.5 38.5t110.5 114.5q47 72 92 187q41 104 82 253q-23 -25 -57 -53q-25 -18 -72 -43q-39 -18 -82 -31q-46 -12 -98 -12q-80 0 -145.5 24.5t-108.5 71.5q-45 49 -66 107 q-23 63 -22 137q0 125 47 236q45 106 125 182q78 76 184 119q104 43 221 43q94 0 166 -27q78 -29 127 -78q51 -51 80 -126.5t29 -172.5q0 -35 -2 -59q-3 -37 -7 -80q-2 -16 -7 -49t-5 -39q-6 -46 -18 -92q-23 -100 -56 -195q-35 -98 -79.5 -182t-106.5 -162 q-59 -74 -133 -127q-78 -55 -162 -84q-88 -31 -194 -30q-83 0 -142 18q-63 20 -96 45q-37 27 -55 66q-19 36 -19 81zM455 913q0 -98 41 -151q39 -51 110 -51q43 0 74 14q37 16 65 37q20 14 54 51q10 12 41 57q6 25 12 56q4 23 8 59q2 10 5 29.5t3 27.5q2 18 2 50 q0 68 -12 116q-12 53 -31 78q-23 31 -47 45q-27 14 -61 15q-57 0 -106.5 -37t-84 -100.5t-53.5 -139.5q-20 -86 -20 -156z" />
-<glyph unicode=":" horiz-adv-x="731" d="M90 131q0 41 12 76q12 33 37 57q27 27 56 37q39 14 73 14q31 0 66 -10t53 -26q25 -20 35 -46q12 -29 12 -65q0 -47 -16 -86q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-76 0 -121 36.5t-45 110.5zM270 924q0 43 12.5 75.5t36.5 57.5q27 27 56 37q39 14 74 14 q39 0 65 -8q31 -8 53 -29q25 -20 35 -45q12 -27 12 -65q0 -47 -16 -87q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-78 0 -121 35q-45 37 -45 113z" />
-<glyph unicode=";" horiz-adv-x="731" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63zM270 924q0 43 12.5 75.5t36.5 57.5q27 27 56 37q39 14 74 14q39 0 65 -8q31 -8 53 -29q25 -20 35 -45q12 -27 12 -65q0 -47 -16 -87q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-78 0 -121 35q-45 37 -45 113z" />
-<glyph unicode="&#x3c;" d="M166 690v84l878 479v-161l-659 -361l659 -356v-162z" />
-<glyph unicode="=" d="M166 461v143h887v-143h-887zM166 858v143h887v-143h-887z" />
-<glyph unicode="&#x3e;" d="M166 213v162l659 356l-659 361v161l878 -479v-84z" />
-<glyph unicode="?" horiz-adv-x="1095" d="M207 1217q0 57 32.5 104t94.5 84q57 35 149 57q82 20 197 21q104 0 184 -21q86 -23 140 -61q57 -43 88 -107q31 -66 30 -151q0 -90 -39 -162q-41 -76 -106 -135q-59 -53 -162 -109q-78 -43 -203 -88l-73 -182h-131l-5 254q98 35 164 72q74 39 127 90q49 47 80 116 q29 68 29 148q0 49 -12 90q-10 37 -31 66q-16 23 -47 40q-27 14 -58 15q-49 0 -82 -25q-41 -29 -59 -67q-25 -49 -35 -95q-16 -74 -20 -112q-252 0 -252 158zM258 131q0 41 12 76q12 33 37 57q27 27 55 37q39 14 74 14q31 0 66 -10t53 -26q25 -20 35 -46q12 -29 12 -65 q0 -47 -16 -86q-14 -35 -41 -57q-23 -20 -57.5 -30.5t-63.5 -10.5q-76 0 -121 36.5t-45 110.5z" />
-<glyph unicode="@" horiz-adv-x="1884" d="M88 500q0 139 33 262q33 119 96 231q61 106 150 193q94 90 196 149q104 59 236 95q125 33 270 32q178 0 311 -51q139 -53 228 -139q90 -88 137 -209q45 -117 45 -260q0 -152 -37 -273q-39 -125 -96 -202q-63 -86 -137 -127q-78 -43 -152 -43q-86 0 -154 45 q-65 43 -98 147h-12q-29 -53 -47 -76q-35 -41 -62 -61q-35 -27 -77 -41q-41 -14 -97 -14q-68 0 -123 20q-59 23 -102 66q-45 45 -70 108q-27 70 -26 156q0 53 12 119q8 47 43 127q27 61 72 123q47 63 104 106t141 72q82 29 179 28q74 0 123 -18q53 -20 81 -43l86 43h50 l-86 -512q-2 -4 -3.5 -14.5t-1.5 -16.5q-4 -25 -6 -39t-2 -39q0 -6 -1 -16t-1 -14q0 -45 8.5 -70t24.5 -41q18 -18 30.5 -22.5t35.5 -4.5q41 0 81 33q39 31 76 101q35 66 56 161q23 102 22 224q0 141 -43 245q-45 109 -119 177q-76 70 -180 106q-98 35 -227 35 q-98 0 -191 -27q-94 -27 -180 -80q-92 -55 -158 -127q-76 -82 -125 -172t-82 -213q-31 -117 -30 -252q0 -184 53 -309q55 -129 147 -209q96 -84 216 -119q123 -37 262 -36q76 0 161 16q88 16 152 39q80 29 131 53q35 16 109 64l49 -78q-61 -45 -123 -78q-49 -27 -150 -61 q-82 -29 -170 -43q-98 -16 -188 -17q-123 0 -225 21q-104 20 -203 65q-88 39 -172 111q-80 66 -133 153q-57 92 -86 197q-31 111 -31 244zM752 487q0 -102 36 -157q35 -53 95 -54q47 0 75 21q33 23 54 55q16 25 35 78q10 31 22 88l82 418q-6 15 -18 25l-10 8q-9 8 -15 10 q-20 8 -33 10q-25 4 -33 4q-47 0 -94 -26q-43 -25 -73.5 -68t-55.5 -98q-23 -49 -39 -111q-14 -49 -20 -108q-8 -70 -8 -95z" />
-<glyph unicode="A" horiz-adv-x="1540" d="M-100 0l22 109h43q28 0 49 6q18 6 41 24q22 18 43.5 49t48.5 80l695 1194h280l172 -1206q12 -55 13 -59q10 -33 22 -47.5t37 -28.5q23 -12 53 -12h37l-22 -109h-676l22 109h47q66 0 105 20.5t39 65.5v34q0 10 -4 31l-31 221h-498l-100 -184q-16 -27 -29 -66 q-10 -31 -10 -49q0 -37 29 -55q28 -18 86 -18h41l-23 -109h-532zM508 606h414l-37 344q-2 25 -5 46.5t-6 37.5q-2 27 -6 76q0 8 -2 23.5t-3 28t-1 22.5q-4 45 -4 71q-20 -49 -31 -69l-30 -64q-8 -14 -12.5 -23t-11.5 -20.5l-15 -25.5l-47 -84z" />
-<glyph unicode="B" horiz-adv-x="1374" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 986q4 12 9 40q4 25 4 27q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h635q238 0 358.5 -77.5t120.5 -229.5q0 -78 -26 -147q-25 -66 -70 -111q-49 -49 -107 -78 q-59 -29 -131 -45l-2 -8q51 -8 101 -35q46 -25 80 -61q33 -35 51 -88.5t18 -114.5q0 -109 -39 -199t-110 -147q-76 -59 -185 -90q-111 -31 -256 -31h-745zM489 125h142q84 0 147 22q61 22 99 68q37 47 55 113q18 68 18 153q0 113 -51 166q-51 55 -158 55h-129zM639 829h115 q145 0 209 76q66 78 65 215q0 106 -49 161.5t-143 55.5h-91z" />
-<glyph unicode="C" horiz-adv-x="1366" d="M129 530q0 117 29 242q27 113 84 225q55 108 135 197q90 100 180 158q106 68 219 102q120 37 258 37q101 0 178 -18q84 -20 127 -48q51 -33 76 -77.5t25 -100.5q0 -45 -22.5 -79.5t-59.5 -57.5q-35 -20 -92 -35q-53 -12 -115 -12q0 43 -6 94q-6 52 -25 98q-16 39 -53 74 q-35 31 -90 31q-82 0 -150 -37q-74 -39 -125 -100q-61 -70 -100 -148q-35 -66 -72 -178q-29 -86 -45 -190.5t-16 -188.5q0 -176 88 -270q90 -96 266 -96q66 0 127 16q55 14 103 43q51 31 80 59q37 37 59 68q10 -8 25 -29q10 -14 10 -41q0 -51 -31 -102q-29 -51 -92 -94 q-57 -41 -150 -66q-96 -27 -204 -26q-145 0 -263 36q-115 37 -194 107q-78 70 -123 174q-41 96 -41 233z" />
-<glyph unicode="D" horiz-adv-x="1572" d="M-49 0l22 109h29q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l213 1006l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h655q145 0 263 -37q115 -37 194 -106q78 -68 121 -174q43 -104 43 -240q0 -123 -25 -237 q-23 -106 -75 -215q-47 -96 -123 -183q-74 -82 -168 -143q-92 -59 -215 -94q-117 -33 -258 -33h-721zM492 127h92q143 0 258 59q113 57 190 164q82 111 119 250q41 152 41 322q0 106 -25 186q-23 74 -71 129q-45 51 -113 75.5t-149 24.5h-86z" />
-<glyph unicode="E" horiz-adv-x="1294" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l213 1006l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h1112l-72 -381h-145l1 9q1 8 1 16l4 37q0 6 1 19.5t1 17.5q0 6 2 17v3q0 31 -8 53q-10 29 -24 43 q-23 23 -46 31q-31 10 -67 10h-272l-109 -512h465l-27 -123h-465l-123 -577h324q43 0 86 14q37 12 66 35q27 20 47 55q25 41 32 64l33 88h146l-95 -381h-1175z" />
-<glyph unicode="F" horiz-adv-x="1271" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h1126l-71 -381h-146q2 6 2 17.5t3 17.5q2 12 2 37q0 8 2 16.5t2 14.5v16q0 31 -9 53q-12 33 -24 45q-20 20 -49 29 q-35 10 -72 10h-278l-119 -559h485l-24 -121h-486l-90 -415q-2 -4 -8 -39q-2 -10 -2 -25q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
-<glyph unicode="G" horiz-adv-x="1628" d="M129 528q0 131 31 254q29 117 90 230q57 104 141 192q86 90 189 150q106 63 231 96q123 33 266 33q123 0 205 -21q88 -23 145.5 -55.5t86 -77.5t28.5 -90q0 -40 -24 -74q-29 -41 -64 -61q-37 -23 -94 -39q-59 -16 -115 -16q0 57 -14 120q-12 55 -41 97q-29 43 -72 63 q-45 23 -104 23q-80 0 -150 -31q-68 -29 -131 -90q-66 -63 -110 -135q-53 -86 -84 -174q-41 -115 -56 -201q-18 -106 -18 -217q0 -92 16 -156q18 -71 56 -123q35 -49 96 -77.5t141 -28.5q53 0 96 8q55 10 86 20l68 304q12 55 12 69q0 20 -12 35q-14 18 -29 23q-23 8 -47 10 q-18 2 -59 2h-27l23 108h682l-23 -108h-2q-25 0 -65 -4q-27 -2 -58 -19q-29 -14 -45 -36.5t-26 -65.5l-78 -391q-33 -12 -121 -41q-57 -18 -121 -31q-41 -8 -127 -16q-66 -6 -137 -6q-150 0 -277 38q-117 35 -198 109q-78 70 -119 172q-41 104 -41 229z" />
-<glyph unicode="H" horiz-adv-x="1675" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-84 -404h535l86 398q2 10 8 37 q2 10 2 24q0 25 -10 37q-12 14 -33 20q-29 8 -47.5 10.5t-59.5 2.5h-26l22 108h707l-23 -108h-26q-23 0 -64 -4q-27 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-211 -1004l-2 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 10 -35q18 -18 31 -22q23 -8 47 -10q18 -2 59 -2h27 l-23 -109h-706l22 109h27q23 0 64 4q27 2 57 18q29 14 45 36.5t27 65.5l98 467h-535l-100 -475l-2 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
-<glyph unicode="I" horiz-adv-x="819" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l213 1006l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-211 -1004 q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
-<glyph unicode="J" horiz-adv-x="819" d="M-324 -469l29 113q8 -4 29 -9q10 -2 34.5 -6t36.5 -4h33q52 0 99 19q45 18 83 63q33 39 66 113q33 76 53 174l264 1243l3 9q2 9 4 16q2 10 2 22q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19 q-29 -14 -45.5 -36.5t-26.5 -65.5l-260 -1235q-25 -125 -86 -217q-57 -86 -146 -152q-82 -61 -182 -88q-104 -29 -205 -29q-55 0 -92 7q-53 8 -76 16z" />
-<glyph unicode="K" horiz-adv-x="1517" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-102 -486l415 367q37 33 68 66 q33 35 43 53q12 20 20 43q6 18 7 31q0 29 -21 40q-23 12 -70 13l23 106h553l-23 -106q-39 0 -80 -10q-35 -8 -75 -31q-31 -16 -82 -53q-31 -23 -92 -76l-332 -293l239 -576q29 -68 46 -98q23 -43 41 -63.5t47 -34.5q25 -12 61 -12h6l-20 -109h-107q-102 0 -170 12 q-66 12 -114 45q-43 29 -78 86q-31 49 -66 140l-151 391l-121 -86l-76 -363q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-23 -109h-704z" />
-<glyph unicode="L" horiz-adv-x="1337" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h707l-23 -108h-26q-25 0 -66 -4q-25 -2 -57 -19q-29 -14 -45.5 -36.5t-26.5 -65.5l-231 -1104h342q61 0 98 14 q45 18 72 41q33 31 53 70q25 49 41 98l37 109h131l-113 -457h-1200z" />
-<glyph unicode="M" horiz-adv-x="1949" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h571l138 -995l536 995h592l-22 -108h-27q-23 0 -63 -4q-27 -2 -58 -19q-29 -14 -45 -36.5t-27 -65.5l-210 -1004 l-3 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 11 -35q18 -18 30 -22q23 -8 47 -10q18 -2 60 -2h26l-22 -109h-698l22 109h27q23 0 63 4q27 2 58 18q29 14 45 36.5t26 65.5l217 1027l-678 -1260h-141l-166 1260l-217 -1018q-2 -4 -8 -39q-2 -10 -2 -25q0 -25 10 -35 q18 -18 33 -22q29 -8 47 -10t59 -2h7l-23 -109h-516z" />
-<glyph unicode="N" horiz-adv-x="1613" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h455l499 -1050l172 809q10 39 10.5 63.5t-10.5 36.5q-12 14 -32 20q-29 8 -47.5 10.5t-59.5 2.5h-6l23 108h516 l-23 -108h-26q-20 0 -62 -4q-23 -2 -55 -19q-29 -14 -45.5 -36.5t-26.5 -63.5l-260 -1231h-188l-555 1159l-193 -917q-2 -4 -8 -39q-2 -10 -2 -25q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h7l-23 -109h-516z" />
-<glyph unicode="O" horiz-adv-x="1619" d="M129 545q0 98 25 207q25 106 73 211q53 115 121 200q72 94 170 166q90 68 217 113q121 43 266 43q117 0 216 -33q102 -35 180 -102q80 -72 125 -174q45 -104 45 -254q0 -102 -23 -201q-23 -100 -71 -211q-47 -104 -119 -203q-66 -90 -168 -168q-98 -78 -219 -119 q-123 -43 -267 -43q-121 0 -225 37t-182 109q-80 74 -121 176q-43 108 -43 246zM463 496q0 -96 22 -174q23 -74 58 -119q37 -45 90 -68q55 -23 108 -22q82 0 154 41q63 37 125 110q59 72 96 156q35 76 66 184q31 102 41 189q12 96 12 176q0 104 -21 172q-23 76 -57 119 q-39 49 -88 69q-55 23 -111 23q-84 0 -155 -41q-63 -35 -123 -109q-57 -70 -96 -158q-40 -89 -68 -184q-29 -102 -41 -190q-12 -96 -12 -174z" />
-<glyph unicode="P" horiz-adv-x="1357" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h586q111 0 217 -26q90 -23 164 -76q66 -47 104 -125q37 -74 37 -172q0 -45 -10 -111q-8 -53 -35 -112 q-25 -57 -72 -107q-51 -53 -114 -90q-72 -41 -166 -61q-102 -23 -230 -23h-155l-74 -334l-2 -9q-2 -9 -4 -15q-2 -10 -2 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h68l-23 -109h-745zM610 678h86q90 0 158 29q63 27 104 77q39 47 58 121q18 70 18 152 q0 76 -18 131q-18 57 -47 88q-31 33 -76 49t-94 16h-45z" />
-<glyph unicode="Q" horiz-adv-x="1611" d="M127 545q0 98 25 207q25 106 73 211q53 115 121 200q72 94 170 166q90 68 217 113q119 43 266 43q117 0 215 -33q102 -35 181 -102q80 -72 125 -174q45 -104 45 -254q0 -84 -19 -177q-18 -96 -55 -186q-39 -94 -92 -182q-53 -86 -131 -164q-76 -76 -168 -129 q-100 -57 -207 -84q4 -117 20 -186q16 -68 50 -113q31 -41 73 -57q45 -16 92 -17h33l-26 -119h-148q-94 0 -172 27t-137 86q-57 57 -92 152q-34 92 -37 221q-88 18 -170 63q-78 43 -133 115q-59 76 -88 162q-31 92 -31 211zM461 496q0 -96 22 -174q23 -74 58 -119 q37 -45 90 -68q55 -23 108 -22q82 0 154 41q63 37 125 110q59 72 96 156q35 76 66 184q31 102 41 189q12 96 12 176q0 104 -21 172q-23 76 -57 119q-39 49 -88 69q-55 23 -111 23q-84 0 -155 -41q-63 -35 -123 -109q-57 -70 -96 -158q-40 -89 -68 -184q-29 -102 -41 -190 q-12 -96 -12 -174zM700 -23z" />
-<glyph unicode="R" horiz-adv-x="1447" d="M-47 0l22 109h27q20 0 61 4q31 2 58 16q23 10 43 39q16 23 26 63l209 983q12 51 13 70q0 25 -11 37q-10 14 -30 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h658q246 0 366.5 -86t120.5 -256q0 -106 -33 -178q-33 -70 -86 -121q-57 -53 -119 -80q-68 -29 -127 -43l142 -381 q27 -70 41 -98q23 -43 43 -65q23 -27 49 -35q31 -10 61 -10h8l-22 -109h-21q-115 0 -186 8q-74 8 -133 35q-57 25 -94 72q-39 49 -60 118l-129 402h-141l-80 -375q-2 -12 -10 -55q-4 -25 -4 -27q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h68l-23 -109h-745zM621 754 h127q68 0 122 18q51 16 97 59q39 37 65 107q25 66 25 156q0 70 -13 116q-12 45 -36.5 76t-63.5 43q-37 12 -88 12h-104z" />
-<glyph unicode="S" horiz-adv-x="1198" d="M29 279q0 43 20 83q18 37 55 62q33 23 84 35q49 12 107 12q0 -100 20 -164q25 -76 56 -114q35 -43 86 -66t110 -23q53 0 103 17q45 14 78 45q33 29 47 67q16 43 16 82q0 37 -10 78q-8 35 -39 72q-27 33 -78 67q-61 43 -125 78q-76 41 -141 90q-61 45 -101 101 q-41 55 -61 119q-20 61 -20 145q0 94 36 170q35 72 107 131q66 53 168 86q98 31 219 31q113 0 199 -18.5t141 -49.5q61 -35 86 -72q27 -41 27 -90q0 -86 -64 -131q-66 -47 -205 -47q0 41 -10 96q-8 45 -31 91q-20 41 -61 69q-39 27 -100 27q-43 0 -82 -12q-37 -12 -72 -39 q-29 -23 -51 -66q-20 -39 -21 -94q0 -59 17 -92q18 -37 51 -70q31 -31 86 -63l119 -68q154 -84 229 -186q74 -102 74 -232q0 -111 -39 -194q-39 -86 -113 -144q-72 -57 -178 -88q-104 -31 -233 -30q-121 0 -222 22q-86 20 -157 64q-63 39 -95 94q-32 60 -32 119z" />
-<glyph unicode="T" horiz-adv-x="1335" d="M139 1065l94 397h1274l-71 -397h-138q0 14 2 31q0 10 2.5 24.5t4.5 28.5q2 16 4 28.5t2 22.5q2 16 2 29q0 55 -33 81.5t-111 26.5h-163l-236 -1112q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h27l-22 -109h-705l23 109h26 q20 0 62 4q31 2 57 16q23 10 43 39q16 23 27 63l231 1106h-164q-47 0 -82 -12t-57 -35q-20 -20 -41 -57q-16 -29 -33 -80l-29 -88h-137z" />
-<glyph unicode="U" horiz-adv-x="1529" d="M203 334q0 25 2 41l6 49l6 49l5 24.5t3 18.5l150 698q12 55 12 70q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -59 2h-27l23 108h708l-22 -108h-27q-25 0 -66 -4q-31 -2 -57 -17q-29 -14 -45 -36.5t-27 -63.5l-155 -721q-4 -18 -8 -41q0 -6 -3.5 -21.5t-5.5 -23.5 l-6 -47q-2 -16 -2 -45q0 -104 64 -156q66 -53 188 -53q96 0 158 27q59 25 106 75q45 49 70 113q27 68 41 143l158 740q2 6 4 17t2 17q2 12 2 27q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h539l-23 -108h-26q-23 0 -64 -4q-27 -2 -57 -19 q-29 -14 -45.5 -36.5t-26.5 -65.5l-164 -778q-25 -111 -71 -203q-45 -88 -121 -148q-76 -61 -174 -90q-100 -31 -230 -30q-121 0 -213 24q-94 25 -153.5 68t-95.5 112q-33 64 -33 150z" />
-<glyph unicode="V" horiz-adv-x="1429" d="M174 1354l23 108h675l-22 -108h-47q-61 0 -105 -17q-39 -14 -39 -65q0 -6 1.5 -18.5t1.5 -18.5q0 -23 2 -33l65 -540q0 -8 3 -38t5 -46q4 -61 4 -95q0 -16 1 -46.5t1 -45.5q0 -16 1 -39.5t1 -32.5l10.5 26.5t14.5 33.5l27 59l22 54l21 40l368 662q14 23 29 61q8 23 8 48 q0 33 -31 40q-35 10 -88 11h-47l21 108h534l-22 -108h-49q-37 0 -52 -4q-25 -6 -41 -21q-20 -18 -36 -41q-29 -43 -45 -71l-682 -1217h-205l-172 1255q-6 35 -17 50q-10 16 -28 30q-14 10 -37 15q-29 4 -47 4h-27z" />
-<glyph unicode="W" horiz-adv-x="2183" d="M176 1354l23 108h669l-22 -108h-47q-61 0 -105 -17q-39 -14 -39 -65v-39q0 -14 4 -51l39 -510q2 -27 7 -72q2 -14 3 -45t1 -47q4 -66 4 -98q0 -16 1 -43t1 -37q18 51 49 121l59 120l457 877h150l116 -782q16 -104 25 -185q10 -98 10 -155l29 80q8 23 37 94l45 102l45 103 l227 489q8 14 23 57q8 25 8 52q0 33 -27 40q-31 10 -86 11h-47l20 108h535l-23 -108h-49q-33 0 -53 -6q-25 -6 -43 -23q-25 -20 -39 -45q-25 -43 -41 -76l-573 -1204h-234l-141 977l-498 -977h-254l-110 1255q-4 33 -15 50q-14 20 -28 30q-16 10 -39 15q-29 4 -47 4h-27z " />
-<glyph unicode="X" horiz-adv-x="1497" d="M-86 0l23 109h20q20 0 57 8q25 6 54 24q37 25 59 45q43 39 72 70l452 467l-229 526q-15 34 -31 56q-10 14 -35 30q-16 12 -41 15q-33 4 -53 4h-18l22 108h678l-22 -108h-48q-53 0 -73 -15q-23 -16 -23 -43q0 -14 10 -49q12 -39 27 -73l109 -254l241 258q25 25 49 63 q23 35 23 61.5t-24.5 39t-73.5 12.5h-6l22 108h477l-22 -108h-19q-31 0 -55 -6q-23 -6 -51 -25q-20 -14 -55 -45q-31 -27 -70 -70l-385 -405l252 -586q27 -63 65.5 -85.5t75.5 -22.5h27l-23 -109h-676l23 109h31q61 0 88 18q29 18 28 53q0 23 -10 64q-6 27 -29 78l-125 282 l-286 -297q-35 -35 -60 -74q-23 -35 -22 -63q0 -14 6 -27q4 -10 16.5 -18t34.5 -12q29 -4 55 -4h7l-23 -109h-516z" />
-<glyph unicode="Y" horiz-adv-x="1417" d="M180 1354l23 108h665l-22 -108h-92q-45 0 -65.5 -16.5t-20.5 -43.5q0 -20 6 -53q6 -34 18 -80l74 -289q4 -16 14 -63l15 -70l5 -20t5 -23.5t2 -21.5q2 -31 6 -58q20 47 57 105q35 57 93 137l202 289q23 31 43 76q18 39 19 75q0 25 -29 41q-27 14 -96 15h-43l24 108h537 l-23 -108h-38q-25 0 -43.5 -6.5t-38.5 -20.5q-18 -14 -43 -41q-18 -20 -50 -65l-507 -705l-62 -291q-2 -4 -3 -12t-1 -12q-4 -20 -4 -23q0 -25 10 -35q18 -18 33 -22q29 -8 47 -10t59 -2h50l-23 -109h-756l23 109h55q20 0 62 4q23 2 55 18q23 10 43 39q16 23 27 63l59 285 l-221 727q-8 27 -19 51q-8 18 -22 33q-10 10 -33 19q-18 6 -49 6h-27z" />
-<glyph unicode="Z" horiz-adv-x="1363" d="M-4 0l18 102l1010 1235h-356q-94 0 -150 -43q-59 -45 -82 -135l-35 -119h-147l100 422h1090l-21 -104l-1011 -1233h422q47 0 88 12q40 12 73 37q31 23 62 70q27 41 45 104l22 74h148l-98 -422h-1178z" />
-<glyph unicode="[" horiz-adv-x="847" d="M43 -262l387 1818h567l-22 -108h-88q-45 0 -66 -4q-33 -6 -57 -21q-20 -12 -47 -45q-20 -27 -31 -78l-276 -1306q0 -4 -1 -14.5t-3 -14.5q-2 -8 -3 -22q0 -37 11 -52q12 -20 30.5 -28t44.5 -13q33 -4 56 -4h88l-23 -108h-567z" />
-<glyph unicode="\" horiz-adv-x="589" d="M221 1556h144l110 -1804h-143z" />
-<glyph unicode="]" horiz-adv-x="847" d="M-109 -262l23 108h88q45 0 66 4q37 8 57 21q25 14 45 45q23 31 31 78l276 1306q6 31 6 52q0 33 -12 51q-14 23 -29 29q-23 12 -45 14q-16 2 -55 2h-88l22 108h568l-387 -1818h-566z" />
-<glyph unicode="^" d="M137 537l432 925h88l435 -925h-160l-320 702l-315 -702h-160z" />
-<glyph unicode="_" horiz-adv-x="937" d="M-186 -291l26 121h959l-27 -121h-958z" />
-<glyph unicode="`" horiz-adv-x="1181" d="M498 1548l6 21h301q12 -37 31 -80q16 -39 41 -84l43 -78q20 -33 38 -59l-6 -27h-121q-45 27 -94 66t-96 84q-31 29 -84 86q-36 40 -59 71z" />
-<glyph unicode="a" horiz-adv-x="1361" d="M82 354q0 82 18.5 168t55.5 172q35 84 92 162q57 80 125 135q71 58 159 92q92 35 193 35q39 0 82 -6q33 -4 80 -16q31 -8 71 -23q25 -8 56 -26l108 49h109l-135 -639q-2 -6 -5.5 -22.5t-5.5 -22.5q-2 -10 -5 -30t-5 -30q-8 -41 -10 -61q-4 -41 -4 -49q0 -53 20 -76 q20 -25 52 -25q28 0 55 13q31 14 59 30l45 -82q-12 -12 -59 -41q-39 -25 -74 -41q-27 -12 -88 -28q-47 -12 -102 -12q-92 0 -146 40q-55 43 -55 123q0 41 2 62q4 33 12 71h-14q-33 -61 -76 -126q-35 -53 -84 -92.5t-102 -57.5q-61 -20 -131 -20t-127 28q-53 27 -92 78 q-37 47 -56 119q-18 67 -18 149zM393 352q0 -63 8 -98q10 -47 23 -66q16 -27 35 -34q25 -10 45 -11q47 0 94 39q43 35 88 103q41 61 76 143q33 76 51 162l72 340q-23 29 -56 43q-35 14 -75 14q-59 0 -108.5 -30.5t-90.5 -84.5q-37 -49 -70 -116q-27 -55 -51 -138 q-20 -68 -31 -141q-10 -76 -10 -125z" />
-<glyph unicode="b" horiz-adv-x="1275" d="M43 -6l272 1280q0 6 2 12t5 14q0 4 1 13.5t3 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-47l19 108h497l-82 -389q-4 -25 -12 -49q-4 -14 -9 -28.5t-12 -32.5q-2 -12 -22 -70l-23 -67q-6 -16 -11 -32l-9 -28q-4 -14 -8 -23.5t-6 -15.5h10 q39 76 78 131q40 55 86 92q45 37 102 56q55 18 123 18q66 0 121 -24.5t94 -69.5q40 -46 61 -117q23 -74 23 -159q0 -88 -20 -173q-23 -96 -60 -174q-41 -88 -94 -161q-49 -68 -131 -134q-74 -59 -162 -92q-92 -35 -192 -34q-39 0 -80 6q-31 4 -74 16q-29 8 -62 23 q-23 10 -45 28l-116 -59h-115zM391 168q23 -27 55 -41q37 -16 78 -16q57 0 110.5 32.5t90.5 81.5q33 41 68 117q25 51 51 135q18 55 28 137q10 76 11 119q0 63 -9 103q-10 47 -22 67q-16 29 -37 39q-20 12 -41 12q-39 0 -73.5 -22.5t-65.5 -59.5q-35 -43 -60 -79 q-4 -6 -45 -88q-8 -14 -34 -87l-21 -63z" />
-<glyph unicode="c" horiz-adv-x="1079" d="M82 403q0 76 18 158q16 72 58 162q35 76 94 151q47 61 133 125q72 53 168 86q98 33 203 33q86 0 147 -18q63 -18 101 -47q43 -33 59 -68q18 -39 18 -84q0 -29 -14 -63q-10 -29 -43 -54q-33 -27 -78 -41q-43 -14 -115 -14q0 47 -10 102q-8 45 -28 87q-18 37 -45 57t-66 20 q-43 0 -82 -30q-45 -35 -72 -78q-31 -49 -55 -110.5t-43 -129.5q-16 -61 -27 -131q-8 -57 -8 -117q0 -125 57.5 -194.5t168.5 -69.5q57 0 98 15q47 16 78 38q39 29 61 54q28 31 49 61q14 -14 23 -35q8 -23 8 -55q0 -43 -22.5 -82t-73.5 -74q-49 -35 -125 -55 q-80 -23 -182 -22q-84 0 -175 26q-80 23 -145 80q-59 49 -96 131q-37 80 -37 186z" />
-<glyph unicode="d" horiz-adv-x="1361" d="M82 354q0 82 18.5 168t55.5 172q35 80 90 162q52 77 123 135q72 59 155 92q88 35 187 35q59 0 112 -12q43 -10 92 -37q3 12 7 31q0 6 2 17t4 18q2 12 6 32l6 25l18 82q0 6 2.5 12t4.5 14q0 4 1 13.5t3 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12 q-14 2 -49 2h-47l19 108h493l-237 -1116q-2 -20 -9 -43q-2 -10 -5 -29.5t-5 -27.5q-4 -18 -8 -59q-4 -37 -4 -48q0 -47 22.5 -69.5t49.5 -22.5q29 0 57 15l57 28l45 -80q-43 -33 -61 -45q-29 -18 -74 -39q-27 -12 -88 -28q-45 -12 -100 -12q-41 0 -82 10q-35 8 -64 30 q-25 20 -41 52q-14 29 -14 71v33q0 4 2 14.5t2 16.5q0 10 4 31q2 10 6 38h-12q-37 -80 -80 -135q-41 -53 -90 -92q-47 -39 -102 -53q-59 -16 -117 -16q-80 0 -135 30q-61 35 -94 80q-33 47 -54 121q-16 59 -16 143zM393 352q0 -63 8 -98q10 -43 23 -64q16 -27 34.5 -37 t45.5 -10q47 0 92 39q51 45 90 103q43 66 76 141q31 74 51 164l72 340q-20 27 -60 43q-35 14 -75 14q-57 0 -107 -31q-45 -29 -88 -84q-39 -51 -69.5 -118.5t-51.5 -135.5q-22 -71 -31 -141q-10 -78 -10 -125z" />
-<glyph unicode="e" horiz-adv-x="1095" d="M82 403q0 78 20 158q25 94 60 164q39 78 98 149q61 74 135 127q77 55 172.5 86t208.5 31q150 0 228 -63q82 -66 81 -178q0 -80 -47 -158q-45 -76 -127 -135q-74 -53 -192 -90q-115 -35 -244 -35h-37q-27 0 -39 2q-4 -29 -4 -41v-37q0 -120 56 -184q55 -63 167 -64 q51 0 95 15q45 14 84 38q47 29 69 52q27 27 52 61q16 -20 20 -39q6 -25 6 -49q0 -37 -24 -78q-27 -43 -74 -76q-55 -37 -125 -57q-80 -23 -182 -22q-86 0 -177 26q-82 25 -145 78q-61 51 -98 133q-37 80 -37 186zM414 578h18q80 0 141 20q70 23 115 57q47 35 76 90 q27 51 27 117t-27 99q-29 35 -74 34q-47 0 -94 -37q-45 -35 -82 -98q-37 -61 -61 -135q-29 -86 -39 -147z" />
-<glyph unicode="f" horiz-adv-x="825" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l16 76q25 100 64 175.5t100 127.5q63 53 137 75q80 25 184 25q82 0 140 -14q68 -16 100 -37q41 -25 61.5 -57.5t20.5 -69.5q0 -72 -59 -107 q-61 -37 -176 -37q0 27 -5 76q-2 33 -16 64q-14 33 -29 45q-20 16 -45 16q-66 0 -100 -55q-33 -53 -55 -172l-27 -131h258l-29 -140h-260l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5 q-12 2 -33 6q-16 3 -25 6z" />
-<glyph unicode="g" horiz-adv-x="1187" d="M-119 -231q0 57 26.5 98t74.5 76q46 34 104 55q53 18 123 33q-18 8 -39 28q-18 18 -33 39q-12 18 -24 49q-8 23 -9 52q0 31 13 59q12 27 41 55q33 33 67 56q57 37 101 59q-72 33 -107 94q-37 63 -37 152q0 70 31 149q29 76 96 144q66 66 160 108q96 43 225 43 q66 0 127 -16q58 -15 105 -49q20 29 49 55q18 18 55 43q28 18 62 31q29 10 71 10q65 0 92 -31q29 -33 29 -78q0 -27 -6 -51t-23 -47q-16 -25 -38 -35q-25 -12 -64 -12q0 45 -18 66q-18 23 -54 22q-27 0 -51 -10t-43 -27q20 -25 37 -74q14 -41 14 -90q0 -37 -14 -94 q-10 -41 -39 -98q-27 -51 -65 -94q-43 -47 -95 -78q-49 -31 -125 -53q-68 -20 -155 -21h-23q-6 0 -14 1t-16 1h-29q-10 0 -23 4q-49 -22 -80 -49q-33 -29 -32 -59q0 -18 8 -29q6 -10 24 -16q23 -8 33 -11q29 -4 45 -6l230 -22q152 -16 233 -82q84 -68 84 -197 q0 -94 -43 -170q-43 -78 -123 -131t-201 -84q-113 -29 -270 -29q-123 0 -213 19q-92 18 -145 51t-82 84q-27 48 -27 107zM125 -217q0 -33 12.5 -59.5t38.5 -47.5q25 -20 78 -32q49 -12 125 -13q84 0 153 17q63 14 107 43q41 27 61.5 61.5t20.5 73.5q0 55 -45 88t-150 41 l-182 16q-49 -6 -84 -22q-37 -16 -70 -43q-27 -20 -47 -56q-18 -30 -18 -67zM440 653q0 -74 29 -108q27 -33 82 -33q39 0 65 16q33 20 56 45q20 25 41 64q18 37 30 74q8 23 17 75q6 37 6 66q0 72 -29 106q-27 33 -82 33q-53 0 -94 -35q-35 -29 -65 -88q-25 -45 -41 -110 q-15 -56 -15 -105z" />
-<glyph unicode="h" horiz-adv-x="1341" d="M43 0l270 1274q0 6 2 12t4 14q0 4 1.5 13.5t3.5 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-43l19 108h495l-96 -450l-19 -70l-18 -73q-8 -27 -20 -84h12q45 70 80 106q39 41 90 74q47 29 104 45q51 14 125 14q65 0 111 -18q41 -16 71 -53 q27 -33 39 -74q12 -43 13 -90q0 -14 -4 -56q-4 -37 -9 -59l-12 -59l-12 -58l-47 -219q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q31 0 59 13q8 4 62 34l49 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180 55t-63 155 q0 23 8 105q6 63 24 139l35 162q2 8 5 25.5t5 23.5l13 60q8 39 10 63q4 41 4 57q0 10 -4 39q-2 20 -12 39q-8 16 -27 29q-16 10 -43 10q-35 0 -70 -24q-41 -31 -65 -62q-45 -57 -62 -88q-25 -43 -51 -100q-12 -27 -41 -103q-14 -41 -26 -90l-107 -475h-307z" />
-<glyph unicode="i" horiz-adv-x="724" d="M117 989l18 109h486l-142 -666q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18 -68t53 -25q31 0 60 13q23 10 61 34l49 -69q-35 -35 -55 -51q-29 -23 -70 -45q-37 -20 -86 -33q-47 -12 -102 -12q-117 0 -180.5 55t-63.5 155q0 49 8 105q14 98 25 139l80 381q4 16 6 27q0 4 1 13 t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37zM319 1409q0 47 14.5 75.5t43.5 53.5q20 18 59 29q37 10 74 10q33 0 63 -6q23 -4 52 -25q27 -18 37 -39q12 -25 12 -59q0 -41 -17 -74q-14 -29 -43 -51q-27 -20 -63.5 -30.5t-71.5 -10.5 q-27 0 -63 8q-29 6 -51 23q-18 14 -33 41q-13 24 -13 55z" />
-<glyph unicode="j" horiz-adv-x="690" d="M-287 -467l25 107q4 -2 43 -11q18 -4 49 -4q51 0 84 17q37 18 63.5 59t49.5 113q27 84 45 170l176 831q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h486l-238 -1114q-25 -127 -76 -228 q-45 -90 -108.5 -147.5t-132.5 -77.5q-74 -23 -150 -23q-68 0 -113 7q-47 6 -90 18zM319 1409q0 47 14.5 75.5t43.5 53.5q20 18 59 29q37 10 74 10q33 0 63 -6q23 -4 52 -25q27 -18 37 -39q12 -25 12 -59q0 -41 -17 -74q-14 -29 -43 -51q-27 -20 -63.5 -30.5t-71.5 -10.5 q-27 0 -63 8q-29 6 -51 23q-18 14 -33 41q-13 24 -13 55z" />
-<glyph unicode="k" horiz-adv-x="1222" d="M43 0l270 1274q0 6 2 12t4 14q0 4 1.5 13.5t3.5 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-43l19 108h495l-108 -499l-17.5 -78t-13.5 -66q-4 -25 -14.5 -65.5t-12.5 -54.5l-28 -115l-33 -125l319 289q25 20 39 39l25 30q6 8 10 20.5t4 18.5 q0 20 -24.5 32.5t-71.5 12.5l20 103h516l-20 -103q-76 0 -150 -41q-84 -47 -176 -133l-163 -151l153 -334q41 -84 64 -117q29 -41 59.5 -67.5t49 -34.5t40.5 -8h8l-22 -109h-105q-70 0 -135 10q-53 8 -102 35q-51 27 -78 59q-33 41 -53 89l-121 286l-111 -71l-88 -408h-307z " />
-<glyph unicode="l" horiz-adv-x="724" d="M102 190q0 92 33 244l178 840q0 6 2 12t4 14q0 4 1.5 13.5t3.5 13.5q4 16 4 23v12q0 27 -6 45q-6 16 -19 27q-12 8 -35 12q-14 2 -49 2h-43l19 108h495l-244 -1124q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18.5 -68t52.5 -25q31 0 60 13q23 10 61 34l49 -69 q-35 -35 -55 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180.5 55t-63.5 155z" />
-<glyph unicode="m" horiz-adv-x="1984" d="M76 0l172 815q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h475l-39 -209h15q45 70 82 106q39 39 90 70q47 29 100 41q51 12 113 12q63 0 106 -18q47 -20 70 -49q25 -31 37 -70q12 -40 12 -86v-16h12 q33 55 78 106q39 45 88 78q43 29 102.5 45t120.5 16q63 0 107 -18q41 -16 70 -53q27 -33 38 -74q10 -37 11 -90q0 -14 -4 -55q-4 -37 -9 -60l-12 -59l-12 -58l-47 -219q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -67.5t53.5 -24.5q33 0 59 12q8 4 62 35l49 -70 q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-45 -12 -103 -12q-113 0 -180 57q-63 55 -63 154q0 23 8 104q6 63 24 139l35 162q2 8 5 25.5t6 23.5q4 18 12 60q8 39 10 63q4 41 4 57q0 10 -4 39q-2 20 -12 39q-8 14 -25 29q-12 10 -41 10q-31 0 -65 -22 q-27 -16 -64 -62q-35 -41 -59 -86q-33 -57 -49 -98q-29 -70 -39 -102q-18 -57 -23 -89l-16 -86q-2 -8 -5 -26.5l-5 -30.5q-4 -20 -6.5 -39.5t-4.5 -40.5l-12 -86q-8 -59 -10 -80l-5 -36.5t-3 -28.5q-2 -18 -2 -35h-318q0 2 4 43q4 47 8 70q10 72 15 88l16 94q2 14 7 43 t9.5 45t8.5 42t6 32l31 143q0 4 10 47q4 14 6 30.5l4 31.5q8 39 10 63q4 41 4 57q0 25 -2 39q-4 25 -8 37q-6 16 -20.5 26.5t-36.5 10.5q-35 0 -68 -20q-27 -16 -63 -58q-33 -37 -60 -80q-37 -61 -51 -92q-27 -57 -39 -94q-14 -43 -24 -84l-115 -514h-307z" />
-<glyph unicode="n" horiz-adv-x="1374" d="M76 0l172 815q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h455l-23 -219h13q41 61 81.5 106t88 73.5t104.5 45.5q51 14 125 14q66 0 108 -18q47 -20 74 -53t39 -74q12 -43 12 -90q0 -14 -4 -56 q-4 -37 -8 -59l-12 -59l-12 -58l-46 -219q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q31 0 59 13q23 10 61 34l49 -69q-35 -35 -55 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180.5 55t-63.5 155q0 92 33 244l33 162l10 49l12 60 q8 39 11 63q4 41 4 57q0 10 -4 39q-2 20 -13 39q-6 12 -26 29q-12 10 -43 10q-37 0 -70 -24q-41 -31 -65 -62q-45 -57 -62 -88q-37 -66 -53 -100q-12 -27 -41 -103q-10 -27 -25 -90l-104 -475h-307z" />
-<glyph unicode="o" horiz-adv-x="1265" d="M82 410q0 77 18 159q18 86 54 160q35 78 92 150q59 76 129 125q76 53 170 83q95 31 209 31q89 0 166 -24q82 -27 137 -76q58 -52 92 -135q33 -80 33 -195q0 -84 -17 -156q-20 -88 -53 -159q-39 -84 -90 -150q-55 -72 -127 -125q-74 -55 -170 -86q-102 -33 -209 -32 q-98 0 -176 26.5t-137 79.5q-55 49 -88 135.5t-33 188.5zM395 360q0 -127 41 -180t117 -53q57 0 100 31q41 29 80 84q37 52 62 116q27 68 41 138q20 98 26 137q8 59 8 121q0 125 -41 174q-43 53 -114 53q-53 0 -96.5 -30.5t-79.5 -80.5q-29 -39 -62 -114q-25 -55 -45 -133 q-20 -74 -29 -138q-8 -59 -8 -125z" />
-<glyph unicode="p" horiz-adv-x="1275" d="M-61 -492l278 1307q4 16 6 27q0 4 1 13t3 13q2 8 2 23q0 4 1 8l1 4q0 27 -6 45q-6 16 -18 27q-8 6 -35 10q-29 4 -49 4h-37l18 109h441l-53 -273h14q23 43 72 117q37 55 81 94q43 37 103 60q61 23 133 22q68 0 123 -24.5t94 -69.5t62 -117q20 -63 20 -159q0 -74 -18 -160 q-18 -88 -52 -170q-29 -74 -88 -164q-52 -80 -123 -141q-66 -57 -159 -97q-90 -37 -195 -36q-63 0 -115 12q-53 12 -94 35q0 -8 -4 -33q-2 -6 -3 -15.5t-1 -15.5q-2 -6 -4 -17.5t-4 -17.5l-29 -137q-4 -16 -6 -27q0 -4 -1 -13t-3 -13q-2 -8 -2 -23q0 -4 -1 -8l-1 -4 q0 -27 6 -45q6 -16 18 -27q12 -8 35 -12q14 -2 49 -2h78l-18 -109h-520zM391 168q9 -9 25 -18q2 -2 14 -9.5t19 -11.5l43 -12q20 -6 45 -6q57 0 102 30q46 31 86 80q37 45 70 115q20 43 49 133q20 66 30 137q10 76 11 127q0 41 -6 82q-6 47 -17 70q-12 33 -35 51 q-20 18 -53 18q-31 0 -67.5 -20.5t-65.5 -50.5q-37 -41 -59 -76q-27 -41 -50 -90q-27 -57 -38 -94q-14 -41 -25 -88z" />
-<glyph unicode="q" horiz-adv-x="1290" d="M82 354q0 72 20 168q18 86 56 172q35 84 92 162q57 80 125 135q74 61 153 92q88 35 183 35q45 0 88 -6q29 -4 82 -16q43 -10 71 -21q37 -14 60 -24l121 67h102l-281 -1327q-8 -29 -10 -55q-4 -37 -4 -49q0 -39 25 -54q27 -16 84 -16h77l-18 -109h-485l82 410q6 31 8 39 q2 12 6 24.5t6 26.5l12 60l13 59l32 149h-12q-31 -61 -72 -122q-33 -49 -82 -93q-46 -40 -104 -61q-55 -20 -139 -20q-66 0 -119 24.5t-90 71.5q-39 49 -60 117q-22 73 -22 161zM393 360q0 -66 8 -100q12 -49 23 -67q16 -27 35 -37q20 -12 45 -13q33 0 63 19q33 20 62 51 q37 41 59 76q29 43 53 94q14 29 41 104q20 57 29 105l74 338q-16 23 -49 41q-31 16 -84 16q-57 0 -111 -33q-49 -31 -90 -84q-39 -51 -70 -118q-31 -70 -49 -138q-20 -82 -29 -135q-10 -76 -10 -119z" />
-<glyph unicode="r" horiz-adv-x="1126" d="M76 0l174 823q0 2 3 18.5t5 26.5q4 37 4 50q0 41 -24 55q-27 16 -84 16h-37l18 109h453l-43 -281h10q37 78 70 129q41 59 80 94q49 41 96 58q61 20 125 20q109 0 162 -41t53 -119q0 -106 -62 -157q-63 -53 -180 -53q0 35 -4 83q-2 33 -16 64q-10 25 -31 41q-16 14 -49 14 q-31 0 -62 -24q-39 -31 -63.5 -64t-61.5 -98q-35 -61 -59 -123q-37 -90 -51 -139q-29 -98 -39 -148l-78 -354h-309z" />
-<glyph unicode="s" horiz-adv-x="1052" d="M35 205q0 49 18 82q16 29 51 53q27 18 70 29q45 10 80 10q0 -63 10 -105q12 -53 35 -88q25 -41 63 -61q41 -23 95 -23q37 0 78 11q35 8 63 30q25 18 41 47q14 27 14 66q0 29 -14 61q-10 25 -41 52q-29 27 -72 47q-84 43 -104 51q-49 23 -109 59q-45 29 -82 72 q-37 45 -53 86q-18 49 -18 109q0 70 33 135q29 57 92 102q66 45 145 66q90 23 193 22q98 0 173.5 -16.5t116.5 -42.5q47 -29 64 -62q20 -37 20 -71q0 -82 -63 -119q-65 -37 -172 -37q0 43 -8 82q-10 45 -27 76q-18 34 -49 55q-29 20 -74 21q-47 0 -72 -11q-29 -10 -53 -32 q-20 -18 -35 -46q-12 -25 -12 -55.5t14 -58.5q12 -25 41 -47q27 -20 72 -43l105 -49q72 -35 114 -64q53 -37 80 -72q33 -43 47.5 -86t14.5 -104q0 -86 -31 -150q-31 -66 -94 -110q-68 -49 -156 -72q-92 -25 -217 -24q-84 0 -160 16q-72 16 -121 43q-49 29 -78 72 q-28 45 -28 94z" />
-<glyph unicode="t" horiz-adv-x="851" d="M123 958l22 105q47 0 97 14q51 14 106 49q47 29 109 91q53 53 102 133h119l-53 -252h247l-28 -140h-250l-123 -561q-14 -51 -16 -82q-4 -49 -4 -65q0 -53 28 -78t74 -25q43 0 86 17q40 15 74 37l47 -78q-49 -41 -72 -55q-41 -29 -82 -45.5t-94 -30.5q-49 -12 -108.5 -12 t-104.5 14q-51 16 -86 45t-55 74q-20 43 -21 106q0 6 1 18.5t1 20.5q0 16 4 45q0 8 2 24.5t5 22.5q2 8 5 21.5t3 19.5l123 567h-158z" />
-<glyph unicode="u" horiz-adv-x="1376" d="M117 989l18 109h492l-135 -613l-13 -55q-2 -10 -5 -29.5t-5 -29.5q-4 -20 -8 -57.5t-4 -45.5q0 -43 18 -71q18 -27 70 -27q45 0 92 41q53 47 92 104q47 70 78 143.5t51 157.5l109 482h305l-139 -666q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q33 0 59 13 q23 10 61 34l50 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-45 -12 -103 -12q-66 0 -114 16q-45 16 -72 41q-31 29 -41 63q-12 37 -12 76q0 2 1 9.5t1 11.5t1 12t1 12t1 12.5t1 12.5q0 8 4 20h-17q-53 -74 -88 -116q-37 -45 -94 -89q-55 -41 -104 -59 q-55 -20 -131 -20q-65 0 -111 18q-43 16 -72 49q-27 29 -39 74q-12 43 -12 86q0 51 12 113l23 112l74 361q4 16 7 41.5t5 33.5q6 35 6 52q0 43 -24.5 55t-83.5 12h-37z" />
-<glyph unicode="v" horiz-adv-x="1198" d="M33 989l24 109h402l94 -606q18 -121 22 -185q10 -125 11 -133h6q55 55 133 156q70 88 115 166q53 88 78 161q29 82 28 142q0 70 -39 100q-43 33 -96 33q0 88 45 135q45 49 125 49q29 0 59 -10q20 -8 50 -35q20 -20 32.5 -57t12.5 -88q0 -80 -25 -166t-70 -176 q-43 -86 -98 -172q-47 -76 -113 -160q-59 -78 -114 -139q-58 -65 -105 -111l-270 -20l-145 899q-8 37 -17 53q-12 23 -28 33q-14 8 -44 16q-25 6 -53 6h-20z" />
-<glyph unicode="w" horiz-adv-x="1792" d="M76 989l33 109h395q2 -33 5 -100.5t5 -102.5q4 -61 8 -190q3 -89 6 -160q2 -47 2 -111q0 -29 -1 -70.5t-1 -54.5v-53h15q37 55 102 176q45 84 100 203l99 219l92 225l250 8q6 -55 12 -124q2 -27 5 -80.5t5 -77.5q4 -57 9 -172q2 -33 5 -88.5t3 -79.5q2 -63 6 -141 q2 -43 2 -99h14q96 119 150 201q57 86 92 164q35 76 49 133t14 111q0 29 -10 55q-10 25 -22 41q-18 20 -33 28q-12 6 -37 15q2 37 16 67q10 25 35 45q16 14 45 25q23 8 56 8q70 0 106 -45q37 -46 37 -129q0 -109 -45 -223q-47 -117 -121 -242q-76 -125 -170 -243 q-111 -137 -201 -234l-250 -22q0 20 -1 66t-1 71q-2 37 -2 74.5v76.5l-4 156q0 55 -4 149q0 23 -1 67t-3 65q-2 41 -2 102q-88 -207 -182 -395q-98 -193 -240 -406l-268 -18l-21 852q0 49 -12 75q-14 33 -29 46q-18 16 -45 22q-25 6 -55 6h-12z" />
-<glyph unicode="x" horiz-adv-x="1236" d="M-41 0l21 109h26q20 0 53 4q23 2 47 18q16 10 52 41q33 29 65 68l258 284l-141 340q-14 37 -31 64q-10 16 -35 37q-14 10 -38 18q-23 6 -52 6h-24l20 109h385l144 -389l284 389h250l-20 -109h-37q-29 0 -53 -6q-18 -4 -48 -22q-10 -6 -49 -46q-23 -23 -63 -73l-211 -244 l149 -344q16 -39 35 -72q14 -27 35 -43q23 -20 41 -24q23 -6 51 -6h27l-21 -109h-397l-154 414l-319 -414h-250z" />
-<glyph unicode="y" horiz-adv-x="1198" d="M-344 -455l31 115q25 -9 67 -18q39 -8 107 -9q95 0 172 25q80 25 145 68q68 43 125 100q63 63 113 121l-256 934q-18 61 -49 84q-33 25 -93 24h-20l25 109h401l135 -531q2 -12 9 -43.5t12 -50.5q6 -29 20 -106l9 -46t9.5 -54.5t5.5 -43t3 -28.5h6q41 55 115 165 q53 80 94 162q45 88 65 150q23 66 23 129q0 70 -33 104q-33 37 -94 37q0 37 12 72q12 33 35 55q27 27 51 37q31 12 66 12q82 0 125 -47t43 -127q0 -84 -27 -170q-25 -78 -78 -188q-43 -90 -121 -211q-57 -92 -161 -238l-140 -190q-63 -84 -127 -158q-59 -68 -127 -123 q-63 -51 -137 -88q-68 -35 -158 -53q-76 -16 -190 -17q-53 0 -115 11q-59 10 -98 26z" />
-<glyph unicode="z" horiz-adv-x="1142" d="M0 0l23 104l684 854h-261q-37 0 -69 -14q-28 -12 -49 -37q-20 -23 -39 -57q-12 -23 -37 -76l-4 -8h-125l90 332h879l-23 -107l-686 -852h332q33 0 61 17q28 15 49 43q18 25 35 59l31 66l20 47h119l-88 -371h-942z" />
-<glyph unicode="{" horiz-adv-x="903" d="M80 590l26 125q45 0 97 10q49 10 82 29q39 23 61 57q29 41 39 94l74 352q14 76 47 133.5t78 92.5q49 37 118 55q72 18 170 18h195l-23 -108h-79q-43 0 -74 -12q-29 -12 -53 -39q-18 -20 -35 -62q-8 -18 -25 -86l-76 -348q-23 -98 -84 -153q-65 -58 -190 -86l-4 -17 q96 -27 137 -70q43 -47 43 -114q0 -27 -6 -58l-76 -350q-2 -10 -8 -49q-2 -14 -2 -43q0 -49 27 -80q25 -29 88 -28h80l-25 -109h-195q-143 0 -219 59q-74 57 -73 164v21q0 6 4 26q4 16 6 39q0 4 10 58l61 286q6 28 7 56q0 43 -15 65q-18 29 -42.5 43t-65.5 21q-27 4 -80 8z " />
-<glyph unicode="|" d="M530 -492v2048h148v-2048h-148z" />
-<glyph unicode="}" horiz-adv-x="903" d="M-111 -254l23 109h80q37 0 74 14q33 12 53 37q23 27 35 61q12 37 24 86l76 348q23 96 84 152q68 61 190 88l4 16q-96 27 -137 70q-43 47 -43 115q0 27 6 57l76 350q2 10 8 49q2 14 2 43q0 49 -26 80q-25 29 -88 29h-80l24 109h195q143 0 219 -60q74 -57 74 -164v-20 q0 -6 -4 -27q-2 -10 -6 -39q0 -4 -11 -57l-61 -287q-6 -31 -6 -55q0 -41 16.5 -67.5t42.5 -41.5q25 -14 64 -20q49 -8 80 -8l-27 -125q-63 -4 -96 -10q-49 -10 -82 -29t-62 -57q-27 -35 -39 -95l-73 -352q-16 -82 -45 -133q-33 -59 -80 -94q-45 -35 -119 -54 q-70 -18 -170 -18h-195z" />
-<glyph unicode="~" horiz-adv-x="1148" d="M100 598v158q102 109 248 108q37 0 53.5 -2t53.5 -10q28 -6 61 -18q43 -16 80 -33l66 -27q31 -14 49 -18q16 -4 45 -8q14 -2 41 -3q31 0 57 9q25 8 59 26q25 14 58 39q29 20 53 47v-157q-47 -53 -111 -82q-59 -27 -137 -27q-37 0 -53 2t-53 10q-28 6 -62 19 q-43 16 -80 33q-57 25 -65 26l-49 17q-29 8 -43.5 10t-42.5 2q-23 0 -58 -10q-25 -8 -59 -25q-20 -10 -57 -39q-27 -22 -54 -47z" />
-<glyph unicode="&#xa2;" d="M137 592q0 82 17 149q16 72 53 154q29 66 88 145q49 66 121 125q70 57 155 95q80 35 187 47l33 155h127l-33 -151q78 -6 133 -25q49 -16 90 -47q33 -25 53 -65q16 -33 17 -78q0 -33 -15 -62q-16 -35 -43 -55q-33 -27 -78 -41q-43 -14 -114 -14q0 74 -19 135 q-18 59 -57 96l-176 -831h16q63 0 107 14q51 16 84 39q43 29 65 53q47 51 53 62q14 -14 23 -37q10 -27 10 -54q0 -37 -22 -77q-20 -39 -72 -74q-55 -37 -123 -57q-74 -23 -174 -25l-35 -168h-127l37 174q-82 12 -151 43q-66 29 -121 84q-53 53 -80 125q-29 76 -29 166z M451 588q0 -86 26 -142q29 -59 80 -90l174 830q-43 -8 -82 -45q-35 -33 -67 -84q-31 -49 -56 -111q-18 -45 -41 -125q-16 -59 -26 -123q-8 -55 -8 -110z" />
-<glyph unicode="&#xa3;" d="M-12 106l69 44q53 31 103 71q45 37 92 94q41 51 67 119q27 70 27 144q0 23 -4 67q-4 41 -8 64h-236l29 125h192q-12 72 -14 92q-6 53 -6 102q0 102 39 193q37 86 106.5 143t168 88t218.5 31q94 0 154 -17q66 -18 113 -49q43 -29 69 -71q23 -37 23 -86q0 -86 -65.5 -133.5 t-190.5 -47.5q0 139 -39 209t-111 70q-102 0 -157.5 -86t-55.5 -244q0 -61 7 -110l7 -47.5t5 -36.5h364l-28 -125l-326 2q0 -2 1 -9.5t1 -11.5t1 -11t1 -13.5t1 -14.5t1 -14v-29q0 -66 -20 -114q-23 -53 -58 -95q-39 -45 -94 -82q-63 -43 -125 -71l2 -8q43 16 99 28 q39 8 82 8q47 0 96 -12l94 -24q25 -8 47.5 -13.5t40.5 -11.5q43 -12 74 -12q25 0 61 4q18 2 51 14q27 10 48 25l49 37l65 -103q-37 -37 -63 -59q-41 -35 -90.5 -65.5t-102.5 -51.5q-57 -23 -104 -22q-53 0 -99 14q-78 25 -100 33q-39 14 -104 32q-51 14 -119 15 q-31 0 -76 -4q-27 -2 -65 -11q-35 -6 -64 -18q-20 -8 -65 -29l-33 -14z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1103" d="M70 0l22 109h55q20 0 62 4q23 2 55 18q23 10 43 39q16 23 27 63l22 105h-286l24 121h287l27 119h-287l24 120h271l-125 547q0 4 -15 51q-6 20 -18 33q-12 14 -29 19q-18 6 -49 6h-26l22 108h559l-22 -108h-58q-43 0 -65 -17q-20 -14 -21 -43q0 -23 9 -55q0 -4 16 -86 l37 -195q18 -94 22 -124q8 -55 9 -103q16 39 32 68q8 16 25.5 45.5l21.5 36.5l158 266q8 14 22.5 42l18.5 36q20 39 21 73q0 25 -23 41q-20 14 -57 15h-41l24 108h434l-22 -108h-6q-51 0 -92 -39q-49 -45 -97 -121l-319 -496h262l-25 -120h-286l-27 -119h287l-25 -121h-286 l-23 -98q-2 -10 -8 -37q-2 -10 -2 -25q0 -25 10 -35q18 -18 31 -22q23 -8 47 -10q18 -2 59 -2h49l-22 -109h-733z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M381 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM809 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25 q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M129 731q0 109 27 201q31 102 75 180q51 86 117 152q68 68 154 118q78 45 180 76q92 27 199 27q109 0 200 -27q98 -29 179 -76q86 -51 153 -118q72 -72 119 -152q45 -78 76 -180q27 -92 26.5 -200.5t-26.5 -201.5q-29 -98 -76 -178q-51 -86 -119 -153q-63 -63 -153 -117 q-80 -47 -179 -76q-92 -27 -200 -26q-106 0 -199 26q-102 31 -180 76q-90 53 -153.5 116.5t-117.5 153.5q-47 80 -75 178q-27 92 -27 201zM242 731q0 -84 22 -170q20 -76 66 -151q51 -84 98 -131q51 -51 129 -99q74 -45 154 -65q86 -23 170 -23t170 23q80 20 153 65 q84 51 131 98.5t99 131.5q45 76 65 151q23 86 23 170q0 133 -49 250q-47 111 -140 203q-90 90 -203 137q-121 51 -249 51q-84 0 -170 -22q-80 -20 -154 -65.5t-129 -100.5q-51 -51 -98 -129q-45 -74 -66 -154q-22 -86 -22 -170zM481 733q0 96 29 182q29 84 82 144 q55 61 137 94q80 33 191 33q71 0 122 -12q55 -12 88 -31t52 -45q18 -29 18 -58q0 -25 -10 -41q-12 -18 -30.5 -30.5t-43 -18.5t-55.5 -6q0 18 -8 55q-6 31 -25 52q-23 27 -45 36q-28 12 -68 13q-74 0 -122 -25q-53 -27 -82 -69q-31 -47 -47 -117q-14 -63 -15 -156 q0 -174 70 -272q68 -96 199 -96q46 0 86 12q43 12 73 33q39 25 55.5 43t36.5 51q10 -8 21 -25q8 -14 8 -39q0 -31 -18 -57q-20 -31 -58 -53q-39 -25 -96 -39q-55 -14 -135 -15q-104 0 -178 33q-82 35 -129 92q-53 63 -78 146q-25 84 -25 186z" />
-<glyph unicode="&#xab;" horiz-adv-x="1134" d="M121 514l22 107l389 342h144l-293 -410l119 -410h-144zM532 514l23 107l389 342h143l-292 -410l118 -410h-143z" />
-<glyph unicode="&#xad;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
-<glyph unicode="&#xae;" horiz-adv-x="1730" d="M129 731q0 109 27 201q31 102 75 180q51 86 117 152q68 68 154 118q78 45 180 76q92 27 199 27q109 0 200 -27q98 -29 179 -76q86 -51 153 -118q72 -72 119 -152q45 -78 76 -180q27 -92 26.5 -200.5t-26.5 -201.5q-29 -98 -76 -178q-51 -86 -119 -153q-63 -63 -153 -117 q-80 -47 -179 -76q-92 -27 -200 -26q-106 0 -199 26q-102 31 -180 76q-90 53 -153.5 116.5t-117.5 153.5q-47 80 -75 178q-27 92 -27 201zM242 731q0 -84 22 -170q20 -76 66 -151q51 -84 98 -131q51 -51 129 -99q74 -45 154 -65q86 -23 170 -23t170 23q80 20 153 65 q84 51 131 98.5t99 131.5q45 76 65 151q23 86 23 170q0 133 -49 250q-47 111 -140 203q-90 90 -203 137q-121 51 -249 51q-84 0 -170 -22q-80 -20 -154 -65.5t-129 -100.5q-51 -51 -98 -129q-45 -74 -66 -154q-22 -86 -22 -170zM494 289v69h26q25 0 37 2t33 11 q14 6 22.5 20.5t8.5 38.5v600q0 23 -9 37q-10 18 -22 23q-20 8 -32.5 10t-37.5 2h-26v72h368q352 0 352 -244q0 -47 -16 -86q-12 -29 -43 -64q-23 -25 -59 -45q-34 -18 -68 -30l182 -293q8 -16 18.5 -26.5t22.5 -16.5q10 -4 31 -9q12 -2 43 -2v-69h-217l-225 381h-109v-240 q0 -23 10 -39q8 -14 21 -20q14 -8 31 -11q12 -2 38 -2h29v-69h-409zM774 748h86q55 0 92 12q39 14 60 33q25 25 33 55.5t8 79.5q0 51 -11 78q-14 35 -34 51q-27 20 -62 28q-33 8 -92 9h-80v-346z" />
-<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M498 1241l6 27q10 10 32.5 35.5t28.5 31.5l66 78q57 72 63 80q12 14 29.5 41t24.5 35h321l-6 -21q-15 -18 -43 -43q-41 -37 -64 -53q-23 -18 -77 -57l-82 -58q-61 -41 -82 -53q-35 -23 -78 -43h-139z" />
-<glyph unicode="&#xb8;" horiz-adv-x="681" d="M51 -465l27 121q33 -8 69 -12q45 -4 64 -4q31 0 59 6q25 6 47 18q18 10 33 33q12 18 12 47q0 20 -10 36.5t-28 29.5q-23 16 -43 20q-16 4 -54 8l82 180h117l-39 -88q43 -6 74 -20t57 -37q23 -20 37 -51q14 -33 14 -62q0 -68 -30 -114q-33 -49 -82 -78t-117 -45 q-59 -14 -135 -15q-33 0 -76 7q-35 4 -78 20z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1134" d="M45 143l295 410l-121 410h143l236 -369l-23 -107l-387 -344h-143zM457 143l295 410l-121 410h143l236 -369l-23 -107l-387 -344h-143z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1540" d="M-100 0l22 109h43q28 0 49 6q18 6 41 24q22 18 43.5 49t48.5 80l695 1194h280l172 -1206q12 -55 13 -59q10 -33 22 -47.5t37 -28.5q23 -12 53 -12h37l-22 -109h-676l22 109h47q66 0 105 20.5t39 65.5v34q0 10 -4 31l-31 221h-498l-100 -184q-16 -27 -29 -66 q-10 -31 -10 -49q0 -37 29 -55q28 -18 86 -18h41l-23 -109h-532zM508 606h414l-37 344q-2 25 -5 46.5t-6 37.5q-2 27 -6 76q0 8 -2 23.5t-3 28t-1 22.5q-4 45 -4 71q-20 -49 -31 -69l-30 -64q-8 -14 -12.5 -23t-11.5 -20.5l-15 -25.5l-47 -84zM678 1724q0 66 32.5 105 t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM1106 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8 q-53 0 -82 26q-31 28 -31 86z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1619" d="M129 545q0 98 25 207q25 106 73 211q53 115 121 200q72 94 170 166q90 68 217 113q121 43 266 43q117 0 216 -33q102 -35 180 -102q80 -72 125 -174q45 -104 45 -254q0 -102 -23 -201q-23 -100 -71 -211q-47 -104 -119 -203q-66 -90 -168 -168q-98 -78 -219 -119 q-123 -43 -267 -43q-121 0 -225 37t-182 109q-80 74 -121 176q-43 108 -43 246zM463 496q0 -96 22 -174q23 -74 58 -119q37 -45 90 -68q55 -23 108 -22q82 0 154 41q63 37 125 110q59 72 96 156q35 76 66 184q31 102 41 189q12 96 12 176q0 104 -21 172q-23 76 -57 119 q-39 49 -88 69q-55 23 -111 23q-84 0 -155 -41q-63 -35 -123 -109q-57 -70 -96 -158q-40 -89 -68 -184q-29 -102 -41 -190q-12 -96 -12 -174zM707 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8 q-53 0 -82 26q-31 28 -31 86zM1135 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1529" d="M203 334q0 25 2 41l6 49l6 49l5 24.5t3 18.5l150 698q12 55 12 70q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -59 2h-27l23 108h708l-22 -108h-27q-25 0 -66 -4q-31 -2 -57 -17q-29 -14 -45 -36.5t-27 -63.5l-155 -721q-4 -18 -8 -41q0 -6 -3.5 -21.5t-5.5 -23.5 l-6 -47q-2 -16 -2 -45q0 -104 64 -156q66 -53 188 -53q96 0 158 27q59 25 106 75q45 49 70 113q27 68 41 143l158 740q2 6 4 17t2 17q2 12 2 27q0 25 -10 37q-10 14 -31 20q-23 8 -47 11q-18 2 -60 2h-26l22 108h539l-23 -108h-26q-23 0 -64 -4q-27 -2 -57 -19 q-29 -14 -45.5 -36.5t-26.5 -65.5l-164 -778q-25 -111 -71 -203q-45 -88 -121 -148q-76 -61 -174 -90q-100 -31 -230 -30q-121 0 -213 24q-94 25 -153.5 68t-95.5 112q-33 64 -33 150zM721 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67 q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM1149 1724q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1421" d="M-299 -471l29 113q14 -4 41 -9q33 -4 55 -4q45 0 82 19q31 16 65 63q29 39 54 109q23 61 45 162l207 976h-166l26 140h170l17 63q27 117 82 195q55 82 131 129q80 51 170 71q100 23 200 23q109 0 195 -23q80 -20 137 -65t84 -100.5t27 -130.5q0 -12 -4.5 -57.5 t-8.5 -67.5q-2 -12 -5 -35t-5 -33q-2 -12 -8 -34.5t-6 -26.5h-117q-61 0 -104 -13q-49 -14 -74 -32q-31 -23 -41 -52q-14 -37 -14 -67.5t8 -53.5q10 -29 28 -47q25 -25 56 -47q34 -25 86 -55q100 -59 141 -129q43 -74 43 -172q0 -84 -33 -148q-35 -68 -92 -112 q-59 -47 -143 -72q-90 -27 -185 -26q-72 0 -141 16q-57 14 -106 43q-43 25 -70 70q-25 39 -25 94q0 43 15 71q16 33 43 54q25 20 67 32q33 10 86 11q0 -53 9 -95q10 -55 26 -86q20 -39 47 -61q29 -23 72 -23q68 0 104 46q35 43 35 118q0 33 -6 60q-6 33 -22 55 q-23 33 -47 53q-43 35 -80 56q-100 57 -150 131q-53 78 -53 176q0 84 31 143q31 57 84 98q45 35 116 56q66 18 133 18q4 25 15 86q6 39 6 72q0 82 -41 135q-39 51 -127 51q-51 0 -98 -20q-43 -18 -74 -56q-33 -41 -53 -88q-18 -47 -33 -120l-256 -1192q-22 -95 -55 -166 q-35 -72 -78 -125q-43 -51 -94 -88q-53 -37 -105 -58q-55 -22 -110 -30q-49 -8 -107 -9q-39 0 -76 7q-35 6 -55 14z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1361" d="M82 354q0 82 18.5 168t55.5 172q35 84 92 162q57 80 125 135q71 58 159 92q92 35 193 35q39 0 82 -6q33 -4 80 -16q31 -8 71 -23q25 -8 56 -26l108 49h109l-135 -639q-2 -6 -5.5 -22.5t-5.5 -22.5q-2 -10 -5 -30t-5 -30q-8 -41 -10 -61q-4 -41 -4 -49q0 -53 20 -76 q20 -25 52 -25q28 0 55 13q31 14 59 30l45 -82q-12 -12 -59 -41q-39 -25 -74 -41q-27 -12 -88 -28q-47 -12 -102 -12q-92 0 -146 40q-55 43 -55 123q0 41 2 62q4 33 12 71h-14q-33 -61 -76 -126q-35 -53 -84 -92.5t-102 -57.5q-61 -20 -131 -20t-127 28q-53 27 -92 78 q-37 47 -56 119q-18 67 -18 149zM393 352q0 -63 8 -98q10 -47 23 -66q16 -27 35 -34q25 -10 45 -11q47 0 94 39q43 35 88 103q41 61 76 143q33 76 51 162l72 340q-23 29 -56 43q-35 14 -75 14q-59 0 -108.5 -30.5t-90.5 -84.5q-37 -49 -70 -116q-27 -55 -51 -138 q-20 -68 -31 -141q-10 -76 -10 -125zM424 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM852 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67 q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1265" d="M82 410q0 77 18 159q18 86 54 160q35 78 92 150q59 76 129 125q76 53 170 83q95 31 209 31q89 0 166 -24q82 -27 137 -76q58 -52 92 -135q33 -80 33 -195q0 -84 -17 -156q-20 -88 -53 -159q-39 -84 -90 -150q-55 -72 -127 -125q-74 -55 -170 -86q-102 -33 -209 -32 q-98 0 -176 26.5t-137 79.5q-55 49 -88 135.5t-33 188.5zM395 360q0 -127 41 -180t117 -53q57 0 100 31q41 29 80 84q37 52 62 116q27 68 41 138q20 98 26 137q8 59 8 121q0 125 -41 174q-43 53 -114 53q-53 0 -96.5 -30.5t-79.5 -80.5q-29 -39 -62 -114q-25 -55 -45 -133 q-20 -74 -29 -138q-8 -59 -8 -125zM455 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM883 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67 q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1376" d="M117 989l18 109h492l-135 -613l-13 -55q-2 -10 -5 -29.5t-5 -29.5q-4 -20 -8 -57.5t-4 -45.5q0 -43 18 -71q18 -27 70 -27q45 0 92 41q53 47 92 104q47 70 78 143.5t51 157.5l109 482h305l-139 -666q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25q33 0 59 13 q23 10 61 34l50 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-45 -12 -103 -12q-66 0 -114 16q-45 16 -72 41q-31 29 -41 63q-12 37 -12 76q0 2 1 9.5t1 11.5t1 12t1 12t1 12.5t1 12.5q0 8 4 20h-17q-53 -74 -88 -116q-37 -45 -94 -89q-55 -41 -104 -59 q-55 -20 -131 -20q-65 0 -111 18q-43 16 -72 49q-27 29 -39 74q-12 43 -12 86q0 51 12 113l23 112l74 361q4 16 7 41.5t5 33.5q6 35 6 52q0 43 -24.5 55t-83.5 12h-37zM496 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43 q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86zM924 1386q0 66 32.5 105t90.5 39q47 0 79.5 -28.5t32.5 -84.5q0 -40 -12 -67q-12 -29 -26 -43q-18 -18 -39 -25q-29 -8 -45 -8q-53 0 -82 26q-31 28 -31 86z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M324 1241l6 27l30.5 31.5t36.5 35.5l78 76l80 82q47 51 66 76h276q16 -43 33 -72q20 -41 43 -82l45 -80l39 -67l-6 -27h-129l-18.5 18.5t-22.5 20.5l-50 49l-49 49q-18 18 -43 47q-59 -45 -61 -47l-70 -49l-33.5 -24.5l-33.5 -24.5l-58 -39h-159z" />
-<glyph unicode="&#x2da;" horiz-adv-x="681" d="M258 1431.5q0 53.5 18 96.5q16 41 54 69q35 29 78 43.5t96 14.5t96 -14.5t78 -43.5q37 -29 53 -69q18 -43 18.5 -96.5t-18.5 -96.5q-16 -41 -53 -69q-35 -29 -78 -43.5t-96 -14.5t-96 14.5t-78 43.5q-37 29 -54 69q-18 43 -18 96.5zM383 1432q0 -27 10 -52 q10 -23 24.5 -35t39.5 -18q23 -6 47 -6t47 6q22 6 37 19q18 14 26 34q10 25 10.5 51.5t-10.5 51.5q-8 18 -26 33q-18 16 -37 20q-23 6 -47.5 6t-46.5 -6q-20 -6 -39 -20q-16 -12 -25 -33q-10 -24 -10 -51z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M324 1262q10 53 32 100q27 59 60 98q37 45 82 76q43 29 102 29q55 0 96 -21q53 -27 78 -43l68 -45q29 -20 63 -20q25 0 45 10q25 12 33 22.5t21 34.5q6 12 14 41h123q-14 -57 -33 -102q-23 -53 -57 -99q-37 -47 -78 -73q-45 -29 -99 -29q-59 0 -100 21q-61 31 -80 43 l-69 45q-33 20 -66 20q-25 0 -41 -8t-33 -25q-14 -14 -24 -34q-12 -25 -15 -41h-122z" />
-<glyph unicode="&#x2000;" horiz-adv-x="933" />
-<glyph unicode="&#x2001;" horiz-adv-x="1867" />
-<glyph unicode="&#x2002;" horiz-adv-x="933" />
-<glyph unicode="&#x2003;" horiz-adv-x="1867" />
-<glyph unicode="&#x2004;" horiz-adv-x="620" />
-<glyph unicode="&#x2005;" horiz-adv-x="466" />
-<glyph unicode="&#x2006;" horiz-adv-x="309" />
-<glyph unicode="&#x2007;" horiz-adv-x="309" />
-<glyph unicode="&#x2008;" horiz-adv-x="231" />
-<glyph unicode="&#x2009;" horiz-adv-x="372" />
-<glyph unicode="&#x200a;" horiz-adv-x="102" />
-<glyph unicode="&#x2010;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
-<glyph unicode="&#x2011;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
-<glyph unicode="&#x2012;" horiz-adv-x="634" d="M20 451l48 215h532l-47 -215h-533z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-25 477l29 146h1045l-31 -146h-1043z" />
-<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-25 477l29 146h2069l-31 -146h-2067z" />
-<glyph unicode="&#x2018;" horiz-adv-x="571" d="M231 1028q0 74 29 148q25 66 84 127q49 53 141 98q82 41 197 63l-23 -108q-211 -49 -210 -170q0 -23 8 -37q6 -10 22.5 -26.5t26.5 -24.5t26.5 -28.5t22.5 -35.5q8 -18 8 -51q0 -35 -12 -59q-14 -27 -34.5 -45.5t-47.5 -26.5q-31 -10 -59 -10q-37 0 -70 12t-57 37 q-20 20 -37 57q-15 31 -15 80z" />
-<glyph unicode="&#x2019;" horiz-adv-x="571" d="M178 842l23 108q211 49 211 170q0 23 -9 37l-20 27q-8 8 -29 24q-10 8 -26.5 28.5t-22.5 35.5q-8 18 -8 51q0 35 12 59q14 31 33 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 36 -57q14 -31 15 -80q0 -74 -29 -148q-25 -66 -84 -126q-49 -53 -141 -99 q-82 -40 -197 -63z" />
-<glyph unicode="&#x201a;" horiz-adv-x="600" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63z" />
-<glyph unicode="&#x201c;" horiz-adv-x="999" d="M231 1028q0 74 29 148q25 66 84 127q49 53 141 98q82 41 197 63l-23 -108q-211 -49 -210 -170q0 -23 8 -37q6 -10 22.5 -26.5t26.5 -24.5t26.5 -28.5t22.5 -35.5q8 -18 8 -51q0 -35 -12 -59q-14 -27 -34.5 -45.5t-47.5 -26.5q-31 -10 -59 -10q-37 0 -70 12t-57 37 q-20 20 -37 57q-15 31 -15 80zM659 1028q0 74 29 148q25 66 84 127q49 53 141 98q82 41 197 63l-23 -108q-211 -49 -210 -170q0 -23 8 -37q6 -10 22.5 -26.5t26.5 -24.5t26.5 -28.5t22.5 -35.5q8 -18 8 -51q0 -35 -12 -59q-12 -27 -35 -45q-20 -18 -47 -27q-31 -10 -59 -10 q-35 0 -70 12q-33 12 -57 37q-20 20 -37 57q-15 31 -15 80z" />
-<glyph unicode="&#x201d;" horiz-adv-x="999" d="M178 842l23 108q211 49 211 170q0 23 -9 37l-20 27q-8 8 -29 24q-10 8 -26.5 28.5t-22.5 35.5q-8 18 -8 51q0 35 12 59q14 31 33 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 36 -57q14 -31 15 -80q0 -74 -29 -148q-25 -66 -84 -126q-49 -53 -141 -99 q-82 -40 -197 -63zM604 842l23 108q211 49 211 170q0 23 -9 37l-20 27q-8 8 -29 24q-10 8 -26.5 28.5t-22.5 35.5q-8 18 -8 51q0 35 12 59q14 31 33 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 36 -57q14 -31 15 -80q0 -74 -29 -148q-25 -66 -84 -126 q-49 -53 -141 -99q-82 -40 -197 -63z" />
-<glyph unicode="&#x201e;" horiz-adv-x="999" d="M-23 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127q-49 -53 -141 -99 q-82 -40 -197 -63zM403 -309l23 108q211 49 211 170q0 23 -8 37q-6 10 -22.5 26.5t-27 25t-26.5 28.5t-23 35q-8 18 -8 51q0 35 13 59q14 31 32 45q20 16 49 27q31 10 60 10q37 0 69.5 -12t57.5 -37q20 -20 37 -57q14 -31 14 -80q0 -74 -29 -147q-25 -66 -84 -127 q-49 -53 -141 -99q-82 -40 -197 -63z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1873" d="M98 123q0 84 43 133t119 49q35 0 59 -8q29 -10 50 -27q20 -18 32 -45q12 -28 13 -61q0 -55 -15 -86q-15 -34 -37 -55q-18 -18 -53 -31q-31 -10 -57 -10q-66 0 -111 34q-43 33 -43 107zM723 123q0 84 43 133t119 49q35 0 59 -8q29 -10 49 -27q20 -18 33 -45q12 -28 12 -61 q0 -55 -14 -86t-39 -55q-20 -20 -51 -30.5t-57 -10.5q-66 0 -111 34q-43 33 -43 107zM1346 125q0 84 43 133t118 49q35 0 60 -8q29 -10 49 -27q20 -18 33 -45q12 -28 12 -61q0 -55 -14 -86q-15 -34 -37 -55q-20 -20 -54 -31q-31 -10 -57 -10q-66 0 -110 34q-43 35 -43 107z " />
-<glyph unicode="&#x202f;" horiz-adv-x="372" />
-<glyph unicode="&#x2039;" horiz-adv-x="722" d="M125 516l22 107l385 340h144l-293 -410l119 -410h-144z" />
-<glyph unicode="&#x203a;" horiz-adv-x="722" d="M45 143l295 410l-121 410h143l234 -371l-23 -107l-385 -342h-143z" />
-<glyph unicode="&#x205f;" horiz-adv-x="466" />
-<glyph unicode="&#x20ac;" d="M45 543l27 127h106q2 8 5 28.5t5 26.5q6 29 19 72h-107l27 127h117q55 162 125 266q72 109 155 172q82 61 181 90q92 27 196 27q88 0 156 -19q72 -20 110 -47q41 -29 64 -72q23 -41 22 -84q0 -90 -71.5 -139t-200.5 -49q0 51 -6 100q-6 55 -21 91q-16 39 -41 65 q-25 25 -65 25q-43 0 -82 -21q-45 -25 -80 -67q-39 -47 -76 -132q-37 -82 -67 -206h377l-27 -127h-385q-12 -37 -19 -74q-2 -14 -5 -31.5t-3 -21.5h301l-26 -127h-291q-4 -33 -4 -54v-51q0 -147 63 -225q66 -80 183 -80q45 0 92 14q41 12 75 35q27 16 60 54q31 33 49 63 q12 -12 24.5 -30.5t12.5 -55.5t-25 -78q-25 -40 -73 -74q-57 -39 -125 -59q-78 -23 -174.5 -22.5t-182.5 28.5q-88 29 -145 84q-61 59 -98 144q-35 82 -35 208v50q0 16 4 49h-121z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M193 1276l6 186h598l8 -186h-62l-8 49q-4 29 -20 49q-18 23 -62 23h-94v-525q0 -16 8 -32q6 -14 17 -21q6 -4 24 -8q10 -2 31 -2h31v-55h-348v55h34q18 0 29 2q18 4 25 8q12 8 16 17q6 12 6 30v531h-90q-22 0 -37 -6q-10 -4 -22 -17q-6 -6 -15 -22q-4 -10 -8 -27l-6 -49 h-61zM838 754v55h20q29 0 55 10q20 8 25 47v482q0 18 -6 30.5t-18.5 18.5t-24.5 6q-4 0 -14.5 1t-16.5 1h-20v57h235l225 -567l234 567h229v-57h-20q-23 0 -33 -2q-18 -4 -25 -8q-10 -6 -16 -19q-4 -8 -4 -33v-471q0 -25 4 -32q8 -14 16 -21q6 -4 25 -8q10 -2 33 -2h20v-55 h-303v55q33 0 58 10q18 8 22 45v457l-231 -567h-70l-233 569v-451q0 -41 20 -53q18 -10 61 -10v-55h-247z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1404" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l20 76q27 98 78 178q47 76 123 125q80 53 174 75q102 25 229 25q104 0 176 -14q66 -12 125 -41q51 -25 78 -62q25 -35 25 -76q0 -72 -84 -112 q-86 -41 -246 -41q0 43 -6 84q-6 45 -21 71q-16 33 -40.5 51.5t-63.5 18.5q-90 0 -149 -70q-61 -70 -89 -200l-18 -88h655l-141 -666q-6 -27 -20 -104q-8 -43 -9 -92q0 -43 18.5 -68t53.5 -25q31 0 59 13q23 10 62 34l49 -69q-35 -35 -55 -51q-29 -23 -70 -45 q-37 -20 -86 -33q-47 -12 -102 -12q-119 0 -180.5 55t-61.5 155q0 49 8 105q14 98 25 139l108 524h-344l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1452" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l20 76q55 207 196.5 305t383.5 98q84 0 139 -16q53 -16 111 -41l149 36h90l-243 -1124q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25 q31 0 59 13q23 10 61 34l50 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-117 0 -180.5 55t-63.5 155q0 92 33 244l172 811q-4 55 -10 80q-10 43 -24.5 67.5t-40.5 45.5q-25 18 -64 18q-90 0 -149 -70q-61 -70 -89 -200l-18 -88h233l-24 -140 h-240l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="2072" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l8 35q25 109 68 188q45 84 100 131q59 51 141 76q86 27 184 26q72 0 127 -12q53 -12 95 -31q37 -16 61 -45q20 -25 31 -53q76 82 194.5 123t282.5 41 q104 0 176 -14.5t125 -40.5q49 -25 75.5 -62t26.5 -76q0 -72 -83 -112q-86 -41 -246 -41q0 43 -6 84q-6 45 -21 71q-16 33 -40.5 51.5t-63.5 18.5q-90 0 -150 -70q-61 -70 -88 -200l-18 -88h655l-141 -666q-6 -27 -21 -104q-8 -43 -8 -92q0 -43 18.5 -68t53.5 -25 q31 0 59 13q8 4 62 34l49 -69q-35 -35 -56 -51q-29 -23 -69 -45q-37 -20 -86 -33q-47 -12 -103 -12q-119 0 -180 55t-61 155q0 23 8 105q6 63 24 139l109 524h-344l-195 -915q-20 -102 -59 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -109 -64q-63 -25 -114.5 -33 t-112.5 -8h-33q-10 0 -35 5q-12 2 -32 6q-15 3 -25 6l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 69.5 57t55.5 109q23 59 45 170l207 976h-357l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33 q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6zM641 1098h356l21 76q12 41 18 59q8 25 23 53q-16 -6 -55 -10q-41 -4 -68 -4q0 31 -8 55q-12 37 -23 53q-14 23 -37 39q-20 14 -49 15q-33 0 -55 -15q-25 -15 -43 -49q-25 -45 -37 -86q-14 -47 -31 -131z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="2121" d="M-285 -475l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 70 57t55 109q23 59 45 170l207 976h-186l20 97l197 43l8 35q25 109 68 188q45 84 100 131q59 51 141 76q86 27 184 26q72 0 127 -12q49 -10 93 -31q37 -16 61 -45q23 -25 31 -51q150 162 454 162 q84 0 140 -16q53 -16 110 -41l150 36h90l-244 -1124q-6 -27 -20 -104q-8 -43 -8 -92q0 -43 18 -68t53 -25q31 0 60 13q23 10 61 34l49 -69q-35 -35 -55 -51q-29 -23 -70 -45q-37 -20 -86 -33q-47 -12 -102 -12q-117 0 -180.5 55t-63.5 155q0 49 8 105q14 98 25 139l172 811 q-4 55 -10 80q-10 43 -24.5 67.5t-41.5 45.5q-25 18 -63 18q-90 0 -150 -70q-61 -70 -88 -200l-18 -88h233l-24 -140h-240l-195 -915q-20 -102 -59 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -109 -64q-63 -25 -114.5 -33t-112.5 -8h-33q-10 0 -35 5q-12 2 -32 6 q-15 3 -25 6l25 119q2 0 45 -11q18 -4 49 -4q53 0 88 17q39 18 69.5 57t55.5 109q23 59 45 170l207 976h-357l-194 -915q-20 -102 -60 -190q-39 -86 -82 -142q-46 -58 -98 -98q-57 -43 -108 -64q-63 -25 -114.5 -33t-113.5 -8h-33q-10 0 -34 5q-12 2 -33 6q-16 3 -25 6z M641 1098h356l21 76q12 41 18 59q8 25 23 53q-16 -6 -55 -10q-41 -4 -68 -4q0 31 -8 55q-12 37 -23 53q-14 23 -37 39q-20 14 -49 15q-33 0 -55 -15q-25 -15 -43 -49q-25 -45 -37 -86q-14 -47 -31 -131z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.ttf b/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.ttf
deleted file mode 100644 (file)
index 080aa21..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.woff b/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.woff
deleted file mode 100644 (file)
index 06729cf..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.eot b/src/main/webapp/fonts/DroidSerif-Italic-webfont.eot
deleted file mode 100644 (file)
index 2674ceb..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Italic-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.svg b/src/main/webapp/fonts/DroidSerif-Italic-webfont.svg
deleted file mode 100644 (file)
index 1572ab6..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Digitized data copyright  2007 Google Corporation
-Foundry     : Ascender Corporation
-Foundry URL : httpwwwascendercorpcom
-</metadata>
-<defs>
-<font id="webfontaJOtX7Ze" horiz-adv-x="1144" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="530" />
-<glyph unicode=" "  horiz-adv-x="530" />
-<glyph unicode="&#x09;" horiz-adv-x="530" />
-<glyph unicode="&#xa0;" horiz-adv-x="530" />
-<glyph unicode="!" horiz-adv-x="681" d="M123 109q0 72 37 114.5t98 42.5q127 0 127 -125q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125zM258 412l152 1050h237l-295 -1050h-94z" />
-<glyph unicode="&#x22;" horiz-adv-x="835" d="M268 981l41 481h217l-164 -481h-94zM653 981l41 481h217l-163 -481h-95z" />
-<glyph unicode="#" d="M68 416l14 121h190l119 401h-244l13 121h266l117 403h125l-119 -403h285l118 403h123l-119 -403h160l-12 -121h-182l-117 -401h233l-14 -121h-258l-121 -416h-123l121 416h-285l-120 -416h-123l121 416h-168zM397 537h285l117 401h-285z" />
-<glyph unicode="$" d="M49 352q0 76 51 123q47 45 107 45q0 -135 61 -227q63 -94 164 -115l107 502q-270 135 -271 350q0 166 111 264q109 96 315 107l33 155h102l-32 -155q295 -25 295 -205q0 -141 -166 -141q0 221 -150 254l-104 -492l22 -12q188 -104 236 -174q49 -74 49 -162 q0 -166 -123 -274q-125 -109 -344 -121l-49 -236h-103l52 238q-172 12 -267 88q-96 77 -96 188zM459 1059q0 -117 121 -195l94 447q-215 -37 -215 -252zM535 174q111 8 182 80q68 68 67 170q0 131 -151 211z" />
-<glyph unicode="%" horiz-adv-x="1832" d="M135 901q0 213 119 397q117 182 311 183q272 0 273 -326q0 -205 -121 -393q-119 -186 -318 -187q-123 0 -194 84q-70 82 -70 242zM297 870q0 -211 111 -211q113 0 186 177q74 178 74 352q0 211 -111 211q-113 0 -186 -176q-74 -179 -74 -353zM342 0l1028 1462h143 l-1019 -1462h-152zM1040 309q0 215 117 397.5t313 182.5q272 0 273 -326q0 -205 -121 -393q-119 -186 -317 -186q-265 -1 -265 325zM1202 279q0 -211 111 -211q113 0 186 176q74 174 74 352q0 211 -111 211q-113 0 -186.5 -176t-73.5 -352z" />
-<glyph unicode="&#x26;" horiz-adv-x="1519" d="M72 362q0 156 96 269q92 109 334 198q-98 166 -99 301q0 168 111 260.5t326 92.5q166 0 256 -72t90 -194q0 -129 -76 -216q-72 -80 -371 -188l287 -393q84 160 129 362l16 80h369l-18 -86h-19q-101 0 -147 -31q-45 -29 -68 -59q-18 -23 -102 -199q-51 -102 -90 -161 l112 -154q66 -86 201 -86h18l-18 -86h-313l-123 170q-184 -190 -453 -190q-209 0 -330 104q-118 104 -118 278zM274 367q0 -119 72 -197q70 -76 195 -76q211 0 368 164l-348 483q-160 -74 -223.5 -155.5t-63.5 -218.5zM600 1145q0 -117 82 -250q174 66 245.5 131.5 t71.5 175.5q0 80 -47 131q-47 49 -127 49q-225 1 -225 -237z" />
-<glyph unicode="'" horiz-adv-x="450" d="M260 981l41 481h217l-164 -481h-94z" />
-<glyph unicode="(" horiz-adv-x="708" d="M86 381q0 416 199 745q203 336 551 430l-21 -92q-283 -154 -409.5 -518t-126.5 -661q0 -322 190 -453l-20 -94q-363 160 -363 643z" />
-<glyph unicode=")" horiz-adv-x="708" d="M-100 -279l20 93q283 154 410 520q127 369 127 659q0 322 -191 453l21 94q362 -156 362 -643q0 -412 -200 -747q-199 -333 -549 -429z" />
-<glyph unicode="*" horiz-adv-x="1024" d="M238 1153l358 29l-315 172l104 143l266 -260l17 330l174 -37l-123 -305l350 123l37 -172l-361 -27l318 -170l-102 -139l-271 252l-12 -328l-174 37l119 305l-349 -125z" />
-<glyph unicode="+" d="M150 672v121h376v378h123v-378h379v-121h-379v-379h-123v379h-376z" />
-<glyph unicode="," horiz-adv-x="512" d="M-57 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 88q33 33 93 33q70 0 114.5 -45t44.5 -123q0 -147 -96 -254q-94 -102 -274 -139z" />
-<glyph unicode="-" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
-<glyph unicode="." horiz-adv-x="585" d="M90 109q0 72 37 114.5t98 42.5q127 0 127 -125q0 -72 -36.5 -114.5t-98.5 -42.5q-127 0 -127 125z" />
-<glyph unicode="/" horiz-adv-x="589" d="M-190 -248l841 1804h129l-841 -1804h-129z" />
-<glyph unicode="0" d="M82 473q0 391 170 703q168 309 444 309q180 0 284.5 -123t104.5 -346q0 -391 -167 -717q-166 -322 -441 -322q-182 0 -288.5 131.5t-106.5 364.5zM281 414q0 -324 213 -324q178 0 286 295q106 293 107 670q0 319 -211 319q-180 0 -287 -297q-108 -301 -108 -663z" />
-<glyph unicode="1" d="M78 0l16 86h109q98 0 141 37q45 39 59 110l160 754q27 131 76 322h-8q-135 -131 -193 -170q-66 -43 -116 -43q-82 0 -82 110q141 33 335 158l166 106h131l-264 -1245q-8 -33 -8 -57q0 -82 148 -82h110l-18 -86h-762z" />
-<glyph unicode="2" d="M-35 0l43 166l481 434q195 176 269 297q76 125 76 277q0 98 -52 151q-53 55 -137 55q-236 0 -291 -309q-145 0 -145 131q0 114 123 197q125 84 323 84q182 0 284.5 -78t102.5 -221q0 -119 -88 -252q-88 -131 -338 -354l-460 -414h475q70 0 114 31q49 33 89 122l14 33h86 l-82 -350h-887z" />
-<glyph unicode="3" d="M-6 195q0 68 43 110q41 41 113 41q0 -113 67 -182q68 -72 189 -72q147 0 239 92q94 94 94 254q0 127 -75.5 197t-212.5 70h-89l21 104h66q174 0 286.5 106.5t112.5 278.5q0 186 -174 186q-225 0 -291 -305q-152 0 -152 131q0 121 127 199q125 78 324 78q178 0 276 -78 q100 -80 101 -215q0 -157 -111 -270q-113 -117 -301 -150q147 -15 227 -98q80 -82 80 -211q0 -230 -159 -357q-158 -125 -404 -124q-195 0 -297 59q-100 58 -100 156z" />
-<glyph unicode="4" d="M-29 401l19 84l839 977h197l-203 -946h254l-24 -115h-254l-35 -176q-8 -35 -8 -57q0 -82 147 -82h47l-18 -86h-670l17 86h90q98 0 141 37q45 39 59 110l33 168h-631zM162 516h465l80 383q49 238 100 397q-86 -129 -180 -235z" />
-<glyph unicode="5" d="M16 184q0 127 154 127q6 -219 223 -219q168 0 258 103q92 104 92 288q0 129 -71 205q-71 74 -191 74q-113 0 -223 -45l-70 14l220 731h684l-56 -309h-86q6 76 6 96q0 49 -94 49h-397l-135 -456q104 33 196 32q203 0 316 -100q115 -102 114 -276q0 -227 -159 -373 q-162 -145 -422 -145q-359 -1 -359 204z" />
-<glyph unicode="6" d="M123 475q0 414 198.5 711t501.5 297q145 0 229.5 -53.5t84.5 -131.5q0 -154 -179 -153q0 137 -34.5 188t-104.5 51q-307 0 -459 -602q150 106 302 107q162 0 254 -98.5t92 -260.5q0 -242 -134 -395q-135 -156 -366 -155q-172 0 -278.5 131t-106.5 364zM309 399 q0 -307 211 -307q125 0 205 121q80 119 80 305q0 266 -184 266q-133 0 -283 -118q-29 -169 -29 -267z" />
-<glyph unicode="7" d="M184 1092l88 370h916l-12 -59l-801 -1403h-154l758 1298h-539q-113 0 -141 -104l-29 -102h-86z" />
-<glyph unicode="8" d="M20 332q0 141 90.5 237.5t315.5 178.5q-201 145 -201 339q0 186 127 291q126 104 363 105q176 0 276.5 -82t100.5 -217q0 -132 -80 -228q-82 -96 -277 -176q260 -150 260 -366q0 -207 -145 -322q-143 -113 -395 -112q-197 0 -316 98t-119 254zM217 328 q0 -113 71.5 -180.5t192.5 -67.5q143 0 231.5 75.5t88.5 209.5q0 106 -67.5 182t-213.5 147q-303 -110 -303 -366zM422 1110q0 -164 215 -281q272 117 272 340q0 100 -55 155.5t-156 55.5q-125 0 -200.5 -73.5t-75.5 -196.5z" />
-<glyph unicode="9" d="M72 164q0 49 32 86q31 33 89 33q2 -90 53 -148q49 -55 129 -55q141 0 243 145q100 143 191 477q-135 -139 -313 -139q-160 0 -252 92q-94 94 -94 248q0 248 157 416q156 164 383 164q174 0 274.5 -106.5t100.5 -297.5q0 -393 -188 -747q-186 -352 -519 -352 q-286 0 -286 184zM354 897q0 -113 52 -166q52 -55 141 -55q164 0 295 174q33 141 32 242q0 279 -190 278q-135 0 -233 -143q-97 -142 -97 -330z" />
-<glyph unicode=":" horiz-adv-x="587" d="M66 109q0 72 36.5 114.5t98.5 42.5q59 0 94 -35q33 -33 33 -90q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125zM250 950q0 72 37 115t98 43q127 0 127 -125q0 -74 -37 -117q-35 -41 -98 -41q-127 0 -127 125z" />
-<glyph unicode=";" horiz-adv-x="585" d="M37 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 35 88q33 33 92 33q68 0 114 -47q45 -45 46 -121q0 -147 -97 -254q-92 -102 -274 -139zM254 950q0 72 37 115t98 43q127 0 127 -125q0 -74 -37 -117q-35 -41 -98 -41q-127 0 -127 125z" />
-<glyph unicode="&#x3c;" d="M150 696v72l878 473v-137l-688 -373l688 -369v-137z" />
-<glyph unicode="=" d="M150 469v121h878v-121h-878zM150 872v121h878v-121h-878z" />
-<glyph unicode="&#x3e;" d="M150 225v137l688 369l-688 373v137l878 -473v-72z" />
-<glyph unicode="?" horiz-adv-x="1024" d="M268 1212q0 113 115 193q111 78 299 78q387 0 387 -340q0 -309 -504 -494l-51 -237h-125l64 303q416 154 415 444q0 98 -55 159.5t-143 61.5q-211 0 -254 -290q-148 -1 -148 122zM279 109q0 72 36.5 114.5t98.5 42.5q59 0 94 -35q33 -33 33 -90q0 -72 -37 -114.5 t-98 -42.5q-127 0 -127 125z" />
-<glyph unicode="@" horiz-adv-x="1884" d="M133 446q0 438 270.5 727t681.5 289q322 0 508 -180q184 -178 185 -479q0 -279 -125 -461q-125 -184 -277 -184q-178 0 -241 186h-11q-98 -186 -276 -186q-137 0 -225 94q-86 92 -86 256q0 219 141 397t381 178q117 0 192 -61l82 43h49l-104 -522q-14 -66 -14 -137 q0 -59 34 -101q33 -39 91 -39q100 0 182 151.5t82 391.5q0 254 -156 401q-157 147 -424 148q-317 0 -549 -256q-229 -254 -229 -651q0 -301 164 -469q164 -166 446.5 -166t519.5 170l48 -74q-276 -203 -588 -203q-350 0 -551 194.5t-201 542.5zM727 479q0 -108 43 -160 q43 -53 113 -53q172 0 221 256l78 416q-27 61 -115 61q-156 0 -248 -168t-92 -352z" />
-<glyph unicode="A" horiz-adv-x="1443" d="M-115 0l17 86h39q53 0 92 28.5t98 131.5l713 1216h160l194 -1267q8 -63 35 -86t86 -23h27l-17 -86h-557l16 86h48q147 0 147 104q0 33 -4 70l-33 229h-538l-123 -215q-39 -66 -39 -114q0 -74 114 -74h48l-17 -86h-506zM469 592h463l-51 358q-29 209 -33 324 q-47 -115 -160 -305z" />
-<glyph unicode="B" horiz-adv-x="1337" d="M-43 0l16 86h27q170 0 201 147l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h531q479 0 479 -307q0 -305 -334 -381l-2 -8q250 -49 250 -299q0 -225 -151.5 -346t-438.5 -121h-643zM379 102h199q391 0 391 379q0 233 -287 234h-172zM530 817h158q365 0 365 311 q0 231 -283 232h-123z" />
-<glyph unicode="C" horiz-adv-x="1282" d="M106 528q0 391 242 672q243 283 602 283q176 0 279 -62q100 -61 100 -166q0 -74 -55 -116.5t-146 -42.5q0 279 -204 278q-252 0 -424 -276q-170 -272 -170 -602q0 -383 364 -383q238 0 379 186q27 -18 27 -68q0 -96 -115 -173.5t-313 -77.5q-266 0 -416 143t-150 405z " />
-<glyph unicode="D" horiz-adv-x="1484" d="M-43 0l16 86h27q170 0 201 147l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h574q279 0 430 -145.5t151 -411.5q0 -395 -223 -649q-225 -256 -596 -256h-645zM379 104h178q297 0 469 227.5t172 596.5q0 432 -389 432h-162z" />
-<glyph unicode="E" horiz-adv-x="1275" d="M-43 0l16 86h27q106 0 145 37q37 35 54 100l213 1006q6 28 6 49q0 49 -29 73.5t-115 24.5h-26l18 86h1032l-65 -358h-107l7 63q4 33 4 56q0 137 -146 137h-344l-117 -545h494l-20 -100h-494l-131 -613h395q174 0 232 168l32 88h107l-90 -358h-1098z" />
-<glyph unicode="F" horiz-adv-x="1206" d="M-43 0l16 86h27q96 0 137 33q43 34 62 104l215 1014q8 33 8 57q0 82 -148 82h-26l18 86h1032l-65 -358h-107l4 37q0 23 3 35q4 45 4 47q0 137 -154 137h-336l-127 -592h494l-21 -100h-493l-92 -435q-6 -33 -7 -51q0 -96 142 -96h67l-16 -86h-637z" />
-<glyph unicode="G" horiz-adv-x="1460" d="M106 528q0 406 250 680.5t631 274.5q205 0 318 -62q115 -61 114 -159q0 -76 -61.5 -119t-155.5 -43q0 132 -67 203q-68 72 -191 71q-252 0 -434 -262q-180 -260 -180 -616q0 -399 395 -400q111 0 231 29l68 326q8 33 8 57q0 82 -147 82h-19l19 86h545l-19 -86h-8 q-84 0 -121 -37q-39 -39 -53 -111l-78 -368q-215 -94 -463 -94q-283 0 -432.5 143t-149.5 405z" />
-<glyph unicode="H" horiz-adv-x="1622" d="M-43 0l16 86h27q98 0 141 37t60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-88 -414h666l90 422q8 33 8 57q0 82 -147 82h-27l19 86h596l-19 -86h-26q-98 0 -142 -37q-41 -35 -57 -110l-213 -1004q-8 -33 -8 -57 q0 -82 147 -82h27l-19 -86h-596l17 86h26q98 0 142 37q45 39 59 110l101 480h-666l-102 -488q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-596z" />
-<glyph unicode="I" horiz-adv-x="751" d="M-43 0l16 86h27q170 0 201 147l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-212 -1004q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-596z" />
-<glyph unicode="J" horiz-adv-x="729" d="M-317 -469l28 92q51 -18 133 -18q119 0 185 90q68 92 108 287l266 1255q8 39 9 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-266 -1245q-55 -248 -172 -363q-115 -113 -320 -113q-87 0 -167 23z" />
-<glyph unicode="K" horiz-adv-x="1433" d="M-43 0l16 86h27q98 0 141 37t60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-98 0 -141 -37q-41 -35 -58 -110l-88 -414l-36 -151l528 485q154 141 154 184q0 45 -91 45l17 84h452l-16 -84q-57 0 -118.5 -34.5t-196.5 -157.5l-373 -338l248 -598 q68 -164 194 -164h6l-18 -86h-29q-164 0 -241.5 33t-126.5 157l-199 506l-211 -147l-67 -324q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-596z" />
-<glyph unicode="L" horiz-adv-x="1275" d="M-41 0l18 86h27q94 0 137 37q39 33 60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h596l-18 -86h-27q-94 0 -139 -35q-41 -33 -57 -104l-242 -1135h403q158 0 219 185l54 153h106l-106 -440h-1096z" />
-<glyph unicode="M" horiz-adv-x="1918" d="M-41 0l18 86h27q101 0 141 37q37 35 54 100l215 1014q8 33 8 57q0 82 -148 82h-26l18 86h465l174 -1167l670 1167h457l-19 -86h-26q-98 0 -142 -37q-41 -35 -57 -110l-213 -1004q-8 -33 -8 -57q0 -82 147 -82h27l-19 -86h-544l18 86h6q88 0 121 33q37 37 53 96l234 1094 l-748 -1309h-110l-199 1309l-229 -1084q-8 -39 -9 -57q0 -82 148 -82h26l-18 -86h-512z" />
-<glyph unicode="N" horiz-adv-x="1562" d="M-41 0l18 86h27q94 0 137 37q39 33 60 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h373l496 -1130l192 905q8 33 8 57q0 82 -147 82h-27l19 86h514l-19 -86h-26q-96 0 -139.5 -36.5t-59.5 -110.5l-260 -1229h-133l-527 1200l-206 -975q-8 -39 -9 -57q0 -82 148 -82 h26l-18 -86h-512z" />
-<glyph unicode="O" horiz-adv-x="1519" d="M106 545q0 354 229.5 647t590.5 293q238 0 385 -148q145 -145 145 -415q0 -348 -227 -648q-227 -297 -586 -297q-242 0 -389.5 154t-147.5 414zM330 487q0 -190 88 -294q86 -102 237 -103q256 0 416 282.5t160 604.5q0 193 -84 295t-238 102q-254 0 -417 -284 q-162 -281 -162 -603z" />
-<glyph unicode="P" horiz-adv-x="1269" d="M-41 0l18 86h27q96 0 139 37q41 35 58 110l213 1004q8 33 8 57q0 82 -148 82h-26l18 86h525q223 0 344 -102q123 -104 122 -293q0 -231 -157.5 -364.5t-468.5 -133.5h-152l-73 -344q-8 -39 -9 -57q0 -82 148 -82h67l-18 -86h-635zM500 666h108q432 0 432 399 q0 299 -299 299h-94z" />
-<glyph unicode="Q" horiz-adv-x="1519" d="M106 545q0 354 229.5 647t590.5 293q238 0 385 -148q145 -145 145 -415q0 -309 -190.5 -598t-513.5 -338q8 -180 61 -264t160 -84q76 0 139 18l14 -86q-100 -33 -202 -33q-375 0 -394 451q-199 33 -311.5 182.5t-112.5 374.5zM330 487q0 -190 88 -294q86 -102 237 -103 q256 0 416 282.5t160 604.5q0 193 -84 295t-238 102q-254 0 -417 -284q-162 -281 -162 -603z" />
-<glyph unicode="R" horiz-adv-x="1323" d="M-76 0l19 86h26q101 0 142 37q37 35 53 100l215 1014q8 33 8 57q0 82 -147 82h-27l18 86h537q469 0 469 -348q0 -338 -379 -428l148 -438q37 -106 73 -133q39 -29 95 -29h16l-16 -86h-27q-174 0 -250 47q-72 45 -115 193l-118 405h-203l-90 -420q-8 -39 -9 -57 q0 -82 148 -82h68l-19 -86h-635zM481 741h158q184 0 282.5 92.5t98.5 268.5q0 137 -59 198q-61 63 -209 64h-140z" />
-<glyph unicode="S" horiz-adv-x="1112" d="M14 272q0 68 45 113q43 43 113 43q0 -156 84 -252t227 -96q139 0 228 72q84 70 84 192q0 98 -47 164q-45 61 -211 157.5t-228 194.5q-63 100 -63 227q0 176 135 287q133 109 362 109q174 0 283 -62q106 -61 107 -159q0 -141 -181 -142q0 121 -57 190.5t-168 69.5 q-125 0 -201 -69q-78 -72 -77 -189q0 -86 43 -151q43 -63 210 -162q164 -96 232 -186q72 -94 72 -213q0 -201 -142 -316q-143 -115 -395 -114q-207 0 -332 83q-123 83 -123 209z" />
-<glyph unicode="T" horiz-adv-x="1253" d="M156 1104l86 358h1153l-66 -358h-106q10 88 10 125q0 131 -135 131h-199l-242 -1135q-8 -33 -8 -57q0 -82 148 -82h47l-19 -86h-637l19 86h47q106 0 143 35t54 102l241 1137h-196q-147 0 -205 -168l-29 -88h-106z" />
-<glyph unicode="U" horiz-adv-x="1492" d="M197 334q0 80 22 182l152 721q8 33 8 57q0 82 -148 82h-26l18 86h596l-16 -86h-27q-96 0 -139 -36.5t-62 -110.5l-153 -723q-25 -117 -25 -191q0 -213 295 -213q164 0 262.5 74t135.5 246l174 815q8 33 8 57q0 82 -148 82h-26l18 86h514l-16 -86h-27q-96 0 -139 -36.5 t-62 -110.5l-172 -811q-92 -438 -552 -438q-223 0 -344 92t-121 262z" />
-<glyph unicode="V" horiz-adv-x="1380" d="M168 1376l18 86h557l-16 -86h-47q-66 0 -107 -28.5t-41 -75.5t5 -70l81 -665q20 -164 21 -336q74 170 166 336l364 651q39 70 39 115q0 74 -114 73h-47l16 86h506l-19 -86h-39q-70 0 -104 -35q-33 -33 -84 -124l-682 -1217h-149l-175 1268q-8 57 -34 84q-25 25 -88 24 h-27z" />
-<glyph unicode="W" horiz-adv-x="2138" d="M182 1376l19 86h557l-19 -86h-47q-147 0 -147 -104q0 -33 4 -70l49 -655q14 -174 14 -346q92 217 168 368l430 879h148l67 -887q11 -142 11 -286v-74q92 215 153 336l326 651q39 76 39 115q0 74 -115 73h-49l16 86h500l-18 -86h-39q-63 0 -103 -33q-37 -31 -86 -126 l-604 -1217h-188l-92 1135l-551 -1135h-187l-106 1268q-6 53 -31 82q-25 27 -92 26h-27z" />
-<glyph unicode="X" horiz-adv-x="1351" d="M-100 0l18 86h8q66 0 119 35q47 31 123 112l453 494l-220 545q-43 104 -159 104h-27l18 86h555l-18 -86h-47q-96 0 -96 -57q0 -28 37 -123l116 -299l256 295q78 90 78 133q0 51 -98 51h-6l18 86h449l-19 -86h-18q-57 0 -101 -30q-49 -35 -131 -123l-387 -428l246 -600 q47 -109 141 -109h27l-18 -86h-553l18 86h23q63 0 96 20q35 23 35 52q0 45 -39 141l-133 326l-306 -340q-82 -90 -82 -144q0 -55 121 -55h6l-18 -86h-485z" />
-<glyph unicode="Y" horiz-adv-x="1280" d="M158 1376l18 86h553l-18 -86h-103q-84 0 -84 -55q0 -41 27 -119l92 -274q49 -147 55 -246q31 55 154 215l195 260q76 104 75 166q0 53 -98 53h-76l19 86h506l-19 -86h-39q-35 0 -78 -33q-35 -27 -108 -122l-477 -625l-80 -371q-8 -33 -8 -57q0 -82 147 -82h47l-18 -86 h-637l18 86h47q106 0 143.5 35t53.5 102l80 377l-238 668q-20 61 -45 86q-23 23 -78 22h-26z" />
-<glyph unicode="Z" horiz-adv-x="1236" d="M-35 0l17 82l1030 1278h-477q-150 0 -205 -168l-29 -88h-106l86 358h1011l-16 -84l-1032 -1276h547q152 0 206 168l29 88h107l-86 -358h-1082z" />
-<glyph unicode="[" horiz-adv-x="733" d="M10 -262l387 1818h457l-18 -86h-88q-96 0 -140 -36q-45 -39 -59 -111l-291 -1360q-8 -33 -8 -57q0 -82 147 -82h88l-18 -86h-457z" />
-<glyph unicode="\" horiz-adv-x="589" d="M231 1556h119l88 -1804h-121z" />
-<glyph unicode="]" horiz-adv-x="735" d="M-96 -262l18 86h88q96 0 140 37q41 35 57 110l291 1360q8 33 8 58q0 82 -148 81h-88l19 86h456l-387 -1818h-454z" />
-<glyph unicode="^" d="M121 545l432 917h72l430 -917h-137l-330 729l-330 -729h-137z" />
-<glyph unicode="_" horiz-adv-x="937" d="M-186 -291l26 121h959l-27 -121h-958z" />
-<glyph unicode="`" horiz-adv-x="1181" d="M565 1548l6 21h205q66 -162 137 -301l-6 -27h-78q-153 150 -264 307z" />
-<glyph unicode="a" horiz-adv-x="1185" d="M88 354q0 281 176 522.5t434 241.5q138 0 240 -74l90 52h66l-140 -656q-31 -141 -30 -227q0 -104 67 -104q57 0 148 53l37 -60q-147 -123 -289 -122q-160 0 -160 170q0 70 21 159h-13q-147 -330 -383 -329q-123 0 -194 98q-70 96 -70 276zM297 346.5q0 -237.5 129 -237.5 q102 0 213 151q113 154 149 330l76 362q-45 74 -155 74q-172 0 -293 -223q-119 -219 -119 -456.5z" />
-<glyph unicode="b" horiz-adv-x="1150" d="M55 -6l271 1272q18 82 18 108q0 96 -143 96h-17l19 86h387l-98 -460q-22 -98 -74 -271h10q152 293 375 293q123 0 190 -94q70 -98 70 -276q0 -283 -176 -527q-174 -242 -434 -241q-147 0 -240 73l-92 -59h-66zM285 145q61 -74 159 -73q176 0 293 227t117 451 q0 240 -129 239q-113 0 -219 -155q-104 -152 -133 -283z" />
-<glyph unicode="c" horiz-adv-x="995" d="M88 403q0 267 172 492q172 223 438 223q139 0 219 -55t80 -141q0 -61 -49 -103q-51 -41 -133 -41q0 109 -43 176q-41 66 -115 66q-143 0 -249.5 -213t-106.5 -420q0 -279 225 -278q178 0 295 147q20 -12 21 -51q0 -82 -96.5 -153.5t-258.5 -71.5q-178 0 -288.5 112 t-110.5 311z" />
-<glyph unicode="d" horiz-adv-x="1185" d="M88 354q0 281 176 522.5t434 241.5q115 0 201 -49q12 82 23 115l20 98q14 63 14 92q0 96 -143 96h-16l18 86h377l-238 -1116q-31 -141 -30 -227q0 -104 67 -104q57 0 148 53l37 -60q-147 -123 -289 -122q-160 0 -160 170q0 70 21 159h-13q-147 -330 -383 -329 q-123 0 -194 98q-70 96 -70 276zM297 346.5q0 -237.5 129 -237.5q102 0 213 151q113 154 149 330l76 362q-45 74 -155 74q-172 0 -293 -223q-119 -219 -119 -456.5z" />
-<glyph unicode="e" horiz-adv-x="1009" d="M88 403q0 267 172 492q172 223 438 223q129 0 201 -61.5t72 -173.5q0 -166 -172 -289t-422 -123h-35q-25 0 -37 2q-4 -37 -4 -86q0 -279 225 -278q175 0 295 147q20 -12 21 -51q0 -82 -96.5 -153.5t-258.5 -71.5q-178 0 -288.5 112t-110.5 311zM324 567h20q184 0 299 88 q117 90 117 227.5t-119 137.5q-98 0 -184 -125q-88 -129 -133 -328z" />
-<glyph unicode="f" horiz-adv-x="649" d="M-287 -475l19 94q49 -14 94 -14q96 0 156 86q55 82 102 291l215 999h-186l12 74l197 43l22 112q72 367 389 367q133 0 197 -41q68 -43 67 -111q0 -133 -170 -133q0 190 -104 191q-74 0 -117 -62q-39 -57 -65 -192l-27 -131h227l-22 -117h-230l-213 -997 q-51 -244 -155 -361q-102 -115 -289 -115q-64 1 -119 17z" />
-<glyph unicode="g" horiz-adv-x="1138" d="M-72 -225q0 111 90 188q88 76 244 107q-98 49 -98 141q0 61 41 106t153 103q-143 68 -143 242q0 172 131 315q129 141 344 141q129 0 211 -65q98 145 221 145q102 0 103 -94q0 -127 -121 -127q0 74 -57 74q-37 0 -101 -47q45 -63 45 -158q0 -170 -129 -316 q-129 -143 -340 -143q-41 0 -65 4q-145 -57 -146 -129q0 -52 105 -61l196 -21q317 -33 318 -268q0 -190 -143.5 -297t-411.5 -107q-447 1 -447 267zM94 -213q0 -178 289 -178q178 0 274 67q94 68 95 179q0 133 -191 151l-199 19q-18 0 -88 -21q-78 -23 -127 -78 q-53 -59 -53 -139zM403 653q0 -168 142 -168q119 0 188 117q72 119 72 254q0 168 -141 168q-120 0 -191 -117q-70 -115 -70 -254z" />
-<glyph unicode="h" horiz-adv-x="1226" d="M90 0l266 1266q18 90 19 108q0 96 -144 96h-16l18 86h377l-80 -376q-41 -184 -81 -340h22q168 276 379 276q219 0 219 -227q0 -66 -37 -225l-53 -242q-27 -119 -27 -215q0 -98 72 -98q59 0 131 47l37 -60q-135 -117 -250 -116q-86 0 -135 55q-51 57 -51 149q0 96 39 277 l47 213q31 123 30 190q0 121 -94 121q-117 0 -235 -156q-121 -160 -152 -305l-110 -524h-191z" />
-<glyph unicode="i" horiz-adv-x="622" d="M127 1012l18 86h367l-139 -658q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53l37 -60q-141 -123 -277 -122q-77 0 -122 55q-47 57 -48 139q0 96 46 322l79 376q6 33 7 54q0 86 -125 86h-27zM344 1415q0 66 33 105t90 39q115 0 115 -113q0 -68 -35 -107q-35 -37 -88 -36 q-115 -1 -115 112z" />
-<glyph unicode="j" horiz-adv-x="595" d="M-287 -475l19 94q49 -14 94 -14q104 0 162 92q59 92 98 287l188 888q6 33 7 54q0 86 -125 86h-27l18 86h367l-235 -1114q-53 -246 -156 -361t-291 -115q-64 1 -119 17zM346 1415q0 66 33 105t90 39q115 0 115 -113q0 -68 -35 -107q-33 -37 -88 -36q-115 -1 -115 112z" />
-<glyph unicode="k" horiz-adv-x="1163" d="M90 0l266 1266q18 90 19 108q0 96 -144 96h-16l18 86h377l-80 -376q-111 -520 -159 -674l323 280q152 133 152 193q0 31 -92 31l18 86h453l-19 -86q-121 0 -329 -191l-185 -170l187 -405q80 -172 208 -172l-18 -86q-172 0 -250 39q-80 40 -135 172l-133 327l-186 -118 l-84 -406h-191z" />
-<glyph unicode="l" horiz-adv-x="622" d="M150 174q0 102 45 322l167 786q12 61 13 92q0 96 -144 96h-24l18 86h387l-237 -1116q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53l37 -60q-141 -123 -277 -122q-78 0 -122 55q-47 57 -47 139z" />
-<glyph unicode="m" horiz-adv-x="1832" d="M90 0l172 823q12 58 12 92q0 96 -143 97h-16l18 86h379l-55 -258h20q166 276 373 276q219 0 219 -227q0 -16 -4 -49h20q166 276 373 276q219 0 219 -227q0 -66 -37 -225l-53 -242q-27 -129 -26 -215q0 -98 71 -98q59 0 131 47l37 -60q-129 -117 -250 -116q-83 0 -135 55 q-51 53 -51 149.5t39 276.5l35 160q43 197 43 243q0 121 -95 121q-106 0 -217 -135q-113 -139 -157 -281l-33 -147q-20 -88 -37 -219q-23 -170 -22 -203h-195q0 33 27 213q25 164 43 248l47 213q31 123 30 190q0 121 -94 121q-117 0 -235 -156q-121 -160 -152 -305 l-110 -524h-191z" />
-<glyph unicode="n" horiz-adv-x="1226" d="M90 0l172 823q12 58 12 92q0 96 -143 97h-16l18 86h379l-55 -258h20q166 276 373 276q219 0 219 -227q0 -66 -37 -225l-53 -242q-27 -119 -27 -215q0 -98 72 -98q59 0 131 47l37 -60q-135 -117 -250 -116q-86 0 -135 55q-51 57 -51 149q0 96 39 277l47 213q31 123 30 190 q0 121 -94 121q-114 0 -233.5 -153.5t-153.5 -307.5l-110 -524h-191z" />
-<glyph unicode="o" horiz-adv-x="1175" d="M88 403q0 279 168 496q170 219 442 219q180 0 284.5 -108.5t104.5 -315.5q0 -270 -167 -493q-166 -221 -439 -221q-182 0 -288 112q-105 110 -105 311zM301 362q0 -283 203 -282q168 0 270 201q100 199 100 444q0 285 -200 285q-166 0 -271 -201q-102 -197 -102 -447z " />
-<glyph unicode="p" horiz-adv-x="1181" d="M-14 -492l272 1299q18 86 18 108q0 96 -143 97h-16l18 86h363l-49 -273h10q147 293 375 293q125 0 192 -94q68 -95 68 -276q0 -274 -172 -521q-174 -248 -439 -247q-117 0 -200 47q-12 -80 -17 -99l-28 -125q-18 -86 -19 -114q0 -94 143 -95h27l-18 -86h-385zM315 145 q66 -74 162 -73q170 0 289 223t119 455q0 240 -129 239q-104 0 -213 -147q-111 -152 -144 -307z" />
-<glyph unicode="q" horiz-adv-x="1146" d="M88 354q0 281 176 522.5t434 241.5q125 0 228 -55l51 29q47 27 51 26h72l-283 -1335q-12 -58 -12 -92q0 -96 141 -97h17l-19 -86h-373l86 410l91 391h-13q-152 -330 -383 -329q-123 0 -194 98q-70 96 -70 276zM297 344q0 -236 129 -235q100 0 213 149q109 145 149 332 l76 362q-45 74 -155 74q-180 0 -295 -225q-117 -228 -117 -457z" />
-<glyph unicode="r" horiz-adv-x="956" d="M90 0l172 823q12 58 12 92q0 96 -163 97h-17l19 86h362l-43 -295h21q84 186 161 250q82 66 187 65q168 0 168 -141q0 -156 -170 -156q0 162 -82 162q-94 0 -201 -186q-104 -182 -158 -424l-77 -373h-191z" />
-<glyph unicode="s" horiz-adv-x="948" d="M51 211q0 68 37 100q39 35 92 35q0 -126 62 -196q61 -72 172 -72q221 0 221 190q0 72 -47 123t-160 103q-147 70 -197 145q-51 78 -51 172q0 135 109 219q111 86 286 86q150 0 236 -55q84 -53 84 -139q0 -127 -154 -127q0 104 -49 165.5t-135 61.5q-94 0 -145 -49 q-53 -49 -54 -127q0 -68 51.5 -117t157.5 -94q246 -111 246 -318q0 -152 -117 -243q-119 -94 -307 -94q-152 0 -246 63q-92 62 -92 168z" />
-<glyph unicode="t" horiz-adv-x="753" d="M141 981l19 82q199 0 313 287h94l-53 -252h248l-25 -117h-248l-124 -584q-25 -117 -25 -176q0 -113 109 -112q86 0 167 45l35 -76q-138 -98 -276 -98q-223 0 -223 239q0 82 20 172l125 590h-156z" />
-<glyph unicode="u" horiz-adv-x="1226" d="M117 1012l18 86h381l-135 -613q-41 -193 -41 -247q0 -125 100 -125q102 0 226 151q123 150 159 324l107 510h198l-141 -658q-31 -144 -31 -227q0 -104 68 -104q59 0 131 45l37 -60q-131 -115 -260 -114q-78 0 -125 55q-47 57 -47 139q0 45 10 121h-16 q-109 -180 -199 -248q-88 -66 -197 -65q-219 0 -219 227q0 66 37 225l80 359q18 80 18 122q0 96 -143 97h-16z" />
-<glyph unicode="v" horiz-adv-x="1101" d="M35 1012l16 86h307l95 -606q33 -207 47 -363h6q154 147 264 344q113 201 113 315q0 68 -35 113q-34 43 -92 43q0 72 41 119q39 45 98 45q139 0 139 -190q0 -184 -141 -435q-143 -254 -369 -481l-184 -20l-143 921q-18 109 -142 109h-20z" />
-<glyph unicode="w" horiz-adv-x="1675" d="M76 1012l28 86h308q6 -433 6 -934h8q262 463 457 915l170 8q43 -539 43 -937h14q176 217 276 405q109 201 109 319q0 96 -88 123q18 121 121 121q109 0 108 -153q0 -295 -514 -963l-202 -22l-31 886q-84 -203 -432 -860l-211 -24l-15 882q0 72 -28 111q-27 37 -107 37 h-20z" />
-<glyph unicode="x" horiz-adv-x="1116" d="M-41 0l23 86h26q55 0 98 25q35 20 115 116l262 318l-133 319q-37 90 -65 121q-25 27 -82 27h-27l17 86h272l156 -414l272 414h262l-33 -86h-26q-59 0 -100.5 -29t-112.5 -119l-215 -276l141 -355q37 -94 61.5 -120.5t85.5 -26.5h27l-16 -86h-275l-166 451l-307 -451h-260 z" />
-<glyph unicode="y" horiz-adv-x="1079" d="M-332 -455l31 103q74 -23 160 -23q293 0 575 373l-270 905q-18 59 -49 84t-92 25h-21l16 86h299l160 -553q74 -258 86 -371h6q276 420 277 680q0 111 -101 111q0 72 39 110q41 41 95 41q139 0 139 -172q0 -246 -277 -694q-274 -444 -442 -594q-166 -147 -438 -148 q-107 0 -193 37z" />
-<glyph unicode="z" horiz-adv-x="1046" d="M-2 0l16 82l697 899h-260q-68 0 -109 -35q-37 -31 -84 -131l-4 -8h-86l82 291h717l-17 -84l-698 -897h364q47 0 88 30.5t87 137.5l20 47h86l-80 -332h-819z" />
-<glyph unicode="{" horiz-adv-x="876" d="M139 606v86q242 6 242 215v357q0 293 295 292h135v-88h-61q-168 0 -168 -215v-350q0 -215 -228 -252v-2q227 -39 228 -254v-354q0 -215 168 -215h61v-88h-135q-139 0 -217 78t-78 217v356q0 211 -242 217z" />
-<glyph unicode="|" d="M526 -492v2048h123v-2048h-123z" />
-<glyph unicode="}" horiz-adv-x="876" d="M129 -174h61q168 0 168 215v354q0 215 228 254v2q-227 37 -228 252v350q0 215 -168 215h-61v88h135q295 0 295 -292v-357q0 -209 242 -215v-86q-242 -6 -242 -217v-356q0 -139 -78 -217t-217 -78h-135v88z" />
-<glyph unicode="~" horiz-adv-x="1148" d="M129 551q27 358 258 358q94 0 248 -135q109 -102 168 -102q57 0 84 61q25 55 41 176h123q-39 -358 -258 -358q-96 0 -238 129q-119 109 -176 108q-59 0 -88 -59q-29 -61 -41 -178h-121z" />
-<glyph unicode="&#xa2;" d="M172 600q0 248 156 469q154 219 405 244l33 149h102l-32 -151q117 -12 180 -64q66 -53 65 -129q0 -61 -49 -102q-51 -41 -133 -41q0 166 -88 221l-188 -891q169 6 282 148q20 -14 21 -52q0 -80 -88 -149.5t-242 -75.5l-37 -176h-102l39 182q-157 25 -240 135 q-84 113 -84 283zM385 584q0 -211 139 -265l189 893q-137 -25 -234 -231q-94 -202 -94 -397z" />
-<glyph unicode="&#xa3;" d="M-2 80l72 41q295 169 295 442q0 55 -15 127h-227l22 103h189q-27 121 -27 206q0 225 135.5 354.5t364.5 129.5q156 0 248 -55.5t92 -145.5q0 -162 -170 -162q0 260 -201 260q-141 0 -215 -96t-74 -272q0 -76 29 -219h348l-22 -103h-312q6 -43 7 -108q0 -238 -258 -389 l2 -9q84 37 157 37q61 0 178 -39q115 -39 160 -39q113 0 205 93l55 -68q-184 -188 -348 -188q-63 0 -188 47q-121 45 -199 45q-119 0 -238 -60l-28 -14z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1103" d="M121 0l18 86h47q104 0 144 37q41 39 53 100l29 139h-287l20 97h287l31 143h-287l21 96h247l-157 570q-14 57 -39 84q-23 25 -84 24h-6l18 86h479l-18 -86h-4q-68 0 -104.5 -12t-36.5 -57q0 -41 24 -131l53 -220q35 -150 43 -249q23 43 107 167l170 250q92 135 92 193 q0 59 -111 59h-6l19 86h417l-18 -86h-18q-47 0 -78 -24.5t-111 -134.5l-360 -519h254l-21 -96h-286l-31 -143h287l-21 -97h-287l-28 -137q-8 -39 -9 -57q0 -82 148 -82h47l-18 -86h-629z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M412 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM801 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M129 731q0 311 221 532.5t530.5 221.5t530.5 -221q223 -223 223 -532.5t-221 -530.5t-532.5 -221t-532.5 221q-219 219 -219 530zM242 731q0 -264 186 -450q188 -188 452.5 -188.5t453 188t188.5 450.5q0 264 -188.5 452.5t-452.5 188.5q-266 0 -452.5 -188.5 t-186.5 -452.5zM481 733q0 209 117 332q115 121 322 121q135 0 206 -39q74 -41 74 -107q0 -43 -39 -69.5t-100 -26.5q0 156 -146 156q-266 0 -266 -367q0 -174 70 -272q68 -96 199 -96q172 0 251 139q29 -23 29 -64q0 -66 -84 -114q-82 -49 -223 -50q-195 0 -301 119 q-109 121 -109 338z" />
-<glyph unicode="&#xab;" horiz-adv-x="1052" d="M125 520l14 66l389 356h103l-295 -399l129 -379h-103zM496 520l14 66l389 356h102l-294 -399l129 -379h-103z" />
-<glyph unicode="&#xad;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
-<glyph unicode="&#xae;" horiz-adv-x="1730" d="M129 731q0 311 221 532.5t530.5 221.5t530.5 -221q223 -223 223 -532.5t-221 -530.5t-532.5 -221t-532.5 221q-219 219 -219 530zM242 731q0 -264 186 -450q188 -188 452.5 -188.5t453 188t188.5 450.5q0 264 -188.5 452.5t-452.5 188.5q-266 0 -452.5 -188.5 t-186.5 -452.5zM494 289v69h26q100 0 101 72v600q0 72 -101 72h-26v72h368q352 0 352 -244q0 -164 -186 -225l182 -293q23 -35 41 -43q25 -10 74 -11v-69h-217l-225 381h-109v-240q0 -72 100 -72h29v-69h-409zM774 748h86q100 0 148 40q45 39 45 140q0 92 -45 129 q-46 37 -154 37h-80v-346z" />
-<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M502 1241l6 27q121 139 219 301h219l-6 -21q-157 -184 -356 -307h-82z" />
-<glyph unicode="&#xb8;" horiz-adv-x="681" d="M72 -469l22 104q76 -16 137 -16q152 0 152 125q0 102 -131 115l78 159h96l-39 -88q74 -8 119 -57q45 -47 45 -113q0 -119 -86 -186q-84 -66 -240 -66q-75 0 -153 23z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1052" d="M49 164l299 399l-133 379h102l238 -356l-14 -66l-389 -356h-103zM420 164l299 399l-133 379h102l238 -356l-15 -66l-389 -356h-102z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1443" d="M-115 0l17 86h39q53 0 92 28.5t98 131.5l713 1216h160l194 -1267q8 -63 35 -86t86 -23h27l-17 -86h-557l16 86h48q147 0 147 104q0 33 -4 70l-33 229h-538l-123 -215q-39 -66 -39 -114q0 -74 114 -74h48l-17 -86h-506zM469 592h463l-51 358q-29 209 -33 324 q-47 -115 -160 -305zM654 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM1043 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1519" d="M106 545q0 354 229.5 647t590.5 293q238 0 385 -148q145 -145 145 -415q0 -348 -227 -648q-227 -297 -586 -297q-242 0 -389.5 154t-147.5 414zM330 487q0 -190 88 -294q86 -102 237 -103q256 0 416 282.5t160 604.5q0 193 -84 295t-238 102q-254 0 -417 -284 q-162 -281 -162 -603zM678 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM1067 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1492" d="M197 334q0 80 22 182l152 721q8 33 8 57q0 82 -148 82h-26l18 86h596l-16 -86h-27q-96 0 -139 -36.5t-62 -110.5l-153 -723q-25 -117 -25 -191q0 -213 295 -213q164 0 262.5 74t135.5 246l174 815q8 33 8 57q0 82 -148 82h-26l18 86h514l-16 -86h-27q-96 0 -139 -36.5 t-62 -110.5l-172 -811q-92 -438 -552 -438q-223 0 -344 92t-121 262zM672 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM1061 1735q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1282" d="M-279 -475l19 94q49 -14 94 -14q100 0 160 88q53 80 98 289l217 1019h-166l21 97h166l14 61q94 408 512 408q373 0 373 -314q0 -104 -29 -247h-176q-225 0 -225 -168q0 -68 45 -117q45 -47 125 -94q193 -115 192 -308q0 -162 -102 -251q-100 -88 -293 -88q-144 0 -227 55 q-84 55 -84 153q0 59 43 96.5t110 37.5q0 -244 172 -244q88 0 146 53q55 52 55 141q0 137 -156 230q-205 127 -204 293q0 307 407 307q23 109 23 170q0 203 -201 203q-242 0 -307 -287l-258 -1204q-55 -250 -155.5 -363t-289.5 -113q-64 1 -119 17z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1185" d="M88 354q0 281 176 522.5t434 241.5q138 0 240 -74l90 52h66l-140 -656q-31 -141 -30 -227q0 -104 67 -104q57 0 148 53l37 -60q-147 -123 -289 -122q-160 0 -160 170q0 70 21 159h-13q-147 -330 -383 -329q-123 0 -194 98q-70 96 -70 276zM297 346.5q0 -237.5 129 -237.5 q102 0 213 151q113 154 149 330l76 362q-45 74 -155 74q-172 0 -293 -223q-119 -219 -119 -456.5zM404 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM793 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1175" d="M88 403q0 279 168 496q170 219 442 219q180 0 284.5 -108.5t104.5 -315.5q0 -270 -167 -493q-166 -221 -439 -221q-182 0 -288 112q-105 110 -105 311zM301 362q0 -283 203 -282q168 0 270 201q100 199 100 444q0 285 -200 285q-166 0 -271 -201q-102 -197 -102 -447z M416 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM805 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1226" d="M117 1012l18 86h381l-135 -613q-41 -193 -41 -247q0 -125 100 -125q102 0 226 151q123 150 159 324l107 510h198l-141 -658q-31 -144 -31 -227q0 -104 68 -104q59 0 131 45l37 -60q-131 -115 -260 -114q-78 0 -125 55q-47 57 -47 139q0 45 10 121h-16 q-109 -180 -199 -248q-88 -66 -197 -65q-219 0 -219 227q0 66 37 225l80 359q18 80 18 122q0 96 -143 97h-16zM469 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103zM858 1397q0 129 110 129q102 0 103 -103q0 -129 -111 -129q-102 1 -102 103z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M375 1241l6 27q187 184 270 301h195q27 -115 139 -301l-6 -27h-72q-96 66 -182 184q-150 -125 -262 -184h-88z" />
-<glyph unicode="&#x2da;" horiz-adv-x="681" d="M258 1444q0 104 69.5 163.5t176.5 59.5q109 0 178 -59q68 -59 68 -164q0 -106 -70 -164q-72 -59 -176.5 -59t-175.5 59q-70 58 -70 164zM369 1444q0 -123 135 -123t135 123t-135 123t-135 -123z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M344 1262q72 242 268 241q84 0 168 -63q88 -66 125 -66q88 0 123 109h92q-70 -242 -266 -242q-80 0 -170 66q-88 63 -125 63q-88 0 -123 -108h-92z" />
-<glyph unicode="&#x2000;" horiz-adv-x="931" />
-<glyph unicode="&#x2001;" horiz-adv-x="1863" />
-<glyph unicode="&#x2002;" horiz-adv-x="931" />
-<glyph unicode="&#x2003;" horiz-adv-x="1863" />
-<glyph unicode="&#x2004;" horiz-adv-x="620" />
-<glyph unicode="&#x2005;" horiz-adv-x="464" />
-<glyph unicode="&#x2006;" horiz-adv-x="309" />
-<glyph unicode="&#x2007;" horiz-adv-x="309" />
-<glyph unicode="&#x2008;" horiz-adv-x="231" />
-<glyph unicode="&#x2009;" horiz-adv-x="370" />
-<glyph unicode="&#x200a;" horiz-adv-x="102" />
-<glyph unicode="&#x2010;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
-<glyph unicode="&#x2011;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
-<glyph unicode="&#x2012;" horiz-adv-x="634" d="M29 481l32 154h533l-33 -154h-532z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-6 489l24 121h1045l-27 -121h-1042z" />
-<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-6 489l24 121h2069l-27 -121h-2066z" />
-<glyph unicode="&#x2018;" horiz-adv-x="512" d="M215 1069q0 150 94 252q95 104 277 141l-8 -86q-209 -46 -209 -172q0 -35 67 -78q66 -43 66 -104q0 -53 -35 -88q-33 -33 -92 -33q-66 0 -113 47t-47 121z" />
-<glyph unicode="&#x2019;" horiz-adv-x="512" d="M168 901l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 35 89q33 33 92 32q68 0 115 -47q45 -45 45 -121q0 -147 -97 -254q-92 -102 -274 -139z" />
-<glyph unicode="&#x201a;" horiz-adv-x="512" d="M-57 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 88q33 33 93 33q70 0 114.5 -45t44.5 -123q0 -147 -96 -254q-94 -102 -274 -139z" />
-<glyph unicode="&#x201c;" horiz-adv-x="921" d="M215 1069q0 150 94 252q95 104 277 141l-8 -86q-209 -46 -209 -172q0 -35 67 -78q66 -43 66 -104q0 -53 -35 -88q-33 -33 -92 -33q-66 0 -113 47t-47 121zM625 1069q0 147 96 254q94 102 274 139l-8 -86q-209 -46 -209 -172q0 -35 68 -78q66 -43 65 -104q0 -53 -34 -88 q-33 -33 -93 -33q-68 0 -114 47q-45 45 -45 121z" />
-<glyph unicode="&#x201d;" horiz-adv-x="921" d="M168 901l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 35 89q33 33 92 32q68 0 115 -47q45 -45 45 -121q0 -147 -97 -254q-92 -102 -274 -139zM578 901l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 89q33 33 92 32q68 0 115 -47q45 -45 45 -121 q0 -150 -96 -256q-94 -102 -274 -137z" />
-<glyph unicode="&#x201e;" horiz-adv-x="921" d="M-57 -299l8 86q209 46 209 172q0 35 -66 78q-68 43 -67 104q0 53 34 88q33 33 93 33q70 0 114.5 -45t44.5 -123q0 -147 -96 -254q-94 -102 -274 -139zM350 -299l8 86q209 46 209 172q0 35 -65 78q-68 43 -68 104q0 53 35 88q33 33 92 33q68 0 115 -47q45 -45 45 -121 q0 -147 -96 -254q-93 -102 -275 -139z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1755" d="M90 109q0 72 37 114.5t98 42.5q127 0 127 -125q0 -72 -36.5 -114.5t-98.5 -42.5q-127 0 -127 125zM672 109q0 72 36.5 114.5t98.5 42.5q127 0 127 -125q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125zM1264 109q0 72 36.5 114.5t98.5 42.5q59 0 94 -35q33 -33 33 -90 q0 -72 -37 -114.5t-98 -42.5q-127 0 -127 125z" />
-<glyph unicode="&#x202f;" horiz-adv-x="370" />
-<glyph unicode="&#x2039;" horiz-adv-x="681" d="M125 520l14 66l389 356h103l-295 -397l129 -381h-103z" />
-<glyph unicode="&#x203a;" horiz-adv-x="681" d="M51 164l299 397l-133 381h102l238 -356l-14 -66l-389 -356h-103z" />
-<glyph unicode="&#x205f;" horiz-adv-x="464" />
-<glyph unicode="&#x20ac;" d="M53 547l21 96h141q14 90 27 143h-140l21 97h145q178 596 637 596q139 0 223 -53.5t84 -137.5q0 -150 -180 -149q0 240 -166 239q-260 0 -401 -495h430l-21 -97h-434q-16 -59 -26 -143h350l-21 -96h-342q-4 -41 -4 -117q0 -156 66 -244q66 -86 186 -86q166 0 287 123 q25 -18 25 -49q0 -68 -94.5 -131t-254.5 -63q-199 0 -305 118q-109 121 -108 346q0 61 4 103h-150z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M213 1276l6 186h598l6 -186h-59l-8 49q-12 70 -82 72h-94v-525q0 -63 77 -63h33v-55h-348v55h35q76 0 76 57v531h-91q-72 0 -81 -72l-9 -49h-59zM858 754v55h21q78 0 79 57v482q0 57 -79 57h-21v57h236l225 -567l231 567h232v-57h-23q-78 0 -78 -62v-471q0 -63 78 -63h23 v-55h-303v55q74 0 80 55v457l-232 -567h-72l-231 569v-451q0 -41 20 -53q18 -10 62 -10v-55h-248z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1216" d="M-287 -475l19 94q49 -14 94 -14q96 0 156 86q55 82 102 291l215 999h-186l12 74l197 43l26 112q86 367 467 367q162 0 238 -41q80 -43 80 -111q0 -133 -222 -133q0 190 -135 191q-186 0 -235 -254l-27 -131h592l-139 -658q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53 l37 -60q-143 -123 -277 -122q-77 0 -123 55q-47 57 -47 139q0 102 45 322l103 485h-400l-213 -997q-51 -244 -155 -361q-102 -115 -289 -115q-64 1 -119 17z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1212" d="M-287 -475l19 94q49 -14 94 -14q96 0 156 86q55 82 102 291l215 999h-186l12 74l197 43l26 112q86 367 467 367q111 0 201 -51l143 30h45l-237 -1116q-31 -147 -31 -227q0 -104 68 -104q57 0 147 53l37 -60q-143 -123 -277 -122q-77 0 -123 55q-47 57 -47 139 q0 102 45 322l175 821q6 33 -41 98q-49 68 -144 68q-90 0 -145 -58q-57 -59 -90 -196l-27 -131h227l-22 -117h-230l-213 -997q-51 -244 -155 -361q-102 -115 -289 -115q-64 1 -119 17z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="1824" d="M-287 -475l19 94q23 -8 45 -10q37 -4 49 -4q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-186l12 74l197 43l10 47q47 209 143 309q98 102 262 102q59 0 111 -10q37 -8 72 -26q25 -14 38 -39q12 -23 13 -45q0 -57 -35 -86q-37 -31 -109 -31q0 14 -4 47 q-2 20 -16 45q-12 23 -32.5 37t-53.5 14q-37 0 -66 -16q-27 -14 -49 -53q-25 -41 -41 -93q-18 -55 -37 -135l-14 -67h416l26 112q23 90 58 156q37 68 96 115q61 49 133 71q76 25 180 25q162 0 238 -41q80 -43 80 -110.5t-57.5 -100.5t-163.5 -33q0 51 -4 74q-6 35 -23 61 q-18 29 -41 41q-27 14 -68 15q-98 0 -153 -62q-57 -66 -82 -192l-27 -131h592l-139 -658q-6 -37 -8 -47q-2 -14 -5 -30.5l-6 -32.5q-4 -23 -8 -64t-4 -53q0 -104 68 -104q33 0 71 16q45 18 76 37l37 -60q-12 -12 -53 -41q-31 -20 -70 -41q-29 -14 -76 -28q-41 -12 -77 -12 q-39 0 -72 16q-35 18 -53 41q-20 25 -33 61q-12 33 -12 76q0 16 4 74q2 16 7 49t5 39q8 55 14 88l15 72l102 485h-399l-213 -997q-27 -129 -72 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23q-43 0 -65 5q-29 4 -53 12l18 94q25 -8 45 -10q37 -4 49 -4 q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-418l-213 -997q-27 -129 -71 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23q-43 0 -65 5q-29 4 -54 12z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="1822" d="M-287 -475l19 94q23 -8 45 -10q37 -4 49 -4q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-186l12 74l197 43l10 47q47 209 143 309q98 102 262 102q59 0 111 -10q37 -8 72 -26q25 -14 38 -39q12 -23 13 -45q0 -57 -35 -86q-37 -31 -109 -31q0 14 -4 47 q-2 20 -16 45q-12 23 -32.5 37t-53.5 14q-37 0 -66 -16q-27 -14 -49 -53q-25 -41 -41 -93q-18 -55 -37 -135l-14 -67h416l26 112q23 90 58 156q37 68 96 115q61 49 133 71q76 25 180 25q16 0 54 -4q14 -2 53 -10q18 -4 51 -17q8 -2 43 -20l143 30h45l-237 -1116 q-6 -37 -8 -47q-2 -14 -5 -30.5l-6 -32.5q-4 -23 -8 -64t-4 -53q0 -104 68 -104q33 0 71 16q45 18 76 37l37 -60q-12 -12 -53 -41q-31 -20 -70 -41q-29 -14 -76 -28q-41 -12 -77 -12q-39 0 -72 16q-35 18 -53 41q-20 25 -33 61q-12 33 -12 76q0 16 4 74q2 16 7 49t5 39 q8 55 14 88l15 72l174 821q-4 35 -18.5 65.5t-39.5 51.5q-29 27 -57 36q-31 12 -70 13q-51 0 -86 -15q-33 -14 -63 -47q-28 -31 -49 -80q-23 -51 -37 -112l-27 -131h228l-23 -117h-229l-213 -997q-27 -129 -72 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23 q-43 0 -65 5q-29 4 -53 12l18 94q25 -8 45 -10q37 -4 49 -4q53 0 88 20q39 23 68 66q31 46 55 116q27 76 47 175l215 999h-418l-213 -997q-27 -129 -71 -228q-45 -96 -96 -147q-55 -55 -125 -78q-72 -23 -152 -23q-43 0 -65 5q-29 4 -54 12z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.ttf b/src/main/webapp/fonts/DroidSerif-Italic-webfont.ttf
deleted file mode 100644 (file)
index 71e4ab1..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Italic-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.woff b/src/main/webapp/fonts/DroidSerif-Italic-webfont.woff
deleted file mode 100644 (file)
index 763cb62..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Italic-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.eot b/src/main/webapp/fonts/DroidSerif-Regular-webfont.eot
deleted file mode 100644 (file)
index 0a25a94..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Regular-webfont.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.svg b/src/main/webapp/fonts/DroidSerif-Regular-webfont.svg
deleted file mode 100644 (file)
index 4d37c8f..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Digitized data copyright  2006 Google Corporation
-Foundry     : Ascender Corporation
-Foundry URL : httpwwwascendercorpcom
-</metadata>
-<defs>
-<font id="webfontEJmZPt0d" horiz-adv-x="1144" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="530" />
-<glyph unicode=" "  horiz-adv-x="530" />
-<glyph unicode="&#x09;" horiz-adv-x="530" />
-<glyph unicode="&#xa0;" horiz-adv-x="530" />
-<glyph unicode="!" horiz-adv-x="681" d="M211 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66zM221 1462h238l-72 -1050h-94z" />
-<glyph unicode="&#x22;" horiz-adv-x="835" d="M117 1462h217l-62 -481h-94zM502 1462h217l-62 -481h-94z" />
-<glyph unicode="#" d="M82 416v121h190l78 401h-244v121h267l73 403h125l-75 -403h284l76 403h123l-76 -403h160v-121h-182l-76 -401h233v-121h-258l-78 -416h-122l77 416h-284l-78 -416h-123l78 416h-168zM397 537h285l76 401h-285z" />
-<glyph unicode="$" d="M135 166v315h86q0 -61 21 -110q23 -53 61.5 -96.5t93.5 -69.5q53 -27 121 -33v506q-92 41 -162 86q-72 45 -108 88q-43 49 -60 100q-18 55 -18 121q0 70 25 125q25 57 69 98q43 41 109 66q68 27 145 35v159h103v-155q98 -4 157 -21q65 -18 105 -49q41 -31 59 -71 q18 -39 19 -89q0 -66 -43 -100q-41 -33 -119 -33q0 29 -8 90q-6 41 -27 84q-18 39 -53 64q-33 25 -90 31v-478q96 -41 163 -79q63 -35 119 -88q49 -45 74 -103q25 -55 24 -129q0 -152 -100 -240q-98 -86 -280 -104v-248h-103v244q-33 0 -102 4q-23 2 -103 16q-47 8 -94 25 q-41 14 -84 39zM354 1089.5q0 -38.5 11 -75.5q8 -33 30 -58q18 -20 54 -45q20 -14 69 -37v429q-39 -8 -72 -29q-27 -16 -51 -47q-22 -28 -30 -62q-11 -37 -11 -75.5zM621 178q94 16 143 74t49 147q0 37 -10 74q-8 27 -33 59q-23 29 -59 54q-25 16 -90 47v-455z" />
-<glyph unicode="%" horiz-adv-x="1832" d="M92 1030q0 104 19 187q18 80 61 143q41 59 104 90q70 33 154 33q80 0 145 -33q59 -31 105 -90q41 -55 63 -143q20 -80 20.5 -186.5t-20.5 -186.5q-23 -86 -63.5 -145.5t-104 -92.5t-147.5 -33q-88 0 -152 33q-68 35 -104 92q-45 68 -61 146q-19 82 -19 186zM276 1030 q0 -94 9 -158q10 -78 24 -116q18 -47 47 -74q29 -25 72 -25t72 25q27 23 45 74q20 57 26 116q6 70 6.5 158t-6.5 156q-6 61 -26 114q-20 49 -45 72q-29 25 -70 25t-72 -25q-27 -23 -47 -72q-16 -41 -26 -114q-9 -60 -9 -156zM481 0l731 1462h134l-730 -1462h-135zM1071 436 q0 104 19 187q18 80 61 143q41 59 104 90q70 33 154 33q82 0 147 -33q57 -29 103 -90q41 -55 63 -143q20 -80 20.5 -186.5t-20.5 -186.5q-23 -86 -63.5 -145.5t-104 -92t-147.5 -32.5q-88 0 -152 32q-68 35 -104 92q-45 68 -61 146q-19 82 -19 186zM1255 436q0 -94 9 -157 q10 -78 24 -117q18 -47 47 -74q29 -25 72 -25t72 25q27 23 45 74q18 49 24 117q8 94 8 157q0 66 -8 156q-6 70 -24 115q-20 49 -45 71q-29 25 -70 25t-72 -25q-27 -23 -47 -71q-16 -41 -26 -115q-9 -60 -9 -156z" />
-<glyph unicode="&#x26;" horiz-adv-x="1519" d="M74 410q0 86 24 151q27 70 66 115q45 51 102 86q61 37 135 67q-39 45 -69 89q-33 45 -49 83q-20 47 -29 86q-10 47 -10 95q0 66 22 123q20 53 70 96q47 41 119 61q70 20 176 21q96 0 168 -23q68 -20 112 -63q43 -40 62 -92q20 -57 20 -113q0 -65 -18 -117 q-18 -51 -62 -94q-41 -43 -106 -82q-53 -33 -160 -78l373 -395q8 29 22 94q6 31 15 92q4 29 8 90q2 29 2 80v80h369v-86h-19q-23 0 -67 -4q-34 -3 -62 -18q-31 -16 -51 -43q-23 -29 -35 -74l-41 -143q-23 -68 -59 -154l190 -203q15 -15 31 -24q18 -10 37 -17q16 -4 51 -8 q20 -2 72 -2h18v-86h-327l-170 180q-25 -29 -82 -78q-41 -35 -99 -63q-55 -29 -118 -43q-70 -16 -144 -16q-123 0 -215 30q-86 29 -151 88q-57 53 -91 135q-30 81 -30 177zM274 403q0 -72 23 -133q20 -55 61 -96q37 -37 97 -59q53 -20 125 -21q59 0 112 12q47 10 94 35 q41 20 78 52q39 33 66 67l-453 485q-43 -23 -84 -57q-39 -33 -65 -74q-20 -33 -39 -94q-15 -49 -15 -117zM434 1188q0 -43 8 -74q12 -45 25 -67q14 -27 45 -68q37 -49 66 -80q49 20 104 55q45 29 73.5 64t43 76t14.5 96q0 39 -10 76q-10 35 -33 61q-20 23 -59 39t-88 16 q-90 0 -140 -53q-49 -52 -49 -141z" />
-<glyph unicode="'" horiz-adv-x="450" d="M117 1462h217l-62 -481h-94z" />
-<glyph unicode="(" horiz-adv-x="708" d="M117 649q0 178 28 328q27 143 93 254q66 113 163 190q102 80 242 135v-92q-109 -68 -168 -153q-66 -94 -94 -197q-33 -115 -41 -223q-10 -133 -10 -241.5t10 -241.5q8 -113 41 -226q29 -102 94 -196q59 -86 168 -154v-94q-139 55 -242 135q-98 78 -163 190 q-63 111 -93 256q-28 150 -28 330z" />
-<glyph unicode=")" horiz-adv-x="708" d="M66 -168q109 68 168 154t94 196q31 100 41 226q10 133 10 241.5t-10 241.5q-10 123 -41 223q-35 111 -94.5 197t-167.5 153v92q139 -55 241 -135q94 -74 162 -190q63 -109 94 -254q29 -135 29 -328q0 -195 -29 -330q-31 -150 -94 -256q-68 -117 -162 -190 q-102 -80 -241 -135v94z" />
-<glyph unicode="*" horiz-adv-x="1024" d="M84 1063l344 102l-344 103l72 162l315 -199l-53 325h178l-57 -323l317 192l72 -159l-346 -101l346 -100l-72 -158l-317 191l57 -324h-178l51 324l-313 -195z" />
-<glyph unicode="+" d="M133 672v121h377v378h123v-378h379v-121h-379v-379h-123v379h-377z" />
-<glyph unicode="," horiz-adv-x="512" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86z" />
-<glyph unicode="-" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
-<glyph unicode="." horiz-adv-x="585" d="M164 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66z" />
-<glyph unicode="/" horiz-adv-x="589" d="M0 -248l471 1804h119l-469 -1804h-121z" />
-<glyph unicode="0" d="M92 735q0 164 29 307q29 139 86 237.5t149 150.5q94 53 219 53q119 0 209 -53q88 -51 150 -150q57 -92 90 -238q29 -129 29 -309q0 -178 -29 -307q-33 -147 -90 -240q-59 -96 -150 -151q-88 -55 -211 -55q-125 0 -217 55t-149 151.5t-86 239.5t-29 309zM305 733 q0 -160 14 -272q16 -121 46 -201q31 -84 84 -127q51 -43 124.5 -43t124.5 43q53 43 84 127q35 92 45 201q12 121 13 272q0 151 -13 271q-10 109 -45 200q-29 78 -82 125q-49 43 -124.5 43t-126.5 -43q-53 -45 -84 -125q-29 -80 -46 -200q-14 -113 -14 -271z" />
-<glyph unicode="1" d="M135 1206q6 2 19.5 5t23.5 6.5t19 7.5q31 12 67 30q35 18 78 45q25 16 92 64l144 106h131v-1237q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h100v-86h-780v86h137q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v1076l-42 -48t-32 -38q-25 -29 -68 -68 q-31 -28 -61 -43q-33 -16 -61 -16q-46 0 -74 30q-29 33 -29 80z" />
-<glyph unicode="2" d="M104 0v150l342 395q70 80 138 170q59 78 90 141q35 68 49 131q14 59 14 133q0 59 -12 107q-12 45 -39 82q-25 35 -65 53q-39 18 -93 18q-72 0 -114.5 -24.5t-67.5 -67.5q-27 -47 -35 -96t-8 -117q-39 0 -70 6q-33 6 -55 21q-25 14 -37 41q-14 29 -14 65q0 59 25 109 q25 47 77 88q45 35 125 57q70 20 174 21q98 0 174 -25q70 -23 132 -69q55 -43 81 -107q29 -68 29 -141q0 -68 -22 -140q-18 -59 -68 -139q-51 -82 -106 -149l-146 -166l-346 -383h473q45 0 76 12q29 12 49 34.5t29 49.5q18 51 18 57l8 37h86l-10 -354h-881z" />
-<glyph unicode="3" d="M119 207q0 61 34.5 96t94.5 35q0 -55 18 -100q18 -47 49 -78q33 -33 82 -51.5t111 -18.5q68 0 117 16q53 18 96 58q45 43 67 100q25 63 25 156q0 65 -25 117q-25 53 -73 90q-47 35 -117 57q-63 20 -156 21h-65v104h65q66 0 127 22q53 20 101 64q45 41 69 100 q25 57 25 131q0 61 -12 107q-12 47 -39 80q-29 35 -68 51t-100 16q-72 0 -115 -24.5t-68 -67.5q-27 -47 -35 -96t-8 -117q-39 0 -69 6q-33 6 -55 21q-27 16 -39.5 40.5t-12.5 65.5q0 59 25 109q25 51 78 88q51 35 125 57q70 20 174 21q92 0 176 -23q82 -23 135 -63 q61 -49 88 -101q31 -61 31 -139q0 -70 -25 -131q-23 -57 -67 -108q-49 -55 -105 -87q-59 -33 -131 -51q20 -2 80 -14q47 -10 86 -26.5t80 -45.5q37 -25 68 -65q27 -35 47 -92q18 -53 18 -119q0 -80 -22.5 -147.5t-59.5 -112.5q-41 -49 -90 -82q-55 -35 -109 -56 q-59 -23 -118 -30q-68 -10 -121 -10q-100 0 -174 18q-76 18 -121 49q-49 33 -70 74q-22 45 -22 86z" />
-<glyph unicode="4" d="M35 401v84l633 977h194v-946h254v-115h-254v-168q0 -49 12 -77q12 -27 37 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-617v86h58q45 0 65 4q35 6 53 21q25 18 37 45q12 29 13 77v168h-631zM182 516h484v379q0 14 1 47t1 51.5t1 55t1 55.5q0 39 4 113q2 37 6 102 q-2 -6 -9 -17.5l-12 -19.5q-4 -6 -11 -21.5t-17 -31.5l-35 -62l-37 -61l-35 -57q-6 -12 -28 -45z" />
-<glyph unicode="5" d="M113 186q0 55 32.5 88t96.5 33q0 -43 16 -82q16 -41 45 -65q31 -27 78 -43q49 -16 108 -17q70 0 117 17q51 18 92 59t62 107q23 72 22 163q0 78 -22 142q-18 53 -63.5 98t-98.5 62q-57 18 -127 18q-39 0 -92 -4q-27 -2 -68 -10q-33 -6 -51 -15l-20.5 -7t-20.5 -9l-49 14 l66 725h684l10 -309h-86l-8 61q-4 25 -9 37q-8 20 -16 27q-10 8 -33 14q-20 6 -53 6h-397l-39 -450q18 8 90 22q49 10 149 11q102 0 185 -27q84 -27 147 -82q66 -55 101 -135q35 -78 34 -189q0 -102 -34 -190q-35 -90 -97 -147q-63 -59 -155 -95q-94 -35 -209 -34 q-106 0 -189 20q-78 18 -118 49q-45 33 -62 66q-18 36 -18 71z" />
-<glyph unicode="6" d="M125 737q0 104 14 191q16 94 43 176q23 68 74 151q41 68 104 121q59 51 134 78q76 29 165 29q86 0 149.5 -18.5t104.5 -47.5q43 -31 63.5 -69.5t20.5 -79.5q0 -59 -41 -90q-43 -33 -116 -33q0 55 -9 94q-8 37 -32 76q-20 33 -55 51t-85 18q-154 0 -233 -151 q-78 -145 -90 -451q29 25 55 41q25 14 68 33q39 16 77.5 24.5t92.5 8.5q90 0 170 -29q76 -27 129 -84q59 -63 84 -131q29 -80 28 -176q0 -109 -30 -199q-31 -89 -86 -153q-55 -63 -137 -100t-187 -37q-102 0 -188 43q-90 45 -152 133q-59 86 -98 235q-37 145 -37 346z M334 666q2 -147 22 -263q18 -109 54 -178q35 -68 86 -100q53 -33 110 -33q111 0 168 86q57 84 57 271q0 174 -63 256q-61 80 -180 79q-35 0 -76 -10q-25 -6 -70 -26q-23 -10 -59 -39q-27 -21 -49 -43z" />
-<glyph unicode="7" d="M121 1090l10 370h916v-59l-504 -1401h-154l483 1296h-538q-109 0 -119 -104l-8 -102h-86z" />
-<glyph unicode="8" d="M94 367q0 78 23 129q29 63 65 100q47 47 101 78q94 55 123 67q-63 37 -107 72q-55 45 -84 84q-41 55 -55 100q-18 55 -19 119q0 72 25 137q25 63 78 117q51 51 137 82t203 31q100 0 171.5 -26.5t125.5 -74.5q52 -46 80 -110q27 -61 26 -142q0 -70 -20 -118 q-25 -57 -56 -92q-33 -37 -88 -72q-49 -31 -112 -64q74 -37 139 -77q61 -39 106 -89q45 -47 70 -104q25 -55 25 -123q0 -94 -35 -174q-34 -77 -98 -129q-66 -53 -156 -80q-96 -29 -203 -28q-117 0 -203 30q-90 33 -145 82q-57 51 -88 123q-29 66 -29 152zM293 358 q0 -65 18 -116q20 -55 51 -90q33 -35 87 -58q49 -20 120 -20q68 0 121 20q55 23 94 58q37 33 60 86q20 47 20 108q0 53 -18 96q-16 39 -64 86q-41 41 -110 82q-55 33 -168 82q-94 -49 -154 -135q-57 -82 -57 -199zM334 1141q0 -55 18 -99q18 -45 51 -79q34 -37 86 -68 q63 -37 121 -64q53 25 95 60q43 35 61 67q22 37 31 80q8 39 8 97q0 46 -12 92q-10 39 -41 80q-27 35 -72 57t-109 22q-59 0 -102 -18q-45 -18 -74 -51q-31 -33 -45 -78q-16 -49 -16 -98z" />
-<glyph unicode="9" d="M104 979q0 117 29 203q29 88 88 159q55 68 137 105q84 37 185 37q106 0 190 -39q86 -39 152 -125q61 -80 100 -213q35 -123 35 -311q0 -90 -14 -209q-12 -98 -41 -195q-23 -74 -74 -166q-41 -74 -105 -131q-59 -53 -143 -86q-80 -31 -178 -31q-90 0 -146 15 q-53 14 -90 41q-29 20 -47 57q-14 29 -14 64q0 39 18.5 63.5t42.5 34.5q20 -41 35 -62q23 -33 49 -51q39 -27 68 -37q37 -12 86 -12q172 0 252 151.5t90 460.5q-25 -33 -51 -53q-31 -25 -68 -43q-39 -18 -82 -31q-47 -12 -100 -12q-84 0 -164 27q-74 25 -127 78t-84 129 q-29 71 -29 182zM315 999q0 -88 15 -145q14 -59 45 -96t74 -55.5t104 -18.5q41 0 92 14q35 10 74 37q33 23 55 51q18 23 37 64v4q-4 145 -23 233q-20 92 -55 160q-33 61 -82 92t-108 31q-111 0 -168 -94q-60 -97 -60 -277z" />
-<glyph unicode=":" horiz-adv-x="587" d="M166 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66zM166 969q0 37 10 67q8 27 27 41 q25 20 41 25q25 6 51 6q25 0 49 -6q16 -4 41 -25q20 -16 29 -41q10 -31 10 -67q0 -35 -10 -66q-8 -27 -29 -43q-25 -20 -41 -24q-25 -6 -49 -7q-27 0 -51 7q-16 4 -41 24q-16 14 -27 43q-10 31 -10 66z" />
-<glyph unicode=";" horiz-adv-x="512" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86zM129 969q0 37 10 67q8 27 27 41q25 20 41 25q25 6 51 6q25 0 49 -6q16 -4 41 -25q20 -16 29 -41q10 -31 10 -67q0 -35 -10 -66q-8 -27 -29 -43q-25 -20 -41 -24q-25 -6 -49 -7q-27 0 -51 7q-16 4 -41 24q-16 14 -27 43q-10 31 -10 66z" />
-<glyph unicode="&#x3c;" d="M133 696v72l879 473v-137l-688 -373l688 -369v-137z" />
-<glyph unicode="=" d="M133 469v121h879v-121h-879zM133 872v121h879v-121h-879z" />
-<glyph unicode="&#x3e;" d="M133 225v137l688 369l-688 373v137l879 -473v-72z" />
-<glyph unicode="?" horiz-adv-x="1024" d="M88 1253q0 45 23 90q20 41 69 74q45 31 119 49q63 16 172 17q94 0 178 -25q80 -23 144 -72q57 -43 94 -116q33 -66 33 -158q0 -88 -27 -154q-29 -70 -78 -124q-53 -59 -125 -105q-76 -47 -168 -86v-231h-125v311q84 35 150 84q55 41 96 102q39 57 53 117q14 57 15 121 q0 53 -13 96q-12 41 -41 74q-29 31 -69 49q-39 16 -101 16q-68 0 -108 -20q-43 -20 -70 -57q-27 -35 -39 -84q-12 -45 -12 -101q-41 0 -68 8q-33 10 -53 25q-25 18 -37 41q-12 24 -12 59zM328 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23 q20 -16 28 -40q10 -31 11 -68q0 -35 -11 -66q-8 -27 -28 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66z" />
-<glyph unicode="@" horiz-adv-x="1884" d="M133 446q0 144 31 277q27 117 92 244q59 115 143 204q88 94 191 156q115 70 231 100q129 35 264 35q174 0 301 -51q135 -55 218 -139q90 -92 131 -209q43 -121 43 -260q0 -156 -35 -268q-37 -123 -94.5 -203t-130.5 -129q-70 -45 -142 -45q-90 0 -151 49q-63 51 -90 137 h-11q-25 -47 -47 -74q-31 -37 -61 -59q-35 -25 -74 -39q-41 -14 -94 -14q-66 0 -119 20.5t-98 65.5q-43 43 -68 108q-27 70 -26 156q0 53 12 118.5t39 127.5q29 68 69 123q51 70 99 106q55 43 133 72q80 29 170 28q68 0 115 -18t77 -43l82 43h49l-104 -522l-6 -47 q-4 -29 -6 -45.5t-2 -44.5q0 -31 10 -62q8 -25 29 -45q14 -14 38 -25q18 -8 48 -8q49 0 92 35q53 41 86 107q37 72 61 170q25 102 25 231q0 133 -43 235.5t-119 172t-184 106.5q-102 35 -234 35q-98 0 -196 -29q-100 -29 -183 -82q-90 -57 -159 -133q-80 -86 -127 -178 q-51 -98 -82 -223q-31 -123 -31 -262q0 -172 49 -291t133 -197q86 -80 193 -113q115 -35 235 -34q90 0 160 14q82 16 139 39q68 27 121 55q63 35 100 62l48 -74q-70 -49 -113 -74q-72 -41 -137 -65q-82 -31 -158 -47.5t-180 -16.5q-168 0 -303 45q-141 47 -238 137 q-100 94 -156 232q-55 139 -55 323zM727 479q0 -108 43 -160q43 -53 113 -53q51 0 90 23q41 25 63 57q31 47 43 82q14 43 25 94l78 416q-14 31 -45 45q-37 16 -70 16q-63 0 -111 -26q-51 -29 -86 -70q-39 -45 -65 -98q-25 -47 -45 -115q-12 -39 -25 -112q-8 -50 -8 -99z" />
-<glyph unicode="A" horiz-adv-x="1443" d="M0 0v86h39q31 0 51 6q16 4 37 25q16 16 33 49q20 39 35 80l454 1216h160l463 -1267q14 -35 24 -54q12 -23 29 -32q18 -12 41 -19q14 -4 51 -4h27v-86h-563v86h47q123 0 123 98q0 10 -4 35q-4 20 -13 41l-82 229h-538l-78 -215q-8 -20 -14 -47q-4 -16 -5 -41q0 -51 33 -75 q35 -25 103 -25h47v-86h-500zM453 592h462l-127 358l-59 170q-16 47 -43 154q-4 -31 -16 -72q-12 -45 -21 -69q-2 -6 -10 -33t-14 -43l-33 -88z" />
-<glyph unicode="B" horiz-adv-x="1337" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h549q270 0 397 -88q129 -88 129 -278q0 -63 -20 -121q-16 -47 -54 -90q-31 -35 -80 -66q-43 -27 -100 -45v-8q63 -10 127 -41 q53 -25 100 -76q45 -47 66 -110q23 -68 22 -144q0 -197 -131 -297q-129 -98 -395 -98h-610zM479 102h199q82 0 147 17q63 16 99 51q39 39 55 92q16 51 16 139q0 84 -14 140q-14 57 -53 98q-37 39 -97 57q-61 18 -149 19h-203v-613zM479 817h142q84 0 149 17q59 14 96 49 q35 33 52 86q16 55 16 127q0 82 -16 125q-20 51 -56 82q-41 33 -98 45q-61 12 -148 12h-137v-543z" />
-<glyph unicode="C" horiz-adv-x="1255" d="M117 733q0 164 43 303q45 145 123 238q82 98 206 153q123 55 285 56q115 0 182 -17q77 -18 129 -49q53 -31 78 -74t25 -90q0 -27 -14 -59q-12 -27 -37 -45q-29 -20 -56 -29q-37 -10 -71 -10q0 49 -13 94q-12 49 -41 86q-25 33 -73 60q-47 25 -113 24q-117 0 -197 -43 q-84 -45 -133 -123q-52 -83 -73 -202q-23 -125 -23 -273q0 -138 25 -252q25 -113 75 -194q51 -80 131 -127q78 -45 195 -45q78 0 133 14q59 16 101 39q45 27 77 55q35 31 60 66q14 -10 28 -31q10 -16 11 -49q0 -41 -27 -80q-31 -43 -80 -74q-51 -31 -137 -53t-197 -22 q-154 0 -270 55q-113 53 -193 151q-78 94 -118 240q-41 141 -41 307z" />
-<glyph unicode="D" horiz-adv-x="1488" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h627q160 0 282.5 -49t208.5 -141q84 -90 131 -230q45 -133 45 -309q0 -168 -43 -303q-45 -139 -125 -231q-84 -96 -207 -147.5t-292 -51.5 h-627zM479 104h178q125 0 213 41q94 45 154 121q57 76 90 199q31 117 31 268q0 307 -121 465q-125 162 -365 162h-180v-1256z" />
-<glyph unicode="E" horiz-adv-x="1275" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1006q0 45 -14 78q-12 27 -35 43q-18 14 -53 20q-31 6 -66 6h-26v86h1032l10 -358h-106l-10 88q-4 39 -15 65q-14 35 -33 54q-23 23 -55 35q-39 14 -78 14h-344v-545h494v-100h-494v-613h395q51 0 84 12.5 t58 37.5q23 23 35 53.5t18 64.5l14 88h107l-14 -358h-1098z" />
-<glyph unicode="F" horiz-adv-x="1206" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h1032l10 -358h-106l-10 88q-2 33 -17 65q-14 35 -33 54q-23 23 -57 35q-39 14 -82 14h-336v-592h494v-100h-494v-435q0 -49 13 -77 q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4h68v-86h-637z" />
-<glyph unicode="G" horiz-adv-x="1460" d="M117 733q0 168 45 303q45 137 137 238q90 98 223 153q135 55 312 56q123 0 198 -17q86 -18 142 -49q57 -31 83 -74q29 -45 29 -90q0 -33 -14 -59q-14 -25 -41 -45.5t-60 -28.5q-37 -10 -75 -10q0 51 -15 94q-18 53 -44.5 86t-84.5 60q-51 25 -127 24q-129 0 -221 -43 q-94 -43 -149 -123q-59 -86 -84 -202q-27 -129 -27 -273q0 -158 27 -272q29 -123 88 -201q63 -82 157.5 -123t237.5 -41q59 0 114.5 6.5t98.5 18.5v330q0 41 -14 73q-10 25 -35 41q-18 12 -55 21q-20 4 -64 4h-8v86h532v-86h-8q-39 0 -55 -4q-29 -8 -45 -21q-18 -16 -31 -45 q-10 -25 -10 -78v-368q-109 -51 -211 -72q-113 -23 -242 -22q-178 0 -311 55q-137 57 -219 151q-88 100 -131 240q-43 138 -43 307z" />
-<glyph unicode="H" horiz-adv-x="1622" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-414h666v414q0 45 -15 78q-12 27 -34 43q-18 14 -54 20 q-31 6 -65 6h-27v86h596v-86h-26q-35 0 -66 -6q-35 -6 -53 -20q-23 -16 -35 -43q-14 -33 -14 -78v-1006q0 -41 14 -73q10 -20 37 -41q20 -14 53 -19q41 -4 64 -4h26v-86h-596v86h27q45 0 65 4q35 6 54 21q23 16 34 45q14 33 15 77v480h-666v-480q0 -49 13 -77q12 -27 36 -45 q18 -14 54 -21q20 -4 65 -4h27v-86h-596z" />
-<glyph unicode="I" horiz-adv-x="751" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v996q0 45 -14 78q-12 27 -35 43q-18 14 -53 20q-31 6 -66 6h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-996q0 -49 13 -77q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4 h27v-86h-596z" />
-<glyph unicode="J" horiz-adv-x="729" d="M-23 -395h19q65 0 117 18q55 18 88 62q35 45 53 116q18 74 18 181v1255q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-1245q0 -137 -36.5 -229.5t-98.5 -145.5 q-68 -57 -149 -78q-90 -23 -183 -23h-35v97z" />
-<glyph unicode="K" horiz-adv-x="1433" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-27 -18 -36 -43q-12 -29 -13 -78v-578l424 486q34 37 55 67q29 41 35 53.5t17 42.5q6 18 6 33 q0 27 -25 35q-27 10 -76 10v84h453v-84q-29 0 -68 -14q-31 -10 -65 -37q-27 -20 -66 -61q-35 -35 -75 -80l-297 -334l432 -602q57 -78 114 -123q53 -41 111 -41h4v-86h-22q-111 0 -168 8q-74 10 -113 29q-45 20 -78 57q-43 47 -71 90l-353 506l-174 -141v-316q0 -49 13 -77 q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-596z" />
-<glyph unicode="L" horiz-adv-x="1275" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v996q0 45 -14 78q-12 27 -35 43q-18 14 -53 20q-31 6 -66 6h-26v86h596v-86h-27q-25 0 -65 -4q-29 -2 -54 -20q-27 -18 -36 -43q-12 -27 -13 -72v-1135h404q41 0 78 17q34 15 55 43q16 23 31 59q14 39 16 66 l20 153h107l-14 -440h-1098z" />
-<glyph unicode="M" horiz-adv-x="1918" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h467l424 -1171l420 1171h454v-86h-26q-35 0 -66 -6q-35 -6 -53 -20q-23 -16 -35 -43q-14 -33 -14 -78v-996q0 -45 14 -77q12 -29 35 -45 q18 -14 53 -21q20 -4 66 -4h26v-86h-545v86h7q23 0 59 4q20 2 45 19q16 10 31 38q8 16 12 68v1094l-469 -1309h-111l-475 1305v-1072q0 -47 11 -77q10 -29 28 -45q16 -14 47 -21q18 -4 62 -4h6v-86h-473z" />
-<glyph unicode="N" horiz-adv-x="1562" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h375l733 -1132v907q0 45 -12 72q-10 25 -37 43q-25 18 -54 20q-41 4 -65 4h-27v86h514v-86h-26q-35 0 -66 -6q-35 -6 -53 -20 q-27 -18 -37 -43q-12 -29 -12 -78v-1229h-146l-768 1180v-947q0 -49 13 -77q12 -27 36 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-514z" />
-<glyph unicode="O" horiz-adv-x="1519" d="M115 735q0 168 41 309q41 139 118 236q82 100 203 152q125 53 285 53q152 0 274 -53q115 -51 201 -152q80 -96 125 -238q41 -131 41 -309q0 -176 -41 -307q-45 -145 -125 -239.5t-203 -151.5q-121 -55 -274 -55q-166 0 -285 55q-125 57 -201 151q-78 94 -118 240 q-41 141 -41 309zM342 733q0 -147 23 -272q20 -115 71 -201q49 -82 131 -127q80 -43 193 -43q115 0 194.5 43t128.5 127q49 82 70 201q23 125 23 272q0 145 -23 271q-23 123 -70 202q-49 82 -129 125t-192 43q-115 0 -195 -43t-129 -125q-53 -90 -73 -202q-23 -126 -23 -271 z" />
-<glyph unicode="P" horiz-adv-x="1236" d="M78 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1004q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h575q129 0 224 -30q100 -33 157 -84q61 -55 92 -135t31 -179q0 -90 -29 -176q-27 -80 -94 -147q-61 -61 -170 -103q-102 -39 -256 -39h-129 v-346q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h68v-86h-637zM479 666h109q88 0 160 20q63 18 106 62q45 45 63.5 112.5t18.5 165.5q0 92 -16 150q-16 59 -56 104q-35 41 -98 63q-59 20 -148 21h-139v-698z" />
-<glyph unicode="Q" horiz-adv-x="1519" d="M115 735q0 168 41 309q41 139 118 236q82 100 203 152q125 53 285 53q152 0 274 -53q115 -51 201 -152q80 -96 125 -238q41 -131 41 -309q0 -154 -33 -276q-34 -126 -98 -221q-70 -102 -158 -160q-98 -63 -217 -84q8 -102 35 -176q25 -72 63.5 -113t89.5 -59 q53 -18 115 -19h33v-96h-88q-78 0 -162 22q-82 23 -145 74q-70 55 -111 139q-47 92 -55 220q-137 14 -246 75q-106 59 -172 156q-74 106 -104 229q-35 135 -35 291zM342 733q0 -147 23 -272q20 -115 71 -201q49 -82 131 -127q80 -43 193 -43q115 0 194.5 43t128.5 127 q49 82 70 201q23 125 23 272q0 145 -23 271q-23 123 -70 202q-49 82 -129 125t-192 43q-115 0 -195 -43t-129 -125q-53 -90 -73 -202q-23 -126 -23 -271z" />
-<glyph unicode="R" horiz-adv-x="1341" d="M78 0v86h26q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1014q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h551q266 0 395 -98q131 -100 131 -297q0 -84 -27 -143q-29 -61 -69 -107q-43 -47 -96 -76q-49 -27 -109 -47l281 -444q51 -82 102 -123 t113 -41h6v-86h-29q-96 0 -158 6q-59 6 -104 29q-47 25 -74 55q-37 43 -65 94l-277 461h-170v-422q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h27v-86h-596zM479 741h144q90 0 149 21q61 20 96 59t52 101q16 66 16 139q0 88 -16 139q-18 57 -56 94 q-39 39 -98 54q-66 16 -148 16h-139v-623z" />
-<glyph unicode="S" horiz-adv-x="1112" d="M98 268q0 63 39 100.5t109 37.5q2 -55 20 -123q15 -58 49 -105q33 -45 84.5 -71.5t122.5 -26.5q138 0 215 67q78 68 78 191q0 53 -16 98q-14 41 -54 80q-37 37 -96 70q-66 37 -151 71q-90 37 -166 84q-76 45 -119 99q-51 61 -70 121q-23 72 -22 151q0 92 33 158 q37 74 94 116q66 49 141 72q82 25 180 25q90 0 162 -19q68 -18 121 -51q49 -31 74 -74q27 -47 26 -86q0 -66 -43 -100q-41 -33 -118 -33q0 55 -11 94q-12 49 -39 84q-29 37 -71 60q-45 23 -109 22q-57 0 -106 -16q-45 -16 -78 -47q-31 -31 -49 -74q-16 -39 -16.5 -96 t16.5 -107q16 -45 53 -84q39 -39 98 -71q57 -31 150 -70q82 -35 159 -78q66 -37 121 -92q47 -47 74 -112.5t27 -141.5q0 -102 -35 -174q-37 -76 -103 -129q-63 -51 -157 -80q-96 -29 -209 -28q-102 0 -176 20t-129 59q-49 35 -76 91q-27 57 -27 118z" />
-<glyph unicode="T" horiz-adv-x="1253" d="M41 1104l10 358h1153l10 -358h-106l-10 88q-2 25 -15 65q-8 31 -28.5 53.5t-48.5 35.5q-35 14 -78 14h-199v-1127q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h47v-86h-637v86h47q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v1137h-196q-39 0 -76 -14 q-29 -12 -49.5 -35t-28.5 -54q-12 -41 -14 -65l-11 -88h-106z" />
-<glyph unicode="U" horiz-adv-x="1466" d="M31 1376v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-799q0 -90 24.5 -151.5t71.5 -102.5q41 -35 109 -55q61 -18 137 -19q89 0 154 25q66 25 106 66q43 41 64 100q20 55 20 129v815q0 39 -14 72q-10 25 -37 43q-25 18 -53 20 q-41 4 -64 4h-26v86h514v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-811q0 -102 -33 -182q-35 -88 -96 -140q-66 -57 -158 -86q-96 -31 -215 -30q-115 0 -217 26q-94 25 -161.5 80t-102.5 143t-35 213v795q0 39 -14 72q-10 25 -37 43 q-25 18 -53 20q-41 4 -64 4h-26z" />
-<glyph unicode="V" horiz-adv-x="1380" d="M0 1376v86h563v-86h-47q-61 0 -92 -24.5t-31 -73.5q0 -10 4 -35q4 -20 13 -41l225 -665q37 -111 53 -177l39 -159q8 39 39 157q22 83 55 179l226 651q2 4 14 49q4 14 4 39q0 51 -33 75.5t-102 24.5h-47v86h499v-86h-39q-29 0 -51 -6q-20 -6 -38.5 -24.5t-32.5 -47.5 q-8 -16 -33 -81l-424 -1217h-150l-442 1268q-14 35 -25 53q-12 23 -28 33q-14 10 -39 16q-23 6 -53 6h-27z" />
-<glyph unicode="W" horiz-adv-x="2142" d="M18 1376v86h564v-86h-47q-61 0 -92 -24.5t-31 -73.5q0 -16 6 -35q4 -18 10 -41l188 -655q27 -92 50 -182l39 -164q14 74 36 174q31 137 47 194l244 879h148l256 -887q37 -135 51 -196l37 -164q6 29 19 86t16 69q14 61 47 181l180 632q2 12 6 27q2 4 4 14.5t4 16.5 q2 8 4 14t2 12q2 8 2 23q0 51 -34 76q-33 25 -101 24h-47v86h500v-86h-39q-31 0 -53.5 -6t-39 -22.5t-32.5 -49t-31 -81.5l-346 -1217h-184l-334 1147l-313 -1147h-189l-375 1268q-8 29 -22 53q-12 20 -31 33q-14 10 -39 16q-20 6 -53 6h-27z" />
-<glyph unicode="X" horiz-adv-x="1351" d="M16 0v86h13q29 0 65 8q27 6 51 25q29 20 45 43q41 51 52 67l342 490l-338 549q-37 59 -84 84q-46 25 -92 24h-27v86h555v-86h-6q-29 0 -57 -4q-25 -4 -37 -12q-12 -10 -19 -21q-4 -8 -4 -22q0 -4 1 -11.5t1 -9.5q0 -12 6 -24q2 -4 6.5 -14.5t8.5 -16.5q10 -20 26 -45 l185 -299l194 295l37 65q14 29 14 60q0 18 -8 29q-9 12 -24 18q-23 8 -33 10q-14 2 -45 2h-6v86h448v-86h-18q-20 0 -54 -8q-29 -8 -49 -25q-29 -25 -47 -45q-31 -35 -53 -69l-297 -428l377 -606q43 -57 86 -84q39 -25 78 -25h26v-86h-553v86h11q123 0 122 68q0 14 -2 22 q0 2 -10 27q-2 4 -20 37q-31 47 -35 55l-203 326l-227 -336q-6 -8 -19 -29q-4 -6 -9 -18.5t-7 -16.5l-12 -37q-6 -18 -6 -34q0 -35 32 -50q31 -14 101 -14h6v-86h-488z" />
-<glyph unicode="Y" horiz-adv-x="1280" d="M-10 1376v86h563v-86h-76q-27 0 -45 -6q-25 -8 -29 -12q-8 -8 -12 -23q-4 -16 -4 -24q0 -29 12 -58q16 -37 25 -51l151 -274q39 -68 62 -125q4 -10 41 -109q4 8 11 24.5t11 24.5l31 58l35 63l35 64l131 235q16 27 29 66q8 27 8 57q0 46 -31 68q-33 23 -92 22h-60v86h500 v-86h-24q-16 0 -41 -8q-16 -6 -39 -25q-22 -18 -43 -49q-23 -33 -47 -77l-344 -607v-377q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 65 -4h48v-86h-637v86h47q25 0 65 4q33 4 54 19q27 20 36 41q12 28 13 73v387l-379 658q-4 6 -11.5 16t-12.5 18.5t-9 14.5 q-16 25 -31 35q-15 12 -37 18q-20 6 -45 6h-26z" />
-<glyph unicode="Z" horiz-adv-x="1210" d="M74 0v82l768 1278h-445q-41 0 -75 -14q-29 -12 -49.5 -35t-28.5 -54q-12 -41 -15 -65l-10 -88h-106l10 358h971v-84l-770 -1276h516q47 0 78 13q27 10 49 37q20 23 28 53q12 41 15 65l10 88h106l-10 -358h-1042z" />
-<glyph unicode="[" horiz-adv-x="733" d="M205 -262v1818h457v-86h-89q-35 0 -65 -6q-35 -6 -53 -20q-23 -16 -35 -43q-14 -33 -14 -78v-1352q0 -45 14 -77q12 -27 35 -44q18 -14 53 -20q31 -6 65 -6h89v-86h-457z" />
-<glyph unicode="\" horiz-adv-x="589" d="M0 1556h119l471 -1804h-121z" />
-<glyph unicode="]" horiz-adv-x="735" d="M76 -176h88q35 0 65 6q35 6 54 20q27 18 36 44q12 29 13 77v1352q0 49 -13 78q-10 25 -36 43q-18 14 -54 20q-31 6 -65 6h-88v86h456v-1818h-456v86z" />
-<glyph unicode="^" d="M104 545l431 917h71l432 -917h-137l-332 729l-327 -729h-138z" />
-<glyph unicode="_" horiz-adv-x="937" d="M-10 -170h960v-121h-960v121z" />
-<glyph unicode="`" horiz-adv-x="1181" d="M393 1548v21h219q15 -34 37 -74q37 -70 45 -82l49 -78q33 -49 48 -67v-27h-78q-41 29 -88 70l-95 86q-33 31 -81 84q-38 39 -56 67z" />
-<glyph unicode="a" horiz-adv-x="1150" d="M102 307q0 164 115 242q117 80 352 86l170 6v123q0 55 -6 102t-26.5 80t-57.5 51.5t-100 18.5q-57 0 -96 -17q-31 -12 -56 -47q-23 -33 -28 -69q-6 -39 -7 -90q-84 0 -129 28.5t-45 100.5q0 51 29 90q27 35 80 61q43 20 117 35q57 10 143 10q94 0 164 -18q71 -18 117 -62 q49 -45 71 -108q23 -61 23 -166v-531q0 -45 6 -71q6 -25 23 -45q14 -18 40 -25q25 -6 58 -6h6v-86h-277l-32 176h-17q-31 -43 -61.5 -80t-67.5 -61q-43 -29 -80 -41q-43 -14 -110 -14q-61 0 -127 20q-55 18 -100 59q-39 37 -66 103q-25 61 -25 145zM301 297q0 -96 41 -143.5 t125 -47.5q66 0 113 21q55 25 86 55q37 37 55 90q18 51 18 119v166l-131 -6q-90 -4 -145 -21q-57 -18 -94 -49q-35 -29 -51.5 -78t-16.5 -106z" />
-<glyph unicode="b" horiz-adv-x="1255" d="M37 0v86h16q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-16v86h377v-376v-80q0 -31 -4 -88l-4 -99h8q16 35 53 84q29 37 65 66q33 25 86 41q45 14 109 14q104 0 178 -33q80 -35 131 -104q55 -76 82 -176 q27 -104 27 -254q0 -152 -27 -256q-27 -102 -82 -178q-49 -66 -131 -103q-80 -35 -178 -34q-49 0 -106 14q-47 12 -89 37q-39 25 -67.5 55.5t-50.5 73.5h-13l-36 -160h-328zM414 551q0 -92 14 -189q12 -86 45 -139q35 -57 86 -84q53 -29 135 -28q68 0 115 28.5t78 83.5 q29 51 45 139q14 78 14 191t-14 190q-14 82 -45 136q-31 55 -78 81.5t-117 26.5q-82 0 -133 -26q-59 -31 -86 -80q-33 -61 -45 -138q-14 -96 -14 -192z" />
-<glyph unicode="c" horiz-adv-x="1007" d="M113 543q0 160 34 274q33 109 97 178q59 66 145 94.5t180 28.5q61 0 127 -12q53 -10 115 -39q53 -25 84 -66q31 -40 31 -92q0 -74 -45 -100q-47 -29 -138 -29q0 51 -8 90t-28 76q-18 33 -52 51t-86 19q-57 0 -106 -22.5t-82 -76t-51.5 -145.5t-18.5 -227q0 -221 72 -326 q74 -106 238 -106q94 0 165 41q76 43 107 102q16 -12 25 -33q10 -25 10 -47q0 -35 -23 -70q-23 -37 -65 -63q-39 -25 -109 -45q-63 -18 -151 -18q-96 0 -189 32q-86 31 -147 99q-63 70 -97 174q-34 111 -34 258z" />
-<glyph unicode="d" horiz-adv-x="1255" d="M113 547q0 152 26 256q28 108 80 178q51 70 131 104q74 33 180 33q57 0 107 -12q39 -10 86 -39q43 -27 70 -55q29 -31 51 -74h12q-4 66 -6 94l-4 76q-2 25 -2 55v168q0 45 -13 72q-10 25 -36 43q-25 18 -54 20q-41 4 -65 4h-17v86h377v-1331q0 -46 13 -73q10 -20 36 -41 q25 -18 54 -21q41 -4 65 -4h17v-86h-347l-22 184h-8q-20 -45 -53 -84q-37 -43 -66 -65q-33 -25 -86 -41q-45 -14 -109 -14q-100 0 -180 34q-82 37 -131 103q-53 72 -79.5 176t-26.5 254zM311 545q0 -217 59.5 -325.5t194.5 -108.5q82 0 133 26q55 29 86 80q35 57 47 137 q12 84 13 193q0 104 -13 188q-12 82 -47 139q-37 59 -86 84q-57 29 -135 29q-63 0 -114 -29q-47 -27 -80 -86q-27 -47 -43 -137q-15 -77 -15 -190z" />
-<glyph unicode="e" horiz-adv-x="1095" d="M113 541q0 285 118 432q117 145 336 145q98 0 178 -31q76 -29 134 -92q51 -57 84 -153q31 -92 30 -213v-94h-682q4 -121 23 -193q23 -82 59 -131q41 -55 94 -78q55 -25 129 -24q52 0 99 12t82 33q43 25 65 45q29 25 47 53q14 -6 26.5 -24.5t12.5 -45.5q0 -29 -22 -67 q-20 -33 -68 -66q-41 -27 -110 -49q-63 -20 -160 -20q-104 0 -199 38q-86 35 -149 109q-59 68 -95 176q-32 101 -32 238zM315 645h471q0 80 -12 148q-10 57 -39 114q-25 49 -67 74q-47 27 -105 27q-115 0 -176 -93q-60 -88 -72 -270z" />
-<glyph unicode="f" horiz-adv-x="755" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v102q0 90 24 162q23 68 72 119q43 45 115 71q68 25 151 25q74 0 136 -10q45 -8 88 -31q34 -18 49 -43q14 -23 14 -59q0 -28 -12 -50q-12 -20 -35 -36q-18 -14 -53 -21q-41 -8 -68 -8 q0 31 -6 61q-6 27 -23 52q-14 20 -40 36q-23 14 -66 15q-47 0 -74 -17q-29 -16 -47 -51q-20 -39 -26 -82q-6 -49 -7 -114v-121h289v-97h-289v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h78v-86h-633z" />
-<glyph unicode="g" horiz-adv-x="1101" d="M47 -193q0 61 21 105q23 49 57.5 77.5t81.5 51.5q41 18 96 29q-16 6 -40.5 24.5t-37.5 34.5q-15 22 -24 49q-10 31 -11 60q0 63 31 106q31 41 103 86q-45 18 -78 49q-31 27 -58 72q-25 41 -36 88q-12 49 -13 100q0 88 25 158q27 76 72 121q49 49 118 74q76 27 170 26 q37 0 74 -6q41 -6 65.5 -14t55.5 -23q23 -10 39 -24q2 2 14 16t21 20q29 25 45 35q29 18 55 29q25 10 63 10q35 0 54 -8q25 -10 37 -23q16 -16 22 -34q8 -25 8 -41q0 -23 -6 -41q-6 -16 -20 -35q-10 -12 -33 -23q-18 -8 -49 -8q0 16 -2 25q-2 12 -11 22q-6 8 -20 17 q-12 6 -35 6q-25 0 -47 -6q-18 -4 -41 -19q37 -47 57 -102q23 -61 23 -146q0 -74 -23 -141q-20 -61 -69 -110q-47 -47 -115 -74t-162 -27h-26q-6 0 -14.5 1t-16.5 1q-6 0 -15.5 1t-13.5 1t-11 1t-9 1q-8 -4 -37 -22q-25 -16 -33 -26.5t-20 -35.5q-8 -16 -9 -41q0 -27 9 -41 q8 -12 26.5 -22t40.5 -12q16 -2 51 -2h232q88 0 156 -23q61 -20 104 -63q41 -41 59.5 -96.5t18.5 -123.5q0 -92 -33 -159q-37 -76 -98 -121q-66 -47 -170 -76q-98 -27 -242 -27q-215 0 -319 78q-107 80 -107 221zM213 -180q0 -45 12 -84q12 -43 41 -68q31 -29 82 -43 q55 -16 129 -16q113 0 182 18q72 18 113 51q41 31 59 80q16 41 17 99q0 41 -14 77q-12 29 -39 48q-29 18 -66 24q-53 8 -90 8h-201q-31 0 -84 -8q-39 -6 -71.5 -28.5t-51 -59.5t-18.5 -98zM332 745q0 -131 43 -192t143 -61q47 0 84 16t57 45q22 31 31 80q10 55 10 115 q0 141 -43 204q-43 66 -141 66t-141 -68t-43 -205z" />
-<glyph unicode="h" horiz-adv-x="1298" d="M37 0v86h16q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-16v86h377v-450v-59q0 -23 -4 -56l-4 -59h10q92 186 301 186q88 0 155 -24q70 -25 113 -72q45 -47 69.5 -125t24.5 -180v-484q0 -49 13 -77 q14 -31 32.5 -45.5t49.5 -20.5q18 -4 63 -4h6v-86h-356v707q0 68 -13 118q-12 53 -38 88q-29 39 -68 56q-43 18 -106 18q-65 0 -111 -24q-47 -25 -76 -66q-31 -45 -47 -106q-14 -57 -14 -136v-432q0 -41 14 -73q10 -20 37 -41q20 -14 53 -19q41 -4 64 -4h6v-86h-551z" />
-<glyph unicode="i" horiz-adv-x="653" d="M47 0v86h27q25 0 65 4q33 4 54 19q27 20 36 41q12 28 13 73v649q0 45 -13 72q-10 25 -36 43q-18 14 -54 21q-20 4 -65 4h-6v86h366v-865q0 -45 15 -77q12 -29 34 -45q18 -14 54 -21q20 -4 65 -4h27v-86h-582zM213 1430q0 39 8 61q8 20 27 39q14 14 36.5 20t45 6t45 -6 t37.5 -20q16 -16 24 -39q10 -27 10 -61q0 -33 -10 -60q-8 -23 -24.5 -39t-36.5 -22q-23 -6 -45.5 -6t-44.5 6q-20 6 -37 22q-18 18 -27 39q-8 23 -8 60z" />
-<glyph unicode="j" horiz-adv-x="612" d="M-25 -395h15q55 0 98 18q41 16 72 62q29 41 45 116q16 78 16 181v890q0 39 -14 72q-10 25 -37 43q-18 14 -53 21q-20 4 -64 4h-6v86h367v-1114q0 -143 -29 -230q-29 -90 -86 -145q-57 -57 -127 -78q-78 -23 -164 -23h-33v97zM193 1430q0 35 10 61q8 23 24 39q14 14 37 20 t45.5 6t45 -6t36.5 -20q16 -16 25 -39q10 -27 10 -61q0 -33 -10 -60q-8 -23 -24.5 -39t-37.5 -22q-23 -6 -45 -6t-45 6q-20 6 -36.5 22.5t-24.5 38.5q-10 27 -10 60z" />
-<glyph unicode="k" horiz-adv-x="1196" d="M37 0v86h16q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-16v86h377v-790v-72q0 -29 -4 -86q-2 -47 -4 -100l256 280q29 31 55 66q31 39 35 47q2 4 16 39q6 15 6 31q0 27 -24 33q-33 8 -76 8v86h452v-86 q-72 0 -139 -49q-74 -53 -149 -142l-144 -162l273 -405q49 -78 106 -125q53 -43 121 -43h6v-86h-29q-89 0 -147 6q-61 6 -98 25q-45 23 -78 61q-41 47 -78 107l-205 321l-151 -112v-185q0 -41 14 -73q10 -20 37 -41q20 -14 53 -19q41 -4 64 -4h6v-86h-551z" />
-<glyph unicode="l" horiz-adv-x="634" d="M27 0v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1098q0 39 -14 72q-10 25 -37 43q-25 18 -53 20q-41 4 -64 4h-26v86h387v-1323q0 -49 12 -77q12 -27 37 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-581z" />
-<glyph unicode="m" horiz-adv-x="1933" d="M57 0v86h27q45 0 63 4q33 8 52 21q18 14 32 45q10 23 11 77v639q0 45 -13 72q-12 29 -32 43q-18 14 -50 21q-18 4 -63 4h-6v86h321l27 -166h10q29 53 66 94q35 37 71.5 57.5t81.5 26.5q57 8 90 8q43 0 95 -10q37 -8 84 -33q39 -20 69 -57q33 -39 49 -86h17q29 55 67 94 q37 35 76 57q37 20 86 27q57 8 92 8q78 0 140 -24q63 -27 104 -72q47 -55 68 -125q23 -80 22 -180v-484q0 -49 12 -77q14 -31 33 -45.5t49 -20.5q18 -4 64 -4h6v-86h-356v707q0 76 -11 118q-10 45 -38 88q-25 37 -66 56q-39 18 -100 18q-63 0 -107 -24q-47 -27 -72 -66 q-27 -41 -38 -98q-10 -45 -11 -117v-449q0 -49 13 -77q14 -31 32.5 -45.5t49.5 -20.5q18 -4 63 -4h6v-86h-356v707q0 68 -12.5 119t-37 87.5t-65.5 55.5q-39 18 -100 18q-68 0 -113 -26q-46 -28 -74 -74q-27 -43 -39 -107q-12 -61 -12 -125v-432q0 -41 15 -73q10 -25 34 -41 q20 -14 54 -19q41 -4 65 -4h6v-86h-551z" />
-<glyph unicode="n" horiz-adv-x="1320" d="M57 0v86h17q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v639q0 45 -13 72q-10 25 -36 43q-18 14 -54 21q-20 4 -65 4h-6v86h331l27 -166h10q29 55 68 94t74 57q37 20 84 27q57 8 94 8q80 0 145.5 -24.5t106.5 -71.5q47 -53 69 -125q23 -70 23 -180v-484q0 -49 12 -77 q14 -31 32.5 -45.5t49.5 -20.5q18 -4 63 -4h7v-86h-357v707q0 68 -12 118q-12 53 -39 88q-29 37 -70 56q-43 18 -104 18q-72 0 -117 -26q-53 -31 -78 -74q-29 -49 -41 -107q-12 -61 -12 -125v-432q0 -41 15 -73q10 -25 34 -41q20 -14 54 -19q41 -4 65 -4h6v-86h-551z" />
-<glyph unicode="o" horiz-adv-x="1181" d="M113 551q0 287 123 428q121 139 358 139q106 0 199 -35q88 -33 149 -104q59 -70 94 -178q33 -104 33 -250q0 -289 -123 -430t-358 -141q-106 0 -199 34q-84 33 -149 107q-59 70 -95 178q-32 105 -32 252zM311 551q0 -121 15 -201q16 -88 49 -145.5t86 -87.5 q51 -31 131 -31t131 31q53 31 86 88q31 53 47 145q14 80 14 201q0 109 -16 201q-16 90 -47 143q-34 58 -86 86q-53 29 -131 29q-76 0 -129 -29q-52 -28 -86 -86q-35 -59 -49 -143q-15 -80 -15 -201z" />
-<glyph unicode="p" horiz-adv-x="1255" d="M27 1012v86h358l21 -185h8q16 35 53 84q29 37 65 66q33 25 86 41q45 14 109 14q104 0 178 -33q80 -35 131 -104q55 -76 82 -176q27 -104 27 -254q0 -152 -27 -256q-27 -102 -82 -178q-49 -66 -131 -103q-80 -35 -178 -34q-49 0 -106 14q-47 12 -89 37q-39 25 -67.5 55.5 t-50.5 73.5h-8q0 -16 1 -49t3 -50q0 -6 1 -19t1 -22v-36q0 -6 1 -17.5t1 -15.5v-23v-196q0 -39 14 -72q10 -25 37 -43q20 -14 53 -18q41 -4 64 -5h6v-86h-551v86h16q45 0 66 5q35 6 53 20q23 16 35 45q14 37 14 78v1130q0 39 -14 72q-10 25 -37 43q-18 14 -53 21 q-20 4 -64 4h-26zM414 551q0 -92 14 -189q12 -86 45 -139q35 -57 86 -84q53 -29 135 -28q68 0 115 28.5t78 83.5q29 51 45 139q14 78 14 191t-14 190q-14 82 -45 136q-31 55 -78 81.5t-117 26.5q-82 0 -133 -26q-59 -31 -86 -80q-33 -61 -45 -138q-14 -96 -14 -192z" />
-<glyph unicode="q" horiz-adv-x="1255" d="M113 547q0 152 26 256q28 108 80 178q51 70 131 104q74 33 180 33q57 0 107 -12q39 -10 86 -39q43 -27 70 -55q29 -31 51 -74h12l37 160h328v-86h-17q-45 0 -65 -4q-35 -6 -54 -21q-27 -18 -36 -45q-12 -31 -13 -78v-1130q0 -45 13 -72q10 -25 36 -43q18 -14 54 -20 q20 -4 65 -5h17v-86h-613v86h68q45 0 65 5q35 6 54 20q27 18 36 45q12 31 13 78v176q0 10 1 37t1 43q0 59 2 88l4 98h-8q-20 -45 -53 -84q-37 -43 -66 -65q-33 -25 -86 -41q-45 -14 -109 -14q-100 0 -180 34q-82 37 -131 103q-53 72 -79.5 176t-26.5 254zM311 545 q0 -217 59.5 -325.5t194.5 -108.5q82 0 133 26q55 29 86 80q35 57 47 137q12 84 13 193q0 104 -13 188q-12 82 -47 139q-37 59 -86 84q-57 29 -135 29q-63 0 -114 -29q-47 -27 -80 -86q-27 -47 -43 -137q-15 -77 -15 -190z" />
-<glyph unicode="r" horiz-adv-x="964" d="M68 0v86h6q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v639q0 45 -13 72q-10 25 -36 43q-18 14 -54 21q-20 4 -65 4h-6v86h315l39 -203h10l41 86q25 45 51 72q29 29 76 47t113 18q113 0 166 -39q55 -40 55 -110q0 -29 -10 -60q-8 -25 -33 -45q-27 -23 -60 -30 q-41 -10 -88 -11q0 86 -24.5 123t-83.5 37q-35 0 -68 -22q-35 -25 -53 -56q-23 -39 -37 -82q-20 -61 -26 -94q-10 -49 -13 -96q-4 -66 -4 -88v-322q0 -41 15 -73q10 -25 34 -41q20 -14 54 -19q41 -4 65 -4h57v-86h-591z" />
-<glyph unicode="s" horiz-adv-x="923" d="M92 197q0 37 14 69q10 25 33 43q20 16 41 22.5t41 6.5q0 -61 10 -100q12 -47 37 -84q20 -31 70 -56q41 -20 104 -20q45 0 97 14q45 12 71.5 37t42.5 59q14 31 15 76q0 43 -11 66q-10 25 -41 51q-27 23 -77 49q-74 37 -123 57q-76 33 -137 68q-63 37 -97 70q-41 41 -57 86 q-18 49 -19 116q0 70 27 123q28 55 80 92q53 37 121 56q72 18 158 18q78 0 129 -14q55 -16 94 -41q39 -27 57 -60q18 -35 19 -73q0 -57 -39 -90t-109 -33q0 100 -43 160q-43 57 -133 57q-51 0 -88 -12q-39 -12 -62 -33q-20 -18 -34 -53q-10 -27 -11 -66q0 -41 15 -67 q18 -35 43 -54q29 -23 80 -45q10 -4 32.5 -14l43 -19.5t40.5 -17.5q84 -35 140 -68q59 -35 94 -71q37 -41 55 -88q18 -49 19 -113q0 -76 -29 -139q-27 -57 -82 -101q-51 -39 -127 -61q-70 -20 -166 -20q-68 0 -139 14q-61 12 -107 41q-43 28 -67 67q-25 42 -25 95z" />
-<glyph unicode="t" horiz-adv-x="720" d="M39 981v82q41 0 82 14.5t78 50.5q37 41 57 91q23 53 37 131h94v-252h268v-117h-268v-690q0 -104 43 -153.5t113 -49.5q27 0 67 4q25 2 64 10v-90q-10 -6 -35 -12q-29 -8 -45 -10q-8 0 -24.5 -3t-26.5 -5q-18 -2 -51 -2q-74 0 -134 16q-53 14 -92 53q-35 35 -53 98 q-18 61 -18 150v684h-156z" />
-<glyph unicode="u" horiz-adv-x="1298" d="M47 1012v86h367v-707q0 -61 10 -119q8 -49 35 -88q25 -37 67.5 -55t102.5 -18q68 0 117 24.5t79 67.5q33 45 47 104q14 57 15 135v422q0 47 -13 78q-10 27 -36 45q-18 14 -54 21q-20 4 -65 4h-6v86h366v-875q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h6v-86 h-325l-27 166h-10q-29 -55 -68 -94q-31 -31 -80 -56q-47 -23 -88 -28q-61 -8 -96 -8q-76 0 -143 22q-59 20 -107 74q-45 51 -65 125q-23 80 -23 180v491q0 39 -14 72q-10 25 -37 43q-18 14 -53 21q-20 4 -64 4h-6z" />
-<glyph unicode="v" horiz-adv-x="1185" d="M8 1012v86h512v-86h-26q-61 0 -92 -24.5t-31 -74.5q0 -10 4 -34q4 -20 12 -41l139 -387l27 -80l27 -84q20 -72 22 -80q12 -51 14 -64h7q10 39 16 54l27 71q4 12 30 78q8 23 15.5 42.5l13.5 35.5l147 399q12 33 15 47q4 29 4 41q0 51 -33 76q-35 25 -102 25h-15v86h439 v-86h-25q-29 0 -51 -6q-16 -4 -37 -25q-16 -16 -33 -49q-18 -39 -35 -80l-323 -852h-187l-329 903q-14 35 -25 53q-12 20 -30.5 32.5t-38.5 19.5q-14 4 -52 4h-6z" />
-<glyph unicode="w" horiz-adv-x="1763" d="M2 1012v86h506v-86h-27q-61 0 -92 -18.5t-31 -67.5q0 -25 4 -41q8 -33 13 -47l96 -344l21 -80q6 -23 20 -88q10 -43 18 -82q4 -14 7.5 -35t5.5 -29h6q0 4 5 25.5t9 34.5l8.5 34.5t10.5 40.5l24 80q4 14 14.5 42t12.5 36l213 619h129l205 -607l26 -79q8 -25 14.5 -47.5 l10.5 -36.5l22 -78q4 -14 8.5 -35t6.5 -29h6q12 68 29 125l51 174l102 330q6 18 14 55q4 20 5 47q0 51 -33 76t-103 25h-14v86h438v-86h-26q-29 0 -51 -6q-27 -8 -41 -23q-12 -12 -31 -49q-16 -33 -31 -82l-264 -852h-164l-244 721l-37 135l-290 -856h-162l-268 903 q-14 35 -25 53q-12 20 -30.5 32.5t-39.5 19.5q-14 4 -51 4h-6z" />
-<glyph unicode="x" horiz-adv-x="1183" d="M10 0v86h19q37 0 65 6q33 6 53 21q23 14 50 41q14 14 55 63l258 334l-258 352q-47 53 -88 80q-45 29 -88 29h-27v86h520v-86h-6q-29 0 -57 -4q-25 -4 -37 -13q-12 -10 -18 -20q-4 -8 -5 -23q0 -18 13 -41q10 -18 35 -53l135 -184l106 153l37 66q14 29 14 59q0 37 -32 49 q-25 10 -78 11h-6v86h448v-86h-18q-39 0 -56 -4q-25 -6 -47 -21q-27 -16 -49 -39q-14 -14 -55 -67l-211 -281l301 -405q43 -57 86 -84q41 -25 78 -25h27v-86h-529v86h10q123 0 123 68q0 6 -4 22.5t-10 26.5q-16 29 -25 39q-31 43 -39 53l-137 184l-143 -200 q-12 -16 -18.5 -26.5t-18.5 -35.5q-4 -8 -12 -33q-6 -18 -6 -34q0 -33 28 -50q27 -14 99 -14h6v-86h-488z" />
-<glyph unicode="y" horiz-adv-x="1155" d="M8 1012v86h492v-86h-6q-61 0 -92 -24.5t-31 -74.5q0 -10 4 -34q4 -20 12 -41l150 -365l30 -76q25 -70 29 -82q14 -41 25 -77q10 -33 14 -62h6q4 16 31 109q8 29 45 139l137 399q12 33 14 47q4 29 4 41q0 51 -34.5 76t-100.5 25h-6v86h426v-86h-6q-29 0 -51 -6 q-20 -6 -39 -25q-16 -16 -33 -49q-12 -23 -33 -80l-311 -860q-45 -119 -68 -174q-29 -70 -67 -129q-37 -57 -76 -88q-45 -35 -94 -56q-43 -18 -123 -28q-59 -8 -160 -9h-18v97q104 0 178 30q78 33 131 86.5t90 127t62 159.5l-379 895l-27 53q-10 18 -29 33q-14 12 -38 19 q-14 4 -52 4h-6z" />
-<glyph unicode="z" horiz-adv-x="1046" d="M86 0v82l594 899h-320q-39 0 -65.5 -10t-42.5 -33q-18 -27 -27 -51l-22 -72l-2 -8h-86l20 291h785v-84l-596 -897h372q37 0 59.5 14t39.5 37q14 20 24 53q12 41 17 64l10 47h86l-10 -332h-836z" />
-<glyph unicode="{" horiz-adv-x="876" d="M102 606v86q51 2 95 13q43 8 77 34q31 23 52 66q18 39 18 102v357q0 141 74 216.5t221 75.5h135v-88h-61q-90 0 -129 -55q-39 -53 -39 -160v-350q0 -98 -55.5 -165.5t-172.5 -86.5v-2q117 -22 172 -86q55 -63 56 -168v-354q0 -106 39 -160q39 -55 129 -55h61v-88h-135 q-74 0 -127 20.5t-92 59.5t-58 92q-18 55 -18 123v356q0 65 -18 105q-20 43 -52 65q-35 27 -77 35q-44 10 -95 12z" />
-<glyph unicode="|" d="M510 -492v2048h123v-2048h-123z" />
-<glyph unicode="}" horiz-adv-x="876" d="M102 -174h62q90 0 129 55q39 53 39 160v354q0 104 55 168q55 65 172 86v2q-115 18 -170 86q-57 70 -57 166v350q0 106 -39 160q-39 55 -129 55h-62v88h136q145 0 219 -75q76 -80 75 -217v-357q0 -63 19 -102q20 -43 51 -66q35 -27 78 -34q43 -10 94 -13v-86 q-51 -2 -94 -12q-43 -8 -78 -35q-31 -23 -51 -65q-18 -40 -19 -105v-356q0 -61 -20 -123q-18 -55 -55 -92q-39 -39 -92.5 -59.5t-126.5 -20.5h-136v88z" />
-<glyph unicode="~" horiz-adv-x="1148" d="M113 551q6 65 18 129q10 57 41 115q27 49 76 81.5t123 32.5q34 0 67 -12q37 -14 68 -35l59 -43l53 -45l44 -39q25 -20 40 -33q18 -12 41 -22q18 -8 43 -8q57 0 84 61q25 55 41 176h123q-6 -72 -20 -129q-14 -61 -43 -114q-27 -49 -76 -82t-119 -33q-31 0 -61 12 q-27 10 -64 33q-39 23 -61 41q-37 29 -51 43l-45 41q-29 25 -43.5 35t-42.5 22q-25 10 -46 10q-61 0 -90 -59q-27 -55 -39 -178h-120z" />
-<glyph unicode="&#xa2;" d="M162 739q0 154 33 258q35 111 90 174q57 66 135 101q72 31 164 41v149h102v-149q82 -8 119 -19q55 -14 104 -41q47 -25 78 -61q29 -35 29 -86q0 -74 -45 -100q-47 -29 -137 -29q0 45 -9 80q-10 41 -26 69q-16 27 -47 52q-29 23 -66 28v-909q41 0 84 6q29 4 82 16 q47 10 74 21q45 16 57 22v-112q-52 -28 -129 -49q-78 -23 -168 -25v-176h-102v180q-96 10 -170 45q-82 39 -133 103q-59 72 -88 168q-31 102 -31 243zM360 741q0 -188 54 -292q55 -109 170 -140v897q-51 -10 -90 -37q-37 -27 -70 -84q-33 -59 -47 -139q-17 -92 -17 -205z " />
-<glyph unicode="&#xa3;" d="M100 690v96h189q-8 16 -29 70q-4 12 -24 82q-12 41 -19 88q-6 43 -6 86q0 88 29 158q29 72 84 116q57 49 131 72q78 25 174 25q109 0 168 -17q72 -18 112 -49q43 -31 62 -74q20 -47 20 -90q0 -66 -43 -100q-41 -33 -119 -33q0 53 -8 94q-8 43 -33 84q-23 39 -61 60 q-41 23 -106 22q-119 0 -174.5 -67.5t-55.5 -196.5q0 -53 8 -94q10 -55 21 -88q18 -66 24 -80l27 -68h348v-96h-319q20 -70 28 -104q12 -53 13 -115q0 -88 -49 -156q-49 -70 -132 -122l5 -9q35 16 79 29q33 8 70 8q41 0 90 -12q66 -16 98 -27q10 -4 93 -26q43 -12 75 -13 q31 0 66 11q31 10 57 26q37 25 51 39q16 16 41 45v-133q-14 -18 -43 -51q-23 -27 -59 -49q-37 -25 -74 -37q-41 -14 -92 -14q-55 0 -100 14q-66 20 -99 33q-8 2 -102 30q-49 14 -106 15q-70 0 -127 -19q-51 -16 -125 -51l-27 -12v108l37 23q43 25 76 55q39 35 67 76 q31 43 49.5 94t18.5 112.5t-14 116.5q-16 61 -37 115h-228z" />
-<glyph unicode="&#xa5;" d="M10 1376v86h498v-86h-14q-59 0 -88 -18.5t-29 -61.5q0 -29 8 -55q14 -45 25 -65l98 -218q4 -8 9 -20t10 -26.5t10 -22.5q14 -37 26 -74l23 -65q10 -31 16 -52q2 10 12 33q12 31 21 47l24 51l23 48l117 249q27 59 37 99q12 45 12 69q0 39 -29 62q-27 20 -96 20h-6v86h418 v-86h-19q-20 0 -45 -8q-20 -6 -35 -25q-18 -23 -35 -49q-20 -35 -40 -77l-250 -519h254v-96h-287v-143h287v-97h-287v-129q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h47v-86h-629v86h47q23 0 64 4q33 4 53 19q25 16 35 41q14 31 16 73v139h-286v97h286v143 h-286v96h247l-278 570q-4 8 -29 51q-10 18 -29 33q-15 12 -36 18q-23 6 -52 6h-6z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1181" d="M291 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM680 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19 q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM465 733q0 96 29 182 q29 84 81 144q55 61 138 94q80 33 190 33q71 0 123 -12q55 -12 88 -31q37 -20 53.5 -45t16.5 -58q0 -25 -10 -41q-12 -18 -31 -30q-16 -12 -45 -19q-25 -6 -54 -6q0 20 -8 57q-6 28 -24 50q-23 27 -45 36q-28 12 -68 13q-74 0 -123 -25q-53 -27 -82 -69q-33 -47 -47 -115 q-14 -63 -14 -158q0 -174 69 -272q68 -96 199 -96q46 0 86 12q47 14 74 33q35 25 55 45q16 16 37 49q10 -8 21 -25q8 -14 8 -39q0 -31 -19 -57q-18 -29 -59 -53q-39 -25 -96 -39q-55 -14 -134 -15q-104 0 -178 33q-82 35 -129 92q-51 59 -75 146q-27 90 -27 186z" />
-<glyph unicode="&#xab;" horiz-adv-x="1052" d="M133 520v66l313 356h103l-207 -389l207 -389h-103zM504 520v66l313 356h103l-207 -389l207 -389h-103z" />
-<glyph unicode="&#xad;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
-<glyph unicode="&#xae;" horiz-adv-x="1730" d="M113 731q0 109 26 201q31 102 76 180q51 86 117 152q68 68 153 118q80 47 179 76q92 27 200.5 27t200.5 -27q102 -31 180 -76q80 -47 151.5 -118.5t119.5 -151.5q45 -78 75 -180q27 -92 27 -200.5t-27 -201.5q-29 -98 -75 -178q-51 -86 -119 -153q-66 -66 -152 -117 q-78 -45 -180 -76q-92 -27 -200.5 -26.5t-200.5 26.5q-98 29 -179 76q-90 53 -153.5 116.5t-116.5 153.5q-47 80 -76 178q-26 92 -26 201zM225 731q0 -84 23 -170q20 -76 65 -151q51 -84 98.5 -131.5t131.5 -98.5q76 -45 151 -65q86 -23 170 -23t170 23q80 20 154 65 q78 47 129 99q53 53 100 131q45 76 66 151q23 86 22.5 170t-22.5 170q-20 80 -65.5 153.5t-100.5 129t-129 100.5t-154 66q-86 23 -170 22.5t-170 -22.5q-76 -20 -151 -66q-78 -47 -131 -100q-51 -51 -99 -129q-45 -74 -65 -154q-23 -86 -23 -170zM477 289v69h27q27 0 39 2 q14 2 30 11q14 8 23 20q8 14 8 39v600q0 25 -8 39q-8 12 -23 21q-16 8 -30 10q-12 2 -39 2h-27v72h369q352 0 352 -244q0 -47 -16 -86q-14 -33 -41 -64q-23 -25 -60 -45q-29 -16 -69 -30l182 -293q6 -12 20 -27q10 -10 23 -16q10 -4 29 -9q12 -2 43 -2v-69h-217l-226 381 h-108v-240q4 -27 10 -39q8 -14 20 -20q14 -6 33 -11q12 -2 37 -2h29v-69h-410zM758 748h86q55 0 92 12q39 14 59 33q22 22 31 55q10 37 10 80q0 47 -12 78q-14 39 -33 51q-27 20 -61 28q-33 8 -92 9h-80v-346z" />
-<glyph unicode="&#xb4;" horiz-adv-x="1181" d="M391 1241v27q14 18 47 67l49 78l16.5 28.5l14.5 25t14 28.5q22 40 37 74h219v-21q-12 -20 -57 -67q-49 -53 -82 -84l-92 -86q-37 -33 -88 -70h-78z" />
-<glyph unicode="&#xb8;" horiz-adv-x="681" d="M123 -365q37 -9 74 -12q49 -4 65 -4q58 0 92 31q33 31 33 84q0 59 -43 90q-39 29 -111 35l43 159h97l-21 -88q102 -8 150 -57q49 -49 49 -131q0 -111 -70 -172q-72 -61 -200 -62h-35q-8 0 -23.5 3.5t-17.5 3.5l-43 6q-14 2 -39 10v104z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1052" d="M133 164l207 389l-207 389h103l313 -356v-66l-313 -356h-103zM504 164l207 389l-207 389h102l314 -356v-66l-314 -356h-102z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1443" d="M0 0v86h39q31 0 51 6q16 4 37 25q16 16 33 49q20 39 35 80l454 1216h160l463 -1267q14 -35 24 -54q12 -23 29 -32q18 -12 41 -19q14 -4 51 -4h27v-86h-563v86h47q123 0 123 98q0 10 -4 35q-4 20 -13 41l-82 229h-538l-78 -215q-8 -20 -14 -47q-4 -16 -5 -41q0 -51 33 -75 q35 -25 103 -25h47v-86h-500zM453 592h462l-127 358l-59 170q-16 47 -43 154q-4 -31 -16 -72q-12 -45 -21 -69q-2 -6 -10 -33t-14 -43l-33 -88zM424 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53 q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM813 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1519" d="M115 735q0 168 41 309q41 139 118 236q82 100 203 152q125 53 285 53q152 0 274 -53q115 -51 201 -152q80 -96 125 -238q41 -131 41 -309q0 -176 -41 -307q-45 -145 -125 -239.5t-203 -151.5q-121 -55 -274 -55q-166 0 -285 55q-125 57 -201 151q-78 94 -118 240 q-41 141 -41 309zM342 733q0 -147 23 -272q20 -115 71 -201q49 -82 131 -127q80 -43 193 -43q115 0 194.5 43t128.5 127q49 82 70 201q23 125 23 272q0 145 -23 271q-23 123 -70 202q-49 82 -129 125t-192 43q-115 0 -195 -43t-129 -125q-53 -90 -73 -202q-23 -126 -23 -271 zM455 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM844 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19 q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1466" d="M31 1376v86h596v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-799q0 -90 24.5 -151.5t71.5 -102.5q41 -35 109 -55q61 -18 137 -19q89 0 154 25q66 25 106 66q43 41 64 100q20 55 20 129v815q0 39 -14 72q-10 25 -37 43q-25 18 -53 20 q-41 4 -64 4h-26v86h514v-86h-27q-35 0 -65 -6q-35 -6 -54 -20q-23 -16 -35 -43q-14 -33 -14 -78v-811q0 -102 -33 -182q-35 -88 -96 -140q-66 -57 -158 -86q-96 -31 -215 -30q-115 0 -217 26q-94 25 -161.5 80t-102.5 143t-35 213v795q0 39 -14 72q-10 25 -37 43 q-25 18 -53 20q-41 4 -64 4h-26zM477 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM866 1747q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6 t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1323" d="M47 0v86h27q45 0 65 4q35 6 54 21q25 18 36 45q12 29 13 77v768h-166v97h166v61q0 111 34 191q34 77 93 123q61 47 141 69q76 20 174 21q127 0 213 -37t137 -107q53 -72 74 -174q23 -109 22 -239h-149q-111 0 -160 -41q-51 -43 -51 -125q0 -29 10 -56q8 -23 35 -49 q18 -18 66 -47q43 -27 102 -53q80 -35 127 -74q45 -37 76 -84t39 -88q10 -51 10 -90q0 -76 -25 -137q-25 -59 -67 -101q-43 -39 -109 -61q-61 -20 -145 -20q-63 0 -131 14q-55 12 -100.5 40.5t-65.5 67.5q-23 41 -23 95q0 41 13 69q14 31 28 43q20 16 39 23q22 6 37 6 q0 -49 10 -100q8 -45 35 -84q23 -35 61.5 -55.5t94.5 -20.5q72 0 123 47q49 47 49 139q0 27 -8 64q-6 27 -29 55q-18 23 -61 53q-37 27 -101 58q-47 23 -112 63q-43 27 -82 70q-34 37 -50 86q-16 53 -16 112q0 63 21 113q23 55 61 88q37 33 106 55q61 20 150 21 q0 100 -14 166q-14 70 -45 114q-31 46 -80 68q-47 20 -117 20q-66 0 -109 -20q-49 -23 -77 -57q-33 -39 -47.5 -88.5t-14.5 -116.5v-1188h-387z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1150" d="M102 307q0 164 115 242q117 80 352 86l170 6v123q0 55 -6 102t-26.5 80t-57.5 51.5t-100 18.5q-57 0 -96 -17q-31 -12 -56 -47q-23 -33 -28 -69q-6 -39 -7 -90q-84 0 -129 28.5t-45 100.5q0 51 29 90q27 35 80 61q43 20 117 35q57 10 143 10q94 0 164 -18q71 -18 117 -62 q49 -45 71 -108q23 -61 23 -166v-531q0 -45 6 -71q6 -25 23 -45q14 -18 40 -25q25 -6 58 -6h6v-86h-277l-32 176h-17q-31 -43 -61.5 -80t-67.5 -61q-43 -29 -80 -41q-43 -14 -110 -14q-61 0 -127 20q-55 18 -100 59q-39 37 -66 103q-25 61 -25 145zM301 297q0 -96 41 -143.5 t125 -47.5q66 0 113 21q55 25 86 55q37 37 55 90q18 51 18 119v166l-131 -6q-90 -4 -145 -21q-57 -18 -94 -49q-35 -29 -51.5 -78t-16.5 -106zM256 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53 q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM645 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1181" d="M113 551q0 287 123 428q121 139 358 139q106 0 199 -35q88 -33 149 -104q59 -70 94 -178q33 -104 33 -250q0 -289 -123 -430t-358 -141q-106 0 -199 34q-84 33 -149 107q-59 70 -95 178q-32 105 -32 252zM311 551q0 -121 15 -201q16 -88 49 -145.5t86 -87.5 q51 -31 131 -31t131 31q53 31 86 88q31 53 47 145q14 80 14 201q0 109 -16 201q-16 90 -47 143q-34 58 -86 86q-53 29 -131 29q-76 0 -129 -29q-52 -28 -86 -86q-35 -59 -49 -143q-15 -80 -15 -201zM285 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6 q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM674 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5 q-43 0 -75 27q-29 22 -29 88z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1298" d="M47 1012v86h367v-707q0 -61 10 -119q8 -49 35 -88q25 -37 67.5 -55t102.5 -18q68 0 117 24.5t79 67.5q33 45 47 104q14 57 15 135v422q0 47 -13 78q-10 27 -36 45q-18 14 -54 21q-20 4 -65 4h-6v86h366v-875q0 -46 13 -73q10 -20 36 -41q20 -14 54 -19q41 -4 65 -4h6v-86 h-325l-27 166h-10q-29 -55 -68 -94q-31 -31 -80 -56q-47 -23 -88 -28q-61 -8 -96 -8q-76 0 -143 22q-59 20 -107 74q-45 51 -65 125q-23 80 -23 180v491q0 39 -14 72q-10 25 -37 43q-18 14 -53 21q-20 4 -64 4h-6zM348 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6 t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21t-41.5 -6.5q-43 0 -76 27q-28 22 -28 88zM737 1409q0 35 8 53q12 29 23 37q16 12 32 19q18 6 41 6t41 -6q16 -6 33 -19q10 -8 23 -37q8 -18 8 -53t-8 -53q-8 -20 -22.5 -34.5t-33 -21 t-41.5 -6.5q-43 0 -75 27q-29 22 -29 88z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1181" d="M289 1241v27q25 29 53 67l57 78l54 82q29 47 41 74h194q12 -27 41 -74l53 -82l58 -78q29 -39 53 -67v-27h-80q-61 35 -119 84q-49 41 -104 100q-55 -59 -105 -100q-61 -53 -116 -84h-80z" />
-<glyph unicode="&#x2da;" horiz-adv-x="681" d="M94 1444q0 53 19 96q16 41 53 70q35 29 78 43t96 14t96 -14.5t78 -42.5q37 -29 53 -70q18 -43 18.5 -96t-18.5 -96q-16 -41 -53 -70q-35 -29 -78 -43t-96 -14t-96 14t-78 43q-37 29 -53 70q-19 43 -19 96zM205 1444q0 -31 10 -58q6 -18 29 -36q20 -16 43 -23 q25 -6 53.5 -6t52.5 6q23 6 43 23q23 18 29 36q10 27 10 58t-10 57q-6 18 -29 37q-20 16 -43 23q-25 6 -53.5 6t-52.5 -6q-23 -6 -43 -23q-23 -18 -29 -37q-10 -26 -10 -57z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1181" d="M225 1262q2 43 17 90q12 47 39 78q25 31 67 53q39 20 94 20q57 0 99 -20q57 -29 84 -45l38.5 -22.5t32.5 -20.5q33 -20 66 -20.5t49 7.5q20 10 29 25q12 20 14 35q0 4 3 18.5t5 22.5h92q-2 -43 -16 -90q-10 -35 -41 -78q-23 -31 -63 -53q-39 -20 -95 -21q-59 0 -100 21 l-82 43l-72 45q-33 20 -67 20q-33 0 -49 -8q-20 -10 -29 -25q-6 -10 -14 -34q-4 -12 -9 -41h-92z" />
-<glyph unicode="&#x2000;" horiz-adv-x="929" />
-<glyph unicode="&#x2001;" horiz-adv-x="1861" />
-<glyph unicode="&#x2002;" horiz-adv-x="929" />
-<glyph unicode="&#x2003;" horiz-adv-x="1861" />
-<glyph unicode="&#x2004;" horiz-adv-x="618" />
-<glyph unicode="&#x2005;" horiz-adv-x="464" />
-<glyph unicode="&#x2006;" horiz-adv-x="309" />
-<glyph unicode="&#x2007;" horiz-adv-x="309" />
-<glyph unicode="&#x2008;" horiz-adv-x="231" />
-<glyph unicode="&#x2009;" horiz-adv-x="370" />
-<glyph unicode="&#x200a;" horiz-adv-x="102" />
-<glyph unicode="&#x2010;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
-<glyph unicode="&#x2011;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
-<glyph unicode="&#x2012;" horiz-adv-x="634" d="M51 481v154h533v-154h-533z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-10 489v121h1044v-121h-1044z" />
-<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-10 489v121h2068v-121h-2068z" />
-<glyph unicode="&#x2018;" horiz-adv-x="512" d="M115 1063q0 66 18 127q16 57 60 113q35 45 104 92q63 43 154 69v-86q-100 -31 -147.5 -78t-47.5 -106q0 -23 10 -33q20 -20 29 -24q6 -2 18.5 -10.5t18.5 -10.5q12 -6 35 -24q16 -14 28 -35q10 -18 11 -51q0 -59 -39 -90t-95 -31q-31 0 -59 12q-33 14 -51 33 q-23 23 -35 57q-12 33 -12 76z" />
-<glyph unicode="&#x2019;" horiz-adv-x="512" d="M61 883v86q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 2 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57q12 -33 12 -76q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-64 -40 -156 -69z" />
-<glyph unicode="&#x201a;" horiz-adv-x="512" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86z" />
-<glyph unicode="&#x201c;" horiz-adv-x="921" d="M115 1063q0 66 18 127q16 57 60 113q35 45 104 92q63 43 154 69v-86q-100 -31 -147.5 -78t-47.5 -106q0 -23 10 -33q20 -20 29 -24q6 -2 18.5 -10.5t18.5 -10.5q12 -6 35 -24q16 -14 28 -35q10 -18 11 -51q0 -59 -39 -90t-95 -31q-31 0 -59 12q-33 14 -51 33 q-23 23 -35 57q-12 33 -12 76zM524 1063q0 66 18.5 127t57.5 113q35 45 105 92q63 41 155 69v-86q-100 -31 -147 -78t-47 -106q0 -20 12 -33q23 -23 27 -24l36 -21q20 -10 35 -24q20 -20 29 -35q10 -18 10 -51q0 -57 -39 -91q-37 -31 -94 -30q-31 0 -59 12q-33 14 -52 33 q-23 23 -34 57q-13 33 -13 76z" />
-<glyph unicode="&#x201d;" horiz-adv-x="921" d="M61 883v86q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 2 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57q12 -33 12 -76q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-64 -40 -156 -69zM471 883v86q100 31 147.5 78t47.5 106q0 23 -11 33q-20 20 -28 24q-6 2 -17.5 10.5t-17.5 10.5q-18 9 -37 24q-16 14 -29 35q-10 18 -10 51q0 57 39 91q37 31 94 30q31 0 60 -12q33 -14 51 -33q23 -23 35 -57q12 -33 12 -76q0 -66 -18.5 -127t-57.5 -113 q-35 -45 -104 -92q-64 -40 -156 -69z" />
-<glyph unicode="&#x201e;" horiz-adv-x="921" d="M61 -229q100 31 147.5 78t47.5 106q0 23 -10 33q-20 20 -29 24q-6 4 -18.5 10.5t-18.5 10.5q-12 6 -35 24q-16 14 -28 35q-10 18 -11 51q0 59 39 90t95 31q31 0 59 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18 -127q-16 -57 -60 -113q-37 -49 -102 -92 q-63 -41 -156 -69v86zM471 -229q100 31 147.5 78t47.5 106q0 23 -11 33q-20 20 -28 24q-6 4 -17.5 10.5t-17.5 10.5q-18 9 -37 24q-16 14 -29 35q-10 18 -10 51q0 57 39 90q37 31 94 31q31 0 60 -12q33 -14 51 -33q23 -23 35 -57.5t12 -75.5q0 -66 -18.5 -127t-57.5 -113 q-35 -45 -104 -92q-63 -41 -156 -69v86z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1755" d="M164 125q0 37 10 68q8 27 27 40q20 18 41 23q33 8 51 8q16 0 49 -8q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -27 43q-10 31 -10 66zM750 125q0 37 10 68q8 25 28 40 q20 18 41 23q33 8 49.5 8t49.5 -8q20 -4 41 -23q20 -16 28 -40q10 -31 11 -68q0 -35 -11 -66q-8 -27 -28 -43q-20 -18 -41 -22q-33 -8 -49.5 -8t-49.5 8q-20 4 -41 22q-20 16 -28 43q-10 31 -10 66zM1335 125q0 37 11 68q8 27 26 40q20 18 41 23q33 8 51 8q16 0 49 -8 q20 -4 41 -23q20 -16 29 -40q10 -31 10 -68q0 -35 -10 -66q-8 -27 -29 -43q-20 -18 -41 -22q-33 -8 -49 -8q-18 0 -51 8q-20 4 -41 22q-16 14 -26 43q-11 31 -11 66z" />
-<glyph unicode="&#x202f;" horiz-adv-x="370" />
-<glyph unicode="&#x2039;" horiz-adv-x="681" d="M133 520v66l313 356h103l-207 -389l207 -389h-103z" />
-<glyph unicode="&#x203a;" horiz-adv-x="681" d="M135 164l207 389l-207 389h103l313 -356v-66l-313 -356h-103z" />
-<glyph unicode="&#x205f;" horiz-adv-x="464" />
-<glyph unicode="&#x20ac;" d="M84 547v96h141q-4 29 -4 49v49v45h-137v97h145q16 180 60 286q47 113 114 183q72 72 154 98q90 29 182 29q82 0 142 -15q61 -14 108 -42.5t71.5 -65.5t24.5 -84q0 -74 -45 -101q-47 -29 -133 -28q0 45 -10 92q-8 39 -32.5 73.5t-57.5 51.5q-37 18 -86 18q-51 0 -103 -22 q-47 -20 -88 -80q-40 -58 -67.5 -153.5t-36.5 -239.5h430v-97h-434v-49v-49q0 -33 2 -45h350v-96h-342q12 -111 43 -193q31 -84 74 -139q47 -61 100 -86q61 -29 127 -29q47 0 92 10.5t72 26.5q35 20 55 39q16 14 41 47q16 -12 25 -22q12 -16 12 -47q0 -27 -18 -58 q-16 -29 -58 -55q-37 -25 -96 -43q-57 -18 -137 -18q-95 0 -184 30q-86 29 -158 99q-72 68 -121 176q-49 106 -68 262h-149z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1708" d="M55 1276l6 186h598l7 -186h-60l-8 49q-4 29 -20 49q-18 23 -62 23h-94v-525q0 -20 6 -32.5t18 -20.5q6 -4 25 -8q10 -2 29 -2h32v-55h-348v55h35q18 0 29 2q18 4 24 8q12 8 17 17q6 12 6 30v531h-90q-22 0 -37 -6q-14 -6 -25 -17q-6 -6 -14 -22q-2 -2 -6 -27l-8 -49h-60z M700 754v55h21q29 0 55 10q20 8 25 47v482q0 14 -8 30q-6 14 -17 19q-12 6 -26 6q-4 0 -14.5 1t-14.5 1h-21v57h236l225 -567l232 567h231v-57h-22q-20 0 -31 -2q-18 -4 -25 -8q-10 -6 -16 -18.5t-6 -33.5v-471q0 -20 6 -32q6 -14 16 -21q6 -4 25 -8q10 -2 31 -2h22v-55 h-303v55q31 0 55 10q20 8 25 45v457l-232 -567h-71l-232 569v-451q0 -41 21 -53q18 -10 61 -10v-55h-248z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1100" d="M0 1100h1100v-1100h-1100v1100z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1357" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v61q0 92 29 174q27 78 90 135q66 59 151 88q92 31 219 31q188 0 287 -47q96 -47 96 -123q0 -27 -14 -55q-12 -25 -37 -43q-23 -16 -59.5 -26.5t-75.5 -10.5q0 37 -10 68q-12 37 -37 67 q-27 33 -72 56q-41 20 -112 20q-76 0 -130 -29q-49 -27 -81 -75q-29 -43 -41 -107q-10 -51 -11 -125v-59h695v-865q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-561v86h6q23 0 64 4q35 4 55 19q25 16 35 41q14 33 14 73v778h-502v-768q0 -49 13 -77 q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1376" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v61q0 92 29 172q27 74 90 131q59 53 151 84t219 31q35 0 54 -2l53 -6q28 -3 49 -6q25 -4 35 -7h205v-1323q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-561v86h6q45 0 66 4 q35 6 53 21q23 16 35 45q14 33 14 77v1041q0 39 -14 82q-12 37 -41 65q-31 31 -74 45q-49 16 -108 17q-78 0 -130 -27q-53 -29 -81 -72q-29 -41 -41 -104q-10 -49 -11 -123v-59h314v-97h-314v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="2050" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v24q0 211 100 324q98 111 279 110q68 0 125 -10q41 -8 84 -30q31 -16 47 -46q14 -27 14 -57q0 -28 -12 -49q-12 -20 -35 -36.5t-53.5 -23t-67.5 -6.5q0 29 -6 60t-23 53q-14 20 -40 37 q-23 14 -66 14q-41 0 -74 -22q-27 -18 -47 -63.5t-26 -98.5q-6 -57 -7 -127v-53h502v16q0 115 29 199q31 90 90 149q61 61 154 92q98 33 217 33q188 0 286 -47q96 -47 97 -123q0 -31 -13 -55q-10 -23 -39 -43q-23 -16 -59.5 -26.5t-75.5 -10.5q0 37 -10 68q-10 33 -39 67 q-29 37 -70 56q-43 20 -112 20q-76 0 -129 -29q-52 -28 -80 -80q-29 -55 -41 -120q-12 -68 -12 -150v-16h694v-865q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h26v-86h-561v86h6q23 0 64 4q33 4 53 19q27 20 37 41q14 33 14 73v778h-501v-768q0 -45 14 -77 q12 -29 35 -45q18 -14 53 -21q20 -4 66 -4h36v-86h-591v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v768h-502v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="2048" d="M55 0v86h27q45 0 65 4q35 6 54 21q23 16 35 45q14 33 14 77v768h-187v97h187v24q0 211 100 324q98 111 279 110q68 0 125 -10q41 -8 84 -30q31 -16 47 -46q14 -27 14 -57q0 -28 -12 -49q-12 -20 -35 -36.5t-53.5 -23t-67.5 -6.5q0 29 -6 60t-23 53q-14 20 -40 37 q-23 14 -66 14q-41 0 -74 -22q-27 -18 -47 -63.5t-26 -98.5q-6 -57 -7 -127v-53h502v24q0 113 29 193q31 88 90 143q59 57 154 88q92 31 217 31q35 0 53 -2q37 -4 53 -6q6 0 16.5 -2t18.5 -3t14 -1q25 -4 35 -7h205v-1323q0 -45 14 -77q12 -29 35 -45q18 -14 53 -21 q20 -4 66 -4h26v-86h-561v86h6q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v1041q0 39 -14 82q-12 37 -41 65q-31 31 -74 45q-49 16 -108 17q-78 0 -129 -27q-53 -29 -80 -76q-29 -53 -41 -112q-12 -63 -12 -140v-30h313v-97h-313v-768q0 -45 14 -77q12 -29 35 -45 q18 -14 53 -21q20 -4 66 -4h36v-86h-591v86h26q45 0 66 4q35 6 53 21q23 16 35 45q14 33 14 77v768h-502v-768q0 -49 13 -77q12 -27 37 -45q18 -14 53 -21q20 -4 65 -4h37v-86h-592z" />
-</font>
-</defs></svg> 
\ No newline at end of file
diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.ttf b/src/main/webapp/fonts/DroidSerif-Regular-webfont.ttf
deleted file mode 100644 (file)
index 14c641b..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Regular-webfont.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.woff b/src/main/webapp/fonts/DroidSerif-Regular-webfont.woff
deleted file mode 100644 (file)
index 0ea54fd..0000000
Binary files a/src/main/webapp/fonts/DroidSerif-Regular-webfont.woff and /dev/null differ
diff --git a/src/main/webapp/fonts/symbols.eot b/src/main/webapp/fonts/symbols.eot
deleted file mode 100644 (file)
index 751a81a..0000000
Binary files a/src/main/webapp/fonts/symbols.eot and /dev/null differ
diff --git a/src/main/webapp/fonts/symbols.svg b/src/main/webapp/fonts/symbols.svg
deleted file mode 100644 (file)
index 907f22a..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="icomoon" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" d="" horiz-adv-x="512" />
-<glyph unicode="&#xe600;" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="&#xe601;" d="M864 640c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.8 64-64 64zM96 640c-35.2 0-64-28.8-64-64v-256c0-35.2 28.8-64 64-64s64 28.8 64 64v256c0 35.2-28.802 64-64 64zM192 224c0-53.020 42.98-96 96-96h32v-128c0-35.2 28.8-64 64-64s64 28.8 64 64v128h64v-128c0-35.2 28.802-64 64-64s64 28.8 64 64v128h32c53.020 0 96 42.98 96 96v352h-576v-352zM598.598 870.506l40.504 77.806c2.032 3.902 0.5 8.758-3.402 10.79s-8.758 0.5-10.79-3.402l-41.118-78.986c-32.198 12.448-67.194 19.286-103.792 19.286-36.596 0-71.592-6.838-103.796-19.286l-41.116 78.984c-2.032 3.902-6.886 5.434-10.79 3.402s-5.434-6.886-3.402-10.79l40.5-77.808c-90.63-41.018-156.24-127.584-167.62-230.504h572.44c-11.376 102.924-76.986 189.488-167.618 230.508zM352 689.6c-25.626 0-46.4 20.774-46.4 46.4s20.774 46.4 46.4 46.4 46.4-20.774 46.4-46.4c-0.002-25.626-20.774-46.4-46.4-46.4zM608 689.6c-25.626 0-46.402 20.774-46.402 46.4s20.778 46.4 46.402 46.4 46.398-20.774 46.398-46.4c0-25.626-20.772-46.4-46.398-46.4z" />
-<glyph unicode="&#xe602;" d="M567.656 223.084c-81.944-38.118-158.158-37.716-209.34-34.020-61.052 4.41-110.158 21.124-131.742 35.732-13.3 9.006-31.384 5.522-40.39-7.782-9.004-13.302-5.52-31.386 7.782-40.39 34.698-23.486 96.068-40.954 160.162-45.58 10.866-0.784 22.798-1.278 35.646-1.278 55.782 0 126.626 5.316 202.42 40.57 14.564 6.778 20.878 24.074 14.104 38.64-6.776 14.566-24.076 20.872-38.642 14.108zM890.948 266.184c2.786 252.688 28.762 730.206-454.97 691.612-477.6-38.442-350.964-542.968-358.082-711.95-6.308-89.386-35.978-198.648-77.896-309.846h129.1c13.266 47.122 23.024 93.72 27.232 138.15 7.782-5.428 16.108-10.674 24.994-15.7 14.458-8.518 26.884-19.844 40.040-31.834 30.744-28.018 65.59-59.774 133.712-63.752 4.572-0.262 9.174-0.394 13.676-0.394 68.896 0 116.014 30.154 153.878 54.382 18.14 11.612 33.818 21.64 48.564 26.452 41.91 13.12 78.532 34.296 105.904 61.252 4.276 4.208 8.242 8.538 11.962 12.948 15.246-55.878 36.118-118.758 59.288-181.504h275.65c-66.174 102.224-134.436 202.374-133.052 330.184zM124.11 403.648c0 0.016 0 0.030-0.002 0.046-4.746 82.462 34.71 151.832 88.126 154.936 53.412 3.106 100.56-61.228 105.304-143.692 0-0.014 0.004-0.030 0.004-0.044 0.256-4.446 0.368-8.846 0.37-13.206-16.924-4.256-32.192-10.436-45.872-17.63-0.052 0.612-0.092 1.216-0.152 1.83 0 0.008 0 0.018 0 0.026-4.57 46.81-29.572 82.16-55.852 78.958-26.28-3.204-43.88-43.75-39.312-90.558 0-0.010 0.004-0.018 0.004-0.026 1.992-20.408 7.868-38.636 16.042-52.444-2.034-1.604-7.784-5.812-14.406-10.656-4.97-3.634-11.020-8.058-18.314-13.43-19.882 26.094-33.506 63.58-35.94 105.89zM665.26 199.822c-1.9-43.586-58.908-84.592-111.582-101.044l-0.296-0.096c-21.9-7.102-41.428-19.6-62.104-32.83-34.732-22.224-70.646-45.208-122.522-45.208-3.404 0-6.894 0.104-10.326 0.296-47.516 2.778-69.742 23.032-97.88 48.676-14.842 13.526-30.19 27.514-49.976 39.124l-0.424 0.244c-42.706 24.104-69.212 54.082-70.908 80.194-0.842 12.98 4.938 24.218 17.182 33.4 26.636 19.972 44.478 33.022 56.284 41.658 13.11 9.588 17.068 12.48 20 15.264 2.096 1.986 4.364 4.188 6.804 6.562 24.446 23.774 65.36 63.562 128.15 63.562 38.404 0 80.898-14.8 126.17-43.902 21.324-13.878 39.882-20.286 63.38-28.4 16.156-5.578 34.468-11.902 58.992-22.404l0.396-0.164c22.88-9.404 49.896-26.564 48.66-54.932zM652.646 302.194c-4.4 2.214-8.974 4.32-13.744 6.286-22.106 9.456-39.832 15.874-54.534 20.998 8.116 15.894 13.16 35.72 13.624 57.242 0 0.010 0 0.022 0 0.030 1.126 52.374-25.288 94.896-58.996 94.976-33.71 0.078-61.95-42.314-63.076-94.686 0-0.010 0-0.018 0-0.028-0.038-1.714-0.042-3.416-0.020-5.11-20.762 9.552-41.18 16.49-61.166 20.76-0.092 1.968-0.204 3.932-0.244 5.92 0 0.016 0 0.036 0 0.050-1.938 95.412 56.602 174.39 130.754 176.402 74.15 2.014 135.828-73.7 137.772-169.11 0-0.018 0-0.038 0-0.052 0.874-43.146-10.66-82.866-30.37-113.678z" />
-<glyph unicode="&#xe603;" d="M512 128.108c-19.154 0-38.308 9.916-58.142 29.75-7.81 7.81-7.81 20.474 0 28.286 7.81 7.808 20.474 7.808 28.286 0 12.206-12.21 21.972-18.144 29.856-18.144 7.882 0 17.65 5.934 29.858 18.142 7.812 7.808 20.472 7.808 28.286 0 7.81-7.81 7.81-20.474 0-28.286-19.836-19.832-38.99-29.748-58.144-29.748zM0 434.508c0-49.892 4.266-95.122 12.8-135.682 8.534-40.56 20.534-75.74 36-105.532 15.466-29.792 35.022-55.904 58.666-78.34 23.644-22.436 49.332-40.92 77.066-55.458 27.734-14.536 59.466-26.296 95.2-35.266 35.732-8.974 72.088-15.256 109.066-18.846 36.978-3.59 77.69-5.384 122.134-5.384 44.444 0 85.242 1.79 122.398 5.38 37.156 3.59 73.602 9.872 109.332 18.846 35.734 8.974 67.558 20.73 95.468 35.266 27.91 14.538 53.778 33.026 77.598 55.458 23.824 22.436 43.47 48.548 58.934 78.34 15.47 29.794 27.56 64.974 36.27 105.532 8.71 40.56 13.066 85.788 13.066 135.68 0 89.38-27.736 166.372-83.2 230.982 3.2 8.616 5.954 18.486 8.266 29.614 2.308 11.128 4.532 26.832 6.664 47.112 2.138 20.282 1.336 43.704-2.398 70.264-3.734 26.564-10.754 53.664-21.066 81.302l-8 1.618c-5.332 1.076-14.042 0.718-26.132-1.080-12.086-1.794-26.222-5.022-42.398-9.69-16.176-4.664-37.066-13.908-62.668-27.728-25.598-13.818-52.62-31.318-81.066-52.496-48.356 14.718-115.020 30.116-200 30.116-84.976 0-151.822-15.396-200.53-30.114-28.446 21.18-55.556 38.588-81.334 52.228-25.78 13.642-46.402 22.974-61.868 27.998-15.468 5.024-29.778 8.256-42.934 9.69-13.156 1.436-21.602 1.886-25.334 1.346-3.732-0.538-6.488-1.166-8.266-1.884-10.314-27.64-17.424-54.74-21.336-81.304-3.91-26.56-4.8-49.892-2.666-69.992 2.134-20.102 4.444-35.898 6.934-47.382 2.49-11.486 5.334-21.358 8.534-29.614-55.466-64.25-83.2-141.242-83.2-230.98zM136.536 320.596c0 58.022 21.332 110.638 64 157.856 12.8 14.406 27.646 25.312 44.534 32.712 16.89 7.402 36.088 11.606 57.6 12.606 21.512 1 42.044 0.8 61.6-0.6 19.556-1.402 43.734-3.302 72.534-5.702 28.798-2.404 53.688-3.602 74.666-3.602 20.976 0 45.868 1.2 74.664 3.602 28.806 2.4 52.982 4.3 72.536 5.702 19.56 1.4 40.090 1.6 61.602 0.6 21.512-1.002 40.802-5.204 57.868-12.606 17.066-7.4 32-18.306 44.8-32.712 42.664-47.218 64-99.834 64-157.856 0-34.012-3.554-64.324-10.668-90.934-7.11-26.612-16.090-48.916-26.934-66.922-10.844-18.008-26.048-33.218-45.598-45.62-19.558-12.406-38.492-22.010-56.8-28.81-18.312-6.8-41.958-12.104-70.934-15.906-28.982-3.796-54.934-6.102-77.872-6.9-22.934-0.8-51.82-1.2-86.664-1.2-34.844 0-63.644 0.402-86.4 1.2-22.756 0.798-48.622 3.104-77.6 6.9-28.978 3.802-52.622 9.104-70.934 15.906-18.31 6.802-37.244 16.404-56.8 28.81-19.556 12.404-34.756 27.612-45.6 45.62-10.846 18.006-19.824 40.31-26.934 66.922-7.11 26.61-10.666 56.922-10.666 90.934zM256 351.996c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96-35.346 0-64 42.981-64 96zM640 351.996c0 53.019 28.654 96 64 96s64-42.981 64-96c0-53.019-28.654-96-64-96-35.346 0-64 42.981-64 96z" />
-<glyph unicode="&#xe604;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM816.056 143.944c-39.518-39.516-85.512-70.532-136.708-92.186-13.006-5.5-26.214-10.328-39.6-14.492v76.734c0 40.334-13.834 70-41.5 89 17.334 1.666 33.25 4 47.75 7s29.834 7.334 46 13 30.666 12.416 43.5 20.25 25.166 18 37 30.5 21.75 26.666 29.75 42.5 14.334 34.834 19 57 7 46.584 7 73.25c0 51.666-16.834 95.666-50.5 132 15.334 40 13.666 83.5-5 130.5l-12.5 1.5c-8.666 1-24.25-2.666-46.75-11s-47.75-22-75.75-41c-39.666 11-80.834 16.5-123.5 16.5-43 0-84-5.5-123-16.5-17.666 12-34.416 21.916-50.25 29.75-15.834 7.834-28.5 13.166-38 16s-18.334 4.584-26.5 5.25-13.416 0.834-15.75 0.5-4-0.666-5-1c-18.666-47.334-20.334-90.834-5-130.5-33.666-36.334-50.5-80.334-50.5-132 0-26.666 2.334-51.084 7-73.25s11-41.166 19-57 17.916-30 29.75-42.5 24.166-22.666 37-30.5 27.334-14.584 43.5-20.25 31.5-10 46-13 30.416-5.334 47.75-7c-27.334-18.666-41-48.334-41-89v-78.23c-15.098 4.494-29.98 9.804-44.6 15.988-51.194 21.654-97.188 52.67-136.706 92.186-39.516 39.518-70.534 85.512-92.186 136.708-22.398 52.958-33.756 109.262-33.756 167.348s11.358 114.39 33.758 167.35c21.654 51.194 52.67 97.188 92.186 136.706s85.512 70.534 136.706 92.186c52.96 22.4 109.264 33.758 167.35 33.758s114.39-11.358 167.35-33.758c51.196-21.654 97.19-52.67 136.708-92.186 39.516-39.516 70.532-85.512 92.186-136.706 22.398-52.96 33.756-109.264 33.756-167.35s-11.358-114.39-33.758-167.35c-21.654-51.194-52.67-97.19-92.186-136.706z" />
-<glyph unicode="&#xe605;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM320 192c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM496 192c0 132.336-107.664 240-240 240v96c185.272 0 336-150.728 336-336h-96zM688 192c0 115.39-44.936 223.876-126.53 305.47-81.594 81.594-190.078 126.53-305.47 126.53v96c141.034 0 273.626-54.922 373.354-154.648 99.724-99.726 154.646-232.318 154.646-373.352h-96z" />
-<glyph unicode="&#xe606;" d="M437.006 141.838c0-75.068-46.39-134.392-177.758-139.176-76.984 43.786-141.49 106.952-186.908 182.866 23.69 58.496 97.692 103.046 182.316 102.114 24.022-0.252 46.41-4.114 66.744-10.7 55.908-38.866 101-63.152 112.324-107.448 2.114-8.964 3.282-18.206 3.282-27.656zM512 960c-147.94 0-281.196-62.77-374.666-163.098 36.934 20.452 80.538 32.638 126.902 32.638 67.068 0 256.438 0 256.438 0l-57.304-60.14h-67.31c47.496-27.212 72.752-83.248 72.752-145.012 0-56.692-31.416-102.38-75.78-137.058-43.28-33.802-51.492-47.966-51.492-76.734 0-24.542 51.722-61.098 75.5-78.936 82.818-62.112 99.578-101.184 99.578-178.87 0-78.726-68.936-157.104-185.866-183.742 56.348-21.338 117.426-33.048 181.248-33.048 282.77 0 512 229.23 512 512s-229.23 512-512 512zM768 576v-128h-64v128h-128v64h128v128h64v-128h128v-64h-128zM365.768 620.528c11.922-90.776-27.846-149.19-96.934-147.134-69.126 2.082-134.806 65.492-146.74 156.242-11.928 90.788 34.418 160.254 103.53 158.196 69.090-2.074 128.22-76.542 140.144-167.304zM220.886 317.932c-74.68 0-138.128-25.768-182.842-63.864-24.502 59.82-38.044 125.29-38.044 193.932 0 56.766 9.256 111.368 26.312 162.396 7.374-99.442 77.352-176.192 192.97-176.192 8.514 0 16.764 0.442 24.874 1.022-7.95-15.23-13.622-32.19-13.622-49.982 0-29.97 16.488-47.070 36.868-66.894-15.402 0-30.27-0.418-46.516-0.418z" />
-<glyph unicode="&#xe607;" d="M512 960c282.77 0 512-229.23 512-512 0-261.094-195.438-476.53-448-508.026v380.026h176l16 128h-192v64c0 35.346 28.654 64 64 64h128v128h-128c-106.040 0-192-85.96-192-192v-64h-96v-128h96v-380.026c-252.562 31.496-448 246.932-448 508.026 0 282.77 229.23 512 512 512z" />
-<glyph unicode="&#xe608;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM806.242 598.912c0.292-6.508 0.442-13.056 0.442-19.638 0-200.622-152.708-431.964-431.958-431.964-85.736 0-165.536 25.136-232.726 68.214 11.876-1.408 23.962-2.126 36.216-2.126 71.13 0 136.59 24.276 188.55 64.994-66.434 1.22-122.5 45.122-141.824 105.432 9.274-1.768 18.784-2.722 28.566-2.722 13.846 0 27.258 1.856 39.998 5.324-69.452 13.952-121.786 75.312-121.786 148.868 0 0.64 0 1.278 0.016 1.91 20.47-11.37 43.878-18.2 68.764-18.988-40.74 27.222-67.54 73.692-67.54 126.368 0 27.822 7.488 53.904 20.556 76.324 74.878-91.854 186.748-152.292 312.924-158.628-2.588 11.118-3.93 22.702-3.93 34.604 0 83.84 67.98 151.812 151.818 151.812 43.666 0 83.124-18.436 110.818-47.94 34.58 6.808 67.074 19.442 96.412 36.84-11.336-35.454-35.41-65.206-66.752-83.994 30.71 3.668 59.968 11.832 87.194 23.904-20.35-30.448-46.090-57.186-75.758-78.594z" />
-<glyph unicode="&#xe609;" d="M512 960c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 32c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM210.744 493.254l256.002 256c24.992 24.994 65.514 24.994 90.508 0s24.994-65.516 0-90.51l-146.744-146.744h357.49c35.346 0 64-28.654 64-64s-28.654-64-64-64h-357.49l146.746-146.744c24.994-24.994 24.994-65.518 0-90.512-12.498-12.496-28.878-18.744-45.256-18.744s-32.758 6.248-45.254 18.744l-256.002 256c-24.992 24.994-24.992 65.518 0 90.51z" />
-<glyph unicode="&#xe60a;" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512 229.23-512 512-512 512 229.23 512 512zM96 448c0 229.75 186.25 416 416 416s416-186.25 416-416-186.25-416-416-416-416 186.25-416 416zM557.254 146.744l256 256.002c24.994 24.992 24.994 65.514 0 90.508s-65.516 24.994-90.51 0l-146.744-146.744v357.49c0 35.346-28.654 64-64 64s-64-28.654-64-64v-357.49l-146.744 146.746c-24.994 24.994-65.518 24.994-90.512 0-12.496-12.498-18.744-28.878-18.744-45.256s6.248-32.758 18.744-45.254l256-256.002c24.994-24.992 65.518-24.992 90.51 0z" />
-<glyph unicode="&#xe60b;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM813.256 493.254l-256.002 256c-24.992 24.994-65.514 24.994-90.508 0s-24.994-65.516 0-90.51l146.744-146.744h-357.49c-35.346 0-64-28.654-64-64s28.654-64 64-64h357.49l-146.746-146.744c-24.994-24.994-24.994-65.518 0-90.512 12.498-12.496 28.878-18.744 45.256-18.744s32.758 6.248 45.254 18.744l256.002 256c24.992 24.994 24.992 65.518 0 90.51z" />
-<glyph unicode="&#xe60c;" d="M1024 448c0-282.77-229.23-512-512-512s-512 229.23-512 512 229.23 512 512 512 512-229.23 512-512zM96 448c0-229.75 186.25-416 416-416s416 186.25 416 416-186.25 416-416 416-416-186.25-416-416zM557.254 749.256l256-256.002c24.994-24.992 24.994-65.514 0-90.508s-65.516-24.994-90.51 0l-146.744 146.744v-357.49c0-35.346-28.654-64-64-64s-64 28.654-64 64v357.49l-146.744-146.746c-24.994-24.994-65.518-24.994-90.512 0-12.496 12.498-18.744 28.878-18.744 45.256s6.248 32.758 18.744 45.254l256 256.002c24.994 24.992 65.518 24.992 90.51 0z" />
-<glyph unicode="&#xe60d;" d="M0 448l512-512v320h511.998l0.002 384h-512v320z" />
-<glyph unicode="&#xe60e;" d="M512-64l512 512h-320v511.998l-384 0.002v-512h-320z" />
-<glyph unicode="&#xe60f;" d="M512.002 960l-512.002-512h320v-511.998l384-0.002v512h320z" />
-<glyph unicode="&#xe610;" d="M1024 448l-512 512v-320h-511.998l-0.002-384h512v-320z" />
-<glyph unicode="&#xe611;" d="M874.022 810.020c-92.652 92.656-220.636 149.98-362.022 149.98-219.488 0-406.69-138.128-479.498-332.188l119.876-44.954c54.604 145.546 195.006 249.142 359.622 249.142 106.040 0 202.020-43 271.506-112.494l-143.506-143.506h384v384l-149.978-149.98zM512 64c-106.040 0-202.026 42.992-271.512 112.488l143.512 143.512h-384v-384l149.994 149.994c92.646-92.662 220.618-149.994 362.006-149.994 219.49 0 406.692 138.128 479.5 332.188l-119.876 44.954c-54.604-145.546-195.006-249.142-359.624-249.142z" />
-<glyph unicode="&#xe612;" d="M1014.662 137.34c-0.004 0.004-0.008 0.008-0.012 0.010l-310.644 310.65 310.644 310.65c0.004 0.004 0.008 0.006 0.012 0.010 3.344 3.346 5.762 7.254 7.312 11.416 4.246 11.376 1.824 24.682-7.324 33.83l-146.746 146.746c-9.148 9.146-22.45 11.566-33.828 7.32-4.16-1.55-8.070-3.968-11.418-7.31 0-0.004-0.004-0.006-0.008-0.010l-310.648-310.652-310.648 310.65c-0.004 0.004-0.006 0.006-0.010 0.010-3.346 3.342-7.254 5.76-11.414 7.31-11.38 4.248-24.682 1.826-33.83-7.32l-146.748-146.748c-9.148-9.148-11.568-22.452-7.322-33.828 1.552-4.16 3.97-8.072 7.312-11.416 0.004-0.002 0.006-0.006 0.010-0.010l310.65-310.648-310.65-310.652c-0.002-0.004-0.006-0.006-0.008-0.010-3.342-3.346-5.76-7.254-7.314-11.414-4.248-11.376-1.826-24.682 7.322-33.83l146.748-146.746c9.15-9.148 22.452-11.568 33.83-7.322 4.16 1.552 8.070 3.97 11.416 7.312 0.002 0.004 0.006 0.006 0.010 0.010l310.648 310.65 310.648-310.65c0.004-0.002 0.008-0.006 0.012-0.008 3.348-3.344 7.254-5.762 11.414-7.314 11.378-4.246 24.684-1.826 33.828 7.322l146.746 146.748c9.148 9.148 11.57 22.454 7.324 33.83-1.552 4.16-3.97 8.068-7.314 11.414z" />
-<glyph unicode="&#xe613;" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
-<glyph unicode="&#xe614;" d="M397.434 42.304l-397.868 391.6 197.378 194.27 200.49-197.332 429.62 422.852 197.378-194.27-626.998-617.12zM107.912 433.904l289.524-284.962 518.656 510.482-89.036 87.632-429.62-422.852-200.49 197.334-89.034-87.634z" />
-<glyph unicode="&#xe615;" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
-<glyph unicode="&#xe616;" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
-<glyph unicode="&#xe617;" d="M697.832 632.952l-64.952 64.922-324.81-324.742c-53.814-53.792-53.814-141.048 0-194.844 53.804-53.792 141.060-53.792 194.874 0l389.772 389.708c89.714 89.662 89.714 235.062 0 324.726-89.666 89.704-235.112 89.704-324.782 0l-409.23-409.178c-0.29-0.304-0.612-0.576-0.876-0.846-125.102-125.096-125.102-327.856 0-452.906 125.054-125.056 327.868-125.056 452.988 0 0.274 0.274 0.516 0.568 0.82 0.876l0.032-0.034 279.332 279.292-64.986 64.92-279.33-279.262c-0.296-0.268-0.564-0.57-0.846-0.844-89.074-89.058-233.98-89.058-323.076 0-89.062 89.042-89.062 233.922 0 322.978 0.304 0.304 0.604 0.582 0.888 0.846l-0.046 0.060 409.28 409.166c53.712 53.738 141.144 53.738 194.886 0 53.712-53.734 53.712-141.148 0-194.84l-389.772-389.7c-17.936-17.922-47.054-17.922-64.972 0-17.894 17.886-17.894 47.032 0 64.92l324.806 324.782z" />
-<glyph unicode="&#xe618;" d="M384 960l-384-512h384l-256-512 896 640h-512l384 384z" />
-<glyph unicode="&#xe619;" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
-<glyph unicode="&#xe61a;" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" />
-<glyph unicode="&#xe61b;" d="M800 832h-576c-53.020 0-96-42.98-96-96v-32h768v32c0 53.020-42.98 96-96 96zM632.32 896l14.116-101h-268.872l14.114 101h240.642M640 960h-256c-26.4 0-50.99-21.392-54.642-47.538l-18.714-133.924c-3.654-26.146 14.956-47.538 41.356-47.538h320c26.4 0 45.010 21.392 41.358 47.538l-18.714 133.924c-3.654 26.146-28.244 47.538-54.644 47.538v0zM816 640h-608c-35.2 0-61.392-28.682-58.206-63.738l52.412-576.526c3.186-35.054 34.594-63.736 69.794-63.736h480c35.2 0 66.608 28.682 69.794 63.736l52.41 576.526c3.188 35.056-23.004 63.738-58.204 63.738zM384 64h-96l-32 448h128v-448zM576 64h-128v448h128v-448zM736 64h-96v448h128l-32-448z" />
-<glyph unicode="&#xe61c;" d="M1024 351.906v192.188l-146.774 24.462c-5.958 18.132-13.222 35.668-21.694 52.5l86.454 121.034-135.896 135.898-120.826-86.304c-16.91 8.554-34.538 15.888-52.768 21.902l-24.402 146.414h-192.188l-24.402-146.416c-18.23-6.014-35.858-13.348-52.766-21.902l-120.828 86.304-135.898-135.898 86.454-121.036c-8.47-16.83-15.734-34.366-21.692-52.498l-146.774-24.46v-192.188l147.118-24.52c5.96-17.968 13.21-35.348 21.642-52.030l-86.748-121.448 135.898-135.896 121.654 86.894c16.602-8.35 33.89-15.528 51.764-21.434l24.578-147.472h192.188l24.578 147.474c17.874 5.906 35.162 13.084 51.766 21.432l121.652-86.892 135.896 135.896-86.744 121.446c8.432 16.682 15.678 34.062 21.64 52.032l147.118 24.518zM512 320c-70.692 0-128 57.306-128 128 0 70.692 57.308 128 128 128 70.694 0 128-57.308 128-128 0-70.694-57.306-128-128-128z" />
-<glyph unicode="&#xe61d;" d="M896 512h16c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576zM768 704h128v-128h-128v128zM592 128c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v576h-128v-576h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-192h128v192h16zM448 320h128v-128h-128v128zM272 512c26.4 0 48 21.6 48 48v160c0 26.4-21.6 48-48 48h-16v192h-128v-192h-16c-26.4 0-48-21.6-48-48v-160c0-26.4 21.6-48 48-48h16v-576h128v576h16zM128 704h128v-128h-128v128z" />
-<glyph unicode="&#xe61e;" d="M1024 960v-416l-160 160-192-192-96 96 192 192-160 160zM448 288l-192-192 160-160h-416v416l160-160 192 192z" />
-<glyph unicode="&#xe61f;" d="M448 384v-416l-160 160-192-192-96 96 192 192-160 160zM1024 864l-192-192 160-160h-416v416l160-160 192 192z" />
-<glyph unicode="&#xe620;" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384 0-212.078 171.922-384 384-384 95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
-<glyph unicode="&#xe621;" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384 0-212.078 171.922-384 384-384 95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
-<glyph unicode="&#xe622;" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224-123.712 0-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224-123.71 0-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
-<glyph unicode="&#xe623;" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384 0-212.078 171.922-384 384-384 95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
-<glyph unicode="&#xe624;" d="M512 896c282.77 0 512-186.25 512-416 0-229.752-229.23-416-512-416-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" />
-<glyph unicode="&#xe625;" d="M1088 58.834c0-45.5 26.028-84.908 64-104.184v-15.938c-10.626-1.454-21.472-2.224-32.5-2.224-68.008 0-129.348 28.528-172.722 74.264-26.222-6.982-54.002-10.752-82.778-10.752-159.058 0-288 114.616-288 256 0 141.384 128.942 256 288 256 159.058 0 288-114.616 288-256 0-55.348-19.764-106.592-53.356-148.466-6.824-14.824-10.644-31.312-10.644-48.7zM512 960c278.458 0 504.992-180.614 511.836-405.52-49.182 21.92-103.586 33.52-159.836 33.52-95.56 0-185.816-33.446-254.138-94.178-70.846-62.972-109.862-147.434-109.862-237.822 0-44.672 9.544-87.888 27.736-127.788-5.228-0.126-10.468-0.212-15.736-0.212-27.156 0-53.81 1.734-79.824 5.044-109.978-109.978-241.25-129.7-368.176-132.596v26.916c68.536 33.578 128 94.74 128 164.636 0 9.754-0.758 19.33-2.164 28.696-115.796 76.264-189.836 192.754-189.836 323.304 0 229.75 229.23 416 512 416z" horiz-adv-x="1152" />
-<glyph unicode="&#xe626;" d="M480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.62-74.834 4.71-103.106-102.694-222.172-121.108-341.166-123.814v25.134c64.252 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.558 71.214-177.97 179.988-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.772v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.14-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.26 46.854 384.834 130.672 52.208 42.252 93.394 91.826 122.414 147.348 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.836-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.676 0-104.488-60.158-197.722-154.24-258.764-1.142-7.496-1.76-15.16-1.76-22.966z" horiz-adv-x="1152" />
-<glyph unicode="&#xe627;" d="M256 640c0 141.385 114.615 256 256 256s256-114.615 256-256c0-141.385-114.615-256-256-256-141.385 0-256 114.615-256 256zM768 320h-512c-141.384 0-256-114.618-256-256v-64h1024v64c0 141.382-114.616 256-256 256z" />
-<glyph unicode="&#xe628;" d="M736 960h-448c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h448c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM384 912h256v-32h-256v32zM512 0c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM768 192h-512v640h512v-640z" />
-<glyph unicode="&#xe629;" d="M800 960h-640c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96h640c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96zM480-32c-17.672 0-32 14.326-32 32s14.328 32 32 32 32-14.326 32-32-14.328-32-32-32zM768 64h-576v768h576v-768z" />
-<glyph unicode="&#xe62a;" d="M927.812 960h-288.562c-52.906 0-126.796-30.606-164.204-68.014l-446.99-446.99c-37.408-37.408-37.408-98.624 0-136.032l344.91-344.906c37.408-37.41 98.622-37.41 136.030 0l446.99 446.988c37.408 37.41 68.014 111.302 68.014 164.204v288.562c0 52.904-43.286 96.188-96.188 96.188zM800 640c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96z" />
-<glyph unicode="&#xe62b;" d="M992 896h-224c-52.8 0-126.546-30.546-163.882-67.882l-376.236-376.236c-37.334-37.334-37.334-98.428 0-135.764l280.236-280.234c37.334-37.336 98.428-37.336 135.764 0l376.234 376.234c37.338 37.336 67.884 111.082 67.884 163.882v224c0 52.8-43.2 96-96 96zM864 576c-53.020 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96-42.98-96-96-96zM86.626 361.374l342.378-342.378c-36.264-19.16-82.462-13.538-112.886 16.888l-280.236 280.234c-37.334 37.336-37.334 98.43 0 135.764l376.236 376.236c37.336 37.336 111.082 67.882 163.882 67.882l-489.374-489.372c-12.444-12.446-12.444-32.808 0-45.254z" horiz-adv-x="1088" />
-<glyph unicode="&#xe62c;" d="M819.2 512h-614.4c-28.262 0-51.2-22.938-51.2-51.2s22.938-51.2 51.2-51.2h614.4c28.314 0 51.2 22.938 51.2 51.2s-22.886 51.2-51.2 51.2zM204.8 614.4h614.4c28.314 0 51.2 22.938 51.2 51.2s-22.886 51.2-51.2 51.2h-614.4c-28.262 0-51.2-22.938-51.2-51.2s22.938-51.2 51.2-51.2zM819.2 307.2h-614.4c-28.262 0-51.2-22.886-51.2-51.2s22.938-51.2 51.2-51.2h614.4c28.314 0 51.2 22.886 51.2 51.2s-22.886 51.2-51.2 51.2z" />
-<glyph unicode="&#xe62d;" d="M505.702 931.789c-260.096-3.482-468.173-217.19-464.691-477.338 3.482-259.994 217.19-468.122 477.286-464.64 260.096 3.482 468.173 217.19 464.691 477.338-3.43 260.045-217.19 468.122-477.286 464.64zM557.926 774.81c47.872 0 62.003-27.75 62.003-59.546 0-39.68-31.795-76.39-86.016-76.39-45.363 0-66.918 22.835-65.638 60.518 0 31.795 26.624 75.418 89.651 75.418zM435.149 166.4c-32.717 0-56.678 19.866-33.792 107.213l37.53 154.829c6.502 24.832 7.578 34.765 0 34.765-9.779 0-52.275-17.152-77.414-34.048l-16.333 26.778c79.616 66.458 171.162 105.472 210.381 105.472 32.717 0 38.144-38.707 21.811-98.253l-43.008-162.816c-7.578-28.774-4.301-38.707 3.277-38.707 9.779 0 41.984 11.878 73.626 36.762l18.483-24.832c-77.363-77.363-161.792-107.162-194.56-107.162z" />
-<glyph unicode="&#xe62e;" d="M505.754 931.789c-260.147-3.482-468.224-217.19-464.742-477.338 3.482-259.994 217.19-468.122 477.338-464.64 260.045 3.482 468.173 217.19 464.64 477.338-3.43 260.045-217.139 468.122-477.235 464.64zM504.371 174.080h-2.611c-40.038 1.178-68.301 30.72-67.174 70.195 1.126 38.758 30.054 66.97 68.813 66.97l2.355-0.051c41.165-1.229 69.12-30.464 67.891-71.066-1.126-38.861-29.645-66.048-69.274-66.048zM672.87 508.518c-9.472-13.363-30.157-30.003-56.269-50.33l-28.774-19.866c-15.77-12.288-25.293-23.808-28.826-35.123-2.867-9.011-4.198-11.315-4.454-29.491l-0.051-4.659h-109.722l0.307 9.318c1.331 38.195 2.304 60.621 18.125 79.206 24.832 29.133 79.616 64.41 81.92 65.894 7.834 5.939 14.438 12.646 19.405 19.814 11.52 15.872 16.589 28.416 16.589 40.653 0 17.050-5.069 32.819-15.053 46.848-9.626 13.568-27.904 20.429-54.323 20.429-26.214 0-44.134-8.346-54.886-25.395-11.11-17.562-16.64-35.942-16.64-54.784v-4.71h-113.152l0.205 4.915c2.918 69.325 27.648 119.194 73.523 148.326 28.774 18.586 64.614 27.955 106.394 27.955 54.733 0 101.018-13.312 137.37-39.526 36.864-26.573 55.552-66.406 55.552-118.323 0-29.082-9.165-56.371-27.238-81.152z" />
-<glyph unicode="&#xe62f;" d="M999.014 52.122l-456.090 800.307c-6.298 11.059-18.125 17.869-30.925 17.869s-24.576-6.81-30.925-17.869l-456.038-800.307c-6.195-10.854-6.093-24.115 0.256-34.867s18.022-17.357 30.618-17.357h912.128c12.493 0 24.218 6.605 30.618 17.357 6.349 10.752 6.451 24.013 0.358 34.867zM568.32 102.298h-112.64v102.4h112.64v-102.4zM568.32 281.498h-112.64v307.2h112.64v-307.2z" />
-<glyph unicode="&#xe630;" d="M102.502 829.491v-121.242c362.803 0 656.896-294.144 656.896-656.947h121.293c0 429.773-348.416 778.189-778.189 778.189zM102.502 586.957v-121.293c228.864 0 414.413-185.498 414.413-414.362h121.19c0 295.782-239.77 535.654-535.603 535.654zM218.726 283.75c-64.154 0-116.224-52.070-116.224-116.275s52.070-116.224 116.224-116.224c64.205 0 116.275 52.019 116.275 116.224s-52.070 116.275-116.275 116.275z" />
-<glyph unicode="&#xe631;" d="M898.304 180.838l-193.485 193.485c29.184 47.974 45.978 104.192 45.978 164.454 0 174.899-151.603 326.502-326.554 326.502-174.899 0-316.723-141.824-316.723-316.723 0-174.95 151.552-326.554 326.502-326.554 58.163 0 112.64 15.77 159.488 43.162l194.509-194.56c19.098-19.046 49.92-19.046 68.915 0l48.282 48.23c18.995 19.046 12.083 43.008-6.912 62.003zM205.005 548.557c0 121.088 98.15 219.29 219.238 219.29 121.139 0 229.069-107.93 229.069-229.069s-98.15-219.29-219.29-219.29-229.018 107.93-229.018 229.069z" />
-<glyph unicode="&#xe632;" d="M987.699 952.013c-5.53 16.128-22.989 24.627-38.963 19.046s-24.371-23.245-18.79-39.424c47.104-136.704-46.387-238.797-117.606-293.427l-28.826 41.677c-9.626 13.926-31.334 25.549-48.128 25.805l-161.536-0.768c-16.794 0.256-41.779-7.526-55.603-17.254l-475.955-337.306c-23.040-16.333-28.723-48.486-12.544-71.834l216.371-312.678c16.128-23.347 42.086-20.531 65.126-4.25l475.955 337.357c13.824 9.728 29.542 30.925 35.123 47.002l50.586 161.075c5.478 16.077 2.15 40.653-7.475 54.579l-17.613 25.395c95.693 73.984 195.021 204.902 139.878 365.005zM766.259 472.986c-36.915-26.163-87.757-17.050-113.613 20.275-25.805 37.325-16.845 88.781 20.070 114.944 29.286 20.787 67.328 19.251 94.72-0.922-13.824-8.397-23.245-13.21-25.037-14.080-15.258-7.27-21.811-25.702-14.592-41.165 5.222-11.213 16.179-17.818 27.699-17.818 4.352 0 8.806 0.973 13.005 2.97 9.779 4.659 20.378 10.342 31.386 16.947 4.915-30.362-7.066-62.31-33.638-81.152z" />
-<glyph unicode="&#xe633;" d="M881.818 612.915c-81.050 188.672-211.558 332.339-277.555 305.459-112.077-45.568 66.816-264.397-483.635-488.141-47.565-19.302-59.597-96.666-39.68-142.899 19.866-46.234 84.89-92.262 132.454-72.96 8.192 3.328 38.451 13.056 38.451 13.056 33.946-45.568 69.478-18.534 82.125-47.514 15.155-34.816 48.077-110.438 59.238-136.141 11.264-25.702 36.659-49.562 55.091-42.547 18.33 7.014 80.947 30.874 104.909 39.936s29.696 30.464 22.374 47.309c-7.885 18.125-40.243 23.45-49.459 44.646-9.267 21.197-39.424 89.037-48.077 110.438-11.776 29.082 13.261 52.736 49.664 56.525 250.573 26.112 297.421-128.666 382.72-93.952 65.843 26.931 52.429 218.112-28.621 406.784zM853.606 306.893c-14.643-5.939-113.254 71.782-176.282 218.47-62.976 146.637-55.040 280.678-40.448 286.618 14.643 5.99 110.848-87.859 173.875-234.496 62.925-146.586 57.498-264.653 42.854-270.592z" />
-<glyph unicode="&#xe634;" d="M710.502 972.8h-397.005c-57.498 0-104.499-47.002-104.499-104.499v-815.002c0-57.446 47.002-104.499 104.499-104.499h397.005c57.498 0 104.499 47.053 104.499 104.499v815.002c0 57.498-47.002 104.499-104.499 104.499zM512-9.421c-40.346 0-73.114 23.398-73.114 52.275s32.768 52.275 73.114 52.275c40.397 0 73.114-23.398 73.114-52.275s-32.717-52.275-73.114-52.275zM731.392 147.354h-438.835v689.613h438.835v-689.613z" />
-<glyph unicode="&#xe635;" d="M81.613 702.157c24.986-13.466 371.149-199.373 384.051-206.285 12.851-6.912 29.542-10.24 46.336-10.24 16.845 0 33.536 3.328 46.387 10.291 12.902 6.912 359.014 192.819 384 206.285 25.037 13.414 48.691 55.552 2.765 55.552h-866.253c-45.926 0-22.323-42.138 2.714-55.603zM952.986 599.757c-28.416-14.848-377.19-197.171-394.598-206.285s-29.542-10.291-46.387-10.291c-16.794 0-28.928 1.178-46.336 10.291s-366.234 191.488-394.598 206.285c-20.019 10.445-19.866-1.792-19.866-11.213 0-9.421 0-375.552 0-375.552 0-21.504 28.621-49.152 50.79-49.152h820.070c22.221 0 50.739 27.648 50.739 49.101 0 0 0 366.131 0 375.552 0 9.472 0.205 21.709-19.814 11.264z" />
-<glyph unicode="&#xe636;" d="M574.771 880.64c-227.584 0-412.672-182.374-418.253-409.344h-125.798l188.365-209.92 188.314 209.92h-146.227c5.53 169.011 143.77 304.384 313.6 304.384 173.414 0 313.907-140.954 313.907-314.88s-140.493-314.88-313.907-314.88c-69.478 0-133.683 22.733-185.702 61.082l-71.987-77.005c71.014-55.757 160.461-89.037 257.69-89.037 231.168 0 418.56 187.955 418.56 419.84-0.051 231.885-187.443 419.84-418.56 419.84z" />
-<glyph unicode="&#xe637;" d="M282.419 244.531c-115.814 124.57-113.766 319.744 6.502 440.883 49.254 49.562 110.797 79.155 174.797 88.883l-3.533 106.342c-89.805-10.906-176.742-50.995-245.606-120.32-161.229-162.406-163.123-424.448-6.298-590.438l-89.139-89.754 282.112-15.411-0.768 298.701-118.067-118.886zM622.694 856.832l0.768-298.701 118.118 118.938c115.814-124.57 113.818-319.744-6.502-440.883-49.254-49.613-110.797-79.155-174.848-88.883l3.533-106.291c89.856 10.906 176.794 50.995 245.658 120.371 161.178 162.355 163.174 424.448 6.246 590.387l89.139 89.754-282.112 15.309z" />
-<glyph unicode="&#xe638;" d="M449.178 880.64c227.635 0 412.723-182.374 418.253-409.344h125.85l-188.365-209.971-188.365 209.971h146.227c-5.478 169.011-143.718 304.384-313.6 304.384-173.363 0-313.856-140.954-313.856-314.88s140.493-314.88 313.856-314.88c69.53 0 133.734 22.733 185.754 61.082l71.936-77.005c-71.014-55.757-160.461-89.037-257.69-89.037-231.117 0-418.458 187.955-418.458 419.84 0 231.885 187.341 419.84 418.458 419.84z" />
-<glyph unicode="&#xe639;" d="M296.96 348.16v317.44h-194.56c-56.32 0-102.4-46.080-102.4-102.4v-307.2c0-56.32 46.080-102.4 102.4-102.4h51.2v-153.6l153.6 153.6h256c56.32 0 102.4 46.080 102.4 102.4v93.184c-3.277-0.717-6.758-1.075-10.24-1.075h-358.4zM921.6 921.6h-460.8c-56.32 0-102.4-46.080-102.4-102.4v-409.6h358.4l153.6-153.6v153.6h51.2c56.32 0 102.4 46.080 102.4 102.4v307.2c0 56.32-46.080 102.4-102.4 102.4z" />
-<glyph unicode="&#xe63a;" d="M819.2 819.2h-614.4c-56.32 0-102.4-46.080-102.4-102.4v-358.4c0-56.32 46.080-102.4 102.4-102.4h204.8l204.8-153.6v153.6h204.8c56.32 0 102.4 46.080 102.4 102.4v358.4c0 56.32-46.080 102.4-102.4 102.4z" />
-<glyph unicode="&#xe63b;" d="M564.275 102.4h-411.699v716.8h411.648v-153.6h101.376v153.6c0 56.32-46.029 102.4-102.4 102.4h-409.6c-56.32 0-102.4-46.080-102.4-102.4v-716.8c0-56.32 46.080-102.4 102.4-102.4h409.6c56.371 0 102.4 46.080 102.4 102.4v102.4h-101.325v-102.4zM972.8 435.2l-203.725 199.68v-122.88h-460.8v-153.6h460.8v-122.88l203.725 199.68z" />
-<glyph unicode="&#xe63c;" d="M870.4 921.6h-460.8c-56.32 0-101.376-46.080-101.376-102.4v-153.6h101.376v153.6h460.8v-716.8h-460.8v102.4h-101.376v-102.4c0-56.32 45.056-102.4 101.376-102.4h460.8c56.32 0 102.4 46.080 102.4 102.4v716.8c0 56.32-46.080 102.4-102.4 102.4zM512 235.52l204.8 199.68-204.8 199.68v-122.88h-460.8v-153.6h460.8v-122.88z" />
-<glyph unicode="&#xe63d;" d="M808.96 563.2h-92.16v122.88c0 148.326-68.352 235.52-204.8 235.52-136.499 0-204.8-87.194-204.8-235.52v-20.48h102.4v40.96c0 73.984 40.806 112.64 102.4 112.64 61.542 0 102.4-38.656 102.4-112.64v-143.36h-409.6c-28.314 0-51.2-33.126-51.2-61.44v-399.36c0-28.16 21.965-58.266 48.742-66.918l61.235-19.814c26.829-8.602 71.782-15.667 99.942-15.667h296.96c28.211 0 73.165 7.066 99.942 15.718l61.235 19.814c26.778 8.602 48.742 38.707 48.742 66.867v399.36c0 28.314-33.126 61.44-61.44 61.44z" />
-<glyph unicode="&#xe63e;" d="M809.011 563.098h-92.211v71.68c0 148.326-68.301 235.52-204.8 235.52-136.448 0-204.8-87.194-204.8-235.52v-71.68h-102.4c-28.262 0-51.2-33.126-51.2-61.44v-399.36c0-28.16 21.965-58.317 48.742-66.918l61.235-19.814c26.778-8.653 71.731-15.718 99.942-15.718h296.96c28.16 0 73.165 7.066 99.942 15.718l61.235 19.814c26.829 8.602 48.742 38.758 48.742 66.918v399.36c0 28.314-33.126 61.44-61.389 61.44zM409.6 655.258c0 73.984 40.858 112.64 102.4 112.64 61.594 0 102.4-38.656 102.4-112.64v-92.16h-204.8v92.16z" />
-<glyph unicode="&#xe63f;" d="M512 890.88c-237.568 0-430.080-192.614-430.080-430.080 0-237.568 192.563-430.080 430.080-430.080 237.517 0 430.080 192.563 430.080 430.080 0 237.517-192.563 430.080-430.080 430.080zM770.56 513.126v-104.704h-517.12v104.704h517.12z" />
-<glyph unicode="&#xe640;" d="M512 890.88c-237.568 0-430.080-192.614-430.080-430.080 0-237.568 192.563-430.080 430.080-430.080 237.517 0 430.080 192.563 430.080 430.080 0 237.517-192.563 430.080-430.080 430.080zM564.326 408.474v-206.182h-104.653v206.182h-206.234v104.653h206.182v206.234h104.704v-206.182h206.182v-104.704h-206.182z" />
-<glyph unicode="&#xe641;" d="M512 890.88c-237.568 0-430.080-192.614-430.080-430.080 0-237.568 192.563-430.080 430.080-430.080 237.517 0 430.080 192.563 430.080 430.080 0 237.517-192.563 430.080-430.080 430.080zM600.525 460.8l156.723-156.723-88.525-88.525-156.723 156.723-156.723-156.723-88.474 88.525 156.672 156.723-156.672 156.672 88.474 88.525 156.723-156.672 156.723 156.672 88.525-88.474-156.723-156.723z" />
-<glyph unicode="&#xe642;" d="M512 952.32c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52c271.514 0 491.52 220.058 491.52 491.52s-220.006 491.52-491.52 491.52zM776.499 725.197l-0.102 0.102c0-0.051 0.102-0.102 0.102-0.102zM138.035 460.8c0 206.541 167.424 373.965 373.965 373.965 89.805 0 172.237-31.642 236.749-84.378l-526.285-526.234c-52.787 64.461-84.429 146.842-84.429 236.646zM247.501 196.403l0.102-0.102c-0.051 0.051-0.051 0.051-0.102 0.102zM512 86.784c-89.805 0-172.186 31.693-236.646 84.429l526.131 526.234c52.787-64.461 84.48-146.842 84.48-236.646 0.051-206.541-167.475-374.016-373.965-374.016z" />
-<glyph unicode="&#xe643;" d="M482.56 879.36c14.294 10.454 31.766 16.64 50.774 16.64 47.146 0 85.334-38.186 85.334-85.334v-85.334c0-23.488 19.2-42.666 42.666-42.666h256c47.146 0 85.334-38.186 85.334-85.334v-298.666c0-47.146-38.186-85.334-85.334-85.334l-256 0.002c-23.466 0-42.666-19.2-42.666-42.666v-85.334c0-47.146-38.186-85.334-85.334-85.334-19.008 0-36.48 6.186-50.774 16.64l-429.866 355.626c-41.814 41.814-41.814 109.654 0 151.466l429.866 355.628z" />
-<glyph unicode="&#xe644;" d="M541.44 879.36c-14.294 10.454-31.786 16.64-50.774 16.64-47.146 0-85.334-38.186-85.334-85.334v-85.334c0-23.488-19.2-42.666-42.666-42.666h-256c-47.146 0-85.334-38.186-85.334-85.334v-298.666c0-47.146 38.186-85.334 85.334-85.334h256c23.466 0 42.666-19.2 42.666-42.666v-85.334c0-47.146 38.186-85.334 85.334-85.334 18.986 0 36.48 6.186 50.774 16.64l429.846 355.626c41.834 41.814 41.834 109.654 0 151.466l-429.846 355.63z" />
-<glyph unicode="&#xe645;" d="M943.36 418.56c10.454 14.294 16.64 31.786 16.64 50.774 0 47.146-38.186 85.334-85.334 85.334h-85.334c-23.466 0-42.666 19.178-42.666 42.666v256c0 47.146-38.186 85.334-85.334 85.334l-298.666-0.002c-47.146 0-85.334-38.186-85.334-85.334v-256c0-23.488-19.2-42.666-42.666-42.666h-85.332c-47.146 0-85.334-38.186-85.334-85.334 0-18.986 6.186-36.48 16.618-50.774l355.648-429.864c41.814-41.814 109.654-41.814 151.466 0l355.628 429.866z" />
-<glyph unicode="&#xe646;" d="M943.36 477.44c10.454-14.294 16.64-31.786 16.64-50.774 0-47.146-38.186-85.334-85.334-85.334h-85.334c-23.466 0-42.666-19.2-42.666-42.666v-256c0-47.146-38.186-85.334-85.334-85.334l-298.666 0.002c-47.146 0-85.334 38.186-85.334 85.334l0.002 255.998c0 23.466-19.2 42.666-42.666 42.666l-85.334 0.002c-47.146 0-85.334 38.186-85.334 85.334 0 18.986 6.186 36.48 16.64 50.774l355.626 429.864c41.814 41.814 109.654 41.814 151.466 0l355.628-429.866z" />
-<glyph unicode="&#xe647;" d="M573.654 576l85.76 328.96c1.28 4.032 1.92 8.342 1.92 12.8 0 23.232-18.774 42.24-42.048 42.24-13.206 0-24.96-5.974-32.618-15.574l-428.162-555.306c-5.76-7.254-9.172-16.426-9.172-26.454 0-23.466 19.2-42.666 42.666-42.666h258.326l-85.76-328.96c-1.302-4.054-1.92-8.342-1.92-12.8 0.020-23.254 18.794-42.24 42.048-42.24 13.226 0 24.96 5.952 32.64 15.574l428.138 555.306c5.782 7.254 9.194 16.406 9.194 26.454 0 23.466-19.2 42.666-42.666 42.666h-258.346z" />
-<glyph unicode="&#xe648;" d="M191.958 487.958h158.934c23.68 0 42.666-19.2 42.666-42.666 0-11.542-4.48-21.994-11.946-29.674l0.214-0.426-108.8-108.8c-75.094-75.114-75.094-196.502 0-271.574 74.88-74.88 196.48-74.88 271.552 0 74.902 75.094 74.902 196.458 0 271.574-21.76 21.546-47.338 37.12-74.432 46.294l28.586 28.586h365.226c87.040 0 157.866 74.006 160 166.378 0 1.494 0.214 2.774 0 4.266-2.134 23.894-22.4 42.666-46.934 42.666h-264.96l191.36 191.36c17.494 17.494 18.582 45.014 3.2 63.36-1.066 1.302-2.134 2.154-3.2 3.2-66.538 63.552-169.174 65.92-230.614 4.48l-262.4-262.4h-46.506c12.8 25.6 20.054 54.634 20.054 85.334 0 106.026-85.974 192-192 192s-192-85.974-192-192c0-106.006 85.972-191.958 192-191.958zM277.29 679.958c0-47.146-38.186-85.334-85.334-85.334s-85.334 38.186-85.334 85.334 38.186 85.334 85.334 85.334 85.334-38.188 85.334-85.334zM469.078 230.87c33.28-33.302 33.28-87.254 0-120.534-33.28-33.45-87.254-33.45-120.746 0-33.28 33.302-33.28 87.254 0 120.534 33.492 33.514 87.466 33.514 120.746 0z" />
-<glyph unicode="&#xe649;" d="M906.666 746.666h-138.666v128c0 47.146-38.186 85.334-85.334 85.334h-341.332c-47.146 0-85.334-38.186-85.334-85.334v-128h-138.666c-29.44 0-53.334-23.892-53.334-53.332s23.894-53.334 53.334-53.334h32v-618.666c0-47.146 38.186-85.334 85.334-85.334h554.666c47.146 0 85.334 38.186 85.334 85.334l-0.002 618.666h32c29.44 0 53.334 23.894 53.334 53.334s-23.894 53.332-53.334 53.332zM661.334 746.666h-298.668v59.734c0 26.026 20.908 46.934 46.934 46.934h204.8c26.026 0 46.934-20.908 46.934-46.934v-59.734zM362.666 597.334v-512c0-23.466-19.2-42.666-42.666-42.666s-42.666 19.2-42.666 42.666v512c0 23.466 19.2 42.666 42.666 42.666s42.666-19.2 42.666-42.666zM554.666 597.334v-512c0-23.466-19.2-42.666-42.666-42.666s-42.666 19.2-42.666 42.666v512c0 23.466 19.2 42.666 42.666 42.666s42.666-19.2 42.666-42.666zM746.666 597.334v-512c0-23.466-19.2-42.666-42.666-42.666s-42.666 19.2-42.666 42.666v512c0 23.466 19.2 42.666 42.666 42.666s42.666-19.2 42.666-42.666z" />
-<glyph unicode="&#xe64a;" d="M701.888 640l-373.334-375.658c-12.394-12.374-32.448-12.374-44.822 0-12.374 12.352-12.374 32.618 0 44.992l437.59 440.34c18.134 18.326 47.552 18.326 65.686 0l98.56-99.2c18.134-18.134 18.134-47.786 0-66.134l-437.546-440.34c-78.294-78.698-205.226-78.698-283.734 0-78.314 78.934-78.314 206.698 0 285.674l373.334 375.658c20.694 20.694 20.694 54.4 0 75.114-20.48 20.694-53.974 20.694-74.666 0l-373.334-375.68c-119.488-120.342-119.488-315.52 0-435.84 119.68-120.342 313.6-120.342 433.066 0l470.4 473.366c41.194 41.6 41.194 108.822 0 150.4l-164.266 165.12c-41.174 41.6-108.16 41.6-149.334 0l-470.4-473.386c-53.546-53.76-53.546-141.206 0-195.178 53.76-53.974 140.586-53.974 194.154 0l373.334 375.68c20.694 20.694 20.694 54.4 0 75.094-20.714 20.672-53.994 20.672-74.688-0.022z" />
-<glyph unicode="&#xe64b;" d="M0 149.334c0-47.146 38.186-85.334 85.334-85.334h853.334c47.146 0 85.334 38.186 85.334 85.334l-0.002 576c0 47.146-38.186 85.334-85.334 85.334l-853.332-0.002c-47.146 0-85.334-38.186-85.334-85.334v-575.998zM314.026 436.694l-195.2 196.48c-16.192 16.214-16.192 42.454 0 58.666 16.234 16.214 42.474 16.214 58.666 0l311.468-311.872c12.586-12.374 33.302-12.374 45.674 0l311.872 311.872c16.214 16.214 42.454 16.214 58.666 0 16.214-16.214 16.214-42.454 0-58.666l-195.414-196.48 195.414-195.178c16.214-16.214 16.214-42.454 0-58.666s-42.454-16.214-58.666 0l-195.2 194.986c0 0-60.992-62.080-72.086-73.174-17.3-16.876-41.194-27.328-67.22-27.328-26.454 0-50.346 10.666-67.626 27.968-11.306 11.094-71.894 72.512-71.894 72.512l-195.008-194.986c-16.192-16.214-42.432-16.214-58.666 0-16.192 16.214-16.192 42.454 0 58.666l195.22 195.2z" />
-</font></defs></svg>
\ No newline at end of file
diff --git a/src/main/webapp/fonts/symbols.ttf b/src/main/webapp/fonts/symbols.ttf
deleted file mode 100644 (file)
index 911bfc7..0000000
Binary files a/src/main/webapp/fonts/symbols.ttf and /dev/null differ
diff --git a/src/main/webapp/fonts/symbols.woff b/src/main/webapp/fonts/symbols.woff
deleted file mode 100644 (file)
index 3753b82..0000000
Binary files a/src/main/webapp/fonts/symbols.woff and /dev/null differ
diff --git a/src/main/webapp/img/comming-soon.png b/src/main/webapp/img/comming-soon.png
deleted file mode 100644 (file)
index b2f2582..0000000
Binary files a/src/main/webapp/img/comming-soon.png and /dev/null differ
diff --git a/src/main/webapp/img/kai-moritz.jpg b/src/main/webapp/img/kai-moritz.jpg
deleted file mode 100644 (file)
index c1815a1..0000000
Binary files a/src/main/webapp/img/kai-moritz.jpg and /dev/null differ
diff --git a/src/main/webapp/img/wip.gif b/src/main/webapp/img/wip.gif
deleted file mode 100644 (file)
index 13a03b1..0000000
Binary files a/src/main/webapp/img/wip.gif and /dev/null differ
diff --git a/src/main/webapp/js/base.js b/src/main/webapp/js/base.js
deleted file mode 120000 (symlink)
index cd3c776..0000000
+++ /dev/null
@@ -1 +0,0 @@
-prettify.js
\ No newline at end of file
diff --git a/src/main/webapp/js/html5shiv.js b/src/main/webapp/js/html5shiv.js
deleted file mode 100644 (file)
index 448cebd..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
-*/
-(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
-a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
-c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
-"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
-if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
diff --git a/src/main/webapp/js/ie6.js b/src/main/webapp/js/ie6.js
deleted file mode 120000 (symlink)
index 0030830..0000000
+++ /dev/null
@@ -1 +0,0 @@
-html5shiv.js
\ No newline at end of file
diff --git a/src/main/webapp/js/ie7.js b/src/main/webapp/js/ie7.js
deleted file mode 120000 (symlink)
index 0030830..0000000
+++ /dev/null
@@ -1 +0,0 @@
-html5shiv.js
\ No newline at end of file
diff --git a/src/main/webapp/js/ie8.js b/src/main/webapp/js/ie8.js
deleted file mode 120000 (symlink)
index 0030830..0000000
+++ /dev/null
@@ -1 +0,0 @@
-html5shiv.js
\ No newline at end of file
diff --git a/src/main/webapp/js/less-1.7.0.min.js b/src/main/webapp/js/less-1.7.0.min.js
deleted file mode 100644 (file)
index 3cecd95..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*! 
- * LESS - Leaner CSS v1.7.0 
- * http://lesscss.org 
- * 
- * Copyright (c) 2009-2014, Alexis Sellier <self@cloudhead.net> 
- * Licensed under the Apache v2 License. 
- * 
- */ 
-
- /** * @license Apache v2
- */ 
-
-!function(a,b){function c(b){return a.less[b.split("/")[1]]}function d(a,b){"undefined"!=typeof console&&w.logLevel>=b&&console.log("less: "+a)}function e(a){return a.replace(/^[a-z-]+:\/+?[^\/]+/,"").replace(/^\//,"").replace(/\.[a-zA-Z]+$/,"").replace(/[^\.\w-]+/g,"-").replace(/\./g,":")}function f(a,c){var e="{line} {content}",f=a.filename||c,g=[],h=(a.type||"Syntax")+"Error: "+(a.message||"There is an error in your .less file")+" in "+f+" ",i=function(a,c,d){a.extract[c]!==b&&g.push(e.replace(/\{line\}/,(parseInt(a.line,10)||0)+(c-1)).replace(/\{class\}/,d).replace(/\{content\}/,a.extract[c]))};a.extract?(i(a,0,""),i(a,1,"line"),i(a,2,""),h+="on line "+a.line+", column "+(a.column+1)+":\n"+g.join("\n")):a.stack&&(h+=a.stack),d(h,z.errors)}function g(a,b,c){var f=b.href||"",g="less:"+(b.title||e(f)),h=document.getElementById(g),i=!1,j=document.createElement("style");if(j.setAttribute("type","text/css"),b.media&&j.setAttribute("media",b.media),j.id=g,j.styleSheet)try{j.styleSheet.cssText=a}catch(k){throw new Error("Couldn't reassign styleSheet.cssText.")}else j.appendChild(document.createTextNode(a)),i=null!==h&&h.childNodes.length>0&&j.childNodes.length>0&&h.firstChild.nodeValue===j.firstChild.nodeValue;var l=document.getElementsByTagName("head")[0];if(null===h||i===!1){var m=b&&b.nextSibling||null;m?m.parentNode.insertBefore(j,m):l.appendChild(j)}if(h&&i===!1&&h.parentNode.removeChild(h),c&&D){d("saving "+f+" to cache.",z.info);try{D.setItem(f,a),D.setItem(f+":timestamp",c)}catch(k){d("failed to save",z.errors)}}}function h(a){return w.postProcessor&&"function"==typeof w.postProcessor&&(a=w.postProcessor.call(a,a)||a),a}function i(a,c){var d,f,h="less-error-message:"+e(c||""),i='<li><label>{line}</label><pre class="{class}">{content}</pre></li>',j=document.createElement("div"),k=[],l=a.filename||c,m=l.match(/([^\/]+(\?.*)?)$/)[1];j.id=h,j.className="less-error-message",f="<h3>"+(a.type||"Syntax")+"Error: "+(a.message||"There is an error in your .less file")+'</h3><p>in <a href="'+l+'">'+m+"</a> ";var n=function(a,c,d){a.extract[c]!==b&&k.push(i.replace(/\{line\}/,(parseInt(a.line,10)||0)+(c-1)).replace(/\{class\}/,d).replace(/\{content\}/,a.extract[c]))};a.extract?(n(a,0,""),n(a,1,"line"),n(a,2,""),f+="on line "+a.line+", column "+(a.column+1)+":</p><ul>"+k.join("")+"</ul>"):a.stack&&(f+="<br/>"+a.stack.split("\n").slice(1).join("<br/>")),j.innerHTML=f,g([".less-error-message ul, .less-error-message li {","list-style-type: none;","margin-right: 15px;","padding: 4px 0;","margin: 0;","}",".less-error-message label {","font-size: 12px;","margin-right: 15px;","padding: 4px 0;","color: #cc7777;","}",".less-error-message pre {","color: #dd6666;","padding: 4px 0;","margin: 0;","display: inline-block;","}",".less-error-message pre.line {","color: #ff0000;","}",".less-error-message h3 {","font-size: 20px;","font-weight: bold;","padding: 15px 0 5px 0;","margin: 0;","}",".less-error-message a {","color: #10a","}",".less-error-message .error {","color: red;","font-weight: bold;","padding-bottom: 2px;","border-bottom: 1px dashed red;","}"].join("\n"),{title:"error-message"}),j.style.cssText=["font-family: Arial, sans-serif","border: 1px solid #e00","background-color: #eee","border-radius: 5px","-webkit-border-radius: 5px","-moz-border-radius: 5px","color: #e00","padding: 15px","margin-bottom: 15px"].join(";"),"development"==w.env&&(d=setInterval(function(){document.body&&(document.getElementById(h)?document.body.replaceChild(j,document.getElementById(h)):document.body.insertBefore(j,document.body.firstChild),clearInterval(d))},10))}function j(a,b){w.errorReporting&&"html"!==w.errorReporting?"console"===w.errorReporting?f(a,b):"function"==typeof w.errorReporting&&w.errorReporting("add",a,b):i(a,b)}function k(a){var b=document.getElementById("less-error-message:"+e(a));b&&b.parentNode.removeChild(b)}function l(){}function m(a){w.errorReporting&&"html"!==w.errorReporting?"console"===w.errorReporting?l(a):"function"==typeof w.errorReporting&&w.errorReporting("remove",a):k(a)}function n(a){for(var b,c=document.getElementsByTagName("style"),d=0;d<c.length;d++)if(b=c[d],b.type.match(C)){var e=new w.tree.parseEnv(w),f=b.innerHTML||"";e.filename=document.location.href.replace(/#.*$/,""),(a||w.globalVars)&&(e.useFileCache=!0);var g=function(a){return function(b,c){if(b)return j(b,"inline");var d=c.toCSS(w);a.type="text/css",a.styleSheet?a.styleSheet.cssText=d:a.innerHTML=d}}(b);new w.Parser(e).parse(f,g,{globalVars:w.globalVars,modifyVars:a})}}function o(a,b){var c,d,e=/^((?:[a-z-]+:)?\/+?(?:[^\/\?#]*\/)|([\/\\]))?((?:[^\/\\\?#]*[\/\\])*)([^\/\\\?#]*)([#\?].*)?$/i,f=a.match(e),g={},h=[];if(!f)throw new Error("Could not parse sheet href - '"+a+"'");if(!f[1]||f[2]){if(d=b.match(e),!d)throw new Error("Could not parse page url - '"+b+"'");f[1]=f[1]||d[1]||"",f[2]||(f[3]=d[3]+f[3])}if(f[3]){for(h=f[3].replace(/\\/g,"/").split("/"),c=0;c<h.length;c++)"."===h[c]&&(h.splice(c,1),c-=1);for(c=0;c<h.length;c++)".."===h[c]&&c>0&&(h.splice(c-1,2),c-=2)}return g.hostPart=f[1],g.directories=h,g.path=f[1]+h.join("/"),g.fileUrl=g.path+(f[4]||""),g.url=g.fileUrl+(f[5]||""),g}function p(a,b){var c,d,e,f,g=o(a),h=o(b),i="";if(g.hostPart!==h.hostPart)return"";for(d=Math.max(h.directories.length,g.directories.length),c=0;d>c&&h.directories[c]===g.directories[c];c++);for(f=h.directories.slice(c),e=g.directories.slice(c),c=0;c<f.length-1;c++)i+="../";for(c=0;c<e.length-1;c++)i+=e[c]+"/";return i}function q(){if(a.XMLHttpRequest&&("file:"!==a.location.protocol||!a.ActiveXObject))return new XMLHttpRequest;try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(b){return d("browser doesn't support AJAX.",z.errors),null}}function r(a,b,c,e){function f(b,c,d){b.status>=200&&b.status<300?c(b.responseText,b.getResponseHeader("Last-Modified")):"function"==typeof d&&d(b.status,a)}var g=q(),h=y?w.fileAsync:w.async;"function"==typeof g.overrideMimeType&&g.overrideMimeType("text/css"),d("XHR: Getting '"+a+"'",z.debug),g.open("GET",a,h),g.setRequestHeader("Accept",b||"text/x-less, text/css; q=0.9, */*; q=0.5"),g.send(null),y&&!w.fileAsync?0===g.status||g.status>=200&&g.status<300?c(g.responseText):e(g.status,a):h?g.onreadystatechange=function(){4==g.readyState&&f(g,c,e)}:f(g,c,e)}function s(b,c,d,e){c&&c.currentDirectory&&!/^([a-z-]+:)?\//.test(b)&&(b=c.currentDirectory+b);var f=o(b,a.location.href),g=f.url,h={currentDirectory:f.path,filename:g};if(c?(h.entryPath=c.entryPath,h.rootpath=c.rootpath,h.rootFilename=c.rootFilename,h.relativeUrls=c.relativeUrls):(h.entryPath=f.path,h.rootpath=w.rootpath||f.path,h.rootFilename=g,h.relativeUrls=e.relativeUrls),h.relativeUrls&&(h.rootpath=e.rootpath?o(e.rootpath+p(f.path,h.entryPath)).path:f.path),e.useFileCache&&E[g])try{var i=E[g];d(null,i,g,h,{lastModified:new Date})}catch(j){d(j,null,g)}else r(g,e.mime,function(a,b){E[g]=a;try{d(null,a,g,h,{lastModified:b})}catch(c){d(c,null,g)}},function(a,b){d({type:"File",message:"'"+b+"' wasn't found ("+a+")"},null,g)})}function t(a,b,c,d,e){var f=new w.tree.parseEnv(w);f.mime=a.type,(e||w.globalVars)&&(f.useFileCache=!0),s(a.href,null,function(h,i,j,k,l){if(l){l.remaining=d;var n=D&&D.getItem(j),o=D&&D.getItem(j+":timestamp");if(!c&&o&&l.lastModified&&new Date(l.lastModified).valueOf()===new Date(o).valueOf())return g(n,a),l.local=!0,void b(null,null,i,a,l,j)}m(j),i?(f.currentFileInfo=k,new w.Parser(f).parse(i,function(c,d){if(c)return b(c,null,null,a);try{b(c,d,i,a,l,j)}catch(c){b(c,null,null,a)}},{modifyVars:e,globalVars:w.globalVars})):b(h,null,null,a,l,j)},f,e)}function u(a,b,c){for(var d=0;d<w.sheets.length;d++)t(w.sheets[d],a,b,w.sheets.length-(d+1),c)}function v(){"development"===w.env?(w.optimization=0,w.watchTimer=setInterval(function(){w.watchMode&&u(function(a,b,c,d,e){if(a)j(a,d.href);else if(b){var f=b.toCSS(w);f=h(f),g(f,d,e.lastModified)}})},w.poll)):w.optimization=3}("undefined"==typeof a.less||"undefined"!=typeof a.less.nodeType)&&(a.less={}),w=a.less,x=a.less.tree={},w.mode="browser";var w,x;w===b&&(w=exports,x=c("./tree"),w.mode="node"),w.Parser=function(a){function d(){D=y,G.push({current:C,i:y,j:z})}function e(){var a=G.pop();C=a.current,D=y=a.i,z=a.j}function f(){G.pop()}function g(){y>D&&(C=C.slice(y-D),D=y)}function h(a,b){var c=a.charCodeAt(0|b);return 32>=c&&(32===c||10===c||9===c)}function i(a){var b,c,d=typeof a;return"string"===d?v.charAt(y)!==a?null:(l(1),a):(g(),(b=a.exec(C))?(c=b[0].length,l(c),"string"==typeof b?b:1===b.length?b[0]:b):null)}function j(a){y>D&&(C=C.slice(y-D),D=y);var b=a.exec(C);return b?(l(b[0].length),"string"==typeof b?b:1===b.length?b[0]:b):null}function k(a){return v.charAt(y)!==a?null:(l(1),a)}function l(a){for(var b,c=y,d=z,e=y-D,f=y+C.length-e,g=y+=a,h=v;f>y&&(b=h.charCodeAt(y),!(b>32))&&(32===b||10===b||9===b||13===b);y++);return C=C.slice(a+y-g+e),D=y,!C.length&&z<B.length-1?(C=B[++z],l(0),!0):c!==y||d!==z}function m(a,b){var c="[object Function]"===Object.prototype.toString.call(a)?a.call(F):i(a);return c?c:void o(b||("string"==typeof a?"expected '"+a+"' got '"+v.charAt(y)+"'":"unexpected token"))}function n(a,b){return v.charAt(y)===a?(l(1),a):void o(b||"expected '"+a+"' got '"+v.charAt(y)+"'")}function o(a,b){var c=new Error(a);throw c.index=y,c.type=b||"Syntax",c}function p(a){return"string"==typeof a?v.charAt(y)===a:a.test(C)}function q(a){return v.charAt(y)===a}function r(a,b){return a.filename&&b.currentFileInfo.filename&&a.filename!==b.currentFileInfo.filename?E.imports.contents[a.filename]:v}function s(a,b){for(var c=a+1,d=null,e=-1;--c>=0&&"\n"!==b.charAt(c);)e++;return"number"==typeof a&&(d=(b.slice(0,a).match(/\n/g)||"").length),{line:d,column:e}}function t(a,b,d){var e=d.currentFileInfo.filename;return"browser"!==w.mode&&"rhino"!==w.mode&&(e=c("path").resolve(e)),{lineNumber:s(a,b).line+1,fileName:e}}function u(a,b){var c=r(a,b),d=s(a.index,c),e=d.line,f=d.column,g=a.call&&s(a.call,c).line,h=c.split("\n");this.type=a.type||"Syntax",this.message=a.message,this.filename=a.filename||b.currentFileInfo.filename,this.index=a.index,this.line="number"==typeof e?e+1:null,this.callLine=g+1,this.callExtract=h[g],this.stack=a.stack,this.column=f,this.extract=[h[e-1],h[e],h[e+1]]}var v,y,z,A,B,C,D,E,F,G=[],H=a&&a.filename;a instanceof x.parseEnv||(a=new x.parseEnv(a));var I=this.imports={paths:a.paths||[],queue:[],files:a.files,contents:a.contents,contentsIgnoredChars:a.contentsIgnoredChars,mime:a.mime,error:null,push:function(b,c,d,e){var f=this;this.queue.push(b);var g=function(a,c,d){f.queue.splice(f.queue.indexOf(b),1);var g=d===H;f.files[d]=c,a&&!f.error&&(f.error=a),e(a,c,g,d)};w.Parser.importer?w.Parser.importer(b,c,g,a):w.Parser.fileLoader(b,c,function(b,e,f,h){if(b)return void g(b);var i=new x.parseEnv(a);i.currentFileInfo=h,i.processImports=!1,i.contents[f]=e,(c.reference||d.reference)&&(h.reference=!0),d.inline?g(null,e,f):new w.Parser(i).parse(e,function(a,b){g(a,b,f)})},a)}},J=j;return u.prototype=new Error,u.prototype.constructor=u,this.env=a=a||{},this.optimization="optimization"in this.env?this.env.optimization:1,E={imports:I,parse:function(d,e,f){var g,h,i,j,k,l=null,m="";if(y=z=D=A=0,j=f&&f.globalVars?w.Parser.serializeVars(f.globalVars)+"\n":"",k=f&&f.modifyVars?"\n"+w.Parser.serializeVars(f.modifyVars):"",(j||f&&f.banner)&&(m=(f&&f.banner?f.banner:"")+j,E.imports.contentsIgnoredChars[a.currentFileInfo.filename]=m.length),d=d.replace(/\r\n/g,"\n"),v=d=m+d.replace(/^\uFEFF/,"")+k,E.imports.contents[a.currentFileInfo.filename]=d,B=function(b){function c(b,c){l=new u({index:c||i,type:"Parse",message:b,filename:a.currentFileInfo.filename},a)}function d(a){var c=i-s;512>c&&!a||!c||(r.push(b.slice(s,i+1)),s=i+1)}var e,f,g,h,i,j,k,m,n,o=b.length,p=0,q=0,r=[],s=0;for(i=0;o>i;i++)if(k=b.charCodeAt(i),!(k>=97&&122>=k||34>k))switch(k){case 40:q++,f=i;continue;case 41:if(--q<0)return c("missing opening `(`");continue;case 59:q||d();continue;case 123:p++,e=i;continue;case 125:if(--p<0)return c("missing opening `{`");p||q||d();continue;case 92:if(o-1>i){i++;continue}return c("unescaped `\\`");case 34:case 39:case 96:for(n=0,j=i,i+=1;o>i;i++)if(m=b.charCodeAt(i),!(m>96)){if(m==k){n=1;break}if(92==m){if(i==o-1)return c("unescaped `\\`");i++}}if(n)continue;return c("unmatched `"+String.fromCharCode(k)+"`",j);case 47:if(q||i==o-1)continue;if(m=b.charCodeAt(i+1),47==m)for(i+=2;o>i&&(m=b.charCodeAt(i),!(13>=m)||10!=m&&13!=m);i++);else if(42==m){for(g=j=i,i+=2;o-1>i&&(m=b.charCodeAt(i),125==m&&(h=i),42!=m||47!=b.charCodeAt(i+1));i++);if(i==o-1)return c("missing closing `*/`",j);i++}continue;case 42:if(o-1>i&&47==b.charCodeAt(i+1))return c("unmatched `/*`");continue}return 0!==p?g>e&&h>g?c("missing closing `}` or `*/`",e):c("missing closing `}`",e):0!==q?c("missing closing `)`",f):(d(!0),r)}(d),l)return e(new u(l,a));C=B[0];try{g=new x.Ruleset(null,this.parsers.primary()),g.root=!0,g.firstRoot=!0}catch(n){return e(new u(n,a))}if(g.toCSS=function(d){return function(e,f){e=e||{};var g,h,i=new x.evalEnv(e);"object"!=typeof f||Array.isArray(f)||(f=Object.keys(f).map(function(a){var b=f[a];return b instanceof x.Value||(b instanceof x.Expression||(b=new x.Expression([b])),b=new x.Value([b])),new x.Rule("@"+a,b,!1,null,0)}),i.frames=[new x.Ruleset(null,f)]);try{var j,k=[],l=[new x.joinSelectorVisitor,new x.processExtendsVisitor,new x.toCSSVisitor({compress:Boolean(e.compress)})],m=this;if(e.plugins)for(j=0;j<e.plugins.length;j++)e.plugins[j].isPreEvalVisitor?k.push(e.plugins[j]):e.plugins[j].isPreVisitor?l.splice(0,0,e.plugins[j]):l.push(e.plugins[j]);for(j=0;j<k.length;j++)k[j].run(m);for(g=d.call(m,i),j=0;j<l.length;j++)l[j].run(g);e.sourceMap&&(g=new x.sourceMapOutput({contentsIgnoredCharsMap:E.imports.contentsIgnoredChars,writeSourceMap:e.writeSourceMap,rootNode:g,contentsMap:E.imports.contents,sourceMapFilename:e.sourceMapFilename,sourceMapURL:e.sourceMapURL,outputFilename:e.sourceMapOutputFilename,sourceMapBasepath:e.sourceMapBasepath,sourceMapRootpath:e.sourceMapRootpath,outputSourceFiles:e.outputSourceFiles,sourceMapGenerator:e.sourceMapGenerator})),h=g.toCSS({compress:Boolean(e.compress),dumpLineNumbers:a.dumpLineNumbers,strictUnits:Boolean(e.strictUnits),numPrecision:8})}catch(n){throw new u(n,a)}if(e.cleancss&&"node"===w.mode){var o=c("clean-css"),p=e.cleancssOptions||{};return p.keepSpecialComments===b&&(p.keepSpecialComments="*"),p.processImport=!1,p.noRebase=!0,p.noAdvanced===b&&(p.noAdvanced=!0),new o(p).minify(h)}return e.compress?h.replace(/(^(\s)+)|((\s)+$)/g,""):h}}(g.eval),y<v.length-1){y=A;var o=s(y,v);i=v.split("\n"),h=o.line+1,l={type:"Parse",message:"Unrecognised input",index:y,filename:a.currentFileInfo.filename,line:h,column:o.column,extract:[i[h-2],i[h-1],i[h]]}}var p=function(b){return b=l||b||E.imports.error,b?(b instanceof u||(b=new u(b,a)),e(b)):e(null,g)};return a.processImports===!1?p():void new x.importVisitor(this.imports,p).run(g)},parsers:F={primary:function(){for(var a,b=this.mixin,c=J,d=[];C;){if(a=this.extendRule()||b.definition()||this.rule()||this.ruleset()||b.call()||this.comment()||this.rulesetCall()||this.directive())d.push(a);else if(!c(/^[\s\n]+/)&&!c(/^;+/))break;if(q("}"))break}return d},comment:function(){var b;if("/"===v.charAt(y))return"/"===v.charAt(y+1)?new x.Comment(j(/^\/\/.*/),!0,y,a.currentFileInfo):(b=j(/^\/\*(?:[^*]|\*+[^\/*])*\*+\/\n?/),b?new x.Comment(b,!1,y,a.currentFileInfo):void 0)},comments:function(){for(var a,b=[];;){if(a=this.comment(),!a)break;b.push(a)}return b},entities:{quoted:function(){var b,c,d=y,e=y;return"~"===v.charAt(d)&&(d++,c=!0),'"'===v.charAt(d)||"'"===v.charAt(d)?(c&&k("~"),b=j(/^"((?:[^"\\\r\n]|\\.)*)"|'((?:[^'\\\r\n]|\\.)*)'/),b?new x.Quoted(b[0],b[1]||b[2],c,e,a.currentFileInfo):void 0):void 0},keyword:function(){var a;if(a=j(/^%|^[_A-Za-z-][_A-Za-z0-9-]*/)){var b=x.Color.fromKeyword(a);return b?b:new x.Keyword(a)}},call:function(){var b,c,d,e,f=y;if(b=/^([\w-]+|%|progid:[\w\.]+)\(/.exec(C)){if(b=b[1],c=b.toLowerCase(),"url"===c)return null;if(y+=b.length,"alpha"===c&&(e=F.alpha(),"undefined"!=typeof e))return e;if(k("("),d=this.arguments(),k(")"))return b?new x.Call(b,d,f,a.currentFileInfo):void 0}},arguments:function(){for(var a,b=[];;){if(a=this.assignment()||F.expression(),!a)break;if(b.push(a),!k(","))break}return b},literal:function(){return this.dimension()||this.color()||this.quoted()||this.unicodeDescriptor()},assignment:function(){var a,b;return a=j(/^\w+(?=\s?=)/i),a&&k("=")?(b=F.entity(),b?new x.Assignment(a,b):void 0):void 0},url:function(){var b;if("u"===v.charAt(y)&&j(/^url\(/))return b=this.quoted()||this.variable()||j(/^(?:(?:\\[\(\)'"])|[^\(\)'"])+/)||"",n(")"),new x.URL(null!=b.value||b instanceof x.Variable?b:new x.Anonymous(b),a.currentFileInfo)},variable:function(){var b,c=y;return"@"===v.charAt(y)&&(b=j(/^@@?[\w-]+/))?new x.Variable(b,c,a.currentFileInfo):void 0},variableCurly:function(){var b,c=y;return"@"===v.charAt(y)&&(b=j(/^@\{([\w-]+)\}/))?new x.Variable("@"+b[1],c,a.currentFileInfo):void 0},color:function(){var a;return"#"===v.charAt(y)&&(a=j(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})/))?new x.Color(a[1]):void 0},dimension:function(){var a,b=v.charCodeAt(y);if(!(b>57||43>b||47===b||44==b))return a=j(/^([+-]?\d*\.?\d+)(%|[a-z]+)?/),a?new x.Dimension(a[1],a[2]):void 0},unicodeDescriptor:function(){var a;return a=j(/^U\+[0-9a-fA-F?]+(\-[0-9a-fA-F?]+)?/),a?new x.UnicodeDescriptor(a[0]):void 0},javascript:function(){var c,d,e=y;return"~"===v.charAt(e)&&(e++,d=!0),"`"===v.charAt(e)?(a.javascriptEnabled===b||a.javascriptEnabled||o("You are using JavaScript, which has been disabled."),d&&k("~"),c=j(/^`([^`]*)`/),c?new x.JavaScript(c[1],y,d):void 0):void 0}},variable:function(){var a;return"@"===v.charAt(y)&&(a=j(/^(@[\w-]+)\s*:/))?a[1]:void 0},rulesetCall:function(){var a;return"@"===v.charAt(y)&&(a=j(/^(@[\w-]+)\s*\(\s*\)\s*;/))?new x.RulesetCall(a[1]):void 0},extend:function(a){var b,c,d,e,f,g=y;if(j(a?/^&:extend\(/:/^:extend\(/)){do{for(d=null,b=null;!(d=j(/^(all)(?=\s*(\)|,))/))&&(c=this.element());)b?b.push(c):b=[c];d=d&&d[1],f=new x.Extend(new x.Selector(b),d,g),e?e.push(f):e=[f]}while(k(","));return m(/^\)/),a&&m(/^;/),e}},extendRule:function(){return this.extend(!0)},mixin:{call:function(){var b,c,g,h,i,l,m=v.charAt(y),o=!1,p=y;if("."===m||"#"===m){for(d();;){if(b=y,h=j(/^[#.](?:[\w-]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+/),!h)break;g=new x.Element(i,h,b,a.currentFileInfo),c?c.push(g):c=[g],i=k(">")}return c&&(k("(")&&(l=this.args(!0).args,n(")")),F.important()&&(o=!0),F.end())?(f(),new x.mixin.Call(c,l,p,a.currentFileInfo,o)):void e()}},args:function(a){var b,c,g,h,i,l,m=E.parsers,n=m.entities,p={args:null,variadic:!1},q=[],r=[],s=[];for(d();;){if(a)l=m.detachedRuleset()||m.expression();else{if(m.comments(),"."===v.charAt(y)&&j(/^\.{3}/)){p.variadic=!0,k(";")&&!b&&(b=!0),(b?r:s).push({variadic:!0});break}l=n.variable()||n.literal()||n.keyword()}if(!l)break;h=null,l.throwAwayComments&&l.throwAwayComments(),i=l;var t=null;if(a?l.value&&1==l.value.length&&(t=l.value[0]):t=l,t&&t instanceof x.Variable)if(k(":")){if(q.length>0&&(b&&o("Cannot mix ; and , as delimiter types"),c=!0),i=a&&m.detachedRuleset()||m.expression(),!i){if(!a)return e(),p.args=[],p;o("could not understand value for named argument")}h=g=t.name}else{if(!a&&j(/^\.{3}/)){p.variadic=!0,k(";")&&!b&&(b=!0),(b?r:s).push({name:l.name,variadic:!0});break}a||(g=h=t.name,i=null)}i&&q.push(i),s.push({name:h,value:i}),k(",")||(k(";")||b)&&(c&&o("Cannot mix ; and , as delimiter types"),b=!0,q.length>1&&(i=new x.Value(q)),r.push({name:g,value:i}),g=null,q=[],c=!1)}return f(),p.args=b?r:s,p},definition:function(){var a,b,c,g,h=[],i=!1;if(!("."!==v.charAt(y)&&"#"!==v.charAt(y)||p(/^[^{]*\}/)))if(d(),b=j(/^([#.](?:[\w-]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+)\s*\(/)){a=b[1];var l=this.args(!1);if(h=l.args,i=l.variadic,!k(")"))return A=y,void e();if(F.comments(),j(/^when/)&&(g=m(F.conditions,"expected condition")),c=F.block())return f(),new x.mixin.Definition(a,h,c,g,i);e()}else f()}},entity:function(){var a=this.entities;return a.literal()||a.variable()||a.url()||a.call()||a.keyword()||a.javascript()||this.comment()},end:function(){return k(";")||q("}")},alpha:function(){var a;if(j(/^\(opacity=/i))return a=j(/^\d+/)||this.entities.variable(),a?(n(")"),new x.Alpha(a)):void 0},element:function(){var b,c,g,h=y;return c=this.combinator(),b=j(/^(?:\d+\.\d+|\d+)%/)||j(/^(?:[.#]?|:*)(?:[\w-]|[^\x00-\x9f]|\\(?:[A-Fa-f0-9]{1,6} ?|[^A-Fa-f0-9]))+/)||k("*")||k("&")||this.attribute()||j(/^\([^()@]+\)/)||j(/^[\.#](?=@)/)||this.entities.variableCurly(),b||(d(),k("(")?(g=this.selector())&&k(")")?(b=new x.Paren(g),f()):e():f()),b?new x.Element(c,b,h,a.currentFileInfo):void 0},combinator:function(){var a=v.charAt(y);if(">"===a||"+"===a||"~"===a||"|"===a||"^"===a){for(y++,"^"===v.charAt(y)&&(a="^^",y++);h(v,y);)y++;return new x.Combinator(a)}return new x.Combinator(h(v,y-1)?" ":null)},lessSelector:function(){return this.selector(!0)},selector:function(b){for(var c,d,e,f,g,h,i,j=y,k=J;(b&&(g=this.extend())||b&&(h=k(/^when/))||(f=this.element()))&&(h?i=m(this.conditions,"expected condition"):i?o("CSS guard can only be used at the end of selector"):g?d?d.push(g):d=[g]:(d&&o("Extend can only be used at the end of selector"),e=v.charAt(y),c?c.push(f):c=[f],f=null),"{"!==e&&"}"!==e&&";"!==e&&","!==e&&")"!==e););return c?new x.Selector(c,d,i,j,a.currentFileInfo):void(d&&o("Extend must be used to extend a selector, it cannot be used on its own"))},attribute:function(){if(k("[")){var a,b,c,d=this.entities;return(a=d.variableCurly())||(a=m(/^(?:[_A-Za-z0-9-\*]*\|)?(?:[_A-Za-z0-9-]|\\.)+/)),c=j(/^[|~*$^]?=/),c&&(b=d.quoted()||j(/^[0-9]+%/)||j(/^[\w-]+/)||d.variableCurly()),n("]"),new x.Attribute(a,c,b)}},block:function(){var a;return k("{")&&(a=this.primary())&&k("}")?a:void 0},blockRuleset:function(){var a=this.block();return a&&(a=new x.Ruleset(null,a)),a},detachedRuleset:function(){var a=this.blockRuleset();return a?new x.DetachedRuleset(a):void 0},ruleset:function(){var b,c,g,h;for(d(),a.dumpLineNumbers&&(h=t(y,v,a));;){if(c=this.lessSelector(),!c)break;if(b?b.push(c):b=[c],this.comments(),c.condition&&b.length>1&&o("Guards are only currently allowed on a single selector."),!k(","))break;c.condition&&o("Guards are only currently allowed on a single selector."),this.comments()}if(b&&(g=this.block())){f();var i=new x.Ruleset(b,g,a.strictImports);return a.dumpLineNumbers&&(i.debugInfo=h),i}A=y,e()},rule:function(b){var c,g,h,i,j,k=y,l=v.charAt(k);if("."!==l&&"#"!==l&&"&"!==l)if(d(),c=this.variable()||this.ruleProperty()){if(j="string"==typeof c,j&&(g=this.detachedRuleset()),g||(g=b||!a.compress&&!j?this.anonymousValue()||this.value():this.value()||this.anonymousValue(),h=this.important(),i=!j&&c.pop().value),g&&this.end())return f(),new x.Rule(c,g,h,i,k,a.currentFileInfo);if(A=y,e(),g&&!b)return this.rule(!0)}else f()},anonymousValue:function(){var a;return a=/^([^@+\/'"*`(;{}-]*);/.exec(C),a?(y+=a[0].length-1,new x.Anonymous(a[1])):void 0},"import":function(){var b,c,g=y;d();var h=j(/^@import?\s+/),i=(h?this.importOptions():null)||{};return h&&(b=this.entities.quoted()||this.entities.url())&&(c=this.mediaFeatures(),k(";"))?(f(),c=c&&new x.Value(c),new x.Import(b,c,i,g,a.currentFileInfo)):void e()},importOptions:function(){var a,b,c,d={};if(!k("("))return null;do if(a=this.importOption()){switch(b=a,c=!0,b){case"css":b="less",c=!1;break;case"once":b="multiple",c=!1}if(d[b]=c,!k(","))break}while(a);return n(")"),d},importOption:function(){var a=j(/^(less|css|multiple|once|inline|reference)/);return a?a[1]:void 0},mediaFeature:function(){var b,c,d=this.entities,e=[];do if(b=d.keyword()||d.variable())e.push(b);else if(k("(")){if(c=this.property(),b=this.value(),!k(")"))return null;if(c&&b)e.push(new x.Paren(new x.Rule(c,b,null,null,y,a.currentFileInfo,!0)));else{if(!b)return null;e.push(new x.Paren(b))}}while(b);return e.length>0?new x.Expression(e):void 0},mediaFeatures:function(){var a,b=this.entities,c=[];do if(a=this.mediaFeature()){if(c.push(a),!k(","))break}else if(a=b.variable(),a&&(c.push(a),!k(",")))break;while(a);return c.length>0?c:null},media:function(){var b,c,d,e;return a.dumpLineNumbers&&(e=t(y,v,a)),j(/^@media/)&&(b=this.mediaFeatures(),c=this.block())?(d=new x.Media(c,b,y,a.currentFileInfo),a.dumpLineNumbers&&(d.debugInfo=e),d):void 0},directive:function(){var b,c,g,h,i,l,m,n=y,p=!0;if("@"===v.charAt(y)){if(c=this["import"]()||this.media())return c;if(d(),b=j(/^@[a-z-]+/)){switch(h=b,"-"==b.charAt(1)&&b.indexOf("-",2)>0&&(h="@"+b.slice(b.indexOf("-",2)+1)),h){case"@charset":i=!0,p=!1;break;case"@namespace":l=!0,p=!1;break;case"@keyframes":i=!0;break;case"@host":case"@page":case"@document":case"@supports":m=!0}return i?(c=this.entity(),c||o("expected "+b+" identifier")):l?(c=this.expression(),c||o("expected "+b+" expression")):m&&(c=(j(/^[^{;]+/)||"").trim(),c&&(c=new x.Anonymous(c))),p&&(g=this.blockRuleset()),g||!p&&c&&k(";")?(f(),new x.Directive(b,c,g,n,a.currentFileInfo,a.dumpLineNumbers?t(n,v,a):null)):void e()}}},value:function(){var a,b=[];do if(a=this.expression(),a&&(b.push(a),!k(",")))break;while(a);return b.length>0?new x.Value(b):void 0},important:function(){return"!"===v.charAt(y)?j(/^! *important/):void 0},sub:function(){var a,b;return k("(")&&(a=this.addition())?(b=new x.Expression([a]),n(")"),b.parens=!0,b):void 0},multiplication:function(){var a,b,c,d,e;if(a=this.operand()){for(e=h(v,y-1);;){if(p(/^\/[*\/]/))break;if(c=k("/")||k("*"),!c)break;if(b=this.operand(),!b)break;a.parensInOp=!0,b.parensInOp=!0,d=new x.Operation(c,[d||a,b],e),e=h(v,y-1)}return d||a}},addition:function(){var a,b,c,d,e;if(a=this.multiplication()){for(e=h(v,y-1);;){if(c=j(/^[-+]\s+/)||!e&&(k("+")||k("-")),!c)break;if(b=this.multiplication(),!b)break;a.parensInOp=!0,b.parensInOp=!0,d=new x.Operation(c,[d||a,b],e),e=h(v,y-1)}return d||a}},conditions:function(){var a,b,c,d=y;if(a=this.condition()){for(;;){if(!p(/^,\s*(not\s*)?\(/)||!k(","))break;if(b=this.condition(),!b)break;c=new x.Condition("or",c||a,b,d)}return c||a}},condition:function(){var a,b,c,d,e=this.entities,f=y,g=!1;return j(/^not/)&&(g=!0),n("("),a=this.addition()||e.keyword()||e.quoted(),a?(d=j(/^(?:>=|<=|=<|[<=>])/),d?(b=this.addition()||e.keyword()||e.quoted(),b?c=new x.Condition(d,a,b,f,g):o("expected expression")):c=new x.Condition("=",a,new x.Keyword("true"),f,g),n(")"),j(/^and/)?new x.Condition("and",c,this.condition()):c):void 0},operand:function(){var a,b=this.entities,c=v.charAt(y+1);"-"!==v.charAt(y)||"@"!==c&&"("!==c||(a=k("-"));var d=this.sub()||b.dimension()||b.color()||b.variable()||b.call();return a&&(d.parensInOp=!0,d=new x.Negative(d)),d},expression:function(){var a,b,c=[];do a=this.addition()||this.entity(),a&&(c.push(a),p(/^\/[\/*]/)||(b=k("/"),b&&c.push(new x.Anonymous(b))));while(a);return c.length>0?new x.Expression(c):void 0},property:function(){var a=j(/^(\*?-?[_a-zA-Z0-9-]+)\s*:/);return a?a[1]:void 0},ruleProperty:function(){function b(a){var b=a.exec(e);return b?(g.push(y+h),h+=b[0].length,e=e.slice(b[1].length),f.push(b[1])):void 0}var c,d,e=C,f=[],g=[],h=0;for(b(/^(\*?)/);b(/^((?:[\w-]+)|(?:@\{[\w-]+\}))/););if(f.length>1&&b(/^\s*((?:\+_|\+)?)\s*:/)){for(l(h),""===f[0]&&(f.shift(),g.shift()),d=0;d<f.length;d++)c=f[d],f[d]="@"!==c.charAt(0)?new x.Keyword(c):new x.Variable("@"+c.slice(2,-1),g[d],a.currentFileInfo);return f}}}}},w.Parser.serializeVars=function(a){var b="";for(var c in a)if(Object.hasOwnProperty.call(a,c)){var d=a[c];b+=("@"===c[0]?"":"@")+c+": "+d+(";"===(""+d).slice(-1)?"":";")}return b},function(d){function e(a,b,c){if(!(c instanceof d.Dimension))throw{type:"Argument",message:"argument must be a number"};return null==b?b=c.unit:c=c.unify(),new d.Dimension(a(parseFloat(c.value)),b)}function f(a,b,c){var e,f,g,h,i=b.alpha,j=c.alpha,k=[];g=j+i*(1-j);for(var l=0;3>l;l++)e=b.rgb[l]/255,f=c.rgb[l]/255,h=a(e,f),g&&(h=(j*f+i*(e-j*(e+f-h)))/g),k[l]=255*h;return new d.Color(k,g)}function g(){var a,b=d.functions;for(a in l)l.hasOwnProperty(a)&&(b[a]=e.bind(null,Math[a],l[a]));for(a in m)m.hasOwnProperty(a)&&(b[a]=f.bind(null,m[a]));a=d.defaultFunc,b["default"]=a.eval.bind(a)}function h(a){return d.functions.hsla(a.h,a.s,a.l,a.a)}function i(a,b){return a instanceof d.Dimension&&a.unit.is("%")?parseFloat(a.value*b/100):j(a)}function j(a){if(a instanceof d.Dimension)return parseFloat(a.unit.is("%")?a.value/100:a.value);if("number"==typeof a)return a;throw{error:"RuntimeError",message:"color functions take numbers as parameters"}}function k(a){return Math.min(1,Math.max(0,a))}d.functions={rgb:function(a,b,c){return this.rgba(a,b,c,1)},rgba:function(a,b,c,e){var f=[a,b,c].map(function(a){return i(a,255)});return e=j(e),new d.Color(f,e)},hsl:function(a,b,c){return this.hsla(a,b,c,1)},hsla:function(a,b,c,d){function e(a){return a=0>a?a+1:a>1?a-1:a,1>6*a?g+(f-g)*a*6:1>2*a?f:2>3*a?g+(f-g)*(2/3-a)*6:g}a=j(a)%360/360,b=k(j(b)),c=k(j(c)),d=k(j(d));var f=.5>=c?c*(b+1):c+b-c*b,g=2*c-f;return this.rgba(255*e(a+1/3),255*e(a),255*e(a-1/3),d)},hsv:function(a,b,c){return this.hsva(a,b,c,1)},hsva:function(a,b,c,d){a=j(a)%360/360*360,b=j(b),c=j(c),d=j(d);var e,f;e=Math.floor(a/60%6),f=a/60-e;var g=[c,c*(1-b),c*(1-f*b),c*(1-(1-f)*b)],h=[[0,3,1],[2,0,1],[1,0,3],[1,2,0],[3,1,0],[0,1,2]];return this.rgba(255*g[h[e][0]],255*g[h[e][1]],255*g[h[e][2]],d)},hue:function(a){return new d.Dimension(Math.round(a.toHSL().h))},saturation:function(a){return new d.Dimension(Math.round(100*a.toHSL().s),"%")},lightness:function(a){return new d.Dimension(Math.round(100*a.toHSL().l),"%")},hsvhue:function(a){return new d.Dimension(Math.round(a.toHSV().h))},hsvsaturation:function(a){return new d.Dimension(Math.round(100*a.toHSV().s),"%")},hsvvalue:function(a){return new d.Dimension(Math.round(100*a.toHSV().v),"%")},red:function(a){return new d.Dimension(a.rgb[0])},green:function(a){return new d.Dimension(a.rgb[1])},blue:function(a){return new d.Dimension(a.rgb[2])},alpha:function(a){return new d.Dimension(a.toHSL().a)},luma:function(a){return new d.Dimension(Math.round(a.luma()*a.alpha*100),"%")},luminance:function(a){var b=.2126*a.rgb[0]/255+.7152*a.rgb[1]/255+.0722*a.rgb[2]/255;return new d.Dimension(Math.round(b*a.alpha*100),"%")},saturate:function(a,b){if(!a.rgb)return null;var c=a.toHSL();return c.s+=b.value/100,c.s=k(c.s),h(c)},desaturate:function(a,b){var c=a.toHSL();return c.s-=b.value/100,c.s=k(c.s),h(c)},lighten:function(a,b){var c=a.toHSL();return c.l+=b.value/100,c.l=k(c.l),h(c)},darken:function(a,b){var c=a.toHSL();return c.l-=b.value/100,c.l=k(c.l),h(c)},fadein:function(a,b){var c=a.toHSL();return c.a+=b.value/100,c.a=k(c.a),h(c)},fadeout:function(a,b){var c=a.toHSL();return c.a-=b.value/100,c.a=k(c.a),h(c)},fade:function(a,b){var c=a.toHSL();return c.a=b.value/100,c.a=k(c.a),h(c)},spin:function(a,b){var c=a.toHSL(),d=(c.h+b.value)%360;return c.h=0>d?360+d:d,h(c)},mix:function(a,b,c){c||(c=new d.Dimension(50));var e=c.value/100,f=2*e-1,g=a.toHSL().a-b.toHSL().a,h=((f*g==-1?f:(f+g)/(1+f*g))+1)/2,i=1-h,j=[a.rgb[0]*h+b.rgb[0]*i,a.rgb[1]*h+b.rgb[1]*i,a.rgb[2]*h+b.rgb[2]*i],k=a.alpha*e+b.alpha*(1-e);return new d.Color(j,k)},greyscale:function(a){return this.desaturate(a,new d.Dimension(100))},contrast:function(a,b,c,d){if(!a.rgb)return null;if("undefined"==typeof c&&(c=this.rgba(255,255,255,1)),"undefined"==typeof b&&(b=this.rgba(0,0,0,1)),b.luma()>c.luma()){var e=c;c=b,b=e}return d="undefined"==typeof d?.43:j(d),a.luma()<d?c:b},e:function(a){return new d.Anonymous(a instanceof d.JavaScript?a.evaluated:a)},escape:function(a){return new d.Anonymous(encodeURI(a.value).replace(/=/g,"%3D").replace(/:/g,"%3A").replace(/#/g,"%23").replace(/;/g,"%3B").replace(/\(/g,"%28").replace(/\)/g,"%29"))},replace:function(a,b,c,e){var f=a.value;return f=f.replace(new RegExp(b.value,e?e.value:""),c.value),new d.Quoted(a.quote||"",f,a.escaped)},"%":function(a){for(var b=Array.prototype.slice.call(arguments,1),c=a.value,e=0;e<b.length;e++)c=c.replace(/%[sda]/i,function(a){var c=a.match(/s/i)?b[e].value:b[e].toCSS();return a.match(/[A-Z]$/)?encodeURIComponent(c):c});return c=c.replace(/%%/g,"%"),new d.Quoted(a.quote||"",c,a.escaped)
-},unit:function(a,b){if(!(a instanceof d.Dimension))throw{type:"Argument",message:"the first argument to unit must be a number"+(a instanceof d.Operation?". Have you forgotten parenthesis?":"")};return b=b?b instanceof d.Keyword?b.value:b.toCSS():"",new d.Dimension(a.value,b)},convert:function(a,b){return a.convertTo(b.value)},round:function(a,b){var c="undefined"==typeof b?0:b.value;return e(function(a){return a.toFixed(c)},null,a)},pi:function(){return new d.Dimension(Math.PI)},mod:function(a,b){return new d.Dimension(a.value%b.value,a.unit)},pow:function(a,b){if("number"==typeof a&&"number"==typeof b)a=new d.Dimension(a),b=new d.Dimension(b);else if(!(a instanceof d.Dimension&&b instanceof d.Dimension))throw{type:"Argument",message:"arguments must be numbers"};return new d.Dimension(Math.pow(a.value,b.value),a.unit)},_minmax:function(a,c){switch(c=Array.prototype.slice.call(c),c.length){case 0:throw{type:"Argument",message:"one or more arguments required"}}var e,f,g,h,i,j,k,l,m=[],n={};for(e=0;e<c.length;e++)if(g=c[e],g instanceof d.Dimension)if(h=""===g.unit.toString()&&l!==b?new d.Dimension(g.value,l).unify():g.unify(),j=""===h.unit.toString()&&k!==b?k:h.unit.toString(),k=""!==j&&k===b||""!==j&&""===m[0].unify().unit.toString()?j:k,l=""!==j&&l===b?g.unit.toString():l,f=n[""]!==b&&""!==j&&j===k?n[""]:n[j],f!==b)i=""===m[f].unit.toString()&&l!==b?new d.Dimension(m[f].value,l).unify():m[f].unify(),(a&&h.value<i.value||!a&&h.value>i.value)&&(m[f]=g);else{if(k!==b&&j!==k)throw{type:"Argument",message:"incompatible types"};n[j]=m.length,m.push(g)}else Array.isArray(c[e].value)&&Array.prototype.push.apply(c,Array.prototype.slice.call(c[e].value));return 1==m.length?m[0]:(c=m.map(function(a){return a.toCSS(this.env)}).join(this.env.compress?",":", "),new d.Anonymous((a?"min":"max")+"("+c+")"))},min:function(){return this._minmax(!0,arguments)},max:function(){return this._minmax(!1,arguments)},"get-unit":function(a){return new d.Anonymous(a.unit)},argb:function(a){return new d.Anonymous(a.toARGB())},percentage:function(a){return new d.Dimension(100*a.value,"%")},color:function(a){if(a instanceof d.Quoted){var b,c=a.value;if(b=d.Color.fromKeyword(c))return b;if(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})/.test(c))return new d.Color(c.slice(1));throw{type:"Argument",message:"argument must be a color keyword or 3/6 digit hex e.g. #FFF"}}throw{type:"Argument",message:"argument must be a string"}},iscolor:function(a){return this._isa(a,d.Color)},isnumber:function(a){return this._isa(a,d.Dimension)},isstring:function(a){return this._isa(a,d.Quoted)},iskeyword:function(a){return this._isa(a,d.Keyword)},isurl:function(a){return this._isa(a,d.URL)},ispixel:function(a){return this.isunit(a,"px")},ispercentage:function(a){return this.isunit(a,"%")},isem:function(a){return this.isunit(a,"em")},isunit:function(a,b){return a instanceof d.Dimension&&a.unit.is(b.value||b)?d.True:d.False},_isa:function(a,b){return a instanceof b?d.True:d.False},tint:function(a,b){return this.mix(this.rgb(255,255,255),a,b)},shade:function(a,b){return this.mix(this.rgb(0,0,0),a,b)},extract:function(a,b){return b=b.value-1,Array.isArray(a.value)?a.value[b]:Array(a)[b]},length:function(a){var b=Array.isArray(a.value)?a.value.length:1;return new d.Dimension(b)},"data-uri":function(b,e){if("undefined"!=typeof a)return new d.URL(e||b,this.currentFileInfo).eval(this.env);var f=b.value,g=e&&e.value,h=c("fs"),i=c("path"),j=!1;if(arguments.length<2&&(g=f),this.env.isPathRelative(g)&&(g=this.currentFileInfo.relativeUrls?i.join(this.currentFileInfo.currentDirectory,g):i.join(this.currentFileInfo.entryPath,g)),arguments.length<2){var k;try{k=c("mime")}catch(l){k=d._mime}f=k.lookup(g);var m=k.charsets.lookup(f);j=["US-ASCII","UTF-8"].indexOf(m)<0,j&&(f+=";base64")}else j=/;base64$/.test(f);var n=h.readFileSync(g),o=32,p=parseInt(n.length/1024,10);if(p>=o&&this.env.ieCompat!==!1)return this.env.silent||console.warn("Skipped data-uri embedding of %s because its size (%dKB) exceeds IE8-safe %dKB!",g,p,o),new d.URL(e||b,this.currentFileInfo).eval(this.env);n=j?n.toString("base64"):encodeURIComponent(n);var q='"data:'+f+","+n+'"';return new d.URL(new d.Anonymous(q))},"svg-gradient":function(a){function e(){throw{type:"Argument",message:"svg-gradient expects direction, start_color [start_position], [color position,]..., end_color [end_position]"}}arguments.length<3&&e();var f,g,h,i,j,k,l,m=Array.prototype.slice.call(arguments,1),n="linear",o='x="0" y="0" width="1" height="1"',p=!0,q={compress:!1},r=a.toCSS(q);switch(r){case"to bottom":f='x1="0%" y1="0%" x2="0%" y2="100%"';break;case"to right":f='x1="0%" y1="0%" x2="100%" y2="0%"';break;case"to bottom right":f='x1="0%" y1="0%" x2="100%" y2="100%"';break;case"to top right":f='x1="0%" y1="100%" x2="100%" y2="0%"';break;case"ellipse":case"ellipse at center":n="radial",f='cx="50%" cy="50%" r="75%"',o='x="-50" y="-50" width="101" height="101"';break;default:throw{type:"Argument",message:"svg-gradient direction must be 'to bottom', 'to right', 'to bottom right', 'to top right' or 'ellipse at center'"}}for(g='<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none"><'+n+'Gradient id="gradient" gradientUnits="userSpaceOnUse" '+f+">",h=0;h<m.length;h+=1)m[h].value?(i=m[h].value[0],j=m[h].value[1]):(i=m[h],j=b),i instanceof d.Color&&((0===h||h+1===m.length)&&j===b||j instanceof d.Dimension)||e(),k=j?j.toCSS(q):0===h?"0%":"100%",l=i.alpha,g+='<stop offset="'+k+'" stop-color="'+i.toRGB()+'"'+(1>l?' stop-opacity="'+l+'"':"")+"/>";if(g+="</"+n+"Gradient><rect "+o+' fill="url(#gradient)" /></svg>',p)try{g=c("./encoder").encodeBase64(g)}catch(s){p=!1}return g="'data:image/svg+xml"+(p?";base64":"")+","+g+"'",new d.URL(new d.Anonymous(g))}},d._mime={_types:{".htm":"text/html",".html":"text/html",".gif":"image/gif",".jpg":"image/jpeg",".jpeg":"image/jpeg",".png":"image/png"},lookup:function(a){var e=c("path").extname(a),f=d._mime._types[e];if(f===b)throw new Error('Optional dependency "mime" is required for '+e);return f},charsets:{lookup:function(a){return a&&/^text\//.test(a)?"UTF-8":""}}};var l={ceil:null,floor:null,sqrt:null,abs:null,tan:"",sin:"",cos:"",atan:"rad",asin:"rad",acos:"rad"},m={multiply:function(a,b){return a*b},screen:function(a,b){return a+b-a*b},overlay:function(a,b){return a*=2,1>=a?m.multiply(a,b):m.screen(a-1,b)},softlight:function(a,b){var c=1,d=a;return b>.5&&(d=1,c=a>.25?Math.sqrt(a):((16*a-12)*a+4)*a),a-(1-2*b)*d*(c-a)},hardlight:function(a,b){return m.overlay(b,a)},difference:function(a,b){return Math.abs(a-b)},exclusion:function(a,b){return a+b-2*a*b},average:function(a,b){return(a+b)/2},negation:function(a,b){return 1-Math.abs(a+b-1)}};d.defaultFunc={eval:function(){var a=this.value_,b=this.error_;if(b)throw b;return null!=a?a?d.True:d.False:void 0},value:function(a){this.value_=a},error:function(a){this.error_=a},reset:function(){this.value_=this.error_=null}},g(),d.fround=function(a,b){var c;return a&&null!=a.numPrecision?(c=Math.pow(10,a.numPrecision),Math.round(b*c)/c):b},d.functionCall=function(a,b){this.env=a,this.currentFileInfo=b},d.functionCall.prototype=d.functions}(c("./tree")),function(a){a.colors={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgrey:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",grey:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"}}(c("./tree")),function(a){a.debugInfo=function(b,c,d){var e="";if(b.dumpLineNumbers&&!b.compress)switch(b.dumpLineNumbers){case"comments":e=a.debugInfo.asComment(c);break;case"mediaquery":e=a.debugInfo.asMediaQuery(c);break;case"all":e=a.debugInfo.asComment(c)+(d||"")+a.debugInfo.asMediaQuery(c)}return e},a.debugInfo.asComment=function(a){return"/* line "+a.debugInfo.lineNumber+", "+a.debugInfo.fileName+" */\n"},a.debugInfo.asMediaQuery=function(a){return"@media -sass-debug-info{filename{font-family:"+("file://"+a.debugInfo.fileName).replace(/([.:\/\\])/g,function(a){return"\\"==a&&(a="/"),"\\"+a})+"}line{font-family:\\00003"+a.debugInfo.lineNumber+"}}\n"},a.find=function(a,b){for(var c,d=0;d<a.length;d++)if(c=b.call(a,a[d]))return c;return null},a.jsify=function(a){return Array.isArray(a.value)&&a.value.length>1?"["+a.value.map(function(a){return a.toCSS(!1)}).join(", ")+"]":a.toCSS(!1)},a.toCSS=function(a){var b=[];return this.genCSS(a,{add:function(a){b.push(a)},isEmpty:function(){return 0===b.length}}),b.join("")},a.outputRuleset=function(a,b,c){var d,e=c.length;if(a.tabLevel=(0|a.tabLevel)+1,a.compress){for(b.add("{"),d=0;e>d;d++)c[d].genCSS(a,b);return b.add("}"),void a.tabLevel--}var f="\n"+Array(a.tabLevel).join("  "),g=f+"  ";if(e){for(b.add(" {"+g),c[0].genCSS(a,b),d=1;e>d;d++)b.add(g),c[d].genCSS(a,b);b.add(f+"}")}else b.add(" {"+f+"}");a.tabLevel--}}(c("./tree")),function(a){a.Alpha=function(a){this.value=a},a.Alpha.prototype={type:"Alpha",accept:function(a){this.value=a.visit(this.value)},eval:function(b){return this.value.eval?new a.Alpha(this.value.eval(b)):this},genCSS:function(a,b){b.add("alpha(opacity="),this.value.genCSS?this.value.genCSS(a,b):b.add(this.value),b.add(")")},toCSS:a.toCSS}}(c("../tree")),function(a){a.Anonymous=function(a,b,c,d){this.value=a.value||a,this.index=b,this.mapLines=d,this.currentFileInfo=c},a.Anonymous.prototype={type:"Anonymous",eval:function(){return new a.Anonymous(this.value,this.index,this.currentFileInfo,this.mapLines)},compare:function(a){if(!a.toCSS)return-1;var b=this.toCSS(),c=a.toCSS();return b===c?0:c>b?-1:1},genCSS:function(a,b){b.add(this.value,this.currentFileInfo,this.index,this.mapLines)},toCSS:a.toCSS}}(c("../tree")),function(a){a.Assignment=function(a,b){this.key=a,this.value=b},a.Assignment.prototype={type:"Assignment",accept:function(a){this.value=a.visit(this.value)},eval:function(b){return this.value.eval?new a.Assignment(this.key,this.value.eval(b)):this},genCSS:function(a,b){b.add(this.key+"="),this.value.genCSS?this.value.genCSS(a,b):b.add(this.value)},toCSS:a.toCSS}}(c("../tree")),function(a){a.Call=function(a,b,c,d){this.name=a,this.args=b,this.index=c,this.currentFileInfo=d},a.Call.prototype={type:"Call",accept:function(a){this.args&&(this.args=a.visitArray(this.args))},eval:function(b){var c,d,e=this.args.map(function(a){return a.eval(b)}),f=this.name.toLowerCase();if(f in a.functions)try{if(d=new a.functionCall(b,this.currentFileInfo),c=d[f].apply(d,e),null!=c)return c}catch(g){throw{type:g.type||"Runtime",message:"error evaluating function `"+this.name+"`"+(g.message?": "+g.message:""),index:this.index,filename:this.currentFileInfo.filename}}return new a.Call(this.name,e,this.index,this.currentFileInfo)},genCSS:function(a,b){b.add(this.name+"(",this.currentFileInfo,this.index);for(var c=0;c<this.args.length;c++)this.args[c].genCSS(a,b),c+1<this.args.length&&b.add(", ");b.add(")")},toCSS:a.toCSS}}(c("../tree")),function(a){function b(a){return"#"+a.map(function(a){return a=c(Math.round(a),255),(16>a?"0":"")+a.toString(16)}).join("")}function c(a,b){return Math.min(Math.max(a,0),b)}a.Color=function(a,b){this.rgb=Array.isArray(a)?a:6==a.length?a.match(/.{2}/g).map(function(a){return parseInt(a,16)}):a.split("").map(function(a){return parseInt(a+a,16)}),this.alpha="number"==typeof b?b:1};var d="transparent";a.Color.prototype={type:"Color",eval:function(){return this},luma:function(){var a=this.rgb[0]/255,b=this.rgb[1]/255,c=this.rgb[2]/255;return a=.03928>=a?a/12.92:Math.pow((a+.055)/1.055,2.4),b=.03928>=b?b/12.92:Math.pow((b+.055)/1.055,2.4),c=.03928>=c?c/12.92:Math.pow((c+.055)/1.055,2.4),.2126*a+.7152*b+.0722*c},genCSS:function(a,b){b.add(this.toCSS(a))},toCSS:function(b,e){var f=b&&b.compress&&!e,g=a.fround(b,this.alpha);if(1>g)return 0===g&&this.isTransparentKeyword?d:"rgba("+this.rgb.map(function(a){return c(Math.round(a),255)}).concat(c(g,1)).join(","+(f?"":" "))+")";var h=this.toRGB();if(f){var i=h.split("");i[1]===i[2]&&i[3]===i[4]&&i[5]===i[6]&&(h="#"+i[1]+i[3]+i[5])}return h},operate:function(b,c,d){for(var e=[],f=this.alpha*(1-d.alpha)+d.alpha,g=0;3>g;g++)e[g]=a.operate(b,c,this.rgb[g],d.rgb[g]);return new a.Color(e,f)},toRGB:function(){return b(this.rgb)},toHSL:function(){var a,b,c=this.rgb[0]/255,d=this.rgb[1]/255,e=this.rgb[2]/255,f=this.alpha,g=Math.max(c,d,e),h=Math.min(c,d,e),i=(g+h)/2,j=g-h;if(g===h)a=b=0;else{switch(b=i>.5?j/(2-g-h):j/(g+h),g){case c:a=(d-e)/j+(e>d?6:0);break;case d:a=(e-c)/j+2;break;case e:a=(c-d)/j+4}a/=6}return{h:360*a,s:b,l:i,a:f}},toHSV:function(){var a,b,c=this.rgb[0]/255,d=this.rgb[1]/255,e=this.rgb[2]/255,f=this.alpha,g=Math.max(c,d,e),h=Math.min(c,d,e),i=g,j=g-h;if(b=0===g?0:j/g,g===h)a=0;else{switch(g){case c:a=(d-e)/j+(e>d?6:0);break;case d:a=(e-c)/j+2;break;case e:a=(c-d)/j+4}a/=6}return{h:360*a,s:b,v:i,a:f}},toARGB:function(){return b([255*this.alpha].concat(this.rgb))},compare:function(a){return a.rgb?a.rgb[0]===this.rgb[0]&&a.rgb[1]===this.rgb[1]&&a.rgb[2]===this.rgb[2]&&a.alpha===this.alpha?0:-1:-1}},a.Color.fromKeyword=function(b){if(b=b.toLowerCase(),a.colors.hasOwnProperty(b))return new a.Color(a.colors[b].slice(1));if(b===d){var c=new a.Color([0,0,0],0);return c.isTransparentKeyword=!0,c}}}(c("../tree")),function(a){a.Comment=function(a,b,c,d){this.value=a,this.silent=!!b,this.currentFileInfo=d},a.Comment.prototype={type:"Comment",genCSS:function(b,c){this.debugInfo&&c.add(a.debugInfo(b,this),this.currentFileInfo,this.index),c.add(this.value.trim())},toCSS:a.toCSS,isSilent:function(a){var b=this.currentFileInfo&&this.currentFileInfo.reference&&!this.isReferenced,c=a.compress&&!this.value.match(/^\/\*!/);return this.silent||b||c},eval:function(){return this},markReferenced:function(){this.isReferenced=!0}}}(c("../tree")),function(a){a.Condition=function(a,b,c,d,e){this.op=a.trim(),this.lvalue=b,this.rvalue=c,this.index=d,this.negate=e},a.Condition.prototype={type:"Condition",accept:function(a){this.lvalue=a.visit(this.lvalue),this.rvalue=a.visit(this.rvalue)},eval:function(a){var b,c=this.lvalue.eval(a),d=this.rvalue.eval(a),e=this.index;return b=function(a){switch(a){case"and":return c&&d;case"or":return c||d;default:if(c.compare)b=c.compare(d);else{if(!d.compare)throw{type:"Type",message:"Unable to perform comparison",index:e};b=d.compare(c)}switch(b){case-1:return"<"===a||"=<"===a||"<="===a;case 0:return"="===a||">="===a||"=<"===a||"<="===a;case 1:return">"===a||">="===a}}}(this.op),this.negate?!b:b}}}(c("../tree")),function(a){a.DetachedRuleset=function(a,b){this.ruleset=a,this.frames=b},a.DetachedRuleset.prototype={type:"DetachedRuleset",accept:function(a){this.ruleset=a.visit(this.ruleset)},eval:function(b){var c=this.frames||b.frames.slice(0);return new a.DetachedRuleset(this.ruleset,c)},callEval:function(b){return this.ruleset.eval(this.frames?new a.evalEnv(b,this.frames.concat(b.frames)):b)}}}(c("../tree")),function(a){a.Dimension=function(c,d){this.value=parseFloat(c),this.unit=d&&d instanceof a.Unit?d:new a.Unit(d?[d]:b)},a.Dimension.prototype={type:"Dimension",accept:function(a){this.unit=a.visit(this.unit)},eval:function(){return this},toColor:function(){return new a.Color([this.value,this.value,this.value])},genCSS:function(b,c){if(b&&b.strictUnits&&!this.unit.isSingular())throw new Error("Multiple units in dimension. Correct the units or use the unit function. Bad unit: "+this.unit.toString());var d=a.fround(b,this.value),e=String(d);if(0!==d&&1e-6>d&&d>-1e-6&&(e=d.toFixed(20).replace(/0+$/,"")),b&&b.compress){if(0===d&&this.unit.isLength())return void c.add(e);d>0&&1>d&&(e=e.substr(1))}c.add(e),this.unit.genCSS(b,c)},toCSS:a.toCSS,operate:function(b,c,d){var e=a.operate(b,c,this.value,d.value),f=this.unit.clone();if("+"===c||"-"===c)if(0===f.numerator.length&&0===f.denominator.length)f.numerator=d.unit.numerator.slice(0),f.denominator=d.unit.denominator.slice(0);else if(0===d.unit.numerator.length&&0===f.denominator.length);else{if(d=d.convertTo(this.unit.usedUnits()),b.strictUnits&&d.unit.toString()!==f.toString())throw new Error("Incompatible units. Change the units or use the unit function. Bad units: '"+f.toString()+"' and '"+d.unit.toString()+"'.");e=a.operate(b,c,this.value,d.value)}else"*"===c?(f.numerator=f.numerator.concat(d.unit.numerator).sort(),f.denominator=f.denominator.concat(d.unit.denominator).sort(),f.cancel()):"/"===c&&(f.numerator=f.numerator.concat(d.unit.denominator).sort(),f.denominator=f.denominator.concat(d.unit.numerator).sort(),f.cancel());return new a.Dimension(e,f)},compare:function(b){if(b instanceof a.Dimension){var c,d,e,f;if(this.unit.isEmpty()||b.unit.isEmpty())c=this,d=b;else if(c=this.unify(),d=b.unify(),0!==c.unit.compare(d.unit))return-1;return e=c.value,f=d.value,f>e?-1:e>f?1:0}return-1},unify:function(){return this.convertTo({length:"px",duration:"s",angle:"rad"})},convertTo:function(b){var c,d,e,f,g,h=this.value,i=this.unit.clone(),j={};if("string"==typeof b){for(c in a.UnitConversions)a.UnitConversions[c].hasOwnProperty(b)&&(j={},j[c]=b);b=j}g=function(a,b){return e.hasOwnProperty(a)?(b?h/=e[a]/e[f]:h*=e[a]/e[f],f):a};for(d in b)b.hasOwnProperty(d)&&(f=b[d],e=a.UnitConversions[d],i.map(g));return i.cancel(),new a.Dimension(h,i)}},a.UnitConversions={length:{m:1,cm:.01,mm:.001,"in":.0254,px:.0254/96,pt:.0254/72,pc:.0254/72*12},duration:{s:1,ms:.001},angle:{rad:1/(2*Math.PI),deg:1/360,grad:.0025,turn:1}},a.Unit=function(a,b,c){this.numerator=a?a.slice(0).sort():[],this.denominator=b?b.slice(0).sort():[],this.backupUnit=c},a.Unit.prototype={type:"Unit",clone:function(){return new a.Unit(this.numerator.slice(0),this.denominator.slice(0),this.backupUnit)},genCSS:function(a,b){this.numerator.length>=1?b.add(this.numerator[0]):this.denominator.length>=1?b.add(this.denominator[0]):a&&a.strictUnits||!this.backupUnit||b.add(this.backupUnit)},toCSS:a.toCSS,toString:function(){var a,b=this.numerator.join("*");for(a=0;a<this.denominator.length;a++)b+="/"+this.denominator[a];return b},compare:function(a){return this.is(a.toString())?0:-1},is:function(a){return this.toString()===a},isLength:function(){return Boolean(this.toCSS().match(/px|em|%|in|cm|mm|pc|pt|ex/))},isEmpty:function(){return 0===this.numerator.length&&0===this.denominator.length},isSingular:function(){return this.numerator.length<=1&&0===this.denominator.length},map:function(a){var b;for(b=0;b<this.numerator.length;b++)this.numerator[b]=a(this.numerator[b],!1);for(b=0;b<this.denominator.length;b++)this.denominator[b]=a(this.denominator[b],!0)},usedUnits:function(){var b,c,d={};c=function(a){return b.hasOwnProperty(a)&&!d[e]&&(d[e]=a),a};for(var e in a.UnitConversions)a.UnitConversions.hasOwnProperty(e)&&(b=a.UnitConversions[e],this.map(c));return d},cancel:function(){var a,b,c,d={};for(b=0;b<this.numerator.length;b++)a=this.numerator[b],c||(c=a),d[a]=(d[a]||0)+1;for(b=0;b<this.denominator.length;b++)a=this.denominator[b],c||(c=a),d[a]=(d[a]||0)-1;this.numerator=[],this.denominator=[];for(a in d)if(d.hasOwnProperty(a)){var e=d[a];if(e>0)for(b=0;e>b;b++)this.numerator.push(a);else if(0>e)for(b=0;-e>b;b++)this.denominator.push(a)}0===this.numerator.length&&0===this.denominator.length&&c&&(this.backupUnit=c),this.numerator.sort(),this.denominator.sort()}}}(c("../tree")),function(a){a.Directive=function(a,b,c,d,e,f){this.name=a,this.value=b,c&&(this.rules=c,this.rules.allowImports=!0),this.index=d,this.currentFileInfo=e,this.debugInfo=f},a.Directive.prototype={type:"Directive",accept:function(a){var b=this.value,c=this.rules;c&&(c=a.visit(c)),b&&(b=a.visit(b))},genCSS:function(b,c){var d=this.value,e=this.rules;c.add(this.name,this.currentFileInfo,this.index),d&&(c.add(" "),d.genCSS(b,c)),e?a.outputRuleset(b,c,[e]):c.add(";")},toCSS:a.toCSS,eval:function(b){var c=this.value,d=this.rules;return c&&(c=c.eval(b)),d&&(d=d.eval(b),d.root=!0),new a.Directive(this.name,c,d,this.index,this.currentFileInfo,this.debugInfo)},variable:function(b){return this.rules?a.Ruleset.prototype.variable.call(this.rules,b):void 0},find:function(){return this.rules?a.Ruleset.prototype.find.apply(this.rules,arguments):void 0},rulesets:function(){return this.rules?a.Ruleset.prototype.rulesets.apply(this.rules):void 0},markReferenced:function(){var a,b;if(this.isReferenced=!0,this.rules)for(b=this.rules.rules,a=0;a<b.length;a++)b[a].markReferenced&&b[a].markReferenced()}}}(c("../tree")),function(a){a.Element=function(b,c,d,e){this.combinator=b instanceof a.Combinator?b:new a.Combinator(b),this.value="string"==typeof c?c.trim():c?c:"",this.index=d,this.currentFileInfo=e},a.Element.prototype={type:"Element",accept:function(a){var b=this.value;this.combinator=a.visit(this.combinator),"object"==typeof b&&(this.value=a.visit(b))},eval:function(b){return new a.Element(this.combinator,this.value.eval?this.value.eval(b):this.value,this.index,this.currentFileInfo)},genCSS:function(a,b){b.add(this.toCSS(a),this.currentFileInfo,this.index)},toCSS:function(a){var b=this.value.toCSS?this.value.toCSS(a):this.value;return""===b&&"&"===this.combinator.value.charAt(0)?"":this.combinator.toCSS(a||{})+b}},a.Attribute=function(a,b,c){this.key=a,this.op=b,this.value=c},a.Attribute.prototype={type:"Attribute",eval:function(b){return new a.Attribute(this.key.eval?this.key.eval(b):this.key,this.op,this.value&&this.value.eval?this.value.eval(b):this.value)},genCSS:function(a,b){b.add(this.toCSS(a))},toCSS:function(a){var b=this.key.toCSS?this.key.toCSS(a):this.key;return this.op&&(b+=this.op,b+=this.value.toCSS?this.value.toCSS(a):this.value),"["+b+"]"}},a.Combinator=function(a){this.value=" "===a?" ":a?a.trim():""},a.Combinator.prototype={type:"Combinator",_outputMap:{"":""," ":" ",":":" :","+":" + ","~":" ~ ",">":" > ","|":"|","^":" ^ ","^^":" ^^ "},_outputMapCompressed:{"":""," ":" ",":":" :","+":"+","~":"~",">":">","|":"|","^":"^","^^":"^^"},genCSS:function(a,b){b.add((a.compress?this._outputMapCompressed:this._outputMap)[this.value])},toCSS:a.toCSS}}(c("../tree")),function(a){a.Expression=function(a){this.value=a},a.Expression.prototype={type:"Expression",accept:function(a){this.value&&(this.value=a.visitArray(this.value))},eval:function(b){var c,d=this.parens&&!this.parensInOp,e=!1;return d&&b.inParenthesis(),this.value.length>1?c=new a.Expression(this.value.map(function(a){return a.eval(b)})):1===this.value.length?(this.value[0].parens&&!this.value[0].parensInOp&&(e=!0),c=this.value[0].eval(b)):c=this,d&&b.outOfParenthesis(),this.parens&&this.parensInOp&&!b.isMathOn()&&!e&&(c=new a.Paren(c)),c},genCSS:function(a,b){for(var c=0;c<this.value.length;c++)this.value[c].genCSS(a,b),c+1<this.value.length&&b.add(" ")},toCSS:a.toCSS,throwAwayComments:function(){this.value=this.value.filter(function(b){return!(b instanceof a.Comment)})}}}(c("../tree")),function(a){a.Extend=function(b,c,d){switch(this.selector=b,this.option=c,this.index=d,this.object_id=a.Extend.next_id++,this.parent_ids=[this.object_id],c){case"all":this.allowBefore=!0,this.allowAfter=!0;break;default:this.allowBefore=!1,this.allowAfter=!1}},a.Extend.next_id=0,a.Extend.prototype={type:"Extend",accept:function(a){this.selector=a.visit(this.selector)},eval:function(b){return new a.Extend(this.selector.eval(b),this.option,this.index)},clone:function(){return new a.Extend(this.selector,this.option,this.index)},findSelfSelectors:function(a){var b,c,d=[];for(b=0;b<a.length;b++)c=a[b].elements,b>0&&c.length&&""===c[0].combinator.value&&(c[0].combinator.value=" "),d=d.concat(a[b].elements);this.selfSelectors=[{elements:d}]}}}(c("../tree")),function(a){a.Import=function(a,c,d,e,f){if(this.options=d,this.index=e,this.path=a,this.features=c,this.currentFileInfo=f,this.options.less!==b||this.options.inline)this.css=!this.options.less||this.options.inline;else{var g=this.getPath();g&&/css([\?;].*)?$/.test(g)&&(this.css=!0)}},a.Import.prototype={type:"Import",accept:function(a){this.features&&(this.features=a.visit(this.features)),this.path=a.visit(this.path),!this.options.inline&&this.root&&(this.root=a.visit(this.root))},genCSS:function(a,b){this.css&&(b.add("@import ",this.currentFileInfo,this.index),this.path.genCSS(a,b),this.features&&(b.add(" "),this.features.genCSS(a,b)),b.add(";"))},toCSS:a.toCSS,getPath:function(){if(this.path instanceof a.Quoted){var c=this.path.value;return this.css!==b||/(\.[a-z]*$)|([\?;].*)$/.test(c)?c:c+".less"}return this.path instanceof a.URL?this.path.value.value:null},evalForImport:function(b){return new a.Import(this.path.eval(b),this.features,this.options,this.index,this.currentFileInfo)},evalPath:function(b){var c=this.path.eval(b),d=this.currentFileInfo&&this.currentFileInfo.rootpath;if(!(c instanceof a.URL)){if(d){var e=c.value;e&&b.isPathRelative(e)&&(c.value=d+e)}c.value=b.normalizePath(c.value)}return c},eval:function(b){var c,d=this.features&&this.features.eval(b);if(this.skip&&("function"==typeof this.skip&&(this.skip=this.skip()),this.skip))return[];if(this.options.inline){var e=new a.Anonymous(this.root,0,{filename:this.importedFilename},!0);return this.features?new a.Media([e],this.features.value):[e]}if(this.css){var f=new a.Import(this.evalPath(b),d,this.options,this.index);if(!f.css&&this.error)throw this.error;return f}return c=new a.Ruleset(null,this.root.rules.slice(0)),c.evalImports(b),this.features?new a.Media(c.rules,this.features.value):c.rules}}}(c("../tree")),function(a){a.JavaScript=function(a,b,c){this.escaped=c,this.expression=a,this.index=b},a.JavaScript.prototype={type:"JavaScript",eval:function(b){var c,d=this,e={},f=this.expression.replace(/@\{([\w-]+)\}/g,function(c,e){return a.jsify(new a.Variable("@"+e,d.index).eval(b))});try{f=new Function("return ("+f+")")}catch(g){throw{message:"JavaScript evaluation error: "+g.message+" from `"+f+"`",index:this.index}}var h=b.frames[0].variables();for(var i in h)h.hasOwnProperty(i)&&(e[i.slice(1)]={value:h[i].value,toJS:function(){return this.value.eval(b).toCSS()}});try{c=f.call(e)}catch(g){throw{message:"JavaScript evaluation error: '"+g.name+": "+g.message.replace(/["]/g,"'")+"'",index:this.index}}return"number"==typeof c?new a.Dimension(c):"string"==typeof c?new a.Quoted('"'+c+'"',c,this.escaped,this.index):new a.Anonymous(Array.isArray(c)?c.join(", "):c)}}}(c("../tree")),function(a){a.Keyword=function(a){this.value=a},a.Keyword.prototype={type:"Keyword",eval:function(){return this},genCSS:function(a,b){if("%"===this.value)throw{type:"Syntax",message:"Invalid % without number"};b.add(this.value)},toCSS:a.toCSS,compare:function(b){return b instanceof a.Keyword?b.value===this.value?0:1:-1}},a.True=new a.Keyword("true"),a.False=new a.Keyword("false")}(c("../tree")),function(a){a.Media=function(b,c,d,e){this.index=d,this.currentFileInfo=e;var f=this.emptySelectors();this.features=new a.Value(c),this.rules=[new a.Ruleset(f,b)],this.rules[0].allowImports=!0},a.Media.prototype={type:"Media",accept:function(a){this.features&&(this.features=a.visit(this.features)),this.rules&&(this.rules=a.visitArray(this.rules))},genCSS:function(b,c){c.add("@media ",this.currentFileInfo,this.index),this.features.genCSS(b,c),a.outputRuleset(b,c,this.rules)},toCSS:a.toCSS,eval:function(b){b.mediaBlocks||(b.mediaBlocks=[],b.mediaPath=[]);var c=new a.Media(null,[],this.index,this.currentFileInfo);this.debugInfo&&(this.rules[0].debugInfo=this.debugInfo,c.debugInfo=this.debugInfo);var d=!1;b.strictMath||(d=!0,b.strictMath=!0);try{c.features=this.features.eval(b)}finally{d&&(b.strictMath=!1)}return b.mediaPath.push(c),b.mediaBlocks.push(c),b.frames.unshift(this.rules[0]),c.rules=[this.rules[0].eval(b)],b.frames.shift(),b.mediaPath.pop(),0===b.mediaPath.length?c.evalTop(b):c.evalNested(b)},variable:function(b){return a.Ruleset.prototype.variable.call(this.rules[0],b)},find:function(){return a.Ruleset.prototype.find.apply(this.rules[0],arguments)},rulesets:function(){return a.Ruleset.prototype.rulesets.apply(this.rules[0])},emptySelectors:function(){var b=new a.Element("","&",this.index,this.currentFileInfo),c=[new a.Selector([b],null,null,this.index,this.currentFileInfo)];return c[0].mediaEmpty=!0,c},markReferenced:function(){var a,b=this.rules[0].rules;for(this.rules[0].markReferenced(),this.isReferenced=!0,a=0;a<b.length;a++)b[a].markReferenced&&b[a].markReferenced()},evalTop:function(b){var c=this;if(b.mediaBlocks.length>1){var d=this.emptySelectors();c=new a.Ruleset(d,b.mediaBlocks),c.multiMedia=!0}return delete b.mediaBlocks,delete b.mediaPath,c},evalNested:function(b){var c,d,e=b.mediaPath.concat([this]);for(c=0;c<e.length;c++)d=e[c].features instanceof a.Value?e[c].features.value:e[c].features,e[c]=Array.isArray(d)?d:[d];return this.features=new a.Value(this.permute(e).map(function(b){for(b=b.map(function(b){return b.toCSS?b:new a.Anonymous(b)}),c=b.length-1;c>0;c--)b.splice(c,0,new a.Anonymous("and"));return new a.Expression(b)})),new a.Ruleset([],[])},permute:function(a){if(0===a.length)return[];if(1===a.length)return a[0];for(var b=[],c=this.permute(a.slice(1)),d=0;d<c.length;d++)for(var e=0;e<a[0].length;e++)b.push([a[0][e]].concat(c[d]));return b},bubbleSelectors:function(b){b&&(this.rules=[new a.Ruleset(b.slice(0),[this.rules[0]])])}}}(c("../tree")),function(a){a.mixin={},a.mixin.Call=function(b,c,d,e,f){this.selector=new a.Selector(b),this.arguments=c&&c.length?c:null,this.index=d,this.currentFileInfo=e,this.important=f},a.mixin.Call.prototype={type:"MixinCall",accept:function(a){this.selector&&(this.selector=a.visit(this.selector)),this.arguments&&(this.arguments=a.visitArray(this.arguments))
-},eval:function(b){var c,d,e,f,g,h,i,j,k,l,m,n,o=[],p=!1,q=[],r=[],s=a.defaultFunc,t=0,u=1,v=2;for(e=this.arguments&&this.arguments.map(function(a){return{name:a.name,value:a.value.eval(b)}}),f=0;f<b.frames.length;f++)if((c=b.frames[f].find(this.selector)).length>0){for(j=!0,g=0;g<c.length;g++){for(d=c[g],i=!1,h=0;h<b.frames.length;h++)if(!(d instanceof a.mixin.Definition)&&d===(b.frames[h].originalRuleset||b.frames[h])){i=!0;break}if(!i&&d.matchArgs(e,b)){if(l={mixin:d,group:t},d.matchCondition){for(h=0;2>h;h++)s.value(h),r[h]=d.matchCondition(e,b);(r[0]||r[1])&&(r[0]!=r[1]&&(l.group=r[1]?u:v),q.push(l))}else q.push(l);p=!0}}for(s.reset(),n=[0,0,0],g=0;g<q.length;g++)n[q[g].group]++;if(n[t]>0)m=v;else if(m=u,n[u]+n[v]>1)throw{type:"Runtime",message:"Ambiguous use of `default()` found when matching for `"+this.format(e)+"`",index:this.index,filename:this.currentFileInfo.filename};for(g=0;g<q.length;g++)if(l=q[g].group,l===t||l===m)try{d=q[g].mixin,d instanceof a.mixin.Definition||(d=new a.mixin.Definition("",[],d.rules,null,!1),d.originalRuleset=c[g].originalRuleset||c[g]),Array.prototype.push.apply(o,d.evalCall(b,e,this.important).rules)}catch(w){throw{message:w.message,index:this.index,filename:this.currentFileInfo.filename,stack:w.stack}}if(p){if(!this.currentFileInfo||!this.currentFileInfo.reference)for(f=0;f<o.length;f++)k=o[f],k.markReferenced&&k.markReferenced();return o}}throw j?{type:"Runtime",message:"No matching definition was found for `"+this.format(e)+"`",index:this.index,filename:this.currentFileInfo.filename}:{type:"Name",message:this.selector.toCSS().trim()+" is undefined",index:this.index,filename:this.currentFileInfo.filename}},format:function(a){return this.selector.toCSS().trim()+"("+(a?a.map(function(a){var b="";return a.name&&(b+=a.name+":"),b+=a.value.toCSS?a.value.toCSS():"???"}).join(", "):"")+")"}},a.mixin.Definition=function(b,c,d,e,f,g){this.name=b,this.selectors=[new a.Selector([new a.Element(null,b,this.index,this.currentFileInfo)])],this.params=c,this.condition=e,this.variadic=f,this.arity=c.length,this.rules=d,this._lookups={},this.required=c.reduce(function(a,b){return!b.name||b.name&&!b.value?a+1:a},0),this.parent=a.Ruleset.prototype,this.frames=g},a.mixin.Definition.prototype={type:"MixinDefinition",accept:function(a){this.params&&this.params.length&&(this.params=a.visitArray(this.params)),this.rules=a.visitArray(this.rules),this.condition&&(this.condition=a.visit(this.condition))},variable:function(a){return this.parent.variable.call(this,a)},variables:function(){return this.parent.variables.call(this)},find:function(){return this.parent.find.apply(this,arguments)},rulesets:function(){return this.parent.rulesets.apply(this)},evalParams:function(b,c,d,e){var f,g,h,i,j,k,l,m,n=new a.Ruleset(null,null),o=this.params.slice(0),p=0;if(c=new a.evalEnv(c,[n].concat(c.frames)),d)for(d=d.slice(0),p=d.length,h=0;p>h;h++)if(g=d[h],k=g&&g.name){for(l=!1,i=0;i<o.length;i++)if(!e[i]&&k===o[i].name){e[i]=g.value.eval(b),n.prependRule(new a.Rule(k,g.value.eval(b))),l=!0;break}if(l){d.splice(h,1),h--;continue}throw{type:"Runtime",message:"Named argument for "+this.name+" "+d[h].name+" not found"}}for(m=0,h=0;h<o.length;h++)if(!e[h]){if(g=d&&d[m],k=o[h].name)if(o[h].variadic){for(f=[],i=m;p>i;i++)f.push(d[i].value.eval(b));n.prependRule(new a.Rule(k,new a.Expression(f).eval(b)))}else{if(j=g&&g.value)j=j.eval(b);else{if(!o[h].value)throw{type:"Runtime",message:"wrong number of arguments for "+this.name+" ("+p+" for "+this.arity+")"};j=o[h].value.eval(c),n.resetCache()}n.prependRule(new a.Rule(k,j)),e[h]=j}if(o[h].variadic&&d)for(i=m;p>i;i++)e[i]=d[i].value.eval(b);m++}return n},eval:function(b){return new a.mixin.Definition(this.name,this.params,this.rules,this.condition,this.variadic,this.frames||b.frames.slice(0))},evalCall:function(b,c,d){var e,f,g=[],h=this.frames?this.frames.concat(b.frames):b.frames,i=this.evalParams(b,new a.evalEnv(b,h),c,g);return i.prependRule(new a.Rule("@arguments",new a.Expression(g).eval(b))),e=this.rules.slice(0),f=new a.Ruleset(null,e),f.originalRuleset=this,f=f.eval(new a.evalEnv(b,[this,i].concat(h))),d&&(f=this.parent.makeImportant.apply(f)),f},matchCondition:function(b,c){return this.condition&&!this.condition.eval(new a.evalEnv(c,[this.evalParams(c,new a.evalEnv(c,this.frames.concat(c.frames)),b,[])].concat(this.frames).concat(c.frames)))?!1:!0},matchArgs:function(a,b){var c,d=a&&a.length||0;if(this.variadic){if(d<this.required-1)return!1}else{if(d<this.required)return!1;if(d>this.params.length)return!1}c=Math.min(d,this.arity);for(var e=0;c>e;e++)if(!this.params[e].name&&!this.params[e].variadic&&a[e].value.eval(b).toCSS()!=this.params[e].value.eval(b).toCSS())return!1;return!0}}}(c("../tree")),function(a){a.Negative=function(a){this.value=a},a.Negative.prototype={type:"Negative",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add("-"),this.value.genCSS(a,b)},toCSS:a.toCSS,eval:function(b){return b.isMathOn()?new a.Operation("*",[new a.Dimension(-1),this.value]).eval(b):new a.Negative(this.value.eval(b))}}}(c("../tree")),function(a){a.Operation=function(a,b,c){this.op=a.trim(),this.operands=b,this.isSpaced=c},a.Operation.prototype={type:"Operation",accept:function(a){this.operands=a.visit(this.operands)},eval:function(b){var c=this.operands[0].eval(b),d=this.operands[1].eval(b);if(b.isMathOn()){if(c instanceof a.Dimension&&d instanceof a.Color&&(c=c.toColor()),d instanceof a.Dimension&&c instanceof a.Color&&(d=d.toColor()),!c.operate)throw{type:"Operation",message:"Operation on an invalid type"};return c.operate(b,this.op,d)}return new a.Operation(this.op,[c,d],this.isSpaced)},genCSS:function(a,b){this.operands[0].genCSS(a,b),this.isSpaced&&b.add(" "),b.add(this.op),this.isSpaced&&b.add(" "),this.operands[1].genCSS(a,b)},toCSS:a.toCSS},a.operate=function(a,b,c,d){switch(b){case"+":return c+d;case"-":return c-d;case"*":return c*d;case"/":return c/d}}}(c("../tree")),function(a){a.Paren=function(a){this.value=a},a.Paren.prototype={type:"Paren",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add("("),this.value.genCSS(a,b),b.add(")")},toCSS:a.toCSS,eval:function(b){return new a.Paren(this.value.eval(b))}}}(c("../tree")),function(a){a.Quoted=function(a,b,c,d,e){this.escaped=c,this.value=b||"",this.quote=a.charAt(0),this.index=d,this.currentFileInfo=e},a.Quoted.prototype={type:"Quoted",genCSS:function(a,b){this.escaped||b.add(this.quote,this.currentFileInfo,this.index),b.add(this.value),this.escaped||b.add(this.quote)},toCSS:a.toCSS,eval:function(b){var c=this,d=this.value.replace(/`([^`]+)`/g,function(d,e){return new a.JavaScript(e,c.index,!0).eval(b).value}).replace(/@\{([\w-]+)\}/g,function(d,e){var f=new a.Variable("@"+e,c.index,c.currentFileInfo).eval(b,!0);return f instanceof a.Quoted?f.value:f.toCSS()});return new a.Quoted(this.quote+d+this.quote,d,this.escaped,this.index,this.currentFileInfo)},compare:function(a){if(!a.toCSS)return-1;var b=this.toCSS(),c=a.toCSS();return b===c?0:c>b?-1:1}}}(c("../tree")),function(a){function b(a,b){var c,d="",e=b.length,f={add:function(a){d+=a}};for(c=0;e>c;c++)b[c].eval(a).genCSS(a,f);return d}a.Rule=function(b,c,d,e,f,g,h){this.name=b,this.value=c instanceof a.Value||c instanceof a.Ruleset?c:new a.Value([c]),this.important=d?" "+d.trim():"",this.merge=e,this.index=f,this.currentFileInfo=g,this.inline=h||!1,this.variable=b.charAt&&"@"===b.charAt(0)},a.Rule.prototype={type:"Rule",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add(this.name+(a.compress?":":": "),this.currentFileInfo,this.index);try{this.value.genCSS(a,b)}catch(c){throw c.index=this.index,c.filename=this.currentFileInfo.filename,c}b.add(this.important+(this.inline||a.lastRule&&a.compress?"":";"),this.currentFileInfo,this.index)},toCSS:a.toCSS,eval:function(c){var d,e=!1,f=this.name;"string"!=typeof f&&(f=1===f.length&&f[0]instanceof a.Keyword?f[0].value:b(c,f)),"font"!==f||c.strictMath||(e=!0,c.strictMath=!0);try{if(d=this.value.eval(c),!this.variable&&"DetachedRuleset"===d.type)throw{message:"Rulesets cannot be evaluated on a property.",index:this.index,filename:this.currentFileInfo.filename};return new a.Rule(f,d,this.important,this.merge,this.index,this.currentFileInfo,this.inline)}catch(g){throw"number"!=typeof g.index&&(g.index=this.index,g.filename=this.currentFileInfo.filename),g}finally{e&&(c.strictMath=!1)}},makeImportant:function(){return new a.Rule(this.name,this.value,"!important",this.merge,this.index,this.currentFileInfo,this.inline)}}}(c("../tree")),function(a){a.RulesetCall=function(a){this.variable=a},a.RulesetCall.prototype={type:"RulesetCall",accept:function(){},eval:function(b){var c=new a.Variable(this.variable).eval(b);return c.callEval(b)}}}(c("../tree")),function(a){a.Ruleset=function(a,b,c){this.selectors=a,this.rules=b,this._lookups={},this.strictImports=c},a.Ruleset.prototype={type:"Ruleset",accept:function(a){this.paths?a.visitArray(this.paths,!0):this.selectors&&(this.selectors=a.visitArray(this.selectors)),this.rules&&this.rules.length&&(this.rules=a.visitArray(this.rules))},eval:function(b){var c,d,e,f,g=this.selectors,h=a.defaultFunc,i=!1;if(g&&(d=g.length)){for(c=[],h.error({type:"Syntax",message:"it is currently only allowed in parametric mixin guards,"}),f=0;d>f;f++)e=g[f].eval(b),c.push(e),e.evaldCondition&&(i=!0);h.reset()}else i=!0;var j,k,l=this.rules?this.rules.slice(0):null,m=new a.Ruleset(c,l,this.strictImports);m.originalRuleset=this,m.root=this.root,m.firstRoot=this.firstRoot,m.allowImports=this.allowImports,this.debugInfo&&(m.debugInfo=this.debugInfo),i||(l.length=0);var n=b.frames;n.unshift(m);var o=b.selectors;o||(b.selectors=o=[]),o.unshift(this.selectors),(m.root||m.allowImports||!m.strictImports)&&m.evalImports(b);var p=m.rules,q=p?p.length:0;for(f=0;q>f;f++)(p[f]instanceof a.mixin.Definition||p[f]instanceof a.DetachedRuleset)&&(p[f]=p[f].eval(b));var r=b.mediaBlocks&&b.mediaBlocks.length||0;for(f=0;q>f;f++)p[f]instanceof a.mixin.Call?(l=p[f].eval(b).filter(function(b){return b instanceof a.Rule&&b.variable?!m.variable(b.name):!0}),p.splice.apply(p,[f,1].concat(l)),q+=l.length-1,f+=l.length-1,m.resetCache()):p[f]instanceof a.RulesetCall&&(l=p[f].eval(b).rules.filter(function(b){return b instanceof a.Rule&&b.variable?!1:!0}),p.splice.apply(p,[f,1].concat(l)),q+=l.length-1,f+=l.length-1,m.resetCache());for(f=0;f<p.length;f++)j=p[f],j instanceof a.mixin.Definition||j instanceof a.DetachedRuleset||(p[f]=j=j.eval?j.eval(b):j);for(f=0;f<p.length;f++)if(j=p[f],j instanceof a.Ruleset&&j.selectors&&1===j.selectors.length&&j.selectors[0].isJustParentSelector()){p.splice(f--,1);for(var s=0;s<j.rules.length;s++)k=j.rules[s],k instanceof a.Rule&&k.variable||p.splice(++f,0,k)}if(n.shift(),o.shift(),b.mediaBlocks)for(f=r;f<b.mediaBlocks.length;f++)b.mediaBlocks[f].bubbleSelectors(c);return m},evalImports:function(b){var c,d,e=this.rules;if(e)for(c=0;c<e.length;c++)e[c]instanceof a.Import&&(d=e[c].eval(b),d&&d.length?(e.splice.apply(e,[c,1].concat(d)),c+=d.length-1):e.splice(c,1,d),this.resetCache())},makeImportant:function(){return new a.Ruleset(this.selectors,this.rules.map(function(a){return a.makeImportant?a.makeImportant():a}),this.strictImports)},matchArgs:function(a){return!a||0===a.length},matchCondition:function(b,c){var d=this.selectors[this.selectors.length-1];return d.evaldCondition?d.condition&&!d.condition.eval(new a.evalEnv(c,c.frames))?!1:!0:!1},resetCache:function(){this._rulesets=null,this._variables=null,this._lookups={}},variables:function(){return this._variables||(this._variables=this.rules?this.rules.reduce(function(b,c){return c instanceof a.Rule&&c.variable===!0&&(b[c.name]=c),b},{}):{}),this._variables},variable:function(a){return this.variables()[a]},rulesets:function(){if(!this.rules)return null;var b,c,d=a.Ruleset,e=a.mixin.Definition,f=[],g=this.rules,h=g.length;for(b=0;h>b;b++)c=g[b],(c instanceof d||c instanceof e)&&f.push(c);return f},prependRule:function(a){var b=this.rules;b?b.unshift(a):this.rules=[a]},find:function(b,c){c=c||this;var d,e=[],f=b.toCSS();return f in this._lookups?this._lookups[f]:(this.rulesets().forEach(function(f){if(f!==c)for(var g=0;g<f.selectors.length;g++)if(d=b.match(f.selectors[g])){b.elements.length>d?Array.prototype.push.apply(e,f.find(new a.Selector(b.elements.slice(d)),c)):e.push(f);break}}),this._lookups[f]=e,e)},genCSS:function(b,c){var d,e,f,g,h,i,j=[],k=[];b.tabLevel=b.tabLevel||0,this.root||b.tabLevel++;var l,m=b.compress?"":Array(b.tabLevel+1).join("  "),n=b.compress?"":Array(b.tabLevel).join("  ");for(d=0;d<this.rules.length;d++)h=this.rules[d],h.rules||h instanceof a.Media||h instanceof a.Directive||this.root&&h instanceof a.Comment?k.push(h):j.push(h);if(!this.root){g=a.debugInfo(b,this,n),g&&(c.add(g),c.add(n));var o,p=this.paths,q=p.length;for(l=b.compress?",":",\n"+n,d=0;q>d;d++)if(i=p[d],o=i.length)for(d>0&&c.add(l),b.firstSelector=!0,i[0].genCSS(b,c),b.firstSelector=!1,e=1;o>e;e++)i[e].genCSS(b,c);c.add((b.compress?"{":" {\n")+m)}for(d=0;d<j.length;d++)h=j[d],d+1!==j.length||this.root&&0!==k.length&&!this.firstRoot||(b.lastRule=!0),h.genCSS?h.genCSS(b,c):h.value&&c.add(h.value.toString()),b.lastRule?b.lastRule=!1:c.add(b.compress?"":"\n"+m);if(this.root||(c.add(b.compress?"}":"\n"+n+"}"),b.tabLevel--),l=(b.compress?"":"\n")+(this.root?m:n),f=k.length)for(j.length&&l&&c.add(l),k[0].genCSS(b,c),d=1;f>d;d++)l&&c.add(l),k[d].genCSS(b,c);c.isEmpty()||b.compress||!this.firstRoot||c.add("\n")},toCSS:a.toCSS,markReferenced:function(){if(this.selectors)for(var a=0;a<this.selectors.length;a++)this.selectors[a].markReferenced()},joinSelectors:function(a,b,c){for(var d=0;d<c.length;d++)this.joinSelector(a,b,c[d])},joinSelector:function(b,c,d){var e,f,g,h,i,j,k,l,m,n,o,p,q,r,s;for(e=0;e<d.elements.length;e++)j=d.elements[e],"&"===j.value&&(h=!0);if(h){for(r=[],i=[[]],e=0;e<d.elements.length;e++)if(j=d.elements[e],"&"!==j.value)r.push(j);else{for(s=[],r.length>0&&this.mergeElementsOnToSelectors(r,i),f=0;f<i.length;f++)if(k=i[f],0===c.length)k.length>0&&(k[0].elements=k[0].elements.slice(0),k[0].elements.push(new a.Element(j.combinator,"",j.index,j.currentFileInfo))),s.push(k);else for(g=0;g<c.length;g++)l=c[g],m=[],n=[],p=!0,k.length>0?(m=k.slice(0),q=m.pop(),o=d.createDerived(q.elements.slice(0)),p=!1):o=d.createDerived([]),l.length>1&&(n=n.concat(l.slice(1))),l.length>0&&(p=!1,o.elements.push(new a.Element(j.combinator,l[0].elements[0].value,j.index,j.currentFileInfo)),o.elements=o.elements.concat(l[0].elements.slice(1))),p||m.push(o),m=m.concat(n),s.push(m);i=s,r=[]}for(r.length>0&&this.mergeElementsOnToSelectors(r,i),e=0;e<i.length;e++)i[e].length>0&&b.push(i[e])}else if(c.length>0)for(e=0;e<c.length;e++)b.push(c[e].concat(d));else b.push([d])},mergeElementsOnToSelectors:function(b,c){var d,e;if(0===c.length)return void c.push([new a.Selector(b)]);for(d=0;d<c.length;d++)e=c[d],e.length>0?e[e.length-1]=e[e.length-1].createDerived(e[e.length-1].elements.concat(b)):e.push(new a.Selector(b))}}}(c("../tree")),function(a){a.Selector=function(a,b,c,d,e,f){this.elements=a,this.extendList=b,this.condition=c,this.currentFileInfo=e||{},this.isReferenced=f,c||(this.evaldCondition=!0)},a.Selector.prototype={type:"Selector",accept:function(a){this.elements&&(this.elements=a.visitArray(this.elements)),this.extendList&&(this.extendList=a.visitArray(this.extendList)),this.condition&&(this.condition=a.visit(this.condition))},createDerived:function(b,c,d){d=null!=d?d:this.evaldCondition;var e=new a.Selector(b,c||this.extendList,null,this.index,this.currentFileInfo,this.isReferenced);return e.evaldCondition=d,e.mediaEmpty=this.mediaEmpty,e},match:function(a){var b,c,d=this.elements,e=d.length;if(a.CacheElements(),b=a._elements.length,0===b||b>e)return 0;for(c=0;b>c;c++)if(d[c].value!==a._elements[c])return 0;return b},CacheElements:function(){var a,b,c,d="";if(!this._elements){for(a=this.elements.length,c=0;a>c;c++)if(b=this.elements[c],d+=b.combinator.value,b.value.value){if("string"!=typeof b.value.value){d="";break}d+=b.value.value}else d+=b.value;this._elements=d.match(/[,&#\.\w-]([\w-]|(\\.))*/g),this._elements?"&"===this._elements[0]&&this._elements.shift():this._elements=[]}},isJustParentSelector:function(){return!this.mediaEmpty&&1===this.elements.length&&"&"===this.elements[0].value&&(" "===this.elements[0].combinator.value||""===this.elements[0].combinator.value)},eval:function(a){var b=this.condition&&this.condition.eval(a),c=this.elements,d=this.extendList;return c=c&&c.map(function(b){return b.eval(a)}),d=d&&d.map(function(b){return b.eval(a)}),this.createDerived(c,d,b)},genCSS:function(a,b){var c,d;if(a&&a.firstSelector||""!==this.elements[0].combinator.value||b.add(" ",this.currentFileInfo,this.index),!this._css)for(c=0;c<this.elements.length;c++)d=this.elements[c],d.genCSS(a,b)},toCSS:a.toCSS,markReferenced:function(){this.isReferenced=!0},getIsReferenced:function(){return!this.currentFileInfo.reference||this.isReferenced},getIsOutput:function(){return this.evaldCondition}}}(c("../tree")),function(a){a.UnicodeDescriptor=function(a){this.value=a},a.UnicodeDescriptor.prototype={type:"UnicodeDescriptor",genCSS:function(a,b){b.add(this.value)},toCSS:a.toCSS,eval:function(){return this}}}(c("../tree")),function(a){a.URL=function(a,b,c){this.value=a,this.currentFileInfo=b,this.isEvald=c},a.URL.prototype={type:"Url",accept:function(a){this.value=a.visit(this.value)},genCSS:function(a,b){b.add("url("),this.value.genCSS(a,b),b.add(")")},toCSS:a.toCSS,eval:function(b){var c,d=this.value.eval(b);if(!this.isEvald&&(c=this.currentFileInfo&&this.currentFileInfo.rootpath,c&&"string"==typeof d.value&&b.isPathRelative(d.value)&&(d.quote||(c=c.replace(/[\(\)'"\s]/g,function(a){return"\\"+a})),d.value=c+d.value),d.value=b.normalizePath(d.value),b.urlArgs&&!d.value.match(/^\s*data:/))){var e=-1===d.value.indexOf("?")?"?":"&",f=e+b.urlArgs;-1!==d.value.indexOf("#")?d.value=d.value.replace("#",f+"#"):d.value+=f}return new a.URL(d,this.currentFileInfo,!0)}}}(c("../tree")),function(a){a.Value=function(a){this.value=a},a.Value.prototype={type:"Value",accept:function(a){this.value&&(this.value=a.visitArray(this.value))},eval:function(b){return 1===this.value.length?this.value[0].eval(b):new a.Value(this.value.map(function(a){return a.eval(b)}))},genCSS:function(a,b){var c;for(c=0;c<this.value.length;c++)this.value[c].genCSS(a,b),c+1<this.value.length&&b.add(a&&a.compress?",":", ")},toCSS:a.toCSS}}(c("../tree")),function(a){a.Variable=function(a,b,c){this.name=a,this.index=b,this.currentFileInfo=c||{}},a.Variable.prototype={type:"Variable",eval:function(b){var c,d=this.name;if(0===d.indexOf("@@")&&(d="@"+new a.Variable(d.slice(1)).eval(b).value),this.evaluating)throw{type:"Name",message:"Recursive variable definition for "+d,filename:this.currentFileInfo.file,index:this.index};if(this.evaluating=!0,c=a.find(b.frames,function(a){var c=a.variable(d);return c?c.value.eval(b):void 0}))return this.evaluating=!1,c;throw{type:"Name",message:"variable "+d+" is undefined",filename:this.currentFileInfo.filename,index:this.index}}}}(c("../tree")),function(a){var b=["paths","optimization","files","contents","contentsIgnoredChars","relativeUrls","rootpath","strictImports","insecure","dumpLineNumbers","compress","processImports","syncImport","javascriptEnabled","mime","useFileCache","currentFileInfo"];a.parseEnv=function(a){if(d(a,this,b),this.contents||(this.contents={}),this.contentsIgnoredChars||(this.contentsIgnoredChars={}),this.files||(this.files={}),!this.currentFileInfo){var c=a&&a.filename||"input",e=c.replace(/[^\/\\]*$/,"");a&&(a.filename=null),this.currentFileInfo={filename:c,relativeUrls:this.relativeUrls,rootpath:a&&a.rootpath||"",currentDirectory:e,entryPath:e,rootFilename:c}}};var c=["silent","verbose","compress","yuicompress","ieCompat","strictMath","strictUnits","cleancss","sourceMap","importMultiple","urlArgs"];a.evalEnv=function(a,b){d(a,this,c),this.frames=b||[]},a.evalEnv.prototype.inParenthesis=function(){this.parensStack||(this.parensStack=[]),this.parensStack.push(!0)},a.evalEnv.prototype.outOfParenthesis=function(){this.parensStack.pop()},a.evalEnv.prototype.isMathOn=function(){return this.strictMath?this.parensStack&&this.parensStack.length:!0},a.evalEnv.prototype.isPathRelative=function(a){return!/^(?:[a-z-]+:|\/)/.test(a)},a.evalEnv.prototype.normalizePath=function(a){var b,c=a.split("/").reverse();for(a=[];0!==c.length;)switch(b=c.pop()){case".":break;case"..":0===a.length||".."===a[a.length-1]?a.push(b):a.pop();break;default:a.push(b)}return a.join("/")};var d=function(a,b,c){if(a)for(var d=0;d<c.length;d++)a.hasOwnProperty(c[d])&&(b[c[d]]=a[c[d]])}}(c("./tree")),function(a){function b(a){return a}function c(a,b){var d,e;for(d in a)if(a.hasOwnProperty(d))switch(e=a[d],typeof e){case"function":e.prototype&&e.prototype.type&&(e.prototype.typeIndex=b++);break;case"object":b=c(e,b)}return b}var d={visitDeeper:!0},e=!1;a.visitor=function(b){this._implementation=b,this._visitFnCache=[],e||(c(a,1),e=!0)},a.visitor.prototype={visit:function(a){if(!a)return a;var c=a.typeIndex;if(!c)return a;var e,f=this._visitFnCache,g=this._implementation,h=c<<1,i=1|h,j=f[h],k=f[i],l=d;if(l.visitDeeper=!0,j||(e="visit"+a.type,j=g[e]||b,k=g[e+"Out"]||b,f[h]=j,f[i]=k),j!==b){var m=j.call(g,a,l);g.isReplacing&&(a=m)}return l.visitDeeper&&a&&a.accept&&a.accept(this),k!=b&&k.call(g,a),a},visitArray:function(a,b){if(!a)return a;var c,d=a.length;if(b||!this._implementation.isReplacing){for(c=0;d>c;c++)this.visit(a[c]);return a}var e=[];for(c=0;d>c;c++){var f=this.visit(a[c]);f.splice?f.length&&this.flatten(f,e):e.push(f)}return e},flatten:function(a,b){b||(b=[]);var c,d,e,f,g,h;for(d=0,c=a.length;c>d;d++)if(e=a[d],e.splice)for(g=0,f=e.length;f>g;g++)h=e[g],h.splice?h.length&&this.flatten(h,b):b.push(h);else b.push(e);return b}}}(c("./tree")),function(a){a.importVisitor=function(b,c,d,e,f){if(this._visitor=new a.visitor(this),this._importer=b,this._finish=c,this.env=d||new a.evalEnv,this.importCount=0,this.onceFileDetectionMap=e||{},this.recursionDetector={},f)for(var g in f)f.hasOwnProperty(g)&&(this.recursionDetector[g]=!0)},a.importVisitor.prototype={isReplacing:!0,run:function(a){var b;try{this._visitor.visit(a)}catch(c){b=c}this.isFinished=!0,0===this.importCount&&this._finish(b)},visitImport:function(b,c){var d,e=this,f=b.options.inline;if(!b.css||f){try{d=b.evalForImport(this.env)}catch(g){g.filename||(g.index=b.index,g.filename=b.currentFileInfo.filename),b.css=!0,b.error=g}if(d&&(!d.css||f)){b=d,this.importCount++;var h=new a.evalEnv(this.env,this.env.frames.slice(0));b.options.multiple&&(h.importMultiple=!0),this._importer.push(b.getPath(),b.currentFileInfo,b.options,function(c,d,g,i){c&&!c.filename&&(c.index=b.index,c.filename=b.currentFileInfo.filename),h.importMultiple||(b.skip=g?!0:function(){return i in e.onceFileDetectionMap?!0:(e.onceFileDetectionMap[i]=!0,!1)});var j=function(a){e.importCount--,0===e.importCount&&e.isFinished&&e._finish(a)};if(d){b.root=d,b.importedFilename=i;var k=g||i in e.recursionDetector;if(!f&&(h.importMultiple||!k))return e.recursionDetector[i]=!0,void new a.importVisitor(e._importer,j,h,e.onceFileDetectionMap,e.recursionDetector).run(d)}j()})}}return c.visitDeeper=!1,b},visitRule:function(a,b){return b.visitDeeper=!1,a},visitDirective:function(a){return this.env.frames.unshift(a),a},visitDirectiveOut:function(){this.env.frames.shift()},visitMixinDefinition:function(a){return this.env.frames.unshift(a),a},visitMixinDefinitionOut:function(){this.env.frames.shift()},visitRuleset:function(a){return this.env.frames.unshift(a),a},visitRulesetOut:function(){this.env.frames.shift()},visitMedia:function(a){return this.env.frames.unshift(a.ruleset),a},visitMediaOut:function(){this.env.frames.shift()}}}(c("./tree")),function(a){a.joinSelectorVisitor=function(){this.contexts=[[]],this._visitor=new a.visitor(this)},a.joinSelectorVisitor.prototype={run:function(a){return this._visitor.visit(a)},visitRule:function(a,b){b.visitDeeper=!1},visitMixinDefinition:function(a,b){b.visitDeeper=!1},visitRuleset:function(a){var b,c=this.contexts[this.contexts.length-1],d=[];this.contexts.push(d),a.root||(b=a.selectors,b&&(b=b.filter(function(a){return a.getIsOutput()}),a.selectors=b.length?b:b=null,b&&a.joinSelectors(d,c,b)),b||(a.rules=null),a.paths=d)},visitRulesetOut:function(){this.contexts.length=this.contexts.length-1},visitMedia:function(a){var b=this.contexts[this.contexts.length-1];a.rules[0].root=0===b.length||b[0].multiMedia}}}(c("./tree")),function(a){a.toCSSVisitor=function(b){this._visitor=new a.visitor(this),this._env=b},a.toCSSVisitor.prototype={isReplacing:!0,run:function(a){return this._visitor.visit(a)},visitRule:function(a){return a.variable?[]:a},visitMixinDefinition:function(a){return a.frames=[],[]},visitExtend:function(){return[]},visitComment:function(a){return a.isSilent(this._env)?[]:a},visitMedia:function(a,b){return a.accept(this._visitor),b.visitDeeper=!1,a.rules.length?a:[]},visitDirective:function(b){if(b.currentFileInfo.reference&&!b.isReferenced)return[];if("@charset"===b.name){if(this.charset){if(b.debugInfo){var c=new a.Comment("/* "+b.toCSS(this._env).replace(/\n/g,"")+" */\n");return c.debugInfo=b.debugInfo,this._visitor.visit(c)}return[]}this.charset=!0}return b},checkPropertiesInRoot:function(b){for(var c,d=0;d<b.length;d++)if(c=b[d],c instanceof a.Rule&&!c.variable)throw{message:"properties must be inside selector blocks, they cannot be in the root.",index:c.index,filename:c.currentFileInfo?c.currentFileInfo.filename:null}},visitRuleset:function(b,c){var d,e=[];if(b.firstRoot&&this.checkPropertiesInRoot(b.rules),b.root)b.accept(this._visitor),c.visitDeeper=!1,(b.firstRoot||b.rules&&b.rules.length>0)&&e.splice(0,0,b);else{b.paths&&(b.paths=b.paths.filter(function(b){var c;for(" "===b[0].elements[0].combinator.value&&(b[0].elements[0].combinator=new a.Combinator("")),c=0;c<b.length;c++)if(b[c].getIsReferenced()&&b[c].getIsOutput())return!0;return!1}));for(var f=b.rules,g=f?f.length:0,h=0;g>h;)d=f[h],d&&d.rules?(e.push(this._visitor.visit(d)),f.splice(h,1),g--):h++;g>0?b.accept(this._visitor):b.rules=null,c.visitDeeper=!1,f=b.rules,f&&(this._mergeRules(f),f=b.rules),f&&(this._removeDuplicateRules(f),f=b.rules),f&&f.length>0&&b.paths.length>0&&e.splice(0,0,b)}return 1===e.length?e[0]:e},_removeDuplicateRules:function(b){if(b){var c,d,e,f={};for(e=b.length-1;e>=0;e--)if(d=b[e],d instanceof a.Rule)if(f[d.name]){c=f[d.name],c instanceof a.Rule&&(c=f[d.name]=[f[d.name].toCSS(this._env)]);var g=d.toCSS(this._env);-1!==c.indexOf(g)?b.splice(e,1):c.push(g)}else f[d.name]=d}},_mergeRules:function(b){if(b){for(var c,d,e,f={},g=0;g<b.length;g++)d=b[g],d instanceof a.Rule&&d.merge&&(e=[d.name,d.important?"!":""].join(","),f[e]?b.splice(g--,1):f[e]=[],f[e].push(d));Object.keys(f).map(function(b){function e(b){return new a.Expression(b.map(function(a){return a.value}))}function g(b){return new a.Value(b.map(function(a){return a}))}if(c=f[b],c.length>1){d=c[0];var h=[],i=[];c.map(function(a){"+"===a.merge&&(i.length>0&&h.push(e(i)),i=[]),i.push(a)}),h.push(e(i)),d.value=g(h)}})}}}}(c("./tree")),function(a){a.extendFinderVisitor=function(){this._visitor=new a.visitor(this),this.contexts=[],this.allExtendsStack=[[]]},a.extendFinderVisitor.prototype={run:function(a){return a=this._visitor.visit(a),a.allExtends=this.allExtendsStack[0],a},visitRule:function(a,b){b.visitDeeper=!1},visitMixinDefinition:function(a,b){b.visitDeeper=!1},visitRuleset:function(b){if(!b.root){var c,d,e,f,g=[],h=b.rules,i=h?h.length:0;for(c=0;i>c;c++)b.rules[c]instanceof a.Extend&&(g.push(h[c]),b.extendOnEveryPath=!0);var j=b.paths;for(c=0;c<j.length;c++){var k=j[c],l=k[k.length-1],m=l.extendList;for(f=m?m.slice(0).concat(g):g,f&&(f=f.map(function(a){return a.clone()})),d=0;d<f.length;d++)this.foundExtends=!0,e=f[d],e.findSelfSelectors(k),e.ruleset=b,0===d&&(e.firstExtendOnThisSelectorPath=!0),this.allExtendsStack[this.allExtendsStack.length-1].push(e)}this.contexts.push(b.selectors)}},visitRulesetOut:function(a){a.root||(this.contexts.length=this.contexts.length-1)},visitMedia:function(a){a.allExtends=[],this.allExtendsStack.push(a.allExtends)},visitMediaOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1},visitDirective:function(a){a.allExtends=[],this.allExtendsStack.push(a.allExtends)},visitDirectiveOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1}},a.processExtendsVisitor=function(){this._visitor=new a.visitor(this)},a.processExtendsVisitor.prototype={run:function(b){var c=new a.extendFinderVisitor;return c.run(b),c.foundExtends?(b.allExtends=b.allExtends.concat(this.doExtendChaining(b.allExtends,b.allExtends)),this.allExtendsStack=[b.allExtends],this._visitor.visit(b)):b},doExtendChaining:function(b,c,d){var e,f,g,h,i,j,k,l,m=[],n=this;for(d=d||0,e=0;e<b.length;e++)for(f=0;f<c.length;f++)j=b[e],k=c[f],j.parent_ids.indexOf(k.object_id)>=0||(i=[k.selfSelectors[0]],g=n.findMatch(j,i),g.length&&j.selfSelectors.forEach(function(b){h=n.extendSelector(g,i,b),l=new a.Extend(k.selector,k.option,0),l.selfSelectors=h,h[h.length-1].extendList=[l],m.push(l),l.ruleset=k.ruleset,l.parent_ids=l.parent_ids.concat(k.parent_ids,j.parent_ids),k.firstExtendOnThisSelectorPath&&(l.firstExtendOnThisSelectorPath=!0,k.ruleset.paths.push(h))}));if(m.length){if(this.extendChainCount++,d>100){var o="{unable to calculate}",p="{unable to calculate}";try{o=m[0].selfSelectors[0].toCSS(),p=m[0].selector.toCSS()}catch(q){}throw{message:"extend circular reference detected. One of the circular extends is currently:"+o+":extend("+p+")"}}return m.concat(n.doExtendChaining(m,c,d+1))}return m},visitRule:function(a,b){b.visitDeeper=!1},visitMixinDefinition:function(a,b){b.visitDeeper=!1},visitSelector:function(a,b){b.visitDeeper=!1},visitRuleset:function(a){if(!a.root){var b,c,d,e,f=this.allExtendsStack[this.allExtendsStack.length-1],g=[],h=this;for(d=0;d<f.length;d++)for(c=0;c<a.paths.length;c++)if(e=a.paths[c],!a.extendOnEveryPath){var i=e[e.length-1].extendList;i&&i.length||(b=this.findMatch(f[d],e),b.length&&f[d].selfSelectors.forEach(function(a){g.push(h.extendSelector(b,e,a))}))}a.paths=a.paths.concat(g)}},findMatch:function(a,b){var c,d,e,f,g,h,i,j=this,k=a.selector.elements,l=[],m=[];for(c=0;c<b.length;c++)for(d=b[c],e=0;e<d.elements.length;e++)for(f=d.elements[e],(a.allowBefore||0===c&&0===e)&&l.push({pathIndex:c,index:e,matched:0,initialCombinator:f.combinator}),h=0;h<l.length;h++)i=l[h],g=f.combinator.value,""===g&&0===e&&(g=" "),!j.isElementValuesEqual(k[i.matched].value,f.value)||i.matched>0&&k[i.matched].combinator.value!==g?i=null:i.matched++,i&&(i.finished=i.matched===k.length,i.finished&&!a.allowAfter&&(e+1<d.elements.length||c+1<b.length)&&(i=null)),i?i.finished&&(i.length=k.length,i.endPathIndex=c,i.endPathElementIndex=e+1,l.length=0,m.push(i)):(l.splice(h,1),h--);return m},isElementValuesEqual:function(b,c){if("string"==typeof b||"string"==typeof c)return b===c;if(b instanceof a.Attribute)return b.op!==c.op||b.key!==c.key?!1:b.value&&c.value?(b=b.value.value||b.value,c=c.value.value||c.value,b===c):b.value||c.value?!1:!0;if(b=b.value,c=c.value,b instanceof a.Selector){if(!(c instanceof a.Selector)||b.elements.length!==c.elements.length)return!1;for(var d=0;d<b.elements.length;d++){if(b.elements[d].combinator.value!==c.elements[d].combinator.value&&(0!==d||(b.elements[d].combinator.value||" ")!==(c.elements[d].combinator.value||" ")))return!1;if(!this.isElementValuesEqual(b.elements[d].value,c.elements[d].value))return!1}return!0}return!1},extendSelector:function(b,c,d){var e,f,g,h,i,j=0,k=0,l=[];for(e=0;e<b.length;e++)h=b[e],f=c[h.pathIndex],g=new a.Element(h.initialCombinator,d.elements[0].value,d.elements[0].index,d.elements[0].currentFileInfo),h.pathIndex>j&&k>0&&(l[l.length-1].elements=l[l.length-1].elements.concat(c[j].elements.slice(k)),k=0,j++),i=f.elements.slice(k,h.index).concat([g]).concat(d.elements.slice(1)),j===h.pathIndex&&e>0?l[l.length-1].elements=l[l.length-1].elements.concat(i):(l=l.concat(c.slice(j,h.pathIndex)),l.push(new a.Selector(i))),j=h.endPathIndex,k=h.endPathElementIndex,k>=c[j].elements.length&&(k=0,j++);
-return j<c.length&&k>0&&(l[l.length-1].elements=l[l.length-1].elements.concat(c[j].elements.slice(k)),j++),l=l.concat(c.slice(j,c.length))},visitRulesetOut:function(){},visitMedia:function(a){var b=a.allExtends.concat(this.allExtendsStack[this.allExtendsStack.length-1]);b=b.concat(this.doExtendChaining(b,a.allExtends)),this.allExtendsStack.push(b)},visitMediaOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1},visitDirective:function(a){var b=a.allExtends.concat(this.allExtendsStack[this.allExtendsStack.length-1]);b=b.concat(this.doExtendChaining(b,a.allExtends)),this.allExtendsStack.push(b)},visitDirectiveOut:function(){this.allExtendsStack.length=this.allExtendsStack.length-1}}}(c("./tree")),function(a){a.sourceMapOutput=function(a){this._css=[],this._rootNode=a.rootNode,this._writeSourceMap=a.writeSourceMap,this._contentsMap=a.contentsMap,this._contentsIgnoredCharsMap=a.contentsIgnoredCharsMap,this._sourceMapFilename=a.sourceMapFilename,this._outputFilename=a.outputFilename,this._sourceMapURL=a.sourceMapURL,a.sourceMapBasepath&&(this._sourceMapBasepath=a.sourceMapBasepath.replace(/\\/g,"/")),this._sourceMapRootpath=a.sourceMapRootpath,this._outputSourceFiles=a.outputSourceFiles,this._sourceMapGeneratorConstructor=a.sourceMapGenerator||c("source-map").SourceMapGenerator,this._sourceMapRootpath&&"/"!==this._sourceMapRootpath.charAt(this._sourceMapRootpath.length-1)&&(this._sourceMapRootpath+="/"),this._lineNumber=0,this._column=0},a.sourceMapOutput.prototype.normalizeFilename=function(a){return a=a.replace(/\\/g,"/"),this._sourceMapBasepath&&0===a.indexOf(this._sourceMapBasepath)&&(a=a.substring(this._sourceMapBasepath.length),("\\"===a.charAt(0)||"/"===a.charAt(0))&&(a=a.substring(1))),(this._sourceMapRootpath||"")+a},a.sourceMapOutput.prototype.add=function(a,b,c,d){if(a){var e,f,g,h,i;if(b){var j=this._contentsMap[b.filename];this._contentsIgnoredCharsMap[b.filename]&&(c-=this._contentsIgnoredCharsMap[b.filename],0>c&&(c=0),j=j.slice(this._contentsIgnoredCharsMap[b.filename])),j=j.substring(0,c),f=j.split("\n"),h=f[f.length-1]}if(e=a.split("\n"),g=e[e.length-1],b)if(d)for(i=0;i<e.length;i++)this._sourceMapGenerator.addMapping({generated:{line:this._lineNumber+i+1,column:0===i?this._column:0},original:{line:f.length+i,column:0===i?h.length:0},source:this.normalizeFilename(b.filename)});else this._sourceMapGenerator.addMapping({generated:{line:this._lineNumber+1,column:this._column},original:{line:f.length,column:h.length},source:this.normalizeFilename(b.filename)});1===e.length?this._column+=g.length:(this._lineNumber+=e.length-1,this._column=g.length),this._css.push(a)}},a.sourceMapOutput.prototype.isEmpty=function(){return 0===this._css.length},a.sourceMapOutput.prototype.toCSS=function(a){if(this._sourceMapGenerator=new this._sourceMapGeneratorConstructor({file:this._outputFilename,sourceRoot:null}),this._outputSourceFiles)for(var b in this._contentsMap)if(this._contentsMap.hasOwnProperty(b)){var c=this._contentsMap[b];this._contentsIgnoredCharsMap[b]&&(c=c.slice(this._contentsIgnoredCharsMap[b])),this._sourceMapGenerator.setSourceContent(this.normalizeFilename(b),c)}if(this._rootNode.genCSS(a,this),this._css.length>0){var d,e=JSON.stringify(this._sourceMapGenerator.toJSON());this._sourceMapURL?d=this._sourceMapURL:this._sourceMapFilename&&(d=this.normalizeFilename(this._sourceMapFilename)),this._writeSourceMap?this._writeSourceMap(e):d="data:application/json,"+encodeURIComponent(e),d&&this._css.push("/*# sourceMappingURL="+d+" */")}return this._css.join("")}}(c("./tree"));var y=/^(file|chrome(-extension)?|resource|qrc|app):/.test(location.protocol);w.env=w.env||("127.0.0.1"==location.hostname||"0.0.0.0"==location.hostname||"localhost"==location.hostname||location.port&&location.port.length>0||y?"development":"production");var z={debug:3,info:2,errors:1,none:0};if(w.logLevel="undefined"!=typeof w.logLevel?w.logLevel:"development"===w.env?z.debug:z.errors,w.async=w.async||!1,w.fileAsync=w.fileAsync||!1,w.poll=w.poll||(y?1e3:1500),w.functions)for(var A in w.functions)w.functions.hasOwnProperty(A)&&(w.tree.functions[A]=w.functions[A]);var B=/!dumpLineNumbers:(comments|mediaquery|all)/.exec(location.hash);B&&(w.dumpLineNumbers=B[1]);var C=/^text\/(x-)?less$/,D=null,E={};if(w.watch=function(){return w.watchMode||(w.env="development",v()),this.watchMode=!0,!0},w.unwatch=function(){return clearInterval(w.watchTimer),this.watchMode=!1,!1},/!watch/.test(location.hash)&&w.watch(),"development"!=w.env)try{D="undefined"==typeof a.localStorage?null:a.localStorage}catch(F){}var G=document.getElementsByTagName("link");w.sheets=[];for(var H=0;H<G.length;H++)("stylesheet/less"===G[H].rel||G[H].rel.match(/stylesheet/)&&G[H].type.match(C))&&w.sheets.push(G[H]);w.modifyVars=function(a){w.refresh(!1,a)},w.refresh=function(a,b){var c,e;c=e=new Date,u(function(a,b,f,i,k){if(a)return j(a,i.href);if(k.local)d("loading "+i.href+" from cache.",z.info);else{d("parsed "+i.href+" successfully.",z.debug);var l=b.toCSS(w);l=h(l),g(l,i,k.lastModified)}d("css for "+i.href+" generated in "+(new Date-e)+"ms",z.info),0===k.remaining&&d("less has finished. css generated in "+(new Date-c)+"ms",z.info),e=new Date},a,b),n(b)},w.refreshStyles=n,w.Parser.fileLoader=s,w.refresh("development"===w.env),"function"==typeof define&&define.amd&&define(function(){return w})}(window);
\ No newline at end of file
diff --git a/src/main/webapp/js/prettify.js b/src/main/webapp/js/prettify.js
deleted file mode 100644 (file)
index 7b99049..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-!function(){var q=null;window.PR_SHOULD_USE_CONTINUATION=!0;
-(function(){function S(a){function d(e){var b=e.charCodeAt(0);if(b!==92)return b;var a=e.charAt(1);return(b=r[a])?b:"0"<=a&&a<="7"?parseInt(e.substring(1),8):a==="u"||a==="x"?parseInt(e.substring(2),16):e.charCodeAt(1)}function g(e){if(e<32)return(e<16?"\\x0":"\\x")+e.toString(16);e=String.fromCharCode(e);return e==="\\"||e==="-"||e==="]"||e==="^"?"\\"+e:e}function b(e){var b=e.substring(1,e.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),e=[],a=
-b[0]==="^",c=["["];a&&c.push("^");for(var a=a?1:0,f=b.length;a<f;++a){var h=b[a];if(/\\[bdsw]/i.test(h))c.push(h);else{var h=d(h),l;a+2<f&&"-"===b[a+1]?(l=d(b[a+2]),a+=2):l=h;e.push([h,l]);l<65||h>122||(l<65||h>90||e.push([Math.max(65,h)|32,Math.min(l,90)|32]),l<97||h>122||e.push([Math.max(97,h)&-33,Math.min(l,122)&-33]))}}e.sort(function(e,a){return e[0]-a[0]||a[1]-e[1]});b=[];f=[];for(a=0;a<e.length;++a)h=e[a],h[0]<=f[1]+1?f[1]=Math.max(f[1],h[1]):b.push(f=h);for(a=0;a<b.length;++a)h=b[a],c.push(g(h[0])),
-h[1]>h[0]&&(h[1]+1>h[0]&&c.push("-"),c.push(g(h[1])));c.push("]");return c.join("")}function s(e){for(var a=e.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),c=a.length,d=[],f=0,h=0;f<c;++f){var l=a[f];l==="("?++h:"\\"===l.charAt(0)&&(l=+l.substring(1))&&(l<=h?d[l]=-1:a[f]=g(l))}for(f=1;f<d.length;++f)-1===d[f]&&(d[f]=++x);for(h=f=0;f<c;++f)l=a[f],l==="("?(++h,d[h]||(a[f]="(?:")):"\\"===l.charAt(0)&&(l=+l.substring(1))&&l<=h&&
-(a[f]="\\"+d[l]);for(f=0;f<c;++f)"^"===a[f]&&"^"!==a[f+1]&&(a[f]="");if(e.ignoreCase&&m)for(f=0;f<c;++f)l=a[f],e=l.charAt(0),l.length>=2&&e==="["?a[f]=b(l):e!=="\\"&&(a[f]=l.replace(/[A-Za-z]/g,function(a){a=a.charCodeAt(0);return"["+String.fromCharCode(a&-33,a|32)+"]"}));return a.join("")}for(var x=0,m=!1,j=!1,k=0,c=a.length;k<c;++k){var i=a[k];if(i.ignoreCase)j=!0;else if(/[a-z]/i.test(i.source.replace(/\\u[\da-f]{4}|\\x[\da-f]{2}|\\[^UXux]/gi,""))){m=!0;j=!1;break}}for(var r={b:8,t:9,n:10,v:11,
-f:12,r:13},n=[],k=0,c=a.length;k<c;++k){i=a[k];if(i.global||i.multiline)throw Error(""+i);n.push("(?:"+s(i)+")")}return RegExp(n.join("|"),j?"gi":"g")}function T(a,d){function g(a){var c=a.nodeType;if(c==1){if(!b.test(a.className)){for(c=a.firstChild;c;c=c.nextSibling)g(c);c=a.nodeName.toLowerCase();if("br"===c||"li"===c)s[j]="\n",m[j<<1]=x++,m[j++<<1|1]=a}}else if(c==3||c==4)c=a.nodeValue,c.length&&(c=d?c.replace(/\r\n?/g,"\n"):c.replace(/[\t\n\r ]+/g," "),s[j]=c,m[j<<1]=x,x+=c.length,m[j++<<1|1]=
-a)}var b=/(?:^|\s)nocode(?:\s|$)/,s=[],x=0,m=[],j=0;g(a);return{a:s.join("").replace(/\n$/,""),d:m}}function H(a,d,g,b){d&&(a={a:d,e:a},g(a),b.push.apply(b,a.g))}function U(a){for(var d=void 0,g=a.firstChild;g;g=g.nextSibling)var b=g.nodeType,d=b===1?d?a:g:b===3?V.test(g.nodeValue)?a:d:d;return d===a?void 0:d}function C(a,d){function g(a){for(var j=a.e,k=[j,"pln"],c=0,i=a.a.match(s)||[],r={},n=0,e=i.length;n<e;++n){var z=i[n],w=r[z],t=void 0,f;if(typeof w==="string")f=!1;else{var h=b[z.charAt(0)];
-if(h)t=z.match(h[1]),w=h[0];else{for(f=0;f<x;++f)if(h=d[f],t=z.match(h[1])){w=h[0];break}t||(w="pln")}if((f=w.length>=5&&"lang-"===w.substring(0,5))&&!(t&&typeof t[1]==="string"))f=!1,w="src";f||(r[z]=w)}h=c;c+=z.length;if(f){f=t[1];var l=z.indexOf(f),B=l+f.length;t[2]&&(B=z.length-t[2].length,l=B-f.length);w=w.substring(5);H(j+h,z.substring(0,l),g,k);H(j+h+l,f,I(w,f),k);H(j+h+B,z.substring(B),g,k)}else k.push(j+h,w)}a.g=k}var b={},s;(function(){for(var g=a.concat(d),j=[],k={},c=0,i=g.length;c<i;++c){var r=
-g[c],n=r[3];if(n)for(var e=n.length;--e>=0;)b[n.charAt(e)]=r;r=r[1];n=""+r;k.hasOwnProperty(n)||(j.push(r),k[n]=q)}j.push(/[\S\s]/);s=S(j)})();var x=d.length;return g}function v(a){var d=[],g=[];a.tripleQuotedStrings?d.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):a.multiLineStrings?d.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,
-q,"'\"`"]):d.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&g.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var b=a.hashComments;b&&(a.cStyleComments?(b>1?d.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):d.push(["com",/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),g.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,q])):d.push(["com",
-/^#[^\n\r]*/,q,"#"]));a.cStyleComments&&(g.push(["com",/^\/\/[^\n\r]*/,q]),g.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));if(b=a.regexLiterals){var s=(b=b>1?"":"\n\r")?".":"[\\S\\s]";g.push(["lang-regex",RegExp("^(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[+\\-]=|->|\\/=?|::?|<<?=?|>>?>?=?|,|;|\\?|@|\\[|~|{|\\^\\^?=?|\\|\\|?=?|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*("+("/(?=[^/*"+b+"])(?:[^/\\x5B\\x5C"+b+"]|\\x5C"+s+"|\\x5B(?:[^\\x5C\\x5D"+b+"]|\\x5C"+
-s+")*(?:\\x5D|$))+/")+")")])}(b=a.types)&&g.push(["typ",b]);b=(""+a.keywords).replace(/^ | $/g,"");b.length&&g.push(["kwd",RegExp("^(?:"+b.replace(/[\s,]+/g,"|")+")\\b"),q]);d.push(["pln",/^\s+/,q," \r\n\t\u00a0"]);b="^.[^\\s\\w.$@'\"`/\\\\]*";a.regexLiterals&&(b+="(?!s*/)");g.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,
-q],["pun",RegExp(b),q]);return C(d,g)}function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.test(a.className))if("br"===a.nodeName)s(a),a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)b(a);else if((c==3||c==4)&&g){var d=a.nodeValue,i=d.match(m);if(i)c=d.substring(0,i.index),a.nodeValue=c,(d=d.substring(i.index+i[0].length))&&a.parentNode.insertBefore(j.createTextNode(d),a.nextSibling),s(a),c||a.parentNode.removeChild(a)}}function s(a){function b(a,c){var d=
-c?a.cloneNode(!1):a,e=a.parentNode;if(e){var e=b(e,1),g=a.nextSibling;e.appendChild(d);for(var i=g;i;i=g)g=i.nextSibling,e.appendChild(i)}return d}for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),d;(d=a.parentNode)&&d.nodeType===1;)a=d;c.push(a)}for(var x=/(?:^|\s)nocode(?:\s|$)/,m=/\r\n?|\n/,j=a.ownerDocument,k=j.createElement("li");a.firstChild;)k.appendChild(a.firstChild);for(var c=[k],i=0;i<c.length;++i)b(c[i]);d===(d|0)&&c[0].setAttribute("value",d);var r=j.createElement("ol");
-r.className="linenums";for(var d=Math.max(0,d-1|0)||0,i=0,n=c.length;i<n;++i)k=c[i],k.className="L"+(i+d)%10,k.firstChild||k.appendChild(j.createTextNode("\u00a0")),r.appendChild(k);a.appendChild(r)}function p(a,d){for(var g=d.length;--g>=0;){var b=d[g];F.hasOwnProperty(b)?D.console&&console.warn("cannot override language handler %s",b):F[b]=a}}function I(a,d){if(!a||!F.hasOwnProperty(a))a=/^\s*</.test(d)?"default-markup":"default-code";return F[a]}function K(a){var d=a.h;try{var g=T(a.c,a.i),b=g.a;
-a.a=b;a.d=g.d;a.e=0;I(d,b)(a);var s=/\bMSIE\s(\d+)/.exec(navigator.userAgent),s=s&&+s[1]<=8,d=/\n/g,x=a.a,m=x.length,g=0,j=a.d,k=j.length,b=0,c=a.g,i=c.length,r=0;c[i]=m;var n,e;for(e=n=0;e<i;)c[e]!==c[e+2]?(c[n++]=c[e++],c[n++]=c[e++]):e+=2;i=n;for(e=n=0;e<i;){for(var p=c[e],w=c[e+1],t=e+2;t+2<=i&&c[t+1]===w;)t+=2;c[n++]=p;c[n++]=w;e=t}c.length=n;var f=a.c,h;if(f)h=f.style.display,f.style.display="none";try{for(;b<k;){var l=j[b+2]||m,B=c[r+2]||m,t=Math.min(l,B),A=j[b+1],G;if(A.nodeType!==1&&(G=x.substring(g,
-t))){s&&(G=G.replace(d,"\r"));A.nodeValue=G;var L=A.ownerDocument,o=L.createElement("span");o.className=c[r+1];var v=A.parentNode;v.replaceChild(o,A);o.appendChild(A);g<l&&(j[b+1]=A=L.createTextNode(x.substring(t,l)),v.insertBefore(A,o.nextSibling))}g=t;g>=l&&(b+=2);g>=B&&(r+=2)}}finally{if(f)f.style.display=h}}catch(u){D.console&&console.log(u&&u.stack||u)}}var D=window,y=["break,continue,do,else,for,if,return,while"],E=[[y,"auto,case,char,const,default,double,enum,extern,float,goto,inline,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
-"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],M=[E,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,delegate,dynamic_cast,explicit,export,friend,generic,late_check,mutable,namespace,nullptr,property,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],N=[E,"abstract,assert,boolean,byte,extends,final,finally,implements,import,instanceof,interface,null,native,package,strictfp,super,synchronized,throws,transient"],
-O=[N,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,internal,into,is,let,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var,virtual,where"],E=[E,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],P=[y,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
-Q=[y,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],W=[y,"as,assert,const,copy,drop,enum,extern,fail,false,fn,impl,let,log,loop,match,mod,move,mut,priv,pub,pure,ref,self,static,struct,true,trait,type,unsafe,use"],y=[y,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],R=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)\b/,
-V=/\S/,X=v({keywords:[M,O,E,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",P,Q,y],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),F={};p(X,["default-code"]);p(C([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",
-/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]);p(C([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],
-["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css",/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);p(C([],[["atv",/^[\S\s]+/]]),["uq.val"]);p(v({keywords:M,hashComments:!0,cStyleComments:!0,types:R}),["c","cc","cpp","cxx","cyc","m"]);p(v({keywords:"null,true,false"}),["json"]);p(v({keywords:O,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:R}),
-["cs"]);p(v({keywords:N,cStyleComments:!0}),["java"]);p(v({keywords:y,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]);p(v({keywords:P,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]);p(v({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]);p(v({keywords:Q,
-hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb","ruby"]);p(v({keywords:E,cStyleComments:!0,regexLiterals:!0}),["javascript","js"]);p(v({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,throw,true,try,unless,until,when,while,yes",hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);p(v({keywords:W,cStyleComments:!0,multilineStrings:!0}),["rc","rs","rust"]);
-p(C([],[["str",/^[\S\s]+/]]),["regex"]);var Y=D.PR={createSimpleLexer:C,registerLangHandler:p,sourceDecorator:v,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ",prettyPrintOne:D.prettyPrintOne=function(a,d,g){var b=document.createElement("div");b.innerHTML="<pre>"+a+"</pre>";b=b.firstChild;g&&J(b,g,!0);K({h:d,j:g,c:b,i:1});
-return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_CONTINUATION?c.now()+250:Infinity;i<p.length&&c.now()<b;i++){for(var d=p[i],j=h,k=d;k=k.previousSibling;){var m=k.nodeType,o=(m===7||m===8)&&k.nodeValue;if(o?!/^\??prettify\b/.test(o):m!==3||/\S/.test(k.nodeValue))break;if(o){j={};o.replace(/\b(\w+)=([\w%+\-.:]+)/g,function(a,b,c){j[b]=c});break}}k=d.className;if((j!==h||e.test(k))&&!v.test(k)){m=!1;for(o=d.parentNode;o;o=o.parentNode)if(f.test(o.tagName)&&
-o.className&&e.test(o.className)){m=!0;break}if(!m){d.className+=" prettyprinted";m=j.lang;if(!m){var m=k.match(n),y;if(!m&&(y=U(d))&&t.test(y.tagName))m=y.className.match(n);m&&(m=m[1])}if(w.test(d.tagName))o=1;else var o=d.currentStyle,u=s.defaultView,o=(o=o?o.whiteSpace:u&&u.getComputedStyle?u.getComputedStyle(d,q).getPropertyValue("white-space"):0)&&"pre"===o.substring(0,3);u=j.linenums;if(!(u=u==="true"||+u))u=(u=k.match(/\blinenums\b(?::(\d+))?/))?u[1]&&u[1].length?+u[1]:!0:!1;u&&J(d,u,o);r=
-{h:m,c:d,j:u,i:o};K(r)}}}i<p.length?setTimeout(g,250):"function"===typeof a&&a()}for(var b=d||document.body,s=b.ownerDocument||document,b=[b.getElementsByTagName("pre"),b.getElementsByTagName("code"),b.getElementsByTagName("xmp")],p=[],m=0;m<b.length;++m)for(var j=0,k=b[m].length;j<k;++j)p.push(b[m][j]);var b=q,c=Date;c.now||(c={now:function(){return+new Date}});var i=0,r,n=/\blang(?:uage)?-([\w.]+)(?!\S)/,e=/\bprettyprint\b/,v=/\bprettyprinted\b/,w=/pre|xmp/i,t=/^code$/i,f=/^(?:pre|code|xmp)$/i,
-h={};g()}};typeof define==="function"&&define.amd&&define("google-code-prettify",[],function(){return Y})})();}()
diff --git a/src/main/webapp/less/all.less b/src/main/webapp/less/all.less
deleted file mode 100644 (file)
index c1eb4e0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-@import 'variables.less';
-@import 'base.less';
-@import 'screen.less';
diff --git a/src/main/webapp/less/base.less b/src/main/webapp/less/base.less
deleted file mode 100644 (file)
index 7db4285..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-@import 'variables.less';
-@import 'base/browserreset.less';
-@import 'base/fonts.less';
-@import 'base/util.less';
-@import 'base/typo.less';
-@import 'base/head.less';
-@import 'base/navigation.less';
-@import 'base/content.less';
-@import 'base/prettify.less';
-@import 'base/marginal.less';
-@import 'base/footer.less';
-@import 'base/formulare.less';
-@import 'base/404.less';
diff --git a/src/main/webapp/less/base/404.less b/src/main/webapp/less/base/404.less
deleted file mode 100644 (file)
index 176ae54..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-.withbackground .content > .marginal > #nav
-{
-  z-index: 2;
-}
-.withbackground .content > .main
-{
-  display: block;
-}
-.withbackground .content > .main > *
-{
-  position: relative;
-  z-index: 3;
-}
-#footer
-{
-  z-index: 3;
-}
-.withbackground .content > .main > .background
-{
-  .bpreplay;
-  display: block;
-  position: absolute;
-  z-index: 1;
-  line-height: .8em;
-  height: .8em;
-  overflow: hidden;
-}
-.withbackground .content > .main > .heller
-{
-  color: @heller;
-  z-index: 2;
-}
-.withbackground .content > .main > .sehrhell
-{
-  color: @sehrhell;
-  text-shadow: .02em .01em 0 @hintergrund;
-}
-#bs1
-{
-  font-size: 2000%;
-  top: 55%;
-  left: 11%;
-}
-#bs2
-{
-  font-size: 2600%;
-  top: 30%;
-  right: -1%;
-}
-#bs3
-{
-  font-size: 5000%;
-  top: -5%;
-  right: -5%;
-}
-#bs4
-{
-  font-size: 600%;
-  top: 0;
-  left: 50%;
-}
-#bs5
-{
-  font-size: 3600%;
-  top: 13%;
-  left: 35%;
-}
-#bs6
-{
-  font-size: 2000%;
-  top: 0%;
-  left: 23%;
-}
-#bs7
-{
-  font-size: 600%;
-  top: 72%;
-  left: 5%;
-}
-#bs8
-{
-  font-size: 2200%;
-  top: 10%;
-  right: 27%;
-}
-#bs9
-{
-  font-size: 1200%;
-  bottom: 26%;
-  left: 36%;
-}
diff --git a/src/main/webapp/less/base/browserreset.less b/src/main/webapp/less/base/browserreset.less
deleted file mode 100644 (file)
index 9f8fc4e..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/** Browser-Reset *************************************************************/
-
-
-/** v1.0 | 20080212, s. http://meyerweb.com/eric/tools/css/reset/ */
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
-       margin: 0;
-       padding: 0;
-       border: 0;
-       outline: 0;
-       font-size: 100%;
-       vertical-align: baseline;
-       background: transparent;
-}
-body {
-       line-height: 1;
-}
-ol, ul {
-       list-style: none;
-}
-blockquote, q {
-       quotes: none;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
-       content: '';
-       content: none;
-}
-
-/* remember to define focus styles! */
-:focus {
-       outline: 0;
-}
-
-/* remember to highlight inserts somehow! */
-ins {
-       text-decoration: none;
-}
-del {
-       text-decoration: line-through;
-}
-
-/* tables still need 'cellspacing="0"' in the markup */
-table {
-       border-collapse: collapse;
-       border-spacing: 0;
-}
-
-
-/** Eigene Reset-Erweiterungen */
-
-a {
-  color: inherit;
-  text-decoration: none;
-}
-hr {
-  padding: 0;
-  margin: 0;
-}
diff --git a/src/main/webapp/less/base/content.less b/src/main/webapp/less/base/content.less
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/src/main/webapp/less/base/fonts.less b/src/main/webapp/less/base/fonts.less
deleted file mode 100644 (file)
index ff87c0e..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-@font-face
-{
-    font-family: 'BPreplay';
-    src: url('../fonts/BPreplay-webfont.eot');
-    src: url('../fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/BPreplay-webfont.woff') format('woff'),
-         url('../fonts/BPreplay-webfont.ttf') format('truetype'),
-         url('../fonts/BPreplay-webfont.svg#BPreplayRegular') format('svg');
-    font-weight: normal;
-    font-style: normal;
-}
-
-@font-face
-{
-    font-family: 'BPreplay';
-    src: url('../fonts/BPreplayItalics-webfont.eot');
-    src: url('../fonts/BPreplayItalics-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/BPreplayItalics-webfont.woff') format('woff'),
-         url('../fonts/BPreplayItalics-webfont.ttf') format('truetype'),
-         url('../fonts/BPreplayItalics-webfont.svg#BPreplayItalic') format('svg');
-    font-weight: normal;
-    font-style: italic;
-}
-
-@font-face
-{
-    font-family: 'BPreplay';
-    src: url('../fonts/BPreplayBold-webfont.eot');
-    src: url('../fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/BPreplayBold-webfont.woff') format('woff'),
-         url('../fonts/BPreplayBold-webfont.ttf') format('truetype'),
-         url('../fonts/BPreplayBold-webfont.svg#BPreplayBold') format('svg');
-    font-weight: bold;
-    font-style: normal;
-}
-
-@font-face
-{
-    font-family: 'BPreplay';
-    src: url('../fonts/BPreplayBoldItalics-webfont.eot');
-    src: url('../fonts/BPreplayBoldItalics-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/BPreplayBoldItalics-webfont.woff') format('woff'),
-         url('../fonts/BPreplayBoldItalics-webfont.ttf') format('truetype'),
-         url('../fonts/BPreplayBoldItalics-webfont.svg#BPreplayBoldItalic') format('svg');
-    font-weight: bold;
-    font-style: italic;
-}
-
-@font-face
-{
-    font-family: 'DroidSerif';
-    src: url('../fonts/DroidSerif-Regular-webfont.eot');
-    src: url('../fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),
-         url('../fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
-         url('../fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
-    font-weight: normal;
-    font-style: normal;
-
-}
-
-@font-face
-{
-    font-family: 'DroidSerif';
-    src: url('../fonts/DroidSerif-Italic-webfont.eot');
-    src: url('../fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/DroidSerif-Italic-webfont.woff') format('woff'),
-         url('../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
-         url('../fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
-    font-weight: normal;
-    font-style: italic;
-
-}
-
-@font-face
-{
-    font-family: 'DroidSerif';
-    src: url('../fonts/DroidSerif-Bold-webfont.eot');
-    src: url('../fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/DroidSerif-Bold-webfont.woff') format('woff'),
-         url('../fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
-         url('../fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
-    font-weight: bold;
-    font-style: normal;
-
-}
-
-@font-face
-{
-    font-family: 'DroidSerif';
-    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
-    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
-         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
-         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
-    font-weight: bold;
-    font-style: italic;
-
-}
-
-@font-face
-{
-    font-family: 'symbols';
-    src: url('../fonts/symbols.eot');
-    src: url('../fonts/symbols.eot?#iefix') format('embedded-opentype'),
-         url('../fonts/symbols.woff') format('woff'),
-         url('../fonts/symbols.ttf') format('truetype'),
-         url('../fonts/symbols.svg#symbols') format('svg');
-    font-weight: normal;
-    font-style: normal;
-}
-
diff --git a/src/main/webapp/less/base/footer.less b/src/main/webapp/less/base/footer.less
deleted file mode 100644 (file)
index 16d95a8..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#footerlinks
-{
-  .bpreplay;
-  position: relative;
-  margin: 0;
-  padding: 0;
-  list-style-type: none;
-}
-#footerlinks li.f
-{
-  font-size: 137.5%; /** 22 px */
-  float: left;
-  margin: .5em 1em 0 0;
-}
-#footerlinks #copyright
-{
-  color: @schrift;
-  margin: 0;
-  width: 100%;
-}
-#footerlinks a.f
-{
-  color: @normal;
-  border-color: @normal;
-}
-#footerlinks a.f:hover
-{
-  color: @dunkler;
-  border-color: @dunkler;
-  border-style: solid;
-}
diff --git a/src/main/webapp/less/base/formulare.less b/src/main/webapp/less/base/formulare.less
deleted file mode 100644 (file)
index 55a7a8a..0000000
+++ /dev/null
@@ -1,419 +0,0 @@
-/** Formulare *****************************************************************/
-
-.form {
-  position: relative;
-  width: 100%;
-  overflow: hidden;
-}
-
-/** Trennlinie */
-.form hr.f {
-  border-style: none;
-  border-top-style: dashed;
-  border-color: @normal;
-  border-width: .0625em;
-  margin: .625em 0; /** 10px 0 */
-  background-color: transparent;
-}
-
-/** Text im Formular */
-.form p.f {
-  color: @schrifthell;
-}
-.form p.f,
-.form .radiobutton > legend.f,
-.form .checkbox > legend.f,
-.form .textarea > label.f {
-  display: block;
-  font-size: 87.5%; /** 14px */
-  line-height: 1.5em; /** 21px */
-  color: @schrifthell;
-  margin: .428571429em 0; /** 6px 0 */
-}
-
-/** Aufzählungen im Formular */
-.form ul.f,
-.form ol.f {
-  color: @schrifthell;
-  margin: 1em 0;
-}
-
-/** Info-Text */
-.form p.f.info,
-.form .textarea > label.f.info,
-.form .radiobutton > legend.f.info,
-.form .checkbox > legend.f.info,
-.form .textarea > label.f.info {
-  display: block;
-  font-size: 81.25%; /** 13px */
-  line-height: 1.230769231em; /** 16px */
-  font-style: italic;
-  color: @schrifthell;
-  padding: 0 0 0 1.538461538em; /** 0 0 0 20px */
-  background-image: url(../img/em.png);
-  background-repeat: no-repeat;
-  background-position: 0 1px;
-  margin-top: .461538462em; /** 6px */
-  margin-bottom: .461538462em; /** 6px */
-}
-.form .info > a {
-  display: inline-block;
-}
-
-/** Überschriften */
-.form h1.f {
-  font-size: 137.5%; /** 22px */
-  letter-spacing: .0454545em; /** 1px */
-  line-height: 1em;
-  padding: 0 0 .454545455em; /** 0 0 10px */
-  border-bottom: .090909091em solid @normal; /** 2px */
-  margin: .272727273em 0 .909090909em 0; /** 6px 0 20px 0 */
-}
-.form h2.f {
-  font-size: 100%; /** 16px */
-  letter-spacing: .0625em; /** 1px */
-  text-transform: uppercase;
-  line-height: 1.625em; /** 26px */
-  padding: 0 0 0 .125em; /** 0 0 0 2px */
-  border-bottom: .0625em solid @normal; /** 1px */
-  margin: 1.875em 0 .25em 0; /** 30px 0 4px 0 */
-}
-.form h3.f {
-/**  border-bottom: 1px dashed @normal; */
-}
-.form p.required {
-  text-indent: -999em;
-  margin: -1.785714286em 0 0 0; /** -25px 0 0 0 zu 14px */
-}
-.form p.required > strong.r {
-  display: block;
-  float: right;
-  position: relative;
-  right: -994em;
-  margin-right: 1em; /** 14px */
-  font-weight: normal;
-}
-.form p.required > strong.symbol {
-  font-size: 128.5714286%; /** 18px zu 14px */
-  margin-right: .555555em; /** 10px */
-  padding-top: .1666666em; /** 3px */
-  right: -773.11em; /** Anpassung wegen abweichender Schriftgröße nötig: 994em * 14px / 18px */
-  font-weight: 700;
-  color: @dunkel;
-}
-
-/** Fehler-Hinweise */
-.f.error {
-  color: @fehler;
-}
-span.f.error {
-  display: block;
-  position: relative;
-  font-size: 87.5%; /** 14px */
-  line-height: 1.214285714em; /** 17px */
-  padding: .571428571em; /** 8px */
-  color: @hintergrund;
-  background-color: @fehler;
-  margin: .857142857em 0 0 0; /** 12px 0 0 0 */
-}
-span.f.error > span.e {
-  display: block;
-  width: .857142857em; /** 12px */
-  height: .428571429em; /** 6px */
-  background-image: url(../img/arrow-red.gif);
-  text-indent: -9999em;
-  position: absolute;
-  top: -.428571429em; /** -6px */
-  left: 2.142857143em; /** 30px */
-}
-span.f.error > strong.e {
-  text-transform: uppercase;
-}
-
-/** Input, Select und Dateiupload mit Label */
-.form .text,
-.form .select,
-.form .file {
-  position: relative;
-  margin-bottom: .75em; /** 12px */
-}
-.form .text,
-.form .file {
-  margin-right: 10em; /** 160px */
-}
-.form .select {
-  margin-right: 9em; /** 144px */
-}
-h2.f + div.text,
-h2.f + div.select,
-h2.f + div.file,
-h2.f + div.captcha,
-p.f + div.text,
-p.f + div.select,
-p.f + div.file {
-  margin-top: 20px;
-}
-.form .text > label.f,
-.form .textarea > label.f,
-.form .select > label.f,
-.form .file > label.f,
-.form .captcha > span.f {
-  display: block;
-  position: relative;
-  font-size: 87.5%; /** 14px */
-  line-height: 1.214285714em; /** 17px */
-  padding: .571428571em 0 .571428571em 0; /** 8px 0 8px 0 */
-  color: @schrift;
-}
-.form .file > label.f {
-  padding-top: .285714286em; /** 4px */
-  padding-bottom: .285714286em; /** 4px */
-}
-.form .captcha > span.f {
-  position: absolute;
-}
-.form .required > label.f {
-  padding-left: 1em; /** 14px */
-}
-.form .required > label.f > .required {
-  display: block;
-  position: absolute;
-  font-size: 128.5714286%; /** 18px zu 14px */
-  font-weight: 700;
-  color: @dunkel;
-  top: .611111111em; /** 11px */
-  left: 0;
-}
-.form .file > label.f > .required {
-  top: .5em; /** 7px */
-}
-.form .text > input.f,
-.form .select > select.f,
-.form .file > input.f {
-  display: block;
-  width: 100%;
-  position: absolute;
-  top: 0;
-  font-size: 81.25%; /** 13px */
-  border: .076923077em solid @normal; /** 1px */
-  color: @schrift;
-  background-color: @sehrhell;
-}
-.form .text > input.f {
-  line-height: 1.307692308em; /** 17px */
-  padding: .538461538em; /** 7px */
-  right: -12.307692308em; /** -160px */
-}
-.form .select > select.f {
-  line-height: 1.230769231em; /** 16px */
-  padding: .461538462em .538461538em; /** 6px 7px */
-  right: -11.076923077em; /** -144px */
-}
-.form .file > input.f {
-  margin-left: 11.076923077em; /** 144px */
-}
-.form .captcha > img.f {
-    float: right;
-    margin-top: -.9375em; /** 15px */
-    width: 7.5em; /** 120px */
-    height: 3.75em; /** 60px */
-}
-.form .text > input.f:focus,
-.form .select > select.f:focus,
-.form .text > input.f:active,
-.form .select > select.f:active {
-  background-color: transparent;
-}
-.form .text > p.f.info,
-.form .select > p.f.info,
-.form .file > p.f.info {
-  position: relative;
-  left: 11.076923077em; /** 144px */
-}
-.form .text > span.f.error,
-.form .select > span.f.error,
-.form .file > span.f.error {
-  width: 100%;
-  margin: .857142857em 0 0 10.285714286em; /** 12px 0 0 144px zu 14(!)px*/
-}
-
-/** Textfelder */
-.form .textarea {
-  position: relative;
-  margin: 0 .6875em .75em .6875em; /** 0px 11px 12px 11px */
-}
-.form .textarea > label.f {
-  margin: .615384615em -.846153846em; /** 8px -11px */
-}
-.form .textarea > textarea.f,
-.form .textarea > div.textarea {
-  width: 100%;
-  border: .076923077em solid @normal; /** 1px */
-  color: @schrift;
-  background-color: @sehrhell;
-  padding: .769230769em; /** 10px */
-  position: relative;
-  left: -.846153846em; /** -11px */
-}
-.form .textarea > div.textarea {
-  margin: 0;
-  font-size: 87.5%; /** 14px */
-}
-.form .textarea > textarea.f:focus,
-.form .textarea > textarea.f:active {
-  background-color: transparent;
-}
-.form .textarea > span.f.error {
-  margin: .714285714em -.785714286em 0 -.785714286em; /** 10px -11px 0 -11px */
-}
-
-/** Radiobuttons und Checkboxen */
-.form .radiobutton > legend.f.info,
-.form .checkbox > legend.f.info {
-  padding: .230769231em 0 0 1.538461538em; /** 3px 0 0 20px zu 13px*/
-  background-position: 0 .230769231em; /** 0 3px */
-}
-.form .col2,
-.form .radiobutton > .col2,
-.form .checkbox > .col2 {
-  width: 48%;
-  float: left;
-}
-.form .col2.left,
-.form .radiobutton > .col2.left,
-.form .checkbox > .col2.left {
-  margin-right: 2%;
-}
-.form .col2.right,
-.form .radiobutton > .col2.right,
-.form .checkbox > .col2.right {
-  float: right;
-  margin-left: 2%;
-}
-.form div.checkbox,
-.form .radiobutton > .f,
-.form .checkbox > .f,
-.form .radiobutton > .col2 > .f,
-.form .checkbox > .col2 > .f {
-  position: relative;
-}
-.form div.checkbox > label.f,
-.form .radiobutton > .f > label.f,
-.form .checkbox > .f > label.f,
-.form .radiobutton > .col2 > .f > label.f,
-.form .checkbox > .col2 > .f > label.f {
-  display: block;
-  font-size: 87.5%; /** 14px */
-  line-height: 1.285714286em; /** 18px */
-  color: @schrift;
-  margin: .571428571em 0 .571428571em 1.428571429em; /** 8px 0 8px 20px */
-}
-.form div.checkbox > input.f,
-.form .radiobutton > .f > input.f,
-.form .checkbox > .f > input.f,
-.form .radiobutton > .col2 > .f > input.f,
-.form .checkbox > .col2 > .f > input.f {
-  position: absolute;
-  margin: .285714286em 0; /** 4px 0 */
-}
-.form div.checkbox > input.error,
-.form .radiobutton > .f > input.error,
-.form .checkbox > .f > input.error {
-  /** Wäre möglich -- konnte aber keine CSS-Eigenschaft finden, die sich rot färben ließ: der Firefox hat alles ignoriert! */
-}
-.form div.checkbox:hover > label.f,
-.form .radiobutton > .f:hover > label.f,
-.form .checkbox > .f:hover > label.f,
-.form div.checkbox:focus > label.f,
-.form .radiobutton > .f:focus > label.f,
-.form .checkbox > .f:focus > label.f,
-.form div.checkbox:active > label.f,
-.form .radiobutton > .f:active > label.f,
-.form .checkbox > .f:active > label.f,
-.form .radiobutton > .col2 > .f:hover > label.f,
-.form .checkbox > .col2 > .f:hover > label.f,
-.form .radiobutton > .col2 > .f:focus > label.f,
-.form .checkbox > .col2 > .f:focus > label.f,
-.form .radiobutton > .col2 > .f:active > label.f,
-.form .checkbox > .col2 > .f:active > label.f {
-  color: @schrift;
-}
-
-/** Sondereinstellungen für Fehler-Hervorhebungen */
-.form .text > input.error,
-.form .textarea > textarea.error,
-.form .select > select.error,
-.form .file > input.error {
-  color: @schrift;
-  font-weight: 700;
-  border-color: @fehler;
-  background-color: @fehlerhell;
-}
-
-
-/** Absende-Buttons */
-ul.buttons,
-ol.buttons {
-  margin: 0;
-  padding: 0;
-  list-style-type: none;
-  text-align: right;
-}
-ul.buttons > li.b,
-ol.buttons > li.b {
-  display: inline-block;
-  margin: 0;
-  padding: 0;
-}
-.form .submit {
-  text-align: right;
-  margin-bottom: .75em; /** 12px */
-}
-.form .submit > input.f,
-.form .submit > a.f,
-a.ln.button {
-  display: inline-block;
-  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
-  font-size: 81.25%; /** 13px */
-  letter-spacing: .076923077em; /** 1px */
-  line-height: 25px;
-  padding:0 6px;
-  height: 1.923076923em; /** 25px */
-  color: @hintergrund;
-  font-weight: 700;
-  background-color: @normal;
-  border-style: none;
-}
-.form .submit > input.f,
-.form .submit > a.f,
-ul.buttons > li.b,
-ol.buttons > li.b {
-  margin: 0 0 0 .615384615em; /** 0 0 0 8px */
-}
-a.ln.button:before {
-  content: none;
-}
-.form .submit > input.left,
-.form .submit > a.left,
-a.ln.button.left {
-  float: left;
-  margin: 0 .923076923em 0 0; /** 0 12px 0 0 */
-}
-.form .submit > input.right,
-.form .submit > a.right,
-a.ln.button.right {
-  float: right;
-  margin: 0 0 0 .923076923em; /** 0 0 0 12px */
-}
-.form .submit > input.f:hover,
-.form .submit > a.f:hover,
-a.ln.button:hover,
-.form .submit > input.f:focus,
-.form .submit > a.f:focus,
-a.ln.button:focus,
-.form .submit > a.f:active,
-.form .submit > input.f:active,
-a.ln.button:active {
-  background-color: @dunkel;
-  text-decoration: none;
-}
diff --git a/src/main/webapp/less/base/head.less b/src/main/webapp/less/base/head.less
deleted file mode 100644 (file)
index 3c95627..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#header
-{
-  .bpreplay;
-}
-#logo
-{
-  display: inline;
-  font-size: 400%;
-  line-height: 1.2em;
-  margin: 0;
-  padding: 0 0 0 .230769231em; /* 30px */
-  color: @normal;
-  border: none;
-  position: relative;
-  left: -.3em;
-}
-#logo a.l:hover
-{
-  color: @dunkler;
-  border-style: none;
-}
-#slogan
-{
-  display: block;
-  color: @normal;
-}
diff --git a/src/main/webapp/less/base/marginal.less b/src/main/webapp/less/base/marginal.less
deleted file mode 100644 (file)
index 9d12af5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.marginal h1
-{
-  font-size: 125%; /** 20 px */
-  line-height: 1em; /** 20px */
-  margin: 1.5em 0 .5em 0; /** 30px 0 10px 0 */
-  padding: 0;
-}
diff --git a/src/main/webapp/less/base/navigation.less b/src/main/webapp/less/base/navigation.less
deleted file mode 100644 (file)
index 60874ab..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-h2.nav
-{
-}
-#menu,
-#submenu
-{
-  .bpreplay;
-  color: @normal;
-  margin: .5em 0 1.5em 0;
-  padding: 0.25em 0.25em 0.25em 1.5em;
-  border: 1px solid @normal;
-}
-#menu li.m,
-#submenu li.s
-{
-  padding: .2em;
-}
-#menu li.m a.m,
-#submenu li.s a.s
-{
-  color: @normal;
-}
-#menu li.m a.m:hover,
-#submenu li.s a.s:hover
-{
-  color: @nochdunkler;
-}
-#menu li.m strong.m,
-#menu li.m a.m.selected,
-#menu li.m a.m:focus,
-#menu li.m a.m:active,
-#submenu li.s strong.s,
-#submenu li.s a.s.selected,
-#submenu li.s a.s:focus,
-#submenu li.s a.s:active
-{
-  color: @dunkler;
-}
-
-#breadcrumb
-{
-  .bpreplay;
-  color: @normal;
-}
-#breadcrumb strong.b.title
-{
-  float: left;
-  margin: 0 0.5em 0 0;
-}
-#breadcrumb ol.b
-{
-  display: inline;
-  margin: 0;
-  padding: 0;
-  list-style-type: none;
-}
-#breadcrumb ol.b li.b
-{
-  float: left;
-  margin: 0 0 0.5em 0.5em;
-  padding: 0;
-}
-#breadcrumb ol.b li.b:before
-{
-  content: '> ';
-}
-#breadcrumb ol.b li.b:first-child:before
-{
-  content: '';
-}
-#breadcrumb ol.b li.b strong.b
-{
-  border-bottom: 1px solid @normal;
-}
-#breadcrumb ol.b li.b a.b
-{
-  color: @normal;
-}
-#breadcrumb ol.b li.b a.b:hover,
-#breadcrumb ol.b li.b a.b:focus,
-#breadcrumb ol.b li.b a.b:active
-{
-  color: @dunkler;
-}
-#breadcrumb a.hide
-{
-  position: static;
-}
-#breadcrumb a.hide:before
-{
-  content: "";
-  display: table;
-  clear: both;
-}
-#breadcrumb hr.b
-{
-  clear: both;
-}
-
diff --git a/src/main/webapp/less/base/prettify.less b/src/main/webapp/less/base/prettify.less
deleted file mode 100644 (file)
index b25145d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Pretty printing styles. Used with prettify.js. */
-/* Vim sunburst theme by David Leibovic */
-
-pre .str, code .str { color: #65B042; } /* string  - green */
-pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
-pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
-pre .typ, code .typ { color: #89bdff; } /* type - light blue */
-pre .lit, code .lit { color: #3387CC; } /* literal - blue */
-pre .pun, code .pun { color: #fff; } /* punctuation - white */
-pre .pln, code .pln { color: #fff; } /* plaintext - white */
-pre .tag, code .tag { color: #89bdff; } /* html/xml tag    - light blue */
-pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name  - khaki */
-pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
-pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
-
-pre.prettyprint, code.prettyprint {
-        background-color: #000;
-        overflow-x: scroll;
-}
-
-pre.prettyprint {
-        width: 95%;
-        margin: 1em auto;
-        padding: 1em;
-        white-space: pre;
-}
-
-
-/* Specify class=linenums on a pre to get line numbering */
-ol.linenums {
-   margin-top: 0;
-   margin-bottom: 0;
-   color: #AEAEAE;
-} /* IE indents via margin-left */
-
-li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9
-{
-    list-style-type: decimal;
-}
diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less
deleted file mode 100644 (file)
index 8e5e603..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-/** Typografische Grundeinstellungen ******************************************/
-
-body
-{
-  .droid;
-  letter-spacing: 0;
-  line-height: 1.5em;
-  padding: .5em 1em 1em 1.5em;
-  background-color: @hintergrund;
-}
-h1, h2, h3, h4, h5, h6
-{
-  .bpreplay;
-  color: @schrifthell;
-  line-height: 1.25em;
-  margin: 1.125em 0 .25em 0; /** Margin Top für h1 auf Marginalspalte abgestimmt! */
-}
-h1
-{
-  font-size: 137.5%; /** 22 px */
-  color: @normal;
-  padding: 0 0 .25em 0; /** 0 0 5px 0 */
-}
-h2
-{
-  font-size: 125%; /** 20 px */
-}
-h3
-{
-  font-size: 112.5%; /** 18px */
-}
-h4
-{
-  /** font-size: 16px */
-}
-h1 a, h2 a, h3 a, h4 a
-{
-  color: @normal;
-  border-style: none;
-}
-h1 a:hover,
-h2 a:hover,
-h3 a:hover,
-h4 a:hover
-{
-  color: @dunkler;
-  border-bottom: 1px solid @dunkler;
-}
-h1 a:focus,
-h2 a:focus,
-h3 a:focus,
-h4 a:focus,
-h1 a:active,
-h2 a:active,
-h3 a:active,
-h4 a:active
-{
-  color: @dunkel;
-  border-bottom: 1px solid @dunkel;
-}
-p
-{
-  margin: .5em 0 .5em 0;
-}
-ul, ol
-{
-  margin: .25em 0 .25em 0; /** 4px 0 4px 0 */
-  padding: 0 0 0 1em; /** 0 0 0 16px */
-}
-ul
-{
-  list-style-type: square;
-}
-ol
-{
-  list-style-type: decimal;
-  padding-left: 1.1875em; /** 19px */
-}
-li
-{
-  padding-bottom: .25em; /** 2px */
-}
-table, th, td
-{
-  padding: .1em .2em;
-}
-th, td
-{
-  font-size: 87.5%; /** 14px */
-  line-height: 1.5em; /** 20px */
-  border: .071428571em solid #000; /** 1px */
-  padding: .214285714em .5em; /** 3px 7px */
-}
-pre
-{
-  line-height: 1.2em;
-}
-code
-{
-  font-size: 120%; /** Otherwise, the font-size will be 75%, though not specified so anywhere!! */
-  line-height: 1.2em;
-}
-hr
-{
-  border: none;
-  border-top: 2px solid @normal;
-  background-color: @normal;
-  height: 1px;
-  margin: 1em 0 1em 0;
-}
-a
-{
-  color: @dunkler;
-  border-bottom: 1px dashed @dunkler;
-}
-a:hover
-{
-  color: @nochdunkler;
-  border-bottom: 1px solid @nochdunkler;
-}
-a:focus,
-a:active
-{
-  color: @dunkler;
-  border-bottom: 1px solid @dunkler;
-}
-a:visited
-{
-  border-bottom: 1px dotted @nochdunkler;
-}
-
-h2 a,
-h3 a,
-h4 a
-{
-  color: @schrifthell;
-}
-h2 a:focus,
-h2 a:active,
-h3 a:focus,
-h3 a:active,
-h4 a:focus,
-h4 a:active
-{
-  color: @normal;
-  border-bottom: 1px solid @normal;
-}
-
-.logo
-{
-  .bpreplay;
-  color: @normal;
-}
diff --git a/src/main/webapp/less/base/util.less b/src/main/webapp/less/base/util.less
deleted file mode 100644 (file)
index 82a4faf..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/** Allgemein nützliche Marker-Klassen */
-
-
-/** Micro Clearfix-Hack nach http://nicolasgallagher.com/micro-clearfix-hack/ */
-
-.cf:before,
-.cf:after {
-  content: "";
-  display: table;
-}
-.cf:after {
-  clear:both;
-}
-
-/** Hide helpful content in a way, that it is still accessible to screen-readers */
-.hide{
-  position: absolute;
-  left: -99999999em;
-}
-
-
-/** Symbol-Font für Vektor-Icons */
-
-.symbols
-{
-  font-family: 'symbols';
-}
diff --git a/src/main/webapp/less/ie8.less b/src/main/webapp/less/ie8.less
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/src/main/webapp/less/phone/404.less b/src/main/webapp/less/phone/404.less
deleted file mode 100644 (file)
index 96fe274..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-.withbackground .content
-{
-  position: relative;
-}
-.withbackground .content > .main
-{
-  z-index: 1;
-}
-.withbackground .content > .marginal
-{
-  position: relative;
-  z-index: 3;
-  border-top: .142857143em solid @hintergrund; /** 2px */
-}
-#bs1
-{
-  top: -3%;
-}
-#bs2
-{
-  font-size: 2000%;
-  top: 0%;
-  right: 3%;
-}
-#bs4
-{
-  top: 5%;
-  left: 57%;
-  @media (max-width: 410px)
-  {
-    display: none;
-  }
-}
-#bs6
-{
-  font-size: 1700%;
-  bottom: -10%;
-  left: 45%;
-}
-#bs7
-{
-  top: 20%;
-  left: 2%;
-  @media (max-width: 410px)
-  {
-    top: 34%;
-    left: 30%;
-  }
-}
-#bs5,
-#bs8
-{
-  display: none;
-}
-#bs9
-{
-  top: 20%;
-  @media (max-width: 410px)
-  {
-    display: none;
-  }
-}
diff --git a/src/main/webapp/less/phone/footer.less b/src/main/webapp/less/phone/footer.less
deleted file mode 100644 (file)
index 01a021a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-#footer > #footerlinks
-{
-  position: static;
-  border-style: none;
-}
-#footer > #footerlinks > li.about
-{
-  display: none;
-}
-#footer > #footerlinks > li.f
-{
-  color: @hintergrund;
-  line-height: 1em;
-  margin: 0 1em 0 0;
-  padding: 0 0 .5em 0;
-}
-#footer > #footerlinks > li.f > a.f
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-}
-#footer > #footerlinks > li#copyright
-{
-  position: static;
-  float: right;
-  width: auto;
-  font-size: 137.5%;
-  margin: 0;
-  @media (max-width: 229px)
-  {
-    color: @schrift;
-    flow: none;
-    width: 100%;
-  }
-}
diff --git a/src/main/webapp/less/phone/head.less b/src/main/webapp/less/phone/head.less
deleted file mode 100644 (file)
index 22d8101..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-@media (max-width: 410px)
-{
-  #slogan
-  {
-    color: @normal;
-  }
-}
diff --git a/src/main/webapp/less/phone/layout.less b/src/main/webapp/less/phone/layout.less
deleted file mode 100644 (file)
index f2c4a23..0000000
+++ /dev/null
@@ -1,218 +0,0 @@
-/** Seite gesamt (Abmessungen, Aussenabstände etc.) */
-
-body
-{
-  font-size: 87.5%; /** 14px */
-  padding: 0;
-}
-#page
-{
-  position: relative;
-  overflow: hidden;
-}
-
-
-/** Seitenaufteilung mit/ohne Menü */
-
-.content > .main
-{
-  margin: 0 1em 0 2.5em;
-}
-.menu .content > .main
-{
-  border-top-style: none;
-}
-
-
-
-/** Seitenkopf positionieren */
-
-#header
-{
-  margin: .5em 1em 1em 1.25em;
-}
-#header > hr.h
-{
-  display: none;
-}
-
-
-/** Bereichsauswahl positionieren und stylen */
-
-#nav > hr.n
-{
-  display: none;
-}
-#menu
-{
-  border-style: none;
-  font-size: 125%;
-  line-height: 1.5em;
-}
-#menu
-{
-  font-size: 150%;
-  border-bottom: .125em solid @hintergrund;
-  margin-top: 0;
-  padding: .25em .25em 1em 1.5em;
-}
-#menu > li.m
-{
-  float: left;
-  @media (max-width: 359px)
-  {
-    float: none;
-  }
-  list-style-type: none;
-  padding: .25em 1em 0 0;
-}
-#menu > li.m > a.m
-{
-  color: @dunkel;
-}
-#menu > li.m > strong.m
-{
-  color: @hintergrund;
-  border-bottom: .0625em solid @hintergrund;
-}
-#menu > li.m > a.m:hover,
-#menu > li.m > a.m:focus,
-#menu > li.m > a.m:active
-{
-  color: @dunkler;
-  border-bottom: .0625em solid @dunkler;
-}
-#menu > li.m > a.m.selected
-{
-  color: @hintergrund;
-  border-bottom: .0625em dashed @hintergrund;
-}
-#menu > li.m > a.m.selected:hover,
-#menu > li.m > a.m.selected:focus,
-#menu > li.m > a.m.selected:active
-{
-  border-style: solid;
-}
-
-
-/** Navigations-Sprunglink reaktivieren und stylen */
-
-#breadcrumb
-{
-  position: absolute;
-  top: .8em;
-  right: 1.5em;
-}
-#breadcrumb > strong.b,
-#breadcrumb > ol.b,
-#breadcrumb > hr.b
-{
-  display: none;
-}
-#breadcrumb > a.hide
-{
-  display: block;
-  overflow: hidden;
-  width: 3.5em;
-  height: 3em;
-  line-height: 3em;
-  color: @normal;
-  border-style: none;
-}
-#breadcrumb > a.hide:before
-{
-  content: "";
-  font-family: 'symbols';
-  font-size: 378%; /** Vielfaches von 14px */
-  padding: 0 0 1em 0;
-  font-weight: normal;
-}
-#breadcrumb > a.hide:hover,
-#breadcrumb > a.hide:focus,
-#breadcrumb > a.hide:active
-{
-  color: @dunkler;
-}
-
-
-/** Inhalts-Sprunglink reaktivieren und stylen */
-
-#nav:target
-{
-  position: absolute;
-  top: 0;
-  right: 0;
-  left: 0;
-  padding: .6em 1em 999em 2.5em;
-  margin-bottom: -993em;
-  z-index: 5;
-  background-color: @heller;
-  #menu
-  {
-    padding-top: 0;
-    padding-bottom: .75em;
-  }
-  > a.hide
-  {
-    position: absolute;
-    left: auto;
-    top: .8em;
-    right: 1.5em;
-    display: block;
-    overflow: hidden;
-    width: 3.5em;
-    height: 3em;
-    line-height: 3em;
-    color: @hintergrund;
-    border-style: none;
-  }
-  > a.hide:before
-  {
-    content: "";
-    font-family: 'symbols';
-    font-size: 378%; /** Vielfaches von 14px */
-    padding: 0 0 1em 0;
-    margin: 0 1em 0 0;
-  }
-  > a.hide:hover,
-  > a.hide:focus,
-  > a.hide:active
-  {
-    color: @dunkler;
-  }
-}
-
-
-/** Footer positionieren */
-
-#footer
-{
-  padding: 0 1em .5em 2.5em;
-  background-color: @heller;
-}
-#footer > hr.f
-{
-  border-color: @hintergrund;
-}
-
-
-/** Marginal-Inhalte anpassen... */
-
-.marginal h1,
-.marginal h2,
-.marginal h3,
-.marginal h4
-{
-  color: @hintergrund;
-}
-
-
-/** Faux-Column-Hack für Marginalinhalte */
-
-.marginal
-{
-  margin-top: 4em;
-  margin-bottom: -993em;
-  padding: 1em 1em 999em 2.5em;
-  background-color: @heller;
-}
diff --git a/src/main/webapp/less/phone/menu.less b/src/main/webapp/less/phone/menu.less
deleted file mode 100644 (file)
index 83bd099..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#submenu
-{
-  border-style: none;
-  font-size: 125%;
-  line-height: 1.5em;
-}
diff --git a/src/main/webapp/less/phone/packs.less b/src/main/webapp/less/phone/packs.less
deleted file mode 100644 (file)
index 0114499..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.pack > .p.left,
-.pack > .p.right,
-.pack.bg > .p.left,
-.pack.bg > .p.right,
-.single,
-.single.bg
-{
-  width: auto;
-  padding-bottom: 1.5em;
-  margin: 0 0 1.5em 0;
-}
diff --git a/src/main/webapp/less/phone/typo.less b/src/main/webapp/less/phone/typo.less
deleted file mode 100644 (file)
index ba61db5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-h1
-{
-  font-size: 150%; /** 24 px */
-}
diff --git a/src/main/webapp/less/print.less b/src/main/webapp/less/print.less
deleted file mode 100644 (file)
index 8d87aa4..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-@import 'variables.less';
-
-#breadcrumb
-{
-  .droid;
-  color: @schrift;
-  font-weight: normal;
-}
-#breadcrumb strong.b
-{
-  font-weight: normal;
-}
-#breadcrumb ol.b li.b a.b,
-#breadcrumb ol.b li.b strong.b
-{
-  color: @schrift;
-  border-style: none;
-}
-#breadcrumb a.hide
-{
-  display: none;
-}
-#breadcrumb hr.b
-{
-  display: none;
-}
-@import 'print/typo.less';
-@import 'print/layout.less';
-@import 'print/head.less';
-@import 'print/prettify.less';
diff --git a/src/main/webapp/less/print/head.less b/src/main/webapp/less/print/head.less
deleted file mode 100644 (file)
index db11a6e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#logo
-{
-  padding-left: .0625em;
-}
-#slogan
-{
-  display: inline-block;
-}
diff --git a/src/main/webapp/less/print/layout.less b/src/main/webapp/less/print/layout.less
deleted file mode 100644 (file)
index 392760e..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-body
-{
-  font-size: 75%; /** 12px */
-}
-#header hr.h
-{
-  margin: .5em 0;
-}
-.content
-{
-  clear: both;
-}
-.marginal
-{
-  display: none;
-}
-#breadcrumb
-{
-  .droid;
-  color: @schrift;
-  font-weight: normal;
-}
-#breadcrumb strong.b
-{
-  font-weight: normal;
-}
-#breadcrumb ol.b li.b a.b,
-#breadcrumb ol.b li.b strong.b
-{
-  color: @schrift;
-  border-style: none;
-}
-#breadcrumb a.hide
-{
-  display: none;
-}
-#breadcrumb hr.b
-{
-  display: none;
-}
-#nav
-{
-  display: none;
-}
-#footerlinks li.f
-{
-  display: none;
-}
-#footerlinks li#copyright
-{
-  .droid;
-  font-size: 100%;
-  display: block;
-}
diff --git a/src/main/webapp/less/print/prettify.less b/src/main/webapp/less/print/prettify.less
deleted file mode 100644 (file)
index 0ed8c47..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Pretty printing styles. Used with prettify.js. */
-pre .str, code .str { color: #060; }
-pre .kwd, code .kwd { color: #006; font-weight: bold; }
-pre .com, code .com { color: #600; font-style: italic; }
-pre .typ, code .typ { color: #404; font-weight: bold; }
-pre .lit, code .lit { color: #044; }
-pre .pun, code .pun { color: #440; }
-pre .pln, code .pln { color: #000; }
-pre .tag, code .tag { color: #006; font-weight: bold; }
-pre .atn, code .atn { color: #404; }
-pre .atv, code .atv { color: #060; }
diff --git a/src/main/webapp/less/print/typo.less b/src/main/webapp/less/print/typo.less
deleted file mode 100644 (file)
index 58e2ca6..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-a
-{
-  color: @schrift;
-  border-style: none;
-}
diff --git a/src/main/webapp/less/screen.less b/src/main/webapp/less/screen.less
deleted file mode 100644 (file)
index ba58223..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-@import 'variables.less';
-@import 'screen/head.less';
-@import 'screen/menu.less';
-@import 'screen/footer-sticky.less';
-@import 'screen/wip.less';
-@import 'screen/packs.less';
-
-@media (min-width: (@minscreen))
-{
-  @import 'screen/layout.less';
-  @import 'screen/footer.less';
-  @media (max-width: (@maxtablet))
-  {
-    @import 'tablet/typo.less';
-    @import 'tablet/layout.less';
-    @import 'tablet/menu.less';
-    @import 'tablet/marginal.less';
-    @import 'tablet/footer.less';
-  }
-}
-@media (min-width: (@mindesktop))
-{
-  @import 'screen/faux-column.less';
-  @import 'screen/marginal.less';
-  @import 'screen/content.less';
-  @media (max-width: 1079px)
-  {
-    @import 'screen/onecolumn.less';
-  }
-}
-
-@media (max-width: (@maxtablet))
-{
-  @import 'tablet/head.less';
-  @import 'tablet/404.less';
-}
-
-@media (max-width: (@maxphone))
-{
-  @import 'phone/typo.less';
-  @import 'phone/layout.less';
-  @import 'phone/head.less';
-  @import 'phone/menu.less';
-  @import 'phone/footer.less';
-  @import 'phone/packs.less';
-  @import 'phone/404.less';
-}
-
-@media (max-width: (@maxtiny))
-{
-  @import 'tiny/layout.less';
-  @import 'tiny/404.less';
-}
diff --git a/src/main/webapp/less/screen/content.less b/src/main/webapp/less/screen/content.less
deleted file mode 100644 (file)
index 35786c3..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-.mcontent
-{
-  position: relative;
-  padding: 0 24.375em 0 0;
-}
-.mcontent > .mmain
-{
-  float: left;
-  min-height: 1em;
-  position: relative;
-  width: 100%;
-  border-right: .125em solid @normal;
-}
-.mcontent > .mmarginal
-{
-  float: left;
-  margin: 0 -27em 0 -.125em;
-  padding: 0 2em 1.0625em 2em;
-  position: relative;
-  width: 20.375em;
-  border-left: .125em solid @normal;
-}
-.mcontent > .mmain > *
-{
-  margin-right: 5%;
-}
diff --git a/src/main/webapp/less/screen/faux-column.less b/src/main/webapp/less/screen/faux-column.less
deleted file mode 100644 (file)
index 2b6e593..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/** Faux-Column-Hack-Eigengewächs für die Marginalspalte */
-
-.menu #page,
-.nomenu #page
-{
-  max-width: 38em; /** 608px + 390px (Marginalspalte) = ca. 1000px */
-  border-right: 24.375em solid @heller;
-}
-.nomenu #page
-{
-  border-right-color: @sehrhell;
-}
-.menu .content,
-.nomenu .content
-{
-  margin-right: -24.375em;
-}
-.menu #header,
-.nomenu #header
-{
-  margin-right: -24.375em;
-  background-color: @hintergrund;
-}
-.menu #breadcrumb,
-.nomenu #breadcrumb
-{
-  right: -24.375em; /** Weil der Breadcrumb sonst an der Faux-Column umbricht! */
-}
-.menu #footer,
-.nomenu #footer
-{
-  margin-right: -24.375em;
-  background-color: @hintergrund;
-}
diff --git a/src/main/webapp/less/screen/footer-sticky.less b/src/main/webapp/less/screen/footer-sticky.less
deleted file mode 100644 (file)
index 2ff65bd..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/** Make the footer sticky */
-html, body
-{
-  height: 100%;
-}
-#page
-{
-  position: relative;
-  min-height: 100%;
-}
-#footer
-{
-  position: absolute;
-  left: 0;
-  right: 0;
-  bottom: 0;
-}
diff --git a/src/main/webapp/less/screen/footer.less b/src/main/webapp/less/screen/footer.less
deleted file mode 100644 (file)
index 884cfff..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-#footerlinks
-{
-  border-top: 1.25em solid @normal; /** 20px */
-}
-#footerlinks > li.f
-{
-  line-height: .6666666667em; /* 20px */
-  display: inline-block;
-  float: none;
-  margin: .5em 1em 0 0;
-  color: @normal;
-  vertical-align: top;
-}
-#footerlinks > li#copyright
-{
-  position: absolute;
-  float: none;
-  width: auto;
-  right: .625em;
-  top: -1em; /** 30px */
-  line-height: 1.4em; /* 42px */
-  color: @hintergrund;
-  margin: 0;
-  font-size: 187.5%; /** 30px */
-}
-#footerlinks a.f
-{
-  color: @normal;
-  border-color: @normal;
-}
-#footerlinks a.f:hover
-{
-  color: @dunkler;
-  border-color: @dunkler;
-  border-style: solid;
-}
diff --git a/src/main/webapp/less/screen/head.less b/src/main/webapp/less/screen/head.less
deleted file mode 100644 (file)
index f0baa25..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#logo
-{
-  display: inline-block;
-  font-size: 812.5%; /* 130px */
-  padding: 0;
-  line-height: 1em;
-  text-shadow: .092307692em .046153846em 0 @hintergrund; /** 12px 6px */
-  z-index: 3;
-  left: auto;
-}
-#slogan
-{
-  display: block;
-  color: @hintergrund;
-  background-color: @normal;
-  font-size: 187.5%; /** 30px */
-  line-height: .6666666667em; /* 20px */
-  height: .6em; /* 18px */
-  padding: .066666667em .066666667em 0 0; /** 2px 2px 0 0 */
-  margin-left: 9em; /* 270px */
-  position: relative;
-  z-index: 2;
-  top: -1.3em; /* 39px */
-  text-align: right;
-  overflow: hidden;
-}
-#slogan > strong{
-  display: inline-block;
-  position: relative;
-  top: -.2em; /* -6px */
-}
diff --git a/src/main/webapp/less/screen/layout.less b/src/main/webapp/less/screen/layout.less
deleted file mode 100644 (file)
index 9771f83..0000000
+++ /dev/null
@@ -1,192 +0,0 @@
-/** Seite gesamt (Abmessungen, Aussenabstände etc.) */
-
-body
-{
-  padding: 0;
-  overflow-y: scroll; /** Die vertikale Scroll-Leiste stets anzeigen */
-}
-#page
-{
-  margin: 0 auto; /** Seiteninhalte zentrieren, wenn max-width des Inhalts (s.u.) erreicht ist */
-  max-width: 62.375em; /** 608px + 390px (Marginalspalte) = ca. 1000px (muss zu Wergen in faux-columns.less passen!!) */
-}
-
-/** Seitenaufteilung mit Menü (Zweispaltig) */
-
-body
-{
-  padding: 0 3em 0 5em;
-}
-.content
-{
-  position: relative;
-  padding: 0 0 7.1875em 0; /** Unten: 115px (gemessene Gesamthöhe des Footers - mit Abstand und Margin) */
-}
-.menu .content,
-.nomenu .content
-{
-  padding-right: 27em;
-}
-.content > .main
-{
-  min-height: 1em;
-  position: relative;
-  width: 100%;
-}
-.menu .content > .main,
-.nomenu .content > .main
-{
-  float: left;
-}
-.content > .marginal
-{
-  position: relative;
-  background-color: @heller;
-}
-.menu .content > .marginal,
-.nomenu .content > .marginal
-{
-  float: left;
-  margin: 0 -27em 0 2.625em;
-  padding: 0 2em 1.0625em 2em;
-  width: 20.375em;
-}
-
-/** Anpassungen für Seiten ohne Menü */
-
-.nomenu .content > .marginal
-{
-  background-color: @sehrhell;
-}
-
-/** Anpassungen für einspaltige Seiten */
-
-.onecolumn .content > .marginal
-{
-  margin-top: 4em;
-  background-color: transparent;
-}
-
-/** Seitenkopf positionieren */
-
-#header
-{
-  margin-left: -2.125em;
-  padding: 1em 0;
-}
-#header > hr.h
-{
-  display: none;
-}
-
-
-/** Bereichsauswahl positionieren und stylen */
-
-.onecolumn #nav
-{
-  position: absolute;
-  top: 0;
-  right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */
-  width: 100%;
-}
-
-#nav > hr.n
-{
-  display: none;
-}
-#nav
-{
-  position: relative;
-  top: auto;
-  right: auto;
-  width: 22.375em; /** 358px = 326px + 32px*/
-}
-#menu
-{
-  position: relative;
-  width: 200%;
-  top: -8em; /** 136px */
-  right: 100%;
-  text-align: right;
-  list-style-type: none;
-  margin: 0 0 -2.125em 0; /** 0 0 -34px 0 */
-  padding: 0;
-  border-style: none;
-}
-.onecolumn #menu
-{
-  top: -15.5625em; /** -249px -- warum auch immer... */
-}
-#menu > li.m
-{
-  display: inline-block;
-  padding: 0 0 0 4em;
-}
-#menu > li.m > .m
-{
-  font-size: 250%; /** 40px */
-  color: @normal;
-}
-#menu > li.m > a.m
-{
-  border-color: @normal;
-}
-#menu > li.m > a.m:hover
-{
-  border-color: @dunkler;
-}
-#menu > li.m > a.m:hover,
-#menu > li.m > strong.m
-{
-  border-style: solid;
-}
-#menu > li.m > a.m.selected
-{
-  color: @normal;
-}
-#menu > li.m > a.m:hover
-{
-  color: @dunkler;
-}
-#menu > li.m > a.m:hover:before,
-#menu > li.m > a.m.selected:before,
-#menu > li.m > strong.m:before
-{
-  content: '> ';
-  margin-left: -.92em;
-}
-
-
-/** Breadcrump positionieren */
-
-#breadcrumb
-{
-  position: absolute;
-  top: 8.375em;
-  left: 6.9em;
-  z-index: 3;
-}
-#breadcrumb > a.hide
-{
-  position: absolute;
-}
-#breadcrumb > hr.b
-{
-  display: none;
-}
-
-
-/** Footer positionieren */
-
-#footer
-{
-  padding: 2em 0;
-}
-.onecolumn #footer
-{
-  background-color: @hintergrund;
-}
-#footer > hr.f
-{
-  display: none;
-}
diff --git a/src/main/webapp/less/screen/marginal.less b/src/main/webapp/less/screen/marginal.less
deleted file mode 100644 (file)
index 02fc3cb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.menu .content > .marginal h1,
-.menu .content > .marginal h2,
-.menu .content > .marginal h3,
-.menu .content > .marginal h4
-{
-  color: @hintergrund;
-}
diff --git a/src/main/webapp/less/screen/menu.less b/src/main/webapp/less/screen/menu.less
deleted file mode 100644 (file)
index afd9f24..0000000
+++ /dev/null
@@ -1,90 +0,0 @@
-#nav > h1.nav,
-#nav > h2.nav.menu
-{
-  display: none;
-}
-#nav > h2.nav.submenu
-{
-  font-size: 125%; /** 20px */
-  line-height: 1em; /** 20px */
-  margin: 1.5em 0 .5em 0; /** 30px 0 10px 0 */
-  padding: 0 0 0 1.65em; /** 0 0 0 33px */
-  border: none;
-}
-#nav > h2.nav.submenu:before
-{
-  content: 'V ';
-  color: @hintergrund;
-  margin: 0 .75em 0 -1.7em; /** 0 15em 0 -34px */
-}
-#nav > h2.nav.submenu > span.s
-{
-  display: none;
-}
-#nav > h2.nav.submenu > a.s
-{
-  color: @hintergrund;
-  border-style: dashed;
-  border-color: @hintergrund;
-}
-#nav > h2.nav.submenu > a.s:hover,
-#nav > h2.nav.submenu > a.s:focus,
-#nav > h2.nav.submenu > a.s:active
-{
-  border-style: solid;
-}
-
-#submenu
-{
-  font-size: 125%; /** 20 px */
-  list-style-type: none;
-  margin: 1em 0 4em 0;
-  padding: 0 0 0 1.65em; /** 0 0 0 33px */
-  border-style: none;
-}
-#submenu ul.s
-{
-  margin: 1em 0 0 0; /** 16px 0 0 0 */
-  padding: 0;
-  list-style-type: none;
-}
-#submenu li.s
-{
-  margin: 0 0 .5em 0; /** 0 0 10px 0 */
-  padding: 0;
-}
-#submenu li.s.off
-{
-  display: none;
-}
-#submenu li.s > a.s
-{
-  color: @dunkler;
-}
-#submenu li.s > a.s.selected,
-#submenu li.s > strong.s
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-}
-#submenu li.s > strong.s
-{
-  border-bottom: 1px solid @hintergrund;
-}
-#submenu li.s > a.s.selected:before,
-#submenu li.s > a.s:hover:before,
-#submenu li.s > a.s:focus:before,
-#submenu li.s > a.s:active:before,
-#submenu li.s > strong.s:before
-{
-  content: '> ';
-  margin: 0 .75em 0 -1.7em; /** 0 15px 0 -34px = Warum auch immer?!? */
-}
-#submenu li.s.sub > a.s.selected:before,
-#submenu li.s.sub > a.s:hover:before,
-#submenu li.s.sub > a.s:focus:before,
-#submenu li.s.sub > a.s:active:before,
-#submenu li.s.sub > strong.s:before
-{
-  content: 'V ';
-}
diff --git a/src/main/webapp/less/screen/onecolumn.less b/src/main/webapp/less/screen/onecolumn.less
deleted file mode 100644 (file)
index 0114499..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.pack > .p.left,
-.pack > .p.right,
-.pack.bg > .p.left,
-.pack.bg > .p.right,
-.single,
-.single.bg
-{
-  width: auto;
-  padding-bottom: 1.5em;
-  margin: 0 0 1.5em 0;
-}
diff --git a/src/main/webapp/less/screen/packs.less b/src/main/webapp/less/screen/packs.less
deleted file mode 100644 (file)
index 8c09844..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-.pack
-{
-  overflow: hidden;
-}
-.pack > .p.left,
-.pack > .p.right
-{
-  width: 42%;
-  padding: 0 3% 999em 3%;
-  margin: 0 0 -998em 0;
-}
-.pack.bg > .p.left,
-.pack.bg > .p.right
-{
-  background-color: @sehrhell;
-}
-.pack > .p.left
-{
-  float: left;
-}
-.pack > .p.right
-{
-  float: right;
-}
-.pack > .p img.p
-{
-  width: 91.9118%;
-}
-.single
-{
-  padding: 0 3% 1em 3%;
-  margin: 3% 0;
-}
-.single.bg
-{
-  background-color: @sehrhell;
-}
diff --git a/src/main/webapp/less/screen/wip.less b/src/main/webapp/less/screen/wip.less
deleted file mode 100644 (file)
index d9cef58..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/** Pages under construction... */
-.wip,
-.wip h1,
-.wip h2,
-.wip h3,
-.wip h4,
-.wip h5,
-.wip h6,
-.wip a
-{
-  color: rgba(128, 128, 128, 0);
-  text-decoration: none;
-  border-color: rgba(128, 128, 128, 0);
-  text-shadow: 0 0 6px #404040;
-}
-.wip
-{
-  position: relative;
-}
-.wip img.w
-{
-  margin-top: 30%;
-  position: absolute;
-  width: 100%;
-}
diff --git a/src/main/webapp/less/tablet/404.less b/src/main/webapp/less/tablet/404.less
deleted file mode 100644 (file)
index 4cd1fe5..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-.withbackground .content
-{
-  position: relative;
-  top: auto;
-  bottom: auto;
-  left: auto;
-  rigth: auto;
-}
-#bs3
-{
-  display: none;
-}
-#bs5
-{
-  left: auto;
-  right: 13%;
-}
-#bs7
-{
-  bottom: 21%;
-}
-#bs8
-{
-  display: none;
-}
diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less
deleted file mode 100644 (file)
index 2541618..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-.menu #footer > #footerlinks
-{
-  position: static;
-  border-style: none;
-  margin: 3.75em 0 0 2em;
-}
-.menu #footer > #footerlinks > li.f
-{
-  line-height: 1em;
-  display: block;
-  margin: 0 0 .25em 0;
-  color: @hintergrund;
-}
-.menu #footer > #footerlinks > li#copyright
-{
-  line-height: 1em;
-  font-size: 137.5%;
-  top: auto;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  padding: 0 2.18181818em 1.5em; /* ? 3*16px ? */
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding-right: 1.45454545em;
-    padding-bottom: 1em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding-right: .72727272em;
-    padding-bottom: .5em;
-  }
-  background-color: @heller;
-  text-align: right;
-}
-.menu #footer > #footerlinks a.f
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-}
-.menu #footer > #footerlinks a.f:hover
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-  border-style: solid;
-}
-
-
-.nomenu #footer > #footerlinks,
-.onecolumn #footer > #footerlinks
-{
-  position: static;
-  margin: -.125em;
-  padding-top: 1.5em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding-top: 1em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding-top: .5em;
-  }
-  border-top: .125em solid @hintergrund;
-  > li.f
-  {
-    line-height: 1em;
-    margin: 0 1em 0 0;
-    padding: 0;
-  }
-  li.f > a.f
-  {
-    color: @hintergrund;
-    border-color: @hintergrund;
-  }
-  li#copyright
-  {
-    position: static;
-    float: right;
-    font-size: 137.5%;
-    margin: 0;
-  }
-}
diff --git a/src/main/webapp/less/tablet/head.less b/src/main/webapp/less/tablet/head.less
deleted file mode 100644 (file)
index 2a6da91..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-@media (max-width: (@maxsmalltablet))
-{
-  #logo
-  {
-    font-size: 650%; /* 104px */
-  }
-  #slogan
-  {
-    font-size: 150%; /** 24px */
-  }
-}
-
-@media (max-width: (@maxsmallertablet))
-{
-  #logo
-  {
-    font-size: 487.5%; /* 78px */
-  }
-  #slogan
-  {
-    font-size: 112.5%; /** 18px */
-  }
-}
-
diff --git a/src/main/webapp/less/tablet/layout.less b/src/main/webapp/less/tablet/layout.less
deleted file mode 100644 (file)
index c63f923..0000000
+++ /dev/null
@@ -1,280 +0,0 @@
-/** Seite gesamt (Abmessungen, Aussenabstände etc.) */
-
-body
-{
-  padding: 0;
-}
-#page
-{
-  overflow: hidden;
-}
-.nomenu #page
-{
-  padding: 0;
-}
-
-
-/** Seitenaufteilung mit/ohne Menü für Tablets optimieren */
-
-.menu .content
-{
-  padding: 0;
-}
-.nomenu .content
-{
-  padding: 0 0 5em 0;
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding-bottom: 4em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding-bottom: 3.25em;
-  }
-}
-.content.cf:before,
-.content.cf:after
-{
-  clear: none;
-  content: none;
-  display: inline;
-}
-.menu .content > .main,
-.nomenu .content > .main,
-.onecolumn .content > .main
-{
-  float: none;
-  width: auto;
-  padding: 0 3em 0 5em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding: 0 2em 0 3em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding: 0 1em 0 2.5em;
-  }
-  /** Die 1px-Rahmen triggern, dass das erste Margin den Footer aufschiebt.
-      Bei einem Wert von 0 ragt dieses Margin dann einfach aus dem Footer
-      heraus... */
-  border-top: 1px solid @hintergrund;
-  border-bottom: 1px solid @hintergrund;
-}
-.menu .content > .marginal,
-.nomenu .content > .marginal,
-.onecolumn .content > .marginal
-{
-  position: static;
-  width: 100%;
-}
-.menu .content > .marginal
-{
-  margin: 3em 0 -994em -15em;
-  padding: 2em 0 999em 0;
-}
-.nomenu .content > .marginal
-{
-  margin: 3em 0 -994em 0;
-  padding: 0 0 999em 0;
-  background-color: transparent;
-}
-.onecolumn .content > .marginal
-{
-  margin: 6.5em 0 -1001.175em 0;
-  padding: 0 0 999em 0;
-  background-color: transparent;
-}
-
-
-/** Seitenkopf positionieren */
-
-#header
-{
-  padding: 1em 3em 2em 5em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    margin-left: -1.5em;
-    padding: .5em 2em 2em 3em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    margin-left: -1.2em;
-    padding: 1em 1em 2em 2.5em;
-  }
-}
-
-
-/** Bereichsauswahl positionieren */
-
-.menu #nav
-{
-  position: static;
-  border-right: .125em solid @hintergrund;
-  margin-left: 20em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    margin-left: 18.5em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    margin-left: 17.5em;
-    #menu > li.about
-    {
-      display: inline-block;
-    }
-  }
-  width: auto;
-}
-.nomenu #nav
-{
-  position: absolute;
-  top: 0;
-  right: 0; /** Hier eigentlich nicht nötig, aber für Tablet-Style erforderrlich! */
-  width: 100%;
-}
-
-.menu #menu,
-.nomenu #menu,
-.onecolumn #menu
-{
-  position: absolute;
-  width: auto;
-  top: -9em;
-  right: 3em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    top: -7.7em;
-    right: 2em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    top: -6.5em;
-    right: 1em;
-  }
-}
-#menu > li.about
-{
-  display: none;
-}
-#menu > li.m
-{
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding: 0 0 0 3em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding: 0 0 0 2em;
-  }
-}
-#menu > li.m > .m
-{
-  @media (max-width: (@maxsmalltablet))
-  {
-    font-size: 200%; /* 32px */
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    font-size: 150%; /* 24px */
-  }
-}
-#menu > li.m > a.m:hover:before,
-#menu > li.m > a.m.selected:before,
-#menu > li.m > strong.m:before
-{
-  @media (max-width: (@maxsmalltablet))
-  {
-    content: '> ';
-    margin-left: -.95em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-  }
-}
-
-
-/** Footer positionieren */
-
-.menu #footer
-{
-  position: static;
-  float: right;
-  margin: 3em 0 -999em -15em;
-  padding: 0 0 999em 0;
-  width: 15em;
-  background-color: @heller;
-}
-.nomenu #footer,
-.onecolumn #footer
-{
-  padding: 0 3em 1.5em 5em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding: 0 2em 1em 3em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding: 0 1em .75em 2.5em;
-  }
-  background-color: @heller;
-  border-style: none;
-}
-
-
-/** Breadcrump positionieren */
-
-.menu #breadcrumb,
-.nomenu #breadcrumb,
-.onecolumn #breadcrumb
-{
-  left: 11.9em;
-  right: 3em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    font-size: 87.5%; /* 14px */
-    top: 7.2em;
-    left: 9.8em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    top: 5.8em;
-    left: 7em;
-  }
-}
-
-
-/** Faux-Column-Hack für Marginalinhalte */
-
-.nomenu .content > .marginal aside.m,
-.onecolumn .content > .marginal aside.m
-{
-  margin: 3.5em 0 -999em 0;
-  padding: 2em 3em 995em 5em;
-  background-color: @heller;
-  position: relative;
-  top: -4.5em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding-left: 3em;
-    padding-right: 2em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding-left: 2.5em;
-    padding-right: 1em;
-  }
-}
-.menu .content > .marginal > aside.m
-{
-  margin: 0 -12em 1em 20em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    margin-left: 18.5em;
-    margin-right: -13em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    margin-left: 17.5em;
-    margin-right: -14em;
-  }
-}
diff --git a/src/main/webapp/less/tablet/marginal.less b/src/main/webapp/less/tablet/marginal.less
deleted file mode 100644 (file)
index 576c4e1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-.nomenu .content > .marginal h1,
-.onecolumn .content > .marginal h1,
-.nomenu .content > .marginal h2,
-.onecolumn .content > .marginal h2,
-.nomenu .content > .marginal h3,
-.onecolumn .content > .marginal h3,
-.nomenu .content > .marginal h4,
-.onecolumn .content > .marginal h4
-{
-  color: @hintergrund;
-}
diff --git a/src/main/webapp/less/tablet/menu.less b/src/main/webapp/less/tablet/menu.less
deleted file mode 100644 (file)
index 85ad92f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#submenu
-{
-  padding-right: 1em;
-}
diff --git a/src/main/webapp/less/tablet/typo.less b/src/main/webapp/less/tablet/typo.less
deleted file mode 100644 (file)
index 6bf6dff..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-@media (max-width: (@maxsmalltablet))
-{
-  h1
-  {
-    font-size: 150%; /** 24 px */
-  }
-}
-
diff --git a/src/main/webapp/less/tiny/404.less b/src/main/webapp/less/tiny/404.less
deleted file mode 100644 (file)
index 3830a8f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-.withbackground .content > .marginal
-{
-  border-top: .166666666666em solid @hintergrund; /** 2px */
-}
-#bs1
-{
-  top: -2%;
-  left: 57%;
-}
-#bs2,
-#bs6
-{
-  display: none;
-}
-#bs7
-{
-  top: 32%;
-  left: 46%;
-}
diff --git a/src/main/webapp/less/tiny/layout.less b/src/main/webapp/less/tiny/layout.less
deleted file mode 100644 (file)
index dcef10c..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-body
-{
-  font-size: 75%; /** 12px */
-}
-#header
-{
-  margin: .25em .5em 1em 1em;
-}
-#nav:target
-{
-  padding-left: 0.5em;
-  padding-right: 0.5em;
-}
-#breadcrumb,
-#nav:target > a.hide
-{
-  top: .5em;
-  right: .5em;
-}
-.content > .main,
-#footer
-{
-  margin: 0;
-  padding: 0 .5em;
-}
-.content > .marginal
-{
-  padding: 1em .5em 999em .5em;
-  margin-bottom: -991em;
-}
-
-@media (max-width: 210px)
-{
-  #header
-  {
-    font-size: 75%;
-  }
-  #nav:target
-  {
-    padding-top: 0;
-  }
-  #breadcrumb,
-  #nav:target > a.hide
-  {
-    top: .1em;
-    right: .3em;
-  }
-  #breadcrumb > a.hide:before,
-  #nav:target > a.hide:before
-  {
-    font-size: 300%; /** Vielfaches von 12px */
-  }
-}
-@media (max-width: 150px)
-{
-  #header
-  {
-    font-size: 50%;
-  }
-  #header > hr.h
-  {
-    display: block;
-  }
-  #slogan
-  {
-    display: none;
-  }
-  #breadcrumb,
-  #nav:target > a.hide
-  {
-    top: .2em;
-  }
-  #breadcrumb > a.hide:before,
-  #nav:target > a.hide:before
-  {
-    font-size: 264%; /** Vielfaches von 12px */
-  }
-}
diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less
deleted file mode 100644 (file)
index cae170c..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/** Farb-Thema */
-
-@normal:      #0ACF00;
-@dunkel:      #2D9B27;
-@dunkler:     #078600;
-@nochdunkler: #077600;
-@hell:        #42E73A;
-@heller:      #6EE768;
-@sehrhell:    #CEF7C8;
-
-@schrift:     #000;
-@schrifthell: tint(@schrift, 45%); 
-
-@hintergrund: #FFF;
-
-@fehler:      #e60000;
-@fehlerhell:  tint(@fehler, 70%);
-
-
-/** Bildschirmbreiten für Media-Query */
-
-@minscreen:      580px;
-@mindesktop:     940px;
-@maxtablet:      @mindesktop - 1;
-@maxsmalltablet: 800px;
-@maxsmallertablet: 700px;
-@maxphone:       579px;
-@minphone:       300px;
-@maxtiny:        299px;
-
-/** Schriften */
-
-.droid ()
-{
-  font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
-}
-
-.bpreplay ()
-{
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
-}
diff --git a/src/main/webapp/thymeleaf/404.html b/src/main/webapp/thymeleaf/404.html
deleted file mode 100644 (file)
index 6c22532..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tiles="http://www.thymeleaf.org">
-  <head>
-    <title tiles:fragment="title">404: Page not found</title>
-  </head>
-  <body>
-    <div tiles:fragment="content">
-      <p>We do not know, where you are.</p>
-      <p>And we do not know, why you are here.</p>
-      <p>But we can tell you: WE ARE SORRY!</p>
-      <p>Really.</p>
-    </div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/about.html b/src/main/webapp/thymeleaf/about.html
deleted file mode 100644 (file)
index ad290d5..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>About</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><strong class="b">About</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><strong class="m">About</strong></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">About</strong></h2>
-      <ul id="submenu">
-        <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
-        <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
-        <li class="s "><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>About</h1></header>
-      <p>
-        <span class="logo">juplo</span> is the place, where I collect and share
-        my more or less private projects.
-        It is a lab for experiments, that help me to do my job as a freelancer
-        at the desired level of quality.
-        Here, I can play with all the fancy new stuff, that might be a little
-        bit to much bleeding edge, to be used on a production site of a paying
-        client.
-      </p>
-      <p>
-        I decided to share all this stuff, because I am always learning a lot
-        from the internet-community.
-        I wanted to give back a little and try to help and teach others, as I
-        was helped and teached.
-        Also, this is a good oportunity, to show what I am doing and to do a 
-        little self-publicity...
-      </p>
-      <p>
-        <span class="logo">juplo</span> mainly consists of two parts:
-      </p>
-      <ul>
-        <li>
-          In the <a href="blog.html" th:href="@{/blog.html}">blog</a>, I summarize, how I solved
-          some every-day problems, other people might stumble across too.
-          I am introducing new projects there and announcing new versions and/or
-          bugfixes to older projects.
-        </li>
-        <li>
-          The other part of the site is the
-          <a href="projects.html" th:href="@{/projects.html}">projects-section</a>.
-          This is where I am hosting all projects, that I have made publicy
-          available.
-        </li>
-      </ul>
-      <p>
-        If you want to hire me, you can find out more on the
-        <a href="contact.html" th:href="@{/contact.html}">contact-page</a>.
-        If you are not yet sure, if you want to hire me, you might be
-        interessted in
-        <a href="expertise.html" th:href="@{/expertise.html}">what I can do for you</a>, or 
-        <a href="references.html" th:href="@{/references.html}">what I have already done for others</a>.
-      </p>
-    </article>
-    <ul layout:fragment="footer">
-      <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
-      <li class="f"><a class="f" href="impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
-      <li class="f about"><strong class="f">About</strong></li>
-    </ul>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/agb.html b/src/main/webapp/thymeleaf/agb.html
deleted file mode 100644 (file)
index 03b0493..0000000
+++ /dev/null
@@ -1,193 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Allgemeine Geschäftsbedingungen (AGB)</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
-      <li class="b"><strong class="b">AGB</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
-      <ul id="submenu">
-        <li class="s"><strong class="s">AGB</strong></li>
-        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
-        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
-        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
-        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
-        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Allgemeine Geschäftsbedingungen (AGB)</h1></header>
-      <p><em>Stand: 01.02.2014</em></p>
-      <h2>Angebote &amp; Abrechnung</h2>
-      <p>
-       Angebote sind freibleibend.
-       Alle Preise verstehen sich in Euro und zzgl. der gesetzl. MwSt.
-       Wenn nicht anders vereinbart erfolgt eine Anzahlung von 10% im Voraus.
-       Sollte sich der Zeitraum über den Leistungen erbracht werden über
-       mehrere Monate erstrecken, behalte ich mir vor, Rechnungen für
-       Leistungsabschnitte zu stellen (jedoch nicht häufiger als ein mal im
-       Monat).
-       Das Zahlungsziel beträgt 8 Tage.
-      </p>
-      <p>
-       Falls nicht anders vereinbart, ist bei Dienstleistungen eine
-       Korrekturschleife enthalten.
-       Darüber hinausgehende Überarbeitungen sowie gewünschte Zusatzleistungen
-       werden nach Aufwand per Stundensatz abgerechnet.
-       Sollte für den Auftrag ein rabattierter Stundensatz vereinbart worden
-       sein, so gilt dieser nicht automatisch für Überarbeitungen und
-       Zusatzleistungen.
-      </p>
-      <h2>Absprachen</h2>
-      <p>
-        Die zentralen Ansprechpartner des Kunden müssen verbindliche
-        Erklärungen abgeben können (z. B. Fristabsprachen, Abnahmen).
-        Bei Ausfall, Urlaub etc. sind Ersatzpersonen zu benennen.
-      </p>
-      <h2>Leistungen &amp; Abnahme</h2>
-      <p>
-        Der Kunde ist in der Pflicht, erbrachte Leitungen direkt nach deren
-        Erstellung und ohne Aufforderung rechtzeitig (z.B. vor
-        Veröffentlichung) zu prüfen und Änderungswünsche oder Korrekturhinweise
-        direkt mitzuteilen.
-        Die Annahme von Leistungen ohne Beanstandung ist als Abnahme zu
-        verstehen.
-      </p>
-      <p>
-        Ich bin zu jeder Zeit berechtigt, die Arbeit in sinnvollen
-        Teilleistungen zu erbringen und zu berechnen.
-        Der Kunde ist verpflichtet, diese Teilleistungen abzunehmen.
-      </p>
-      <p>
-        Im Rahmen der Gestaltungsspielräume des Briefings vom Kunden trägt der
-        Kunde das Risiko des Nichtgefallens.
-      </p>
-      <h2>Eigenleistungen</h2>
-      <p>
-        Sofern der Kunde Eigenleistungen erbringt, ist die termingerechte
-        Lieferung für den Gesamtzeitplan relevant.
-        Bei verspäteter Lieferung bin ich nicht dazu verpflichtet, die
-        Auftragsarbeit unverzüglich fortzusetzen, wenn ich durch andere
-        terminliche Verpflichtungen daran gehindert werde.
-        Verzögerungen auf Kundenseite können zu erheblichen Gesamtverzögerungen
-        führen.
-        Für dadurch entstandenen Schaden und entgangenen Gewinn haftet der Kunde.
-      </p>
-      <p>
-        Der Kunde berücksichtigt bei der Lieferung von Daten und Materialien
-        die von mir im Rahmen des Angebots geforderten Formate.
-      </p>
-      <p>
-        Sofern Angaben, Muster, Inhalte, usw. vom Kunden geliefert werden, bin
-        ich für deren Richtigkeit und rechtliche Unbedenklichkeit nicht
-        verantwortlich.
-        Eine Prüfungspflicht besteht auf meiner Seite nicht.
-      </p>
-      <h2>Fremdleistungen</h2>
-      <p>
-        Angebote beziehen sich in der Regel auf von mir erbrachte Dienstleistung.
-        Die Kosten oder Gebühren Dritter (z.B. Provider, Lizenzen für Bild, Ton,
-        Schrift oder Software, Druckerei usw.) sind nicht enthalten, falls nicht
-        explizit erwähnt.
-      </p>
-      <p>
-        Bei Beauftragung von Fremdleistungen jedweder Art, berechne ich, falls
-        nicht anders vereinbart, eine Abwicklungspauschale in Höhe von 15% des
-        Auftragswerts für Organisation und Abstimmung.
-      </p>
-      <h2>Nutzungsrechte</h2>
-      <p>
-        An Unterlagen, die im Rahmen des Angebots übergeben werden (z.B.
-        Entwürfe, Konzepte), erhält der Kunde keine Nutzungsrechte.
-        Der Kunde erhält die vereinbarten Nutzungsrechte nur bei pünktlicher
-        und vollständiger Zahlung der vereinbarten Vergütung.
-      </p>
-      <p>
-        Eingesetzte Systeme (z.B. Springframework, Tomcat, CentOS usw.)
-        unterliegen ihren eigenen Nutzungsbestimmungen.
-      </p>
-      <h2>Rechtliche Prüfung</h2>
-      <p>
-        Ohne gesonderte Vereinbarung ist die patent-, muster-, urheber- und
-        markenrechtliche Schutz- oder Eintragungsfähigkeit der im Rahmen des
-        Vertrages gelieferten Ideen, Konzeptionen, Entwürfe und sonstiger
-        Leistungen nicht geschuldet.
-      </p>
-      <h2>Höhere Gewalt</h2>
-      <p>
-        Leistungsverzögerungen aufgrund von Umständen im Verantwortungsbereich
-        des Kunden (z.B. verspätete Anlieferung) und höherer Gewalt (z.B. Unfall,
-        Telekommunikationsstörung usw.) habe ich nicht zu vertreten.
-        Sie berechtigen mich das Erbringen der betreffenden Leistungen um die
-        Dauer der Behinderungen zzgl. einer angemessenen Anlaufzeit
-        aufzuschieben.
-      </p>
-      <h2>Archivierung</h2>
-      <p>
-        Ich bin nicht verpflichtet, erstellte Leistungen zu archivieren.
-        Unterlagen des Kunden muss ich nur dann zurückgeben, wenn dies der Kunde
-        vor der Übergabe ausdrücklich verlangt hat.
-      </p>
-      <h2>Betreuung / Support / Wartung</h2>
-      <p>
-        Ich bin nur in der in der Servicevereinbarung besprochenen Weise für die
-        für eine aktive Betreuung, Support oder Wartung (z.B. Sicherheitsupdates,       Aktualitätsprüfungen usw.) verantwortlich.
-      </p>
-      <h2>Referenzen</h2>
-      <p>
-        Innerhalb der erstellten Leistung werde ich in branchenüblicher Form als
-        Leistungserbrinnger genannt (z.B. Impressum).
-      </p>
-      <p>
-        Ich bin berechtigt, den Kunden als Referenz zu benennen und das Projekt
-        öffentlich vorzustellen.
-        Der Kunde kann dagegen jederzeit schriftlich Widerspruch erheben.
-        Widerruft der Kunde seine Zustimmung, so bin ich berechtigt, erstellte
-        Werbe-Materialien weiter zu benutzen, verpflichte mich jedoch, keine
-        weiteren, Werbe-Materialien zu erstellen, die den Kunden nennen.
-      </p>
-      <h2>Geheimhaltung</h2>
-      <p>
-        Die Vertragsparteien vereinbaren Vertraulichkeit über Vertrag und
-        Erkenntnisse der jeweils anderen Partei.
-        Die Vertraulichkeit gilt auch über die Beendigung des
-        Vertragsverhältnisses hinaus.
-      </p>
-      <h2>Schlussbestimmungen</h2>
-      <p>
-        Erfüllungsort und ausschließlicher Gerichtsstand für alle
-        Rechtsstreitigkeiten ist Münster.
-      </p>
-      <p>
-        Sollten aus irgendeinem Grund eine oder mehrere Einzelbestimmungen
-        dieser AGB unwirksam sein, so bleibt die Gültigkeit der restlichen
-        Bestimmungen davon unberührt.
-      </p>
-      <p>
-        Regelungslücken dieser AGB werden durch Auslegung so gefüllt, dass sie
-        dem wirtschaftlichen Zweck des Vertrages Rechnung tragen.
-      </p>
-    </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/blog.html b/src/main/webapp/thymeleaf/blog.html
deleted file mode 100644 (file)
index c67391d..0000000
+++ /dev/null
@@ -1,189 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Blog</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><strong class="b">Blog</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><strong class="m">Blog</strong></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <main class="main" layout:fragment="maincontent">
-      <article id="post-140" class="post-140 post type-post status-publish format-standard hentry category-jetty category-less category-maven category-wro4j">
-        <header class="entry-header">
-          <h2 class="entry-title"><a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="Permalink to Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources" rel="bookmark">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="12:58" rel="bookmark"><time class="entry-date" datetime="2013-12-06T12:58:17+00:00">December 6, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/jetty/" title="View all posts in Jetty" rel="category tag">Jetty</a>, <a href="http://juplo.de/category/less/" title="View all posts in less" rel="category tag">less</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/wro4j/" title="View all posts in wro4j" rel="category tag">wro4j</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-140 -->
-      <article id="post-114" class="post-114 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
-        <header class="entry-header">
-          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-3-released/" title="Permalink to hibernate4-maven-plugin 1.0.3 released!" rel="bookmark">hibernate4-maven-plugin 1.0.3 released!</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-3-released/" title="02:46" rel="bookmark"><time class="entry-date" datetime="2013-10-18T02:46:23+00:00">October 18, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-114 -->
-      <article id="post-97" class="post-97 post type-post status-publish format-standard hentry category-appengine category-java category-maven category-oauth2">
-        <header class="entry-header">
-          <h2 class="entry-title"><a href="http://juplo.de/log-out-from-wrong-account-with-maven-appengine-plugin/" title="Permalink to Log out from wrong Account with maven-appengine-plugin" rel="bookmark">Log out from wrong Account with maven-appengine-plugin</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/log-out-from-wrong-account-with-maven-appengine-plugin/" title="11:33" rel="bookmark"><time class="entry-date" datetime="2013-10-03T11:33:56+00:00">October 3, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/appengine/" title="View all posts in appengine" rel="category tag">appengine</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/oauth2/" title="View all posts in oauth2" rel="category tag">oauth2</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-97 -->
-      <article id="post-90" class="post-90 post type-post status-publish format-standard hentry category-hibernate category-java category-jpa">
-        <header class="entry-header">
-          <h2 class="entry-title"><a href="http://juplo.de/bidirectional-association-with-elementcollection/" title="Permalink to Bidirectional Association with @ElementCollection" rel="bookmark">Bidirectional Association with @ElementCollection</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/bidirectional-association-with-elementcollection/" title="11:11" rel="bookmark"><time class="entry-date" datetime="2013-10-03T11:11:36+00:00">October 3, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/jpa/" title="View all posts in JPA" rel="category tag">JPA</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-90 -->
-      <article id="post-75" class="post-75 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
-        <header class="entry-header">
-  s        <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-2-release/" title="Permalink to hibernate4-maven-plugin 1.0.2 released!" rel="bookmark">hibernate4-maven-plugin 1.0.2 released!</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-2-release/" title="02:06" rel="bookmark"><time class="entry-date" datetime="2013-08-02T02:06:08+00:00">August 2, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-75 -->
-      <article id="post-64" class="post-64 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
-        <header class="entry-header">
-          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-1-released/" title="Permalink to hibernate4-maven-plugin 1.0.1 released!" rel="bookmark">hibernate4-maven-plugin 1.0.1 released!</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-1-released/" title="01:10" rel="bookmark"><time class="entry-date" datetime="2013-01-16T01:10:59+00:00">January 16, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-64 -->
-      <article id="post-55" class="post-55 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
-        <header class="entry-header">
-          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-1-0-released/" title="Permalink to hibernate4-maven-plugin 1.0 released!" rel="bookmark">hibernate4-maven-plugin 1.0 released!</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-1-0-released/" title="22:04" rel="bookmark"><time class="entry-date" datetime="2012-11-29T22:04:25+00:00">November 29, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-55 -->
-      <article id="post-34" class="post-34 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
-        <header class="entry-header">
-          <h2 class="entry-title"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="Permalink to hibernate4-maven-plugin" rel="bookmark">hibernate4-maven-plugin</a></h2>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="19:29" rel="bookmark"><time class="entry-date" datetime="2012-11-28T19:29:12+00:00">November 28, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>          
-          </div><!-- .entry-meta -->
-        </header><!-- .entry-header -->
-        <div class="entry-content">
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          <span class="cat-links">
-            Posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>
-          </span>
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-34 -->
-    </main>
-    <div layout:fragment="marginalcontent">
-      <div id="secondary" class="widget-area" role="complementary">
-        <aside id="archives" class="widget">
-          <h1 class="widget-title">Archives</h1>
-          <ul>
-            <li><a href='http://juplo.de/2013/10/' title='October 2013'>October 2013</a></li>
-            <li><a href='http://juplo.de/2013/08/' title='August 2013'>August 2013</a></li>
-            <li><a href='http://juplo.de/2013/01/' title='January 2013'>January 2013</a></li>
-            <li><a href='http://juplo.de/2012/11/' title='November 2012'>November 2012</a></li>
-          </ul>
-        </aside>
-        <aside id="categories" class="widget">
-          <h1 class="widget-title">Most Used Categories</h1>
-          <ul>
-            <li class="cat-item cat-item-4"><a href="http://juplo.de/category/java/" title="View all posts filed under Java">Java</a> (6)</li>
-            <li class="cat-item cat-item-6"><a href="http://juplo.de/category/hibernate/" title="View all posts filed under Hibernate">Hibernate</a> (5)</li>
-            <li class="cat-item cat-item-8"><a href="http://juplo.de/category/maven/" title="View all posts filed under Maven">Maven</a> (5)</li>
-            <li class="cat-item cat-item-9"><a href="http://juplo.de/category/jpa/" title="View all posts filed under JPA">JPA</a> (1)</li>
-            <li class="cat-item cat-item-10"><a href="http://juplo.de/category/appengine/" title="View all posts filed under appengine">appengine</a> (1)</li>
-            <li class="cat-item cat-item-11"><a href="http://juplo.de/category/oauth2/" title="View all posts filed under oauth2">oauth2</a> (1)</li>
-          </ul>
-        </aside>
-        <aside id="search" class="widget widget_search">
-          <h1 class="widget-title">Search</h1>
-          <form role="search" method="get" id="searchform" class="searchform" action="http://juplo.de/">
-            <div>
-              <label class="screen-reader-text" for="s">Search for:</label>
-              <input type="text" value="" name="s" id="s" />
-              <input type="submit" id="searchsubmit" value="Search" />
-            </div>
-          </form>
-        </aside>
-      </div><!-- #secondary .widget-area -->
-      <div id="tertiary" class="widget-area" role="supplementary">
-      </div><!-- #tertiary .widget-area -->
-    </div>
-    <ul layout:fragment="footer">
-    </ul>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/blog/article.html b/src/main/webapp/thymeleaf/blog/article.html
deleted file mode 100644 (file)
index db33ff3..0000000
+++ /dev/null
@@ -1,329 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>juplo - blog - Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><strong class="b">Blog</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><strong class="m">Blog</strong></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <article id="post-140" class="post-140 post type-post status-publish format-standard hentry category-jetty category-less category-maven category-wro4j">
-        <div class="entry-header">
-          <h1 class="entry-title">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</h1>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="12:58" rel="bookmark"><time class="entry-date" datetime="2013-12-06T12:58:17+00:00">December 6, 2013</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </div><!-- .entry-header -->
-        <div class="entry-content">
-          <p>Ever searched for a simple configuration, that lets you use your <a href="http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://wiki.eclipse.org']);" title="See the documentation for mor information">jetty-maven-plugin</a> as you are used to, while working with <a href="http://www.lesscss.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.lesscss.org']);" title="See LESS CSS documentation for mor informations">LESS</a> to simplify your stylesheets?</p>
-          <p>You cannot do both, use the <a href="http://www.lesscss.org/#usage" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.lesscss.org']);" title="More about the client-side usage of LESS">Client-side mode</a> of LESS to ease development and use the <a href="https://github.com/marceloverdijk/lesscss-maven-plugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://github.com']);" title="Homepage of the official LESS CSS maven plugin">lesscss-maven-plugin</a> to automatically compile the LESS-sources into CSS for production. That does not work, because your stylesheets must be linked in different ways if you are switching between the client-side mode &#8211; which is best for development &#8211; and the pre-compiled mode &#8211; which is best for production. For the client-side mode you need something like:</p>
-          <pre class="prettyprint linenums">
-  <code class="html">
-  &lt;link rel="stylesheet/less" type="text/css" href="styles.less" /&gt;
-  &lt;script src="less.js" type="text/javascript"&gt;&lt;/script&gt;
-  </code>
-          </pre>
-          <p>While, for the pre-compiled mode, you want to link to your stylesheets as usual, with:</p>
-          <pre class="prettyprint linenums">
-  <code class="html">
-  &lt;link rel="stylesheet" type="text/css" href="styles.css" /&gt;
-  </code>
-          </pre>
-          <p>While looking for a solution to this dilemma, I stumbled accross <a href="https://code.google.com/p/wro4j/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See the documentation of ths wounderfull tool">wro4j</a>. Originally intended, to speed up page-delivery by combining and minimizing multiple resources into one through the use of a servlet-filter, this tool also comes with a maven-plugin, that let you do the same offline, while compiling your webapp.</p>
-          <p>The idea is, to use the <a href="http://code.google.com/p/wro4j/wiki/MavenPlugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See the documentation of hte wro4j-maven-plugin">wro4j-maven-plugin</a> to compile and combine your LESS-sources into CSS for production and to use the <a href="http://code.google.com/p/wro4j/wiki/Installation" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See how to configure the filter">wro4j filter</a>, to dynamically deliver the compiled CSS while developing. This way, you do not have to alter your HTML-code, when switching between development and production, because you always link to the CSS-files.</p>
-          <p>So, lets get dirty!</p>
-          <h2>Step 1: Configure wro4j</h2>
-          <p>First, we configure <strong>wro4j</strong>, like as we want to use it to speed up our page. The details are explained and linked on wro4j&#8217;s <a href="http://code.google.com/p/wro4j/wiki/GettingStarted" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="Visit the Getting-Started-Page">Getting-Started-Page</a>. In short, we just need two files: <strong>wro.xml</strong> and <strong>wro.properties</strong>.</p>
-          <h3>wro.xml</h3>
-          <p>wro.xml tells wro4j, which resources should be combined and how the result should be named. I am using the following configuration to generate all LESS-Sources beneath <code>base/</code> into one CSS-file called <code>base.css</code>:</p>
-          <pre class="prettyprint linenums">
-  <code class="xml">
-  &lt;groups xmlns="http://www.isdc.ro/wro"&gt;
-    &lt;group name="base"&gt;
-      &lt;css&gt;/less/base/*.less&lt;/css&gt;
-    &lt;/group&gt;
-  </code>
-          </pre>
-          <p>wro4j looks for <code>/less/base/*.less</code> inside the root of the web-context, which is equal to <code>src/main/webapp</code> in a normal maven-project. There are <a href="http://code.google.com/p/wro4j/wiki/ResourceTypes" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://code.google.com']);" title="See the resource locator documentation of wro4j for more details">other ways to specifie the resources</a>, which enable you to store them elswhere. But this approach works best for our goal, because the path is understandable for both: the wro4j servlet-filter, we are configuring now for our development-environment, and the wro4j-maven-plugin, that we will configure later for build-time compilation.</p>
-          <h3>wro.properties</h3>
-          <p>wro.properties in short tells wro4j, how or if it should convert the combined sources and how it should behave. I am using the following configuration to tell wro4j, that it should convert <code>*.less</code>-sources into CSS and do that on <em>every request</em>:</p>
-          <pre class="prettyprint linenums">
-  <code class="properties">
-  preProcessors=less4j
-  disableCache=true
-  </code>
-          </pre>
-          <p>You can do a lot more here. There are countless <a href="http://code.google.com/p/wro4j/wiki/ConfigurationOptions" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="See all configuration options">configuration options</a> to fine-tune the behaviour of wro4j. The <code>disableCache=true</code> is crucial, because we would not see the changes take effect when developing with <strong>jetty-maven-plugin</strong> later on. You can also do much more with your resources here, for example <a href="https://code.google.com/p/wro4j/wiki/AvailableProcessors" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="See all available processors">minimizing</a>. But for our goal, we are now only intrested in the compilation of our LESS-sources.</p>
-          <h2>Step 2: Configure the wro4j servlet-filter</h2>
-          <p>Configuring the filter in the <strong>web.xml</strong> is easy. It is explained in wro4j&#8217;s <a href="https://code.google.com/p/wro4j/wiki/Installation" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="See the installation instructions for the wro4j servlet-filter">installation-insctuctions</a>. But the trick is, that we do not want to configure that filter for the production-version of our webapp, because we want to compile the resources offline, when the webapp is build. To acchieve this, we can use the <code>&lt;overrideDescriptor&gt;</code>-Parameter of the <a href="http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin#Configuring_Your_WebApp" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://wiki.eclipse.org']);" title="Read more about the configuration of the jetty-maven-plugin">jetty-maven-plugin</a>.</p>
-          <h2>&lt;overrideDescriptor&gt;</h2>
-          <p>This parameter lets you specify additional configuration options for the web.xml of your webapp. I am using the following configuration for my jetty-maven-plugin:</p>
-          <pre class="prettyprint linenums">
-  <code class="xml">
-  &lt;plugin&gt;
-    &lt;groupId&gt;org.eclipse.jetty&lt;/groupId&gt;
-    &lt;artifactId&gt;jetty-maven-plugin&lt;/artifactId&gt;
-    &lt;configuration&gt;
-      &lt;webApp&gt;
-        &lt;overrideDescriptor&gt;${project.basedir}/src/test/resources/jetty-web.xml&lt;/overrideDescriptor&gt;
-      &lt;/webApp&gt;
-    &lt;/configuration&gt;
-    &lt;dependencies&gt;
-      &lt;dependency&gt;
-        &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
-        &lt;artifactId&gt;wro4j-core&lt;/artifactId&gt;
-        &lt;version&gt;${wro4j.version}&lt;/version&gt;
-      &lt;/dependency&gt;
-      &lt;dependency&gt;
-        &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
-        &lt;artifactId&gt;wro4j-extensions&lt;/artifactId&gt;
-        &lt;version&gt;${wro4j.version}&lt;/version&gt;
-        &lt;exclusions&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;javax.servlet&lt;/groupId&gt;
-              &lt;artifactId&gt;servlet-api&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
-              &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;commons-io&lt;/groupId&gt;
-              &lt;artifactId&gt;commons-io&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;commons-pool&lt;/groupId&gt;
-              &lt;artifactId&gt;commons-pool&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.springframework&lt;/groupId&gt;
-              &lt;artifactId&gt;spring-web&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;com.google.code.gson&lt;/groupId&gt;
-              &lt;artifactId&gt;gson&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;com.google.javascript&lt;/groupId&gt;
-              &lt;artifactId&gt;closure-compiler&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;com.github.lltyk&lt;/groupId&gt;
-              &lt;artifactId&gt;dojo-shrinksafe&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.jruby&lt;/groupId&gt;
-              &lt;artifactId&gt;jruby-core&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-            &lt;groupId&gt;org.jruby&lt;/groupId&gt;
-            &lt;artifactId&gt;jruby-stdlib&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.jruby&lt;/groupId&gt;
-              &lt;artifactId&gt;jruby-stdlib&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;me.n4u.sass&lt;/groupId&gt;
-              &lt;artifactId&gt;sass-gems&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;nz.co.edmi&lt;/groupId&gt;
-              &lt;artifactId&gt;bourbon-gem-jar&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.codehaus.gmaven.runtime&lt;/groupId&gt;
-              &lt;artifactId&gt;gmaven-runtime-1.7&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;jshint&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;less&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;emberjs&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;handlebars&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;coffee-script&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;jslint&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;json2&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-          &lt;exclusion&gt;
-              &lt;groupId&gt;org.webjars&lt;/groupId&gt;
-              &lt;artifactId&gt;jquery&lt;/artifactId&gt;
-          &lt;/exclusion&gt;
-        &lt;/exclusions&gt;
-      &lt;/dependency&gt;
-    &lt;/dependencies&gt;
-  &lt;/plugin&gt;
-  </code>
-          </pre>
-          <p>The dependencies to <strong>wro4j-core</strong> and <strong>wro4j-extensions</strong> are needed by jetty, to be able to enable the filter defined below. Unfortunatly, one of the transitive dependencies of <code>wro4j-extensions</code> triggers an uggly error when running the jetty-maven-plugin. Therefore, all unneeded dependencies of <code>wro4j-extensions</code> are excluded, as a workaround for this error/bug.</p>
-          <h2>jetty-web.xml</h2>
-          <p>And my jetty-web.xml looks like this:</p>
-          <pre class="prettyprint linenums">
-  <code class="xml">
-  &lt;?xml version="1.0" encoding="UTF-8"?&gt;
-  &lt;web-app xmlns="http://java.sun.com/xml/ns/javaee"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
-    version="2.5"&gt;
-    &lt;filter&gt;
-      &lt;filter-name&gt;wro&lt;/filter-name&gt;
-      &lt;filter-class&gt;ro.isdc.wro.http.WroFilter&lt;/filter-class&gt;
-    &lt;/filter&gt;
-    &lt;filter-mapping&gt;
-      &lt;filter-name&gt;wro&lt;/filter-name&gt;
-      &lt;url-pattern&gt;*.css&lt;/url-pattern&gt;
-    &lt;/filter-mapping&gt;
-  &lt;/web-app&gt;
-  </code>
-          </pre>
-          <p>The filter processes any URI&#8217;s that end with <code>.css</code>. This way, the wro4j servlet-filter makes <code>base.css</code> available under any path, because for exampl <code>/base.css</code>, <code>/css/base.css</code> and <code>/foo/bar/base.css</code> all end with <code>.css</code>.</p>
-          <p>This is all, that is needed to develop with dynamically reloadable compiled LESS-resources. Just fire up your browser and browse to <code>/what/you/like/base.css</code>. (But do not forget to put some LESS-files in <code>src/main/webapp/less/base/</code> first!)</p>
-          <h2>Step 3: Install wro4j-maven-plugin</h2>
-          <p>All that is left over to configure now, is the build-process. If you would build and deploy your webapp now, the CSS-file <code>base.css</code> would not be generated and the link to your stylesheet, that already works in our jetty-maven-plugin environment would point to a 404. Hence, we need to set up the <strong>wro4j-maven-plugin</strong>. I am using this configuration:</p>
-          <pre class="prettyprint linenums">
-  <code class="xml">
-  &lt;plugin&gt;
-    &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
-    &lt;artifactId&gt;wro4j-maven-plugin&lt;/artifactId&gt;
-    &lt;version&gt;${wro4j.version}&lt;/version&gt;
-    &lt;configuration&gt;
-      &lt;wroManagerFactory&gt;ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory&lt;/wroManagerFactory&gt;
-      &lt;cssDestinationFolder&gt;${project.build.directory}/${project.build.finalName}/css/&lt;/cssDestinationFolder&gt;
-    &lt;/configuration&gt;
-    &lt;executions&gt;
-      &lt;execution&gt;
-        &lt;phase&gt;package&lt;/phase&gt;
-        &lt;goals&gt;
-          &lt;goal&gt;run&lt;/goal&gt;
-        &lt;/goals&gt;
-      &lt;/execution&gt;
-    &lt;/executions&gt;
-  &lt;/plugin&gt;
-  </code>
-          </pre>
-          <p>I connected the <code>run</code>-goal with the <code>package</code>-phase, because the statically compiled CSS-file is needed only in the final war. The <code>ConfigurableWroManagerFactory</code> tells wro4j, that it should look up further configuration options in our <code>wro.properties</code>-file, where we tell wro4j, that it should compile our LESS-resources. The <code>&lt;cssDestinationFolder&gt;</code>-tag tells wro4j, where it should put the generated CSS-file. You can adjust that to suite your needs.</p>
-          <p>That&#8217;s it: now the same CSS-file, which is created on the fly by the wro4j servlet-filter when using <code>mvn jetty:run</code> and, thus, enables dynamic reloading of our LESS-resources, is generated during the build-process by the wro4j-maven-plugin.</p>
-          <h2>Cleanup and further considerations</h2>
-          <h3>lesscss-maven-plugin</h3>
-          <p>If you already compile your LESS-resources with the lesscss-maven-plugin, you can stick with it and skip step 3. But I strongly recommend giving wro4j-maven-plugin a try, because it is a much more powerfull tool, that can speed up your final webapp even more.</p>
-          <h3>Clean up your mess </h3>
-          <p>With a configuration like the above one, your LESS-resources and wro4j-configuration-files will be packed into your production-war. That might be confusing later, because neither wro4j nor LESS is used in the final war. You can add the following to your <code>pom.xml</code> to exclude these files from your war for the sake of clarity:</p>
-          <pre class="prettyprint linenums">
-  <code class="xml">
-  &lt;plugin&gt;
-    &lt;artifactId&gt;maven-war-plugin&lt;/artifactId&gt;
-    &lt;configuration&gt;
-      &lt;warSourceExcludes&gt;
-        WEB-INF/wro.*,
-        less/**
-      &lt;/warSourceExcludes&gt;
-    &lt;/configuration&gt;
-  &lt;/plugin&gt;
-  </code>
-          </pre>
-          <h3>What&#8217;s next?</h3>
-          <p>We only scrached the surface, of what can be done with wro4j. Based on this configuration, you can easily enable additional features to fine-tune your final build for maximum speed. You really should take a look at the <a href="https://code.google.com/p/wro4j/wiki/AvailableProcessors" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-article', 'http://code.google.com']);" title="Available Processors">list of available Processors</a>!</p>
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          This entry was posted in <a href="http://juplo.de/category/jetty/" title="View all posts in Jetty" rel="category tag">Jetty</a>, <a href="http://juplo.de/category/less/" title="View all posts in less" rel="category tag">less</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>, <a href="http://juplo.de/category/wro4j/" title="View all posts in wro4j" rel="category tag">wro4j</a>. Bookmark the <a href="http://juplo.de/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="Permalink to Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources" rel="bookmark">permalink</a>. 
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-140 -->
-      <!-- You can start editing here. -->
-      <!-- If comments are open, but there are no comments. -->
-      <div id="respond">
-        <h3>Leave a Reply</h3>
-        <div id="cancel-comment-reply">
-          <small><a rel="nofollow" id="cancel-comment-reply-link" href="/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/#respond" style="display:none;">Click here to cancel reply.</a></small>
-        </div>
-        <form action="http://juplo.de/wp-comments-post.php" method="post" id="commentform">
-          <p>Logged in as <a href="http://juplo.de/wp-admin/profile.php">Kai Moritz</a>. <a href="http://juplo.de/wp-login.php?action=logout&amp;redirect_to=http%3A%2F%2Fjuplo.de%2Fcombining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources%2F&amp;_wpnonce=09e5cb501d" title="Log out of this account">Log out &raquo;</a></p>
-          <!--<p><small><strong>XHTML:</strong> You can use these tags: <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></small></p>-->
-          <p><textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea></p>
-          <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
-            <input type='hidden' name='comment_post_ID' value='140' id='comment_post_ID' />
-            <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
-          </p>
-          <input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="2096655c89" /><script>(function() {
-      if (window === window.parent) {
-        document.getElementById('_wp_unfiltered_html_comment_disabled').name = '_wp_unfiltered_html_comment';
-      }
-    })();</script>
-          <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="f31e001227" /></p>
-        </form>
-      </div>
-    </article>
-    <aside layout:fragment="marginalcontent">
-      <div id="secondary" class="widget-area" role="complementary">
-        <aside id="archives" class="widget">
-          <h1 class="widget-title">Archives</h1>
-          <ul>
-            <li><a href='http://juplo.de/2013/10/' title='October 2013'>October 2013</a></li>
-            <li><a href='http://juplo.de/2013/08/' title='August 2013'>August 2013</a></li>
-            <li><a href='http://juplo.de/2013/01/' title='January 2013'>January 2013</a></li>
-            <li><a href='http://juplo.de/2012/11/' title='November 2012'>November 2012</a></li>
-          </ul>
-        </aside>
-        <aside id="categories" class="widget">
-          <h1 class="widget-title">Most Used Categories</h1>
-          <ul>
-            <li class="cat-item cat-item-4"><a href="http://juplo.de/category/java/" title="View all posts filed under Java">Java</a> (6)</li>
-            <li class="cat-item cat-item-6"><a href="http://juplo.de/category/hibernate/" title="View all posts filed under Hibernate">Hibernate</a> (5)</li>
-            <li class="cat-item cat-item-8"><a href="http://juplo.de/category/maven/" title="View all posts filed under Maven">Maven</a> (5)</li>
-            <li class="cat-item cat-item-9"><a href="http://juplo.de/category/jpa/" title="View all posts filed under JPA">JPA</a> (1)</li>
-            <li class="cat-item cat-item-10"><a href="http://juplo.de/category/appengine/" title="View all posts filed under appengine">appengine</a> (1)</li>
-            <li class="cat-item cat-item-11"><a href="http://juplo.de/category/oauth2/" title="View all posts filed under oauth2">oauth2</a> (1)</li>
-          </ul>
-        </aside>
-        <aside id="search" class="widget widget_search">
-          <h1 class="widget-title">Search</h1>
-          <form role="search" method="get" id="searchform" class="searchform" action="http://juplo.de/">
-            <div>
-              <label class="screen-reader-text" for="s">Search for:</label>
-              <input type="text" value="" name="s" id="s" />
-              <input type="submit" id="searchsubmit" value="Search" />
-            </div>
-          </form>
-        </aside>
-      </div><!-- #secondary .widget-area -->
-      <div id="tertiary" class="widget-area" role="supplementary">
-      </div><!-- #tertiary .widget-area -->
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/blog/comments.html b/src/main/webapp/thymeleaf/blog/comments.html
deleted file mode 100644 (file)
index 73b340a..0000000
+++ /dev/null
@@ -1,498 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>juplo - blog - hibernate4-maven-plugin</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><strong class="b">Blog</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><strong class="m">Blog</strong></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <article id="post-34" class="post-34 post type-post status-publish format-standard hentry category-hibernate category-java category-maven">
-        <div class="entry-header">
-          <h1 class="entry-title">hibernate4-maven-plugin</h1>
-          <div class="entry-meta">
-            Posted on <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="19:29" rel="bookmark"><time class="entry-date" datetime="2012-11-28T19:29:12+00:00">November 28, 2012</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="http://juplo.de/author/kai/" title="View all posts by Kai Moritz" rel="author">Kai Moritz</a></span></span>
-          </div><!-- .entry-meta -->
-        </div><!-- .entry-header -->
-        <div class="entry-content">
-          <h2>A simple Plugin for generating a Database-Schema from Hibernate 4 Mapping-Annotations</h2>
-          <p>
-            Hibernate comes with the buildin functionality, to automatically create or update the database schema. This functionality is configured in the session-configuraton via the parameter <code>hbm2ddl.auto</code> (see <a href="http://docs.jboss.org/hibernate/orm/4.1/manual/en-US/html_single/#configuration-optional" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://docs.jboss.org']);">Hibernate Reference Documentation &#8211; Chapter 3.4. Optional configuration properties</a>). But doing so <a href="http://stackoverflow.com/questions/221379/hibernate-hbm2ddl-auto-update-in-production" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://stackoverflow.com']);">is not very wise</a>, because you can easily corrupt or erase your production database, if this configuration parameter slips through to your production environment.
-          </p>
-          <p>
-            Alternatively, you can <a href="http://stackoverflow.com/questions/835961/how-to-creata-database-schema-using-hibernate" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://stackoverflow.com']);">run the tools <strong>SchemaExport</strong> or <strong>SchemaUpdate</strong> by hand</a>. But that is not very comfortable and being used to maven you will quickly long for a plugin, that does that job automatically for you, when you fire up your test cases.
-          </p>
-          <p>In the good old times, there was the <a href="http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://mojo.codehaus.org']);">Maven Hibernate3 Plugin</a>, that does this for you. But unfortunatly, this plugin is not compatible with Hibernate 4.x. Since there does not seem to be any successor for the Maven Hibernate3 Plugin and <a href="http://www.google.de/search?q=hibernate4+maven+plugin" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.google.de']);">googeling</a> does not help, I decided to write up this simple plugin (inspired by these two articles I found: <a href="http://www.tikalk.com/alm/blog/schema-export-hibernate-4-and-maven" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.tikalk.com']);">Schema Export with Hibernate 4 and Maven</a> and <a href="http://doingenterprise.blogspot.de/2012/05/schema-generation-with-hibernate-4-jpa.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://doingenterprise.blogspot.de']);">Schema generation with Hibernate 4, JPA and Maven</a>).
-          </p>
-          <p>
-            I hope, the resulting simple to use buletproof <a href="/hibernate4-maven-plugin/">hibernate4-maven-plugin</a> is usefull!
-          </p>
-          <p>
-            <strong><a href="/hibernate4-maven-plugin/">Try it out now!</a></strong></p>
-        </div><!-- .entry-content -->
-        <footer class="entry-meta">
-          This entry was posted in <a href="http://juplo.de/category/hibernate/" title="View all posts in Hibernate" rel="category tag">Hibernate</a>, <a href="http://juplo.de/category/java/" title="View all posts in Java" rel="category tag">Java</a>, <a href="http://juplo.de/category/maven/" title="View all posts in Maven" rel="category tag">Maven</a>. Bookmark the <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="Permalink to hibernate4-maven-plugin" rel="bookmark">permalink</a>. 
-        </footer><!-- .entry-meta -->
-      </article><!-- #post-34 -->
-      <!-- You can start editing here. -->
-      <h3 id="comments">15 Responses to &#8220;hibernate4-maven-plugin&#8221;</h3>
-      <div class="navigation">
-        <div class="alignleft"></div>
-        <div class="alignright"></div>
-      </div>
-      <ol class="commentlist">
-        <li class="comment even thread-even depth-1 parent" id="comment-556">
-          <div id="div-comment-556" class="comment-body">
-            <div class="comment-author vcard">
-              <cite class="fn">Jukes</cite> <span class="says">says:</span>
-            </div>
-            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-556">
-                November 7, 2013 at 23:18</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=556" title="Edit comment">(Edit)</a>
-            </div>
-            <p>
-              Hi thanks a lot for making this plugin available, great work!!<br />
-              I have a problem generating postgres schema. Looks like the plugin ignores the data type when adding default values and that yields a syntax error from Postgres. Or maybe I&#8217;m doing something wrong. I&#8217;m using version 1.0.3.</p>
-            <p>For example I have in java:</p>
-            <p>
-              @Column(name = &#8220;financialEnabled&#8221;, nullable = false, columnDefinition = &#8220;default TRUE&#8221;)<br />
-              private boolean financialEnabled;
-            </p>
-            <p>
-              Generated SQL is:<br />
-              financialEnabled default TRUE not null,
-            </p>
-            <p>As you can see the data type boolean is not translated to the SQL script. Thanks a lot for your help.</p>
-            <div class="reply">
-              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=556#respond' onclick='return addComment.moveForm("div-comment-556", "556", "respond", "34")'>Reply</a>
-            </div>
-          </div>
-          <ul class="children">
-            <li class="comment byuser comment-author-kai bypostauthor odd alt depth-2" id="comment-567">
-              <div id="div-comment-567" class="comment-body">
-                <div class="comment-author vcard">
-                  <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>
-                </div>
-                <div class="comment-meta commentmetadata">
-                  <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-567">
-                    November 11, 2013 at 13:09</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=567" title="Edit comment">(Edit)
-                  </a>
-                </div>
-                <p>
-                  This plugin is only a tool to automate the generation of the SQL in your development-environment.<br />
-                  Questions on how to anotate your code correctly are better asked in a user-forum from hibernate or such.</p>
-                <p>
-                  Nevertheless, I think I can give you a usefull hint:<br />
-                  You are overwriting the automatically generated column-definition with &#8220;default TRUE&#8221;.<br />
-                  Try it with</p>
-                <p>
-                  @Column(name = “financialEnabled”, nullable = false)<br />
-                  private boolean financialEnabled;</p>
-                <div class="reply">
-                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=567#respond' onclick='return addComment.moveForm("div-comment-567", "567", "respond", "34")'>Reply</a>
-                </div>
-              </div>
-            </li><!-- #comment-## -->
-          </ul><!-- .children -->
-        </li><!-- #comment-## -->
-        <li class="comment even thread-odd thread-alt depth-1 parent" id="comment-390">
-          <div id="div-comment-390" class="comment-body">
-            <div class="comment-author vcard">
-              <cite class="fn">Milios</cite> <span class="says">says:</span>
-            </div>
-            <div class="comment-meta commentmetadata">
-              <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-390">
-                October 10, 2013 at 15:02
-              </a>
-              &nbsp;&nbsp;
-              <a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=390" title="Edit comment">(Edit)</a>
-            </div>
-            <p>Hi,</p>
-            <p>
-              looks like a very nice plugin. Unfortunately, part of our entities are in other modules/dependencies.<br />
-              Do you plan to add the possibility to scan also for dependencies of the project or at least of the plugin?</p>
-            <p>Also, when I only want to generate the SQL and use the following configuration, I got nothing.</p>
-            <p>Config:</p>
-            <p>
-              de.juplo<br />
-              hibernate4-maven-plugin<br />
-              1.0.2</p>
-            <p>
-              true<br />
-              SCRIPT<br />
-              NONE<br />
-              com.deutscheboerse.hibernate.PostgreSQLDialect<br />
-              ${project.build.directory}/hibernate4/cmm-schema.sql</p>
-            <p>
-              com.deutscheboerse.energy<br />
-              energy-commons-hibernate<br />
-              ${commons.hibernate.version}</p>
-            <p>
-              org.springframework.security<br />
-              spring-security-core<br />
-              ${spring.security.version}</p>
-            <p>
-              org.slf4j<br />
-              slf4j-log4j12<br />
-              ${slf4j.version}</p>
-            <p>
-              Output:<br />
-              mvn hibernate4:export -e<br />
-              [INFO] Error stacktraces are turned on.<br />
-              [INFO] Scanning for projects&#8230;<br />
-              [INFO]<br />
-              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
-              [INFO] Building CMM WAR 1.0.0-RC5-SNAPSHOT<br />
-              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
-              [INFO]<br />
-              [INFO] &#8212; hibernate4-maven-plugin:1.0.2:export (default-cli) @ cmm-war &#8212;<br />
-              [INFO] Scanning directory D:\_dev\work\ii\src\cmm\trunk\cmm-war\target\classes f<br />
-              [INFO] No hibernate-properties-file found! (Checked path: D:\_dev\work\ii\src\cm<br />
-              [INFO] Gathered hibernate-configuration (turn on debugging for details):<br />
-              [INFO]   hibernate.dialect = com.deutscheboerse.hibernate.PostgreSQLDialect<br />
-              [INFO] HHH000400: Using dialect: com.deutscheboerse.hibernate.PostgreSQLDialect<br />
-              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
-              [INFO] BUILD SUCCESS<br />
-              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
-              [INFO] Total time: 10.932s<br />
-              [INFO] Finished at: Thu Oct 10 12:51:05 UTC 2013<br />
-              [INFO] Final Memory: 9M/23M<br />
-              [INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
-            <p>
-              Thanks for any help,<br />
-              Milos.
-            </p>
-            <div class="reply">
-              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=390#respond' onclick='return addComment.moveForm("div-comment-390", "390", "respond", "34")'>Reply</a>
-            </div>
-          </div>
-          <ul class="children">
-            <li class="comment byuser comment-author-kai bypostauthor odd alt depth-2 parent" id="comment-391">
-              <div id="div-comment-391" class="comment-body">
-                <div class="comment-author vcard">
-                  <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>
-                </div>
-                <div class="comment-meta commentmetadata">
-                  <a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-391">
-                    October 10, 2013 at 22:19
-                  </a>
-                  &nbsp;&nbsp;
-                  <a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=391" title="Edit comment">(Edit)</a>                </div>
-                <p>
-                  Yes, I am working on the possibility, to scan for annotations in dependencies.<br />
-                  Unfortunatly, I have no example-project for this use-case by hand.<br />
-                  It would help a lot, if you could provide a sample-project on github or such.
-                </p>
-                <p>Greetings kai</p>
-                <div class="reply">
-                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=391#respond' onclick='return addComment.moveForm("div-comment-391", "391", "respond", "34")'>Reply</a>
-                </div>
-              </div>
-              <ul class="children">
-                <li class="comment byuser comment-author-kai bypostauthor even depth-3" id="comment-568">
-                  <div id="div-comment-568" class="comment-body">
-                    <div class="comment-author vcard">
-                      <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>
-                    </div>
-                    <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-568">
-                        November 11, 2013 at 13:11</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=568" title="Edit comment">(Edit)</a>                </div>
-  
-                    <p>Version 1.0.3 of the plugin can now scan for annotations in the dependencies, too.</p>
-  
-                    <div class="reply">
-                      <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=568#respond' onclick='return addComment.moveForm("div-comment-568", "568", "respond", "34")'>Reply</a>            </div>
-                  </div>
-                </li><!-- #comment-## -->
-              </ul><!-- .children -->
-            </li><!-- #comment-## -->
-          </ul><!-- .children -->
-        </li><!-- #comment-## -->
-        <li class="comment odd alt thread-even depth-1" id="comment-286">
-          <div id="div-comment-286" class="comment-body">
-            <div class="comment-author vcard">
-              <cite class="fn">Pedro</cite> <span class="says">says:</span>            </div>
-  
-            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-286">
-                August 7, 2013 at 18:54</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=286" title="Edit comment">(Edit)</a>           </div>
-  
-            <p>Following my previous question, here is the debug info</p>
-            <p>[DEBUG] Dependency: /Users/pmarques/.m2/repository/org/springframework/security/spring-security-acl/3.1.4.RELEASE/spring-security-acl-3.1.4.RELEASE.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/atomikos-util/3.6.5/atomikos-util-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-api/3.6.5/transactions-api-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/javax/transaction/transaction-api/1.1/transaction-api-1.1.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jdbc-deprecated/3.6.5/transactions-jdbc-deprecated-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jdbc/3.6.5/transactions-jdbc-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jta/3.6.5/transactions-jta-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions/3.6.5/transactions-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.0.1B_spec/1.0.1/geronimo-jta_1.0.1B_spec-1.0.1.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jms-deprecated/3.6.5/transactions-jms-deprecated-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-jms/3.6.5/transactions-jms-3.6.5.jar<br />
-              [DEBUG] Dependency: /Users/pmarques/.m2/repository/com/atomikos/transactions-hibernate3/3.6.5/transactions-hibernate3-3.6.5.jar<br />
-              [INFO] Scanning directory /target/classes for annotated classes&#8230;</p>
-  
-            <div class="reply">
-              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=286#respond' onclick='return addComment.moveForm("div-comment-286", "286", "respond", "34")'>Reply</a>            </div>
-          </div>
-        </li><!-- #comment-## -->
-        <li class="comment even thread-odd thread-alt depth-1 parent" id="comment-285">
-          <div id="div-comment-285" class="comment-body">
-            <div class="comment-author vcard">
-              <cite class="fn">Pedro</cite> <span class="says">says:</span>            </div>
-  
-            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-285">
-                August 7, 2013 at 18:49</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=285" title="Edit comment">(Edit)</a>           </div>
-  
-            <p>Hi,</p>
-            <p>I have the following problem.<br />
-              The project that I use to test (and use the plugin) has the annotated classes as a dependency.<br />
-              I am getting the error:<br />
-              No annotated classes found in directory /target/classes</p>
-            <p>Shouldn&#8217;t the plugin scan all the dependencies also?</p>
-            <p>Thanks,<br />
-              Pedro.</p>
-  
-            <div class="reply">
-              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=285#respond' onclick='return addComment.moveForm("div-comment-285", "285", "respond", "34")'>Reply</a>            </div>
-          </div>
-          <ul class="children">
-            <li class="comment byuser comment-author-kai bypostauthor odd alt depth-2 parent" id="comment-287">
-              <div id="div-comment-287" class="comment-body">
-                <div class="comment-author vcard">
-                  <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>               </div>
-  
-                <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-287">
-                    August 7, 2013 at 19:12</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=287" title="Edit comment">(Edit)</a>               </div>
-  
-                <p>Hi Pedro,</p>
-                <p>I think, that your observation is right.<br />
-                  But otherwise, dependencies should only be scanned if requested, because automatic scanning of the dependencies might lead to errors in other situations.</p>
-                <p>If you can make your project available to me (for example via github, or simply by mailing zipped version), I would add a configuration-parameter to enable/disable dependency-scanning and upload the refined plugin to central.</p>
-                <p>Regards,</p>
-                <p>Kai Moritz</p>
-  
-                <div class="reply">
-                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=287#respond' onclick='return addComment.moveForm("div-comment-287", "287", "respond", "34")'>Reply</a>                </div>
-              </div>
-              <ul class="children">
-                <li class="comment byuser comment-author-kai bypostauthor even depth-3" id="comment-426">
-                  <div id="div-comment-426" class="comment-body">
-                    <div class="comment-author vcard">
-                      <cite class="fn"><a href="http://juplo.de"   rel='external nofollow' class='url'>Kai Moritz</a></cite> <span class="says">says:</span>           </div>
-  
-                    <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-426">
-                        October 18, 2013 at 02:52</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=426" title="Edit comment">(Edit)</a>         </div>
-  
-                    <p>The <a href="/hibernate4-maven-plugin-1-0-3-released/" title="Open the release-notes" rel="nofollow">new version 1.0.3</a> of the plugin adds support for annotated classes in dependencies!</p>
-  
-                    <div class="reply">
-                      <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=426#respond' onclick='return addComment.moveForm("div-comment-426", "426", "respond", "34")'>Reply</a>            </div>
-                  </div>
-                </li><!-- #comment-## -->
-              </ul><!-- .children -->
-            </li><!-- #comment-## -->
-          </ul><!-- .children -->
-        </li><!-- #comment-## -->
-        <li class="comment odd alt thread-even depth-1 parent" id="comment-276">
-          <div id="div-comment-276" class="comment-body">
-            <div class="comment-author vcard">
-              <cite class="fn"><a href="http://bidlogix.com" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-commentauthor', 'http://bidlogix.com']);"  rel='external nofollow' class='url'>mike</a></cite> <span class="says">says:</span>            </div>
-  
-            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-276">
-                July 30, 2013 at 12:57</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=276" title="Edit comment">(Edit)</a>            </div>
-  
-            <p>Hello,</p>
-            <p>I&#8217;m upgrading from hibernate3 to to hibernate4 and have moved from the hibernate3-maven-plugin to this version. I haven&#8217;t undertaken (and don&#8217;t want to just yet) the big job of changing my hbm mapping files to annotations.</p>
-            <p>As far as I can see this is a show stopper for using your nice plugin. Can you please confirm if this is the case and whether you are planning to add support for scanning for hbm files?</p>
-            <p>Many thanks,</p>
-            <p>Mike Cohen.</p>
-  
-            <div class="reply">
-              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=276#respond' onclick='return addComment.moveForm("div-comment-276", "276", "respond", "34")'>Reply</a>            </div>
-          </div>
-          <ul class="children">
-            <li class="comment byuser comment-author-tortenheber even depth-2" id="comment-277">
-              <div id="div-comment-277" class="comment-body">
-                <div class="comment-author vcard">
-                  <cite class="fn">tortenheber</cite> <span class="says">says:</span>          </div>
-  
-                <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-277">
-                    July 31, 2013 at 23:18</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=277" title="Edit comment">(Edit)</a>                </div>
-  
-                <p>Hello Mike,</p>
-                <p>I added the requested feature in the SNAPSHOT-version.<br />
-                  It would be nice, if you could test, if the new feature works, because I have no example project by hand, that still uses hibernate-mapping via XML.</p>
-                <p>You can download an actual build here:</p>
-                <p><a href="https://oss.sonatype.org/content/repositories/snapshots//de/juplo/hibernate4-maven-plugin/1.0.2-SNAPSHOT/" onclick="javascript:_gaq.push(['_trackEvent', 'outbound-comment', 'http://oss.sonatype.org']);" rel="nofollow">https://oss.sonatype.org/content/repositories/snapshots//de/juplo/hibernate4-maven-plugin/1.0.2-SNAPSHOT/</a></p>
-                <p>or build it by yourself from the sources.<br />
-                  The feature is documented here:</p>
-                <p><a href="http://juplo.de/hibernate4-maven-plugin-1.0.2-SNAPSHOT/export-mojo.html"  rel="nofollow">http://juplo.de/hibernate4-maven-plugin-1.0.2-SNAPSHOT/export-mojo.html</a></p>
-                <p>Best regards</p>
-                <p>kai</p>
-  
-                <div class="reply">
-                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=277#respond' onclick='return addComment.moveForm("div-comment-277", "277", "respond", "34")'>Reply</a>                </div>
-              </div>
-            </li><!-- #comment-## -->
-          </ul><!-- .children -->
-        </li><!-- #comment-## -->
-        <li class="comment odd alt thread-odd thread-alt depth-1 parent" id="comment-50">
-          <div id="div-comment-50" class="comment-body">
-            <div class="comment-author vcard">
-              <cite class="fn">Victor</cite> <span class="says">says:</span>           </div>
-  
-            <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-50">
-                February 22, 2013 at 15:28</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=50" title="Edit comment">(Edit)</a>         </div>
-  
-            <p>Hey I have modified your code to support envers and generate auditing tables, if you want I can send you a patch. Thanks!</p>
-  
-            <div class="reply">
-              <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=50#respond' onclick='return addComment.moveForm("div-comment-50", "50", "respond", "34")'>Reply</a>               </div>
-          </div>
-          <ul class="children">
-            <li class="comment even depth-2 parent" id="comment-51">
-              <div id="div-comment-51" class="comment-body">
-                <div class="comment-author vcard">
-                  <cite class="fn">admin</cite> <span class="says">says:</span>                </div>
-  
-                <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-51">
-                    February 22, 2013 at 19:54</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=51" title="Edit comment">(Edit)</a>             </div>
-  
-                <p>Your welcom.<br />
-                  Send it!</p>
-  
-                <div class="reply">
-                  <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=51#respond' onclick='return addComment.moveForm("div-comment-51", "51", "respond", "34")'>Reply</a>           </div>
-              </div>
-              <ul class="children">
-                <li class="comment odd alt depth-3 parent" id="comment-54">
-                  <div id="div-comment-54" class="comment-body">
-                    <div class="comment-author vcard">
-                      <cite class="fn">Victor</cite> <span class="says">says:</span>           </div>
-  
-                    <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-54">
-                        February 25, 2013 at 15:28</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=54" title="Edit comment">(Edit)</a>         </div>
-  
-                    <p>Where to? Is there a github repo?</p>
-  
-                    <div class="reply">
-                      <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=54#respond' onclick='return addComment.moveForm("div-comment-54", "54", "respond", "34")'>Reply</a>               </div>
-                  </div>
-                  <ul class="children">
-                    <li class="comment even depth-4" id="comment-55">
-                      <div id="div-comment-55" class="comment-body">
-                        <div class="comment-author vcard">
-                          <cite class="fn">admin</cite> <span class="says">says:</span>                </div>
-  
-                        <div class="comment-meta commentmetadata"><a href="http://juplo.de/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#comment-55">
-                            February 25, 2013 at 20:05</a>&nbsp;&nbsp;<a class="comment-edit-link" href="http://juplo.de/wp-admin/comment.php?action=editcomment&amp;c=55" title="Edit comment">(Edit)</a>             </div>
-  
-                        <p>There is a private git-Repository.<br />
-                          <a href="http://juplo.de/hibernate4-maven-plugin/source-repository.html"  rel="nofollow">Check the project-documentation!</a></p>
-                        <p>You can <a href="http://juplo.de/hibernate4-maven-plugin/team-list.html"  rel="nofollow">send me</a> a patch or a pull-request to <a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
-  
-                        <div class="reply">
-                          <a class='comment-reply-link' href='/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/?replytocom=55#respond' onclick='return addComment.moveForm("div-comment-55", "55", "respond", "34")'>Reply</a>           </div>
-                      </div>
-                    </li><!-- #comment-## -->
-                  </ul><!-- .children -->
-                </li><!-- #comment-## -->
-              </ul><!-- .children -->
-            </li><!-- #comment-## -->
-          </ul><!-- .children -->
-        </li><!-- #comment-## -->
-      </ol>
-  
-      <div class="navigation">
-        <div class="alignleft"></div>
-        <div class="alignright"></div>
-      </div>
-  
-  
-      <div id="respond">
-  
-        <h3>Leave a Reply</h3>
-  
-        <div id="cancel-comment-reply">
-          <small><a rel="nofollow" id="cancel-comment-reply-link" href="/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/#respond" style="display:none;">Click here to cancel reply.</a></small>
-        </div>
-  
-  
-        <form action="http://juplo.de/wp-comments-post.php" method="post" id="commentform">
-  
-  
-          <p>Logged in as <a href="http://juplo.de/wp-admin/profile.php">Kai Moritz</a>. <a href="http://juplo.de/wp-login.php?action=logout&amp;redirect_to=http%3A%2F%2Fjuplo.de%2Fhibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations%2F&amp;_wpnonce=09e5cb501d" title="Log out of this account">Log out &raquo;</a></p>
-  
-  
-          <!--<p><small><strong>XHTML:</strong> You can use these tags: <code>&lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </code></small></p>-->
-  
-          <p><textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea></p>
-  
-          <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
-            <input type='hidden' name='comment_post_ID' value='34' id='comment_post_ID' />
-            <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
-          </p>
-          <input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="2cfe5768bb" /><script>(function() {
-      if (window === window.parent) {
-        document.getElementById('_wp_unfiltered_html_comment_disabled').name = '_wp_unfiltered_html_comment';
-      }
-    })();</script>
-          <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="18eb674233" /></p>
-        </form>
-      </div>
-    </article>
-    <aside layout:fragment="marginalcontent">
-      <div id="secondary" class="widget-area" role="complementary">
-        <aside id="archives" class="widget">
-          <h1 class="widget-title">Archives</h1>
-          <ul>
-            <li><a href='http://juplo.de/2013/10/' title='October 2013'>October 2013</a></li>
-            <li><a href='http://juplo.de/2013/08/' title='August 2013'>August 2013</a></li>
-            <li><a href='http://juplo.de/2013/01/' title='January 2013'>January 2013</a></li>
-            <li><a href='http://juplo.de/2012/11/' title='November 2012'>November 2012</a></li>
-          </ul>
-        </aside>
-        <aside id="categories" class="widget">
-          <h1 class="widget-title">Most Used Categories</h1>
-          <ul>
-            <li class="cat-item cat-item-4"><a href="http://juplo.de/category/java/" title="View all posts filed under Java">Java</a> (6)</li>
-            <li class="cat-item cat-item-6"><a href="http://juplo.de/category/hibernate/" title="View all posts filed under Hibernate">Hibernate</a> (5)</li>
-            <li class="cat-item cat-item-8"><a href="http://juplo.de/category/maven/" title="View all posts filed under Maven">Maven</a> (5)</li>
-            <li class="cat-item cat-item-9"><a href="http://juplo.de/category/jpa/" title="View all posts filed under JPA">JPA</a> (1)</li>
-            <li class="cat-item cat-item-10"><a href="http://juplo.de/category/appengine/" title="View all posts filed under appengine">appengine</a> (1)</li>
-            <li class="cat-item cat-item-11"><a href="http://juplo.de/category/oauth2/" title="View all posts filed under oauth2">oauth2</a> (1)</li>
-          </ul>
-        </aside>
-        <aside id="search" class="widget widget_search">
-          <h1 class="widget-title">Search</h1>
-          <form role="search" method="get" id="searchform" class="searchform" action="http://juplo.de/">
-            <div>
-              <label class="screen-reader-text" for="s">Search for:</label>
-              <input type="text" value="" name="s" id="s" />
-              <input type="submit" id="searchsubmit" value="Search" />
-            </div>
-          </form>
-        </aside>
-      </div><!-- #secondary .widget-area -->
-      <div id="tertiary" class="widget-area" role="supplementary">
-      </div><!-- #tertiary .widget-area -->
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/contact.html b/src/main/webapp/thymeleaf/contact.html
deleted file mode 100644 (file)
index 7faea16..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Contact</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
-      <li class="b"><strong class="b">Contact</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
-      <ul id="submenu">
-        <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
-        <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
-        <li class="s"><strong class="s">Contact</strong></li>
-      </ul>
-    </nav>
-    <div id="content" class="main pack cf" layout:fragment="maincontent">
-      <div class="pack">
-        <div class="p left">
-          <img class="p" src="../img/kai-moritz.jpg" th:src="@{/img/kai-moritz.jpg}" alt="Portrait"/>
-        </div>
-        <article class="p right">
-          <header><h1>Contact</h1></header>
-          <h2>Address</h2>
-          <p>
-            Kai Moritz<br />
-            Zumsandestr. 29a<br />
-            48145 Münster
-          </p>
-          <h2>Email</h2>
-          <p><a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
-          <h2>Phone</h2>
-          <p>+49 (0) 176 20 50 47 47</p>
-          <h2>Networking</h2>
-          <ul>
-            <li><a href="https://www.google.com/+KaiMoritz" title="Google+">www.google.com/+KaiMoritz</a></li>
-            <li><a href="https://www.xing.com/profile/Kai_Moritz" title="Xing">www.xing.com/profile/Kai_Moritz</a></li>
-          </ul>
-          <!--
-          <h2>About Me</h2>
-          <h2><em>Übersetzung?!?</em> Jobportale</h2>
-          -->
-        </article>
-      </div>
-    </div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/datenschutz.html b/src/main/webapp/thymeleaf/datenschutz.html
deleted file mode 100644 (file)
index 5b662e9..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Datenschutz</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
-      <li class="b"><strong class="b">Datenschutz</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
-      <ul id="submenu">
-        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
-        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
-        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
-        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
-        <li class="s"><strong class="s">Datenschutz</strong></li>
-        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Datenschutz</h1></header>
-      <p>Die Nutzung unserer Webseite ist in der Regel ohne Angabe personenbezogener Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name, Anschrift oder eMail-Adressen) erhoben werden, erfolgt dies, soweit möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrückliche Zustimmung nicht an Dritte weitergegeben.</p>
-      <p>Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.</p>
-      <p>Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten durch Dritte zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit ausdrücklich widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails, vor.</p>
-      <!-- http://www.e-recht24.de/impressum-generator.html -->
-      <p>Bitte beachten Sie auch die gesonderte <a href="google-analytics.html" th:href="@{/google-analytics.html}">Datenschutzerklärung zur Nutzung von Google-Analytics</a>.</p>
-    </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/error.html b/src/main/webapp/thymeleaf/error.html
deleted file mode 100644 (file)
index a07dc23..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tiles="http://www.thymeleaf.org">
-  <head>
-    <title tiles:fragment="title">An unexpected Error occured!</title>
-  </head>
-  <body>
-    <div tiles:fragment="content">
-      <p>We do not know, what happend.</p>
-      <p>But we can tell you: WE ARE SORRY!</p>
-      <p>Really.</p>
-    </div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/expertise.html b/src/main/webapp/thymeleaf/expertise.html
deleted file mode 100644 (file)
index a1c3335..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Expertise</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
-      <li class="b"><strong class="b">Expertise</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
-      <ul id="submenu">
-        <li class="s sub">
-          <strong class="s">Expertise</strong>
-          <ul class="s active">
-            <li class="s"><span href="web-engineering.html" th:href="@{/web-engineering.html}" class="s">Web-Engineering</span></li>
-            <li class="s"><span href="spring-framework.html" th:href="@{/spring-framework.html}" class="s">Spring Framework</span></li>
-            <li class="s"><span href=".html" th:href="@{/.html}" class="s"></span></li>
-            <li class="s"><span href="responsive-web-design.html" th:href="@{/responsive-web-design.html}" class="s">Responsive Webdesign</span></li>
-            <li class="s"><span href="web-ui-esign.html" th:href="@{/web-ui-esign.html}" class="s">WEB-UI-Design</span></li>
-            <li class="s"><span href="seo.html" th:href="@{/seo.html}" class="s">SEO</span></li>
-          </ul>
-        </li>
-        <li class="s sub off"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
-        <li class="s off"><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
-      </ul>
-    </nav>
-    <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/google-analytics.html b/src/main/webapp/thymeleaf/google-analytics.html
deleted file mode 100644 (file)
index a932a54..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Google Analytics</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
-      <li class="b"><strong class="b">Google Analytics</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
-      <ul id="submenu">
-        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
-        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
-        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
-        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
-        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
-        <li class="s"><strong class="s">Google Analytics</strong></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Google Analytics</h1></header>
-      <p>Diese Website benutzt Google Analytics, einen Webanalysedienst der Google Inc. ("Google"). Google Analytics verwendet sog. "Cookies", Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert. Im Falle der Aktivierung der IP-Anonymisierung auf dieser Webseite wird Ihre IP-Adresse von Google jedoch innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum zuvor gekürzt.</p>
-      <p>Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.</p>
-      <p>Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch das Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Google sowie die Verarbeitung dieser Daten durch Google verhindern, indem sie das unter dem folgenden Link verfügbare Browser-Plugin herunterladen und installieren:</p>
-      <p><a href="http://tools.google.com/dlpage/gaoptout?hl=de" title="Das Plugin jetzt herunterladen...">http://tools.google.com/dlpage/gaoptout?hl=de</a>.</p>
-      <!-- http://www.e-recht24.de/impressum-generator.html -->
-    </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/haftung-inhalte.html b/src/main/webapp/thymeleaf/haftung-inhalte.html
deleted file mode 100644 (file)
index 9e70502..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Haftung für Inhalte</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
-      <li class="b"><strong class="b">Haftung für Inhalte</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
-      <ul id="submenu">
-        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
-        <li class="s"><strong class="s">Haftung für Inhalte</strong></li>
-        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
-        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
-        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
-        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Haftung für Inhalte</h1></header>
-      <p>Sämtliche Inhalte unserer Internetseiten sind mit größtmöglicher Sorgfalt erstellt worden. Dennoch ist es uns nicht möglich, eine Gewähr dafür zu übernehmen, dass diese Inhalte richtig, vollständig und aktuell sind. Wir sind gemäß § 7 Abs. 1 TMG für die eigenen Inhalte auf unseren Internetseiten verantwortlich. Gemäß den §§ 8, 9 und 10 TMG besteht für uns allerdings keine Verpflichtung, dass wir Informationen von Dritten, die übermittelt oder gespeichert wurden, überwachen oder Umstände ausforschen müssten, die Hinweise auf nicht rechtmäßige Tätigkeiten ergeben. Davon nicht berührt, ist unsere Verpflichtung zur Sperrung oder Entfernung von Informationen, welche uns von den allgemeinen Gesetzen auferlegt wird. Wir haften allerdings insoweit erst in dem Moment, in dem wir von einer konkreten Verletzung von Rechten Kenntnis erlangen. Wenn wir von einer solchen Verletzung von Rechten Kenntnis erlangen, wird eine unverzügliche Entfernung der entsprechenden Inhalte erfolgen.</p>
-      <p><em>Quelle: Flegl Rechtsanwälte GmbH</em></p>
-    </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/haftung-links.html b/src/main/webapp/thymeleaf/haftung-links.html
deleted file mode 100644 (file)
index dc1b44b..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Haftung für Links</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
-      <li class="b"><strong class="b">Haftung für Links</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
-      <ul id="submenu">
-        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
-        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
-        <li class="s"><strong class="s">Haftung für Links</strong></li>
-        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
-        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
-        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Haftung für Links</h1></header>
-      <p>Unsere Internetseiten enthalten Links, die zu externen Internetseiten von Dritten führen. Auf die Inhalte dieser externen Seiten haben wir keine Einflussmöglichkeiten. Es ist uns daher nicht möglich, eine Gewähr für diese Inhalte zu übernehmen. Die Verantwortung dafür hat immer der jeweilige Anbieter/Betreiber der entsprechenden Internetseiten. Wir überprüfen die von uns verlinkten Internetseiten zum Zeitpunkt der Verlinkung auf einen möglichen Rechtsverstoß. Die Verlinkung kommt nur dann zustande, wenn ein rechtswidriger Inhalt zu diesem Zeitpunkt nicht erkennbar ist. Es kann uns jedoch, ohne einen konkreten Anhaltspunkt, nicht zugemutet werden, ständig die verlinkten Internetseiten inhaltlich zu kontrollieren. Wenn wir jedoch von einer Rechtsverletzung Kenntnis erlangen, werden wir den entsprechenden Link unverzüglich entfernen.</p>
-      <p><em>Quelle: Flegl Rechtsanwälte GmbH</em></p>
-    </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/impressum.html b/src/main/webapp/thymeleaf/impressum.html
deleted file mode 100644 (file)
index 87f85c1..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Impressum</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><strong class="b">Impressum</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">Impressum</strong></h2>
-      <ul id="submenu">
-        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
-        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
-        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
-        <li class="s"><a href="urheberrechte.html" th:href="@{/urheberrechte.html}" class="s">Urheberrechte</a></li>
-        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
-        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Impressum</h1></header>
-      <p><em>Angaben gemäß § 5 TMG:</em></p>
-      <p>
-        Kai Moritz<br />
-        juplo.de<br />
-        Zumsandestr. 29a<br />
-        48145 Münster
-      </p>
-      <p>Telefon: +49 (0) 176 20 50 47 47</p>
-      <p>E-Mail: <a href="mailto:kai@juplo.de">kai@juplo.de</a></p>
-      <p>Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz: DE 23 500 84 56</p>
-      <p>Aufsichtsbehörde: Stadt Münster</p>
-      <!-- http://www.e-recht24.de/impressum-generator.html -->
-      <h1>Contact</h1>
-      <p>
-        More contact-information (Facebook, Google+, ...) can be found on the
-        <a href="contact.html" th:href="@{/contact.html}" title="Show all contact-informations">contact-page</a>.
-      </p>
-    </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
-    <ul layout:fragment="footer">
-      <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
-      <li class="f"><strong class="f">Impressum</strong></li>
-      <li class="f about"><a class="f" href="about.html" th:href="@{/about.html}">About</a></li>
-    </ul>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/index.html b/src/main/webapp/thymeleaf/index.html
deleted file mode 100644 (file)
index d1ebe60..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="contentclass='nomenu'"
-    >
-  <head>
-    <title>Home</title>
-    <link rel="stylesheet/less" type="text/css" href="../less/all.less" th:remove="all"/>
-    <script src="../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><strong class="b">Home</strong></li>
-    </ol>
-    <h1 layout:fragment="header"><strong class="l">juplo</strong></h1>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <main class="main" layout:fragment="maincontent">
-      <div class="pack bg cf">
-        <div class="p left">
-          <h1>hibernate4-maven-plugin</h1>
-          <p>
-            <strong>Lorem ipsum</strong> dolor
-            <a href="projects/typo.html" th:href="@{/projects/typo.html}">sit amet</a>,
-            consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
-            labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
-            <a href="projects/html-experimente.html" th:href="@{/projects/html-experimente.html}">exercitation</a>
-            ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
-            irure dolor in reprehenderit in voluptate velit esse cillum dolore
-            eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-            proident, sunt in culpa qui officia deserunt mollit anim id est
-            laborum.
-          </p>
-        </div>
-        <div class="p right">
-          <h1>fix-swf</h1>
-          <p>
-            Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-            eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
-            ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
-            aliquip ex ea commodo consequat.
-          </p>
-        </div>
-      </div>
-      <div class="single">
-        <h1>accelerator</h1>
-        <p>
-          Duis aute irure dolor in
-          reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-          pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-          culpa qui officia deserunt mollit anim id est laborum.
-        </p>
-      </div>
-      <div class="pack bg cf">
-        <div class="p right">
-          <h1>jquery.openx</h1>
-          <p>
-            Duis aute irure dolor in
-            reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-            pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-            culpa qui officia deserunt mollit anim id est laborum.
-          </p>
-        </div>
-        <div class="p left">
-          <h1>Regex-Lab</h1>
-          <p>
-            Excepteur sint occaecat cupidatat non proident, sunt in
-            culpa qui officia deserunt mollit anim id est laborum.
-          </p>
-        </div>
-      </div>
-      <div class="pack cf">
-        <div class="p left">
-          <h1>jquery.openx</h1>
-          <p>
-            Duis aute irure dolor in
-            reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-            pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-            culpa qui officia deserunt mollit anim id est laborum.
-          </p>
-        </div>
-        <div class="p right">
-          <h1>Regex-Lab</h1>
-          <p>
-            Excepteur sint occaecat cupidatat non proident, sunt in
-            culpa qui officia deserunt mollit anim id est laborum.
-          </p>
-        </div>
-      </div>
-    </main>
-    <div layout:fragment="marginalcontent">
-      <aside class="m">
-        <div class="widget widget_recent_entries">
-          <h1 class="widgettitle">Recent Posts</h1>
-          <ul>
-            <li>
-              <a href="blog/article.html" th:href="@{/blog/article.html}" title="Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</a>
-            </li>
-            <li>
-              <a href="#" title="hibernate4-maven-plugin 1.0.3 released!">hibernate4-maven-plugin 1.0.3 released!</a>
-            </li>
-            <li>
-              <a href="#" title="Log out from wrong Account with maven-appengine-plugin">Log out from wrong Account with maven-appengine-plugin</a>
-            </li>
-            <li>
-              <a href="#" title="Bidirectional Association with @ElementCollection">Bidirectional Association with @ElementCollection</a>
-            </li>
-            <li>
-              <a href="#" title="hibernate4-maven-plugin 1.0.2 released!">hibernate4-maven-plugin 1.0.2 released!</a>
-            </li>
-            <li>
-              <a href="#" title="hibernate4-maven-plugin 1.0.1 released!">hibernate4-maven-plugin 1.0.1 released!</a>
-            </li>
-            <li>
-              <a href="#" title="hibernate4-maven-plugin 1.0 released!">hibernate4-maven-plugin 1.0 released!</a>
-            </li>
-            <li>
-              <a href="blog/comments.html" th:href="@{/blog/comments.html}" title="hibernate4-maven-plugin">hibernate4-maven-plugin</a>
-            </li>
-          </ul>
-        </div>
-      </aside>
-    </div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects.html b/src/main/webapp/thymeleaf/projects.html
deleted file mode 100644 (file)
index a8617d9..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Projects'"
-    >
-  <head>
-    <title>Projects</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><strong class="b">Projects</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub"><a href="projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
-      <li class="s"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s sub"><a href="projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub"><a href="#" class="s">accelerator</a></li>
-      <li class="s"><a href="projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-    </ul>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/fix-swf.html b/src/main/webapp/thymeleaf/projects/fix-swf.html
deleted file mode 100644 (file)
index d534d50..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Fix SWF'"
-    >
-  <head>
-    <title>Fix SWF</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><strong class="b">Fix SWF</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub">
-        <strong class="s">fix-swf</strong>
-        <ul class="s active">
-          <li class="s"><a href="../projects/fix-swf/overview.html" th:href="@{/projects/fix-swf/overview.html}" class="s">Overview</a></li>
-          <li class="s"><a href="../projects/fix-swf/getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
-          <li class="s"><a href="#" class="s">FAQ</a></li>
-          <li class="s"><a href="#" class="s">Documentation</a></li>
-        </ul>
-      </li>
-      <li class="s off"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s sub off"><a href="../projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub off"><a href="#" class="s">accelerator</a></li>
-      <li class="s off"><a href="../projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-    </ul>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/fix-swf/getting-started.html b/src/main/webapp/thymeleaf/projects/fix-swf/getting-started.html
deleted file mode 100644 (file)
index 74bd252..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Fix SWF - Getting started'"
-    >
-  <head>
-    <title>Fix SWF - Getting started</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../fix-swf.html" th:href="@{/projects/fix-swf.html}">Fix SWF</a></li>
-      <li class="b"><strong class="b">Getting Started</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub">
-        <a href="../fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
-        <ul class="s active">
-          <li class="s"><a href="overview.html" th:href="@{/projects/fix-swf/overview.html}" class="s">Overview</a></li>
-          <li class="s"><strong class="s">Getting Started</strong></li>
-          <li class="s"><a href="#" class="s">FAQ</a></li>
-          <li class="s"><a href="#" class="s">Documentation</a></li>
-        </ul>
-      </li>
-      <li class="s off"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s sub off"><a href="../html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub off"><a href="#" class="s">accelerator</a></li>
-      <li class="s off"><a href="../typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-    </ul>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/fix-swf/overview.html b/src/main/webapp/thymeleaf/projects/fix-swf/overview.html
deleted file mode 100644 (file)
index da67bca..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Fix SWF - Overview'"
-    >
-  <head>
-    <title>Fix SWF - Overview</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../fix-swf.html" th:href="@{/projects/fix-swf.html}">Fix SWF</a></li>
-      <li class="b"><strong class="b">Overview</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub">
-        <a href="../fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
-        <ul class="s active">
-          <li class="s"><strong class="s">Overview</strong></li>
-          <li class="s"><a href="getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
-          <li class="s"><a href="#" class="s">FAQ</a></li>
-          <li class="s"><a href="#" class="s">Documentation</a></li>
-        </ul>
-      </li>
-      <li class="s off"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s sub off"><a href="../html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub off"><a href="#" class="s">accelerator</a></li>
-      <li class="s off"><a href="../typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-    </ul>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente.html b/src/main/webapp/thymeleaf/projects/html-experimente.html
deleted file mode 100644 (file)
index 9ea48fe..0000000
+++ /dev/null
@@ -1,173 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>HTML-Experimente</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><strong class="b">HTML-Experimente</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:fragment="navigation (page)">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu">
-        <span class="s">Submenu for section</span>
-        <a class="s selected" href="../projects.html" th:href="@{/projects.html}">Projects</a>
-      </h2>
-      <ul id="submenu" class="s active">
-        <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-        <li class="s sub off"><a href="../projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
-        <li class="s off"><a href="#" class="s">jquery.openx</a></li>
-        <li class="s sub">
-          <span th:switch="${page}" th:remove="tag">
-            <a th:case="${page}" href="#" th:href="@{/projects/html-experimente.html}" class="s selected">HTML-Experimente</a>
-            <strong th:case="*" class="s">HTML-Experimente</strong>
-          </span>
-          <ul class="s active">
-            <li class="s" th:switch="${page}">
-              <strong th:case="'formulare'" class="s">Formulare</strong>
-              <a th:case="*" class="s" href="formulare.html" th:href="@{/projects/html-experimente/formulare.html}">Formulare</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'symbole'" class="s">Symbol-Font</strong>
-              <a th:case="*" class="s" href="symbole.html" th:href="@{/projects/html-experimente/symbole.html}">Symbol-Font</a>
-            </li>
-            <li class="s">
-              <a class="s" href="../../404.html" th:href="@{/404.html}">404-Template</a>
-            </li>
-            <li class="s">
-              <a class="s" href="gibts-ja-gar-nicht.html" th:href="@{/projects/html-experimente/gibts-ja-gar-nicht.html}">404-Fehlerseite</a>
-            </li>
-            <li class="s">
-              <a class="s" href="../../error.html" th:href="@{/error.html}">5xx-Template</a>
-            </li>
-            <li class="s">
-              <a class="s" href="error.html" th:href="@{/projects/html-experimente/error.html}">5xx-Fehlerseite</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'fast-leer-mit-menü'" class="s">Leer, mit Menü</strong>
-              <a th:case="*" class="s" href="fast-leer-mit-menü.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü.html}">Leer, mit Menü</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'fast-leer-mit-menü-und-marginalinhalt'" class="s">Leer, mit Menü, mit Marginal</strong>
-              <a th:case="*" class="s" href="fast-leer-mit-menü-und-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html}">Leer, mit Menü, mit Marginal</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'fast-leer-kein-menü'" class="s">Leer ohne Menü</strong>
-              <a th:case="*" class="s" href="fast-leer-kein-menü.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü.html}">Leer ohne Menü</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'fast-leer-kein-menü-aber-marginalinhalt'" class="s">Leer, ohne Menü, mit Marginal</strong>
-              <a th:case="*" class="s" href="fast-leer-kein-menü-aber-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html}">Leer, ohne Menü, mit Marginal</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'fast-leer-einspaltig'" class="s">Leer, einspaltig</strong>
-              <a th:case="*" class="s" href="fast-leer-einspaltig.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig.html}">Leer, einspaltig</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'fast-leer-einspaltig-mit-marginalinhalt'" class="s">Leer, einspaltig, mit Marginal</strong>
-              <a th:case="*" class="s" href="fast-leer-einspaltig-mit-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html}">Leer, einspaltig, mit Marginal</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'breadcrumb'" class="s">Langer Breadcrumb</strong>
-              <a th:case="*" class="s" href="breadcrumb.html" th:href="@{/projects/html-experimente/breadcrumb.html}">Langer Breadcrumb</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'kein-layout'" class="s">Alle Stylings deaktiviert</strong>
-              <a th:case="*" class="s" href="kein-layout.html" th:href="@{/projects/html-experimente/kein-layout.html}">Alle Stylings deaktiviert</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'basis-layout'" class="s">Nur das Basis-Layout</strong>
-              <a th:case="*" class="s" href="basis-layout.html" th:href="@{/projects/html-experimente/basis-layout.html}">Nur das Basis-Layout</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'druck-layout'" class="s">Druck-Layout</strong>
-              <a th:case="*" class="s" href="druck-layout.html" th:href="@{/projects/html-experimente/druck-layout.html}">Druck-Layout</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'tiny'" class="s">Layout TINY</strong>
-              <a th:case="*" class="s" href="tiny.html" th:href="@{/projects/html-experimente/tiny.html}">Layout TINY</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'phone'" class="s">Layout PHONE</strong>
-              <a th:case="*" class="s" href="phone.html" th:href="@{/projects/html-experimente/phone.html}">Layout PHONE</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'tablet'" class="s">Layout Tablet</strong>
-              <a th:case="*" class="s" href="tablet.html" th:href="@{/projects/html-experimente/tablet.html}">Layout TABLET</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'seitenaufteilung'" class="s">Basis-Layout &amp; Seitenaufteilung</strong>
-              <a th:case="*" class="s" href="seitenaufteilung.html" th:href="@{/projects/html-experimente/seitenaufteilung.html}">Basis-Layout &amp; Seitenaufteilung</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'seitenkopf'" class="s">Basis-Layout &amp; Seitenkopf</strong>
-              <a th:case="*" class="s" href="seitenkopf.html" th:href="@{/projects/html-experimente/seitenkopf.html}">Basis-Layout &amp; Seitenkopf</a>
-            </li>
-            <li class="s" th:switch="${page}">
-              <strong th:case="'media-query'" class="s">Media-Query-Test (Beispiel)</strong>
-              <a th:case="*" class="s" href="testlab.html" th:href="@{/projects/html-experimente/testlab.html}">Media-Query-Test (Beispiel)</a>
-            </li>
-          </ul>
-        </li>
-        <li class="s sub off"><a href="#" class="s">accelerator</a></li>
-        <li class="s off"><a href="../projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>HTML-Elemente / spezielle Seiten</h1></header>
-      <ul>
-        <li><a href="html-experimente/formulare.html" th:href="@{/projects/html-experimente/formulare.html}">Formulare</a></li>
-        <li><a href="html-experimente/symbole.html" th:href="@{/projects/html-experimente/symbole.html}">Symbol-Font</a></li>
-        <li><a href="../404.html" th:href="@{/404.html}">404-Template</a></li>
-        <li><a href="html-experimente/gibts-ja-gar-nicht.html" th:href="@{/projects/html-experimente/gibts-ja-gar-nicht.html}">404-Fehlerseite</a></li>
-        <li><a href="../error.html" th:href="@{/error.html}">Template für andere Fehler</a></li>
-        <li><a href="html-experimente/error.html" th:href="@{/projects/html-experimente/error.html}">Fehlerseite für andere Fehler</a></li>
-      </ul>
-      <h2>Layout-Grenzfälle</h2>
-      <ul>
-        <li><a href="html-experimente/fast-leer-mit-menü.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü.html}">Fast leere Seite mit Menü</a></li>
-        <li><a href="html-experimente/fast-leer-mit-menü-und-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html}">Fast leere Seite mit Menü und Marginal-Inhalt</a></li>
-        <li><a href="html-experimente/fast-leer-kein-menü.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü.html}">Fast leere Seite ohne Menü</a></li>
-        <li><a href="html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html}">Fast leere Seite ohne Menü aber mit Marginal-Inhalt</a></li>
-        <li><a href="html-experimente/fast-leer-einspaltig.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig.html}">Fast leere einspaltige Seite</a></li>
-        <li><a href="html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html" th:href="@{/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html}">Fast leere einspaltige Seite mit Marginal-Inhalt</a></li>
-        <li><a href="html-experimente/breadcrumb.html" th:href="@{/projects/html-experimente/breadcrumb.html}">Seite mit sehr langem Breadcrumb</a></li>
-      </ul>
-      <h2>Layout-Variationen</h2>
-      <ul>
-        <li><a href="html-experimente/kein-layout.html" th:href="@{/projects/html-experimente/kein-layout.html}">Alle Stylings deaktiviert</a></li>
-        <li><a href="html-experimente/basis-layout.html" th:href="@{/projects/html-experimente/basis-layout.html}">Nur das Basis-Layout</a></li>
-        <li><a href="html-experimente/druck-layout.html" th:href="@{/projects/html-experimente/druck-layout.html}">Die für den Ausdruck angepasste Ansicht</a></li>
-        <li><a href="html-experimente/tiny.html" th:href="@{/projects/html-experimente/tiny.html}">Layout für sehr kleine Bildschirmgrößen</a></li>
-        <li><a href="html-experimente/phone.html" th:href="@{/projects/html-experimente/phone.html}">Layout für Smartphones</a></li>
-        <li><a href="html-experimente/tablet.html" th:href="@{/projects/html-experimente/tablet.html}">Layout für Tablets</a></li>
-      </ul>
-      <h2>Testseiten für einzelne Seiten-Bestandteile</h2>
-      <ul>
-        <li><a href="html-experimente/seitenaufteilung.html" th:href="@{/projects/html-experimente/seitenaufteilung.html}">Nur das Basis-Layout und die Seitenaufteilung</a></li>
-        <li><a href="html-experimente/seitenkopf.html" th:href="@{/projects/html-experimente/seitenkopf.html}">Nur das Basis-Layout und der Seitenkopf</a></li>
-      </ul>
-      <h2>Anderer Krams...</h2>
-      <ul>
-        <li><a href="html-experimente/testlab.html" th:href="@{/projects/html-experimente/testlab.html}">Seite mit Breiten-Markierungen für den Tests von Media-Queries (Beispiel)</a></li>
-      </ul>
-    </article>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/basis-layout.html b/src/main/webapp/thymeleaf/projects/html-experimente/basis-layout.html
deleted file mode 100644 (file)
index 3041aef..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Nur das Basis-Layout'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Basis-Layout</title>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Nur das Basis-Layout</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('basis-layout')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/breadcrumb.html b/src/main/webapp/thymeleaf/projects/html-experimente/breadcrumb.html
deleted file mode 100644 (file)
index e9a0f9d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Seite mit sehr langem Breadcrumb'"
-    >
-  <head>
-    <title>HTML-Experimente - Langer Breadcrumb</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Dies ist ein Seite mit einem unendlich langen Breadcrumb-Eintrag der bestimmt nicht in den vorgesehenen Platz passt</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('breadcrumb')">
-      NAVIGATION
-    </nav>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/druck-layout.html b/src/main/webapp/thymeleaf/projects/html-experimente/druck-layout.html
deleted file mode 100644 (file)
index 953284a..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Die für den Ausdruck angepasste Ansicht'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Druck-Layout</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../css/print.css" th:href="@{/css/print.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Druck-Layout</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('druck-layout')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html b/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html
deleted file mode 100644 (file)
index 2bdb2b0..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="contentclass='onecolumn'"
-    >
-  <head>
-    <title>HTML-Experimente - Fast leere einspaltige Seite mit Marginalinhalt</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Leer, einspaltig, Marginal</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Fast leere einspaltige Seite mit Marginalinhalt</h1></header>
-    </article>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html b/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html
deleted file mode 100644 (file)
index a4680d7..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="contentclass='onecolumn'"
-    >
-  <head>
-    <title>HTML-Experimente - Fast leere einspaltige Seite</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Leer, einspaltig</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Fast leere einspaltige Seite</h1></header>
-    </article>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html b/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html
deleted file mode 100644 (file)
index 912c828..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="contentclass='nomenu'"
-    >
-  <head>
-    <title>HTML-Experimente - Fast leere Seite ohne Menü aber mit Marginalspalte</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Leer, ohne Menü, mit Marginal</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Fast leere Seite ohne Menü aber mit Marginalinhalt</h1></header>
-    </article>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü.html b/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü.html
deleted file mode 100644 (file)
index c255fa3..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="contentclass='nomenu'"
-    >
-  <head>
-    <title>HTML-Experimente - Fast leere Seite ohne Menü</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Leer, ohne Menü</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="cf">
-        <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="../projects.html" th:href="@{/projects.html}" class="m selected">Projects</a></li>
-        <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Fast leere Seite ohne Menü</h1></header>
-    </article>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html b/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html
deleted file mode 100644 (file)
index f173bcb..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>HTML-Experimente - Fast leere Seite mit Menü und Marginalinhalt</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Leer, mit Menü</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('fast-leer-mit-menü-und-marginalinhalt')">
-      NAVIGATION
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Fast leere Seite mit Menü und Marginalinhalt</h1></header>
-    </article>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü.html b/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü.html
deleted file mode 100644 (file)
index c6837ab..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>HTML-Experimente - Fast leere Seite mit Menü</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Leer, mit Menü</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('fast-leer-mit-menü')">
-      NAVIGATION
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Fast leere Seite mit Menü</h1></header>
-    </article>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/formulare.html b/src/main/webapp/thymeleaf/projects/html-experimente/formulare.html
deleted file mode 100644 (file)
index 2fa07bc..0000000
+++ /dev/null
@@ -1,275 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>HTML-Experimente - Formulare</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Formulare</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('formulare')">
-      NAVIGATION
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Formulare</h1></header>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Anzeigetext</h2>
-        <div class="f textarea">
-          <label class="f info" for="textarea_01">Geben Sie hier Ihren Anzeigentext ein.</label>
-          <textarea class="f error" id="textarea_01" cols="50" rows="10">Eingegebener Text</textarea>
-          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Es wurde kein Text für die Anzeige eingegeben!</span>
-        </div>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Textformatierung</h2>
-        <fieldset class="f radiobutton cf">
-          <legend class="f info">
-            Die zusätzlichen Gestaltungsoptionen sind nur für das Magazin wählbar.<br />
-            Online erscheint die Anzeige als normaler Fließtext.
-          </legend>
-          <hr class="f" />
-          <div class="col2">
-            <div class="f">
-              <input class="f" id="radio_tbox_01" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_01">normaler Fließtext</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_02" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_02">Text zentriert</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_03" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_03">Text fett, Negativdruck</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_04" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_04">Text fett</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_05" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_05">Text fett und rot</label>
-            </div>
-          </div>
-          <div class="col2">
-            <div class="f">
-              <input class="f" id="radio_tbox_06" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_06">Text fett, Anzeige blau hinterlegt</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_07" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_07">Text fett, Anzeige gelb hinterlegt</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_08" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_08">Anzeige schwarz eingerahmt</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_09" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_09">Anzeige rot eingerahmt</label>
-            </div>
-          </div>
-        </fieldset>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Einspaltige Radiobuttons...</h2>
-        <fieldset class="f radiobutton">
-          <div class="f">
-            <input class="f" id="radio_tbox_b01" type="radio" name="radio_tbox" />
-            <label class="f" for="radio_tbox_b01">Dies ist eine etwas länglichere Beschreibung der auswählbaren Option</label>
-          </div>
-          <div class="f">
-            <input class="f" id="radio_tbox_b02" type="radio" name="radio_tbox" />
-            <label class="f" for="radio_tbox_b02">Option X</label>
-          </div>
-          <div class="f">
-            <input class="f" id="radio_tbox_b03" type="radio" name="radio_tbox" />
-            <label class="f" for="radio_tbox_b03">Dies ist eine sehr, sehr lange Beschreibung der auswählbaren Option - so lang, dass sie am Ende hoffentlich umbricht...</label>
-          </div>
-        </fieldset>
-        <hr class="f" />
-        <div class="f submit">
-          <input class="f" type="submit" value="&gt; zur Übersicht" />
-          <input class="f left" type="submit" value="&lt; zurück" />
-          <input class="f" type="submit" value="&gt; weiter" />
-        </div>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Bild</h2>
-        <fieldset class="f checkbox">
-          <legend class="f">
-            Du kannst Deiner Anzeige ein Bild hinzufügen.
-            Das Bild erscheint nur online.
-            Im Magazin erscheint die Kleinanzeige mit Hinweis auf das Onlinebild.
-          </legend>
-          <hr class="f" />
-          <div class="f">
-            <input class="f" id="checkbox_tbox_01" type="checkbox" name="checkbox_tbox" />
-            <label class="f" for="checkbox_tbox_01">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
-          </div>
-          <div class="f">
-            <input class="f" id="checkbox_tbox_02" type="checkbox" name="checkbox_tbox" />
-            <label class="f" for="checkbox_tbox_02">Ich habe die AGB für das Hochladen von Bildern gelesen und akzeptiere diese</label>
-          </div>
-        </fieldset>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Alleinstehende Checkbox</h2>
-        <div class="f checkbox">
-          <input class="f" id="checkbox_tbox_03" type="checkbox" name="checkbox_tbox" />
-          <label class="f" for="checkbox_tbox_03">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
-        </div>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Kundendaten</h2>
-        <p class="f required">
-          <strong class="r">Pflichtfelder</strong> sind mit einem
-          <strong class="r symbol">*</strong> markiert.
-        </p>
-        <div class="f text required">
-          <label for="text_tbox_01" class="f"><span class="required">* </span>Nachname</label>
-          <input class="f" id="text_tbox_01" type="text" value="Mustermann" />
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_02" class="f">Vorname</label>
-          <input class="f" id="text_tbox_02" type="text" value="Max" />
-        </div>
-        <div class="f select required">
-          <label for="text_tbox_03" class="f"><span class="required">* </span>Ort</label>
-          <select class="f" id="text_tbox_03">
-            <option>Dortmund</option>
-            <option>Bochum</option>
-            <option>Essen</option>
-            <option>Mönchengladbach</option>
-            <option>Oberhausen</option>
-            <option>Castrop-Rauxel</option>
-            <option>Düsseldorf</option>
-          </select>
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_04" class="f"><span class="required">* </span>Straße/Hausnr.</label>
-          <input class="f error" id="text_tbox_04" type="text" value="" />
-          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Dies ist ein Pflichtfeld!</span>
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_05" class="f"><span class="required">* </span>Postleitzahl</label>
-          <input class="f" id="text_tbox_05" type="text" value="" />
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_06" class="f">Telefon</label>
-          <input class="f" id="text_tbox_06" type="text" value="" />
-        </div>
-        <hr class="f" />
-        <div class="f submit">
-          <input class="f" type="submit" value="&gt; weiter" />
-        </div>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Anzeige regionalisieren</h2>
-        <p class="f">
-          Indem Du Deine Kleinanzeige einer Stadt zuordnest, können Interessenten
-          diese online leichter finden, wenn sie nur nach Kleinanzeigen aus
-          bestimmten Städten suchen.
-          Du kannst auch keine Stadt zuordnen, dann wird die Kleinanzeige von
-          diesen Interessenten aber auch nicht gefunden.
-        </p>
-        <hr class="f" />
-        <div class="f text">
-          <label class="f" for="city">Stadt</label>
-          <input id="city" type="text" class="f" />
-          <p class="f info">
-            Das Feld leer lassen, wenn die Anzeige nicht regionalisiert werden soll.
-          </p>
-        </div>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Ein Passwort-Eingabe-Feld</h2>
-        <div class="f text required">
-          <label for="text_tbox_05" class="f"><span class="required">* </span>Passwort</label>
-          <input class="f" id="text_tbox_05" type="password" value="t" />
-        </div>
-      </form>
-      <form class="form" action="#" method="get">
-        <h2 class="f">Lade das Bild hoch</h2>
-        <p class="f info">
-          Du kannst ein Bild im JPEG- oder PNG-Format hochladen.
-          Das Bild darf nicht größer als 8 MByte sein.
-        </p>
-        <div class="f file required">
-          <label for="file_tbox_01" class="f"><span class="required">* </span>Bild</label>
-          <input class="f" id="file_tbox_01" type="file" />
-        </div>
-        <hr class="f" />
-        <div class="f submit">
-          <input class="f" type="submit" value="&gt; Doch kein Bild" />
-          <input class="f" type="submit" value="&gt; Bild hochladen" />
-        </div>
-      </form>
-      <div class="form">
-        <h2 class="f">Antworten</h2>
-        <p class="f required">
-          <strong class="r">Pflichtfelder</strong> sind mit einem
-          <strong class="r symbol">*</strong> markiert.
-        </p>
-        <div class="f text required">
-          <label class="f" for="replyTo"><span class="required">*</span> Antwort-Adresse</label>
-          <input id="replyTo" name="replyTo" class="f" tabindex="1" type="text" value=""/>
-        </div>
-        <div class="f text required">
-          <label class="f" for="replyTo"><span class="required">*</span> Adresse wiederholen</label>
-          <input id="replyToRepeated" name="replyToRepeated" class="f" tabindex="2" type="text" value=""/>
-        </div>
-        <div class="f text required">
-          <label class="f" for="subject"><span class="required">*</span> Betreff</label>
-          <input id="subject" name="subject" class="f" tabindex="3" type="text" value=""/>
-        </div>
-        <div class="f textarea required">
-          <label class="f" for="text"><span class="required">*</span> Nachricht</label>
-          <textarea id="text" name="text" class="f" tabindex="4" rows="15" cols="20"></textarea>
-        </div>
-        <div class="f checkbox">
-          <input id="attachment1" name="attachment" class="f" tabindex="4" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_attachment" value="on"/>
-          <label class="f" for="attachment">Ich möchte eine Datei an die E-Mail anhängen.</label>
-        </div>
-        <div class="f checkbox">
-          <input id="copy1" name="copy" class="f" tabindex="5" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_copy" value="on"/>
-          <label class="f" for="copy">Ich möchte eine Kopie der Nachricht zugesendet bekommen.</label>
-        </div>
-      </div>
-      <div class="form cf">
-        <div class="col2 left">
-          <h2 class="f">Weiter mit Anmeldung</h2>
-          <div class="f text">
-            <label class="f" for="username">Benutzername</label>
-            <input class="f" name="username" id="username" type="text" tabindex="6" />
-          </div>
-          <div class="f text">
-            <label class="f" for="password">Passwort</label>
-            <input class="f" name="password" id="password" type="password" tabindex="7" />
-          </div>
-        </div>
-        <div class="col2 right">
-          <h2 class="f">Weiter ohne Anmeldung</h2>
-          <!-- <a href="/kleinanzeigen/37431/lust+.html" title="Zu schwer? Hier klicken um das Bild zu wechseln!"><img src="/img/captcha.jpg" alt="Captcha" width="120" height="60" /></a> -->
-          <div class="f captcha cf">
-            <span class="f">Was steht da?</span>
-            <img class="f" src="/img/captcha.jpg" alt="Captcha" width="120" height="60" />
-          </div>
-          <div class="f text">
-            <label class="f" for="captcha">Lösung</label>
-            <input class="f" name="captcha" id="captcha" type="text" tabindex="8" />
-          </div>
-        </div>
-      </div>
-    </article>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/kein-layout.html b/src/main/webapp/thymeleaf/projects/html-experimente/kein-layout.html
deleted file mode 100644 (file)
index 19991b2..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Alle Stylings deaktiviert'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Kein Layout</title>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Alle Stylings deaktiviert</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('kein-layout')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/phone.html b/src/main/webapp/thymeleaf/projects/html-experimente/phone.html
deleted file mode 100644 (file)
index cc57e89..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Layout für Smartphones'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Layout PHONE</title>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/phone.css" th:href="@{/css/phone.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Layout PHONE</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('phone')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/seitenaufteilung.html b/src/main/webapp/thymeleaf/projects/html-experimente/seitenaufteilung.html
deleted file mode 100644 (file)
index 95f9794..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Nur das Basis-Layout und die Seitenaufteiltung'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Basis-Layout &amp; Seitenaufteilung</title>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/seitenaufteilung.css" th:href="@{/css/seitenaufteilung.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Basis-Layout &amp; Seitenaufteilung</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('seitenaufteilung')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/seitenkopf.html b/src/main/webapp/thymeleaf/projects/html-experimente/seitenkopf.html
deleted file mode 100644 (file)
index 7cedd2d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Nur das Basis-Layout und die Seitenaufteiltung'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Basis-Layout &amp; Seitenkopf</title>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/seitenkopf.css" th:href="@{/css/seitenkopf.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Basis-Layout &amp; Seitenkopf</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('seitenkopf')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/symbole.html b/src/main/webapp/thymeleaf/projects/html-experimente/symbole.html
deleted file mode 100644 (file)
index 1a85067..0000000
+++ /dev/null
@@ -1,422 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>HTML-Experimente - Symbol-Font</title>
-    <link rel="stylesheet/less" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Symbol-Font</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('symbole')">
-      NAVIGATION
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1>Symbol-Font</h1></header>
-      <h2>100%</h2>
-      <div class="symbols">
-        <span class="e600">&#xe600;</span>
-        <span class="e601">&#xe601;</span>
-        <span class="e602">&#xe602;</span>
-        <span class="e603">&#xe603;</span>
-        <span class="e604">&#xe604;</span>
-        <span class="e605">&#xe605;</span>
-        <span class="e606">&#xe606;</span>
-        <span class="e607">&#xe607;</span>
-        <span class="e608">&#xe608;</span>
-        <span class="e609">&#xe609;</span>
-        <span class="e60a">&#xe60a;</span>
-        <span class="e60b">&#xe60b;</span>
-        <span class="e60c">&#xe60c;</span>
-        <span class="e60d">&#xe60d;</span>
-        <span class="e60e">&#xe60e;</span>
-        <span class="e60f">&#xe60f;</span>
-        <span class="e610">&#xe610;</span>
-        <span class="e611">&#xe611;</span>
-        <span class="e612">&#xe612;</span>
-        <span class="e613">&#xe613;</span>
-        <span class="e614">&#xe614;</span>
-        <span class="e615">&#xe615;</span>
-        <span class="e616">&#xe616;</span>
-        <span class="e617">&#xe617;</span>
-        <span class="e618">&#xe618;</span>
-        <span class="e619">&#xe619;</span>
-        <span class="e61a">&#xe61a;</span>
-        <span class="e61b">&#xe61b;</span>
-        <span class="e61c">&#xe61c;</span>
-        <span class="e61d">&#xe61d;</span>
-        <span class="e61e">&#xe61e;</span>
-        <span class="e61f">&#xe61f;</span>
-        <span class="e620">&#xe620;</span>
-        <span class="e621">&#xe621;</span>
-        <span class="e622">&#xe622;</span>
-        <span class="e623">&#xe623;</span>
-        <span class="e624">&#xe624;</span>
-        <span class="e625">&#xe625;</span>
-        <span class="e626">&#xe626;</span>
-        <span class="e627">&#xe627;</span>
-        <span class="e628">&#xe628;</span>
-        <span class="e629">&#xe629;</span>
-        <span class="e62a">&#xe62a;</span>
-        <span class="e62b">&#xe62b;</span>
-        <span class="e62c">&#xe62c;</span>
-        <span class="e62d">&#xe62d;</span>
-        <span class="e62e">&#xe62e;</span>
-        <span class="e62f">&#xe62f;</span>
-        <span class="e630">&#xe630;</span>
-        <span class="e631">&#xe631;</span>
-        <span class="e632">&#xe632;</span>
-        <span class="e633">&#xe633;</span>
-        <span class="e634">&#xe634;</span>
-        <span class="e635">&#xe635;</span>
-        <span class="e636">&#xe636;</span>
-        <span class="e637">&#xe637;</span>
-        <span class="e638">&#xe638;</span>
-        <span class="e639">&#xe639;</span>
-        <span class="e63a">&#xe63a;</span>
-        <span class="e63b">&#xe63b;</span>
-        <span class="e63c">&#xe63c;</span>
-        <span class="e63d">&#xe63d;</span>
-        <span class="e63e">&#xe63e;</span>
-        <span class="e63f">&#xe63f;</span>
-        <span class="e640">&#xe640;</span>
-        <span class="e641">&#xe641;</span>
-        <span class="e642">&#xe642;</span>
-        <span class="e643">&#xe643;</span>
-        <span class="e644">&#xe644;</span>
-        <span class="e645">&#xe645;</span>
-        <span class="e646">&#xe646;</span>
-        <span class="e647">&#xe647;</span>
-        <span class="e648">&#xe648;</span>
-        <span class="e649">&#xe649;</span>
-        <span class="e64a">&#xe64a;</span>
-        <span class="e64b">&#xe64b;</span>
-      </div>
-      <h2>200%</h2>
-      <div class="symbols" style="font-size: 200%; line-height: 1.5em">
-        <span class="e600">&#xe600;</span>
-        <span class="e601">&#xe601;</span>
-        <span class="e602">&#xe602;</span>
-        <span class="e603">&#xe603;</span>
-        <span class="e604">&#xe604;</span>
-        <span class="e605">&#xe605;</span>
-        <span class="e606">&#xe606;</span>
-        <span class="e607">&#xe607;</span>
-        <span class="e608">&#xe608;</span>
-        <span class="e609">&#xe609;</span>
-        <span class="e60a">&#xe60a;</span>
-        <span class="e60b">&#xe60b;</span>
-        <span class="e60c">&#xe60c;</span>
-        <span class="e60d">&#xe60d;</span>
-        <span class="e60e">&#xe60e;</span>
-        <span class="e60f">&#xe60f;</span>
-        <span class="e610">&#xe610;</span>
-        <span class="e611">&#xe611;</span>
-        <span class="e612">&#xe612;</span>
-        <span class="e613">&#xe613;</span>
-        <span class="e614">&#xe614;</span>
-        <span class="e615">&#xe615;</span>
-        <span class="e616">&#xe616;</span>
-        <span class="e617">&#xe617;</span>
-        <span class="e618">&#xe618;</span>
-        <span class="e619">&#xe619;</span>
-        <span class="e61a">&#xe61a;</span>
-        <span class="e61b">&#xe61b;</span>
-        <span class="e61c">&#xe61c;</span>
-        <span class="e61d">&#xe61d;</span>
-        <span class="e61e">&#xe61e;</span>
-        <span class="e61f">&#xe61f;</span>
-        <span class="e620">&#xe620;</span>
-        <span class="e621">&#xe621;</span>
-        <span class="e622">&#xe622;</span>
-        <span class="e623">&#xe623;</span>
-        <span class="e624">&#xe624;</span>
-        <span class="e625">&#xe625;</span>
-        <span class="e626">&#xe626;</span>
-        <span class="e627">&#xe627;</span>
-        <span class="e628">&#xe628;</span>
-        <span class="e629">&#xe629;</span>
-        <span class="e62a">&#xe62a;</span>
-        <span class="e62b">&#xe62b;</span>
-        <span class="e62c">&#xe62c;</span>
-        <span class="e62d">&#xe62d;</span>
-        <span class="e62e">&#xe62e;</span>
-        <span class="e62f">&#xe62f;</span>
-        <span class="e630">&#xe630;</span>
-        <span class="e631">&#xe631;</span>
-        <span class="e632">&#xe632;</span>
-        <span class="e633">&#xe633;</span>
-        <span class="e634">&#xe634;</span>
-        <span class="e635">&#xe635;</span>
-        <span class="e636">&#xe636;</span>
-        <span class="e637">&#xe637;</span>
-        <span class="e638">&#xe638;</span>
-        <span class="e639">&#xe639;</span>
-        <span class="e63a">&#xe63a;</span>
-        <span class="e63b">&#xe63b;</span>
-        <span class="e63c">&#xe63c;</span>
-        <span class="e63d">&#xe63d;</span>
-        <span class="e63e">&#xe63e;</span>
-        <span class="e63f">&#xe63f;</span>
-        <span class="e640">&#xe640;</span>
-        <span class="e641">&#xe641;</span>
-        <span class="e642">&#xe642;</span>
-        <span class="e643">&#xe643;</span>
-        <span class="e644">&#xe644;</span>
-        <span class="e645">&#xe645;</span>
-        <span class="e646">&#xe646;</span>
-        <span class="e647">&#xe647;</span>
-        <span class="e648">&#xe648;</span>
-        <span class="e649">&#xe649;</span>
-        <span class="e64a">&#xe64a;</span>
-        <span class="e64b">&#xe64b;</span>
-      </div>
-      <h2>300%</h2>
-      <div class="symbols" style="font-size: 300%; line-height: 1.5em">
-        <span class="e600">&#xe600;</span>
-        <span class="e601">&#xe601;</span>
-        <span class="e602">&#xe602;</span>
-        <span class="e603">&#xe603;</span>
-        <span class="e604">&#xe604;</span>
-        <span class="e605">&#xe605;</span>
-        <span class="e606">&#xe606;</span>
-        <span class="e607">&#xe607;</span>
-        <span class="e608">&#xe608;</span>
-        <span class="e609">&#xe609;</span>
-        <span class="e60a">&#xe60a;</span>
-        <span class="e60b">&#xe60b;</span>
-        <span class="e60c">&#xe60c;</span>
-        <span class="e60d">&#xe60d;</span>
-        <span class="e60e">&#xe60e;</span>
-        <span class="e60f">&#xe60f;</span>
-        <span class="e610">&#xe610;</span>
-        <span class="e611">&#xe611;</span>
-        <span class="e612">&#xe612;</span>
-        <span class="e613">&#xe613;</span>
-        <span class="e614">&#xe614;</span>
-        <span class="e615">&#xe615;</span>
-        <span class="e616">&#xe616;</span>
-        <span class="e617">&#xe617;</span>
-        <span class="e618">&#xe618;</span>
-        <span class="e619">&#xe619;</span>
-        <span class="e61a">&#xe61a;</span>
-        <span class="e61b">&#xe61b;</span>
-        <span class="e61c">&#xe61c;</span>
-        <span class="e61d">&#xe61d;</span>
-        <span class="e61e">&#xe61e;</span>
-        <span class="e61f">&#xe61f;</span>
-        <span class="e620">&#xe620;</span>
-        <span class="e621">&#xe621;</span>
-        <span class="e622">&#xe622;</span>
-        <span class="e623">&#xe623;</span>
-        <span class="e624">&#xe624;</span>
-        <span class="e625">&#xe625;</span>
-        <span class="e626">&#xe626;</span>
-        <span class="e627">&#xe627;</span>
-        <span class="e628">&#xe628;</span>
-        <span class="e629">&#xe629;</span>
-        <span class="e62a">&#xe62a;</span>
-        <span class="e62b">&#xe62b;</span>
-        <span class="e62c">&#xe62c;</span>
-        <span class="e62d">&#xe62d;</span>
-        <span class="e62e">&#xe62e;</span>
-        <span class="e62f">&#xe62f;</span>
-        <span class="e630">&#xe630;</span>
-        <span class="e631">&#xe631;</span>
-        <span class="e632">&#xe632;</span>
-        <span class="e633">&#xe633;</span>
-        <span class="e634">&#xe634;</span>
-        <span class="e635">&#xe635;</span>
-        <span class="e636">&#xe636;</span>
-        <span class="e637">&#xe637;</span>
-        <span class="e638">&#xe638;</span>
-        <span class="e639">&#xe639;</span>
-        <span class="e63a">&#xe63a;</span>
-        <span class="e63b">&#xe63b;</span>
-        <span class="e63c">&#xe63c;</span>
-        <span class="e63d">&#xe63d;</span>
-        <span class="e63e">&#xe63e;</span>
-        <span class="e63f">&#xe63f;</span>
-        <span class="e640">&#xe640;</span>
-        <span class="e641">&#xe641;</span>
-        <span class="e642">&#xe642;</span>
-        <span class="e643">&#xe643;</span>
-        <span class="e644">&#xe644;</span>
-        <span class="e645">&#xe645;</span>
-        <span class="e646">&#xe646;</span>
-        <span class="e647">&#xe647;</span>
-        <span class="e648">&#xe648;</span>
-        <span class="e649">&#xe649;</span>
-        <span class="e64a">&#xe64a;</span>
-        <span class="e64b">&#xe64b;</span>
-      </div>
-      <h2>400%</h2>
-      <div class="symbols" style="font-size: 400%; line-height: 1.5em">
-        <span class="e600">&#xe600;</span>
-        <span class="e601">&#xe601;</span>
-        <span class="e602">&#xe602;</span>
-        <span class="e603">&#xe603;</span>
-        <span class="e604">&#xe604;</span>
-        <span class="e605">&#xe605;</span>
-        <span class="e606">&#xe606;</span>
-        <span class="e607">&#xe607;</span>
-        <span class="e608">&#xe608;</span>
-        <span class="e609">&#xe609;</span>
-        <span class="e60a">&#xe60a;</span>
-        <span class="e60b">&#xe60b;</span>
-        <span class="e60c">&#xe60c;</span>
-        <span class="e60d">&#xe60d;</span>
-        <span class="e60e">&#xe60e;</span>
-        <span class="e60f">&#xe60f;</span>
-        <span class="e610">&#xe610;</span>
-        <span class="e611">&#xe611;</span>
-        <span class="e612">&#xe612;</span>
-        <span class="e613">&#xe613;</span>
-        <span class="e614">&#xe614;</span>
-        <span class="e615">&#xe615;</span>
-        <span class="e616">&#xe616;</span>
-        <span class="e617">&#xe617;</span>
-        <span class="e618">&#xe618;</span>
-        <span class="e619">&#xe619;</span>
-        <span class="e61a">&#xe61a;</span>
-        <span class="e61b">&#xe61b;</span>
-        <span class="e61c">&#xe61c;</span>
-        <span class="e61d">&#xe61d;</span>
-        <span class="e61e">&#xe61e;</span>
-        <span class="e61f">&#xe61f;</span>
-        <span class="e620">&#xe620;</span>
-        <span class="e621">&#xe621;</span>
-        <span class="e622">&#xe622;</span>
-        <span class="e623">&#xe623;</span>
-        <span class="e624">&#xe624;</span>
-        <span class="e625">&#xe625;</span>
-        <span class="e626">&#xe626;</span>
-        <span class="e627">&#xe627;</span>
-        <span class="e628">&#xe628;</span>
-        <span class="e629">&#xe629;</span>
-        <span class="e62a">&#xe62a;</span>
-        <span class="e62b">&#xe62b;</span>
-        <span class="e62c">&#xe62c;</span>
-        <span class="e62d">&#xe62d;</span>
-        <span class="e62e">&#xe62e;</span>
-        <span class="e62f">&#xe62f;</span>
-        <span class="e630">&#xe630;</span>
-        <span class="e631">&#xe631;</span>
-        <span class="e632">&#xe632;</span>
-        <span class="e633">&#xe633;</span>
-        <span class="e634">&#xe634;</span>
-        <span class="e635">&#xe635;</span>
-        <span class="e636">&#xe636;</span>
-        <span class="e637">&#xe637;</span>
-        <span class="e638">&#xe638;</span>
-        <span class="e639">&#xe639;</span>
-        <span class="e63a">&#xe63a;</span>
-        <span class="e63b">&#xe63b;</span>
-        <span class="e63c">&#xe63c;</span>
-        <span class="e63d">&#xe63d;</span>
-        <span class="e63e">&#xe63e;</span>
-        <span class="e63f">&#xe63f;</span>
-        <span class="e640">&#xe640;</span>
-        <span class="e641">&#xe641;</span>
-        <span class="e642">&#xe642;</span>
-        <span class="e643">&#xe643;</span>
-        <span class="e644">&#xe644;</span>
-        <span class="e645">&#xe645;</span>
-        <span class="e646">&#xe646;</span>
-        <span class="e647">&#xe647;</span>
-        <span class="e648">&#xe648;</span>
-        <span class="e649">&#xe649;</span>
-        <span class="e64a">&#xe64a;</span>
-        <span class="e64b">&#xe64b;</span>
-      </div>
-      <h2>500%</h2>
-      <div class="symbols" style="font-size: 500%; line-height: 1.5em">
-        <span class="e600">&#xe600;</span>
-        <span class="e601">&#xe601;</span>
-        <span class="e602">&#xe602;</span>
-        <span class="e603">&#xe603;</span>
-        <span class="e604">&#xe604;</span>
-        <span class="e605">&#xe605;</span>
-        <span class="e606">&#xe606;</span>
-        <span class="e607">&#xe607;</span>
-        <span class="e608">&#xe608;</span>
-        <span class="e609">&#xe609;</span>
-        <span class="e60a">&#xe60a;</span>
-        <span class="e60b">&#xe60b;</span>
-        <span class="e60c">&#xe60c;</span>
-        <span class="e60d">&#xe60d;</span>
-        <span class="e60e">&#xe60e;</span>
-        <span class="e60f">&#xe60f;</span>
-        <span class="e610">&#xe610;</span>
-        <span class="e611">&#xe611;</span>
-        <span class="e612">&#xe612;</span>
-        <span class="e613">&#xe613;</span>
-        <span class="e614">&#xe614;</span>
-        <span class="e615">&#xe615;</span>
-        <span class="e616">&#xe616;</span>
-        <span class="e617">&#xe617;</span>
-        <span class="e618">&#xe618;</span>
-        <span class="e619">&#xe619;</span>
-        <span class="e61a">&#xe61a;</span>
-        <span class="e61b">&#xe61b;</span>
-        <span class="e61c">&#xe61c;</span>
-        <span class="e61d">&#xe61d;</span>
-        <span class="e61e">&#xe61e;</span>
-        <span class="e61f">&#xe61f;</span>
-        <span class="e620">&#xe620;</span>
-        <span class="e621">&#xe621;</span>
-        <span class="e622">&#xe622;</span>
-        <span class="e623">&#xe623;</span>
-        <span class="e624">&#xe624;</span>
-        <span class="e625">&#xe625;</span>
-        <span class="e626">&#xe626;</span>
-        <span class="e627">&#xe627;</span>
-        <span class="e628">&#xe628;</span>
-        <span class="e629">&#xe629;</span>
-        <span class="e62a">&#xe62a;</span>
-        <span class="e62b">&#xe62b;</span>
-        <span class="e62c">&#xe62c;</span>
-        <span class="e62d">&#xe62d;</span>
-        <span class="e62e">&#xe62e;</span>
-        <span class="e62f">&#xe62f;</span>
-        <span class="e630">&#xe630;</span>
-        <span class="e631">&#xe631;</span>
-        <span class="e632">&#xe632;</span>
-        <span class="e633">&#xe633;</span>
-        <span class="e634">&#xe634;</span>
-        <span class="e635">&#xe635;</span>
-        <span class="e636">&#xe636;</span>
-        <span class="e637">&#xe637;</span>
-        <span class="e638">&#xe638;</span>
-        <span class="e639">&#xe639;</span>
-        <span class="e63a">&#xe63a;</span>
-        <span class="e63b">&#xe63b;</span>
-        <span class="e63c">&#xe63c;</span>
-        <span class="e63d">&#xe63d;</span>
-        <span class="e63e">&#xe63e;</span>
-        <span class="e63f">&#xe63f;</span>
-        <span class="e640">&#xe640;</span>
-        <span class="e641">&#xe641;</span>
-        <span class="e642">&#xe642;</span>
-        <span class="e643">&#xe643;</span>
-        <span class="e644">&#xe644;</span>
-        <span class="e645">&#xe645;</span>
-        <span class="e646">&#xe646;</span>
-        <span class="e647">&#xe647;</span>
-        <span class="e648">&#xe648;</span>
-        <span class="e649">&#xe649;</span>
-        <span class="e64a">&#xe64a;</span>
-        <span class="e64b">&#xe64b;</span>
-      </div>
-    </article>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/tablet.html b/src/main/webapp/thymeleaf/projects/html-experimente/tablet.html
deleted file mode 100644 (file)
index 3948e6c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Layout für Tablets'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Layout TABLET</title>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/tablet.css" th:href="@{/css/tablet.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Layout TABLET</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('tablet')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/testlab.html b/src/main/webapp/thymeleaf/projects/html-experimente/testlab.html
deleted file mode 100644 (file)
index 9aba678..0000000
+++ /dev/null
@@ -1,266 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/testlab"
-    th:with="title='Media-Query-Test: BEISPIEL'"
-    >
-  <head>
-    <title>HTML-Experimente - Media-Query-Test: BEISPIEL</title>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../less/all.less" th:remove="all"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <div layout:fragment="content" th:remove="tag">
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Anzeigetext</h2>
-        <div class="f textarea">
-          <label class="f info" for="textarea_01">Geben Sie hier Ihren Anzeigentext ein.</label>
-          <textarea class="f error" id="textarea_01" cols="50" rows="10">Eingegebener Text</textarea>
-          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Es wurde kein Text für die Anzeige eingegeben!</span>
-        </div>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Textformatierung</h2>
-        <fieldset class="f radiobutton cf">
-          <legend class="f info">
-            Die zusätzlichen Gestaltungsoptionen sind nur für das Magazin wählbar.<br />
-            Online erscheint die Anzeige als normaler Fließtext.
-          </legend>
-          <hr class="f" />
-          <div class="col2">
-            <div class="f">
-              <input class="f" id="radio_tbox_01" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_01">normaler Fließtext</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_02" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_02">Text zentriert</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_03" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_03">Text fett, Negativdruck</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_04" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_04">Text fett</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_05" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_05">Text fett und rot</label>
-            </div>
-          </div>
-          <div class="col2">
-            <div class="f">
-              <input class="f" id="radio_tbox_06" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_06">Text fett, Anzeige blau hinterlegt</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_07" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_07">Text fett, Anzeige gelb hinterlegt</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_08" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_08">Anzeige schwarz eingerahmt</label>
-            </div>
-            <div class="f">
-              <input class="f" id="radio_tbox_09" type="radio" name="radio_tbox" />
-              <label class="f" for="radio_tbox_09">Anzeige rot eingerahmt</label>
-            </div>
-          </div>
-        </fieldset>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Einspaltige Radiobuttons...</h2>
-        <fieldset class="f radiobutton">
-          <div class="f">
-            <input class="f" id="radio_tbox_b01" type="radio" name="radio_tbox" />
-            <label class="f" for="radio_tbox_b01">Dies ist eine etwas länglichere Beschreibung der auswählbaren Option</label>
-          </div>
-          <div class="f">
-            <input class="f" id="radio_tbox_b02" type="radio" name="radio_tbox" />
-            <label class="f" for="radio_tbox_b02">Option X</label>
-          </div>
-          <div class="f">
-            <input class="f" id="radio_tbox_b03" type="radio" name="radio_tbox" />
-            <label class="f" for="radio_tbox_b03">Dies ist eine sehr, sehr lange Beschreibung der auswählbaren Option - so lang, dass sie am Ende hoffentlich umbricht...</label>
-          </div>
-        </fieldset>
-        <hr class="f" />
-        <div class="f submit">
-          <input class="f" type="submit" value="&gt; zur Übersicht" />
-          <input class="f left" type="submit" value="&lt; zurück" />
-          <input class="f" type="submit" value="&gt; weiter" />
-        </div>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Bild</h2>
-        <fieldset class="f checkbox">
-          <legend class="f">
-            Du kannst Deiner Anzeige ein Bild hinzufügen.
-            Das Bild erscheint nur online.
-            Im Magazin erscheint die Kleinanzeige mit Hinweis auf das Onlinebild.
-          </legend>
-          <hr class="f" />
-          <div class="f">
-            <input class="f" id="checkbox_tbox_01" type="checkbox" name="checkbox_tbox" />
-            <label class="f" for="checkbox_tbox_01">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
-          </div>
-          <div class="f">
-            <input class="f" id="checkbox_tbox_02" type="checkbox" name="checkbox_tbox" />
-            <label class="f" for="checkbox_tbox_02">Ich habe die AGB für das Hochladen von Bildern gelesen und akzeptiere diese</label>
-          </div>
-        </fieldset>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Alleinstehende Checkbox</h2>
-        <div class="f checkbox">
-          <input class="f" id="checkbox_tbox_03" type="checkbox" name="checkbox_tbox" />
-          <label class="f" for="checkbox_tbox_03">Ich möchte ein Bild zu dieser Anzeige hinzufügen</label>
-        </div>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Kundendaten</h2>
-        <p class="f required">
-          <strong class="r">Pflichtfelder</strong> sind mit einem
-          <strong class="r symbol">*</strong> markiert.
-        </p>
-        <div class="f text required">
-          <label for="text_tbox_01" class="f"><span class="required">* </span>Nachname</label>
-          <input class="f" id="text_tbox_01" type="text" value="Mustermann" />
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_02" class="f">Vorname</label>
-          <input class="f" id="text_tbox_02" type="text" value="Max" />
-        </div>
-        <div class="f select required">
-          <label for="text_tbox_03" class="f"><span class="required">* </span>Ort</label>
-          <select class="f" id="text_tbox_03">
-            <option>Dortmund</option>
-            <option>Bochum</option>
-            <option>Essen</option>
-            <option>Mönchengladbach</option>
-            <option>Oberhausen</option>
-            <option>Castrop-Rauxel</option>
-            <option>Düsseldorf</option>
-          </select>
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_04" class="f"><span class="required">* </span>Straße/Hausnr.</label>
-          <input class="f error" id="text_tbox_04" type="text" value="" />
-          <span class="f error"><span class="e">&lt; </span><strong class="e">Fehler:</strong> Dies ist ein Pflichtfeld!</span>
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_05" class="f"><span class="required">* </span>Postleitzahl</label>
-          <input class="f" id="text_tbox_05" type="text" value="" />
-        </div>
-        <div class="f text required">
-          <label for="text_tbox_06" class="f">Telefon</label>
-          <input class="f" id="text_tbox_06" type="text" value="" />
-        </div>
-        <hr class="f" />
-        <div class="f submit">
-          <input class="f" type="submit" value="&gt; weiter" />
-        </div>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Anzeige regionalisieren</h2>
-        <p class="f">
-          Indem Du Deine Kleinanzeige einer Stadt zuordnest, können Interessenten
-          diese online leichter finden, wenn sie nur nach Kleinanzeigen aus
-          bestimmten Städten suchen.
-          Du kannst auch keine Stadt zuordnen, dann wird die Kleinanzeige von
-          diesen Interessenten aber auch nicht gefunden.
-        </p>
-        <hr class="f" />
-        <div class="f text">
-          <label class="f" for="city">Stadt</label>
-          <input id="city" type="text" class="f" />
-          <p class="f info">
-            Das Feld leer lassen, wenn die Anzeige nicht regionalisiert werden soll.
-          </p>
-        </div>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Ein Passwort-Eingabe-Feld</h2>
-        <div class="f text required">
-          <label for="text_tbox_05" class="f"><span class="required">* </span>Passwort</label>
-          <input class="f" id="text_tbox_05" type="password" value="t" />
-        </div>
-      </form>
-      <form class="testlab form" action="#" method="get">
-        <h2 class="f">Lade das Bild hoch</h2>
-        <p class="f info">
-          Du kannst ein Bild im JPEG- oder PNG-Format hochladen.
-          Das Bild darf nicht größer als 8 MByte sein.
-        </p>
-        <div class="f file required">
-          <label for="file_tbox_01" class="f"><span class="required">* </span>Bild</label>
-          <input class="f" id="file_tbox_01" type="file" />
-        </div>
-        <hr class="f" />
-        <div class="f submit">
-          <input class="f" type="submit" value="&gt; Doch kein Bild" />
-          <input class="f" type="submit" value="&gt; Bild hochladen" />
-        </div>
-      </form>
-      <div class="testlab form">
-        <h2 class="f">Antworten</h2>
-        <p class="f required">
-          <strong class="r">Pflichtfelder</strong> sind mit einem
-          <strong class="r symbol">*</strong> markiert.
-        </p>
-        <div class="f text required">
-          <label class="f" for="replyTo"><span class="required">*</span> Antwort-Adresse</label>
-          <input id="replyTo" name="replyTo" class="f" tabindex="1" type="text" value=""/>
-        </div>
-        <div class="f text required">
-          <label class="f" for="replyTo"><span class="required">*</span> Adresse wiederholen</label>
-          <input id="replyToRepeated" name="replyToRepeated" class="f" tabindex="2" type="text" value=""/>
-        </div>
-        <div class="f text required">
-          <label class="f" for="subject"><span class="required">*</span> Betreff</label>
-          <input id="subject" name="subject" class="f" tabindex="3" type="text" value=""/>
-        </div>
-        <div class="f textarea required">
-          <label class="f" for="text"><span class="required">*</span> Nachricht</label>
-          <textarea id="text" name="text" class="f" tabindex="4" rows="15" cols="20"></textarea>
-        </div>
-        <div class="f checkbox">
-          <input id="attachment1" name="attachment" class="f" tabindex="4" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_attachment" value="on"/>
-          <label class="f" for="attachment">Ich möchte eine Datei an die E-Mail anhängen.</label>
-        </div>
-        <div class="f checkbox">
-          <input id="copy1" name="copy" class="f" tabindex="5" type="checkbox" value="true" checked="checked"/><input type="hidden" name="_copy" value="on"/>
-          <label class="f" for="copy">Ich möchte eine Kopie der Nachricht zugesendet bekommen.</label>
-        </div>
-      </div>
-      <div class="testlab form cf">
-        <div class="col2 left">
-          <h2 class="f">Weiter mit Anmeldung</h2>
-          <div class="f text">
-            <label class="f" for="username">Benutzername</label>
-            <input class="f" name="username" id="username" type="text" tabindex="6" />
-          </div>
-          <div class="f text">
-            <label class="f" for="password">Passwort</label>
-            <input class="f" name="password" id="password" type="password" tabindex="7" />
-          </div>
-        </div>
-        <div class="col2 right">
-          <h2 class="f">Weiter ohne Anmeldung</h2>
-          <!-- <a href="/kleinanzeigen/37431/lust+.html" title="Zu schwer? Hier klicken um das Bild zu wechseln!"><img src="/img/captcha.jpg" alt="Captcha" width="120" height="60" /></a> -->
-          <div class="f captcha cf">
-            <span class="f">Was steht da?</span>
-            <img class="f" src="/img/captcha.jpg" alt="Captcha" width="120" height="60" />
-          </div>
-          <div class="f text">
-            <label class="f" for="captcha">Lösung</label>
-            <input class="f" name="captcha" id="captcha" type="text" tabindex="8" />
-          </div>
-        </div>
-      </div>
-    </div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/tiny.html b/src/main/webapp/thymeleaf/projects/html-experimente/tiny.html
deleted file mode 100644 (file)
index b0968a3..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    th:with="title='Layout für sehr kleine Bildschirmgrößen'"
-    >
-  <head layout:fragment="head">
-    <title>HTML-Experimente - Layout TINY</title>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/base.css" th:href="@{/css/base.css}"/>
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../../css/tiny.css" th:href="@{/css/tiny.css}"/>
-    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Layout TINY</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('tiny')">
-      NAVIGATION
-    </nav>
-    <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
-      MARGINAL-CONTENT
-    </aside>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/projects/typo.html b/src/main/webapp/thymeleaf/projects/typo.html
deleted file mode 100644 (file)
index 77c14f0..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Typography</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><strong class="b">Typography</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub"><a href="../fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s">fix-swf</a></li>
-      <li class="s"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s"><a href="../html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub"><a href="#" class="s">accelerator</a></li>
-      <li class="s"><strong class="s">Typography</strong></li>
-    </ul>
-    <article layout:fragment="maincontent">
-      <header><h1>Typography</h1></header>
-      <p>
-        Lorem ipsum dolor <a href="#da">sit amet</a>, consectetur adipisicing elit,
-        sed do eiusmod <strong>tempor incididunt</strong> ut labore et dolore
-        magna aliqua. Ut enim ad minim veniam, quis nostrud
-        <a href="#dort">exercitation</a> ullamco laboris nisi ut aliquip
-        <em>ex ea</em> commodo consequat. Duis aute irure dolor in reprehenderit
-        in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
-        <strong>Excepteur sint <em>occaecat</em> cupidatat non proident</strong>,
-        sunt in culpa qui officia deserunt mollit anim id est laborum.
-      </p>
-      <h2>Ein Link <a href="#link">im Titel</a></h2>
-      <p>Ein Link <a href="#link">im Text</a>.</p>
-      <h2>Normal / Italic / Bold / Bold+Italic</h2>
-      <ul>
-        <li>normal</li>
-        <li><em>italic</em></li>
-        <li><strong>bold</strong></li>
-        <li><strong><em>bold italic</em></strong></li>
-      </ul>
-      <p>
-        ÄäÖöÜüß@€¢
-        <strong>ÄäÖöÜüß@€¢</strong>
-        <em>ÄäÖöÜüß@€¢</em>
-        <strong><em>ÄäÖöÜüß@€¢</em></strong>
-      </p>
-      <h1>H1: Heading</h1>
-      <h2>H2: Heading</h2>
-      <h3>H3: Heading</h3>
-      <h4>H4: Heading</h4>
-      <h1>H1: Heading</h1>
-      <p>
-        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
-        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
-        aliquip ex ea commodo consequat. Duis aute irure dolor in
-        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-        culpa qui officia deserunt mollit anim id est laborum.
-      </p>
-      <h2>H2: Heading</h2>
-      <p>
-        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
-        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
-        aliquip ex ea commodo consequat. Duis aute irure dolor in
-        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-        culpa qui officia deserunt mollit anim id est laborum.
-      </p>
-      <h3>H3: Heading</h3>
-      <p>
-        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
-        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
-        aliquip ex ea commodo consequat. Duis aute irure dolor in
-        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-        culpa qui officia deserunt mollit anim id est laborum.
-      </p>
-      <h4>H4: Heading</h4>
-      <p>
-        Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-        eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
-        ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
-        aliquip ex ea commodo consequat. Duis aute irure dolor in
-        reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-        pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-        culpa qui officia deserunt mollit anim id est laborum.
-      </p>
-      <h1>Preformatted code</h1>
-      <p>
-        <em>Juplo Branding</em> uses
-        <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html" title="Visit prettify's README">google-code-prettify</a> for automatic
-        syntax highlighting.
-      </p>
-      <pre class="prettyprint linenums"><code class="language-xml">&lt;plugin&gt;
-  &lt;groupId&gt;ro.isdc.wro4j&lt;/groupId&gt;
-  &lt;artifactId&gt;wro4j-maven-plugin&lt;/artifactId&gt;
-  &lt;version&gt;${wro4j.version}&lt;/version&gt;
-  &lt;configuration&gt;
-    &lt;wroManagerFactory&gt;ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory&lt;/wroManagerFactory&gt;
-    &lt;cssDestinationFolder&gt;${project.build.directory}/${project.build.finalName}/css/&lt;/cssDestinationFolder&gt;
-  &lt;/configuration&gt;
-  &lt;executions&gt;
-    &lt;execution&gt;
-      &lt;phase&gt;package&lt;/phase&gt;
-      &lt;goals&gt;
-        &lt;goal&gt;run&lt;/goal&gt;
-      &lt;/goals&gt;
-    &lt;/execution&gt;
-  &lt;/executions&gt;
-&lt;/plugin&gt;
-</code></pre>
-    </article>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/references.html b/src/main/webapp/thymeleaf/references.html
deleted file mode 100644 (file)
index 6d8531f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>References</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="about.html" th:href="@{/about.html}">About</a></li>
-      <li class="b"><strong class="b">References</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
-      <ul id="submenu">
-        <li class="s sub off"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
-        <li class="s sub">
-          <strong class="s">References</strong>
-          <ul class="s active">
-            <li class="s sub"><span href="references/coolibri.html" th:href="@{/references/coolibri.html}" class="s">coolibri.de</span></li>
-            <li class="s"><span href="references/hibernate4-maven-plugin.html" th:href="@{/references/hibernate4-maven-plugin.html}" class="s">hibernate4-maven-plugin</span></li>
-            <li class="s sub"><span href=".html" th:href="@{/.html}" class="s"></span></li>
-            <li class="s sub"><span href=".html" th:href="@{/.html}" class="s"></span></li>
-          </ul>
-        </li>
-        <li class="s off"><a href="contact.html" th:href="@{/contact.html}" class="s">Contact</a></li>
-      </ul>
-    </nav>
-    <div layout:fragment="maincontent" layout:replace="templates/fragments :: wip ('Expertise')"></div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/templates/fragments.html b/src/main/webapp/thymeleaf/templates/fragments.html
deleted file mode 100644 (file)
index 0777259..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.thymeleaf.org">
-  <head>
-    <title>Fragments</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <h1>Explanation fo the german word "Impressum"</h1>
-    <hr />
-    <aside class="m" th:fragment="about">
-      <h1>What the f*#!@ is an <em>Impressum</em> ?!?</h1>
-      The german law enforces the so called <em>Impressum</em> to enable
-      customers to easily find out all juristically relevant informations
-      about the company, that rules a site.
-      <h1>Find out more...</h1>
-      If you just want to learn more about juplo you should better
-      <a href="../about.html" th:href="@{/about.html}" title="Learn more about juplo now">visit our about-pages</a>.
-    </aside>
-    <hr />
-    <h1>Work-in-progress-hint</h1>
-    <hr />
-    <article class="main" layout:fragment="wip(title)">
-      <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
-      <div class="wip" th:fragment="wip">
-        <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-        <p th:include="templates/layout :: maincontent" th:remove="tag">
-          PAGE-CONTENT
-        </p>
-      </div>
-    </article>
-    <hr />
-    <h1>Marginalspalte</h1>
-    <hr />
-    <div th:fragment="marginalcontent" th:remove="tag">
-      <aside class="m">
-        <h1>Other nasty but marginal stuff</h1>
-        <p>
-          Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-          eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
-          ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
-          aliquip ex ea commodo consequat. Duis aute irure dolor in
-          reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-          pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-          culpa qui officia deserunt mollit anim id est laborum.
-        </p>
-      </aside>
-      <aside class="m">
-        <h1>More nasty stuff</h1>
-        <p>
-          This one is really short!
-        </p>
-      </aside>
-    </div>
-    <hr />
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/templates/layout.html b/src/main/webapp/thymeleaf/templates/layout.html
deleted file mode 100644 (file)
index 881957d..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:th="http://www.thymeleaf.org"
-    xmlns:layout="http://www.thymeleaf.org"
-    >
-  <head th:fragment="head" layout:fragment="head">
-    <title layout:title-pattern="$DECORATOR_TITLE - $CONTENT_TITLE" th:text="'juplo'">juplo - BASISTEMPLATE</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../less/all.less" th:href="@{/css/base.css}"/>
-    <style type="text/css" th:inline="text">
-      @import '[[@{/css/screen.css}]]' screen;
-      @import '[[@{/css/print.css}]]' print;
-    </style>
-    <script src="../../js/prettify.js" th:src="@{/js/prettify.js}"></script>
-    <!--[if lt IE 9]>
-      <script src="../../js/html5shiv.js" th:src="@{/js/html5shiv.js}"></script>
-    <![endif]-->
-    <!--[if IE 8]>
-      <link rel="stylesheet" type="text/css" href="../../less/ie8.less" th:href="@{/css/ie8.css}"/>
-    <![endif]-->
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body id="top" class="menu" th:class="${contentclass}?:'menu'" onload="prettyPrint()">
-    <div id="page" class="cf">
-      <header id="header">
-        <h1 id="logo" layout:fragment="header"><a href="../index.html" th:href="@{/}" title="Home" class="l">juplo</a></h1>
-        <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
-        <hr class="h" />
-      </header>
-      <div id="breadcrumb">
-        <strong class="b title">You are here:</strong>
-        <ol class="b" layout:fragment="breadcrumb">
-          <!--/*-->
-          <li class="b"><a class="b" href="#">Home</a></li>
-          <li class="b"><a class="b" href="#">Projects</a></li>
-          <li class="b"><a class="b" href="#">Fix SWF</a></li>
-          <!--*/-->
-          <li class="b"><strong class="b">BREADCRUMB</strong></li>
-        </ol>
-        <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
-        <hr class="b" />
-      </div>
-      <main class="content cf">
-        <article id="content" class="main" layout:fragment="maincontent" th:class="'main'">
-          <header><h1 th:text="${title}">juplo - BASISTEMPLATE</h1></header>
-          <div th:fragment="maincontent">
-            <p>
-              <strong>Lorem ipsum</strong> dolor
-              <a href="../projects/typo.html" th:href="@{/projects/typo.html}">sit amet</a>,
-              consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
-              labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
-              <a href="#" th:href="@{/projects/html-experimente.html}">exercitation</a>
-              ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
-              irure dolor in reprehenderit in voluptate velit esse cillum dolore
-              eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
-              proident, sunt in culpa qui officia deserunt mollit anim id est
-              laborum.
-            </p>
-            <h2>Duis aute irure dolor</h2>
-            <ul>
-              <li>Operators and other mathematical stuff: -+/*</li>
-              <li>
-                Characters offten used in programming languages:
-                {(&lt;&gt;)}@$?%*#;:&amp;/\!^&#034;&#039;`~
-              </li>
-              <li>Special german characters: ÄäÖöÜü</li>
-              <li>Other special characters: @?¢§%°</li>
-            </ul>
-            <h2>Excepteur sint occaecat cupidatat</h2>
-            <p>
-              Lorem ipsum dolor <em>sit amet</em>, consectetur adipisicing elit,
-              sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-              Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
-              nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
-              reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-              pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-              culpa qui officia deserunt mollit anim id est laborum.
-            </p>
-            <p>
-              Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-              eiusmod tempor incididunt ut labore et dolore magna aliqua.
-              <strong>Ut enim ad minim veniam, quis nostrud <em>exercitation
-              ullamco</em> laboris nisi ut aliquip ex ea commodo consequat</strong>.
-              Duis aute irure dolor in reprehenderit in voluptate velit esse
-              cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
-              cupidatat non proident, sunt in culpa qui officia deserunt mollit
-              anim id est laborum.
-            </p>
-          </div>
-        </article>
-        <div class="marginal">
-          <nav id="nav" layout:fragment="navigation">
-            <hr class="n"/>
-            <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-            <h1 class="nav">Navigation</h1>
-            <h2 class="nav menu">Section-Menu</h2>
-            <ul id="menu" class="cf">
-              <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-              <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m selected">Projects</a></li>
-              <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
-            </ul>
-            <h2 class="nav submenu">
-              <span class="s">Submenu for section</span>
-              <a class="s selected" href="../projects.html" th:href="@{/projects.html}">Projects</a>
-            </h2>
-            <ul id="submenu" class="s" layout:fragment="submenu">
-              <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-              <li class="s sub">
-                <a href="../projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
-                <ul class="s active">
-                  <li class="s"><strong class="s">Overview</strong></li>
-                  <li class="s"><a href="../projects/fix-swf/getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
-                  <li class="s"><a href="#" class="s">FAQ</a></li>
-                  <li class="s"><a href="#" class="s">Documentation</a></li>
-                </ul>
-              </li>
-              <li class="s off"><a href="#" class="s">jquery.openx</a></li>
-              <li class="s sub off"><a href="../projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-              <li class="s sub off"><a href="#" class="s">accelerator</a></li>
-              <li class="s off"><a href="../projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-            </ul>
-            <hr class="n"/>
-          </nav>
-          <aside class="m" layout:fragment="marginalcontent" th:remove="tag">
-          <!--/* the following  is only visible during natural templating -->
-            <h1>Other nasty but marginal stuff</h1>
-            <p>
-              Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
-              eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
-              ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
-              aliquip ex ea commodo consequat. Duis aute irure dolor in
-              reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
-              pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
-              culpa qui officia deserunt mollit anim id est laborum.
-            </p>
-          </aside>
-          <aside class="m">
-            <h1>More nasty stuff</h1>
-            <p>
-              This one is really short!
-            </p>
-          <!--*/-->
-          </aside>
-        </div>
-      </main>
-      <footer id="footer">
-        <hr class="f" />
-        <ul id="footerlinks" layout:fragment="footer">
-          <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
-          <li class="f"><a class="f" href="../impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
-          <li class="f about"><a class="f" href="../about.html" th:href="@{/about.html}">About</a></li>
-        </ul>
-      </footer>
-    </div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/templates/testlab.html b/src/main/webapp/thymeleaf/templates/testlab.html
deleted file mode 100644 (file)
index c382c60..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:th="http://www.thymeleaf.org"
-    xmlns:layout="http://www.thymeleaf.org"
-    >
-  <head>
-    <title th:replace="templates/layout :: head">juplo - TESTLABTEMPLATE</title>
-    <style type="text/css">
-
-      body {
-        margin: 0;
-        padding: 0;
-      }
-
-      .testlab
-      {
-        width: 100%;
-        text-indent: 0;
-        margin: 0 0 20px -320px;
-        background-color: #fff;
-      }
-      .testlab:after
-      {
-        content:"";
-        display:table;
-      }
-      .tl970
-      {
-        margin-left: 0px;
-        border-left: 970px solid green;
-        text-indent: -970px;
-        background-color: transparent;
-      }
-      .tl670
-      {
-        margin-left: -970px;
-        border-left: 670px solid yellow;
-        text-indent: -670px;
-        background-color: transparent;
-      }
-      .tl480
-      {
-        margin-left: -670px;
-        border-left: 480px solid orange;
-        text-indent: -480px;
-        background-color: transparent;
-      }
-      .tl320
-      {
-        margin-left: -480px;
-        border-left: 320px solid red;
-        text-indent: -320px;
-        background-color: transparent;
-      }
-    </style>
-  </head>
-  <body>
-    <h1 th:text="${title}">TESTLAB-TEMPLATE</h1>
-    <div class="testlab tl970">970px
-      <div class="testlab tl670">670px
-        <div class="testlab tl480">480px
-          <div class="testlab tl320">320px
-            <strong layout:fragment="content">CONTENT</strong>
-          </div>
-        </div>
-      </div>
-    </div>
-  </body>
-</html>
diff --git a/src/main/webapp/thymeleaf/urheberrechte.html b/src/main/webapp/thymeleaf/urheberrechte.html
deleted file mode 100644 (file)
index 87c2026..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html
-    xmlns="http://www.w3.org/1999/xhtml"
-    xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="templates/layout"
-    >
-  <head>
-    <title>Urheberrecht</title>
-    <link rel="stylesheet/less" type="text/css" href="../../less/all.less" th:remove="all"/>
-    <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
-  </head>
-  <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a href="impressum.html" th:href="@{/impressum.html}" class="b">Impressum</a></li>
-      <li class="b"><strong class="b">Urheberrechte</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="impressum.html" th:href="@{/impressum.html}" class="s selected">Impressum</a></h2>
-      <ul id="submenu">
-        <li class="s"><a href="agb.html" th:href="@{/agb.html}" class="s">AGB</a></li>
-        <li class="s"><a href="haftung-inhalte.html" th:href="@{/haftung-inhalte.html}" class="s">Haftung für Inhalte</a></li>
-        <li class="s"><a href="haftung-links.html" th:href="@{/haftung-links.html}" class="s">Haftung für Links</a></li>
-        <li class="s"><strong class="s">Urheberrechte</strong></li>
-        <li class="s"><a href="datenschutz.html" th:href="@{/datenschutz.html}" class="s">Datenschutz</a></li>
-        <li class="s"><a href="google-analytics.html" th:href="@{/google-analytics.html}" class="s">Google Analytics</a></li>
-      </ul>
-    </nav>
-    <article class="main" layout:fragment="maincontent">
-      <header><h1 layout:fragment="title">Urheberrechte</h1></header>
-      <p>Die auf unseren Internetseiten enthaltenen Werke und Inhalte unterstehen dem Urheberrecht. Ohne schriftliche Genehmigung des jeweiligen Erstellers oder Autors dürfen die Werke bzw. Inhalte nicht vervielfältigt, bearbeitet, verbreitet und verwertet werden. Das Herunterladen und Kopieren unserer Internetseite ist für den privaten Gebrauch erlaubt, nicht jedoch für den kommerziellen. Wir weisen darauf hin, dass hinsichtlich der Inhalte auf unserer Internetseite, soweit sie nicht von uns erstellt worden sind, das Urheberrecht von Dritten beachtet wurde. Inhalte von Dritten erhalten als solche eine Kennzeichnung von uns. Wir wären Ihnen dankbar, wenn Sie uns einen Hinweis erteilen würden, falls Sie trotzdem auf eine Urheberrechtsverletzung gestoßen sind. Wenn wir von einer solchen Urheberrechtsverletzung Kenntnis erlangen, werden wir den entsprechenden Inhalt unverzüglich entfernen.</p>
-      <p><em>Quelle: Flegl Rechtsanwälte GmbH</em></p>
-    </article>
-    <aside layout:fragment="marginalcontent" th:include="templates/fragments :: about"></aside>
-  </body>
-</html>