changeset 0:1700a4568043

Initial import
author Chris Cannam
date Thu, 23 Jun 2011 10:31:17 +0100
parents
children 10b7ded9b083
files drupal6-reference.css fonts.css fonts/GilliusADFNo2-Bold.otf fonts/GilliusADFNo2-BoldItalic.otf fonts/GilliusADFNo2-Italic.otf fonts/GilliusADFNo2-Regular.otf fonts/gilliusadfno2-bold-webfont.eot fonts/gilliusadfno2-bold-webfont.svg fonts/gilliusadfno2-bold-webfont.ttf fonts/gilliusadfno2-bold-webfont.woff fonts/gilliusadfno2-bolditalic-webfont.eot fonts/gilliusadfno2-bolditalic-webfont.svg fonts/gilliusadfno2-bolditalic-webfont.ttf fonts/gilliusadfno2-bolditalic-webfont.woff fonts/gilliusadfno2-italic-webfont.eot fonts/gilliusadfno2-italic-webfont.svg fonts/gilliusadfno2-italic-webfont.ttf fonts/gilliusadfno2-italic-webfont.woff fonts/gilliusadfno2-regular-webfont.eot fonts/gilliusadfno2-regular-webfont.svg fonts/gilliusadfno2-regular-webfont.ttf fonts/gilliusadfno2-regular-webfont.woff html-elements.css layout.css old/blocks16t.png old/blocks32t.png old/favicon.ico.old old/logo.png page.tpl.php print.css screenshot.png socialnet_icons/linkedin_16.png socialnet_icons/linkedin_32.png socialnet_icons/rss_16.png socialnet_icons/rss_32.png socialnet_icons/twitter_16.png socialnet_icons/twitter_32.png soundsoftware.css soundsoftware.info soundsoftware_ac_uk_subtitle_flat.png soundsoftware_icon_64.png soundsoftware_icon_black_64.png soundsoftware_icon_dark_64.png soundsoftware_icon_shadow_64.png template.php theme-settings.php
diffstat 46 files changed, 5050 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/drupal6-reference.css	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,1982 @@
+/* $Id: drupal6-reference.css,v 1.1.2.1 2009/02/13 07:32:26 johnalbin Exp $ */
+
+/**
+ * @file
+ * DRUPAL 6.x Reference CSS
+ *
+ * THIS FILE IS FOR REFERENCE ONLY AND IS NOT USED IN ANY WAY BY THE ZEN THEME.
+ *
+ * Drupal has very modular CSS. Which means that only the CSS that is needed
+ * for a particular page is loaded. This is a good thing.
+ *
+ * However, this makes it difficult for theme developers to discover how and
+ * where a particular style is coming from. So, here in all its glory is the
+ * complete CSS included with Drupal core 6.x.
+ *
+ * And, if you're not already, you should check out the free Firebug extension
+ * for Firefox. With it, you can inspect elements and easily view and play with
+ * its CSS styles.  http://www.getfirebug.com
+ */
+
+
+/*
+ * modules/aggregator/aggregator-rtl.css
+ */
+
+#aggregator .feed-source .feed-icon {
+  float: left;
+}
+
+
+/*
+ * modules/aggregator/aggregator.css
+ */
+
+#aggregator .feed-source .feed-title {
+  margin-top: 0;
+}
+#aggregator .feed-source .feed-image img {
+  margin-bottom: 0.75em;
+}
+#aggregator .feed-source .feed-icon {
+  float: right; /* LTR */
+  display: block;
+}
+#aggregator .feed-item {
+  margin-bottom: 1.5em;
+}
+#aggregator .feed-item-title {
+  margin-bottom: 0;
+  font-size: 1.3em;
+}
+#aggregator .feed-item-meta, #aggregator .feed-item-body {
+  margin-bottom: 0.5em;
+}
+#aggregator .feed-item-categories {
+  font-size: 0.9em;
+}
+#aggregator td {
+  vertical-align: bottom;
+}
+#aggregator td.categorize-item {
+  white-space: nowrap;
+}
+#aggregator .categorize-item .news-item .body {
+  margin-top: 0;
+}
+#aggregator .categorize-item h3 {
+  margin-bottom: 1em;
+  margin-top: 0;
+}
+
+
+/*
+ * modules/block/block.css
+ */
+
+#blocks td.region {
+  font-weight: bold;
+}
+#blocks tr.region-message {
+  font-weight: normal;
+  color: #999;
+}
+#blocks tr.region-populated {
+  display: none;
+}
+.block-region {
+  background-color: #ff6;
+  margin-top: 4px;
+  margin-bottom: 4px;
+  padding: 3px;
+}
+
+
+/*
+ * modules/book/book-rtl.css
+ */
+
+.book-navigation .page-previous {
+  float: right;
+}
+.book-navigation .page-up {
+  float: right;
+}
+
+
+/*
+ * modules/book/book.css
+ */
+
+.book-navigation .menu {
+  border-top: 1px solid #888;
+  padding: 1em 0 0 3em;
+}
+.book-navigation .page-links {
+  border-top: 1px solid #888;
+  border-bottom: 1px solid #888;
+  text-align: center;
+  padding: 0.5em;
+}
+.book-navigation .page-previous {
+  text-align: left;
+  width: 42%;
+  display: block;
+  float: left; /* LTR */
+}
+.book-navigation .page-up {
+  margin: 0 5%;
+  width: 4%;
+  display: block;
+  float: left; /* LTR */
+}
+.book-navigation .page-next {
+  text-align: right;
+  width: 42%;
+  display: block;
+  float: right;
+}
+#book-outline {
+  min-width: 56em;
+}
+.book-outline-form .form-item {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+#edit-book-bid-wrapper .description {
+  clear: both;
+}
+#book-admin-edit select {
+  margin-right: 24px;
+}
+#book-admin-edit select.progress-disabled {
+  margin-right: 0;
+}
+#book-admin-edit tr.ahah-new-content {
+  background-color: #ffd;
+}
+#book-admin-edit .form-item {
+  float: left;
+}
+
+
+/*
+ * modules/color/color-rtl.css
+ */
+
+#placeholder {
+  left: 0;
+  right: auto;
+}
+
+/* Palette */
+.color-form .form-item {
+  padding-left: 0;
+  padding-right: 1em;
+}
+.color-form label {
+  float: right;
+  clear: right;
+}
+.color-form .form-text, .color-form .form-select {
+  float: right;
+}
+.color-form .form-text {
+  margin-right: 0;
+  margin-left: 5px;
+}
+
+#palette .hook {
+  float: right;
+}
+#palette .down, #palette .up, #palette .both {
+  background: url(images/hook-rtl.png) no-repeat 0 0;
+}
+#palette .up {
+  background-position: 0 -27px;
+}
+#palette .both {
+  background-position: 0 -54px;
+}
+
+#palette .lock {
+  float: right;
+  right: -10px;
+}
+html.js #preview {
+  float: right;
+}
+
+
+/*
+ * modules/color/color.css
+ */
+
+/* Farbtastic placement */
+.color-form {
+  max-width: 50em;
+  position: relative;
+}
+#placeholder {
+  position: absolute;
+  top: 0;
+  right: 0; /* LTR */
+}
+
+/* Palette */
+.color-form .form-item {
+  height: 2em;
+  line-height: 2em;
+  padding-left: 1em; /* LTR */
+  margin: 0.5em 0;
+}
+.color-form label {
+  float: left; /* LTR */
+  clear: left; /* LTR */
+  width: 10em;
+}
+.color-form .form-text, .color-form .form-select {
+  float: left; /* LTR */
+}
+.color-form .form-text {
+  text-align: center;
+  margin-right: 5px; /* LTR */
+  cursor: pointer;
+}
+
+#palette .hook {
+  float: left; /* LTR */
+  margin-top: 3px;
+  width: 16px;
+  height: 16px;
+}
+#palette .down, #palette .up, #palette .both {
+  background: url(images/hook.png) no-repeat 100% 0; /* LTR */
+}
+#palette .up {
+  background-position: 100% -27px; /* LTR */
+}
+#palette .both {
+  background-position: 100% -54px; /* LTR */
+}
+
+#palette .lock {
+  float: left; /* LTR */
+  position: relative;
+  top: -1.4em;
+  left: -10px; /* LTR */
+  width: 20px;
+  height: 25px;
+  background: url(images/lock.png) no-repeat 50% 2px;
+  cursor: pointer;
+}
+#palette .unlocked {
+  background-position: 50% -22px;
+}
+#palette .form-item {
+  width: 20em;
+}
+#palette .item-selected {
+  background: #eee;
+}
+
+/* Preview */
+#preview {
+  display: none;
+}
+html.js #preview {
+  display: block;
+  position: relative;
+  float: left; /* LTR */
+}
+
+
+/*
+ * modules/comment/comment-rtl.css
+ */
+
+.indented {
+  margin-left: 0;
+  margin-right: 25px;
+}
+
+
+/*
+ * modules/comment/comment.css
+ */
+
+.indented {
+  margin-left: 25px; /* LTR */
+}
+.comment-unpublished {
+  background-color: #fff4f4;
+}
+.preview .comment {
+  background-color: #ffffea;
+}
+
+
+/*
+ * modules/dblog/dblog-rtl.css
+ */
+
+#dblog-filter-form .form-item {
+  float: right;
+  padding-right: 0;
+  padding-left: .8em;
+}
+
+
+/*
+ * modules/dblog/dblog.css
+ */
+
+#dblog-filter-form .form-item {
+  float: left; /* LTR */
+  padding-right: .8em; /* LTR */
+  margin: 0.1em;
+  /**
+   * In Opera 9, DOM elements with the property of "overflow: auto"
+   * will partially hide its contents with unnecessary scrollbars when
+   * its immediate child is floated without an explicit width set.
+   */
+  width: 15em;
+}
+#dblog-filter-form .form-item select.form-select {
+  width: 100%;
+}
+tr.dblog-user {
+  background: #ffd;
+}
+tr.dblog-user .active {
+  background: #eed;
+}
+tr.dblog-content {
+  background: #ddf;
+}
+tr.dblog-content .active {
+  background: #cce;
+}
+tr.dblog-page-not-found, tr.dblog-access-denied {
+  background: #dfd;
+}
+tr.dblog-page-not-found .active, tr.dblog-access-denied .active {
+  background: #cec;
+}
+tr.dblog-error {
+  background: #ffc9c9;
+}
+tr.dblog-error .active {
+  background: #eeb9b9;
+}
+
+
+/*
+ * modules/forum/forum-rtl.css
+ */
+
+#forum tr td.forum {
+  padding-left: 0.5em;
+  padding-right: 25px;
+  background-position: 98% 2px;
+}
+.forum-topic-navigation {
+  padding: 1em 3em 0 0;
+}
+.forum-topic-navigation .topic-previous {
+  text-align: left;
+  float: right;
+}
+.forum-topic-navigation .topic-next {
+  text-align: right;
+  float: left;
+}
+
+
+/*
+ * modules/forum/forum.css
+ */
+
+#forum .description {
+  font-size: 0.9em;
+  margin: 0.5em;
+}
+#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
+  white-space: nowrap;
+}
+#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
+  text-align: center;
+}
+#forum tr td.forum {
+  padding-left: 25px; /* LTR */
+  background-position: 2px 2px; /* LTR */
+  background-image: url(../../misc/forum-default.png);
+  background-repeat: no-repeat;
+}
+#forum tr.new-topics td.forum {
+  background-image: url(../../misc/forum-new.png);
+}
+#forum div.indent {
+  margin-left: 20px;
+}
+
+.forum-topic-navigation {
+  padding: 1em 0 0 3em; /* LTR */
+  border-top: 1px solid #888;
+  border-bottom: 1px solid #888;
+  text-align: center;
+  padding: 0.5em;
+}
+.forum-topic-navigation .topic-previous {
+  text-align: right; /* LTR */
+  float: left; /* LTR */
+  width: 46%;
+}
+.forum-topic-navigation .topic-next {
+  text-align: left; /* LTR */
+  float: right; /* LTR */
+  width: 46%;
+}
+
+
+/*
+ * modules/help/help-rtl.css
+ */
+
+.help-items {
+  float: right;
+  padding-right: 0;
+  padding-left: 3%;
+}
+.help-items-last {
+  padding-right: 0;
+  padding-left: 0;
+}
+
+
+/*
+ * modules/help/help.css
+ */
+
+.help-items {
+  float: left; /* LTR */
+  width: 22%;
+  padding-right: 3%; /* LTR */
+}
+.help-items-last {
+  padding-right: 0; /* LTR */
+}
+
+
+/*
+ * modules/locale/locale.css
+ */
+
+.locale-untranslated {
+  font-style: normal;
+  text-decoration: line-through;
+}
+
+
+/*
+ * modules/node/node-rtl.css
+ */
+
+#node-admin-buttons {
+  float: right;
+  margin-left: 0;
+  margin-right: 0.5em;
+  clear: left;
+}
+
+
+/*
+ * modules/node/node.css
+ */
+
+.node-unpublished {
+  background-color: #fff4f4;
+}
+.preview .node {
+  background-color: #ffffea;
+}
+#node-admin-filter ul {
+  list-style-type: none;
+  padding: 0;
+  margin: 0;
+  width: 100%;
+}
+#node-admin-buttons {
+  float: left; /* LTR */
+  margin-left: 0.5em; /* LTR */
+  clear: right; /* LTR */
+}
+td.revision-current {
+  background: #ffc;
+}
+.node-form .form-text {
+  display: block;
+  width: 95%;
+}
+.node-form .container-inline .form-text {
+  display: inline;
+  width: auto;
+}
+.node-form .standard {
+  clear: both;
+}
+.node-form textarea {
+  display: block;
+  width: 95%;
+}
+.node-form .attachments fieldset {
+  float: none;
+  display: block;
+}
+.terms-inline {
+  display: inline;
+}
+
+
+/*
+ * modules/openid/openid.css
+ */
+
+#edit-openid-identifier {
+  background-image: url("login-bg.png");
+  background-position: 0% 50%;
+  background-repeat: no-repeat;
+  padding-left: 20px;
+}
+
+div#edit-openid-identifier-wrapper {
+  display: block;
+}
+
+html.js #user-login-form div#edit-openid-identifier-wrapper,
+html.js #user-login div#edit-openid-identifier-wrapper {
+  display: none;
+}
+
+html.js #user-login-form li.openid-link,
+html.js #user-login li.openid-link {
+  display : block;
+}
+
+#user-login-form ul {
+  margin-top: 0;
+}
+
+#user-login-form li.openid-link,
+#user-login-form li.user-link,
+#user-login li.openid-link,
+#user-login li.user-link {
+  display: none;
+}
+
+#user-login-form li.openid-link,
+#user-login-form li.user-link {
+  text-align : left;
+}
+
+#user-login-form li.openid-link,
+#user-login li.openid-link {
+  background: transparent url(login-bg.png) no-repeat scroll 1px 0.35em;
+}
+
+
+/*
+ * modules/poll/poll-rtl.css
+ */
+
+.poll .bar .foreground {
+  float: right;
+}
+.poll .percent {
+  text-align: left;
+}
+.poll .vote-form .choices {
+  text-align: right;
+}
+
+
+/*
+ * modules/poll/poll.css
+ */
+
+.poll .bar {
+  height: 1em;
+  margin: 1px 0;
+  background-color: #ddd;
+}
+.poll .bar .foreground {
+  background-color: #000;
+  height: 1em;
+  float: left; /* LTR */
+}
+.poll .links {
+  text-align: center;
+}
+.poll .percent {
+  text-align: right; /* LTR */
+}
+.poll .total {
+  text-align: center;
+}
+.poll .vote-form {
+  text-align: center;
+}
+.poll .vote-form .choices {
+  text-align: left; /* LTR */
+  margin: 0 auto;
+  display: table;
+}
+.poll .vote-form .choices .title {
+  font-weight: bold;
+}
+.node-form #edit-poll-more {
+  margin: 0;
+}
+td.poll-chtext {
+  width: 80%;
+}
+td.poll-chvotes .form-text {
+  width: 85%;
+}
+
+
+/*
+ * modules/profile/profile.css
+ */
+
+#profile-fields td.category {
+  font-weight: bold;
+}
+#profile-fields tr.category-message {
+  color: #999;
+}
+#profile-fields tr.category-populated {
+  display: none;
+}
+
+
+/*
+ * modules/search/search-rtl.css
+ */
+
+.search-advanced .criterion {
+  float: right;
+  margin-right: 0;
+  margin-left: 2em;
+}
+.search-advanced .action {
+  float: right;
+  clear: right;
+}
+
+
+/*
+ * modules/search/search.css
+ */
+
+.search-form {
+  margin-bottom: 1em;
+}
+.search-form input {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+.search-results p {
+  margin-top: 0;
+}
+.search-results dt {
+  font-size: 1.1em;
+}
+.search-results dd {
+  margin-bottom: 1em;
+}
+.search-results .search-info {
+  font-size: 0.85em;
+}
+.search-advanced .criterion {
+  float: left; /* LTR */
+  margin-right: 2em; /* LTR */
+}
+.search-advanced .action {
+  float: left; /* LTR */
+  clear: left; /* LTR */
+}
+
+
+/*
+ * modules/system/admin-rtl.css
+ */
+
+div.admin-panel .body {
+  padding: 0 8px 2px 4px;
+}
+
+div.admin .expert-link {
+  text-align: left;
+  margin-right: 0;
+  margin-left: 1em;
+  padding-right: 0;
+  padding-left: 4px;
+}
+
+table.system-status-report th, table.system-status-report tr.merge-up td {
+  padding-right: 30px;
+}
+
+table.system-status-report th {
+  background-position: 95% 50%;
+}
+
+table.screenshot {
+  margin-left: 1em;
+}
+
+.date-container {
+  clear: right;
+}
+.date-container .select-container, .date-container .custom-container {
+  float: right;
+}
+.date-container .custom-container {
+  margin-left: 0;
+  margin-right: 15px;
+}
+
+
+
+/*
+ * modules/system/admin.css
+ */
+
+/*
+** Formatting for administration page
+*/
+div.admin-panel {
+  margin: 0;
+  padding: 5px 5px 15px 5px;
+}
+
+div.admin-panel .description {
+  margin: 0 0 3px;
+  padding: 2px 0 3px 0;
+}
+
+div.admin-panel .body {
+  padding: 0 4px 2px 8px; /* LTR */
+}
+
+div.admin {
+  padding-top: 15px;
+}
+
+div.admin .left {
+  float: left;
+  width: 47%;
+  margin-left: 1em;
+}
+div.admin .right {
+  float: right;
+  width: 47%;
+  margin-right: 1em;
+}
+
+div.admin .expert-link {
+  text-align: right; /* LTR */
+  margin-right: 1em; /* LTR */
+  padding-right: 4px; /* LTR */
+}
+
+table.package {
+  width: 100%;
+}
+table.package .description {
+  width: 100%;
+}
+div.admin-dependencies, div.admin-required {
+  font-size: 0.9em;
+  color: #444;
+}
+span.admin-disabled {
+  color: #800;
+}
+span.admin-enabled {
+  color: #080;
+}
+span.admin-missing {
+  color: #f00;
+}
+
+/**
+ * Formatting for status report
+ */
+table.system-status-report th {
+  border-bottom: 1px solid #ccc;
+}
+table.system-status-report th, table.system-status-report tr.merge-up td {
+  padding-left: 30px; /* LTR */
+}
+table.system-status-report th {
+  background-repeat: no-repeat;
+  background-position: 5px 50%; /* LTR */
+  padding-top: 6px;
+  padding-bottom: 6px;
+}
+table.system-status-report tr.error th {
+  background-image: url(../../misc/watchdog-error.png);
+}
+table.system-status-report tr.warning th {
+  background-image: url(../../misc/watchdog-warning.png);
+}
+table.system-status-report tr.ok th {
+  background-image: url(../../misc/watchdog-ok.png);
+}
+
+/**
+ * Formatting for theme configuration
+ */
+.theme-settings-left {
+  float: left;
+  width: 49%;
+}
+.theme-settings-right {
+  float: right;
+  width: 49%;
+}
+.theme-settings-bottom {
+  clear: both;
+}
+
+/**
+ * Formatting for theme overview
+ */
+table.screenshot {
+  margin-right: 1em; /* LTR */
+}
+.theme-info h2 {
+  margin-bottom: 0;
+}
+.theme-info p {
+  margin-top: 0;
+}
+
+
+/**
+ * Date and time settings page
+ */
+.date-container {
+  overflow: auto;
+  clear: left; /* LTR */
+}
+.date-container .form-item {
+  margin-top: 0;
+}
+.date-container .select-container, .date-container .custom-container {
+  float: left; /* LTR */
+}
+.date-container .custom-container {
+  margin-left: 15px; /* LTR */
+  width: 50%;
+}
+html.js .custom-container label {
+  visibility: hidden;
+}
+
+
+/*
+ * modules/system/defaults-rtl.css
+ */
+
+th {
+  text-align: right;
+  padding-right: 0;
+  padding-left: 1em;
+}
+
+
+/*
+ * modules/system/defaults.css
+ */
+
+/*
+** HTML elements
+*/
+fieldset {
+  margin-bottom: 1em;
+  padding: .5em;
+}
+form {
+  margin: 0;
+  padding: 0;
+}
+hr {
+  height: 1px;
+  border: 1px solid gray;
+}
+img {
+  border: 0;
+}
+table {
+  border-collapse: collapse;
+}
+th {
+  text-align: left; /* LTR */
+  padding-right: 1em; /* LTR */
+  border-bottom: 3px solid #ccc;
+}
+
+/*
+** Markup free clearing
+** Details: http://www.positioniseverything.net/easyclearing.html
+*/
+.clear-block:after {
+  content: ".";
+  display: block;
+  height: 0;
+  clear: both;
+  visibility: hidden;
+}
+
+.clear-block {
+  display: inline-block;
+}
+
+/* Hides from IE-mac \*/
+* html .clear-block {
+  height: 1%;
+}
+.clear-block {
+  display: block;
+}
+/* End hide from IE-mac */
+
+
+/*
+ * modules/system/maintenance.css
+ */
+
+/* Update styles */
+#update-results {
+  margin-top: 3em;
+  padding: 0.25em;
+  border: 1px solid #ccc;
+  background: #eee;
+  font-size: smaller;
+}
+#update-results h2 {
+  margin-top: 0.25em;
+}
+#update-results h4 {
+  margin-bottom: 0.25em;
+}
+#update-results li.none {
+  color: #888;
+  font-style: italic;
+}
+#update-results li.failure strong {
+  color: #b63300;
+}
+
+
+/*
+ * modules/system/system-menus-rtl.css
+ */
+
+ul.menu {
+  text-align:right;
+}
+ul.menu li {
+  margin: 0 0.5em 0 0;
+}
+li.expanded {
+  padding: 0.2em 0 0 0.5em;
+}
+li.collapsed {
+  list-style-image: url(../../misc/menu-collapsed-rtl.png);
+  padding: 0.2em 0 0 0.5em;
+}
+li.leaf {
+  padding: 0.2em 0 0 0.5em;
+}
+
+
+/*
+ * modules/system/system-menus.css
+ */
+
+ul.menu {
+  list-style: none;
+  border: none;
+  text-align:left; /* LTR */
+}
+ul.menu li {
+  margin: 0 0 0 0.5em; /* LTR */
+}
+li.expanded {
+  list-style-type: circle;
+  list-style-image: url(../../misc/menu-expanded.png);
+  padding: 0.2em 0.5em 0 0; /* LTR */
+  margin: 0;
+}
+li.collapsed {
+  list-style-type: disc;
+  list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
+  padding: 0.2em 0.5em 0 0; /* LTR */
+  margin: 0;
+}
+li.leaf {
+  list-style-type: square;
+  list-style-image: url(../../misc/menu-leaf.png);
+  padding: 0.2em 0.5em 0 0; /* LTR */
+  margin: 0;
+}
+li a.active {
+  color: #000;
+}
+td.menu-disabled {
+  background: #ccc;
+}
+ul.links {
+  margin: 0;
+  padding: 0;
+}
+ul.links.inline {
+  display: inline;
+}
+ul.links li {
+  display: inline;
+  list-style-type: none;
+  padding: 0 0.5em;
+}
+.block ul {
+  margin: 0;
+  padding: 0 0 0.25em 1em; /* LTR */
+}
+
+
+/*
+ * modules/system/system-rtl.css
+ */
+
+thead th {
+  text-align: right;
+  padding-left: 1em;
+  padding-right: 0.5em;
+}
+
+.item-list .icon {
+  float: left;
+  padding-left: 0;
+  padding-right: 0.25em;
+  clear: left;
+}
+.item-list ul li {
+  margin: 0 1.5em 0.25em 0;
+}
+
+.more-link {
+  text-align: left;
+}
+.more-help-link {
+  text-align: left;
+}
+
+dl.multiselect dt, dl.multiselect dd {
+  float: right;
+  margin: 0 0 0 1em;
+}
+
+.block ul {
+  padding: 0 1em 0.25em 0;
+}
+
+ul.primary {
+  padding: 0 1em 0 0;
+}
+ul.primary li a {
+  margin-right: 5px;
+  margin-left: 0.5em;
+}
+ul.secondary li {
+  display: inline;
+  padding: 0 1em;
+  border-right: none;
+  border-left: 1px solid #ccc;
+}
+html.js input.form-autocomplete {
+  background-position: 0% 2px;
+}
+html.js input.throbbing {
+  background-position: 0% -18px;
+}
+
+html.js fieldset.collapsible legend a {
+  padding-left: 0;
+  padding-right: 15px;
+  background-position: 98% 75%;
+}
+html.js fieldset.collapsed legend a {
+  background-image: url(../../misc/menu-collapsed-rtl.png);
+  background-position: 98% 50%;
+}
+
+div.teaser-button-wrapper {
+  float: left;
+  padding-right: 0;
+  padding-left: 5%;
+}
+.teaser-checkbox div.form-item {
+  float: left;
+  margin: 0 0 0 5%;
+}
+.progress .percentage {
+  float: left;
+}
+.progess-disabled {
+  float: right;
+}
+.ahah-progress {
+  float: right;
+}
+.ahah-progress .throbber {
+  float: right;
+}
+input.password-field {
+  margin-left: 10px;
+  margin-right: 0;
+}
+input.password-confirm {
+  margin-left: 10px;
+  margin-right: 0;
+}
+
+.draggable a.tabledrag-handle {
+  float: right;
+  margin: -0.4em -0.5em -0.4em 0;
+  padding: 0.42em 0.5em 0.42em 1.5em;
+}
+div.indentation {
+  margin: -0.4em -0.4em -0.4em 0.2em;
+  padding: 0.42em 0.6em 0.42em 0;
+  float: right;
+}
+div.tree-child, div.tree-child-last {
+  background-position: -65px center;
+}
+
+
+/*
+ * modules/system/system.css
+ */
+
+/*
+** HTML elements
+*/
+body.drag {
+  cursor: move;
+}
+th.active img {
+  display: inline;
+}
+tr.even, tr.odd {
+  background-color: #eee;
+  border-bottom: 1px solid #ccc;
+  padding: 0.1em 0.6em;
+}
+tr.drag {
+  background-color: #fffff0;
+}
+tr.drag-previous {
+  background-color: #ffd;
+}
+td.active {
+  background-color: #ddd;
+}
+td.checkbox, th.checkbox {
+  text-align: center;
+}
+tbody {
+  border-top: 1px solid #ccc;
+}
+tbody th {
+  border-bottom: 1px solid #ccc;
+}
+thead th {
+  text-align: left; /* LTR */
+  padding-right: 1em; /* LTR */
+  border-bottom: 3px solid #ccc;
+}
+
+/*
+** Other common styles
+*/
+.breadcrumb {
+  padding-bottom: .5em
+}
+div.indentation {
+  width: 20px;
+  height: 1.7em;
+  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
+  padding: 0.42em 0 0.42em 0.6em; /* LTR */
+  float: left; /* LTR */
+}
+div.tree-child {
+  background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
+}
+div.tree-child-last {
+  background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
+}
+div.tree-child-horizontal {
+  background: url(../../misc/tree.png) no-repeat -11px center;
+}
+.error {
+  color: #e55;
+}
+div.error {
+  border: 1px solid #d77;
+}
+div.error, tr.error {
+  background: #fcc;
+  color: #200;
+  padding: 2px;
+}
+.warning {
+  color: #e09010;
+}
+div.warning {
+  border: 1px solid #f0c020;
+}
+div.warning, tr.warning {
+  background: #ffd;
+  color: #220;
+  padding: 2px;
+}
+.ok {
+  color: #008000;
+}
+div.ok {
+  border: 1px solid #00aa00;
+}
+div.ok, tr.ok {
+  background: #dfd;
+  color: #020;
+  padding: 2px;
+}
+.item-list .icon {
+  color: #555;
+  float: right; /* LTR */
+  padding-left: 0.25em; /* LTR */
+  clear: right; /* LTR */
+}
+.item-list .title {
+  font-weight: bold;
+}
+.item-list ul {
+  margin: 0 0 0.75em 0;
+  padding: 0;
+}
+.item-list ul li {
+  margin: 0 0 0.25em 1.5em; /* LTR */
+  padding: 0;
+  list-style: disc;
+}
+ol.task-list li.active {
+  font-weight: bold;
+}
+.form-item {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+tr.odd .form-item, tr.even .form-item {
+  margin-top: 0;
+  margin-bottom: 0;
+  white-space: nowrap;
+}
+tr.merge-down, tr.merge-down td, tr.merge-down th {
+  border-bottom-width: 0 !important;
+}
+tr.merge-up, tr.merge-up td, tr.merge-up th {
+  border-top-width: 0 !important;
+}
+.form-item input.error, .form-item textarea.error, .form-item select.error {
+  border: 2px solid red;
+}
+.form-item .description {
+  font-size: 0.85em;
+}
+.form-item label {
+  display: block;
+  font-weight: bold;
+}
+.form-item label.option {
+  display: inline;
+  font-weight: normal;
+}
+.form-checkboxes, .form-radios {
+  margin: 1em 0;
+}
+.form-checkboxes .form-item, .form-radios .form-item {
+  margin-top: 0.4em;
+  margin-bottom: 0.4em;
+}
+.marker, .form-required {
+  color: #f00;
+}
+.more-link {
+  text-align: right; /* LTR */
+}
+.more-help-link {
+  font-size: 0.85em;
+  text-align: right; /* LTR */
+}
+.nowrap {
+  white-space: nowrap;
+}
+.item-list .pager {
+  clear: both;
+  text-align: center;
+}
+.item-list .pager li {
+  background-image:none;
+  display:inline;
+  list-style-type:none;
+  padding: 0.5em;
+}
+.pager-current {
+  font-weight:bold;
+}
+.tips {
+  margin-top: 0;
+  margin-bottom: 0;
+  padding-top: 0;
+  padding-bottom: 0;
+  font-size: 0.9em;
+}
+dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
+  font-family: inherit;
+  font-size: inherit;
+  width: 14em;
+}
+dl.multiselect dd.a, dl.multiselect dd.a .form-item {
+  width: 8em;
+}
+dl.multiselect dt, dl.multiselect dd {
+  float: left; /* LTR */
+  line-height: 1.75em;
+  padding: 0;
+  margin: 0 1em 0 0; /* LTR */
+}
+dl.multiselect .form-item {
+  height: 1.75em;
+  margin: 0;
+}
+
+/*
+** Inline items (need to override above)
+*/
+.container-inline div, .container-inline label {
+  display: inline;
+}
+
+/*
+** Tab navigation
+*/
+ul.primary {
+  border-collapse: collapse;
+  padding: 0 0 0 1em; /* LTR */
+  white-space: nowrap;
+  list-style: none;
+  margin: 5px;
+  height: auto;
+  line-height: normal;
+  border-bottom: 1px solid #bbb;
+}
+ul.primary li {
+  display: inline;
+}
+ul.primary li a {
+  background-color: #ddd;
+  border-color: #bbb;
+  border-width: 1px;
+  border-style: solid solid none solid;
+  height: auto;
+  margin-right: 0.5em; /* LTR */
+  padding: 0 1em;
+  text-decoration: none;
+}
+ul.primary li.active a {
+  background-color: #fff;
+  border: 1px solid #bbb;
+  border-bottom: #fff 1px solid;
+}
+ul.primary li a:hover {
+  background-color: #eee;
+  border-color: #ccc;
+  border-bottom-color: #eee;
+}
+ul.secondary {
+  border-bottom: 1px solid #bbb;
+  padding: 0.5em 1em;
+  margin: 5px;
+}
+ul.secondary li {
+  display: inline;
+  padding: 0 1em;
+  border-right: 1px solid #ccc; /* LTR */
+}
+ul.secondary a {
+  padding: 0;
+  text-decoration: none;
+}
+ul.secondary a.active {
+  border-bottom: 4px solid #999;
+}
+
+/*
+** Autocomplete styles
+*/
+/* Suggestion list */
+#autocomplete {
+  position: absolute;
+  border: 1px solid;
+  overflow: hidden;
+  z-index: 100;
+}
+#autocomplete ul {
+  margin: 0;
+  padding: 0;
+  list-style: none;
+}
+#autocomplete li {
+  background: #fff;
+  color: #000;
+  white-space: pre;
+  cursor: default;
+}
+#autocomplete li.selected {
+  background: #0072b9;
+  color: #fff;
+}
+/* Animated throbber */
+html.js input.form-autocomplete {
+  background-image: url(../../misc/throbber.gif);
+  background-repeat: no-repeat;
+  background-position: 100% 2px; /* LTR */
+}
+html.js input.throbbing {
+  background-position: 100% -18px; /* LTR */
+}
+
+/*
+** Collapsing fieldsets
+*/
+html.js fieldset.collapsed {
+  border-bottom-width: 0;
+  border-left-width: 0;
+  border-right-width: 0;
+  margin-bottom: 0;
+  height: 1em;
+}
+html.js fieldset.collapsed * {
+  display: none;
+}
+html.js fieldset.collapsed legend {
+  display: block;
+}
+html.js fieldset.collapsible legend a {
+  padding-left: 15px; /* LTR */
+  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
+}
+html.js fieldset.collapsed legend a {
+  background-image: url(../../misc/menu-collapsed.png); /* LTR */
+  background-position: 5px 50%; /* LTR */
+}
+/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
+* html.js fieldset.collapsed legend,
+* html.js fieldset.collapsed legend *,
+* html.js fieldset.collapsed table * {
+  display: inline;
+}
+/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
+html.js fieldset.collapsible {
+  position: relative;
+}
+html.js fieldset.collapsible legend a {
+  display: block;
+}
+/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
+html.js fieldset.collapsible .fieldset-wrapper {
+  overflow: auto;
+}
+
+/*
+** Resizable text areas
+*/
+.resizable-textarea {
+  width: 95%;
+}
+.resizable-textarea .grippie {
+  height: 9px;
+  overflow: hidden;
+  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
+  border: 1px solid #ddd;
+  border-top-width: 0;
+  cursor: s-resize;
+}
+html.js .resizable-textarea textarea {
+  margin-bottom: 0;
+  width: 100%;
+  display: block;
+}
+
+/*
+** Table drag and drop.
+*/
+.draggable a.tabledrag-handle {
+  cursor: move;
+  float: left; /* LTR */
+  height: 1.7em;
+  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
+  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
+  text-decoration: none;
+}
+a.tabledrag-handle:hover {
+  text-decoration: none;
+}
+a.tabledrag-handle .handle {
+  margin-top: 4px;
+  height: 13px;
+  width: 13px;
+  background: url(../../misc/draggable.png) no-repeat 0 0;
+}
+a.tabledrag-handle-hover .handle {
+  background-position: 0 -20px;
+}
+
+/*
+** Teaser splitter
+*/
+.joined + .grippie {
+  height: 5px;
+  background-position: center 1px;
+  margin-bottom: -2px;
+}
+/* Keeps inner content contained in Opera 9. */
+.teaser-checkbox {
+  padding-top: 1px;
+}
+div.teaser-button-wrapper {
+  float: right; /* LTR */
+  padding-right: 5%; /* LTR */
+  margin: 0;
+}
+.teaser-checkbox div.form-item {
+  float: right; /* LTR */
+  margin: 0 5% 0 0; /* LTR */
+  padding: 0;
+}
+textarea.teaser {
+  display: none;
+}
+html.js .no-js {
+  display: none;
+}
+
+/*
+** Progressbar styles
+*/
+.progress {
+  font-weight: bold;
+}
+.progress .bar {
+  background: #fff url(../../misc/progress.gif);
+  border: 1px solid #00375a;
+  height: 1.5em;
+  margin: 0 0.2em;
+}
+.progress .filled {
+  background: #0072b9;
+  height: 1em;
+  border-bottom: 0.5em solid #004a73;
+  width: 0%;
+}
+.progress .percentage {
+  float: right; /* LTR */
+}
+.progress-disabled {
+  float: left; /* LTR */
+}
+.ahah-progress {
+  float: left; /* LTR */
+}
+.ahah-progress .throbber {
+  width: 15px;
+  height: 15px;
+  margin: 2px;
+  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
+  float: left; /* LTR */
+}
+tr .ahah-progress .throbber {
+  margin: 0 2px;
+}
+.ahah-progress-bar {
+  width: 16em;
+}
+
+/*
+** Formatting for welcome page
+*/
+#first-time strong {
+  display: block;
+  padding: 1.5em 0 .5em;
+}
+
+/*
+** To be used with tableselect.js
+*/
+tr.selected td {
+  background: #ffc;
+}
+
+/*
+** Floating header for tableheader.js
+*/
+table.sticky-header {
+  margin-top: 0;
+  background: #fff;
+}
+
+/*
+** Installation clean URLs
+*/
+#clean-url.install {
+  display: none;
+}
+
+/*
+** For anything you want to hide on page load when JS is enabled, so
+** that you can use the JS to control visibility and avoid flicker.
+*/
+html.js .js-hide {
+  display: none;
+}
+
+/*
+** Styles for the system modules page (admin/build/modules)
+*/
+#system-modules div.incompatible {
+  font-weight: bold;
+}
+
+/*
+** Styles for the system themes page (admin/build/themes)
+*/
+#system-themes-form div.incompatible {
+  font-weight: bold;
+}
+
+/*
+** Password strength indicator
+*/
+span.password-strength {
+  visibility: hidden;
+}
+input.password-field {
+  margin-right: 10px; /* LTR */
+}
+div.password-description {
+  padding: 0 2px;
+  margin: 4px 0 0 0;
+  font-size: 0.85em;
+  max-width: 500px;
+}
+div.password-description ul {
+  margin-bottom: 0;
+}
+.password-parent {
+  margin: 0 0 0 0;
+}
+/*
+** Password confirmation checker
+*/
+input.password-confirm {
+  margin-right: 10px; /* LTR */
+}
+.confirm-parent {
+  margin: 5px 0 0 0;
+}
+span.password-confirm {
+  visibility: hidden;
+}
+span.password-confirm span {
+  font-weight: normal;
+}
+
+
+/*
+ * modules/taxonomy/taxonomy.css
+ */
+
+tr.taxonomy-term-preview {
+  background-color: #EEE;
+}
+tr.taxonomy-term-divider-top {
+  border-bottom: none;
+}
+tr.taxonomy-term-divider-bottom {
+  border-top: 1px dotted #CCC;
+}
+.taxonomy-term-description {
+  margin: 5px 0 20px;
+}
+
+
+/*
+ * modules/tracker/tracker.css
+ */
+
+#tracker td.replies {
+  text-align: center;
+}
+#tracker table {
+  width: 100%;
+}
+
+
+/*
+ * modules/update/update-rtl.css
+ */
+
+.update .project {
+  padding-right: .25em;
+}
+
+.update .version-status {
+  float: left;
+  padding-left: 10px;
+}
+
+.update .version-status .icon {
+  padding-right: .5em;
+}
+
+.update table.version .version-title {
+  padding-left: 1em;
+}
+
+.update table.version .version-details {
+  padding-left: .5em;
+  direction: ltr;
+}
+
+.update table.version .version-links {
+  text-align: left;
+  padding-left: 1em;
+}
+
+.update .check-manually {
+  padding-right: 1em;
+}
+
+
+/*
+ * modules/update/update.css
+ */
+
+.update .project {
+  font-weight: bold;
+  font-size: 110%;
+  padding-left: .25em; /* LTR */
+  height: 22px;
+}
+
+.update .version-status {
+  float: right; /* LTR */
+  padding-right: 10px; /* LTR */
+  font-size: 110%;
+  height: 20px;
+}
+
+.update .version-status .icon {
+  padding-left: .5em; /* LTR */
+}
+
+.update .version-date {
+  white-space: nowrap;
+}
+
+.update .info {
+  margin: 0;
+  padding: 1em 1em .25em 1em;
+}
+
+.update tr td {
+  border-top: 1px solid #ccc;
+  border-bottom: 1px solid #ccc;
+}
+
+.update tr.error {
+  background: #fcc;
+}
+
+.update tr.error .version-recommended {
+  background: #fdd;
+}
+
+.update tr.ok {
+  background: #dfd;
+}
+
+.update tr.warning {
+  background: #ffd;
+}
+
+.update tr.warning .version-recommended {
+  background: #ffe;
+}
+
+.current-version, .new-version {
+  direction: ltr; /* Note: version numbers should always be LTR. */
+}
+
+table.update,
+.update table.version {
+  width: 100%;
+  margin-top: .5em;
+}
+
+.update table.version tbody {
+  border: none;
+}
+
+.update table.version tr,
+.update table.version td {
+  line-height: .9em;
+  padding: 0;
+  margin: 0;
+  border: none;
+}
+
+.update table.version .version-title {
+  padding-left: 1em; /* LTR */
+  width: 14em;
+}
+
+.update table.version .version-details {
+  padding-right: .5em; /* LTR */
+}
+
+.update table.version .version-links {
+  text-align: right; /* LTR */
+  padding-right: 1em; /* LTR */
+}
+
+.update table.version-security .version-title {
+  color: #970F00;
+}
+
+.update table.version-recommended-strong .version-title {
+  font-weight: bold;
+}
+
+.update .security-error {
+  font-weight: bold;
+  color: #970F00;
+}
+
+.update .check-manually {
+  padding-left: 1em; /* LTR */
+}
+
+
+/*
+ * modules/user/user-rtl.css
+ */
+
+#permissions td.permission {
+  padding-left: 0;
+  padding-right: 1.5em;
+}
+#access-rules .access-type, #access-rules .rule-type {
+  margin-right: 0;
+  margin-left: 1em;
+  float: right;
+}
+#user-admin-buttons {
+  float: right;
+  margin-left: 0;
+  margin-right: 0.5em;
+  clear: left;
+}
+
+.profile .picture {
+  float: left;
+  margin: 0 0 1em 1em;
+}
+
+
+/*
+ * modules/user/user.css
+ */
+
+#permissions td.module {
+  font-weight: bold;
+}
+#permissions td.permission {
+  padding-left: 1.5em; /* LTR */
+}
+#access-rules .access-type, #access-rules .rule-type {
+  margin-right: 1em; /* LTR */
+  float: left; /* LTR */
+}
+#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
+  margin-top: 0;
+}
+#access-rules .mask {
+  clear: both;
+}
+#user-login-form {
+  text-align: center;
+}
+#user-admin-filter ul {
+  list-style-type: none;
+  padding: 0;
+  margin: 0;
+  width: 100%;
+}
+#user-admin-buttons {
+  float: left; /* LTR */
+  margin-left: 0.5em; /* LTR */
+  clear: right; /* LTR */
+}
+#user-admin-settings fieldset .description {
+  font-size: 0.85em;
+  padding-bottom: .5em;
+}
+
+/* Generated by user.module but used by profile.module: */
+.profile {
+  clear: both;
+  margin: 1em 0;
+}
+.profile .picture {
+  float: right; /* LTR */
+  margin: 0 1em 1em 0; /* LTR */
+}
+.profile h3 {
+  border-bottom: 1px solid #ccc;
+}
+.profile dl {
+  margin: 0 0 1.5em 0;
+}
+.profile dt {
+  margin: 0 0 0.2em 0;
+  font-weight: bold;
+}
+.profile dd {
+  margin: 0 0 1em 0;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts.css	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,35 @@
+
+/* Font pack generated by FontSquirrel */
+
+@font-face {
+	font-family: 'GilliusADFNo2';
+	src: url('fonts/gilliusadfno2-bolditalic-webfont.eot');
+	src: local('☺'), url('fonts/gilliusadfno2-bolditalic-webfont.woff') format('woff'), url('fonts/gilliusadfno2-bolditalic-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-BoldItalic.otf') format('opentype'), url('fonts/gilliusadfno2-bolditalic-webfont.svg#webfontLmhvPwzc') format('svg');
+	font-weight: bold;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'GilliusADFNo2';
+	src: url('fonts/gilliusadfno2-italic-webfont.eot');
+	src: local('☺'), url('fonts/gilliusadfno2-italic-webfont.woff') format('woff'), url('fonts/gilliusadfno2-italic-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Italic.otf') format('opentype'), url('fonts/gilliusadfno2-italic-webfont.svg#webfonteHBtzgS0') format('svg');
+	font-weight: normal;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'GilliusADFNo2';
+	src: url('fonts/gilliusadfno2-bold-webfont.eot');
+	src: local('☺'), url('fonts/gilliusadfno2-bold-webfont.woff') format('woff'), url('fonts/gilliusadfno2-bold-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Bold.otf') format('opentype'), url('fonts/gilliusadfno2-bold-webfont.svg#webfontntXmQMqk') format('svg');
+	font-weight: bold;
+	font-style: normal;
+}
+
+@font-face {
+	font-family: 'GilliusADFNo2';
+	src: url('fonts/gilliusadfno2-regular-webfont.eot');
+	src: local('☺'), url('fonts/gilliusadfno2-regular-webfont.woff') format('woff'), url('fonts/gilliusadfno2-regular-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Regular.otf') format('opentype'), url('fonts/gilliusadfno2-regular-webfont.svg#webfontvJUiAdi3') format('svg');
+	font-weight: normal;
+	font-style: normal;
+}
+
Binary file fonts/GilliusADFNo2-Bold.otf has changed
Binary file fonts/GilliusADFNo2-BoldItalic.otf has changed
Binary file fonts/GilliusADFNo2-Italic.otf has changed
Binary file fonts/GilliusADFNo2-Regular.otf has changed
Binary file fonts/gilliusadfno2-bold-webfont.eot has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/gilliusadfno2-bold-webfont.svg	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,241 @@
+<?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.
+Designer    : Hirwen HARENDAL
+Foundry     : Arkandis Digital Foundry.
+Foundry URL : http://arkandis.tuxfamily.org
+</metadata>
+<defs>
+<font id="webfontntXmQMqk" horiz-adv-x="717" >
+<font-face units-per-em="1000" ascent="750" descent="-250" />
+<missing-glyph horiz-adv-x="325" />
+<glyph unicode=" "  horiz-adv-x="325" />
+<glyph unicode="&#x09;" horiz-adv-x="325" />
+<glyph unicode="&#xa0;" horiz-adv-x="325" />
+<glyph unicode="!" horiz-adv-x="234" d="M167 387l-13 -169h-77l-11 169v305h101v-305zM116 97q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="387" d="M318 377h-93v224h93v-224zM162 377h-93v224h93v-224z" />
+<glyph unicode="#" horiz-adv-x="680" d="M664 407h-160l-32 -133h140v-88h-159l-47 -186h-95l44 186h-99l-53 -186h-93l46 186h-140v88h158l35 133h-143v86h158l51 187h94l-47 -187h109l47 187h94l-46 -187h138v-86zM412 407h-107l-35 -133h107z" />
+<glyph unicode="$" horiz-adv-x="452" d="M265 -100h-69v86q-48 4 -151 45v115q78 -67 145 -67h6v227q-78 21 -116.5 63t-38.5 130q0 87 43.5 138.5t111.5 63.5v49h69v-48q66 -8 115 -37v-104q-38 27 -60.5 37t-54.5 11v-210q158 -53 158 -204q0 -91 -43.5 -141t-114.5 -63v-91zM196 425v165q-37 -26 -38 -79 q0 -65 38 -86zM265 272v-168q37 30 37 81q0 59 -37 87z" />
+<glyph unicode="%" horiz-adv-x="849" d="M821 179q0 -78 -42 -135.5t-125 -57.5t-126 57.5t-43 135.5q0 49 18 92t57.5 72t93.5 30q81 0 124 -58.5t43 -135.5zM684 704l-425 -718h-94l425 718h94zM362 513q0 -81 -42 -137.5t-126 -56.5q-85 0 -124.5 55t-41.5 139q0 77 42 134t124 57q81 0 124.5 -57t43.5 -134z M722 179q0 47 -16.5 82t-51.5 35q-67 0 -69 -117q0 -48 16 -82t53 -34q64 0 68 116zM264 513q0 115 -70 115q-35 0 -51.5 -34t-16.5 -81t16.5 -82.5t51.5 -36.5q68 0 70 119z" />
+<glyph unicode="&#x26;" horiz-adv-x="689" d="M689 0h-139l-58 63q-101 -77 -204 -77q-112 0 -184 63.5t-72 166.5q0 108 116 207q-18 23 -31 49q-12 30 -12 64q0 73 56 120q51 48 138 48q84 0 150 -40l-47 -80l-17 10q-10 6 -12.5 8t-9.5 5t-9.5 3.5t-10.5 1.5t-15 1h-19q-43 0 -66 -23q-29 -19 -29 -48q0 -18 16 -50 q14 -23 52 -64l214 -228q26 42 35 80t11 97h106q-9 -111 -87 -237zM432 124l-224 235q-64 -64 -64 -137q0 -66 43.5 -104.5t108.5 -38.5q44 0 69 9t67 36z" />
+<glyph unicode="'" horiz-adv-x="216" d="M151 692q14 -51 14 -93q0 -68 -30 -131h-46v103q0 44 -23 121h85z" />
+<glyph unicode="(" horiz-adv-x="279" d="M262 -125h-87q-135 219 -135 423q0 199 135 422h86q-59 -118 -85 -211t-27 -211q0 -116 26.5 -212t86.5 -211z" />
+<glyph unicode=")" horiz-adv-x="280" d="M238 298q0 -101 -37.5 -214t-96.5 -209h-87q59 116 86.5 212.5t27.5 210.5t-28 211t-87 211h88q134 -220 134 -422z" />
+<glyph unicode="*" horiz-adv-x="487" d="M456 404l-33 -58l-145 87v-162h-70v162l-142 -87l-34 58l152 84l-153 84l34 60l143 -91v163h70v-163l145 91l32 -60l-154 -84z" />
+<glyph unicode="+" horiz-adv-x="605" d="M585 218h-233v-218h-97v218h-235v82h235v217h97v-217h233v-82z" />
+<glyph unicode="," horiz-adv-x="250" d="M52 60q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5q0 -64 -43.5 -112t-88.5 -48q23 11 42 37t19 50q-29 0 -50 21.5t-21 51.5z" />
+<glyph unicode="-" horiz-adv-x="392" d="M323 193h-254v66h254v-66z" />
+<glyph unicode="." horiz-adv-x="250" d="M52 60q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5z" />
+<glyph unicode="/" horiz-adv-x="350" d="M340 692l-232 -780h-97l231 780h98z" />
+<glyph unicode="0" horiz-adv-x="590" d="M535 344q0 -49 -5.5 -94t-21.5 -94.5t-42 -86t-70 -60t-102 -23.5t-102.5 23.5t-70 60t-41.5 86t-21.5 94.5t-5.5 94q0 40 4 77t13 80t27 77.5t43.5 63.5t65 45.5t88.5 16.5q72 0 122 -34.5t74.5 -92.5t34.5 -114t10 -119zM418 344q0 268 -124 268q-29 0 -51 -13 t-35 -38.5t-21 -50t-11 -60t-4 -56.5t-1 -50q0 -24 0.5 -42t3 -48t7 -51.5t13.5 -46.5t22 -41t32.5 -26.5t44.5 -10.5q124 0 124 266z" />
+<glyph unicode="1" horiz-adv-x="313" d="M235 0h-105v588l-48 -44l-51 63l101 85h103v-692z" />
+<glyph unicode="2" horiz-adv-x="528" d="M480 0h-442v16q8 8 66 87l120 163q62 84 63 85q40 51 57 81t17 64q0 51 -33.5 81t-83.5 30q-84 0 -199 -63v113q124 47 197 47q104 0 170.5 -53t66.5 -150q0 -85 -72 -172l-184 -238h257v-91z" />
+<glyph unicode="3" horiz-adv-x="540" d="M479 206q0 -111 -75 -165.5t-197 -54.5q-23 0 -43 3.5t-30.5 6.5t-35.5 13t-37 14v109l23 -14l18.5 -12t15.5 -8.5t18 -7.5l17 -4q11 -2 23 -2.5t29 -0.5q75 0 116 27t41 96q0 59 -38 87t-101 28h-50v92h53q52 0 86.5 24t34.5 70v2v2q0 47 -35 71.5t-89 24.5 q-25 0 -43.5 -3t-29 -6.5t-32.5 -11.5l-38 -14v99q11 4 31 10.5t30 9.5t25.5 6.5t31 5t33.5 1.5q99 0 166.5 -47t67.5 -137q0 -48 -28 -86.5t-79 -61.5q58 -22 89.5 -66.5t31.5 -99.5z" />
+<glyph unicode="4" horiz-adv-x="557" d="M532 160h-96v-160h-110v160h-300v21l369 511h41v-441h96v-91zM326 251v217l-156 -217h156z" />
+<glyph unicode="5" horiz-adv-x="531" d="M489 226q0 -116 -71.5 -178t-195.5 -62q-92 0 -184 33v110q86 -46 182 -46q69 0 110 36.5t41 106.5q0 67 -41.5 103.5t-109.5 36.5l-153 -1l2 327h368v-95h-268l-1 -133h68q116 0 183.5 -64.5t69.5 -173.5z" />
+<glyph unicode="6" horiz-adv-x="565" d="M526 225q0 -105 -61.5 -172t-171.5 -67q-66 1 -115.5 25t-78 65t-42 89.5t-13.5 104.5v12q0 64 25 126t61 108t81.5 86.5t81.5 64t66 37.5l62 -56q-72 -40 -153 -116t-82 -112q46 40 112 42q110 0 169 -65.5t59 -171.5zM419 225q0 64 -32 105t-94 41q-67 0 -95.5 -42.5 t-28.5 -97.5q0 -56 34 -104.5t89 -48.5h1q62 0 94 41t32 106z" />
+<glyph unicode="7" horiz-adv-x="492" d="M467 644l-253 -658l-108 40l225 571h-311v95h447v-48z" />
+<glyph unicode="8" horiz-adv-x="578" d="M526 199q0 -105 -62.5 -159t-174.5 -54q-113 0 -176.5 54t-63.5 159q0 58 32 101.5t93 66.5q-109 45 -109 153q0 89 63.5 136.5t160.5 47.5t160 -47t64 -137q0 -100 -100 -152q110 -48 113 -169zM395 511q0 44 -31.5 72.5t-74.5 28.5q-49 0 -79 -26.5t-30 -74.5 q0 -49 29.5 -74.5t79.5 -25.5q44 0 75 27.5t31 72.5zM410 199q0 57 -32.5 88t-88.5 31q-57 0 -89.5 -30.5t-32.5 -88.5q0 -60 32 -90.5t90 -30.5q55 0 88 31.5t33 89.5z" />
+<glyph unicode="9" horiz-adv-x="566" d="M38 465q0 105 61.5 172t171.5 67q66 -1 115.5 -25t78 -65t42 -89.5t13.5 -104.5v-12q0 -71 -32 -142t-82.5 -125.5t-95.5 -92.5t-88 -64l-69 54q56 29 140 112.5t85 119.5q-46 -40 -112 -42q-110 0 -169 65.5t-59 171.5zM145 465q0 -64 32 -105t94 -41q67 0 95.5 42.5 t28.5 97.5q0 56 -34 104.5t-89 48.5h-1q-62 0 -94 -41t-32 -106z" />
+<glyph unicode=":" horiz-adv-x="250" d="M52 337q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM52 60q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5z" />
+<glyph unicode=";" horiz-adv-x="250" d="M52 337q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM52 60q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5q0 -64 -43.5 -112t-88.5 -48q23 11 42 37t19 50q-29 0 -50 21.5t-21 51.5z" />
+<glyph unicode="&#x3c;" horiz-adv-x="631" d="M588 38l-565 181v78l565 182v-88l-420 -133l420 -132v-88z" />
+<glyph unicode="=" horiz-adv-x="704" d="M635 297h-566v77h566v-77zM635 142h-566v79h566v-79z" />
+<glyph unicode="&#x3e;" horiz-adv-x="633" d="M610 219l-567 -181v88l421 132l-421 133v88l567 -182v-78z" />
+<glyph unicode="?" horiz-adv-x="419" d="M392 534q0 -40 -17 -67t-55 -65l-40 -46q-33 -36 -39.5 -51t-6.5 -61v-67h-62l-46 81q-10 17 -10 35q0 8 2 16t7 17t9 15t14 16l13 14l16 15l15 15l42 49q39 36 43 80q0 38 -26 58t-66 21h-11q-22 0 -41.5 -8t-54.5 -33l-33 83q88 53 157 53q86 0 137.5 -44.5 t52.5 -125.5zM207 97q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="@" horiz-adv-x="887" d="M858 303q0 -123 -80 -194.5t-222 -72.5v49q-48 -50 -125 -50q-92 0 -142 63t-50 150q0 89 49.5 152t142.5 64q91 0 125 -45v35h97v-328q98 23 102 175q0 111 -81.5 190.5t-211.5 82.5q-144 0 -236.5 -96t-92.5 -227q0 -146 94 -234t227 -88q113 0 219 78l60 -71 q-73 -52 -136 -76t-143 -25q-177 0 -299 116t-122 300q0 80 27 153.5t78.5 133t135 94.5t186.5 35q90 0 166 -30t126 -81t78 -116.5t28 -136.5zM546 248q0 54 -27 91q-29 31 -72 31q-47 0 -71 -34t-26 -88q0 -52 25.5 -87t72.5 -35q48 0 72 34.5t26 87.5z" />
+<glyph unicode="A" d="M710 0h-132l-65 173h-309l-66 -173h-131l285 692h132zM476 265l-116 308l-119 -308h235z" />
+<glyph unicode="B" horiz-adv-x="625" d="M588 199q0 -102 -68 -150.5t-188 -48.5h-263v692h243q232 0 239 -176q0 -46 -23 -85t-61 -57q121 -50 121 -175zM435 507q0 89 -132 93h-121v-188h133q119 0 120 95zM466 207q0 62 -35 87.5t-105 25.5h-144v-228h144q69 0 104.5 27t35.5 88z" />
+<glyph unicode="C" horiz-adv-x="679" d="M641 57q-100 -71 -238 -71q-177 0 -270 99.5t-93 258.5t92.5 259.5t270.5 100.5q127 0 238 -68v-121q-53 50 -108 72t-130 22q-64 0 -111.5 -20.5t-74.5 -57.5t-40.5 -83t-14.5 -104q0 -119 58.5 -191.5t182.5 -72.5q73 0 127 21t111 69v-113z" />
+<glyph unicode="D" horiz-adv-x="727" d="M684 347q0 -182 -100 -264.5t-308 -82.5h-207v692h207q209 0 308.5 -81.5t99.5 -263.5zM564 347q0 132 -65.5 191t-210.5 61h-106v-507h106q142 0 209 62.5t67 192.5z" />
+<glyph unicode="E" horiz-adv-x="582" d="M552 0h-483v692h474v-94h-362v-184h346v-93h-346v-228h371v-93z" />
+<glyph unicode="F" horiz-adv-x="519" d="M500 598h-319v-182h287v-94h-287v-322h-112v692h431v-94z" />
+<glyph unicode="G" horiz-adv-x="732" d="M682 68q-118 -82 -276 -82q-180 0 -272.5 97.5t-92.5 260.5t92.5 261.5t273.5 98.5q140 0 254 -68v-119q-62 51 -117 71.5t-134 20.5q-130 0 -187 -69.5t-60 -195.5q0 -123 61.5 -193.5t190.5 -70.5q82 0 154 28v169h-163v91h276v-300z" />
+<glyph unicode="H" horiz-adv-x="696" d="M627 0h-114v321h-331v-321h-113v692h113v-278h331v278h114v-692z" />
+<glyph unicode="I" horiz-adv-x="251" d="M182 0h-113v692h113v-692z" />
+<glyph unicode="J" horiz-adv-x="264" d="M195 52q0 -120 -46 -180.5t-163 -60.5h-46v95h42q61 0 80.5 37t19.5 109v640h113v-640z" />
+<glyph unicode="K" horiz-adv-x="669" d="M670 0h-157l-331 318v-318h-113v692h113v-279l307 279h159l-369 -323z" />
+<glyph unicode="L" horiz-adv-x="546" d="M537 0h-468v692h113v-599h355v-93z" />
+<glyph unicode="M" horiz-adv-x="811" d="M742 0h-109v498l-225 -368l-226 368v-498h-113v692h122l217 -366l227 366h107v-692z" />
+<glyph unicode="N" horiz-adv-x="692" d="M623 0h-116l-325 496v-496h-113v692h112l334 -511v511h108v-692z" />
+<glyph unicode="O" horiz-adv-x="761" d="M719 343q0 -73 -20.5 -136t-60.5 -113t-106.5 -79t-152.5 -29q-85 0 -151.5 29.5t-106.5 80t-60.5 113.5t-20.5 134t20.5 134t60.5 114t106.5 81t151.5 30q86 0 153 -29.5t107 -80.5t60 -114t20 -135zM597 343q0 51 -12 96t-36.5 84t-68 61.5t-101.5 22.5t-101.5 -23 t-68 -62t-36 -84t-11.5 -95q0 -49 12 -94t36.5 -84t68 -62.5t100.5 -23.5q56 0 99.5 23t68.5 61.5t37.5 84t12.5 95.5z" />
+<glyph unicode="P" horiz-adv-x="569" d="M540 481q0 -107 -65 -160t-187 -53h-109v-268h-110v692h222q120 0 184.5 -53t64.5 -158zM419 481q0 115 -128 118h-112v-236h112q60 0 93.5 30.5t34.5 87.5z" />
+<glyph unicode="Q" horiz-adv-x="762" d="M597 341q0 52 -12 98t-36.5 85t-68 62t-101.5 23q-76 0 -127 -41t-70.5 -99t-19.5 -128q0 -66 20.5 -123.5t71.5 -99.5t125 -42q56 0 99 23t68.5 62t38 84.5t12.5 95.5zM718 -114l-40 -94q-45 0 -107.5 35t-108 80.5t-49.5 76.5q-14 0 -20.5 -1t-12.5 -1 q-85 0 -151.5 29.5t-107 80t-61 114t-20.5 135.5t20.5 135.5t60.5 115.5t106.5 82t151.5 30q168 0 254 -104t86 -259q0 -240 -183 -328v-1q0 -46 70.5 -86t111.5 -40z" />
+<glyph unicode="R" horiz-adv-x="605" d="M360 312q53 -12 104.5 -72t82 -125t41.5 -115h-101q-15 37 -33.5 73.5t-53.5 89.5t-83.5 86t-102.5 34h-33v-283h-112v692h198q248 0 248 -202q0 -61 -40 -109t-115 -69zM394 490q0 107 -127 110h-86v-223h87q60 0 93 28.5t33 84.5z" />
+<glyph unicode="S" horiz-adv-x="452" d="M423 195q0 -109 -61 -159t-153 -50q-54 0 -164 45v115q78 -67 145 -67q41 0 76.5 26t35.5 80q0 34 -13.5 57.5t-26 32t-36.5 20.5l-26 10q-81 22 -120 63.5t-39 130.5q0 100 56 152.5t137 52.5q78 0 146 -39v-104q-39 28 -61.5 38t-57.5 10q-40 0 -71 -23.5t-32 -74.5 q0 -46 14 -64.5t42 -29.5l28 -11q181 -50 181 -211z" />
+<glyph unicode="T" horiz-adv-x="662" d="M648 598h-259v-598h-114v598h-261v94h634v-94z" />
+<glyph unicode="U" horiz-adv-x="678" d="M616 262q0 -276 -275 -276q-278 0 -278 276v430h112v-418q0 -98 34.5 -146.5t131.5 -48.5q93 0 127.5 49.5t34.5 145.5v418h113v-430z" />
+<glyph unicode="V" horiz-adv-x="718" d="M710 692l-349 -706l-352 706h128l224 -459l219 459h130z" />
+<glyph unicode="W" horiz-adv-x="997" d="M978 692l-261 -706l-216 484l-221 -484l-261 706h125l160 -422l197 438l201 -432l151 416h125z" />
+<glyph unicode="X" horiz-adv-x="673" d="M664 0h-133l-194 283l-201 -283h-132l263 371l-230 321h133l173 -247l174 247h132l-234 -332z" />
+<glyph unicode="Y" horiz-adv-x="638" d="M639 692l-261 -365v-327h-118v327l-260 365h132l187 -274l188 274h132z" />
+<glyph unicode="Z" horiz-adv-x="676" d="M650 0h-622v81l456 517h-444v94h598l2 -79l-455 -522h465v-91z" />
+<glyph unicode="[" horiz-adv-x="297" d="M272 -125h-203v846h203v-82h-102v-684h102v-80z" />
+<glyph unicode="\" horiz-adv-x="352" d="M340 -88h-98l-231 780h97z" />
+<glyph unicode="]" horiz-adv-x="297" d="M228 -125h-202v80h101v684h-101v82h202v-846z" />
+<glyph unicode="^" horiz-adv-x="645" d="M625 437l-113 -4l-190 169l-193 -169l-110 4l252 255h100z" />
+<glyph unicode="_" horiz-adv-x="490" d="M495 -224h-505v67h505v-67z" />
+<glyph unicode="`" horiz-adv-x="315" d="M285 508h-95l-156 152h118z" />
+<glyph unicode="a" horiz-adv-x="550" d="M520 90q-2 -32 -34 -67t-66 -35q-31 0 -52.5 17.5t-21.5 40.5q-50 -58 -135 -58q-78 0 -122.5 39.5t-45.5 111.5q1 77 56 116t143 40q57 -2 104 -15v15q0 39 -30.5 59t-76.5 21q-50 0 -85 -11.5t-74 -42.5v94q59 50 166 50q100 -1 153.5 -45.5t53.5 -125.5v-188 q1 -30 33 -30q20 0 34 14zM346 200q-32 13 -94 15q-54 -1 -74 -17t-21 -55q0 -34 20.5 -50t54.5 -16q114 0 114 123z" />
+<glyph unicode="b" horiz-adv-x="564" d="M68 692h108v-241q42 11 87 11q118 0 186 -64t68 -173q-2 -108 -67.5 -172.5t-181.5 -64.5q-138 0 -200 32v672zM176 362v-272q40 -14 83 -14q137 3 137 149q0 69 -35.5 108.5t-101.5 39.5q-48 -3 -83 -11z" />
+<glyph unicode="c" horiz-adv-x="482" d="M437 19q-89 -31 -148 -31q-115 0 -178.5 64.5t-65.5 172.5q0 109 65.5 173t183.5 64q14 0 27.5 -1.5t23.5 -3t24 -5t21 -6.5l24 -7q16 -5 23 -7v-95l-23 9q-16 7 -20.5 8.5t-16 6t-17.5 5.5l-16 3q-11 2 -21.5 2.5t-24.5 1.5q-66 0 -99 -39t-33 -109q0 -146 132 -149 q25 0 44.5 3.5t26.5 5.5t33 13l35 16v-95z" />
+<glyph unicode="d" horiz-adv-x="562" d="M494 692v-672q-91 -32 -200 -32q-116 0 -181.5 64.5t-67.5 172.5q0 109 68 173t186 64q45 0 87 -11v241h108zM386 362q-35 8 -83 11q-66 0 -101.5 -39.5t-35.5 -108.5q0 -146 137 -149q43 0 83 14v272z" />
+<glyph unicode="e" horiz-adv-x="540" d="M494 206h-331v-2q0 -49 35.5 -87t92.5 -38q63 0 99 13.5t101 53.5v-96q-40 -26 -98 -44t-106 -18q-112 0 -177.5 64.5t-65.5 168.5q0 99 62 170t168 71q108 0 164 -57.5t56 -156.5v-42zM384 286q-6 87 -110 87q-80 0 -108 -87h218z" />
+<glyph unicode="f" horiz-adv-x="308" d="M279 371h-69v-371h-113v371h-69v80h69v57q2 93 58 138t127 46h26v-88h-27q-71 0 -71 -89v-64h69v-80z" />
+<glyph unicode="g" horiz-adv-x="477" d="M461 -79q0 -63 -70 -112t-166 -49q-95 0 -155.5 49t-60.5 113q0 82 84 127q-48 33 -48 70q0 30 17 47.5t44 19.5q-37 42 -37 104q1 69 52 119t120 51q31 0 64 -13h133v-70h-64q29 -37 29 -87q0 -72 -49 -121.5t-118 -49.5q-16 0 -43 5.5t-38 15.5h-4q-24 0 -25 -20 q0 -11 25 -23.5t48 -12.5q10 1 26 1q91 0 163.5 -44.5t72.5 -119.5zM312 292q0 35 -22 60t-54 25t-54 -25t-22 -60t22.5 -60t53.5 -25t53.5 25t22.5 60zM344 -79q0 37 -33.5 60t-86.5 23q-51 0 -80 -23t-29 -60t29 -59t80 -22q54 0 87 22t33 59z" />
+<glyph unicode="h" horiz-adv-x="558" d="M495 0h-113v262q0 54 -19 80t-67 27q-50 0 -83.5 -33.5t-34.5 -88.5v-247h-109v692h109v-290q45 60 137 60q90 0 135 -54.5t45 -141.5v-266z" />
+<glyph unicode="i" horiz-adv-x="246" d="M177 0h-108v451h108v-451zM123 691q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="j" horiz-adv-x="246" d="M177 -74q0 -90 -34 -129q-26 -24 -72 -37l-39 75q16 6 28 23q9 16 9 68v525h108v-525zM123 691q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="k" horiz-adv-x="548" d="M537 0h-143l-216 227v-227h-109v692h109v-437l209 196h141l-216 -206z" />
+<glyph unicode="l" horiz-adv-x="246" d="M177 0h-108v692h108v-692z" />
+<glyph unicode="m" horiz-adv-x="861" d="M798 0h-114v266q0 52 -17.5 78.5t-61.5 26.5q-56 0 -84.5 -31.5t-30.5 -86.5v-253h-115v266q0 53 -17.5 79t-62.5 26h-4q-47 0 -77.5 -33.5t-32.5 -84.5v-253h-112v450h112v-47q57 59 137 59q100 0 143 -81q63 81 166 81q89 0 130 -55t41 -139v-268z" />
+<glyph unicode="n" horiz-adv-x="558" d="M495 0h-113v266q0 53 -19.5 79t-66.5 26q-52 0 -84.5 -32t-33.5 -86v-253h-109v450h109v-46q49 58 137 58q91 0 135.5 -53t44.5 -141v-268z" />
+<glyph unicode="o" horiz-adv-x="557" d="M511 225q-1 -99 -63.5 -167.5t-169.5 -69.5q-105 1 -169 71t-65 166q1 103 63.5 170t170.5 67t170.5 -70.5t62.5 -166.5zM392 225q-1 59 -31.5 101.5t-82.5 43.5q-56 -1 -84 -41t-28 -101q0 -26 4.5 -49t16 -46.5t35 -37.5t56.5 -15q50 0 81.5 43t32.5 102z" />
+<glyph unicode="p" horiz-adv-x="563" d="M67 -241v676q78 28 200 28q116 0 181.5 -64.5t67.5 -172.5q0 -109 -68 -173t-186 -64q-45 0 -87 11v-241h-108zM175 89q35 -8 83 -11q66 0 101.5 39.5t35.5 108.5t-36 108t-101 41q-54 0 -83 -10v-276z" />
+<glyph unicode="q" horiz-adv-x="562" d="M494 -241h-108v241q-42 -11 -87 -11q-118 0 -186 64t-68 173q2 108 67.5 172.5t181.5 64.5q109 0 200 -28v-676zM386 89v276q-29 10 -83 10q-137 -3 -137 -149q0 -69 35.5 -108.5t101.5 -39.5q48 3 83 11z" />
+<glyph unicode="r" horiz-adv-x="405" d="M335 325q-53 45 -92 45h-5q-27 -2 -43.5 -22.5t-16.5 -55.5v-292h-109v450h109v-42q31 47 89 50q28 0 61.5 -10.5t42.5 -21.5z" />
+<glyph unicode="s" horiz-adv-x="417" d="M375 132q0 -75 -52 -109.5t-123 -34.5q-55 0 -150 30v102l39 -22q7 -4 26 -11.5t33 -8.5t39 -2q69 0 71 48q0 9 -1.5 16.5t-5.5 13.5l-7 8q-2 4 -9 7.5t-9.5 4.5t-11.5 4t-11 4l-18 5q-63 13 -97.5 44t-36.5 92q0 73 46 106t116 33q75 0 135 -27v-95q-10 4 -26 11.5 t-21 9.5t-14.5 5.5t-17.5 4t-19.5 1.5t-29.5 2q-54 0 -56 -46q0 -9 3 -16t5.5 -11.5t10 -8.5t10 -5.5t12 -4.5t10.5 -3l15 -4q70 -15 107.5 -46t37.5 -97z" />
+<glyph unicode="t" horiz-adv-x="388" d="M35 377v24l100 179h65v-124h130v-79h-130v-237q0 -41 12 -54t51 -13h10q46 0 85 19v-87q-47 -19 -95 -19q-95 0 -134 33.5t-39 120.5v237h-55z" />
+<glyph unicode="u" horiz-adv-x="561" d="M492 0h-113v47q-56 -59 -133 -59q-90 0 -136.5 54t-46.5 140v269h114v-267q0 -52 19.5 -78.5t67.5 -26.5q57 0 86 32t29 87v253h113v-451z" />
+<glyph unicode="v" horiz-adv-x="528" d="M509 451l-245 -465l-244 465h106l138 -263l137 263h108z" />
+<glyph unicode="w" horiz-adv-x="721" d="M693 451l-181 -465l-150 293l-148 -293l-186 465h103l97 -238l134 252l136 -252l93 238h102z" />
+<glyph unicode="x" horiz-adv-x="526" d="M507 0h-115l-129 166l-133 -166h-114l186 237l-171 214h118l116 -150l117 150h116l-173 -218z" />
+<glyph unicode="y" horiz-adv-x="514" d="M497 451l-270 -624q-16 -34 -52.5 -50.5t-70.5 -16.5l-36 72q15 0 39 10.5t31 27.5l72 166l-194 415h108l142 -302l122 302h109z" />
+<glyph unicode="z" horiz-adv-x="499" d="M453 420l-234 -328h232v-92h-407v25l242 334h-231v92h398v-31z" />
+<glyph unicode="{" horiz-adv-x="404" d="M382 -155h-40q-113 0 -157 36q-40 37 -40 140v109q0 61 -20 88q-21 24 -76 24h-39v82h39q53 0 76 26q20 23 20 85v110q0 106 41 141q41 34 156 35h40v-83h-42q-59 0 -71 -18q-12 -15 -14 -77v-113q0 -74 -24 -105q-13 -24 -54 -42q41 -16 54 -37q24 -30 24 -109v-114 q0 -57 14 -77q13 -16 71 -18h42v-83z" />
+<glyph unicode="|" horiz-adv-x="226" d="M157 -224h-88v948h88v-948z" />
+<glyph unicode="}" horiz-adv-x="401" d="M391 242h-38q-55 0 -76 -24q-20 -24 -20 -88v-109q0 -104 -42 -140q-41 -36 -154 -36h-39v83h42q57 0 68 17q16 19 16 78v114q0 76 21 108q13 21 57 38q-44 17 -57 42q-21 28 -21 105v113q0 61 -16 77q-9 16 -68 18h-42v83h39q113 0 154 -35q42 -33 42 -141v-110 q0 -62 20 -86q23 -25 76 -25h38v-82z" />
+<glyph unicode="~" horiz-adv-x="675" d="M621 256q-44 -26 -90 -43q-38 -9 -83 -11q-50 0 -111 20q-60 22 -119 24q-35 0 -68 -12q-40 -12 -95 -46v77q41 23 88 41q46 12 86 12h10q64 0 119 -25q67 -19 99 -19q28 0 66 10q71 31 98 45v-73z" />
+<glyph unicode="&#xa1;" horiz-adv-x="236" d="M168 0h-102v306l10 168h83l9 -168v-306zM118 691q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="&#xa2;" horiz-adv-x="475" d="M445 20q-49 -28 -124 -39v-126h-67v129q-113 12 -168.5 86t-55.5 189q0 114 56 187.5t168 87.5v129h67v-130q75 -8 124 -36v-96q-36 25 -56.5 32.5t-67.5 13.5v-377q62 4 124 44v-94zM254 73v370q-59 -13 -84 -60t-27 -124q0 -160 111 -186z" />
+<glyph unicode="&#xa3;" horiz-adv-x="514" d="M308 468l-42 -101h148v-80h-172l-70 -194h316v-93h-472l112 287h-87v80h111l41 98q3 6 13 31l12 34l14.5 31.5t17 32.5t19.5 28.5t24 27.5t28 21.5t34.5 18t40 10t47.5 4.5q33 0 115 -30l-43 -84q-3 1 -10 7.5t-19.5 10.5t-34.5 4q-18 0 -31 -4t-32 -17t-39 -43.5 t-41 -79.5z" />
+<glyph unicode="&#xa4;" horiz-adv-x="621" d="M561 102l-71 -62l-89 89q-64 -32 -107 -32t-109 31l-87 -91l-68 63l93 92q-32 64 -32 104q0 44 34 103l-93 93l69 63l86 -91q58 29 107 29q45 0 107 -29l92 93l68 -64l-96 -94q31 -59 31 -103q0 -21 -5.5 -40t-9.5 -27t-18 -33zM405 296q0 48 -34 83.5t-79 35.5 q-44 0 -75.5 -35.5t-33.5 -83.5q0 -50 32 -86.5t79 -36.5q46 0 78.5 37.5t32.5 85.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="572" d="M554 692l-142 -266h115v-72h-152l-33 -63v-14h185v-71h-183v-206h-115v206h-183v71h184l-2 14l-32 63h-150v72h115l-142 266h105l163 -310l160 310h107z" />
+<glyph unicode="&#xa6;" horiz-adv-x="226" d="M157 303h-88v360h88v-360zM157 -162h-88v361h88v-361z" />
+<glyph unicode="&#xa7;" horiz-adv-x="457" d="M424 289q0 -43 -19 -72.5t-58 -57.5q25 -22 35.5 -44t14.5 -55q-1 -73 -51 -111.5t-128 -38.5q-68 0 -149 29v93q76 -34 139 -37q32 0 56 15t24 47q0 25 -33.5 54.5t-68.5 45.5q-6 4 -30 19l-30 18l-24.5 17t-24 20t-17.5 20t-15.5 24.5t-7.5 27t-4 32.5q0 81 78 130 q-26 21 -37.5 42t-13.5 56q0 68 50.5 104.5t124.5 36.5q70 0 142 -29v-91q-4 2 -21.5 8.5t-22.5 8.5t-19 6.5t-22 6t-20.5 3.5t-24.5 3q-33 0 -56.5 -14.5t-23.5 -44.5q0 -36 79 -84l21 -9q85 -50 111 -75q46 -44 46 -104zM327 275q0 22 -13.5 42.5t-42.5 41t-44.5 30 t-46.5 26.5q-6 4 -9 5l-19 -20q-7 -7 -14.5 -22t-8.5 -32q0 -22 15 -44t44 -42t48 -30.5t49 -25.5l9 9q8 8 10.5 11t8 10.5t8 12.5t4.5 12.5t2 15.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="382" d="M108 664q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM267 664q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="644" d="M609 299q0 -122 -79.5 -210.5t-208.5 -88.5q-116 0 -202 82.5t-86 216.5q0 121 79.5 210t208.5 89q128 0 208 -89t80 -210zM540 299q0 99 -59.5 167.5t-159.5 71.5q-86 0 -153 -67t-67 -171q0 -97 62.5 -168t157.5 -71q90 0 154.5 68.5t64.5 169.5zM441 140 q-49 -27 -111 -27q-85 0 -135 49t-51 137q0 88 51 136.5t135 48.5q61 0 111 -24v-73q-28 18 -48.5 24t-58.5 6q-49 0 -76 -31t-27 -87q0 -58 28.5 -89t79.5 -31q49 0 102 29v-68z" />
+<glyph unicode="&#xaa;" horiz-adv-x="443" d="M379 282h-97v27q-18 -16 -46.5 -26t-52.5 -10q-58 0 -95.5 27.5t-38.5 79.5q0 117 176 117h57q-4 43 -80 43q-22 0 -50 -7q-33 -9 -75 -25v80q17 6 72 18q31 6 63 6q167 0 167 -148v-182zM379 189h-317v72h317v-72zM282 429l-47 1q-20 0 -31.5 -1t-26.5 -5t-22.5 -13.5 t-7.5 -25.5q0 -37 55 -37q37 0 58.5 22t21.5 59z" />
+<glyph unicode="&#xab;" horiz-adv-x="496" d="M438 57l-230 164v40l230 165v-96l-116 -88l116 -90v-95zM255 57l-229 164v40l229 165v-96l-115 -88l115 -90v-95z" />
+<glyph unicode="&#xac;" horiz-adv-x="677" d="M608 115h-106v146h-470v86h576v-232z" />
+<glyph unicode="&#xad;" horiz-adv-x="392" d="M323 193h-254v66h254v-66z" />
+<glyph unicode="&#xae;" horiz-adv-x="644" d="M609 299q0 -124 -85 -211.5t-203 -87.5q-129 0 -208.5 89t-79.5 210q0 131 87 215t201 84t201 -84t87 -215zM539 300q0 99 -59 167t-159 71q-86 0 -150 -67t-64 -171q0 -98 60.5 -168.5t153.5 -70.5q90 0 154 64t64 175zM478 133h-79l-50 85q-16 31 -25.5 40.5 t-34.5 11.5h-13v-137h-78v341h116q67 0 104.5 -21.5t37.5 -79.5q0 -66 -66 -87q14 -12 27 -30.5t19 -30t21.5 -46t20.5 -46.5zM372 373q0 27 -15.5 35t-45.5 9h-35v-89h35q29 0 45 8.5t16 36.5z" />
+<glyph unicode="&#xaf;" horiz-adv-x="417" d="M348 555h-279v59h279v-59z" />
+<glyph unicode="&#xb0;" horiz-adv-x="353" d="M300 500q0 -47 -36 -79.5t-88 -32.5t-89 33t-37 79t37 79t89 33t88 -32.5t36 -79.5zM211 499q0 17 -10.5 29t-24.5 12q-16 0 -25.5 -11.5t-9.5 -29.5t9.5 -29.5t25.5 -11.5q14 0 24.5 12t10.5 29z" />
+<glyph unicode="&#xb1;" horiz-adv-x="652" d="M614 279h-235v-149h-105v149h-236v91h236v147h105v-147h235v-91zM614 0h-576v92h576v-92z" />
+<glyph unicode="&#xb2;" horiz-adv-x="304" d="M279 610q0 -10 -4 -21t-13 -26t-16.5 -26t-23.5 -30l-22 -28q-7 -9 -25.5 -30.5t-23.5 -26.5l129 1v-73h-261v13q3 3 23 26l42 49l42 50q20 24 21 25q31 44 38 64q0 23 -17.5 36.5t-43.5 13.5q-42 0 -102 -51v91q74 38 117 38q62 0 100.5 -25t39.5 -70z" />
+<glyph unicode="&#xb3;" horiz-adv-x="315" d="M281 452q0 -57 -44.5 -85t-117.5 -28q-18 0 -28 3t-25 12.5t-26 14.5v57q9 -2 32.5 -12t47.5 -10q36 0 50 9.5t14 34.5q0 56 -59 56h-32v59h34q43 20 43 33v3q0 37 -48 37q-16 0 -26.5 -5t-23.5 -15.5t-25 -16.5v79q11 4 27 12.5t27 11.5t29 3q60 0 100.5 -23.5 t40.5 -69.5q0 -52 -83 -75q46 -11 69.5 -34t23.5 -51z" />
+<glyph unicode="&#xb4;" horiz-adv-x="314" d="M281 660l-156 -152h-95l132 152h119z" />
+<glyph unicode="&#xb5;" horiz-adv-x="582" d="M557 4q-29 -25 -70 -25q-57 0 -86 52q-46 -52 -117 -52q-63 0 -105 45v-196h-110v623h110v-281q0 -99 99 -99q106 0 106 114v266h108v-345q0 -30 18 -30h12q2 0 7 1.5t6 2.5t8.5 5.5t13.5 8.5v-90z" />
+<glyph unicode="&#xb6;" horiz-adv-x="515" d="M446 -80h-94v606h-45v-606h-92v328q-83 7 -135 49q-55 51 -55 128q0 81 61 130q60 46 157 46h203v-681z" />
+<glyph unicode="&#xb7;" horiz-adv-x="223" d="M108 343q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="&#xb8;" horiz-adv-x="291" d="M144 -160q-33 0 -50 5t-50 22l17 63q34 -20 51 -20q30 0 30 18q0 8 -21.5 34t-21.5 38v45h77v-45q0 -11 24.5 -37.5t27.5 -40.5q0 -1 0.5 -3.5t0.5 -3.5q0 -26 -23 -50t-62 -25z" />
+<glyph unicode="&#xb9;" horiz-adv-x="188" d="M150 350h-84v287l-24 -23l-26 32l51 50h83v-346z" />
+<glyph unicode="&#xba;" horiz-adv-x="455" d="M403 443q0 -79 -45 -124.5t-130 -45.5t-132 45.5t-47 124.5t47 124t132 45t129.5 -45t45.5 -124zM386 189h-317v72h317v-72zM304 443q0 43 -19.5 70t-56.5 27q-36 0 -57 -28t-21 -69q0 -42 21 -69t57 -27q35 0 55.5 27.5t20.5 68.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="494" d="M469 221l-232 -164v95l117 90l-117 88v96l232 -165v-40zM287 221l-230 -164v95l116 90l-116 88v96l230 -165v-40z" />
+<glyph unicode="&#xbc;" horiz-adv-x="772" d="M184 350h-84v287l-24 -23l-26 32l51 50h83v-346zM722 70h-48v-70h-88v70h-156v17l211 259h33v-202h48v-74zM586 144v73l-60 -73h60zM644 704l-432 -718h-106l430 718h108z" />
+<glyph unicode="&#xbd;" horiz-adv-x="806" d="M174 350h-84v287l-24 -23l-26 32l51 50h83v-346zM755 260q0 -10 -4 -21t-13 -26t-16.5 -26t-23.5 -30l-22 -28q-7 -9 -25.5 -30.5t-23.5 -26.5l129 1v-73h-261v13q3 3 23 26l42 49l42 50q20 24 21 25q31 44 38 64q0 23 -17.5 36.5t-43.5 13.5q-42 0 -102 -51v91 q74 38 117 38q62 0 100.5 -25t39.5 -70zM643 704l-431 -718h-106l430 718h107z" />
+<glyph unicode="&#xbe;" horiz-adv-x="838" d="M291 452q0 -57 -44.5 -85t-117.5 -28q-18 0 -28 3t-25 12.5t-26 14.5v57q9 -2 32.5 -12t47.5 -10q36 0 50 9.5t14 34.5q0 56 -59 56h-32v59h34q43 20 43 33v3q0 37 -48 37q-16 0 -26.5 -5t-23.5 -15.5t-25 -16.5v79q11 4 27 12.5t27 11.5t29 3q60 0 100.5 -23.5 t40.5 -69.5q0 -52 -83 -75q46 -11 69.5 -34t23.5 -51zM788 70h-48v-70h-88v70h-156v17l211 259h33v-202h48v-74zM652 144v73l-60 -73h60zM707 704l-430 -718h-107l432 718h105z" />
+<glyph unicode="&#xbf;" horiz-adv-x="421" d="M398 41q-85 -55 -179 -55q-88 0 -140 44t-52 125q0 29 11 54t23.5 40t38.5 41l39 46q19 18 27 32t15 41q1 10 1 37v64h108v-78q0 -48 -14 -77t-50 -65l-76 -91q-9 -18 -9 -40q0 -37 25 -56q23 -24 67 -24q74 0 165 69v-107zM236 692q24 0 40 -16.5t16 -39.5t-16 -39 t-40 -16t-40 16t-16 39t16 39.5t40 16.5z" />
+<glyph unicode="&#xc0;" d="M484 762h-95l-156 152h118zM710 0h-132l-65 173h-309l-66 -173h-131l285 692h132zM476 265l-116 308l-119 -308h235z" />
+<glyph unicode="&#xc1;" d="M484 914l-156 -152h-95l132 152h119zM710 0h-132l-65 173h-309l-66 -173h-131l285 692h132zM476 265l-116 308l-119 -308h235z" />
+<glyph unicode="&#xc2;" d="M516 762h-90l-68 76l-66 -76h-92l118 152h80zM710 0h-132l-65 173h-309l-66 -173h-131l285 692h132zM476 265l-116 308l-119 -308h235z" />
+<glyph unicode="&#xc3;" d="M509 876q0 -47 -24.5 -80t-71.5 -34q-30 0 -67 20l-45 29q-10 -1 -10 -22q0 -3 0.5 -12.5t0.5 -14.5h-84q0 46 24.5 80t70.5 34q38 0 69 -20l44 -28q10 2 10 30v18h83zM710 0h-132l-65 173h-309l-66 -173h-131l285 692h132zM476 265l-116 308l-119 -308h235z" />
+<glyph unicode="&#xc4;" d="M279 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM438 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM710 0h-132l-65 173h-309l-66 -173h-131l285 692h132zM476 265l-116 308l-119 -308h235z" />
+<glyph unicode="&#xc5;" d="M484 817q0 -47 -36.5 -79.5t-87.5 -32.5q-53 0 -89.5 32.5t-36.5 79.5t37 79.5t89 32.5q51 0 87.5 -33t36.5 -79zM394 816q0 16 -10 28t-24 12q-15 0 -25.5 -11.5t-10.5 -28.5t10.5 -29t25.5 -12q14 0 24 12t10 29zM710 0h-132l-65 173h-309l-66 -173h-131l285 692h132z M476 265l-116 308l-119 -308h235z" />
+<glyph unicode="&#xc6;" horiz-adv-x="968" d="M938 0h-488v174h-240l-78 -174h-128l315 692h611v-94h-366v-184h351v-93h-351v-228h374v-93zM450 265v338h-41l-155 -338h196z" />
+<glyph unicode="&#xc7;" horiz-adv-x="679" d="M395 -204q-33 0 -50 5t-50 22l17 63q34 -20 51 -20q30 0 30 18q0 8 -21.5 33.5t-21.5 38.5v33q-152 15 -231 112t-79 243q0 159 92.5 259.5t270.5 100.5q127 0 238 -68v-121q-53 50 -108 72t-130 22q-64 0 -111.5 -20.5t-74.5 -57.5t-40.5 -83t-14.5 -104 q0 -119 58.5 -191.5t182.5 -72.5q73 0 127 21t111 69v-113q-89 -63 -214 -70v-31q0 -11 24.5 -37.5t27.5 -40.5q0 -1 0.5 -3.5t0.5 -3.5q0 -26 -23 -50t-62 -25z" />
+<glyph unicode="&#xc8;" horiz-adv-x="582" d="M436 762h-95l-156 152h118zM552 0h-483v692h474v-94h-362v-184h346v-93h-346v-228h371v-93z" />
+<glyph unicode="&#xc9;" horiz-adv-x="582" d="M436 914l-156 -152h-95l132 152h119zM552 0h-483v692h474v-94h-362v-184h346v-93h-346v-228h371v-93z" />
+<glyph unicode="&#xca;" horiz-adv-x="582" d="M468 762h-90l-68 76l-66 -76h-92l118 152h80zM552 0h-483v692h474v-94h-362v-184h346v-93h-346v-228h371v-93z" />
+<glyph unicode="&#xcb;" horiz-adv-x="582" d="M231 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM390 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM552 0h-483v692h474v-94h-362v-184h346v-93h-346v-228h371v-93z" />
+<glyph unicode="&#xcc;" horiz-adv-x="251" d="M251 762h-95l-156 152h118zM182 0h-113v692h113v-692z" />
+<glyph unicode="&#xcd;" horiz-adv-x="251" d="M251 914l-156 -152h-95l132 152h119zM182 0h-113v692h113v-692z" />
+<glyph unicode="&#xce;" horiz-adv-x="251" d="M284 762h-92l-66 76l-68 -76h-90l118 152h80zM182 0h-113v692h113v-692z" />
+<glyph unicode="&#xcf;" horiz-adv-x="251" d="M46 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM205 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM182 0h-113v692h113v-692z" />
+<glyph unicode="&#xd0;" horiz-adv-x="779" d="M737 346q0 -180 -101.5 -263t-308.5 -83h-208v316h-99v82h99v294h208q208 0 308.5 -82.5t101.5 -263.5zM614 347q0 132 -65.5 191t-210.5 61h-107v-201h165v-82h-165v-224h107q145 0 210.5 61.5t65.5 193.5z" />
+<glyph unicode="&#xd1;" horiz-adv-x="692" d="M496 876q0 -47 -24 -80t-72 -34q-33 0 -66 20l-46 29q-10 -1 -10 -22q0 -3 1 -12.5t1 -14.5h-84q0 47 24 80.5t70 33.5q37 0 70 -20l44 -28q10 2 10 30v18h82zM623 0h-116l-325 496v-496h-113v692h112l334 -511v511h108v-692z" />
+<glyph unicode="&#xd2;" horiz-adv-x="761" d="M505 762h-95l-156 152h118zM719 343q0 -73 -20.5 -136t-60.5 -113t-106.5 -79t-152.5 -29q-85 0 -151.5 29.5t-106.5 80t-60.5 113.5t-20.5 134t20.5 134t60.5 114t106.5 81t151.5 30q86 0 153 -29.5t107 -80.5t60 -114t20 -135zM597 343q0 51 -12 96t-36.5 84t-68 61.5 t-101.5 22.5t-101.5 -23t-68 -62t-36 -84t-11.5 -95q0 -49 12 -94t36.5 -84t68 -62.5t100.5 -23.5q56 0 99.5 23t68.5 61.5t37.5 84t12.5 95.5z" />
+<glyph unicode="&#xd3;" horiz-adv-x="761" d="M505 914l-156 -152h-95l132 152h119zM719 343q0 -73 -20.5 -136t-60.5 -113t-106.5 -79t-152.5 -29q-85 0 -151.5 29.5t-106.5 80t-60.5 113.5t-20.5 134t20.5 134t60.5 114t106.5 81t151.5 30q86 0 153 -29.5t107 -80.5t60 -114t20 -135zM597 343q0 51 -12 96t-36.5 84 t-68 61.5t-101.5 22.5t-101.5 -23t-68 -62t-36 -84t-11.5 -95q0 -49 12 -94t36.5 -84t68 -62.5t100.5 -23.5q56 0 99.5 23t68.5 61.5t37.5 84t12.5 95.5z" />
+<glyph unicode="&#xd4;" horiz-adv-x="761" d="M538 762h-92l-66 76l-68 -76h-90l118 152h80zM719 343q0 -73 -20.5 -136t-60.5 -113t-106.5 -79t-152.5 -29q-85 0 -151.5 29.5t-106.5 80t-60.5 113.5t-20.5 134t20.5 134t60.5 114t106.5 81t151.5 30q86 0 153 -29.5t107 -80.5t60 -114t20 -135zM597 343q0 51 -12 96 t-36.5 84t-68 61.5t-101.5 22.5t-101.5 -23t-68 -62t-36 -84t-11.5 -95q0 -49 12 -94t36.5 -84t68 -62.5t100.5 -23.5q56 0 99.5 23t68.5 61.5t37.5 84t12.5 95.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="761" d="M530 876q0 -47 -24.5 -80t-71.5 -34q-30 0 -67 20l-45 29q-10 -1 -10 -22q0 -3 0.5 -12.5t0.5 -14.5h-84q0 46 24.5 80t70.5 34q38 0 69 -20l44 -28q10 2 10 30v18h83zM719 343q0 -73 -20.5 -136t-60.5 -113t-106.5 -79t-152.5 -29q-85 0 -151.5 29.5t-106.5 80 t-60.5 113.5t-20.5 134t20.5 134t60.5 114t106.5 81t151.5 30q86 0 153 -29.5t107 -80.5t60 -114t20 -135zM597 343q0 51 -12 96t-36.5 84t-68 61.5t-101.5 22.5t-101.5 -23t-68 -62t-36 -84t-11.5 -95q0 -49 12 -94t36.5 -84t68 -62.5t100.5 -23.5q56 0 99.5 23t68.5 61.5 t37.5 84t12.5 95.5z" />
+<glyph unicode="&#xd6;" horiz-adv-x="761" d="M300 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM459 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM719 343q0 -73 -20.5 -136t-60.5 -113t-106.5 -79t-152.5 -29q-85 0 -151.5 29.5t-106.5 80 t-60.5 113.5t-20.5 134t20.5 134t60.5 114t106.5 81t151.5 30q86 0 153 -29.5t107 -80.5t60 -114t20 -135zM597 343q0 51 -12 96t-36.5 84t-68 61.5t-101.5 22.5t-101.5 -23t-68 -62t-36 -84t-11.5 -95q0 -49 12 -94t36.5 -84t68 -62.5t100.5 -23.5q56 0 99.5 23t68.5 61.5 t37.5 84t12.5 95.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="575" d="M545 85l-64 -60l-195 175l-193 -175l-63 60l191 173l-191 175l63 59l193 -175l194 175l65 -58l-190 -176z" />
+<glyph unicode="&#xd8;" horiz-adv-x="776" d="M734 669l-75 -89q63 -85 67 -236q0 -72 -21 -135t-62 -112.5t-107.5 -78t-151.5 -28.5q-120 0 -208 66l-73 -88l-62 54l77 89q-70 83 -70 233q0 72 21 135t61.5 113t108 79t154.5 29q128 0 207 -67l74 89zM526 561q-62 47 -137 47q-58 0 -102 -22.5t-68.5 -61.5t-36 -84 t-11.5 -96q0 -95 22 -151zM604 344q0 78 -21 152l-333 -363q64 -51 139 -51q58 0 101.5 22.5t67.5 61.5t35 83t11 95z" />
+<glyph unicode="&#xd9;" horiz-adv-x="678" d="M465 762h-95l-156 152h118zM616 262q0 -276 -275 -276q-278 0 -278 276v430h112v-418q0 -98 34.5 -146.5t131.5 -48.5q93 0 127.5 49.5t34.5 145.5v418h113v-430z" />
+<glyph unicode="&#xda;" horiz-adv-x="678" d="M465 914l-156 -152h-95l132 152h119zM616 262q0 -276 -275 -276q-278 0 -278 276v430h112v-418q0 -98 34.5 -146.5t131.5 -48.5q93 0 127.5 49.5t34.5 145.5v418h113v-430z" />
+<glyph unicode="&#xdb;" horiz-adv-x="678" d="M498 762h-92l-66 76l-68 -76h-90l118 152h80zM616 262q0 -276 -275 -276q-278 0 -278 276v430h112v-418q0 -98 34.5 -146.5t131.5 -48.5q93 0 127.5 49.5t34.5 145.5v418h113v-430z" />
+<glyph unicode="&#xdc;" horiz-adv-x="678" d="M260 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM419 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM616 262q0 -276 -275 -276q-278 0 -278 276v430h112v-418q0 -98 34.5 -146.5t131.5 -48.5 q93 0 127.5 49.5t34.5 145.5v418h113v-430z" />
+<glyph unicode="&#xdd;" horiz-adv-x="638" d="M445 914l-156 -152h-95l132 152h119zM639 692l-261 -365v-327h-118v327l-260 365h132l187 -274l188 274h132z" />
+<glyph unicode="&#xde;" horiz-adv-x="570" d="M540 363q0 -106 -64 -159q-63 -53 -185 -54h-112v-150h-110v692h110v-120h110q124 0 190 -52q61 -55 61 -157zM419 363q0 54 -33 84q-31 31 -95 31h-112v-233h112q63 0 94 31q32 27 34 87z" />
+<glyph unicode="&#xdf;" horiz-adv-x="588" d="M549 159q0 -91 -57.5 -132t-153.5 -41q-59 0 -137 27v100l29 -9q19 -5 25 -6l19 -6q13 -3 21.5 -4t21.5 -2t28 -2h11q41 0 57 12.5t16 46.5v10q0 17 -6.5 30t-11.5 18.5t-23.5 18t-22.5 15.5l-39 22q-88 55 -88 138q0 127 140 157q-11 70 -93 70q-97 0 -100 -104v-517 h-116v518q0 100 57.5 150t160.5 52q96 0 149.5 -64t57.5 -166q-29 -2 -49.5 -6t-43 -12.5t-34.5 -26t-12 -42.5q0 -17 16 -36t29 -27l27 -17q63 -39 92.5 -73.5t29.5 -91.5z" />
+<glyph unicode="&#xe0;" horiz-adv-x="550" d="M407 525h-95l-156 152h118zM520 90q-2 -32 -34 -67t-66 -35q-31 0 -52.5 17.5t-21.5 40.5q-50 -58 -135 -58q-78 0 -122.5 39.5t-45.5 111.5q1 77 56 116t143 40q57 -2 104 -15v15q0 39 -30.5 59t-76.5 21q-50 0 -85 -11.5t-74 -42.5v94q59 50 166 50q100 -1 153.5 -45.5 t53.5 -125.5v-188q1 -30 33 -30q20 0 34 14zM346 200q-32 13 -94 15q-54 -1 -74 -17t-21 -55q0 -34 20.5 -50t54.5 -16q114 0 114 123z" />
+<glyph unicode="&#xe1;" horiz-adv-x="550" d="M407 677l-156 -152h-95l132 152h119zM520 90q-2 -32 -34 -67t-66 -35q-31 0 -52.5 17.5t-21.5 40.5q-50 -58 -135 -58q-78 0 -122.5 39.5t-45.5 111.5q1 77 56 116t143 40q57 -2 104 -15v15q0 39 -30.5 59t-76.5 21q-50 0 -85 -11.5t-74 -42.5v94q59 50 166 50 q100 -1 153.5 -45.5t53.5 -125.5v-188q1 -30 33 -30q20 0 34 14zM346 200q-32 13 -94 15q-54 -1 -74 -17t-21 -55q0 -34 20.5 -50t54.5 -16q114 0 114 123z" />
+<glyph unicode="&#xe2;" horiz-adv-x="550" d="M440 525h-92l-66 76l-68 -76h-90l118 152h80zM520 90q-2 -32 -34 -67t-66 -35q-31 0 -52.5 17.5t-21.5 40.5q-50 -58 -135 -58q-78 0 -122.5 39.5t-45.5 111.5q1 77 56 116t143 40q57 -2 104 -15v15q0 39 -30.5 59t-76.5 21q-50 0 -85 -11.5t-74 -42.5v94q59 50 166 50 q100 -1 153.5 -45.5t53.5 -125.5v-188q1 -30 33 -30q20 0 34 14zM346 200q-32 13 -94 15q-54 -1 -74 -17t-21 -55q0 -34 20.5 -50t54.5 -16q114 0 114 123z" />
+<glyph unicode="&#xe3;" horiz-adv-x="550" d="M432 639q0 -47 -24.5 -80t-71.5 -34q-30 0 -67 20l-45 29q-10 -1 -10 -22q0 -3 0.5 -12.5t0.5 -14.5h-84q0 46 24.5 80t70.5 34q38 0 69 -20l44 -28q10 2 10 30v18h83zM520 90q-2 -32 -34 -67t-66 -35q-31 0 -52.5 17.5t-21.5 40.5q-50 -58 -135 -58q-78 0 -122.5 39.5 t-45.5 111.5q1 77 56 116t143 40q57 -2 104 -15v15q0 39 -30.5 59t-76.5 21q-50 0 -85 -11.5t-74 -42.5v94q59 50 166 50q100 -1 153.5 -45.5t53.5 -125.5v-188q1 -30 33 -30q20 0 34 14zM346 200q-32 13 -94 15q-54 -1 -74 -17t-21 -55q0 -34 20.5 -50t54.5 -16 q114 0 114 123z" />
+<glyph unicode="&#xe4;" horiz-adv-x="550" d="M202 636q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM361 636q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM520 90q-2 -32 -34 -67t-66 -35q-31 0 -52.5 17.5t-21.5 40.5q-50 -58 -135 -58q-78 0 -122.5 39.5 t-45.5 111.5q1 77 56 116t143 40q57 -2 104 -15v15q0 39 -30.5 59t-76.5 21q-50 0 -85 -11.5t-74 -42.5v94q59 50 166 50q100 -1 153.5 -45.5t53.5 -125.5v-188q1 -30 33 -30q20 0 34 14zM346 200q-32 13 -94 15q-54 -1 -74 -17t-21 -55q0 -34 20.5 -50t54.5 -16 q114 0 114 123z" />
+<glyph unicode="&#xe5;" horiz-adv-x="550" d="M406 637q0 -47 -36 -79.5t-88 -32.5t-89 32.5t-37 79.5q0 46 37.5 79t88.5 33q52 0 88 -32.5t36 -79.5zM318 636q0 17 -10.5 28.5t-25.5 11.5q-14 0 -24 -12t-10 -28q0 -17 9.5 -29t24.5 -12t25.5 12t10.5 29zM520 90q-2 -32 -34 -67t-66 -35q-31 0 -52.5 17.5 t-21.5 40.5q-50 -58 -135 -58q-78 0 -122.5 39.5t-45.5 111.5q1 77 56 116t143 40q57 -2 104 -15v15q0 39 -30.5 59t-76.5 21q-50 0 -85 -11.5t-74 -42.5v94q59 50 166 50q100 -1 153.5 -45.5t53.5 -125.5v-188q1 -30 33 -30q20 0 34 14zM346 200q-32 13 -94 15 q-54 -1 -74 -17t-21 -55q0 -34 20.5 -50t54.5 -16q114 0 114 123z" />
+<glyph unicode="&#xe6;" horiz-adv-x="860" d="M813 211h-347q3 -133 141 -135q64 0 108 14t97 50v-98q-82 -54 -210 -54q-58 0 -111 22t-87 62q-30 -43 -70 -63.5t-102 -20.5q-88 0 -139 37t-51 112q0 157 235 157h78q-2 38 -31 57.5t-73 21.5q-54 0 -85.5 -8t-86.5 -32v96q118 33 180 33q46 0 91.5 -17.5t72.5 -46.5 q31 27 77.5 45.5t87.5 18.5q111 0 168 -52t57 -149v-50zM701 294q-3 43 -30.5 61t-81.5 18q-50 0 -74.5 -17.5t-44.5 -61.5h231zM355 210l-50 1q-27 0 -41.5 -0.5t-37.5 -4t-35 -10.5t-21.5 -20.5t-9.5 -33.5q0 -32 23.5 -49t59.5 -17q53 0 82.5 39.5t29.5 94.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="482" d="M278 -204q-34 0 -51 5t-49 22l16 63q34 -20 52 -20q30 0 30 18q0 8 -22 33.5t-22 38.5v37q-89 15 -137 76.5t-50 155.5q0 109 65.5 173t183.5 64q14 0 27.5 -1.5t23.5 -3t24 -5t21 -6.5l24 -7q16 -5 23 -7v-95l-23 9q-16 7 -20.5 8.5t-16 6t-17.5 5.5l-16 3 q-11 2 -21.5 2.5t-24.5 1.5q-66 0 -99 -39t-33 -109q0 -146 132 -149q25 0 44.5 3.5t26.5 5.5t33 13l35 16v-95q-76 -27 -127 -30v-33q0 -11 24.5 -37.5t27.5 -40.5v-7q0 -26 -22.5 -50t-61.5 -25z" />
+<glyph unicode="&#xe8;" horiz-adv-x="540" d="M368 522h-94l-156 152h118zM494 206h-331v-2q0 -49 35.5 -87t92.5 -38q63 0 99 13.5t101 53.5v-96q-40 -26 -98 -44t-106 -18q-112 0 -177.5 64.5t-65.5 168.5q0 99 62 170t168 71q108 0 164 -57.5t56 -156.5v-42zM384 286q-6 87 -110 87q-80 0 -108 -87h218z" />
+<glyph unicode="&#xe9;" horiz-adv-x="540" d="M422 674l-156 -152h-96l132 152h120zM494 206h-331v-2q0 -49 35.5 -87t92.5 -38q63 0 99 13.5t101 53.5v-96q-40 -26 -98 -44t-106 -18q-112 0 -177.5 64.5t-65.5 168.5q0 99 62 170t168 71q108 0 164 -57.5t56 -156.5v-42zM384 286q-6 87 -110 87q-80 0 -108 -87h218z " />
+<glyph unicode="&#xea;" horiz-adv-x="540" d="M427 522h-91l-67 76l-67 -76h-91l118 152h80zM494 206h-331v-2q0 -49 35.5 -87t92.5 -38q63 0 99 13.5t101 53.5v-96q-40 -26 -98 -44t-106 -18q-112 0 -177.5 64.5t-65.5 168.5q0 99 62 170t168 71q108 0 164 -57.5t56 -156.5v-42zM384 286q-6 87 -110 87 q-80 0 -108 -87h218z" />
+<glyph unicode="&#xeb;" horiz-adv-x="540" d="M190 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM348 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM494 206h-331v-2q0 -49 35.5 -87t92.5 -38q63 0 99 13.5t101 53.5v-96q-40 -26 -98 -44t-106 -18 q-112 0 -177.5 64.5t-65.5 168.5q0 99 62 170t168 71q108 0 164 -57.5t56 -156.5v-42zM384 286q-6 87 -110 87q-80 0 -108 -87h218z" />
+<glyph unicode="&#xec;" horiz-adv-x="246" d="M248 522h-94l-156 152h118zM177 0h-108v451h108v-451z" />
+<glyph unicode="&#xed;" horiz-adv-x="246" d="M248 674l-156 -152h-94l132 152h118zM177 0h-108v451h108v-451z" />
+<glyph unicode="&#xee;" horiz-adv-x="246" d="M281 522h-91l-67 76l-67 -76h-91l118 152h80zM177 0h-108v451h108v-451z" />
+<glyph unicode="&#xef;" horiz-adv-x="246" d="M44 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM202 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM177 0h-108v451h108v-451z" />
+<glyph unicode="&#xf0;" horiz-adv-x="563" d="M514 220q0 -105 -61.5 -168.5t-172.5 -63.5q-109 0 -172 64t-63 168q0 97 63 164.5t164 67.5l13 -5l-37 38l-138 -39l-24 64l110 32l-79 85h133l50 -52l146 45l25 -66l-119 -35l55 -52q107 -112 107 -247zM393 220q0 86 -37 133q-15 4 -65 12q-124 0 -124 -145 q0 -64 27.5 -101t85.5 -37q56 0 84.5 37.5t28.5 100.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="558" d="M432 636q0 -47 -24 -80t-72 -34q-33 0 -66 20l-46 29q-10 -1 -10 -22q0 -3 1 -12.5t1 -14.5h-84q0 47 24 80.5t70 33.5q37 0 70 -20l44 -28q10 2 10 30v18h82zM495 0h-113v266q0 53 -19.5 79t-66.5 26q-52 0 -84.5 -32t-33.5 -86v-253h-109v450h109v-46q49 58 137 58 q91 0 135.5 -53t44.5 -141v-268z" />
+<glyph unicode="&#xf2;" horiz-adv-x="557" d="M403 522h-95l-156 152h118zM511 225q-1 -99 -63.5 -167.5t-169.5 -69.5q-105 1 -169 71t-65 166q1 103 63.5 170t170.5 67t170.5 -70.5t62.5 -166.5zM392 225q-1 59 -31.5 101.5t-82.5 43.5q-56 -1 -84 -41t-28 -101q0 -26 4.5 -49t16 -46.5t35 -37.5t56.5 -15 q50 0 81.5 43t32.5 102z" />
+<glyph unicode="&#xf3;" horiz-adv-x="557" d="M403 674l-156 -152h-95l132 152h119zM511 225q-1 -99 -63.5 -167.5t-169.5 -69.5q-105 1 -169 71t-65 166q1 103 63.5 170t170.5 67t170.5 -70.5t62.5 -166.5zM392 225q-1 59 -31.5 101.5t-82.5 43.5q-56 -1 -84 -41t-28 -101q0 -26 4.5 -49t16 -46.5t35 -37.5t56.5 -15 q50 0 81.5 43t32.5 102z" />
+<glyph unicode="&#xf4;" horiz-adv-x="557" d="M436 522h-92l-66 76l-68 -76h-90l118 152h80zM511 225q-1 -99 -63.5 -167.5t-169.5 -69.5q-105 1 -169 71t-65 166q1 103 63.5 170t170.5 67t170.5 -70.5t62.5 -166.5zM392 225q-1 59 -31.5 101.5t-82.5 43.5q-56 -1 -84 -41t-28 -101q0 -26 4.5 -49t16 -46.5t35 -37.5 t56.5 -15q50 0 81.5 43t32.5 102z" />
+<glyph unicode="&#xf5;" horiz-adv-x="557" d="M428 636q0 -47 -24.5 -80t-71.5 -34q-30 0 -67 20l-45 29q-10 -1 -10 -22q0 -3 0.5 -12.5t0.5 -14.5h-84q0 46 24.5 80t70.5 34q38 0 69 -20l44 -28q10 2 10 30v18h83zM511 225q-1 -99 -63.5 -167.5t-169.5 -69.5q-105 1 -169 71t-65 166q1 103 63.5 170t170.5 67 t170.5 -70.5t62.5 -166.5zM392 225q-1 59 -31.5 101.5t-82.5 43.5q-56 -1 -84 -41t-28 -101q0 -26 4.5 -49t16 -46.5t35 -37.5t56.5 -15q50 0 81.5 43t32.5 102z" />
+<glyph unicode="&#xf6;" horiz-adv-x="557" d="M198 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM357 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM511 225q-1 -99 -63.5 -167.5t-169.5 -69.5q-105 1 -169 71t-65 166q1 103 63.5 170t170.5 67 t170.5 -70.5t62.5 -166.5zM392 225q-1 59 -31.5 101.5t-82.5 43.5q-56 -1 -84 -41t-28 -101q0 -26 4.5 -49t16 -46.5t35 -37.5t56.5 -15q50 0 81.5 43t32.5 102z" />
+<glyph unicode="&#xf7;" horiz-adv-x="524" d="M196 397q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM196 120q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM494 215h-464v89h464v-89z" />
+<glyph unicode="&#xf8;" horiz-adv-x="584" d="M550 441l-69 -75q43 -66 43 -140q0 -101 -60 -169t-169 -68q-66 0 -129 38l-60 -65l-66 48l63 69q-51 73 -51 146q0 107 65.5 171t177.5 64q20 0 33.5 -1t27.5 -7l19 -7q5 -2 23 -13.5t24 -14.5l64 71zM354 347q-25 22 -59 22h-9q-45 0 -70 -27.5t-40 -83.5 q-6 -18 -6 -52q0 -30 6 -53zM405 225q0 24 -2 62l-172 -191q19 -13 64 -14q51 0 80 44t30 99z" />
+<glyph unicode="&#xf9;" horiz-adv-x="561" d="M403 522h-95l-156 152h118zM492 0h-113v47q-56 -59 -133 -59q-90 0 -136.5 54t-46.5 140v269h114v-267q0 -52 19.5 -78.5t67.5 -26.5q57 0 86 32t29 87v253h113v-451z" />
+<glyph unicode="&#xfa;" horiz-adv-x="561" d="M403 674l-156 -152h-95l132 152h119zM492 0h-113v47q-56 -59 -133 -59q-90 0 -136.5 54t-46.5 140v269h114v-267q0 -52 19.5 -78.5t67.5 -26.5q57 0 86 32t29 87v253h113v-451z" />
+<glyph unicode="&#xfb;" horiz-adv-x="561" d="M436 522h-92l-66 76l-68 -76h-90l118 152h80zM492 0h-113v47q-56 -59 -133 -59q-90 0 -136.5 54t-46.5 140v269h114v-267q0 -52 19.5 -78.5t67.5 -26.5q57 0 86 32t29 87v253h113v-451z" />
+<glyph unicode="&#xfc;" horiz-adv-x="561" d="M198 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM357 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM492 0h-113v47q-56 -59 -133 -59q-90 0 -136.5 54t-46.5 140v269h114v-267q0 -52 19.5 -78.5 t67.5 -26.5q57 0 86 32t29 87v253h113v-451z" />
+<glyph unicode="&#xfd;" horiz-adv-x="514" d="M409 674l-156 -152h-95l132 152h119zM497 451l-270 -624q-16 -34 -52.5 -50.5t-70.5 -16.5l-36 72q15 0 39 10.5t31 27.5l72 166l-194 415h108l142 -302l122 302h109z" />
+<glyph unicode="&#xfe;" horiz-adv-x="572" d="M68 692h108v-241q42 11 87 11q118 0 186 -64t68 -173q-2 -108 -67.5 -172.5t-181.5 -64.5q-32 0 -92 6v-235h-108v933zM176 362v-272q40 -14 83 -14q137 3 137 149q0 69 -35.5 108.5t-101.5 39.5q-48 -3 -83 -11z" />
+<glyph unicode="&#xff;" horiz-adv-x="514" d="M177 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM336 633q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM497 451l-270 -624q-16 -34 -52.5 -50.5t-70.5 -16.5l-36 72q15 0 39 10.5t31 27.5l72 166l-194 415 h108l142 -302l122 302h109z" />
+<glyph unicode="&#x152;" horiz-adv-x="1031" d="M1002 0h-527q-210 0 -323 85.5t-114 260.5q0 175 114.5 260.5t322.5 85.5h516v-95h-365v-183h350v-93h-350v-227h376v-94zM513 94v503h-51q-149 0 -223 -59.5t-75 -191.5q0 -131 74.5 -191.5t223.5 -60.5h51z" />
+<glyph unicode="&#x153;" horiz-adv-x="889" d="M734 286q-6 87 -110 87q-80 0 -108 -87h218zM844 206h-331v-2q0 -49 35.5 -87t92.5 -38q63 0 99 13.5t101 53.5v-96q-40 -26 -98 -44t-106 -18q-119 0 -186 73q-63 -72 -173 -73q-105 1 -169 71t-65 166q1 103 63.5 170t170.5 67q109 0 174 -75q65 75 172 75 q108 0 164 -57.5t56 -156.5v-42zM392 225q-1 59 -31.5 101.5t-82.5 43.5q-56 -1 -84 -41t-28 -101q0 -26 4.5 -49t16 -46.5t35 -37.5t56.5 -15q50 0 81.5 43t32.5 102z" />
+<glyph unicode="&#x178;" horiz-adv-x="638" d="M240 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM399 873q24 0 40 -16.5t16 -39.5t-16 -39t-40 -16t-40 16t-16 39t16 39.5t40 16.5zM639 692l-261 -365v-327h-118v327l-260 365h132l187 -274l188 274h132z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="381" d="M348 508h-91l-67 76l-67 -76h-91l118 152h80z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="409" d="M350 640q0 -47 -24.5 -80t-71.5 -34q-30 0 -67 20l-45 29q-10 -1 -10 -22q0 -3 0.5 -12.5t0.5 -14.5h-84q0 46 24.5 80t70.5 34q38 0 69 -20l44 -28q10 2 10 30v18h83z" />
+<glyph unicode="&#x2000;" horiz-adv-x="464" />
+<glyph unicode="&#x2001;" horiz-adv-x="929" />
+<glyph unicode="&#x2002;" horiz-adv-x="464" />
+<glyph unicode="&#x2003;" horiz-adv-x="929" />
+<glyph unicode="&#x2004;" horiz-adv-x="309" />
+<glyph unicode="&#x2005;" horiz-adv-x="232" />
+<glyph unicode="&#x2006;" horiz-adv-x="154" />
+<glyph unicode="&#x2007;" horiz-adv-x="154" />
+<glyph unicode="&#x2008;" horiz-adv-x="116" />
+<glyph unicode="&#x2009;" horiz-adv-x="185" />
+<glyph unicode="&#x200a;" horiz-adv-x="51" />
+<glyph unicode="&#x2010;" horiz-adv-x="392" d="M323 193h-254v66h254v-66z" />
+<glyph unicode="&#x2011;" horiz-adv-x="392" d="M323 193h-254v66h254v-66z" />
+<glyph unicode="&#x2013;" horiz-adv-x="500" d="M69 193v66h362v-66h-362z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M69 193v66h862v-66h-862z" />
+<glyph unicode="&#x2018;" horiz-adv-x="243" d="M199 687q-18 -10 -28.5 -32t-10.5 -46q0 -19 7 -34v-77h-115v75q2 36 51.5 79t92.5 44z" />
+<glyph unicode="&#x2019;" horiz-adv-x="251" d="M197 618q-1 -37 -53.5 -80t-106.5 -44q52 34 52 90q0 17 -6 32v76h114v-74z" />
+<glyph unicode="&#x201a;" horiz-adv-x="249" d="M194 15q-1 -37 -53.5 -79.5t-106.5 -44.5q52 34 52 90q0 17 -6 32v76h114v-74z" />
+<glyph unicode="&#x201c;" horiz-adv-x="417" d="M377 687q-21 -11 -33 -33t-12 -46q0 -19 7 -33v-77h-126v75q1 36 57 78.5t104 44.5zM216 687q-21 -11 -33 -33t-12 -47q0 -15 7 -32v-77h-126v75q1 36 56.5 79t104.5 44z" />
+<glyph unicode="&#x201d;" horiz-adv-x="423" d="M369 618q-1 -36 -56.5 -79.5t-104.5 -44.5l-4 9q20 11 32 33.5t12 46.5q0 19 -7 33v76h128v-74zM205 618q-1 -36 -56 -79.5t-104 -44.5l-3 9q20 11 32 33.5t12 46.5q0 15 -7 33v76h126v-74z" />
+<glyph unicode="&#x201e;" horiz-adv-x="424" d="M369 15q-1 -36 -56.5 -79.5t-104.5 -44.5l-4 9q20 11 32 33.5t12 46.5q0 19 -7 33v76h128v-74zM205 15q-1 -36 -56 -79.5t-104 -44.5l-3 9q20 11 32 33.5t12 46.5q0 16 -7 33v76h126v-74z" />
+<glyph unicode="&#x2022;" horiz-adv-x="334" d="M164 450q49 0 83 -35t34 -85t-34 -85t-83 -35t-83 35t-34 85t34 85t83 35z" />
+<glyph unicode="&#x2026;" horiz-adv-x="750" d="M552 60q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM302 60q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM52 60q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5 t-21 51.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="185" />
+<glyph unicode="&#x2039;" horiz-adv-x="308" d="M250 57l-224 164v40l224 165v-96l-116 -88l116 -90v-95z" />
+<glyph unicode="&#x203a;" horiz-adv-x="306" d="M280 221l-223 -164v95l113 90l-113 88v96l223 -165v-40z" />
+<glyph unicode="&#x205f;" horiz-adv-x="232" />
+<glyph unicode="&#x20ac;" horiz-adv-x="601" d="M561 57q-34 -30 -82 -50.5t-93 -20.5q-115 0 -183 68t-88 181h-99l32 71h62v78h-94l32 71h67q19 110 89 179.5t182 69.5q44 0 92.5 -20.5t82.5 -49.5v-120q-45 53 -81 75.5t-91 22.5q-129 0 -161 -157h271l-44 -71h-238v-78h205l-31 -71h-163q29 -157 161 -157 q55 0 88.5 21t83.5 73v-115z" />
+<glyph unicode="&#x2122;" horiz-adv-x="694" d="M625 369h-81v151l-57 -89h-42l-61 90v-152h-83v232h101l65 -83l59 83h99v-232zM289 543h-86v-174h-82v174h-85v58h253v-58z" />
+</font>
+</defs></svg> 
\ No newline at end of file
Binary file fonts/gilliusadfno2-bold-webfont.ttf has changed
Binary file fonts/gilliusadfno2-bold-webfont.woff has changed
Binary file fonts/gilliusadfno2-bolditalic-webfont.eot has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/gilliusadfno2-bolditalic-webfont.svg	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,241 @@
+<?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.
+Designer    : Hirwen HARENDAL
+Foundry     : Arkandis Digital Foundry.
+Foundry URL : http://arkandis.tuxfamily.org
+</metadata>
+<defs>
+<font id="webfontLmhvPwzc" horiz-adv-x="233" >
+<font-face units-per-em="1000" ascent="750" descent="-250" />
+<missing-glyph horiz-adv-x="300" />
+<glyph unicode=" "  horiz-adv-x="300" />
+<glyph unicode="&#x09;" horiz-adv-x="300" />
+<glyph unicode="&#xa0;" horiz-adv-x="300" />
+<glyph unicode="!" horiz-adv-x="222" d="M226 387l-42 -169h-73l19 169l54 305h96zM127 97q20 0 32 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-40 -16q-20 0 -32.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t41.5 16.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="280" d="M280 377h-89l39 224h89zM131 377h-88l39 224h88z" />
+<glyph unicode="#" horiz-adv-x="642" d="M698 407h-152l-53 -133h133l-16 -88h-151l-77 -186h-90l73 186h-94l-82 -186h-88l75 186h-133l16 88h151l56 133h-136l15 86h150l81 187h90l-78 -187h104l77 187h90l-77 -187h131zM459 407h-102l-56 -133h101z" />
+<glyph unicode="$" horiz-adv-x="452" d="M241 -100h-69l15 86q-11 1 -21 2.5t-22.5 5t-19.5 5t-21.5 7.5t-18.5 7.5t-21.5 9t-18.5 8.5l20 115q67 -67 134 -67h6l40 227q-63 18 -94.5 49.5t-31.5 91.5q0 20 5 52q16 88 68 139t122 63l9 49h69l-9 -48q65 -9 109 -37l-18 -104q-32 26 -53 36.5t-54 11.5l-37 -210 q126 -44 126 -160q0 -23 -4 -44q-16 -91 -68.5 -141t-125.5 -63zM265 425l29 165q-41 -26 -52 -79q-3 -18 -3 -32q0 -38 26 -54zM307 272l-30 -168q41 29 51 81q3 15 3 28q0 38 -24 59z" />
+<glyph unicode="%" horiz-adv-x="800" d="M804 179q-14 -78 -63.5 -135.5t-128.5 -57.5q-66 0 -98.5 41.5t-32.5 105.5q0 25 4 46q14 78 66 135.5t129 58.5q65 0 96.5 -42.5t31.5 -105.5q0 -26 -4 -46zM767 704l-531 -718h-89l531 718h89zM427 513q-14 -81 -63.5 -137.5t-129.5 -56.5q-67 0 -97.5 38.5 t-30.5 102.5q0 29 4 53q13 77 63.5 134t128.5 57q65 0 97 -42t32 -104q0 -25 -4 -45zM710 179q4 28 4 43q0 74 -47 74q-64 0 -87 -117q-4 -28 -4 -44q0 -72 50 -72q59 0 84 116zM334 513q4 20 4 44q0 71 -50 71q-33 0 -55 -34.5t-30 -80.5q-4 -19 -4 -44q0 -74 48 -75 q64 0 87 119z" />
+<glyph unicode="&#x26;" horiz-adv-x="644" d="M645 0h-132l-43 63q-110 -77 -208 -77q-93 0 -149.5 50t-56.5 134q0 25 4 46q18 106 146 207q-14 25 -20 49q-3 16 -3 34q0 91 76 150q59 48 141 48q79 0 135 -40l-53 -84q-6 4 -14.5 10.5t-11.5 8.5t-9 5.5t-9.5 4.5t-10.5 2.5t-15 1.5h-19q-41 0 -67 -23 q-37 -22 -37 -60q0 -17 7 -38q12 -26 38 -64l164 -228q31 42 46.5 80t27.5 97h101q-28 -112 -125 -237zM422 122l-170 237q-72 -64 -85 -137q-3 -16 -3 -30q0 -53 34 -83t88 -30q42 0 67.5 9t68.5 34z" />
+<glyph unicode="'" horiz-adv-x="216" d="M266 692q2 -24 2 -38q0 -96 -58 -186h-46l18 103q4 23 4 51q0 32 -5 70h85z" />
+<glyph unicode="(" horiz-adv-x="264" d="M225 -125h-82q-64 158 -64 307q0 60 10 116q34 195 203 422h81q-77 -118 -117.5 -211t-62.5 -211q-14 -78 -14 -154q0 -122 46 -269z" />
+<glyph unicode=")" horiz-adv-x="261" d="M274 298q-18 -102 -73.5 -215t-128.5 -208h-82q77 116 120 212.5t63 210.5q14 81 14 146q0 124 -49 276h83q62 -156 62 -311q0 -55 -9 -111z" />
+<glyph unicode="*" horiz-adv-x="462" d="M509 404l-31 -58l-138 87v-162h-67v162l-134 -87l-33 58l146 84l-147 84l33 60l136 -91l1 163h67l-1 -163l137 91l30 -60l-145 -84z" />
+<glyph unicode="+" horiz-adv-x="571" d="M599 218h-221v-218h-92v218h-224l-1 82h224l1 217h92l-1 -217h221z" />
+<glyph unicode="," horiz-adv-x="250" d="M65 60q5 30 30 51.5t54 21.5q25 0 42 -17t17 -43q0 -2 -0.5 -6.5t-0.5 -6.5q-11 -64 -62.5 -112t-96.5 -48q25 11 48 37t27 50q-26 0 -43 17t-17 43q0 5 2 13z" />
+<glyph unicode="-" horiz-adv-x="369" d="M337 193h-242l11 66h242z" />
+<glyph unicode="." horiz-adv-x="250" d="M65 60q5 30 29.5 51.5t53.5 21.5q26 0 43 -17t17 -43q0 -9 -1 -13q-5 -30 -30 -51.5t-54 -21.5q-26 0 -42.5 17t-16.5 43q0 9 1 13z" />
+<glyph unicode="/" horiz-adv-x="330" d="M442 692l-358 -780h-92l357 780h93z" />
+<glyph unicode="0" horiz-adv-x="564" d="M568 344q-9 -49 -22 -94t-37 -94.5t-55 -86t-77 -60t-101 -23.5q-50 0 -86.5 19t-55.5 53t-27.5 73t-8.5 86q0 60 12 127q9 49 22 93.5t37 95t54.5 87t77 60.5t102.5 24q50 0 86 -19.5t55 -53.5t27.5 -73t8.5 -87q0 -60 -12 -127zM456 344q14 77 14 133q0 135 -84 135 q-28 0 -51 -13t-39.5 -38.5t-28.5 -50t-21.5 -60t-14 -56t-9.5 -50.5q-15 -88 -15 -135q0 -131 85 -131q119 0 164 266z" />
+<glyph unicode="1" horiz-adv-x="313" d="M259 0h-105l104 588l-62 -48l-34 67l116 85h103z" />
+<glyph unicode="2" horiz-adv-x="528" d="M485 0h-442l3 16q9 8 82 88l148 161q74 82 78 86q49 50 71 80.5t28 64.5q2 16 2 22q0 42 -27.5 65.5t-71.5 23.5q-84 0 -210 -63l20 113q132 47 205 47q93 0 149 -42.5t56 -120.5q0 -12 -4 -40q-15 -85 -102 -172l-226 -238h257z" />
+<glyph unicode="3" horiz-adv-x="540" d="M515 206q-13 -75 -59 -125.5t-109 -72.5t-142 -22q-23 0 -42.5 3.5t-29.5 6.5t-33.5 13t-34.5 14l19 109q6 -5 17.5 -13t15.5 -11l13 -8q8 -5 13 -6.5t13.5 -4.5t17 -3.5t20 -1.5t26.5 -1q75 0 120.5 27t57.5 96q3 14 3 26q0 89 -121 89h-50l16 92h53q53 0 92 25t46 71 q2 7 2 20q0 38 -30 58t-79 20q-25 0 -44 -3t-30 -6.5t-33.5 -11.5t-41.5 -14l17 99q12 3 33 10t31.5 10t27 6.5t32 5t33.5 1.5q89 0 147 -38.5t58 -112.5q0 -15 -3 -33q-8 -48 -43 -86.5t-90 -61.5q94 -37 94 -134q0 -16 -3 -32z" />
+<glyph unicode="4" horiz-adv-x="557" d="M560 160h-96l-28 -160h-110l28 160h-300l4 21l459 511h41l-78 -441h96zM370 251l39 217l-195 -217h156z" />
+<glyph unicode="5" horiz-adv-x="531" d="M531 226q-21 -116 -103 -178t-206 -62q-91 0 -178 33l19 110q78 -46 174 -46q69 0 116.5 36.5t59.5 106.5q3 16 3 30q0 53 -35 81.5t-94 28.5l-153 -1l59 327h368l-17 -95h-268l-24 -133h68q102 0 158.5 -51t56.5 -140q0 -15 -4 -47z" />
+<glyph unicode="6" horiz-adv-x="565" d="M563 225q-19 -105 -92 -172t-183 -67q-106 1 -155.5 60t-49.5 152q0 36 6 72q1 2 1 6t1 6q14 78 63 153t113 128.5t117.5 88t95.5 52.5l52 -56q-79 -40 -173 -116t-102 -112q53 40 120 42q94 0 142.5 -49t48.5 -132q0 -31 -5 -56zM456 225q4 17 4 38q0 49 -26 78.5 t-78 29.5q-67 0 -103.5 -42.5t-45.5 -97.5q-2 -18 -2 -29q0 -50 25.5 -87t72.5 -37h1q62 0 101.5 41t50.5 106z" />
+<glyph unicode="7" horiz-adv-x="492" d="M583 644l-369 -658l-101 40l325 571h-311l17 95h447z" />
+<glyph unicode="8" horiz-adv-x="578" d="M563 199q-18 -105 -90 -159t-184 -54q-99 0 -153.5 41.5t-54.5 122.5q0 21 5 49q10 57 50 101t105 67q-86 38 -86 119q0 10 4 34q16 90 87.5 137t168.5 47q87 0 140.5 -38t53.5 -112q0 -10 -2 -34q-9 -50 -43 -89t-84 -63q85 -40 85 -136q0 -9 -2 -33zM487 511q1 6 1 18 q0 37 -25.5 60t-63.5 23q-49 0 -83.5 -26.5t-43.5 -74.5q-3 -12 -3 -23q0 -37 25.5 -57t69.5 -20t79.5 27.5t43.5 72.5zM447 199q2 20 2 28q0 44 -27 67.5t-75 23.5q-57 0 -95 -30.5t-48 -88.5q-3 -17 -3 -30q0 -91 104 -91q55 0 93.5 31.5t48.5 89.5z" />
+<glyph unicode="9" horiz-adv-x="566" d="M124 465q19 105 92 172t183 67q107 -1 156.5 -60t49.5 -152q0 -30 -7 -72q0 -2 -1 -6t-1 -6q-13 -71 -57.5 -142t-104 -125.5t-111.5 -92.5t-99 -64l-60 54q61 29 159.5 112.5t106.5 119.5q-53 -40 -119 -42q-94 0 -143 49t-49 132q0 32 5 56zM231 465q-3 -19 -3 -37 q0 -50 26 -79.5t78 -29.5q67 0 103 42.5t45 97.5q2 9 2 29q0 50 -25.5 87t-72.5 37h-1q-62 0 -101.5 -41t-50.5 -106z" />
+<glyph unicode=":" horiz-adv-x="250" d="M113 337q5 30 30 51.5t54 21.5q26 0 42.5 -17t16.5 -43q0 -9 -1 -13q-5 -30 -29.5 -51.5t-53.5 -21.5q-26 0 -43 17t-17 43q0 9 1 13zM65 60q5 30 29.5 51.5t53.5 21.5q26 0 43 -17t17 -43q0 -9 -1 -13q-5 -30 -30 -51.5t-54 -21.5q-26 0 -42.5 17t-16.5 43q0 9 1 13z " />
+<glyph unicode=";" horiz-adv-x="250" d="M114 337q5 30 30 51.5t54 21.5q25 0 42 -17t17 -43q0 -2 -0.5 -6.5t-0.5 -6.5q-5 -30 -30 -51.5t-54 -21.5q-26 0 -43 17t-17 43q0 5 2 13zM65 60q5 30 30 51.5t54 21.5q25 0 42 -17t17 -43q0 -2 -0.5 -6.5t-0.5 -6.5q-11 -64 -62.5 -112t-96.5 -48q25 11 48 37t27 50 q-26 0 -43 17t-17 43q0 5 2 13z" />
+<glyph unicode="&#x3c;" horiz-adv-x="611" d="M600 38l-538 181v78l536 182v-88l-398 -133l400 -132v-88z" />
+<glyph unicode="=" horiz-adv-x="665" d="M646 297h-538l-1 77h538zM647 142h-538l-1 79h538z" />
+<glyph unicode="&#x3e;" horiz-adv-x="609" d="M634 219l-538 -181v88l399 132l-401 133v88l540 -182v-78z" />
+<glyph unicode="?" horiz-adv-x="390" d="M459 534q-7 -40 -28.5 -67t-64.5 -65l-46 -46q-36 -35 -44.5 -49.5t-17.5 -62.5l-12 -67h-103l14 81q9 48 28 78t60 65l49 49q44 38 54 80q1 6 1 16q0 31 -20.5 47t-53.5 16q-43 0 -81 -16t-87 -50l19 106q96 55 182 55q73 0 113.5 -35t40.5 -100q0 -17 -3 -35zM181 97 q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5z" />
+<glyph unicode="@" horiz-adv-x="836" d="M568 36v49q-47 -50 -118 -50q-87 0 -134 62t-47 148v3q2 89 50 152t136 64q87 0 117 -45l1 35h92l-3 -328q94 23 99 175v4q0 109 -76 187.5t-198 81.5q-136 0 -225.5 -96t-91.5 -227v-8q0 -142 87 -228t212 -86q107 0 210 78l54 -71q-70 -52 -130 -76t-136 -25 q-166 0 -279 112.5t-113 293.5v10q1 80 27.5 153.5t76 133t129.5 94.5t178 35q168 0 270.5 -106.5t102.5 -253.5q0 -123 -77 -196.5t-214 -74.5zM561 248v6q0 50 -24 85q-28 31 -67 31q-27 0 -47 -13t-29.5 -33.5t-14 -40t-4.5 -38.5q0 -51 24 -85t68 -34q45 0 68.5 34.5 t25.5 87.5z" />
+<glyph unicode="A" horiz-adv-x="678" d="M673 0h-125l-29 173h-294l-96 -173h-124l405 692h125zM501 265l-49 308l-174 -308h223z" />
+<glyph unicode="B" horiz-adv-x="591" d="M591 199q-19 -102 -92 -150.5t-186 -48.5h-249l130 692h228q192 0 192 -141q0 -15 -3 -35q-7 -46 -36 -85t-69 -57q88 -40 88 -138q0 -18 -3 -37zM500 507q2 16 2 21q0 68 -104 72h-114l-35 -188h122q109 0 129 95zM476 207q3 18 3 33q0 43 -28 61.5t-84 18.5h-136 l-43 -228h136q64 0 102 27t50 88z" />
+<glyph unicode="C" horiz-adv-x="650" d="M614 57q-110 -71 -240 -71q-142 0 -213.5 72.5t-71.5 195.5q0 34 9 90q30 159 137.5 259.5t276.5 100.5q121 0 214 -68l-24 -121q-41 51 -88.5 72.5t-119.5 21.5q-222 0 -280 -265q-9 -50 -9 -80q0 -86 45.5 -135t141.5 -49q70 0 125 21t118 69z" />
+<glyph unicode="D" horiz-adv-x="690" d="M711 347q-35 -182 -144.5 -264.5t-306.5 -82.5h-196l131 692h195q168 0 250 -58.5t82 -186.5q0 -34 -11 -100zM597 347q9 54 9 81q0 88 -53.5 128.5t-166.5 42.5h-101l-96 -507h100q133 0 207.5 62t100.5 193z" />
+<glyph unicode="E" horiz-adv-x="562" d="M522 0h-458l134 692h451l-19 -94h-344l-36 -184h328l-17 -93h-329l-44 -228h351z" />
+<glyph unicode="F" horiz-adv-x="502" d="M587 598h-303l-35 -182h274l-19 -94h-273l-61 -322h-106l131 692h411z" />
+<glyph unicode="G" horiz-adv-x="698" d="M651 68q-124 -82 -275 -82q-143 0 -215.5 71t-72.5 194q0 38 10 93q31 163 137 261.5t278 98.5q133 0 229 -68l-23 -119q-50 51 -98 71.5t-122 20.5q-229 0 -285 -265q-9 -50 -9 -80q0 -184 196 -184q76 0 151 28l32 169h-156l16 91h264z" />
+<glyph unicode="H" horiz-adv-x="664" d="M592 0h-109l59 321h-311l-60 -321h-107l128 692h107l-51 -278h312l51 278h109z" />
+<glyph unicode="I" horiz-adv-x="249" d="M177 0h-113l128 692h113z" />
+<glyph unicode="J" horiz-adv-x="258" d="M194 52q-23 -120 -78 -180.5t-166 -60.5h-45l19 95h40q56 0 82 37t40 109l122 640h107z" />
+<glyph unicode="K" horiz-adv-x="642" d="M635 0h-150l-253 318l-61 -318h-107l132 692h107l-53 -279l346 279h152l-414 -323z" />
+<glyph unicode="L" horiz-adv-x="515" d="M505 0h-441l131 692h107l-114 -599h334z" />
+<glyph unicode="M" horiz-adv-x="791" d="M714 0h-104l92 471l-287 -341l-153 340l-91 -470h-107l133 692h118l147 -350l282 350h104z" />
+<glyph unicode="N" horiz-adv-x="672" d="M595 0h-108l-221 499l-95 -499h-107l131 692h115l218 -501l96 501h104z" />
+<glyph unicode="O" horiz-adv-x="718" d="M737 343q-13 -73 -44 -136t-78.5 -113t-116 -79t-150.5 -29q-133 0 -198.5 74.5t-65.5 193.5q0 35 9 89q18 96 65.5 175t132 131.5t190.5 52.5q134 0 199.5 -74t65.5 -193q0 -36 -9 -92zM622 343q8 36 8 80q0 82 -39.5 133t-124.5 51q-105 0 -171 -78t-86 -186 q-8 -50 -8 -76q0 -82 39 -135t123 -53q104 0 171.5 78.5t87.5 185.5z" />
+<glyph unicode="P" horiz-adv-x="543" d="M600 481q-19 -107 -91 -160t-188 -53h-102l-50 -268h-105l130 692h210q201 0 201 -158q0 -21 -5 -53zM485 481q3 17 3 32q0 83 -101 86h-106l-44 -236h105q57 0 94 30.5t49 87.5z" />
+<glyph unicode="Q" horiz-adv-x="707" d="M711 -98q-8 -34 -53.5 -68t-103.5 -34q-74 0 -125 62t-51 113v9q-13 0 -20 -1t-13 -1q-131 0 -196.5 74t-65.5 193q0 45 9 92q13 72 44 135.5t78.5 115t115 82t146.5 30.5q132 0 195.5 -74t63.5 -195q0 -51 -8 -94q-45 -240 -238 -328q-2 -12 -2 -16q0 -29 31.5 -77 t67.5 -49q36 1 73.5 9t51.5 22zM611 341q8 43 8 81q0 83 -38.5 135t-121.5 52q-102 0 -165.5 -78.5t-84.5 -189.5q-8 -48 -8 -74q0 -83 38.5 -137t119.5 -54q52 0 96.5 23t75 62t50.5 84.5t30 95.5z" />
+<glyph unicode="R" horiz-adv-x="550" d="M354 332q61 -30 105 -137.5t54 -194.5h-118q-5 34 -15.5 73.5t-29.5 91t-51 85t-70 33.5h-1h-26l-53 -283h-111l122 692h176q191 0 191 -151q0 -21 -5 -51q-19 -116 -168 -158zM401 490q3 20 3 36q0 71 -61 74h-86l-40 -223h58q47 0 82 29t44 84z" />
+<glyph unicode="S" horiz-adv-x="426" d="M430 195q-15 -108 -80 -158.5t-154 -50.5q-8 0 -16.5 1t-15 1.5t-16 3t-14.5 3.5t-16 5t-14 5.5t-15.5 6.5t-14.5 5.5t-15.5 7t-14.5 6.5l20 115q67 -67 130 -67q39 0 76 26.5t43 80.5q2 10 2 26q0 24 -7.5 42.5t-13.5 23.5l-20 18l-17 10q-67 19 -102.5 52.5t-35.5 96.5 q0 24 4 45q13 100 72 152t138 52q74 0 135 -39l-19 -104q-33 27 -53.5 37.5t-53.5 10.5q-37 0 -68 -24t-38 -76q-2 -14 -2 -20q0 -23 7.5 -39t13 -21t18.5 -13l18 -11q142 -43 142 -166q0 -28 -3 -44z" />
+<glyph unicode="T" horiz-adv-x="626" d="M716 598h-245l-114 -598h-108l114 598h-248l18 94h602z" />
+<glyph unicode="U" horiz-adv-x="647" d="M628 262q-53 -276 -312 -276q-220 0 -220 194q0 36 8 82l76 430h112l-79 -418q-10 -60 -10 -81q0 -56 29.5 -85t99.5 -29q87 0 129.5 49.5t61.5 145.5l80 418h107z" />
+<glyph unicode="V" horiz-adv-x="706" d="M821 692l-482 -706l-208 706h117l135 -459l308 459h130z" />
+<glyph unicode="W" horiz-adv-x="991" d="M1094 692l-398 -706l-123 484l-309 -484l-123 706h114l74 -422l290 438l118 -432l232 416h125z" />
+<glyph unicode="X" horiz-adv-x="648" d="M629 0h-126l-130 283l-246 -283h-125l321 371l-155 321h126l116 -247l214 247h125l-287 -332z" />
+<glyph unicode="Y" horiz-adv-x="602" d="M725 692l-319 -365l-62 -327h-114l63 327l-175 365h125l124 -274l238 274h120z" />
+<glyph unicode="Z" horiz-adv-x="651" d="M616 0h-591l15 81l533 517h-421l18 94h568l-13 -79l-533 -522h441z" />
+<glyph unicode="[" horiz-adv-x="282" d="M234 -125h-193l150 846h193l-15 -82h-97l-120 -684h97z" />
+<glyph unicode="\" horiz-adv-x="329" d="M303 -88h-93l-81 780h92z" />
+<glyph unicode="]" horiz-adv-x="280" d="M191 -125h-192l15 80h96l120 684h-96l15 82h192z" />
+<glyph unicode="^" horiz-adv-x="609" d="M669 437l-108 -4l-151 169l-213 -169l-104 4l285 255h95z" />
+<glyph unicode="_" horiz-adv-x="609" d="M503 -224h-479l12 67h479z" />
+<glyph unicode="`" horiz-adv-x="294" d="M368 508h-90l-147 152h112z" />
+<glyph unicode="a" horiz-adv-x="499" d="M511 447l-78 -447h-100l7 42q-77 -56 -150 -56q-55 0 -88.5 46.5t-33.5 116.5q0 26 4 49q10 54 31.5 98.5t60 84t102.5 62t148 22.5q39 -1 97 -18zM355 127l43 247q-55 0 -97 -17t-66 -45.5t-36.5 -58.5t-17.5 -64q-2 -12 -2 -17q0 -36 22.5 -66t49.5 -30q28 0 58.5 12.5 t45.5 38.5z" />
+<glyph unicode="b" horiz-adv-x="535" d="M186 692h103l-43 -240q39 10 84 10q97 0 151 -49t54 -134q0 -22 -5 -54q-21 -108 -95 -172.5t-184 -64.5q-69 2 -105.5 7.5t-78.5 24.5zM230 362l-48 -274q36 -12 76 -12q132 3 157 149q4 28 4 40q0 51 -27.5 79.5t-81.5 28.5q-47 -3 -80 -11z" />
+<glyph unicode="c" horiz-adv-x="467" d="M490 371q-44 0 -76.5 -2t-73.5 -10.5t-68.5 -23.5t-50 -43t-30.5 -67q-4 -20 -4 -42q0 -104 109 -107q14 0 24.5 0.5t22.5 3t18 3.5t19.5 6t18 6.5t22 9t23.5 9.5l-17 -95q-91 -31 -156 -31q-96 0 -147.5 50t-51.5 136q0 33 4 51q50 237 432 237z" />
+<glyph unicode="d" horiz-adv-x="530" d="M586 692l-119 -672q-40 -18 -81.5 -24t-114.5 -8q-96 0 -147.5 50t-51.5 136q0 27 4 51q20 109 96 173t188 64q44 0 80 -10l43 240h103zM424 362q-31 8 -76 11q-63 0 -104 -39.5t-53 -108.5q-4 -20 -4 -42q0 -104 109 -107q41 0 80 12z" />
+<glyph unicode="e" horiz-adv-x="507" d="M500 206h-314q-2 -8 -2 -25q0 -43 26.5 -72.5t73.5 -29.5q61 0 88 6.5t95 34.5l-17 -96q-101 -36 -186 -36q-92 0 -143.5 50t-51.5 133q0 22 5 50q18 100 89.5 170.5t172.5 70.5q87 0 131.5 -42.5t44.5 -117.5q0 -22 -5 -54zM409 286q1 5 1 15q0 72 -90 72 q-42 0 -69.5 -22t-48.5 -65h207z" />
+<glyph unicode="f" horiz-adv-x="295" d="M331 371h-67l-83 -470q-8 -44 -48.5 -85.5t-83.5 -57.5l-27 77q42 22 52 64l83 472h-66l14 80h66l10 56q19 95 70.5 139.5t116.5 45.5h85l-16 -88h-86q-8 0 -18.5 -6.5t-24 -28t-19.5 -54.5l-11 -64h67z" />
+<glyph unicode="g" horiz-adv-x="460" d="M428 -79q-11 -63 -87 -112t-167 -49q-81 0 -129.5 41t-48.5 98q0 7 2 23q7 38 33.5 71.5t68.5 55.5q-35 28 -35 59q0 7 1 11q6 29 20.5 42t48.5 25q-19 32 -19 73q0 16 3 31q14 69 70.5 119t123.5 51q29 0 57 -13h127l-12 -70h-61q15 -25 15 -61q0 -8 -2 -26 q-13 -72 -68.5 -121.5t-121.5 -49.5q-15 0 -39.5 5.5t-33.5 15.5h-3q-22 0 -23 -20v-2q0 -11 18.5 -22.5t40.5 -11.5q9 1 24 1q79 0 139 -38t60 -103q0 -7 -2 -23zM350 292q1 6 1 17q0 30 -16 49t-42 19q-30 0 -55.5 -25t-31.5 -60q-1 -6 -1 -17q0 -29 16 -48.5t42 -19.5 q30 0 55.5 25t31.5 60zM317 -79q1 4 1 12q0 32 -27.5 51.5t-73.5 19.5q-49 0 -80.5 -23t-37.5 -60q-1 -5 -1 -16q0 -30 23 -47.5t67 -17.5q51 0 86.5 22.5t42.5 58.5z" />
+<glyph unicode="h" horiz-adv-x="529" d="M469 0h-107l46 262q4 20 4 40q0 66 -67 67q-47 0 -85 -33.5t-49 -88.5l-43 -247h-104l122 692h104l-52 -290q53 60 141 60q71 0 106 -38.5t35 -103.5q0 -22 -5 -54z" />
+<glyph unicode="i" d="M167 0h-103l79 451h103zM237 691q19 0 31.5 -12.5t12.5 -32.5q0 -7 -1 -11q-4 -23 -22 -39t-40 -16q-21 0 -33.5 13t-12.5 33q0 6 1 9q5 24 23 40t41 16z" />
+<glyph unicode="j" d="M153 -74q-14 -79 -41 -114t-89 -52l-24 75q25 10 34.5 29t16.5 62l93 525h103zM237 691q19 0 31.5 -12.5t12.5 -32.5q0 -7 -1 -11q-4 -23 -22 -39t-40 -16q-21 0 -33.5 13t-12.5 33q0 6 1 9q5 24 23 40t41 16z" />
+<glyph unicode="k" horiz-adv-x="518" d="M509 0h-136l-171 198l-34 -198h-104l122 692h104l-72 -406l227 165h134l-283 -206z" />
+<glyph unicode="l" horiz-adv-x="250" d="M95 152l96 540h103l-96 -540q-4 -28 -4 -34q0 -17 7.5 -26.5t26.5 -17.5l-61 -88q-44 13 -61.5 34.5t-17.5 61.5q0 31 7 70z" />
+<glyph unicode="m" horiz-adv-x="817" d="M757 0h-108l46 266q5 25 5 42q0 63 -62 63q-105 0 -130 -118l-44 -253h-109l46 266q5 27 5 43q0 62 -62 62h-3q-45 0 -80 -33.5t-46 -84.5l-44 -253h-107l79 450h107l-8 -47q64 59 140 59q94 0 122 -81q73 81 171 81q70 0 102 -38t32 -101q0 -23 -5 -55z" />
+<glyph unicode="n" horiz-adv-x="529" d="M469 0h-107l46 266q4 20 4 39q0 33 -15.5 49.5t-51.5 16.5q-50 0 -86 -32t-47 -86l-44 -253h-104l79 450h104l-8 -46q57 58 140 58q73 0 107.5 -37.5t34.5 -103.5q0 -21 -5 -53z" />
+<glyph unicode="o" horiz-adv-x="523" d="M518 225q-18 -99 -89.5 -167.5t-173.5 -69.5q-86 1 -135 55.5t-49 135.5q0 25 4 46q19 103 90 170t174 67q88 0 136 -51t48 -134q0 -22 -5 -52zM405 225q3 18 3 34q0 48 -22 79t-63 32q-53 -1 -88 -42t-45 -103q-4 -30 -4 -43q0 -99 86 -102q47 0 84.5 43t48.5 102z" />
+<glyph unicode="p" horiz-adv-x="553" d="M39 -241l100 565l-11 -6q-8 -4 -14 -7.5t-14.5 -9.5t-16 -13t-13.5 -14q31 82 84 138l22 123h103l-14 -78q39 5 88 6q96 0 147.5 -50t51.5 -136q0 -27 -4 -51q-19 -109 -94.5 -173t-188.5 -64q-45 0 -81 10l-42 -240h-103zM200 89q30 -8 76 -11q63 0 104 39.5t53 108.5 q4 20 4 43q0 103 -108 106q-41 0 -80 -12z" />
+<glyph unicode="q" horiz-adv-x="529" d="M421 -241h-103l42 240q-39 -10 -83 -10q-98 0 -152 49.5t-54 135.5q0 22 5 52q21 108 95 172.5t184 64.5q112 -3 184 -33zM376 89l49 274q-36 12 -76 12q-131 -3 -158 -149q-4 -19 -4 -40q0 -51 27.5 -79.5t81.5 -28.5q47 3 80 11z" />
+<glyph unicode="r" horiz-adv-x="375" d="M383 325q-45 45 -84 45h-5q-28 -2 -48 -22.5t-26 -55.5l-51 -292h-104l79 450h104l-8 -42q41 47 98 50q28 0 59.5 -10.5t39.5 -21.5z" />
+<glyph unicode="s" horiz-adv-x="391" d="M376 131q-12 -75 -66.5 -109t-122.5 -34q-53 0 -138 30l16 102q4 -3 14.5 -9.5t13.5 -8t10.5 -6.5t10.5 -6t9.5 -4t10.5 -3.5t10.5 -2.5t13 -2t14 -1t17.5 -1q65 0 74 49q0 1 0.5 4t0.5 5q0 9 -2 16t-4 11t-7.5 8.5t-7.5 5.5t-10 4.5t-9 3.5l-13 6q-55 12 -85 37t-30 74 q0 7 2 23q11 73 60 106t116 33q73 0 127 -27l-16 -95q-10 5 -26 12t-21 9t-14.5 5.5t-17.5 4t-20 1.5t-31 2q-43 0 -49 -48q0 -1 -0.5 -3t-0.5 -4q0 -9 2 -15.5t7 -11t8.5 -6.5t10.5 -5t9 -4l12 -4q59 -13 91.5 -38.5t32.5 -76.5q0 -17 -2 -27z" />
+<glyph unicode="t" horiz-adv-x="360" d="M332 5q-41 -19 -93 -19q-75 0 -109 23t-34 79q0 19 5 52l42 237h-52l14 79h53l25 124h101l-22 -124h123l-14 -79h-123l-42 -237q-3 -20 -3 -32q0 -21 10.5 -28t40.5 -7q40 3 94 19z" />
+<glyph unicode="u" horiz-adv-x="531" d="M465 0h-107l8 47q-64 -59 -138 -59q-72 0 -107.5 38.5t-35.5 103.5q0 22 5 52l47 269h108l-47 -267q-4 -19 -4 -39q0 -66 67 -66q54 0 87.5 32t43.5 87l45 253h107z" />
+<glyph unicode="v" horiz-adv-x="528" d="M588 451l-327 -465l-162 465h106l92 -263l183 263h108z" />
+<glyph unicode="w" horiz-adv-x="721" d="M772 451l-263 -465l-98 293l-200 -293l-104 465h103l55 -238l178 252l92 -252l135 238h102z" />
+<glyph unicode="x" horiz-adv-x="497" d="M480 0h-109l-94 166l-155 -166h-109l218 237l-124 214h112l84 -150l137 150h110l-202 -218z" />
+<glyph unicode="y" horiz-adv-x="486" d="M551 451l-370 -624q-22 -35 -57.5 -51t-67.5 -16l-23 72q14 0 38 10.5t34 27.5l96 166l-111 415h103l84 -302l165 302h109z" />
+<glyph unicode="z" horiz-adv-x="470" d="M487 351l-306 -259h259l-16 -92h-386l17 100l309 259h-253l16 92h378z" />
+<glyph unicode="{" horiz-adv-x="380" d="M331 -155h-38q-108 0 -142 36q-20 23 -20 76q0 28 6 64l19 109q5 24 5 48q0 25 -8 40q-15 24 -68 24h-37l15 82h37q50 0 76 26q23 23 34 85l20 110q18 106 63 141q46 34 155 35h38l-15 -83h-40q-57 0 -70 -18q-15 -15 -28 -77l-20 -113q-12 -74 -40 -105q-18 -25 -60 -42 q36 -16 46 -37q10 -17 10 -46q0 -21 -7 -63l-20 -114q-6 -30 -6 -49q0 -18 6 -28q9 -16 64 -18h40z" />
+<glyph unicode="|" horiz-adv-x="267" d="M209 -224h-83v948h83v-948z" />
+<glyph unicode="}" horiz-adv-x="380" d="M412 242h-36q-52 0 -76 -24q-23 -23 -35 -88l-19 -109q-18 -104 -64 -140q-47 -36 -154 -36h-37l15 83h40q54 0 68 17q19 21 29 78l20 114q12 74 39 108q16 21 60 38q-37 17 -46 42q-8 15 -8 43q0 26 6 62l20 113q5 30 5 47q0 21 -6 30q-7 16 -62 18h-40l15 83h37 q107 0 140 -35q22 -21 22 -75q0 -29 -6 -66l-20 -110q-4 -23 -4 -47q0 -27 8 -39q17 -25 68 -25h36z" />
+<glyph unicode="~" horiz-adv-x="631" d="M577 256q-49 -30 -85 -43q-37 -10 -79 -11q-39 0 -96 20q-65 24 -122 24q-33 0 -65 -12q-39 -12 -90 -46v77q34 20 82 41q46 12 83 12q59 -2 123 -25q64 -19 94 -19q27 0 62 10q69 31 94 45z" />
+<glyph unicode="&#xa1;" horiz-adv-x="224" d="M159 0h-97l53 306l40 168h78l-21 -168zM232 691q20 0 32.5 -12.5t12.5 -32.5q0 -7 -1 -11q-4 -23 -22 -39t-41 -16q-20 0 -32.5 13t-12.5 33q0 6 1 9q5 23 23 39.5t40 16.5z" />
+<glyph unicode="&#xa2;" horiz-adv-x="445" d="M419 20q-50 -28 -125 -39l-22 -126h-63l23 129q-87 9 -129.5 62.5t-42.5 138.5q0 38 7 74q20 114 86 187.5t176 87.5l22 129h63l-23 -130q70 -8 112 -36l-17 -96q-29 25 -47.5 32.5t-62.5 13.5l-66 -377q59 4 126 44zM247 73l66 370q-59 -13 -91 -59.5t-48 -124.5 q-6 -35 -6 -64q0 -101 79 -122z" />
+<glyph unicode="&#xa3;" horiz-adv-x="514" d="M361 468l-60 -101h148l-14 -80h-172l-105 -194h316l-16 -93h-472l163 287h-87l14 80h111l58 98q3 6 17 31l20 34q5 9 19.5 32t22.5 32l25 28q16 19 28.5 28t32 21.5t37.5 18t41.5 10t48.5 4.5q34 0 110 -30l-58 -84q-2 1 -8.5 7.5t-18 10.5t-33.5 4q-25 0 -43.5 -6.5 t-52 -40t-72.5 -97.5z" />
+<glyph unicode="&#xa4;" horiz-adv-x="621" d="M627 102l-71 -62l-89 89q-64 -32 -107 -32t-109 31l-87 -91l-68 63l93 92q-32 64 -32 104q0 44 34 103l-93 93l69 63l86 -91q58 29 107 29q45 0 107 -29l92 93l68 -64l-96 -94q31 -59 31 -103q0 -21 -5.5 -40t-9.5 -27t-18 -33zM471 296q0 48 -34 83.5t-79 35.5 q-44 0 -75.5 -35.5t-33.5 -83.5q0 -50 32 -86.5t79 -36.5q46 0 78.5 37.5t32.5 85.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="540" d="M645 692l-182 -266h109l-13 -72h-144l-43 -63l-3 -14h176l-12 -71h-174l-36 -206h-109l36 206h-174l12 71h175l1 14l-19 63h-143l13 72h109l-88 266h100l100 -310l207 310h102z" />
+<glyph unicode="&#xa6;" horiz-adv-x="261" d="M211 303h-84v360h84v-360zM209 -162h-84l-1 361h83z" />
+<glyph unicode="&#xa7;" horiz-adv-x="426" d="M445 289q-12 -76 -95 -130q31 -37 31 -83q0 -2 -0.5 -7.5t-0.5 -8.5q-14 -73 -68 -111.5t-129 -38.5q-66 0 -136 29l16 93q66 -34 126 -37q30 0 55.5 15t31.5 47v6q0 24 -26 51.5t-54 42.5q-6 4 -22.5 16t-21.5 17l-20 15q-13 11 -18 17l-14 17q-8 11 -11 20t-6 21t-3 25 t3 30q14 81 96 130q-33 33 -33 74q0 6 2 24q12 68 67 104.5t125 36.5q67 0 130 -29l-17 -91q-2 1 -16 7l-17 7l-15 6q-11 5 -16.5 6.5t-15.5 4t-18.5 3.5t-18.5 2q-31 0 -56 -14.5t-31 -44.5v-6q0 -35 61 -78l18 -9q69 -48 89 -71q31 -36 31 -80q0 -13 -3 -28zM351 275 q1 4 1 11q0 17 -10 35t-20.5 30t-33 29t-30.5 22l-29 18q-45 -37 -53 -74q-1 -4 -1 -12q0 -20 12 -40t34.5 -38t38.5 -28l38 -24q2 2 8 7t8.5 7.5t8 7.5t7.5 8l7 10q4 5 6.5 9.5t4.5 10t3 11.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="359" d="M215 664q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM366 664q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="646" d="M364 0q-113 0 -198 80t-85 209v10q0 121 81.5 210t210.5 89q128 0 207 -88t79 -209q0 -50 -18.5 -101t-53 -96.5t-93 -74.5t-130.5 -29zM589 301q0 99 -58 166.5t-159 70.5q-86 0 -154 -67t-71 -171q0 -97 62 -168t157 -71q92 0 157.5 69.5t65.5 170.5zM487 140 q-49 -27 -113 -27q-85 0 -134 49t-49 137q0 87 52.5 136t137.5 49q59 0 111 -24v-73q-29 18 -49.5 24t-58.5 6q-49 0 -76.5 -30t-27.5 -85v-11q0 -54 27.5 -83t78.5 -29q49 0 102 29z" />
+<glyph unicode="&#xaa;" horiz-adv-x="414" d="M402 282h-92l5 27q-46 -36 -100 -36q-49 0 -80 22.5t-31 65.5q0 5 2 19q20 117 187 117h55v5q0 38 -68 38q-22 0 -50 -7q-34 -9 -75 -25l14 80q20 6 71 18q32 6 61 6q137 0 137 -110q0 -10 -4 -38zM386 189h-301l13 72h301zM336 429l-45 1q-19 0 -30 -1t-26.5 -5 t-24 -13.5t-11.5 -25.5q0 -1 -0.5 -3t-0.5 -4q0 -30 48 -30q35 0 59.5 22t30.5 59z" />
+<glyph unicode="&#xab;" horiz-adv-x="468" d="M423 57l-191 164l8 40l248 165l-17 -96l-126 -88l94 -90zM249 57l-190 164l8 40l247 165l-17 -96l-125 -88l93 -90z" />
+<glyph unicode="&#xac;" horiz-adv-x="652" d="M627 115h-100l1 146h-447l-1 86h547v-232z" />
+<glyph unicode="&#xad;" horiz-adv-x="369" d="M337 193h-242l11 66h242z" />
+<glyph unicode="&#xae;" horiz-adv-x="640" d="M363 0q-128 0 -205.5 86.5t-77.5 206.5v6q2 131 90 215t202 84t200 -83t86 -214q0 -73 -36.5 -141.5t-105.5 -114t-153 -45.5zM585 300v7q0 97 -57 162.5t-157 68.5q-90 0 -154.5 -70t-64.5 -170q0 -97 60 -167t153 -70q90 0 154.5 64t65.5 175zM523 133h-79l-50 85 q-15 31 -24.5 40.5t-33.5 11.5h-13l-1 -137h-76l1 341h116q67 0 104 -21t37 -78q0 -68 -66 -89q13 -12 25 -30t19 -31.5t20 -44.5zM420 373q0 27 -15.5 35t-46.5 9h-35v-89h35q29 0 45 8.5t17 36.5z" />
+<glyph unicode="&#xaf;" horiz-adv-x="392" d="M423 555h-265l11 59h265z" />
+<glyph unicode="&#xb0;" horiz-adv-x="328" d="M369 498q0 -46 -34.5 -78t-82.5 -32q-49 0 -84.5 32.5t-36.5 79.5q0 47 35 79.5t84 32.5q48 0 83.5 -32t35.5 -82zM284 501q0 16 -10 27.5t-23 11.5q-15 0 -23.5 -11.5t-9.5 -29.5q0 -18 9 -29.5t24 -11.5q12 0 22.5 11t10.5 32z" />
+<glyph unicode="&#xb1;" horiz-adv-x="635" d="M623 279h-223v-149h-100v149h-224v91h224l1 147h100l-1 -147h223v-91zM624 0h-547v92h547v-92z" />
+<glyph unicode="&#xb2;" horiz-adv-x="304" d="M389 610q-2 -10 -8 -21.5t-17 -26.5l-22 -26q-10 -11 -28 -29l-28 -28l-31 -30l-28 -27l130 1l-13 -73h-261l2 13q20 16 154 150q39 43 50 64q1 3 1 8q0 19 -14.5 30.5t-38.5 11.5q-42 0 -111 -51l16 91q82 38 123 38q57 0 91 -21t34 -61q0 -8 -1 -13z" />
+<glyph unicode="&#xb3;" horiz-adv-x="315" d="M358 452q-10 -57 -59.5 -85t-122.5 -28q-18 0 -27.5 3t-23 12.5t-23.5 14.5l10 57q9 -2 30.5 -12t45.5 -10q36 0 52 9.5t20 34.5q2 12 2 16q0 40 -51 40h-32l10 59h34q48 20 49 33q2 10 2 13q0 27 -43 27q-16 0 -27.5 -5t-26 -15.5t-27.5 -16.5l14 79q12 4 29 12.5 t28.5 11.5t29.5 3q55 0 90.5 -20t35.5 -59q0 -9 -1 -14q-9 -52 -96 -75q79 -19 79 -74q0 -7 -1 -11z" />
+<glyph unicode="&#xb4;" horiz-adv-x="296" d="M371 660l-150 -152h-90l127 152h113z" />
+<glyph unicode="&#xb5;" horiz-adv-x="553" d="M528 4q-30 -25 -71 -25q-54 0 -72 52q-54 -52 -120 -52q-61 0 -92 45l-35 -196h-105l110 623h105l-50 -281q-3 -15 -3 -27q0 -72 80 -72q100 0 121 114l47 266h102l-61 -345q-1 -5 -1 -13q0 -17 13 -17h11q3 0 7.5 1.5t6 2.5t9.5 6l14 8z" />
+<glyph unicode="&#xb6;" horiz-adv-x="482" d="M401 -80h-89l107 606h-43l-107 -606h-87l58 328q-79 7 -119 49q-34 40 -34 94q0 16 3 34q15 81 81 130q66 46 158 46h192z" />
+<glyph unicode="&#xb7;" horiz-adv-x="207" d="M158 343q19 0 31.5 -12.5t12.5 -32.5q0 -7 -1 -11q-4 -23 -22.5 -39t-40.5 -16q-20 0 -32.5 13t-12.5 32q0 7 1 10q5 24 23 40t41 16z" />
+<glyph unicode="&#xb8;" horiz-adv-x="291" d="M126 -160q-33 0 -49.5 5t-45.5 22l28 63q31 -20 47 -20q12 0 23 5.5t11 15.5q0 7 -15.5 30.5t-15.5 34.5v4l10 45h77l-10 -45v-2q0 -10 19 -36t19 -40q0 -26 -28 -53.5t-70 -28.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="188" d="M222 350h-84l51 287l-28 -23l-20 32l60 50h83z" />
+<glyph unicode="&#xba;" horiz-adv-x="427" d="M456 443q-15 -79 -65.5 -124.5t-131.5 -45.5q-69 0 -106.5 34t-37.5 95q0 22 4 41q14 79 66 124t133 45q70 0 106 -34t36 -95q0 -12 -4 -40zM394 189h-301l13 72h301zM362 443q2 9 2 27q0 70 -58 70q-34 0 -59 -28t-32 -69q-3 -13 -3 -26q0 -32 15.5 -51t44.5 -19 q33 0 57.5 27t32.5 69z" />
+<glyph unicode="&#xbb;" horiz-adv-x="464" d="M479 221l-248 -164l16 95l127 90l-95 88l17 96l191 -165zM306 221l-246 -164l16 95l126 90l-94 88l17 96l189 -165z" />
+<glyph unicode="&#xbc;" horiz-adv-x="772" d="M246 350h-84l50 287l-28 -23l-20 32l60 50h83zM735 70h-48l-13 -70h-88l13 70h-156l3 17l256 259h33l-35 -202h48zM612 144l12 73l-72 -73h60zM768 704l-558 -718h-106l556 718h108z" />
+<glyph unicode="&#xbd;" horiz-adv-x="806" d="M241 350h-84l50 287l-28 -23l-20 32l60 50h83zM806 260q-2 -10 -7.5 -21t-17.5 -26l-21 -26q-9 -11 -28 -31l-28 -27l-31 -30l-28 -27l129 1l-13 -73h-261l2 13q25 20 155 150q37 41 49 64q0 2 0.5 4.5t0.5 3.5q0 19 -14.5 30.5t-38.5 11.5q-42 0 -111 -51l16 91 q82 38 124 38q57 0 90.5 -21t33.5 -60q0 -9 -1 -14zM772 704l-557 -718h-106l556 718h107z" />
+<glyph unicode="&#xbe;" horiz-adv-x="838" d="M371 452q-10 -57 -59.5 -85t-122.5 -28q-18 0 -27.5 3t-23 12.5t-23.5 14.5l10 57q9 -2 30.5 -12t45.5 -10q36 0 51.5 9.5t20.5 34.5q2 12 2 16q0 40 -51 40h-32l10 59h34q48 20 49 33q2 10 2 13q0 27 -43 27q-16 0 -27.5 -5t-26 -15.5t-27.5 -16.5l14 79q12 4 29 12.5 t28.5 11.5t29.5 3q55 0 91 -20t36 -59q0 -4 -2 -14q-9 -52 -96 -75q79 -19 79 -74q0 -7 -1 -11zM800 70h-48l-12 -70h-88l12 70h-156l3 17l257 259h33l-36 -202h48zM677 144l13 73l-73 -73h60zM831 704l-556 -718h-107l558 718h105z" />
+<glyph unicode="&#xbf;" horiz-adv-x="392" d="M376 41q-90 -55 -180 -55q-73 0 -114.5 34t-41.5 97q0 10 4 38q7 42 28.5 70t64.5 65l45 46q22 18 32 32t21 41q1 4 3 16.5t4 20.5l11 64h103l-13 -78q-8 -48 -27 -77t-59 -65l-88 -91q-18 -26 -18 -55q0 -26 16 -41q17 -24 59 -24q71 0 169 69zM338 692q20 0 32 -13 t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-40 -16q-20 0 -32.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t41.5 16.5z" />
+<glyph unicode="&#xc0;" horiz-adv-x="678" d="M582 762h-90l-147 152h112zM673 0h-125l-29 173h-294l-96 -173h-124l405 692h125zM501 265l-49 308l-174 -308h223z" />
+<glyph unicode="&#xc1;" horiz-adv-x="678" d="M606 914l-150 -152h-90l127 152h113zM673 0h-125l-29 173h-294l-96 -173h-124l405 692h125zM501 265l-49 308l-174 -308h223z" />
+<glyph unicode="&#xc2;" horiz-adv-x="678" d="M623 762h-86l-51 76l-76 -76h-87l139 152h76zM673 0h-125l-29 173h-294l-96 -173h-124l405 692h125zM501 265l-49 308l-174 -308h223z" />
+<glyph unicode="&#xc3;" horiz-adv-x="678" d="M636 876q-8 -47 -36.5 -80t-74.5 -34q-27 0 -60 20l-37 29q-4 -1 -6.5 -3t-4 -7.5t-2.5 -10t-2.5 -14t-2.5 -14.5h-80q8 46 37.5 80t73.5 34q37 0 62 -20l37 -28q10 2 17 48h79zM673 0h-125l-29 173h-294l-96 -173h-124l405 692h125zM501 265l-49 308l-174 -308h223z" />
+<glyph unicode="&#xc4;" horiz-adv-x="678" d="M416 873q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM567 873q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM673 0h-125l-29 173h-294l-96 -173h-124l405 692h125zM501 265l-49 308l-174 -308h223z" />
+<glyph unicode="&#xc5;" horiz-adv-x="678" d="M625 821q-8 -47 -48.5 -79.5t-89.5 -32.5q-44 0 -73 26.5t-29 66.5q0 7 2 19q8 46 49 79t91 33q43 0 71.5 -26.5t28.5 -66.5q0 -7 -2 -19zM540 820v7q0 14 -7 23.5t-19 9.5q-14 0 -26 -12t-14 -28q-1 -3 -1 -10q0 -14 7 -22.5t19 -8.5q14 0 26 12t15 29zM673 0h-125 l-29 173h-294l-96 -173h-124l405 692h125zM501 265l-49 308l-174 -308h223z" />
+<glyph unicode="&#xc6;" horiz-adv-x="933" d="M901 0h-475l39 174h-228l-108 -174h-126l433 692h583l-19 -94h-347l-35 -184h334l-18 -93h-333l-43 -228h360zM482 265l63 338h-38l-211 -338h186z" />
+<glyph unicode="&#xc7;" horiz-adv-x="650" d="M338 -204q-33 0 -49.5 5t-45.5 22l28 63q31 -20 47 -20q12 0 23 5.5t11 15.5q0 7 -15.5 30.5t-15.5 34.5v4l8 32q-120 12 -180 83t-60 183q0 34 9 90q30 159 137.5 259.5t276.5 100.5q121 0 214 -68l-24 -121q-41 51 -88.5 72.5t-119.5 21.5q-222 0 -280 -265 q-9 -50 -9 -80q0 -86 45.5 -135t141.5 -49q70 0 125 21t118 69l-21 -113q-93 -60 -209 -70l-7 -31v-3q0 -10 19 -35.5t19 -39.5q0 -26 -28 -53.5t-70 -28.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="562" d="M561 762h-90l-147 152h112zM522 0h-458l134 692h451l-19 -94h-344l-36 -184h328l-17 -93h-329l-44 -228h351z" />
+<glyph unicode="&#xc9;" horiz-adv-x="562" d="M563 914l-150 -152h-90l127 152h113zM522 0h-458l134 692h451l-19 -94h-344l-36 -184h328l-17 -93h-329l-44 -228h351z" />
+<glyph unicode="&#xca;" horiz-adv-x="562" d="M579 762h-86l-51 76l-76 -76h-87l139 152h76zM522 0h-458l134 692h451l-19 -94h-344l-36 -184h328l-17 -93h-329l-44 -228h351z" />
+<glyph unicode="&#xcb;" horiz-adv-x="562" d="M373 873q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM524 873q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM522 0h-458l134 692h451l-19 -94h-344l-36 -184h328l-17 -93h-329l-44 -228h351z" />
+<glyph unicode="&#xcc;" horiz-adv-x="249" d="M389 762h-90l-147 152h112zM177 0h-113l128 692h113z" />
+<glyph unicode="&#xcd;" horiz-adv-x="249" d="M391 914l-150 -152h-90l127 152h113zM177 0h-113l128 692h113z" />
+<glyph unicode="&#xce;" horiz-adv-x="249" d="M407 762h-86l-51 76l-76 -76h-87l139 152h76zM177 0h-113l128 692h113z" />
+<glyph unicode="&#xcf;" horiz-adv-x="249" d="M201 873q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM352 873q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM177 0h-113l128 692h113z" />
+<glyph unicode="&#xd0;" horiz-adv-x="736" d="M757 347q-34 -180 -146 -263.5t-308 -83.5h-196l59 316h-96l16 82h95l55 294h197q169 0 251.5 -60t82.5 -189q0 -38 -10 -96zM640 347q9 54 9 81q0 88 -54 128.5t-169 42.5h-101l-38 -201h159l-17 -82h-157l-42 -224h100q136 0 210 61.5t100 193.5z" />
+<glyph unicode="&#xd1;" horiz-adv-x="672" d="M632 876q-8 -47 -36.5 -80t-74.5 -34q-27 0 -60 20l-37 29q-4 -1 -6.5 -3t-4 -7.5t-2.5 -10t-2.5 -14t-2.5 -14.5h-80q8 46 37.5 80t73.5 34q37 0 62 -20l37 -28q10 2 17 48h79zM595 0h-108l-221 499l-95 -499h-107l131 692h115l218 -501l96 501h104z" />
+<glyph unicode="&#xd2;" horiz-adv-x="718" d="M621 762h-90l-147 152h112zM737 343q-13 -73 -44 -136t-78.5 -113t-116 -79t-150.5 -29q-133 0 -198.5 74.5t-65.5 193.5q0 35 9 89q18 96 65.5 175t132 131.5t190.5 52.5q134 0 199.5 -74t65.5 -193q0 -36 -9 -92zM622 343q8 36 8 80q0 82 -39.5 133t-124.5 51 q-105 0 -171 -78t-86 -186q-8 -50 -8 -76q0 -82 39 -135t123 -53q104 0 171.5 78.5t87.5 185.5z" />
+<glyph unicode="&#xd3;" horiz-adv-x="718" d="M622 914l-150 -152h-90l127 152h113zM737 343q-13 -73 -44 -136t-78.5 -113t-116 -79t-150.5 -29q-133 0 -198.5 74.5t-65.5 193.5q0 35 9 89q18 96 65.5 175t132 131.5t190.5 52.5q134 0 199.5 -74t65.5 -193q0 -36 -9 -92zM622 343q8 36 8 80q0 82 -39.5 133t-124.5 51 q-105 0 -171 -78t-86 -186q-8 -50 -8 -76q0 -82 39 -135t123 -53q104 0 171.5 78.5t87.5 185.5z" />
+<glyph unicode="&#xd4;" horiz-adv-x="718" d="M639 762h-86l-51 76l-76 -76h-87l139 152h76zM737 343q-13 -73 -44 -136t-78.5 -113t-116 -79t-150.5 -29q-133 0 -198.5 74.5t-65.5 193.5q0 35 9 89q18 96 65.5 175t132 131.5t190.5 52.5q134 0 199.5 -74t65.5 -193q0 -36 -9 -92zM622 343q8 36 8 80q0 82 -39.5 133 t-124.5 51q-105 0 -171 -78t-86 -186q-8 -50 -8 -76q0 -82 39 -135t123 -53q104 0 171.5 78.5t87.5 185.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="718" d="M652 876q-8 -47 -36.5 -80t-74.5 -34q-27 0 -60 20l-37 29q-4 -1 -6.5 -3t-4 -7.5t-2.5 -10t-2.5 -14t-2.5 -14.5h-80q8 46 37.5 80t73.5 34q37 0 62 -20l37 -28q10 2 17 48h79zM737 343q-13 -73 -44 -136t-78.5 -113t-116 -79t-150.5 -29q-133 0 -198.5 74.5 t-65.5 193.5q0 35 9 89q18 96 65.5 175t132 131.5t190.5 52.5q134 0 199.5 -74t65.5 -193q0 -36 -9 -92zM622 343q8 36 8 80q0 82 -39.5 133t-124.5 51q-105 0 -171 -78t-86 -186q-8 -50 -8 -76q0 -82 39 -135t123 -53q104 0 171.5 78.5t87.5 185.5z" />
+<glyph unicode="&#xd6;" horiz-adv-x="718" d="M433 873q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM584 873q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM737 343q-13 -73 -44 -136t-78.5 -113t-116 -79t-150.5 -29q-133 0 -198.5 74.5t-65.5 193.5q0 35 9 89q18 96 65.5 175t132 131.5t190.5 52.5q134 0 199.5 -74t65.5 -193q0 -36 -9 -92zM622 343q8 36 8 80q0 82 -39.5 133t-124.5 51q-105 0 -171 -78t-86 -186 q-8 -50 -8 -76q0 -82 39 -135t123 -53q104 0 171.5 78.5t87.5 185.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="569" d="M573 85l-60 -60l-186 175l-182 -175l-61 60l181 173l-181 175l59 59l183 -175l184 175l62 -58l-179 -176z" />
+<glyph unicode="&#xd8;" horiz-adv-x="748" d="M825 669l-92 -89q30 -56 30 -142q0 -40 -9 -94q-28 -152 -130 -253t-260 -101q-115 0 -185 66l-86 -88l-54 54l95 89q-34 54 -34 141q0 38 9 92q13 72 45 135t80.5 113t118 79t151.5 29q121 0 182 -67l88 89zM606 561q-49 47 -121 47q-55 0 -101.5 -22.5t-77 -61.5 t-50.5 -84t-30 -96q-12 -58 -12 -100q0 -28 4 -51zM638 344q12 60 12 108q0 14 -2 44l-388 -363q51 -51 122 -51q55 0 101 22.5t76.5 61t49.5 83.5t29 95z" />
+<glyph unicode="&#xd9;" horiz-adv-x="647" d="M588 762h-90l-147 152h112zM628 262q-53 -276 -312 -276q-220 0 -220 194q0 36 8 82l76 430h112l-79 -418q-10 -60 -10 -81q0 -56 29.5 -85t99.5 -29q87 0 129.5 49.5t61.5 145.5l80 418h107z" />
+<glyph unicode="&#xda;" horiz-adv-x="647" d="M590 914l-150 -152h-90l127 152h113zM628 262q-53 -276 -312 -276q-220 0 -220 194q0 36 8 82l76 430h112l-79 -418q-10 -60 -10 -81q0 -56 29.5 -85t99.5 -29q87 0 129.5 49.5t61.5 145.5l80 418h107z" />
+<glyph unicode="&#xdb;" horiz-adv-x="647" d="M607 762h-86l-51 76l-76 -76h-87l139 152h76zM628 262q-53 -276 -312 -276q-220 0 -220 194q0 36 8 82l76 430h112l-79 -418q-10 -60 -10 -81q0 -56 29.5 -85t99.5 -29q87 0 129.5 49.5t61.5 145.5l80 418h107z" />
+<glyph unicode="&#xdc;" horiz-adv-x="647" d="M400 873q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM551 873q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM628 262q-53 -276 -312 -276q-220 0 -220 194q0 36 8 82l76 430h112l-79 -418q-10 -60 -10 -81q0 -56 29.5 -85t99.5 -29q87 0 129.5 49.5t61.5 145.5l80 418h107z" />
+<glyph unicode="&#xdd;" horiz-adv-x="602" d="M567 914l-150 -152h-90l127 152h113zM725 692l-319 -365l-62 -327h-114l63 327l-175 365h125l124 -274l238 274h120z" />
+<glyph unicode="&#xde;" horiz-adv-x="551" d="M588 364q-21 -107 -93 -160q-71 -53 -192 -54h-105l-29 -150h-105l131 692h105l-22 -120h104q119 0 172 -51q39 -39 39 -106q0 -21 -5 -51zM472 363q3 13 3 26q0 37 -26 58q-23 31 -84 31h-105l-44 -233h105q60 0 95 31q40 27 56 87z" />
+<glyph unicode="&#xdf;" horiz-adv-x="557" d="M548 159q-31 -173 -231 -173q-57 0 -125 27l17 100q7 -2 25 -8l24 -7q4 -2 17 -5.5t20 -4.5t19 -2t26 -2h11q42 0 59 14.5t22 54.5q2 12 2 17q0 12 -5 21.5t-9.5 14.5t-16.5 14.5t-17 14.5l-33 22q-61 46 -61 110q0 18 2 28q22 127 161 157v2q0 68 -77 68 q-92 0 -113 -104l-91 -517h-110l91 518q18 100 81 150t162 52q79 0 119.5 -48.5t40.5 -130.5q0 -15 -4 -51q-28 -2 -48 -6t-43 -12.5t-37.5 -26t-18.5 -42.5q0 -1 -0.5 -3t-0.5 -4q0 -16 11.5 -32.5t21.5 -23.5l22 -17q46 -33 68 -62t22 -72q0 -14 -3 -31z" />
+<glyph unicode="&#xe0;" horiz-adv-x="499" d="M460 525h-90l-147 152h112zM511 447l-78 -447h-100l7 42q-77 -56 -150 -56q-55 0 -88.5 46.5t-33.5 116.5q0 26 4 49q10 54 31.5 98.5t60 84t102.5 62t148 22.5q39 -1 97 -18zM355 127l43 247q-55 0 -97 -17t-66 -45.5t-36.5 -58.5t-17.5 -64q-2 -12 -2 -17 q0 -36 22.5 -66t49.5 -30q28 0 58.5 12.5t45.5 38.5z" />
+<glyph unicode="&#xe1;" horiz-adv-x="499" d="M500 677l-150 -152h-90l127 152h113zM511 447l-78 -447h-100l7 42q-77 -56 -150 -56q-55 0 -88.5 46.5t-33.5 116.5q0 26 4 49q10 54 31.5 98.5t60 84t102.5 62t148 22.5q39 -1 97 -18zM355 127l43 247q-55 0 -97 -17t-66 -45.5t-36.5 -58.5t-17.5 -64q-2 -12 -2 -17 q0 -36 22.5 -66t49.5 -30q28 0 58.5 12.5t45.5 38.5z" />
+<glyph unicode="&#xe2;" horiz-adv-x="499" d="M478 525h-86l-51 76l-76 -76h-87l139 152h76zM511 447l-78 -447h-100l7 42q-77 -56 -150 -56q-55 0 -88.5 46.5t-33.5 116.5q0 26 4 49q10 54 31.5 98.5t60 84t102.5 62t148 22.5q39 -1 97 -18zM355 127l43 247q-55 0 -97 -17t-66 -45.5t-36.5 -58.5t-17.5 -64 q-2 -12 -2 -17q0 -36 22.5 -66t49.5 -30q28 0 58.5 12.5t45.5 38.5z" />
+<glyph unicode="&#xe3;" horiz-adv-x="499" d="M491 639q-8 -47 -36.5 -80t-74.5 -34q-27 0 -60 20l-37 29q-4 -1 -6.5 -3t-4 -7.5t-2.5 -10t-2.5 -14t-2.5 -14.5h-80q8 46 37.5 80t73.5 34q37 0 62 -20l37 -28q10 2 17 48h79zM511 447l-78 -447h-100l7 42q-77 -56 -150 -56q-55 0 -88.5 46.5t-33.5 116.5q0 26 4 49 q10 54 31.5 98.5t60 84t102.5 62t148 22.5q39 -1 97 -18zM355 127l43 247q-55 0 -97 -17t-66 -45.5t-36.5 -58.5t-17.5 -64q-2 -12 -2 -17q0 -36 22.5 -66t49.5 -30q28 0 58.5 12.5t45.5 38.5z" />
+<glyph unicode="&#xe4;" horiz-adv-x="499" d="M271 636q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM422 636q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM511 447l-78 -447h-100l7 42q-77 -56 -150 -56q-55 0 -88.5 46.5t-33.5 116.5q0 26 4 49q10 54 31.5 98.5t60 84t102.5 62t148 22.5q39 -1 97 -18zM355 127l43 247q-55 0 -97 -17t-66 -45.5t-36.5 -58.5t-17.5 -64q-2 -12 -2 -17q0 -36 22.5 -66t49.5 -30 q28 0 58.5 12.5t45.5 38.5z" />
+<glyph unicode="&#xe5;" horiz-adv-x="499" d="M467 637q-8 -47 -48.5 -79.5t-89.5 -32.5q-44 0 -73 26.5t-29 66.5q0 7 2 19q8 46 49 79t91 33q43 0 71.5 -26.5t28.5 -66.5q0 -7 -2 -19zM382 636v7q0 14 -7 23.5t-19 9.5q-14 0 -26 -12t-14 -28q-1 -3 -1 -10q0 -14 7 -22.5t19 -8.5q14 0 26 12t15 29zM511 447 l-78 -447h-100l7 42q-77 -56 -150 -56q-55 0 -88.5 46.5t-33.5 116.5q0 26 4 49q10 54 31.5 98.5t60 84t102.5 62t148 22.5q39 -1 97 -18zM355 127l43 247q-55 0 -97 -17t-66 -45.5t-36.5 -58.5t-17.5 -64q-2 -12 -2 -17q0 -36 22.5 -66t49.5 -30q28 0 58.5 12.5t45.5 38.5z " />
+<glyph unicode="&#xe6;" horiz-adv-x="860" d="M853 211h-347q-2 -12 -2 -33q0 -100 119 -102q64 0 111 14t103 50l-17 -98q-90 -54 -218 -54q-58 0 -106.5 22t-76.5 62q-73 -84 -187 -84q-78 0 -122.5 29.5t-44.5 88.5q0 14 3 31q28 157 263 157h78q1 4 1 11q0 64 -91 68q-54 0 -87 -8t-92 -32l17 96q124 33 186 33 q46 0 88.5 -17.5t64.5 -46.5q35 27 85 45.5t91 18.5q96 0 145 -40t49 -114q0 -19 -5 -47zM755 294q1 4 1 12q0 36 -24.5 51.5t-74.5 15.5t-77.5 -17.5t-55.5 -61.5h231zM394 210l-49 1q-27 0 -41.5 -0.5t-38.5 -4t-37 -10.5t-25.5 -20.5t-15.5 -33.5q-1 -4 -1 -12 q0 -26 20.5 -40t52.5 -14q53 0 89 39.5t46 94.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="467" d="M233 -204q-33 0 -49.5 5t-45.5 22l28 63q31 -20 47 -20q12 0 23 5.5t11 15.5q0 7 -15.5 30.5t-15.5 34.5v4l8 35q-74 12 -113 60t-39 123q0 33 4 51q50 237 432 237l-18 -91q-44 0 -76.5 -2t-73.5 -10.5t-68.5 -23.5t-50 -43t-30.5 -67q-4 -20 -4 -42q0 -104 109 -107 q14 0 24.5 0.5t22.5 3t18 3.5t19.5 6t18 6.5t22 9t23.5 9.5l-17 -95q-69 -23 -126 -30l-8 -33v-3q0 -10 19 -35.5t19 -39.5q0 -26 -28 -53.5t-70 -28.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="507" d="M447 522h-90l-147 152h112zM500 206h-314q-2 -8 -2 -25q0 -43 26.5 -72.5t73.5 -29.5q61 0 88 6.5t95 34.5l-17 -96q-101 -36 -186 -36q-92 0 -143.5 50t-51.5 133q0 22 5 50q18 100 89.5 170.5t172.5 70.5q87 0 131.5 -42.5t44.5 -117.5q0 -22 -5 -54zM409 286q1 5 1 15 q0 72 -90 72q-42 0 -69.5 -22t-48.5 -65h207z" />
+<glyph unicode="&#xe9;" horiz-adv-x="507" d="M508 674l-150 -152h-90l127 152h113zM500 206h-314q-2 -8 -2 -25q0 -43 26.5 -72.5t73.5 -29.5q61 0 88 6.5t95 34.5l-17 -96q-101 -36 -186 -36q-92 0 -143.5 50t-51.5 133q0 22 5 50q18 100 89.5 170.5t172.5 70.5q87 0 131.5 -42.5t44.5 -117.5q0 -22 -5 -54zM409 286 q1 5 1 15q0 72 -90 72q-42 0 -69.5 -22t-48.5 -65h207z" />
+<glyph unicode="&#xea;" horiz-adv-x="507" d="M492 522h-86l-51 76l-76 -76h-87l139 152h76zM500 206h-314q-2 -8 -2 -25q0 -43 26.5 -72.5t73.5 -29.5q61 0 88 6.5t95 34.5l-17 -96q-101 -36 -186 -36q-92 0 -143.5 50t-51.5 133q0 22 5 50q18 100 89.5 170.5t172.5 70.5q87 0 131.5 -42.5t44.5 -117.5q0 -22 -5 -54z M409 286q1 5 1 15q0 72 -90 72q-42 0 -69.5 -22t-48.5 -65h207z" />
+<glyph unicode="&#xeb;" horiz-adv-x="507" d="M285 633q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM436 633q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM500 206h-314q-2 -8 -2 -25q0 -43 26.5 -72.5t73.5 -29.5q61 0 88 6.5t95 34.5l-17 -96q-101 -36 -186 -36q-92 0 -143.5 50t-51.5 133q0 22 5 50q18 100 89.5 170.5t172.5 70.5q87 0 131.5 -42.5t44.5 -117.5q0 -22 -5 -54zM409 286q1 5 1 15q0 72 -90 72 q-42 0 -69.5 -22t-48.5 -65h207z" />
+<glyph unicode="&#xec;" d="M338 522h-90l-147 152h112zM167 0h-103l79 451h103z" />
+<glyph unicode="&#xed;" d="M340 674l-150 -152h-90l127 152h113zM167 0h-103l79 451h103z" />
+<glyph unicode="&#xee;" d="M356 522h-86l-51 76l-76 -76h-87l139 152h76zM167 0h-103l79 451h103z" />
+<glyph unicode="&#xef;" d="M150 633q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM301 633q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM167 0h-103l79 451h103z" />
+<glyph unicode="&#xf0;" horiz-adv-x="529" d="M521 220q-18 -105 -88 -168.5t-175 -63.5q-89 0 -138.5 49t-49.5 131q0 22 5 52q18 97 89.5 164.5t167.5 67.5q4 0 11 -5l-28 38l-138 -39l-12 64l111 32l-60 85h126l39 -52l146 45l12 -66l-119 -35l43 -52q64 -85 64 -184q0 -30 -6 -63zM406 220q6 32 6 59q0 46 -17 74 q-11 3 -60 12q-118 0 -144 -145q-4 -20 -4 -42q0 -96 88 -96q53 0 86.5 37.5t44.5 100.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="529" d="M522 636q-8 -47 -36.5 -80t-74.5 -34q-27 0 -60 20l-37 29q-4 -1 -6.5 -3t-4 -7.5t-2.5 -10t-2.5 -14t-2.5 -14.5h-80q8 46 37.5 80t73.5 34q37 0 62 -20l37 -28q10 2 17 48h79zM469 0h-107l46 266q4 20 4 39q0 33 -15.5 49.5t-51.5 16.5q-50 0 -86 -32t-47 -86l-44 -253 h-104l79 450h104l-8 -46q57 58 140 58q73 0 107.5 -37.5t34.5 -103.5q0 -21 -5 -53z" />
+<glyph unicode="&#xf2;" horiz-adv-x="523" d="M481 522h-90l-147 152h112zM518 225q-18 -99 -89.5 -167.5t-173.5 -69.5q-86 1 -135 55.5t-49 135.5q0 25 4 46q19 103 90 170t174 67q88 0 136 -51t48 -134q0 -22 -5 -52zM405 225q3 18 3 34q0 48 -22 79t-63 32q-53 -1 -88 -42t-45 -103q-4 -30 -4 -43q0 -99 86 -102 q47 0 84.5 43t48.5 102z" />
+<glyph unicode="&#xf3;" horiz-adv-x="523" d="M482 674l-150 -152h-90l127 152h113zM518 225q-18 -99 -89.5 -167.5t-173.5 -69.5q-86 1 -135 55.5t-49 135.5q0 25 4 46q19 103 90 170t174 67q88 0 136 -51t48 -134q0 -22 -5 -52zM405 225q3 18 3 34q0 48 -22 79t-63 32q-53 -1 -88 -42t-45 -103q-4 -30 -4 -43 q0 -99 86 -102q47 0 84.5 43t48.5 102z" />
+<glyph unicode="&#xf4;" horiz-adv-x="523" d="M499 522h-86l-51 76l-76 -76h-87l139 152h76zM518 225q-18 -99 -89.5 -167.5t-173.5 -69.5q-86 1 -135 55.5t-49 135.5q0 25 4 46q19 103 90 170t174 67q88 0 136 -51t48 -134q0 -22 -5 -52zM405 225q3 18 3 34q0 48 -22 79t-63 32q-53 -1 -88 -42t-45 -103 q-4 -30 -4 -43q0 -99 86 -102q47 0 84.5 43t48.5 102z" />
+<glyph unicode="&#xf5;" horiz-adv-x="523" d="M512 636q-8 -47 -36.5 -80t-74.5 -34q-27 0 -60 20l-37 29q-4 -1 -6.5 -3t-4 -7.5t-2.5 -10t-2.5 -14t-2.5 -14.5h-80q8 46 37.5 80t73.5 34q37 0 62 -20l37 -28q10 2 17 48h79zM518 225q-18 -99 -89.5 -167.5t-173.5 -69.5q-86 1 -135 55.5t-49 135.5q0 25 4 46 q19 103 90 170t174 67q88 0 136 -51t48 -134q0 -22 -5 -52zM405 225q3 18 3 34q0 48 -22 79t-63 32q-53 -1 -88 -42t-45 -103q-4 -30 -4 -43q0 -99 86 -102q47 0 84.5 43t48.5 102z" />
+<glyph unicode="&#xf6;" horiz-adv-x="523" d="M293 633q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM444 633q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM518 225q-18 -99 -89.5 -167.5t-173.5 -69.5q-86 1 -135 55.5t-49 135.5q0 25 4 46q19 103 90 170t174 67q88 0 136 -51t48 -134q0 -22 -5 -52zM405 225q3 18 3 34q0 48 -22 79t-63 32q-53 -1 -88 -42t-45 -103q-4 -30 -4 -43q0 -99 86 -102q47 0 84.5 43 t48.5 102z" />
+<glyph unicode="&#xf7;" horiz-adv-x="524" d="M242 397q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM242 120q0 30 21 51.5t50 21.5t50 -21.5t21 -51.5t-21 -51.5t-50 -21.5t-50 21.5t-21 51.5zM540 215h-464v89h464v-89z" />
+<glyph unicode="&#xf8;" horiz-adv-x="553" d="M598 441l-78 -75q20 -48 20 -89q0 -19 -5 -51q-17 -101 -86 -169t-172 -68q-62 0 -117 38l-68 -65l-54 48l72 69q-26 54 -26 107q0 18 3 39q19 107 92.5 171t180.5 64q19 0 31.5 -1t24.5 -6.5t17 -8t19.5 -13t20.5 -14.5l73 71zM396 347q-20 22 -52 22h-9q-44 0 -71 -27 t-53 -84q-19 -40 -19 -97v-8zM422 225q1 5 10 62l-198 -191q16 -13 59 -14q48 0 83.5 44t45.5 99z" />
+<glyph unicode="&#xf9;" horiz-adv-x="531" d="M484 522h-90l-147 152h112zM465 0h-107l8 47q-64 -59 -138 -59q-72 0 -107.5 38.5t-35.5 103.5q0 22 5 52l47 269h108l-47 -267q-4 -19 -4 -39q0 -66 67 -66q54 0 87.5 32t43.5 87l45 253h107z" />
+<glyph unicode="&#xfa;" horiz-adv-x="531" d="M486 674l-150 -152h-90l127 152h113zM465 0h-107l8 47q-64 -59 -138 -59q-72 0 -107.5 38.5t-35.5 103.5q0 22 5 52l47 269h108l-47 -267q-4 -19 -4 -39q0 -66 67 -66q54 0 87.5 32t43.5 87l45 253h107z" />
+<glyph unicode="&#xfb;" horiz-adv-x="531" d="M502 522h-86l-51 76l-76 -76h-87l139 152h76zM465 0h-107l8 47q-64 -59 -138 -59q-72 0 -107.5 38.5t-35.5 103.5q0 22 5 52l47 269h108l-47 -267q-4 -19 -4 -39q0 -66 67 -66q54 0 87.5 32t43.5 87l45 253h107z" />
+<glyph unicode="&#xfc;" horiz-adv-x="531" d="M296 633q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM447 633q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM465 0h-107l8 47q-64 -59 -138 -59q-72 0 -107.5 38.5t-35.5 103.5q0 22 5 52l47 269h108l-47 -267q-4 -19 -4 -39q0 -66 67 -66q54 0 87.5 32t43.5 87l45 253h107z" />
+<glyph unicode="&#xfd;" horiz-adv-x="486" d="M487 674l-150 -152h-90l127 152h113zM551 451l-370 -624q-22 -35 -57.5 -51t-67.5 -16l-23 72q14 0 38 10.5t34 27.5l96 166l-111 415h103l84 -302l165 302h109z" />
+<glyph unicode="&#xfe;" horiz-adv-x="542" d="M186 692h103l-43 -240q39 10 84 10q97 0 151 -49t54 -134q0 -22 -5 -54q-21 -108 -95 -172.5t-184 -64.5q-50 2 -86 6l-41 -235h-103zM230 362l-48 -274q36 -12 76 -12q132 3 157 149q4 28 4 40q0 51 -27.5 79.5t-81.5 28.5q-47 -3 -80 -11z" />
+<glyph unicode="&#xff;" horiz-adv-x="486" d="M276 633q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM427 633q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM551 451l-370 -624q-22 -35 -57.5 -51t-67.5 -16l-23 72q14 0 38 10.5t34 27.5l96 166l-111 415h103l84 -302l165 302h109z" />
+<glyph unicode="&#x152;" horiz-adv-x="982" d="M942 0h-501q-173 0 -265 65t-92 198q0 30 9 84q33 174 158 259.5t323 85.5h492l-19 -95h-346l-36 -183h332l-18 -93h-332l-45 -227h358zM494 94l99 503h-48q-142 0 -224.5 -59.5t-108.5 -190.5q-8 -36 -8 -73q0 -180 243 -180h47z" />
+<glyph unicode="&#x153;" horiz-adv-x="838" d="M742 286q1 5 1 15q0 72 -90 72q-42 0 -69.5 -22t-48.5 -65h207zM833 206h-314q-2 -8 -2 -25q0 -43 26.5 -72.5t73.5 -29.5q61 0 88 6.5t95 34.5l-17 -96q-101 -36 -186 -36q-113 0 -164 74q-73 -73 -178 -74q-86 1 -135 55.5t-49 135.5q0 25 4 46q19 103 90 170t174 67 q107 0 154 -74q74 74 176 74q87 0 131.5 -42.5t44.5 -117.5q0 -22 -5 -54zM405 225q3 18 3 34q0 48 -22 79t-63 32q-53 -1 -88 -42t-45 -103q-4 -30 -4 -43q0 -99 86 -102q47 0 84.5 43t48.5 102z" />
+<glyph unicode="&#x178;" horiz-adv-x="602" d="M377 873q20 0 32 -13t12 -32q0 -7 -1 -11q-5 -23 -22.5 -39t-40.5 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5t40.5 16.5zM528 873q21 0 33 -13t12 -33q0 -7 -1 -10q-5 -23 -23 -39t-41 -16q-19 0 -31.5 12.5t-12.5 31.5q0 7 1 11q4 23 22.5 39.5 t40.5 16.5zM725 692l-319 -365l-62 -327h-114l63 327l-175 365h125l124 -274l238 274h120z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="359" d="M418 508h-86l-51 76l-76 -76h-87l139 152h76z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="377" d="M433 640q-8 -47 -36.5 -80t-74.5 -34q-27 0 -60 20l-37 29q-4 -1 -6.5 -3t-4 -7.5t-2.5 -10t-2.5 -14t-2.5 -14.5h-80q8 46 37.5 80t73.5 34q37 0 62 -20l37 -28q10 2 17 48h79z" />
+<glyph unicode="&#x2000;" horiz-adv-x="466" />
+<glyph unicode="&#x2001;" horiz-adv-x="933" />
+<glyph unicode="&#x2002;" horiz-adv-x="466" />
+<glyph unicode="&#x2003;" horiz-adv-x="933" />
+<glyph unicode="&#x2004;" horiz-adv-x="311" />
+<glyph unicode="&#x2005;" />
+<glyph unicode="&#x2006;" horiz-adv-x="155" />
+<glyph unicode="&#x2007;" horiz-adv-x="155" />
+<glyph unicode="&#x2008;" horiz-adv-x="116" />
+<glyph unicode="&#x2009;" horiz-adv-x="186" />
+<glyph unicode="&#x200a;" horiz-adv-x="51" />
+<glyph unicode="&#x2010;" horiz-adv-x="369" d="M337 193h-242l11 66h242z" />
+<glyph unicode="&#x2011;" horiz-adv-x="369" d="M337 193h-242l11 66h242z" />
+<glyph unicode="&#x2013;" horiz-adv-x="500" d="M95 193v66h384v-66h-384z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M95 193v66h884v-66h-884z" />
+<glyph unicode="&#x2018;" horiz-adv-x="223" d="M303 687q-23 -13 -38 -40t-15 -54q0 -12 2 -18l-14 -77h-109l14 75q7 36 62 78.5t96 44.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="226" d="M282 618q-7 -37 -64 -80t-109 -44q31 19 49 48.5t18 58.5q0 5 -2 15l14 76h108z" />
+<glyph unicode="&#x201a;" horiz-adv-x="237" d="M186 15q-7 -37 -64.5 -79.5t-109.5 -44.5q32 19 50 48.5t18 58.5q0 5 -2 15l13 76h108z" />
+<glyph unicode="&#x201c;" horiz-adv-x="399" d="M482 687q-25 -13 -41.5 -40.5t-16.5 -54.5q0 -5 2 -17l-14 -77h-120l14 75q7 36 67.5 78.5t106.5 44.5zM329 687q-25 -13 -41.5 -40.5t-16.5 -55.5q0 -6 2 -16l-14 -77h-120l14 75q7 36 67.5 79t106.5 44z" />
+<glyph unicode="&#x201d;" horiz-adv-x="393" d="M450 618q-7 -36 -67.5 -79.5t-106.5 -44.5l-3 9q25 13 41.5 40.5t16.5 54.5q0 6 -2 18l14 76h121zM294 618q-7 -36 -67 -79.5t-106 -44.5l-1 9q25 13 41 40.5t16 55.5q0 7 -2 17l14 76h119z" />
+<glyph unicode="&#x201e;" horiz-adv-x="401" d="M351 15q-7 -36 -67.5 -79.5t-107.5 -44.5l-2 9q25 13 41.5 40.5t16.5 54.5q0 6 -2 18l13 76h121zM195 15q-7 -36 -67 -79.5t-107 -44.5v9q25 13 41 40.5t16 55.5q0 7 -2 17l13 76h119z" />
+<glyph unicode="&#x2022;" horiz-adv-x="334" d="M225 450q49 0 83 -35t34 -85t-34 -85t-83 -35t-83 35t-34 85t34 85t83 35z" />
+<glyph unicode="&#x2026;" horiz-adv-x="750" d="M565 60q5 30 29.5 51.5t53.5 21.5q26 0 43 -17t17 -43q0 -9 -1 -13q-5 -30 -30 -51.5t-54 -21.5q-26 0 -42.5 17t-16.5 43q0 9 1 13zM315 60q5 30 29.5 51.5t53.5 21.5q26 0 43 -17t17 -43q0 -9 -1 -13q-5 -30 -30 -51.5t-54 -21.5q-26 0 -42.5 17t-16.5 43q0 9 1 13z M65 60q5 30 29.5 51.5t53.5 21.5q26 0 43 -17t17 -43q0 -9 -1 -13q-5 -30 -30 -51.5t-54 -21.5q-26 0 -42.5 17t-16.5 43q0 9 1 13z" />
+<glyph unicode="&#x202f;" horiz-adv-x="186" />
+<glyph unicode="&#x2039;" horiz-adv-x="290" d="M245 57l-185 164l8 40l242 165l-17 -96l-126 -88l94 -90z" />
+<glyph unicode="&#x203a;" horiz-adv-x="285" d="M299 221l-240 -164l16 95l123 90l-91 88l17 96l183 -165z" />
+<glyph unicode="&#x205f;" />
+<glyph unicode="&#x20ac;" horiz-adv-x="571" d="M542 57q-38 -30 -87 -50.5t-92 -20.5q-109 0 -161.5 67t-52.5 179v3h-94l43 71h59l14 78h-90l44 71h63q37 110 116 179.5t186 69.5q42 0 84 -20t69 -50l-21 -120q-34 53 -64 75.5t-82 22.5q-124 0 -180 -157h257l-55 -71h-226l-14 -78h195l-41 -71h-155q0 -157 125 -157 q52 0 87.5 20.5t92.5 73.5z" />
+<glyph unicode="&#x2122;" horiz-adv-x="666" d="M689 369h-77l-1 151l-55 -89h-40l-57 90l1 -152h-79l-1 232h96l62 -83l56 83h94zM368 543h-81l1 -174h-78l-1 174h-81v58h240v-58z" />
+</font>
+</defs></svg> 
\ No newline at end of file
Binary file fonts/gilliusadfno2-bolditalic-webfont.ttf has changed
Binary file fonts/gilliusadfno2-bolditalic-webfont.woff has changed
Binary file fonts/gilliusadfno2-italic-webfont.eot has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/gilliusadfno2-italic-webfont.svg	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,241 @@
+<?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.
+Designer    : Hirwen HARENDAL
+Foundry     : Arkandis Digital Foundry.
+Foundry URL : http://arkandis.tuxfamily.org
+</metadata>
+<defs>
+<font id="webfonteHBtzgS0" horiz-adv-x="609" >
+<font-face units-per-em="1000" ascent="750" descent="-250" />
+<missing-glyph horiz-adv-x="300" />
+<glyph unicode=" "  horiz-adv-x="300" />
+<glyph unicode="&#x09;" horiz-adv-x="300" />
+<glyph unicode="&#xa0;" horiz-adv-x="300" />
+<glyph unicode="!" horiz-adv-x="205" d="M116 86q15 0 24.5 -11t9.5 -27q0 -6 -1 -9q-3 -18 -18 -32.5t-32 -14.5q-15 0 -24.5 11.5t-9.5 27.5q0 1 0.5 4t0.5 4q4 18 19 32.5t31 14.5zM209 389l-37 -164h-62l18 164l54 303h81z" />
+<glyph unicode="&#x22;" horiz-adv-x="341" d="M187 377h-57l39 224h57zM341 377h-57l39 224h57z" />
+<glyph unicode="#" horiz-adv-x="583" d="M449 421h-132l-66 -162h133zM646 421h-145l-63 -162h131l-11 -66h-145l-77 -193h-54l75 193h-126l-82 -193h-55l77 193h-130l11 66h144l66 162h-134l11 65h143l81 194h55l-79 -194h134l78 194h53l-76 -194h129z" />
+<glyph unicode="$" horiz-adv-x="446" d="M235 -100h-62l15 86q-51 3 -146 43l16 91q68 -64 141 -67l47 270q-62 17 -93 47.5t-31 88.5q0 19 5 49q16 88 64.5 136.5t119.5 57.5l8 48h62l-8 -48q66 -6 113 -34l-14 -82q-34 26 -56 36.5t-55 12.5l-42 -243q126 -37 126 -153q0 -21 -5 -51q-31 -175 -190 -199z M305 305l-42 -243q85 27 101 119q4 19 4 36q0 36 -16 55.5t-47 32.5zM260 407l38 223q-79 -21 -98 -115q-3 -17 -3 -29q0 -34 16 -51t47 -28z" />
+<glyph unicode="%" horiz-adv-x="739" d="M329 518q5 28 5 49q0 86 -67 86q-42 0 -71.5 -40.5t-38.5 -94.5q-4 -19 -4 -44q0 -91 66 -94q83 0 110 138zM694 173q4 19 4 44q0 91 -65 91q-85 0 -110 -135q-4 -20 -4 -47q0 -89 66 -89q43 0 70.5 39.5t38.5 96.5zM377 518q-14 -78 -57 -131.5t-110 -53.5 q-104 0 -104 126q0 26 5 59q14 75 57 130.5t108 55.5q54 0 80 -38.5t26 -97.5q0 -22 -5 -50zM708 704l-510 -718h-54l510 718h54zM742 173q-14 -75 -57 -131t-109 -56q-54 0 -81 38.5t-27 97.5q0 23 5 51q13 74 58 129t111 56q53 0 78.5 -38.5t25.5 -97.5q0 -28 -4 -49z" />
+<glyph unicode="&#x26;" horiz-adv-x="598" d="M419 117l-185 260q-47 -37 -74.5 -74t-35.5 -86q-3 -18 -3 -35q0 -60 38 -94.5t100 -34.5q79 0 160 64zM589 -2h-94l-48 71q-108 -83 -207 -83q-83 0 -133 48t-50 129q0 25 4 48q20 112 148 213q-15 31 -20 60q-2 18 -2 26q0 92 66 148q52 46 124 46q71 0 128 -33 l-39 -61q-23 21 -38.5 25.5t-53.5 4.5q-47 0 -81 -28q-45 -33 -45 -84q0 -20 6 -38q12 -30 41 -68l175 -245q40 46 59 87t32 103h66q-30 -111 -130 -237z" />
+<glyph unicode="'" horiz-adv-x="184" d="M243 692q1 -13 1 -37q0 -93 -46 -169l-46 -18l16 96q2 9 2 27q0 13 -10 83z" />
+<glyph unicode="(" horiz-adv-x="235" d="M198 -125h-55q-63 157 -63 306q0 60 10 117q34 195 202 422h55q-81 -116 -124.5 -209.5t-65.5 -212.5q-13 -74 -13 -143q0 -126 54 -280z" />
+<glyph unicode=")" horiz-adv-x="232" d="M245 298q-18 -101 -74 -214.5t-129 -208.5h-55q80 112 125 209t66 214q13 72 13 141q0 132 -56 281h56q64 -159 64 -311q0 -58 -10 -111z" />
+<glyph unicode="*" horiz-adv-x="425" d="M474 396l-17 -41l-145 93l-1 -177h-38l1 177l-145 -93l-18 41l150 93l-149 91l18 43l144 -97l3 178h38l-3 -178l146 97l17 -43l-151 -92z" />
+<glyph unicode="+" horiz-adv-x="508" d="M545 228h-217v-228h-55v228h-220v62h220l1 227h55l-1 -227h217v-62z" />
+<glyph unicode="," horiz-adv-x="233" d="M66 45q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -1 -0.5 -4.5t-0.5 -5.5q-10 -56 -61.5 -100.5t-82.5 -44.5q10 2 41 34t34 53q-22 0 -36 13.5t-14 34.5q0 6 1 10z" />
+<glyph unicode="-" horiz-adv-x="344" d="M312 193h-217l11 66h217z" />
+<glyph unicode="." horiz-adv-x="233" d="M66 47q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -6 -1 -10q-5 -24 -24.5 -41t-44.5 -17q-22 0 -36 14t-14 34q0 6 1 10z" />
+<glyph unicode="/" horiz-adv-x="296" d="M408 692l-357 -780h-59l357 780h59z" />
+<glyph unicode="0" horiz-adv-x="526" d="M461 344q14 82 14 135q0 160 -104 160q-32 0 -59.5 -14.5t-46.5 -42t-33.5 -55t-25 -66.5t-15.5 -62t-11 -55q-15 -92 -15 -140q0 -152 103 -152q141 0 193 292zM528 344q-11 -63 -29.5 -119t-49.5 -113.5t-81 -91.5t-112 -34q-158 0 -158 221q0 69 13 137q9 49 21 93.5 t35 95t51 87t71 60.5t94 24q158 0 158 -221q0 -59 -13 -139z" />
+<glyph unicode="1" horiz-adv-x="286" d="M233 0h-77l109 617l-70 -54l-35 48l112 81h83z" />
+<glyph unicode="2" horiz-adv-x="481" d="M39 0q12 11 159 177l147 166l46 51q16 17 37 50.5t26 58.5q2 18 2 25q0 49 -33 77.5t-86 28.5q-85 0 -193 -63l14 79q108 54 189 54q82 0 132.5 -40.5t50.5 -114.5q0 -11 -4 -41q-6 -34 -23.5 -67t-29.5 -48l-45 -55l-236 -266h263l-13 -72h-403z" />
+<glyph unicode="3" horiz-adv-x="480" d="M467 200q-19 -108 -97 -161t-189 -53q-46 0 -73.5 6.5t-55.5 26.5l15 85q5 -3 20.5 -15t20.5 -14.5t18.5 -8.5t28.5 -7.5t36 -1.5q85 0 138 32t67 111q3 15 3 29q0 54 -38.5 80t-102.5 26h-32l12 68h35q64 0 108.5 27.5t55.5 85.5q2 18 2 26q0 92 -128 92q-30 0 -48 -3.5 t-46.5 -15t-42.5 -16.5l13 76q5 2 21 7l22 6q5 1 18 5t20 5t18.5 3t22 2.5t22.5 0.5q79 0 130.5 -36.5t51.5 -105.5q0 -16 -3 -34q-10 -54 -48 -94t-99 -61q52 -15 79.5 -52t27.5 -87q0 -16 -3 -34z" />
+<glyph unicode="4" horiz-adv-x="508" d="M358 236l52 299l-250 -299h198zM514 165h-94l-29 -165h-75l29 165h-293l5 30l418 497h38l-80 -456h94z" />
+<glyph unicode="5" horiz-adv-x="487" d="M488 220q-20 -113 -96 -173.5t-189 -60.5q-84 0 -162 29l15 87q65 -45 157 -45q80 0 134.5 41.5t68.5 121.5q3 20 3 36q0 60 -40 92.5t-109 32.5h-137l55 311h336l-13 -73h-269l-29 -166h86q91 0 142 -49t51 -134q0 -26 -4 -50z" />
+<glyph unicode="6" horiz-adv-x="525" d="M158 207q-3 -19 -3 -38q0 -55 32.5 -86t92.5 -31q69 0 111.5 41.5t54.5 113.5q4 20 4 45q0 56 -28 89.5t-85 33.5q-70 0 -117 -47t-62 -121zM89 261q16 91 55 168.5t89.5 130t101 86.5t101.5 52l37 -44q-82 -26 -169 -110t-103 -169q56 61 152 65q85 0 128 -47t43 -127 q0 -29 -6 -59q-17 -97 -88.5 -158t-161.5 -63q-98 0 -142.5 52t-44.5 139q0 38 8 84z" />
+<glyph unicode="7" horiz-adv-x="447" d="M543 657l-365 -671l-64 22l330 610h-315l13 74h407z" />
+<glyph unicode="8" horiz-adv-x="536" d="M449 193q3 17 3 32q0 52 -32.5 80t-91.5 28q-68 0 -113.5 -36t-57.5 -104q-3 -19 -3 -35q0 -52 32.5 -79t91.5 -27q67 0 113 36.5t58 104.5zM492 518q2 18 2 24q0 97 -112 97q-124 0 -154 -121q-1 -5 -1 -15q0 -44 31.5 -74t79.5 -30h2q55 0 98.5 33t53.5 86zM519 193 q-18 -102 -84 -154.5t-168 -52.5q-89 0 -138 39.5t-49 116.5q0 21 5 51q11 63 54.5 108.5t114.5 66.5q-51 20 -75 46.5t-24 68.5q0 15 3 35q15 87 82 136.5t153 49.5q77 0 125.5 -40.5t48.5 -111.5q0 -16 -3 -34q-18 -99 -139 -150q97 -36 97 -139q0 -18 -3 -36z" />
+<glyph unicode="9" horiz-adv-x="526" d="M487 471q3 19 3 38q0 55 -32.5 86t-92.5 31q-69 0 -111.5 -41.5t-54.5 -113.5q-4 -20 -4 -45q0 -56 28 -89.5t85 -33.5q70 0 117 47t62 121zM556 417q-15 -85 -54 -161t-90 -129.5t-103.5 -90.5t-101.5 -54l-37 42q83 36 168.5 115t100.5 149q-34 -28 -65 -38t-82 -12 q-85 0 -128 47t-43 127q0 29 6 59q17 97 88.5 158t161.5 63q98 0 142.5 -52t44.5 -139q0 -38 -8 -84z" />
+<glyph unicode=":" horiz-adv-x="233" d="M66 47q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -6 -1 -10q-5 -24 -24.5 -41t-44.5 -17q-22 0 -36 14t-14 34q0 6 1 10zM118 345q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -6 -1 -10q-5 -24 -24.5 -41t-44.5 -17q-22 0 -36 14t-14 34q0 6 1 10z" />
+<glyph unicode=";" horiz-adv-x="233" d="M119 345q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -1 -0.5 -4.5t-0.5 -5.5q-5 -24 -24.5 -41t-44.5 -17q-22 0 -36 13.5t-14 34.5q0 6 1 10zM66 45q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -1 -0.5 -4.5t-0.5 -5.5q-10 -56 -61.5 -100.5t-82.5 -44.5q10 2 41 34 t34 53q-22 0 -36 13.5t-14 34.5q0 6 1 10z" />
+<glyph unicode="&#x3c;" horiz-adv-x="560" d="M552 38l-492 189l-2 62l492 190l1 -68l-410 -153l410 -152z" />
+<glyph unicode="=" horiz-adv-x="620" d="M602 142h-493v63h493v-63zM601 312h-493l-1 62h493z" />
+<glyph unicode="&#x3e;" horiz-adv-x="555" d="M586 227l-493 -189l-1 68l409 152l-409 153l-1 68l493 -190z" />
+<glyph unicode="?" horiz-adv-x="355" d="M183 86q15 0 24.5 -11t9.5 -27q0 -6 -1 -9q-3 -18 -18 -32.5t-32 -14.5q-15 0 -25 11.5t-10 27.5q0 1 0.5 4t0.5 4q4 18 19 32.5t32 14.5zM424 543q-5 -29 -19 -54t-28 -40t-41 -40l-46 -41q-40 -40 -50 -57t-19 -69l-10 -59h-43l-9 73q-1 6 -1 16q0 12 2 22.5t8 21.5 l9 17q4 7 15 18t15.5 16t18.5 18t19 17l45 41q52 44 65 95q2 14 2 21q0 38 -26 57.5t-68 19.5q-27 0 -44 -6.5t-37 -21t-32 -20.5l-27 66q89 50 167 50q64 0 100.5 -32.5t36.5 -92.5q0 -17 -3 -36z" />
+<glyph unicode="@" horiz-adv-x="827" d="M589 248v6q0 59 -33 98q-37 37 -92 37q-60 0 -91 -39.5t-33 -101.5q1 -61 32.5 -101t90.5 -40q61 0 93 40t33 101zM589 40v62q-22 -27 -60 -43.5t-80 -16.5q-80 0 -124.5 60.5t-44.5 142.5v3q1 85 45 146.5t126 62.5q107 0 139 -61l1 53h60l-1 -341q72 11 99.5 61 t30.5 134q0 124 -80 212t-219 91q-153 0 -243.5 -105t-91.5 -250v-5q0 -157 90.5 -250.5t230.5 -93.5q116 0 214 79l40 -54q-66 -47 -123 -69t-131 -23q-165 0 -277.5 115t-112.5 299v2q1 80 26.5 153.5t74 133t126 94.5t174.5 35q166 0 268 -106.5t102 -253.5 q0 -122 -69 -194t-190 -73z" />
+<glyph unicode="A" d="M491 252l-61 356l-205 -356h266zM603 0h-69l-31 180h-319l-96 -180h-82l390 692h89z" />
+<glyph unicode="B" horiz-adv-x="555" d="M485 202q4 28 4 38q0 50 -34 71.5t-101 21.5h-154l-50 -264h154q155 0 181 133zM501 513q2 9 2 26q0 80 -126 84h-123l-42 -222h143q122 0 146 112zM555 193q-38 -193 -257 -193h-234l130 692h202q80 0 126.5 -34.5t46.5 -105.5q0 -18 -3 -39q-12 -71 -43.5 -102.5 t-60.5 -36.5q45 -4 70.5 -45.5t25.5 -97.5q0 -20 -3 -38z" />
+<glyph unicode="C" horiz-adv-x="602" d="M569 51q-98 -65 -219 -65q-129 0 -194 71t-65 190q0 48 10 97q30 159 130.5 259.5t257.5 100.5q114 0 194 -64l-18 -94q-33 47 -76.5 68.5t-109.5 21.5q-130 0 -204.5 -79.5t-103.5 -212.5q-9 -40 -9 -89q0 -94 49 -147.5t154 -53.5q66 0 118 21t104 67z" />
+<glyph unicode="D" horiz-adv-x="651" d="M600 347q10 47 10 89q0 96 -58 140.5t-179 46.5h-119l-105 -554h118q144 0 225 68t108 210zM670 347q-35 -183 -138 -265t-289 -82h-179l131 692h179q156 0 231.5 -56.5t75.5 -182.5q0 -45 -11 -106z" />
+<glyph unicode="E" horiz-adv-x="518" d="M483 0h-419l133 692h411l-14 -73h-340l-41 -215h325l-14 -72h-325l-50 -260h347z" />
+<glyph unicode="F" horiz-adv-x="465" d="M558 619h-301l-41 -213h272l-15 -73h-271l-65 -333h-73l134 692h375z" />
+<glyph unicode="G" horiz-adv-x="654" d="M609 62q-116 -76 -254 -76q-132 0 -198 69t-66 189q0 42 10 100q31 164 131 262t261 98q126 0 212 -64l-17 -93q-43 48 -87.5 68.5t-115.5 20.5q-251 0 -314 -292q-9 -41 -9 -89q0 -201 212 -201q86 0 171 35l38 198h-155l13 70h224z" />
+<glyph unicode="H" horiz-adv-x="626" d="M552 0h-72l63 332h-345l-62 -332h-72l130 692h72l-54 -288h344l54 288h72z" />
+<glyph unicode="I" horiz-adv-x="214" d="M140 0h-76l130 692h76z" />
+<glyph unicode="J" horiz-adv-x="224" d="M158 46q-23 -118 -82 -181q-53 -54 -154 -54h-28l14 70h21q74 0 107 35q32 36 50 130l124 646h71z" />
+<glyph unicode="K" horiz-adv-x="591" d="M583 0h-109l-273 338l-64 -338h-73l131 692h74l-57 -297l372 297h110l-402 -321z" />
+<glyph unicode="L" horiz-adv-x="475" d="M469 0h-405l132 692h73l-119 -620h332z" />
+<glyph unicode="M" horiz-adv-x="766" d="M689 0h-75l104 554l-312 -419l-157 419l-105 -554h-75l131 692h71l159 -410l314 410h75z" />
+<glyph unicode="N" horiz-adv-x="658" d="M579 0h-74l-257 557l-105 -557h-74l131 692h71l258 -558l106 558h76z" />
+<glyph unicode="O" horiz-adv-x="674" d="M622 344q9 54 9 89q0 90 -43.5 146.5t-137.5 56.5q-116 0 -189 -86t-96 -206q-8 -43 -8 -83q0 -91 43 -149.5t136 -58.5q60 0 110.5 25t85 68t57 93t33.5 105zM692 344q-18 -99 -63 -177.5t-124 -129.5t-180 -51q-121 0 -180.5 72.5t-59.5 188.5q0 42 10 97 q18 96 63.5 175.5t124.5 132t178 52.5q123 0 182 -71.5t59 -187.5q0 -43 -10 -101z" />
+<glyph unicode="P" horiz-adv-x="511" d="M497 486q3 20 3 35q0 99 -120 102h-125l-52 -272h124q68 0 112 35t58 100zM568 485q-39 -205 -256 -205h-122l-54 -280h-72l132 692h197q180 0 180 -150q0 -32 -5 -57z" />
+<glyph unicode="Q" horiz-adv-x="667" d="M615 345q9 54 9 89q0 90 -43 146t-136 56q-114 0 -185.5 -85.5t-94.5 -205.5q-8 -42 -8 -80q0 -91 43 -150.5t134 -59.5q112 0 185.5 86t95.5 204zM685 345q-47 -250 -245 -335q-1 -3 -1 -9q0 -25 37 -68t61 -44h8q68 0 109 47q-12 -38 -49.5 -70t-75.5 -32 q-52 0 -107 53t-55 97v6q-18 0 -27 -0.5t-15 -0.5q-121 0 -180.5 71.5t-59.5 187.5q0 42 10 97q29 150 123.5 254.5t238.5 104.5q121 0 179.5 -71t58.5 -188q0 -43 -10 -100z" />
+<glyph unicode="R" horiz-adv-x="567" d="M444 496q3 16 3 30q0 94 -132 97h-90l-46 -258h90q72 0 117.5 33t57.5 98zM528 0h-75q-3 37 -42 107t-94.5 128.5t-95.5 58.5l-54 1l-52 -295h-75l122 692h166q194 0 194 -148q0 -25 -4 -48q-24 -142 -182 -181q62 -34 115.5 -127t76.5 -188z" />
+<glyph unicode="S" horiz-adv-x="415" d="M418 187q-16 -106 -75.5 -153.5t-147.5 -47.5q-59 0 -153 43l15 91q67 -67 144 -67q52 0 94 31t50 95q2 11 2 30q0 43 -18 63.5t-54 35.5l-34 13q-60 18 -89.5 49.5t-29.5 92.5q0 24 4 45q14 98 68 147t133 49q81 0 138 -36l-14 -82q-27 20 -40 28t-34.5 15t-48.5 7 q-114 0 -134 -121q-2 -9 -2 -23q0 -41 18 -59t54 -30l35 -13q122 -38 122 -157q0 -29 -3 -46z" />
+<glyph unicode="T" horiz-adv-x="572" d="M671 619h-241l-118 -619h-71l118 619h-243l14 73h555z" />
+<glyph unicode="U" d="M588 258q-50 -272 -291 -272q-202 0 -202 190q0 36 8 82l78 434h71l-76 -422q-9 -48 -9 -88q0 -63 32.5 -96t109.5 -33q98 0 144 55t67 162l81 422h70z" />
+<glyph unicode="V" horiz-adv-x="646" d="M759 692l-444 -706l-183 706h77l133 -512l330 512h87z" />
+<glyph unicode="W" horiz-adv-x="912" d="M1015 692l-359 -706l-111 524l-306 -524l-96 706h78l69 -466l287 482l103 -488l252 472h83z" />
+<glyph unicode="X" horiz-adv-x="588" d="M569 0h-86l-136 300l-259 -300h-86l318 371l-152 321h86l122 -262l228 262h86l-284 -332z" />
+<glyph unicode="Y" horiz-adv-x="545" d="M669 692l-312 -362l-63 -330h-72l64 330l-167 362h85l132 -291l251 291h82z" />
+<glyph unicode="Z" horiz-adv-x="595" d="M564 0h-542l12 67l538 551h-421l15 74h520l-14 -66l-538 -554h443z" />
+<glyph unicode="[" horiz-adv-x="251" d="M211 -125h-170l150 846h170l-11 -60h-102l-128 -728h102z" />
+<glyph unicode="\" horiz-adv-x="295" d="M269 -88h-59l-81 780h59z" />
+<glyph unicode="]" horiz-adv-x="250" d="M161 -125h-170l11 58h102l128 728h-102l11 60h170z" />
+<glyph unicode="^" horiz-adv-x="603" d="M661 433l-89 1l-195 181l-195 -181l-88 -1l241 259h84z" />
+<glyph unicode="_" horiz-adv-x="424" d="M388 -224h-438l12 67h438z" />
+<glyph unicode="`" horiz-adv-x="261" d="M335 508h-62l-140 152h83z" />
+<glyph unicode="a" horiz-adv-x="474" d="M352 111l51 287q-110 -1 -173 -46.5t-83 -144.5q-3 -15 -3 -30q0 -52 27 -91t74 -40q27 0 63.5 20.5t43.5 44.5zM486 449l-79 -449h-74l7 42q-60 -56 -134 -56h-5q-58 0 -97 52.5t-39 120.5q0 17 3 33q14 75 52 133.5t108.5 97t163.5 39.5q55 0 94 -13z" />
+<glyph unicode="b" horiz-adv-x="492" d="M204 381l-55 -312q34 -17 81 -17q154 3 184 173q5 28 5 48q0 59 -32.5 92t-95.5 33q-49 -3 -87 -17zM186 692h73l-43 -243q46 13 90 13q89 0 137.5 -47.5t48.5 -130.5q0 -28 -6 -59q-21 -108 -89 -172.5t-170 -64.5q-36 0 -85.5 11.5t-73.5 25.5z" />
+<glyph unicode="c" horiz-adv-x="429" d="M464 399q-33 -1 -43 -1t-41.5 -2t-43.5 -4.5t-38.5 -8.5t-39.5 -15l-32 -21q-19 -13 -30.5 -30t-23 -40.5t-18.5 -51.5q-5 -23 -5 -49q0 -121 129 -124q38 0 61 7t61 26l10 5l-13 -74q-78 -28 -140 -28q-88 0 -134 48.5t-46 132.5q0 36 5 56q11 49 32 87t43.5 62.5 t56.5 41.5t61 25.5t68.5 13.5t66 5.5t66.5 0.5z" />
+<glyph unicode="d" horiz-adv-x="486" d="M414 381q-35 15 -81 17q-75 0 -122.5 -46t-62.5 -127q-5 -30 -5 -49q0 -121 129 -124q47 0 87 17zM542 692l-118 -667q-28 -14 -82.5 -25.5t-90.5 -11.5q-88 0 -134 48.5t-46 132.5q0 23 5 56q20 109 90 173t174 64q44 0 86 -13l43 243h73z" />
+<glyph unicode="e" horiz-adv-x="465" d="M409 287q2 14 2 20q0 40 -28.5 65.5t-76.5 25.5q-51 0 -88.5 -31.5t-53.5 -79.5h245zM467 226h-316q-6 -28 -6 -53q0 -58 30.5 -88t86.5 -30q39 0 73 12t49.5 22t59.5 41l-14 -75q-30 -31 -83.5 -49t-101.5 -18q-83 0 -128.5 48t-45.5 130q0 23 5 55q18 99 84 170t157 71 q158 -3 158 -159q0 -34 -8 -77z" />
+<glyph unicode="f" horiz-adv-x="260" d="M410 628h-70q-21 0 -47 -25t-37 -82l-12 -70h72l-11 -60h-72l-86 -491q-9 -49 -35 -86.5t-59 -54.5l-24 61q14 8 28.5 30t18.5 50l86 491h-70l11 60h70l11 62q18 92 64.5 135t104.5 44h69z" />
+<glyph unicode="g" horiz-adv-x="443" d="M289 396q-38 0 -69.5 -28.5t-39.5 -69.5q-1 -6 -1 -18q0 -34 21.5 -57t54.5 -23q38 0 70 29t39 69q2 12 2 19q0 34 -21.5 56.5t-55.5 22.5zM222 75q75 0 132.5 -36.5t57.5 -99.5q0 -7 -2 -23q-11 -62 -83.5 -109t-160.5 -47q-77 0 -123 39.5t-46 95.5q0 8 2 22 q15 84 109 130q-40 28 -40 60q0 7 1 10q6 30 21 42t54 26q-32 43 -32 89q0 8 2 22q14 72 63.5 118t128.5 46q28 0 58 -10h121l-10 -56h-69q22 -46 22 -79q0 -5 -2 -19q-12 -70 -61.5 -116.5t-121.5 -47.5q-55 0 -70 18h-5q-18 0 -25.5 -10.5t-7.5 -22.5q0 -16 17 -29.5 t47 -13.5q8 1 23 1zM209 11q-59 0 -96.5 -26.5t-44.5 -68.5q-2 -12 -2 -17q0 -35 28.5 -56t81.5 -21q60 0 102.5 26.5t50.5 67.5q1 4 1 13q0 36 -33 59t-88 23z" />
+<glyph unicode="h" horiz-adv-x="494" d="M434 0h-69l47 270q4 23 4 45q0 40 -19.5 60.5t-62.5 21.5q-56 -1 -99 -39.5t-56 -102.5l-44 -255h-71l122 692h71l-54 -303q56 73 159 73q63 0 94 -36.5t31 -98.5q0 -23 -5 -53z" />
+<glyph unicode="i" horiz-adv-x="202" d="M222 692q15 0 24.5 -11.5t9.5 -27.5q0 -1 -0.5 -4t-0.5 -4q-3 -18 -18 -32.5t-32 -14.5q-15 0 -24.5 11.5t-9.5 27.5q0 1 0.5 4t0.5 4q3 18 18.5 32.5t31.5 14.5zM136 0h-72l79 451h72z" />
+<glyph unicode="j" horiz-adv-x="203" d="M222 692q15 0 24.5 -11.5t9.5 -27.5q0 -1 -0.5 -4t-0.5 -4q-3 -18 -18 -32.5t-32 -14.5q-15 0 -24.5 11.5t-9.5 27.5q0 1 0.5 4t0.5 4q3 18 18.5 32.5t31.5 14.5zM122 -84q-16 -86 -57 -124q-25 -23 -53 -32l-20 56q15 5 30 20q14 16 27 80l94 535h73z" />
+<glyph unicode="k" horiz-adv-x="472" d="M463 0h-98l-191 215l-37 -215h-73l122 692h73l-76 -428l253 187h97l-278 -209z" />
+<glyph unicode="l" horiz-adv-x="220" d="M82 142l97 550h72l-97 -550q-4 -17 -4 -35q0 -43 34 -67l-48 -54q-59 21 -59 101q0 22 5 55z" />
+<glyph unicode="m" horiz-adv-x="762" d="M702 0h-67l47 270q5 28 5 47q0 79 -76 79q-61 0 -99 -37.5t-51 -103.5l-44 -255h-68l47 270q5 30 5 49q0 77 -76 77h-3q-50 0 -90 -40t-53 -101l-44 -255h-71l79 452h71l-11 -61q29 31 71.5 51t83.5 20q45 0 74.5 -25t40.5 -66q73 91 170 91q112 0 112 -129q0 -29 -6 -61 z" />
+<glyph unicode="n" horiz-adv-x="494" d="M434 0h-69l47 270q4 21 4 44q0 82 -83 82q-57 0 -98.5 -38t-55.5 -103l-44 -255h-71l79 452h71l-11 -62q62 72 159 72q124 0 124 -133q0 -24 -5 -57z" />
+<glyph unicode="o" horiz-adv-x="486" d="M410 225q3 19 3 39q0 56 -27.5 93t-77.5 38q-64 -1 -106 -49t-54 -121q-4 -21 -4 -47q0 -55 25.5 -88t78.5 -34q58 0 103.5 49.5t58.5 119.5zM480 225q-18 -100 -84 -168t-160 -69q-78 1 -121.5 54.5t-43.5 133.5q0 26 4 49q19 103 85 170t160 67q80 0 122.5 -49 t42.5 -130q0 -25 -5 -58z" />
+<glyph unicode="p" horiz-adv-x="511" d="M168 70q33 -14 81 -17q75 0 122.5 46.5t61.5 126.5q5 30 5 50q0 120 -128 123q-47 0 -87 -17zM40 -241l105 594q-32 -12 -69 -51q40 87 80 113l21 120h73l-15 -85q57 13 95 13q88 0 134 -48.5t46 -132.5q0 -23 -5 -56q-19 -109 -89 -173t-174 -64q-45 0 -86 13l-43 -243 h-73z" />
+<glyph unicode="q" horiz-adv-x="486" d="M360 70l55 312q-34 17 -81 17q-155 -3 -185 -173q-4 -21 -4 -46q0 -60 32.5 -93.5t95.5 -33.5q48 3 87 17zM378 -241h-73l43 243q-47 -13 -90 -13q-90 0 -138 48t-48 132q0 24 5 57q21 108 89 172.5t170 64.5q36 0 86 -11.5t74 -25.5z" />
+<glyph unicode="r" horiz-adv-x="350" d="M378 342l-2 1q-11 16 -39 33.5t-46 17.5h-2q-25 -2 -45.5 -16.5t-32 -35.5t-17 -37t-8.5 -30l-48 -275h-73l79 452h73l-11 -61q45 64 118 67q26 0 53.5 -13t44.5 -35z" />
+<glyph unicode="s" horiz-adv-x="360" d="M346 126q-11 -73 -62 -105.5t-115 -32.5q-50 0 -129 27l14 82q5 -3 15 -9.5l13 -8.5l12 -7q7 -4 10.5 -5t10.5 -4.5t11 -4t11.5 -2.5t14.5 -2.5t15.5 -1.5t19.5 -1q77 0 88 68q1 5 1 13q0 11 -3.5 20t-7 14t-13.5 10l-12 8q-4 2 -18 6.5t-16 5.5l-18 5q-45 11 -69.5 34 t-24.5 67q0 8 2 26q10 71 55.5 102.5t107.5 31.5q70 0 118 -24l-12 -75l-22 13q-13 7 -17 9t-12.5 5.5t-16 4.5t-19 2t-28.5 2q-79 0 -90 -66q0 -2 -0.5 -4.5t-0.5 -3.5q0 -19 12.5 -32t22 -17t30.5 -10l17 -4q51 -12 79 -37t28 -73q0 -16 -2 -26z" />
+<glyph unicode="t" horiz-adv-x="321" d="M299 5q-39 -19 -78 -19q-68 0 -98.5 21.5t-30.5 74.5q0 20 5 52l46 258h-50l10 59h50l25 124h68l-22 -124h126l-10 -59h-126l-46 -258q-5 -27 -5 -40q0 -25 15 -34.5t54 -9.5q36 0 79 19z" />
+<glyph unicode="u" horiz-adv-x="496" d="M430 0h-73l10 59q-30 -30 -73 -50.5t-84 -20.5q-63 0 -94 37t-31 99q0 22 5 54l48 273h69l-48 -271q-4 -20 -4 -42q0 -84 84 -84q63 0 101.5 38t50.5 104l45 255h73z" />
+<glyph unicode="v" horiz-adv-x="481" d="M540 451l-302 -465l-138 465h69l95 -316l207 316h69z" />
+<glyph unicode="w" horiz-adv-x="666" d="M716 451l-243 -465l-83 336l-205 -336l-76 465h64l52 -306l190 317l78 -317l159 306h64z" />
+<glyph unicode="x" horiz-adv-x="446" d="M429 0h-74l-102 182l-166 -182h-74l216 237l-123 214h77l93 -165l148 165h76l-200 -218z" />
+<glyph unicode="y" horiz-adv-x="448" d="M511 451l-371 -624q-23 -29 -54 -48t-59 -20l-16 51q17 0 44.5 16.5t40.5 38.5l109 182l-116 404h71l95 -330l187 330h69z" />
+<glyph unicode="z" horiz-adv-x="427" d="M388 0h-355l5 30l312 355h-241l12 66h346l-9 -39l-306 -346h247z" />
+<glyph unicode="{" horiz-adv-x="335" d="M294 -155h-20q-98 0 -130 35q-15 20 -15 61q0 27 8 72l20 112q5 32 5 49q0 35 -13 52q-18 28 -84 28h-19l11 59h19q63 0 94 29q30 28 42 98l20 113q18 102 56 134q41 33 141 34h20l-11 -58h-23q-66 0 -87 -22q-23 -21 -36 -90l-21 -116q-13 -76 -36 -101q-20 -31 -74 -51 q48 -17 57 -47q7 -14 7 -40q0 -20 -7 -64l-21 -117q-5 -32 -5 -48q0 -27 9 -41q15 -21 81 -22h23z" />
+<glyph unicode="|" horiz-adv-x="253" d="M195 -224h-68v948h68v-948z" />
+<glyph unicode="}" horiz-adv-x="328" d="M366 254h-19q-65 0 -94 -28q-30 -30 -42 -101l-20 -112q-18 -100 -56 -133q-41 -35 -139 -35h-20l11 59h23q64 0 84 21q25 21 37 90l21 117q13 73 35 103q22 31 77 48q-52 20 -60 51q-6 14 -6 35t7 66l21 116q5 32 5 49q0 29 -11 40q-12 21 -77 23h-23l11 58h20 q98 0 127 -34q16 -17 16 -62q0 -27 -8 -72l-20 -113q-4 -23 -4 -46q0 -35 12 -53q20 -28 84 -28h19z" />
+<glyph unicode="~" horiz-adv-x="576" d="M577 262q-33 -30 -74 -48q-36 -13 -69 -14q-46 0 -99 26q-4 2 -23 10.5t-27 11t-25.5 6t-35.5 3.5h-4q-39 0 -70 -16q-28 -12 -64 -53l-1 69q27 24 73 47q36 14 72 14q51 0 111 -30q65 -27 103 -27q26 0 69 16q59 47 64 52v-67z" />
+<glyph unicode="&#xa1;" horiz-adv-x="205" d="M224 692q15 0 24.5 -11.5t9.5 -27.5q0 -1 -0.5 -4t-0.5 -4q-3 -18 -18 -32.5t-32 -14.5q-15 0 -25 11.5t-10 27.5q0 1 0.5 4t0.5 4q3 18 18.5 32.5t32.5 14.5zM141 0h-81l53 304l39 162h63l-21 -162z" />
+<glyph unicode="&#xa2;" horiz-adv-x="405" d="M241 53l72 411q-80 -14 -122 -66.5t-59 -138.5q-6 -33 -6 -62q0 -125 115 -144zM384 20q-61 -28 -124 -33l-23 -132h-31l24 134q-86 8 -128 60t-42 137q0 28 7 73q20 114 85 186t173 84l23 134h31l-23 -134q69 -6 112 -31l-13 -74q-26 22 -45 29t-65 15l-73 -416 q62 3 125 40z" />
+<glyph unicode="&#xa3;" horiz-adv-x="437" d="M576 678l-38 -62q-31 23 -75 23q-31 0 -47.5 -8.5t-36.5 -28.5q-25 -34 -71 -140l-45 -105h148l-10 -59h-165l-104 -226h299l-12 -72h-401l147 298h-80l10 59h95l49 114l23 50q18 39 26 54t22 37.5t27 35.5q28 30 56.5 43t73.5 13q20 0 54.5 -8t54.5 -18z" />
+<glyph unicode="&#xa4;" horiz-adv-x="599" d="M499 296q0 57 -45 100.5t-106 43.5q-60 0 -102 -43.5t-44 -100.5q0 -58 43.5 -102.5t105.5 -44.5q61 0 104.5 45t43.5 102zM617 86l-48 -47l-99 99q-66 -39 -119 -39q-26 0 -64 12.5t-59 25.5l-96 -100l-47 49l100 98q-34 66 -34 112q0 50 36 111l-101 99l48 49l97 -99 q63 36 120 36q52 0 120 -35l99 100l47 -50l-100 -98q32 -67 32 -113q0 -12 -1.5 -23t-2.5 -17.5t-6.5 -19t-6.5 -15t-9 -17.5l-9 -18z" />
+<glyph unicode="&#xa5;" horiz-adv-x="489" d="M594 692l-182 -275h113l-9 -50h-139l-50 -75l-5 -30h176l-9 -49h-172l-37 -213h-73l37 213h-173l9 49h173l4 30l-23 75h-136l9 50h112l-84 275h66l107 -329l218 329h68z" />
+<glyph unicode="&#xa6;" horiz-adv-x="250" d="M199 -162h-68v347h68v-347zM199 317h-69v346h69v-346z" />
+<glyph unicode="&#xa7;" horiz-adv-x="395" d="M362 274q1 4 1 12q0 13 -5 26t-11.5 23t-18.5 23l-22 20q-8 8 -24.5 19.5l-23.5 16.5l-24 14q-16 10 -18 12q-22 -15 -33.5 -24.5t-25.5 -27.5t-19 -39q-1 -5 -1 -13q0 -10 3 -20.5t7.5 -19.5t12.5 -19l15 -17q6 -7 18.5 -16.5t18.5 -14.5t20.5 -14t19.5 -11l18 -12 q15 -8 16 -9q2 1 14.5 11t16.5 13.5t14 13t14.5 16t9.5 17t7 20.5zM414 288q-8 -45 -32 -75t-69 -58q35 -38 35 -85q0 -13 -1 -20q-11 -68 -61 -104t-116 -36q-60 0 -125 24l12 70q53 -33 112 -36q41 0 74.5 19.5t40.5 59.5q0 1 0.5 3.5t0.5 3.5q0 28 -29 60t-62 49l-24 17 l-24 19t-19.5 16.5t-18.5 20.5l-12 20q-8 12 -10.5 24.5t-2.5 26.5q0 13 3 28q15 84 103 134q-37 34 -37 79q0 6 2 24q11 63 61 97.5t112 34.5q61 0 116 -25l-12 -69q-54 29 -87 34l-21 2q-40 0 -70.5 -18.5t-37.5 -57.5q0 -1 -0.5 -3.5t-0.5 -3.5q0 -40 77 -93 q11 -9 13 -10l18 -14q15 -10 20 -14l16 -12q12 -10 16 -15l14 -15q9 -9 12.5 -16.5t8.5 -17t6.5 -20t1.5 -21.5q0 -12 -3 -27z" />
+<glyph unicode="&#xa8;" horiz-adv-x="349" d="M359 632q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM202 632q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z" />
+<glyph unicode="&#xa9;" horiz-adv-x="656" d="M492 139q-49 -23 -107 -23q-82 0 -131 48.5t-50 134.5q1 86 51 133.5t131 47.5q63 0 107 -21l1 -60q-27 19 -47.5 25.5t-55.5 6.5q-61 0 -94.5 -35.5t-33.5 -99.5q0 -63 35 -97t97 -34q51 0 97 31v-57zM627 299q0 107 -67.5 180.5t-182.5 76.5q-98 0 -174.5 -72 t-78.5 -184q1 -104 72 -180.5t179 -76.5q104 0 177.5 73.5t74.5 182.5zM374 0q-116 0 -202 81.5t-86 215.5v2q1 121 81.5 210t210.5 89q128 0 208 -88t80 -209q0 -123 -80.5 -212t-211.5 -89z" />
+<glyph unicode="&#xaa;" horiz-adv-x="382" d="M340 433l2 10h-53h-9q-23 0 -38.5 -1.5t-35 -6.5t-31.5 -17t-15 -32q-1 -4 -1 -11q0 -22 19.5 -33t47.5 -11q44 0 75 28t39 74zM355 189h-275l9 53h275zM371 288h-57l7 39q-20 -19 -56.5 -32.5t-66.5 -13.5q-42 0 -67.5 21t-25.5 60q0 12 1 19q19 111 169 111h75v1 q2 12 2 17q0 55 -85 55q-27 0 -56 -7q-25 -8 -56 -24l10 57q20 6 61 15q30 6 57 6q124 0 124 -105q0 -10 -4 -38z" />
+<glyph unicode="&#xab;" horiz-adv-x="430" d="M215 57l-155 168l6 32l214 169l-14 -80l-139 -104l102 -105zM388 57l-155 168l6 32l214 169l-14 -80l-139 -104l102 -105z" />
+<glyph unicode="&#xac;" horiz-adv-x="608" d="M583 115h-65v161h-438v71h503v-232z" />
+<glyph unicode="&#xad;" horiz-adv-x="344" d="M312 193h-217l11 66h217z" />
+<glyph unicode="&#xae;" horiz-adv-x="648" d="M444 375q-1 33 -22 43.5t-61 11.5h-50l1 -109h50q39 0 60.5 10.5t21.5 43.5zM534 134h-69l-49 86q-19 34 -32 45t-43 13h-29v-144h-58v338h111q63 0 98.5 -21t35.5 -76q0 -64 -69 -88q5 -4 14 -17l20 -26q10 -14 12 -17zM620 302q0 106 -67 178.5t-181 75.5 q-98 0 -171.5 -72t-74.5 -184q2 -105 72 -181t176 -76q101 0 173.5 66.5t72.5 184.5v8zM663 299q0 -124 -85.5 -211.5t-203.5 -87.5q-131 0 -211 89.5t-80 211.5q0 130 87.5 213.5t201.5 83.5t202 -84t89 -215z" />
+<glyph unicode="&#xaf;" horiz-adv-x="369" d="M400 555h-240l11 59h240z" />
+<glyph unicode="&#xb0;" horiz-adv-x="305" d="M238 561q-24 0 -41 -18t-17 -44q0 -25 17.5 -43.5t41.5 -18.5t40.5 18t16.5 44t-16.5 44t-41.5 18zM237 612q42 0 75 -31.5t33 -82.5q0 -46 -31 -78t-75 -32t-75 32.5t-32 79.5q0 47 30.5 79.5t74.5 32.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="586" d="M578 0h-503v72h503v-72zM577 291h-220v-155h-64v155h-219v72h219v154h64v-154h220v-72z" />
+<glyph unicode="&#xb2;" horiz-adv-x="264" d="M81 350q7 6 75 80l76 82q49 49 54 76q1 4 1 12q0 24 -16.5 37t-43.5 13q-44 0 -96 -27l7 40q61 43 107 43q47 0 75.5 -19.5t28.5 -55.5q0 -5 -2 -17q-9 -50 -36 -81l-120 -125h125l-10 -58h-225z" />
+<glyph unicode="&#xb3;" horiz-adv-x="262" d="M317 448q-10 -55 -53 -82t-105 -27q-47 0 -71 26l9 49q3 -2 9 -5t8.5 -4.5t8 -3.5t10 -3t11.5 -1.5t16 -0.5q90 0 100 56q1 3 1 10q0 43 -74 43h-17l10 56h17q69 0 78 44q1 3 1 8q0 37 -65 37q-15 0 -23.5 -1.5t-21.5 -5.5l-21 -6l8 46q53 23 81 23q44 0 73 -18.5 t29 -54.5q0 -5 -2 -17q-11 -58 -95 -80q39 -9 59 -29t20 -46q0 -9 -1 -13z" />
+<glyph unicode="&#xb4;" horiz-adv-x="261" d="M332 660l-141 -152h-62l119 152h84z" />
+<glyph unicode="&#xb5;" horiz-adv-x="511" d="M490 6q-28 -18 -62 -18q-24 0 -38.5 16.5t-16.5 42.5q-57 -59 -126 -59q-35 0 -64 16t-41 39l-38 -215h-71l110 623h71l-49 -280q-3 -18 -3 -35q0 -83 91 -83q119 0 143 134l47 264h67l-61 -347q-2 -12 -2 -18q0 -28 25 -28h8q2 0 5 1t3.5 2t5 5t8.5 8z" />
+<glyph unicode="&#xb6;" horiz-adv-x="446" d="M365 -80h-55l111 629h-78l-111 -629h-54l60 340q-82 7 -123 51q-27 35 -27 85q0 17 3 35q14 76 73 123t144 47h177z" />
+<glyph unicode="&#xb7;" horiz-adv-x="195" d="M150 334q15 0 25 -11.5t10 -27.5q0 -1 -0.5 -4t-0.5 -4q-3 -18 -18 -32.5t-32 -14.5q-15 0 -25 11.5t-10 27.5q0 1 0.5 4t0.5 4q3 18 18 32.5t32 14.5z" />
+<glyph unicode="&#xb8;" horiz-adv-x="276" d="M214 -104q-7 -39 -39.5 -59t-77.5 -22q-32 0 -46.5 7t-33.5 27l34 37q23 -24 51 -24q50 0 57 40v4q0 12 -16 33t-16 32v3l13 44h52l-12 -44v-2q0 -10 17 -33.5t17 -37.5v-5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="166" d="M201 350h-62l53 300l-32 -32l-20 29l57 49h66z" />
+<glyph unicode="&#xba;" horiz-adv-x="396" d="M371 447q3 17 3 32q0 40 -20 63t-59 23q-46 0 -78.5 -33.5t-41.5 -84.5q-2 -10 -2 -28q0 -40 21 -64.5t60 -24.5q44 0 76.5 33t40.5 84zM367 189h-278l9 53h278zM425 447q-13 -77 -60 -121.5t-120 -44.5q-63 0 -96 33t-33 92q0 13 4 41q14 78 61.5 121.5t121.5 43.5 q62 0 94 -33t32 -91q0 -11 -4 -41z" />
+<glyph unicode="&#xbb;" horiz-adv-x="428" d="M269 225l-212 -168l14 80l138 105l-101 104l14 80l153 -169zM442 225l-213 -168l14 80l139 105l-102 104l14 80l154 -169z" />
+<glyph unicode="&#xbc;" horiz-adv-x="751" d="M204 350h-62l53 300l-33 -32l-20 29l57 49h66zM640 133l21 122l-111 -122h90zM736 76h-46l-14 -76h-60l14 76h-148l4 24l220 246h31l-37 -213h46zM715 704l-531 -718h-66l530 718h67z" />
+<glyph unicode="&#xbd;" horiz-adv-x="716" d="M208 350h-62l53 300l-33 -32l-20 29l57 49h66zM459 0q7 6 76 80t76 82q48 48 53 76q1 4 1 12q0 24 -16.5 37t-43.5 13q-44 0 -96 -27l7 40q61 43 108 43q46 0 75 -19.5t29 -55.5q0 -5 -2 -17q-9 -48 -37 -81l-120 -125h125l-10 -58h-225zM679 704l-531 -718h-66l530 718 h67z" />
+<glyph unicode="&#xbe;" horiz-adv-x="773" d="M343 448q-10 -55 -53 -82t-105 -27q-47 0 -71 26l9 49q3 -2 9 -5t8.5 -4.5t8 -3.5t10 -3t11.5 -1.5t16 -0.5q90 0 100 56q1 3 1 10q0 43 -74 43h-17l10 56h17q69 0 78 44q1 3 1 8q0 37 -64 37q-15 0 -23.5 -1.5t-23 -6t-20.5 -5.5l8 46q53 23 81 23q45 0 74 -19t29 -55 q0 -4 -2 -16q-11 -58 -95 -80q39 -9 59 -29t20 -46q0 -5 -2 -13zM640 133l22 122l-112 -122h90zM736 76h-46l-13 -76h-60l13 76h-148l5 24l220 246h31l-38 -213h46zM760 704l-528 -718h-67l530 718h65z" />
+<glyph unicode="&#xbf;" horiz-adv-x="358" d="M326 694q15 0 25 -11.5t10 -27.5q0 -1 -0.5 -4t-0.5 -4q-4 -18 -19 -32.5t-32 -14.5q-15 0 -24.5 11t-9.5 27q0 6 1 9q3 18 18 32.5t32 14.5zM347 37q-84 -51 -165 -51q-65 0 -102 32t-37 92q0 18 3 37q5 29 19.5 54.5t28.5 40.5t42 41l43 40q25 22 38 38.5t25 47.5l7 40 l9 54h65l-12 -69q-9 -49 -27.5 -79t-57.5 -65l-91 -89q-21 -32 -21 -70q0 -32 20 -51q24 -27 74 -27q72 0 153 66z" />
+<glyph unicode="&#xc0;" d="M553 764h-62l-140 152h83zM491 252l-61 356l-205 -356h266zM603 0h-69l-31 180h-319l-96 -180h-82l390 692h89z" />
+<glyph unicode="&#xc1;" d="M553 916l-141 -152h-62l119 152h84zM491 252l-61 356l-205 -356h266zM603 0h-69l-31 180h-319l-96 -180h-82l390 692h89z" />
+<glyph unicode="&#xc2;" d="M569 764h-55l-59 96l-93 -96h-54l128 152h57zM491 252l-61 356l-205 -356h266zM603 0h-69l-31 180h-319l-96 -180h-82l390 692h89z" />
+<glyph unicode="&#xc3;" d="M587 878q-7 -45 -32.5 -79t-63.5 -35q-24 0 -48 24l-44 38q-6 0 -11.5 -1.5t-9 -3t-7 -6.5t-5 -7.5t-3.5 -9.5t-3 -10t-2.5 -12t-2.5 -12h-46q9 45 33.5 79.5t61.5 34.5q30 0 48 -24l45 -38q14 0 23.5 10.5t13 21t7.5 30.5h46zM491 252l-61 356l-205 -356h266zM603 0h-69 l-31 180h-319l-96 -180h-82l390 692h89z" />
+<glyph unicode="&#xc4;" d="M534 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM377 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M491 252l-61 356l-205 -356h266zM603 0h-69l-31 180h-319l-96 -180h-82l390 692h89z" />
+<glyph unicode="&#xc5;" d="M483 882q-25 0 -44.5 -18t-24.5 -44q-1 -4 -1 -12q0 -21 13.5 -35.5t34.5 -14.5q24 0 44 18t25 44q1 4 1 11q0 22 -13.5 36.5t-34.5 14.5zM492 933q38 0 63 -26t25 -65q0 -7 -2 -21q-8 -46 -45 -79t-81 -33q-39 0 -64 26t-25 65q0 7 2 21q8 46 45.5 79t81.5 33zM491 252 l-61 356l-205 -356h266zM603 0h-69l-31 180h-319l-96 -180h-82l390 692h89z" />
+<glyph unicode="&#xc6;" horiz-adv-x="861" d="M460 251l73 374h-71l-223 -374h221zM829 0h-418l35 180h-252l-105 -180h-85l415 692h533l-14 -73h-336l-42 -215h323l-14 -72h-323l-50 -260h347z" />
+<glyph unicode="&#xc7;" horiz-adv-x="602" d="M479 636q-72 0 -130 -28.5t-92 -70.5t-56.5 -95.5t-30.5 -99.5t-8 -87q0 -94 49 -147.5t154 -53.5q66 0 118 21t104 67l-18 -91q-84 -54 -189 -64l-8 -30v-3q0 -9 17 -32.5t17 -37.5v-5q-7 -39 -39.5 -59t-77.5 -22q-32 0 -46.5 7t-33.5 27l34 37q23 -24 51 -24 q50 0 57 40v4q0 12 -16 32.5t-16 31.5v4l9 30q-119 6 -178 76t-59 184q0 57 13.5 117.5t44.5 122t75.5 109.5t113 78t151.5 30q114 0 194 -64l-18 -94q-33 47 -76.5 68.5t-109.5 21.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="518" d="M523 764h-62l-140 152h83zM483 0h-419l133 692h411l-14 -73h-340l-41 -215h325l-14 -72h-325l-50 -260h347z" />
+<glyph unicode="&#xc9;" horiz-adv-x="518" d="M524 916l-141 -152h-62l119 152h84zM483 0h-419l133 692h411l-14 -73h-340l-41 -215h325l-14 -72h-325l-50 -260h347z" />
+<glyph unicode="&#xca;" horiz-adv-x="518" d="M539 764h-55l-59 96l-93 -96h-54l128 152h57zM483 0h-419l133 692h411l-14 -73h-340l-41 -215h325l-14 -72h-325l-50 -260h347z" />
+<glyph unicode="&#xcb;" horiz-adv-x="518" d="M505 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM348 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M483 0h-419l133 692h411l-14 -73h-340l-41 -215h325l-14 -72h-325l-50 -260h347z" />
+<glyph unicode="&#xcc;" horiz-adv-x="214" d="M354 764h-62l-140 152h83zM140 0h-76l130 692h76z" />
+<glyph unicode="&#xcd;" horiz-adv-x="214" d="M355 916l-141 -152h-62l119 152h84zM140 0h-76l130 692h76z" />
+<glyph unicode="&#xce;" horiz-adv-x="214" d="M370 764h-55l-59 96l-93 -96h-54l128 152h57zM140 0h-76l130 692h76z" />
+<glyph unicode="&#xcf;" horiz-adv-x="214" d="M336 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM179 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M140 0h-76l130 692h76z" />
+<glyph unicode="&#xd0;" horiz-adv-x="686" d="M635 347q10 47 10 90q0 96 -57.5 140t-180.5 46h-118l-44 -235h153l-12 -61h-153l-49 -258h117q146 0 226 67.5t108 210.5zM706 347q-35 -181 -140 -264t-288 -83h-178l62 327h-92l12 61h91l58 304h178q156 0 231.5 -58t75.5 -184q0 -40 -10 -103z" />
+<glyph unicode="&#xd1;" horiz-adv-x="658" d="M612 878q-8 -45 -33 -79t-63 -35q-24 0 -48 24l-44 38q-6 0 -11.5 -1.5t-9 -3t-7 -6.5t-5 -7.5t-3.5 -9.5t-3 -10t-2.5 -12t-2.5 -12h-46q9 45 33.5 79.5t61.5 34.5q30 0 48 -24l45 -38q14 0 23.5 10.5t13 21t7.5 30.5h46zM579 0h-74l-257 557l-105 -557h-74l131 692h71 l258 -558l106 558h76z" />
+<glyph unicode="&#xd2;" horiz-adv-x="674" d="M582 764h-62l-140 152h83zM622 344q9 54 9 89q0 90 -43.5 146.5t-137.5 56.5q-116 0 -189 -86t-96 -206q-8 -43 -8 -83q0 -91 43 -149.5t136 -58.5q60 0 110.5 25t85 68t57 93t33.5 105zM692 344q-18 -99 -63 -177.5t-124 -129.5t-180 -51q-121 0 -180.5 72.5 t-59.5 188.5q0 42 10 97q18 96 63.5 175.5t124.5 132t178 52.5q123 0 182 -71.5t59 -187.5q0 -43 -10 -101z" />
+<glyph unicode="&#xd3;" horiz-adv-x="674" d="M583 916l-141 -152h-62l119 152h84zM622 344q9 54 9 89q0 90 -43.5 146.5t-137.5 56.5q-116 0 -189 -86t-96 -206q-8 -43 -8 -83q0 -91 43 -149.5t136 -58.5q60 0 110.5 25t85 68t57 93t33.5 105zM692 344q-18 -99 -63 -177.5t-124 -129.5t-180 -51q-121 0 -180.5 72.5 t-59.5 188.5q0 42 10 97q18 96 63.5 175.5t124.5 132t178 52.5q123 0 182 -71.5t59 -187.5q0 -43 -10 -101z" />
+<glyph unicode="&#xd4;" horiz-adv-x="674" d="M598 764h-55l-59 96l-93 -96h-54l128 152h57zM622 344q9 54 9 89q0 90 -43.5 146.5t-137.5 56.5q-116 0 -189 -86t-96 -206q-8 -43 -8 -83q0 -91 43 -149.5t136 -58.5q60 0 110.5 25t85 68t57 93t33.5 105zM692 344q-18 -99 -63 -177.5t-124 -129.5t-180 -51 q-121 0 -180.5 72.5t-59.5 188.5q0 42 10 97q18 96 63.5 175.5t124.5 132t178 52.5q123 0 182 -71.5t59 -187.5q0 -43 -10 -101z" />
+<glyph unicode="&#xd5;" horiz-adv-x="674" d="M617 878q-7 -45 -32.5 -79t-63.5 -35q-24 0 -48 24l-44 38q-6 0 -11.5 -1.5t-9 -3t-7 -6.5t-5 -7.5t-3.5 -9.5t-3 -10t-2.5 -12t-2.5 -12h-46q9 45 33.5 79.5t61.5 34.5q30 0 48 -24l45 -38q14 0 23.5 10.5t13 21t7.5 30.5h46zM622 344q9 54 9 89q0 90 -43.5 146.5 t-137.5 56.5q-116 0 -189 -86t-96 -206q-8 -43 -8 -83q0 -91 43 -149.5t136 -58.5q60 0 110.5 25t85 68t57 93t33.5 105zM692 344q-18 -99 -63 -177.5t-124 -129.5t-180 -51q-121 0 -180.5 72.5t-59.5 188.5q0 42 10 97q18 96 63.5 175.5t124.5 132t178 52.5 q123 0 182 -71.5t59 -187.5q0 -43 -10 -101z" />
+<glyph unicode="&#xd6;" horiz-adv-x="674" d="M564 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM407 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M622 344q9 54 9 89q0 90 -43.5 146.5t-137.5 56.5q-116 0 -189 -86t-96 -206q-8 -43 -8 -83q0 -91 43 -149.5t136 -58.5q60 0 110.5 25t85 68t57 93t33.5 105zM692 344q-18 -99 -63 -177.5t-124 -129.5t-180 -51q-121 0 -180.5 72.5t-59.5 188.5q0 42 10 97 q18 96 63.5 175.5t124.5 132t178 52.5q123 0 182 -71.5t59 -187.5q0 -43 -10 -101z" />
+<glyph unicode="&#xd7;" horiz-adv-x="529" d="M530 446l-181 -188l182 -187l-38 -46l-185 189l-182 -189l-38 46l182 187l-184 188l38 46l184 -189l183 189z" />
+<glyph unicode="&#xd8;" horiz-adv-x="699" d="M634 344q9 54 9 84q0 51 -15 95l-418 -403q30 -36 61 -51t81 -15q60 0 110.5 24.5t84 67t55 92.5t32.5 106zM607 572q-56 64 -142 64q-60 0 -110.5 -25t-85 -67.5t-57 -92.5t-33.5 -107q-11 -53 -11 -89q0 -43 20 -88zM777 686l-92 -94q29 -58 29 -148q0 -42 -9 -100 q-29 -153 -125 -255t-243 -102q-114 0 -186 72l-85 -91l-29 36l94 96q-35 55 -35 143q0 41 11 101q30 154 126 256t245 102q123 0 184 -71l86 91z" />
+<glyph unicode="&#xd9;" d="M551 764h-62l-140 152h83zM588 258q-50 -272 -291 -272q-202 0 -202 190q0 36 8 82l78 434h71l-76 -422q-9 -48 -9 -88q0 -63 32.5 -96t109.5 -33q98 0 144 55t67 162l81 422h70z" />
+<glyph unicode="&#xda;" d="M552 916l-141 -152h-62l119 152h84zM588 258q-50 -272 -291 -272q-202 0 -202 190q0 36 8 82l78 434h71l-76 -422q-9 -48 -9 -88q0 -63 32.5 -96t109.5 -33q98 0 144 55t67 162l81 422h70z" />
+<glyph unicode="&#xdb;" d="M568 764h-55l-59 96l-93 -96h-54l128 152h57zM588 258q-50 -272 -291 -272q-202 0 -202 190q0 36 8 82l78 434h71l-76 -422q-9 -48 -9 -88q0 -63 32.5 -96t109.5 -33q98 0 144 55t67 162l81 422h70z" />
+<glyph unicode="&#xdc;" d="M533 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM376 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M588 258q-50 -272 -291 -272q-202 0 -202 190q0 36 8 82l78 434h71l-76 -422q-9 -48 -9 -88q0 -63 32.5 -96t109.5 -33q98 0 144 55t67 162l81 422h70z" />
+<glyph unicode="&#xdd;" horiz-adv-x="545" d="M521 916l-141 -152h-62l119 152h84zM669 692l-312 -362l-63 -330h-72l64 330l-167 362h85l132 -291l251 291h82z" />
+<glyph unicode="&#xde;" horiz-adv-x="516" d="M481 363q3 17 3 31q0 42 -24 68q-32 35 -101 35h-127l-52 -269h127q70 0 114 34q45 33 60 101zM552 364q-20 -104 -83 -154q-67 -51 -177 -53h-126l-30 -157h-72l133 692h72l-24 -126h124q109 0 157 -51q31 -32 31 -95q0 -23 -5 -56z" />
+<glyph unicode="&#xdf;" horiz-adv-x="517" d="M507 151q-29 -165 -208 -165q-46 0 -109 23l14 80l20 -9l15 -8q4 -2 11.5 -5t11.5 -4t13.5 -2t18.5 -1.5t24 -1.5q101 0 117 87q2 12 2 18q0 7 -1.5 14t-3 12t-6 11t-6 9t-9 9t-9 7.5t-10.5 8.5t-10 8l-33 24q-53 42 -53 97q0 15 3 35q11 67 50.5 102t107.5 51v10 q0 88 -92 88q-113 0 -136 -124l-93 -526h-73l93 527q16 93 75.5 143t148.5 52q147 0 147 -155q0 -25 -5 -58q-139 -9 -155 -101q0 -1 -0.5 -4t-0.5 -4q0 -40 41 -70l21 -18q44 -36 63 -61.5t19 -64.5q0 -16 -3 -34z" />
+<glyph unicode="&#xe0;" horiz-adv-x="474" d="M416 522h-62l-140 152h83zM352 111l51 287q-110 -1 -173 -46.5t-83 -144.5q-3 -15 -3 -30q0 -52 27 -91t74 -40q27 0 63.5 20.5t43.5 44.5zM486 449l-79 -449h-74l7 42q-60 -56 -134 -56h-5q-58 0 -97 52.5t-39 120.5q0 17 3 33q14 75 52 133.5t108.5 97t163.5 39.5 q55 0 94 -13z" />
+<glyph unicode="&#xe1;" horiz-adv-x="474" d="M473 674l-141 -152h-62l119 152h84zM352 111l51 287q-110 -1 -173 -46.5t-83 -144.5q-3 -15 -3 -30q0 -52 27 -91t74 -40q27 0 63.5 20.5t43.5 44.5zM486 449l-79 -449h-74l7 42q-60 -56 -134 -56h-5q-58 0 -97 52.5t-39 120.5q0 17 3 33q14 75 52 133.5t108.5 97 t163.5 39.5q55 0 94 -13z" />
+<glyph unicode="&#xe2;" horiz-adv-x="474" d="M443 522h-55l-59 96l-93 -96h-54l128 152h57zM352 111l51 287q-110 -1 -173 -46.5t-83 -144.5q-3 -15 -3 -30q0 -52 27 -91t74 -40q27 0 63.5 20.5t43.5 44.5zM486 449l-79 -449h-74l7 42q-60 -56 -134 -56h-5q-58 0 -97 52.5t-39 120.5q0 17 3 33q14 75 52 133.5 t108.5 97t163.5 39.5q55 0 94 -13z" />
+<glyph unicode="&#xe3;" horiz-adv-x="474" d="M462 636q-8 -45 -33 -79t-63 -35q-24 0 -48 24l-44 38q-6 0 -11.5 -1.5t-9 -3t-7 -6.5t-5 -7.5t-3.5 -9.5t-3 -10t-2.5 -12t-2.5 -12h-46q9 45 33.5 79.5t61.5 34.5q30 0 48 -24l45 -38q14 0 23.5 10.5t13 21t7.5 30.5h46zM352 111l51 287q-110 -1 -173 -46.5t-83 -144.5 q-3 -15 -3 -30q0 -52 27 -91t74 -40q27 0 63.5 20.5t43.5 44.5zM486 449l-79 -449h-74l7 42q-60 -56 -134 -56h-5q-58 0 -97 52.5t-39 120.5q0 17 3 33q14 75 52 133.5t108.5 97t163.5 39.5q55 0 94 -13z" />
+<glyph unicode="&#xe4;" horiz-adv-x="474" d="M409 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM252 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M352 111l51 287q-110 -1 -173 -46.5t-83 -144.5q-3 -15 -3 -30q0 -52 27 -91t74 -40q27 0 63.5 20.5t43.5 44.5zM486 449l-79 -449h-74l7 42q-60 -56 -134 -56h-5q-58 0 -97 52.5t-39 120.5q0 17 3 33q14 75 52 133.5t108.5 97t163.5 39.5q55 0 94 -13z" />
+<glyph unicode="&#xe5;" horiz-adv-x="474" d="M344 695q-25 0 -44.5 -18t-24.5 -44q-1 -4 -1 -12q0 -21 13.5 -35.5t34.5 -14.5q24 0 44 18t25 44q1 4 1 11q0 22 -13.5 36.5t-34.5 14.5zM353 746q38 0 63 -26t25 -65q0 -7 -2 -21q-8 -46 -45 -79t-81 -33q-39 0 -64 26t-25 65q0 7 2 21q8 46 45.5 79t81.5 33zM352 111 l51 287q-110 -1 -173 -46.5t-83 -144.5q-3 -15 -3 -30q0 -52 27 -91t74 -40q27 0 63.5 20.5t43.5 44.5zM486 449l-79 -449h-74l7 42q-60 -56 -134 -56h-5q-58 0 -97 52.5t-39 120.5q0 17 3 33q14 75 52 133.5t108.5 97t163.5 39.5q55 0 94 -13z" />
+<glyph unicode="&#xe6;" horiz-adv-x="788" d="M725 287q2 12 2 19q0 41 -30 66.5t-82 25.5q-54 0 -92.5 -31.5t-54.5 -79.5h257zM371 156v7q0 11 2 33q-10 14 -33 24t-48 10q-141 0 -159 -93q-2 -14 -2 -19q0 -33 24 -50t63 -17q123 2 153 105zM391 80q-33 -35 -95.5 -63.5t-109.5 -28.5q-61 0 -93 29t-32 83 q0 16 3 32q15 82 76.5 117.5t150.5 35.5q51 0 94 -27q4 14 11 32q2 16 2 24q0 86 -110 86q-86 0 -156 -58l13 74q32 21 77 33.5t83 12.5q125 0 154 -74q71 74 167 74q168 -3 168 -163q0 -31 -6 -66l-1 -7h-333l-2 -8q-4 -21 -4 -44q0 -58 32.5 -88.5t92.5 -30.5 q61 0 105 16.5t91 51.5l-14 -75q-34 -28 -91 -44t-108 -16q-19 0 -40.5 3.5t-48.5 12t-47.5 28.5t-28.5 48z" />
+<glyph unicode="&#xe7;" horiz-adv-x="429" d="M313 -123q-7 -39 -39.5 -59t-77.5 -22q-32 0 -46.5 7t-33.5 27l34 37q23 -24 51 -24q50 0 57 40q1 2 1 5q0 12 -16.5 32.5t-16.5 31.5v3l10 34q-77 6 -118 53.5t-41 126.5q0 36 5 56q11 49 32 87t43.5 62.5t56.5 41.5t61 25.5t68.5 13.5t66 5.5t66.5 0.5l-12 -62 q-33 -1 -43 -1t-41.5 -2t-43.5 -4.5t-38.5 -8.5t-39.5 -15l-32 -21q-19 -13 -30.5 -30t-23 -40.5t-18.5 -51.5q-5 -23 -5 -49q0 -121 129 -124q38 0 61 7t61 26l10 5l-13 -74q-59 -21 -108 -26l-10 -35v-2q0 -9 17.5 -33t17.5 -38q0 -3 -1 -5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="465" d="M402 522h-62l-140 152h83zM409 287q2 14 2 20q0 40 -28.5 65.5t-76.5 25.5q-51 0 -88.5 -31.5t-53.5 -79.5h245zM467 226h-316q-6 -28 -6 -53q0 -58 30.5 -88t86.5 -30q39 0 73 12t49.5 22t59.5 41l-14 -75q-30 -31 -83.5 -49t-101.5 -18q-83 0 -128.5 48t-45.5 130 q0 23 5 55q18 99 84 170t157 71q158 -3 158 -159q0 -34 -8 -77z" />
+<glyph unicode="&#xe9;" horiz-adv-x="465" d="M462 674l-141 -152h-62l119 152h84zM409 287q2 14 2 20q0 40 -28.5 65.5t-76.5 25.5q-51 0 -88.5 -31.5t-53.5 -79.5h245zM467 226h-316q-6 -28 -6 -53q0 -58 30.5 -88t86.5 -30q39 0 73 12t49.5 22t59.5 41l-14 -75q-30 -31 -83.5 -49t-101.5 -18q-83 0 -128.5 48 t-45.5 130q0 23 5 55q18 99 84 170t157 71q158 -3 158 -159q0 -34 -8 -77z" />
+<glyph unicode="&#xea;" horiz-adv-x="465" d="M455 522h-55l-59 96l-93 -96h-54l128 152h57zM409 287q2 14 2 20q0 40 -28.5 65.5t-76.5 25.5q-51 0 -88.5 -31.5t-53.5 -79.5h245zM467 226h-316q-6 -28 -6 -53q0 -58 30.5 -88t86.5 -30q39 0 73 12t49.5 22t59.5 41l-14 -75q-30 -31 -83.5 -49t-101.5 -18 q-83 0 -128.5 48t-45.5 130q0 23 5 55q18 99 84 170t157 71q158 -3 158 -159q0 -34 -8 -77z" />
+<glyph unicode="&#xeb;" horiz-adv-x="465" d="M420 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM263 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M409 287q2 14 2 20q0 40 -28.5 65.5t-76.5 25.5q-51 0 -88.5 -31.5t-53.5 -79.5h245zM467 226h-316q-6 -28 -6 -53q0 -58 30.5 -88t86.5 -30q39 0 73 12t49.5 22t59.5 41l-14 -75q-30 -31 -83.5 -49t-101.5 -18q-83 0 -128.5 48t-45.5 130q0 23 5 55q18 99 84 170t157 71 q158 -3 158 -159q0 -34 -8 -77z" />
+<glyph unicode="&#xec;" horiz-adv-x="202" d="M305 522h-62l-140 152h83zM136 0h-72l79 451h72z" />
+<glyph unicode="&#xed;" horiz-adv-x="202" d="M305 674l-141 -152h-62l119 152h84zM136 0h-72l79 451h72z" />
+<glyph unicode="&#xee;" horiz-adv-x="202" d="M321 522h-55l-59 96l-93 -96h-54l128 152h57zM136 0h-72l79 451h72z" />
+<glyph unicode="&#xef;" horiz-adv-x="202" d="M286 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM129 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M136 0h-72l79 451h72z" />
+<glyph unicode="&#xf0;" horiz-adv-x="490" d="M409 215q6 31 6 59q0 54 -24 93q-26 8 -71 14q-143 0 -173 -166q-4 -23 -4 -47q0 -112 107 -112q66 0 106 43t53 116zM480 215q-18 -103 -82 -165t-160 -62q-81 0 -125 47t-44 126q0 22 5 54q17 95 82.5 160.5t153.5 65.5q6 0 16.5 -0.5t26.5 -0.5l-48 67l-136 -42l-5 43 l118 37l-61 82h93l41 -59l142 47l5 -44l-125 -40l51 -71q59 -84 59 -178q0 -25 -7 -67z" />
+<glyph unicode="&#xf1;" horiz-adv-x="494" d="M490 636q-8 -45 -33 -79t-63 -35q-24 0 -48 24l-44 38q-6 0 -11.5 -1.5t-9 -3t-7 -6.5t-5 -7.5t-3.5 -9.5t-3 -10t-2.5 -12t-2.5 -12h-46q9 45 33.5 79.5t61.5 34.5q30 0 48 -24l45 -38q14 0 23.5 10.5t13 21t7.5 30.5h46zM434 0h-69l47 270q4 21 4 44q0 82 -83 82 q-57 0 -98.5 -38t-55.5 -103l-44 -255h-71l79 452h71l-11 -62q62 72 159 72q124 0 124 -133q0 -24 -5 -57z" />
+<glyph unicode="&#xf2;" horiz-adv-x="486" d="M444 522h-62l-140 152h83zM410 225q3 19 3 39q0 56 -27.5 93t-77.5 38q-64 -1 -106 -49t-54 -121q-4 -21 -4 -47q0 -55 25.5 -88t78.5 -34q58 0 103.5 49.5t58.5 119.5zM480 225q-18 -100 -84 -168t-160 -69q-78 1 -121.5 54.5t-43.5 133.5q0 26 4 49q19 103 85 170 t160 67q80 0 122.5 -49t42.5 -130q0 -25 -5 -58z" />
+<glyph unicode="&#xf3;" horiz-adv-x="486" d="M445 674l-141 -152h-62l119 152h84zM410 225q3 19 3 39q0 56 -27.5 93t-77.5 38q-64 -1 -106 -49t-54 -121q-4 -21 -4 -47q0 -55 25.5 -88t78.5 -34q58 0 103.5 49.5t58.5 119.5zM480 225q-18 -100 -84 -168t-160 -69q-78 1 -121.5 54.5t-43.5 133.5q0 26 4 49 q19 103 85 170t160 67q80 0 122.5 -49t42.5 -130q0 -25 -5 -58z" />
+<glyph unicode="&#xf4;" horiz-adv-x="486" d="M461 522h-55l-59 96l-93 -96h-54l128 152h57zM410 225q3 19 3 39q0 56 -27.5 93t-77.5 38q-64 -1 -106 -49t-54 -121q-4 -21 -4 -47q0 -55 25.5 -88t78.5 -34q58 0 103.5 49.5t58.5 119.5zM480 225q-18 -100 -84 -168t-160 -69q-78 1 -121.5 54.5t-43.5 133.5q0 26 4 49 q19 103 85 170t160 67q80 0 122.5 -49t42.5 -130q0 -25 -5 -58z" />
+<glyph unicode="&#xf5;" horiz-adv-x="486" d="M479 636q-7 -45 -32.5 -79t-63.5 -35q-24 0 -48 24l-44 38q-6 0 -11.5 -1.5t-9 -3t-7 -6.5t-5 -7.5t-3.5 -9.5t-3 -10t-2.5 -12t-2.5 -12h-46q9 45 33.5 79.5t61.5 34.5q30 0 48 -24l45 -38q14 0 23.5 10.5t13 21t7.5 30.5h46zM410 225q3 19 3 39q0 56 -27.5 93t-77.5 38 q-64 -1 -106 -49t-54 -121q-4 -21 -4 -47q0 -55 25.5 -88t78.5 -34q58 0 103.5 49.5t58.5 119.5zM480 225q-18 -100 -84 -168t-160 -69q-78 1 -121.5 54.5t-43.5 133.5q0 26 4 49q19 103 85 170t160 67q80 0 122.5 -49t42.5 -130q0 -25 -5 -58z" />
+<glyph unicode="&#xf6;" horiz-adv-x="486" d="M426 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM269 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M410 225q3 19 3 39q0 56 -27.5 93t-77.5 38q-64 -1 -106 -49t-54 -121q-4 -21 -4 -47q0 -55 25.5 -88t78.5 -34q58 0 103.5 49.5t58.5 119.5zM480 225q-18 -100 -84 -168t-160 -69q-78 1 -121.5 54.5t-43.5 133.5q0 26 4 49q19 103 85 170t160 67q80 0 122.5 -49t42.5 -130 q0 -25 -5 -58z" />
+<glyph unicode="&#xf7;" horiz-adv-x="471" d="M226 102q0 24 17 41t42 17q24 0 41.5 -17t17.5 -41t-17.5 -41t-41.5 -17q-25 0 -42 17t-17 41zM226 400q0 24 17 41t42 17q24 0 41.5 -17t17.5 -41t-17.5 -41t-41.5 -17q-25 0 -42 17t-17 41zM495 224h-427v70h427v-70z" />
+<glyph unicode="&#xf8;" horiz-adv-x="509" d="M423 225q5 23 5 44q0 27 -7 45l-234 -228q11 -13 22.5 -19t20 -7t37.5 -3q59 0 101.5 52t54.5 116zM400 356q-11 17 -32 27.5t-42 10.5h-9q-52 0 -86 -32t-64 -98q-12 -41 -12 -84q0 -30 5 -52zM556 454l-78 -76q20 -52 20 -98q0 -21 -5 -54q-17 -101 -80.5 -169 t-157.5 -68q-66 0 -121 43l-67 -70l-31 35l73 72q-27 52 -27 111q0 24 4 45q19 107 86.5 171t165.5 64q20 0 33 -1.5t25 -6.5t17.5 -8.5t19 -14t21.5 -15.5l72 74z" />
+<glyph unicode="&#xf9;" horiz-adv-x="496" d="M450 522h-62l-140 152h83zM430 0h-73l10 59q-30 -30 -73 -50.5t-84 -20.5q-63 0 -94 37t-31 99q0 22 5 54l48 273h69l-48 -271q-4 -20 -4 -42q0 -84 84 -84q63 0 101.5 38t50.5 104l45 255h73z" />
+<glyph unicode="&#xfa;" horiz-adv-x="496" d="M450 674l-141 -152h-62l119 152h84zM430 0h-73l10 59q-30 -30 -73 -50.5t-84 -20.5q-63 0 -94 37t-31 99q0 22 5 54l48 273h69l-48 -271q-4 -20 -4 -42q0 -84 84 -84q63 0 101.5 38t50.5 104l45 255h73z" />
+<glyph unicode="&#xfb;" horiz-adv-x="496" d="M466 522h-55l-59 96l-93 -96h-54l128 152h57zM430 0h-73l10 59q-30 -30 -73 -50.5t-84 -20.5q-63 0 -94 37t-31 99q0 22 5 54l48 273h69l-48 -271q-4 -20 -4 -42q0 -84 84 -84q63 0 101.5 38t50.5 104l45 255h73z" />
+<glyph unicode="&#xfc;" horiz-adv-x="496" d="M431 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM274 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M430 0h-73l10 59q-30 -30 -73 -50.5t-84 -20.5q-63 0 -94 37t-31 99q0 22 5 54l48 273h69l-48 -271q-4 -20 -4 -42q0 -84 84 -84q63 0 101.5 38t50.5 104l45 255h73z" />
+<glyph unicode="&#xfd;" horiz-adv-x="448" d="M448 674l-141 -152h-62l119 152h84zM511 451l-371 -624q-23 -29 -54 -48t-59 -20l-16 51q17 0 44.5 16.5t40.5 38.5l109 182l-116 404h71l95 -330l187 330h69z" />
+<glyph unicode="&#xfe;" horiz-adv-x="504" d="M204 381l-55 -312q34 -17 81 -17q154 3 184 173q5 28 5 48q0 59 -32.5 92t-95.5 33q-49 -3 -87 -17zM186 692h73l-43 -243q46 13 90 13q89 0 137.5 -47.5t48.5 -130.5q0 -28 -6 -59q-21 -108 -89 -172.5t-170 -64.5q-40 0 -90 13l-43 -242h-73z" />
+<glyph unicode="&#xff;" horiz-adv-x="448" d="M408 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM251 618q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M511 451l-371 -624q-23 -29 -54 -48t-59 -20l-16 51q17 0 44.5 16.5t40.5 38.5l109 182l-116 404h71l95 -330l187 330h69z" />
+<glyph unicode="&#x152;" horiz-adv-x="909" d="M476 72l106 548h-65q-149 0 -235.5 -65t-116.5 -208q-9 -52 -9 -80q0 -195 255 -195h65zM879 0h-470q-324 0 -324 257q0 32 9 90q34 174 150 259.5t297 85.5h461l-15 -72h-335l-42 -216h322l-15 -72h-321l-50 -260h346z" />
+<glyph unicode="&#x153;" horiz-adv-x="803" d="M802 226h-316q-6 -28 -6 -53q0 -58 30.5 -88t86.5 -30q39 0 73 12t49.5 22t59.5 41l-14 -75q-30 -31 -83.5 -49t-101.5 -18q-120 0 -160 97q-72 -96 -184 -97q-78 1 -121.5 54.5t-43.5 133.5q0 26 4 49q19 103 85 170t160 67q114 0 152 -99q72 99 180 99q158 -3 158 -159 q0 -34 -8 -77zM744 287q2 14 2 20q0 40 -28.5 65.5t-76.5 25.5q-51 0 -88.5 -31.5t-53.5 -79.5h245zM410 225q3 19 3 39q0 56 -27.5 93t-77.5 38q-64 -1 -106 -49t-54 -121q-4 -21 -4 -47q0 -55 25.5 -88t78.5 -34q58 0 103.5 49.5t58.5 119.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="545" d="M502 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14zM345 860q16 0 25.5 -10.5t9.5 -27.5q0 -7 -1 -10q-3 -20 -18 -34t-33 -14q-16 0 -26 11t-10 28q0 1 0.5 4t0.5 5q4 20 19 34t33 14z M669 692l-312 -362l-63 -330h-72l64 330l-167 362h85l132 -291l251 291h82z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="322" d="M380 508h-55l-59 96l-93 -96h-54l128 152h57z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="358" d="M413 640q-7 -45 -32.5 -79t-63.5 -35q-24 0 -48 24l-44 38q-6 0 -11.5 -1.5t-9 -3t-7 -6.5t-5 -7.5t-3.5 -9.5t-3 -10t-2.5 -12t-2.5 -12h-46q9 45 33.5 79.5t61.5 34.5q30 0 48 -24l45 -38q14 0 23.5 10.5t13 21t7.5 30.5h46z" />
+<glyph unicode="&#x2000;" horiz-adv-x="466" />
+<glyph unicode="&#x2001;" horiz-adv-x="933" />
+<glyph unicode="&#x2002;" horiz-adv-x="466" />
+<glyph unicode="&#x2003;" horiz-adv-x="933" />
+<glyph unicode="&#x2004;" horiz-adv-x="311" />
+<glyph unicode="&#x2005;" horiz-adv-x="233" />
+<glyph unicode="&#x2006;" horiz-adv-x="155" />
+<glyph unicode="&#x2007;" horiz-adv-x="155" />
+<glyph unicode="&#x2008;" horiz-adv-x="116" />
+<glyph unicode="&#x2009;" horiz-adv-x="186" />
+<glyph unicode="&#x200a;" horiz-adv-x="51" />
+<glyph unicode="&#x2010;" horiz-adv-x="344" d="M312 193h-217l11 66h217z" />
+<glyph unicode="&#x2011;" horiz-adv-x="344" d="M312 193h-217l11 66h217z" />
+<glyph unicode="&#x2013;" horiz-adv-x="500" d="M95 193v66h384v-66h-384z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M95 193v66h884v-66h-884z" />
+<glyph unicode="&#x2018;" horiz-adv-x="204" d="M132 498l13 70q7 37 57 81.5t87 46.5q-26 -16 -44 -48t-18 -63q0 -6 2 -18l-12 -69h-85z" />
+<glyph unicode="&#x2019;" horiz-adv-x="197" d="M267 692l-13 -70q-8 -38 -57.5 -82.5t-86.5 -45.5q26 16 43.5 47t17.5 63q0 7 -2 19l13 69h85z" />
+<glyph unicode="&#x201a;" horiz-adv-x="213" d="M174 89l-12 -70q-8 -38 -58 -82.5t-88 -45.5q26 16 44 47.5t18 62.5q0 7 -2 19l12 69h86z" />
+<glyph unicode="&#x201c;" horiz-adv-x="363" d="M291 498l13 70q6 37 56.5 81.5t87.5 46.5q-26 -16 -44 -48t-18 -63q0 -6 2 -18l-12 -69h-85zM132 498l13 70q7 37 57 81.5t87 46.5q-26 -16 -44 -48t-18 -63q0 -6 2 -18l-12 -69h-85z" />
+<glyph unicode="&#x201d;" horiz-adv-x="357" d="M427 692l-13 -70q-8 -38 -58 -82.5t-87 -45.5q26 16 43.5 47t17.5 63q0 7 -2 19l13 69h86zM267 692l-13 -70q-8 -38 -57.5 -82.5t-86.5 -45.5q26 16 43.5 47t17.5 63q0 7 -2 19l13 69h85z" />
+<glyph unicode="&#x201e;" horiz-adv-x="372" d="M333 89l-12 -70q-8 -38 -58 -82.5t-87 -45.5q26 16 44 47.5t18 62.5q0 7 -2 19l12 69h85zM174 89l-12 -70q-8 -38 -58 -82.5t-88 -45.5q26 16 44 47.5t18 62.5q0 7 -2 19l12 69h86z" />
+<glyph unicode="&#x2022;" horiz-adv-x="334" d="M225 450q49 0 83 -35t34 -85t-34 -85t-83 -35t-83 35t-34 85t34 85t83 35z" />
+<glyph unicode="&#x2026;" horiz-adv-x="699" d="M532 47q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -6 -1 -10q-5 -24 -24.5 -41t-44.5 -17q-22 0 -36 14t-14 34q0 6 1 10zM299 47q5 24 24.5 41t44.5 17q22 0 36 -14t14 -34q0 -6 -1 -10q-5 -24 -24.5 -41t-44.5 -17q-22 0 -36 14t-14 34q0 6 1 10zM66 47q5 24 24.5 41 t44.5 17q22 0 36 -14t14 -34q0 -6 -1 -10q-5 -24 -24.5 -41t-44.5 -17q-22 0 -36 14t-14 34q0 6 1 10z" />
+<glyph unicode="&#x202f;" horiz-adv-x="186" />
+<glyph unicode="&#x2039;" horiz-adv-x="263" d="M221 57l-161 168l6 32l220 169l-14 -80l-144 -104l107 -105z" />
+<glyph unicode="&#x203a;" horiz-adv-x="260" d="M275 225l-218 -168l14 80l142 105l-105 104l14 80l159 -169z" />
+<glyph unicode="&#x205f;" horiz-adv-x="233" />
+<glyph unicode="&#x20ac;" horiz-adv-x="517" d="M492 51q-80 -65 -158 -65q-100 0 -147 68t-47 181v8h-85l30 50h62l19 104h-83l29 50h64q37 113 111.5 185t173.5 72q38 0 74.5 -18.5t60.5 -45.5l-16 -93q-27 47 -54 69.5t-74 22.5q-143 0 -203 -192h247l-37 -50h-227l-19 -104h186l-29 -50h-157v-20q0 -171 136 -171 q48 0 81.5 21t78.5 69z" />
+<glyph unicode="&#x2122;" horiz-adv-x="619" d="M327 562h-79l-1 -193h-43l1 193h-79l-1 39h201zM638 369h-43v182l-80 -111h-18l-79 112l1 -183h-46l-1 232h66l70 -100l66 100h63z" />
+</font>
+</defs></svg> 
\ No newline at end of file
Binary file fonts/gilliusadfno2-italic-webfont.ttf has changed
Binary file fonts/gilliusadfno2-italic-webfont.woff has changed
Binary file fonts/gilliusadfno2-regular-webfont.eot has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/gilliusadfno2-regular-webfont.svg	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,241 @@
+<?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.
+Designer    : Hirwen HARENDAL
+Foundry     : Arkandis Digital Foundry.
+Foundry URL : http://arkandis.tuxfamily.org
+</metadata>
+<defs>
+<font id="webfontvJUiAdi3" horiz-adv-x="500" >
+<font-face units-per-em="1000" ascent="750" descent="-250" />
+<missing-glyph horiz-adv-x="300" />
+<glyph unicode=" "  horiz-adv-x="300" />
+<glyph unicode="&#x09;" horiz-adv-x="300" />
+<glyph unicode="&#xa0;" horiz-adv-x="300" />
+<glyph unicode="!" horiz-adv-x="217" d="M108 86q18 0 31 -14.5t13 -32.5t-13 -32.5t-31 -14.5t-31 14.5t-13 32.5t13 32.5t31 14.5zM150 389l-9 -164h-65l-11 164v303h85v-303z" />
+<glyph unicode="&#x22;" horiz-adv-x="360" d="M129 377h-60v224h60v-224zM291 377h-60v224h60v-224z" />
+<glyph unicode="#" horiz-adv-x="618" d="M398 421h-139l-39 -162h140zM606 421h-153l-36 -162h138v-66h-152l-46 -193h-57l44 193h-133l-51 -193h-57l45 193h-137v66h151l39 162h-141v65h151l49 194h58l-47 -194h141l46 194h56l-44 -194h136v-65z" />
+<glyph unicode="$" horiz-adv-x="444" d="M257 -100h-62v86q-54 4 -154 43v91q80 -64 153 -67l-1 270q-77 21 -114 61t-37 124q0 88 40 136.5t109 57.5v48h62v-48q68 -6 120 -34v-82q-39 26 -62.5 36.5t-56.5 12.5l1 -243q75 -22 115.5 -69.5t40.5 -134.5q0 -174 -154 -199v-89zM255 305l1 -243q80 27 80 119 q0 54 -20.5 81t-60.5 43zM193 407l-1 223q-76 -20 -79 -115q0 -49 20 -72t60 -36z" />
+<glyph unicode="%" horiz-adv-x="788" d="M260 518q0 58 -21.5 96.5t-69.5 38.5q-45 0 -67.5 -40.5t-22.5 -94.5q0 -55 22 -95.5t68 -42.5q89 0 91 138zM708 173q0 54 -21.5 94.5t-67.5 40.5q-89 0 -91 -135q0 -56 21.5 -96t69.5 -40q45 0 66 39.5t23 96.5zM310 518q0 -77 -35 -131t-106 -54q-72 0 -105 52 t-35 133q0 75 35.5 130.5t104.5 55.5q68 0 104.5 -56t36.5 -130zM624 704l-403 -718h-57l403 718h57zM759 173q0 -75 -35.5 -131t-104.5 -56q-70 0 -106.5 55.5t-36.5 131.5q0 74 37.5 129t105.5 56q68 0 104 -56t36 -129z" />
+<glyph unicode="&#x26;" horiz-adv-x="638" d="M428 117l-243 260q-43 -37 -65 -74t-22 -86q0 -75 49 -119.5t124 -44.5q82 0 157 64zM631 0h-99l-66 69q-98 -83 -203 -83q-100 0 -165 62t-65 163q0 113 117 213q-18 25 -33 60q-10 32 -10 62q0 70 45 112q46 46 122 46q75 0 141 -33l-33 -61q-29 21 -44 25.5t-55 4.5 q-51 0 -80 -28q-33 -26 -33 -66q0 -26 15 -56q17 -29 55 -68l230 -245q34 47 46.5 87.5t14.5 102.5h69q-10 -109 -92 -237z" />
+<glyph unicode="'" horiz-adv-x="184" d="M125 692q14 -53 14 -100q0 -56 -22 -106l-43 -18l-1 96q0 17 -4 34t-13 42.5t-11 33.5z" />
+<glyph unicode="(" horiz-adv-x="248" d="M233 -125h-58q-135 220 -135 423q0 198 135 422h58q-64 -115 -92.5 -208.5t-29.5 -213.5q0 -117 29.5 -213.5t92.5 -209.5z" />
+<glyph unicode=")" horiz-adv-x="249" d="M208 298q0 -101 -38 -214.5t-97 -208.5h-58q63 112 92.5 209t29.5 214q0 116 -30 213.5t-93 208.5h59q135 -221 135 -422z" />
+<glyph unicode="*" horiz-adv-x="446" d="M414 396l-18 -41l-153 93v-177h-40v177l-152 -93l-19 41l157 93l-157 91l19 43l152 -97v178h40v-178l153 97l18 -43l-160 -92z" />
+<glyph unicode="+" horiz-adv-x="541" d="M529 228h-229v-228h-58v228h-231v62h231v227h58v-227h229v-62z" />
+<glyph unicode="," horiz-adv-x="233" d="M55 45q0 24 17 41t42 17t42 -17t17 -41q0 -56 -44 -100.5t-74 -44.5q10 2 34.5 34t24.5 53q-25 0 -42 17t-17 41z" />
+<glyph unicode="-" horiz-adv-x="366" d="M297 193h-228v66h228v-66z" />
+<glyph unicode="." horiz-adv-x="233" d="M55 45q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41z" />
+<glyph unicode="/" horiz-adv-x="314" d="M304 692l-231 -780h-62l230 780h63z" />
+<glyph unicode="0" horiz-adv-x="550" d="M423 344q0 295 -149 295q-34 0 -60.5 -14.5t-41.5 -42t-25 -55t-14 -66t-5 -62t-1 -55.5q0 -31 1 -55t5 -61.5t14 -65.5t25.5 -54.5t41.5 -41t60 -14.5q149 0 149 292zM494 344q0 -49 -5 -94t-19.5 -94.5t-38 -86t-64 -60t-93.5 -23.5t-93.5 23.5t-63.5 59.5t-37.5 86 t-19.5 95t-5 94t4.5 93.5t19 95t37.5 87t63.5 60.5t94.5 24q53 0 94 -24t64 -60t37.5 -86.5t19.5 -95.5t5 -94z" />
+<glyph unicode="1" horiz-adv-x="286" d="M208 0h-77v617l-60 -54l-44 48l98 81h83v-692z" />
+<glyph unicode="2" horiz-adv-x="481" d="M36 0q7 8 66 90l118 165q59 84 62 88l37 51q12 17 27.5 50.5t15.5 58.5q0 60 -40 95.5t-100 35.5q-84 0 -182 -63v79q99 54 180 54q94 0 153.5 -51.5t59.5 -144.5q0 -12 -1 -22.5t-4 -22t-4.5 -19t-7.5 -19.5t-8 -17t-10 -18t-10 -16.5t-12 -17.5l-11 -18l-189 -266h263 v-72h-403z" />
+<glyph unicode="3" horiz-adv-x="480" d="M427 200q0 -108 -69 -161t-180 -53q-46 0 -75 6.5t-60 26.5v85q5 -3 23 -15t23.5 -14.5t20.5 -8.5t30 -7.5t36 -1.5q85 0 132.5 32t47.5 111q0 68 -45 101.5t-117 33.5h-32v68h35q64 0 103.5 27.5t40.5 85.5q0 62 -40 90t-107 28q-30 0 -47.5 -3.5t-43.5 -15t-40 -16.5 v76q5 2 17 6l18 5q5 2 16 5l16 5q6 1 16 3t18 3t18 1.5t20 0.5q89 0 149.5 -45t60.5 -131q0 -54 -31.5 -94t-88.5 -61q65 -18 100 -65t35 -108z" />
+<glyph unicode="4" horiz-adv-x="508" d="M318 236v299l-198 -299h198zM487 165h-94v-165h-75v165h-293v30l330 497h38v-456h94v-71z" />
+<glyph unicode="5" horiz-adv-x="487" d="M445 220q0 -113 -65.5 -173.5t-178.5 -60.5q-84 0 -167 29v87q73 -45 165 -45q80 0 127 41.5t47 121.5q0 77 -47.5 119t-126.5 42h-137v311h336v-73h-269v-166h86q105 0 166.5 -63.5t63.5 -169.5z" />
+<glyph unicode="6" horiz-adv-x="525" d="M127 207q0 -72 39.5 -113.5t109.5 -41.5q69 0 104 41.5t35 113.5q0 73 -35.5 120.5t-103.5 47.5q-70 0 -108.5 -47t-40.5 -121zM48 261q0 91 25 168.5t66.5 130t86.5 86.5t92 52l45 -44q-77 -26 -149.5 -110t-73.5 -169q45 61 141 65q100 0 153 -64.5t53 -168.5 q0 -97 -60.5 -158t-150.5 -63q-63 0 -108.5 22t-71 61.5t-37 87t-11.5 104.5z" />
+<glyph unicode="7" horiz-adv-x="447" d="M423 657l-247 -671l-68 22l223 610h-315v74h407v-35z" />
+<glyph unicode="8" horiz-adv-x="536" d="M413 193q0 66 -39.5 103t-106.5 37q-68 0 -107 -36t-39 -104q0 -69 38.5 -105t107.5 -36q67 0 106.5 36.5t39.5 104.5zM398 518q-5 121 -131 121q-125 0 -133 -121q2 -49 40.5 -84t90.5 -35h2q55 0 93 33t38 86zM483 193q0 -102 -56.5 -154.5t-159.5 -52.5t-160.5 52.5 t-57.5 154.5q0 63 35.5 108.5t102.5 66.5q-64 23 -93.5 56.5t-29.5 93.5q0 87 58.5 136.5t144.5 49.5t144 -49.5t59 -136.5q0 -99 -112 -150q122 -43 125 -175z" />
+<glyph unicode="9" horiz-adv-x="526" d="M397 471q0 72 -39.5 113.5t-109.5 41.5q-69 0 -104 -41.5t-35 -113.5q0 -73 35.5 -120.5t103.5 -47.5q70 0 108.5 47t40.5 121zM476 417q0 -85 -25.5 -161t-67 -129.5t-87.5 -90.5t-92 -54l-45 42q77 37 148.5 115.5t74.5 148.5q-29 -27 -59 -37.5t-80 -12.5 q-100 0 -153 64.5t-53 168.5q0 97 60.5 158t150.5 63q63 0 108.5 -22t71 -61.5t37 -87t11.5 -104.5z" />
+<glyph unicode=":" horiz-adv-x="233" d="M55 47q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41zM55 345q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41z" />
+<glyph unicode=";" horiz-adv-x="233" d="M55 345q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41zM55 45q0 24 17 41t42 17t42 -17t17 -41q0 -56 -44 -100.5t-74 -44.5q10 2 34.5 34t24.5 53q-25 0 -42 17t-17 41z" />
+<glyph unicode="&#x3c;" horiz-adv-x="575" d="M537 38l-518 189v62l518 190v-68l-431 -153l431 -152v-68z" />
+<glyph unicode="=" horiz-adv-x="657" d="M588 142h-519v63h519v-63zM588 312h-519v62h519v-62z" />
+<glyph unicode="&#x3e;" horiz-adv-x="576" d="M557 227l-519 -189v68l431 152l-431 153v68l519 -190v-62z" />
+<glyph unicode="?" horiz-adv-x="383" d="M190 86q18 0 31 -14.5t13 -32.5t-13 -32.5t-31 -14.5t-31 14.5t-13 32.5t13 32.5t31 14.5zM355 543q0 -29 -10 -54t-22 -40t-36 -40l-40 -41q-35 -39 -42 -56.5t-7 -69.5v-59l-24 1l-45 72q-11 18 -11 36q0 11 4 22.5t13 23.5t17 20l21 22q14 15 20 22l39 41q48 46 52 95 q0 48 -33 73t-83 25q-28 0 -46 -5.5t-41 -22.5t-25 -18l-30 62q48 28 79.5 40t78.5 12q77 0 123.5 -42t47.5 -119z" />
+<glyph unicode="@" horiz-adv-x="878" d="M575 248q0 64 -35 104q-39 37 -97 37q-63 0 -95.5 -39.5t-34.5 -101.5q0 -60 34.5 -100.5t96.5 -40.5q63 0 96 40t35 101zM848 305q0 -122 -72.5 -193t-199.5 -72v62q-23 -27 -63.5 -43.5t-84.5 -16.5q-85 0 -131.5 61t-46.5 145q0 85 45.5 146.5t132.5 62.5 q115 0 148 -61v53h63v-341q150 22 154 195q0 123 -95 220t-240 97h-8q-161 0 -262.5 -108t-101.5 -261q0 -158 106 -253.5t257 -95.5q121 0 225 79l41 -54q-67 -47 -126.5 -69t-137.5 -23q-176 0 -296.5 116t-120.5 300q0 80 27 153.5t78 133t133.5 94.5t184.5 35 q176 0 283.5 -107t107.5 -255z" />
+<glyph unicode="A" horiz-adv-x="655" d="M468 252l-139 356l-142 -356h281zM647 0h-88l-64 180h-335l-65 -180h-87l269 692h99z" />
+<glyph unicode="B" horiz-adv-x="590" d="M474 202q0 72 -41.5 101.5t-123.5 29.5h-164v-264h164q81 0 123 31t42 102zM453 513q0 106 -155 110h-153v-222h153q69 0 111.5 28t43.5 84zM549 193q0 -99 -62.5 -146t-171.5 -47h-246v692h237q209 0 216 -169q0 -55 -23 -94.5t-69 -50.5v-10q56 -17 87.5 -65t31.5 -110 z" />
+<glyph unicode="C" horiz-adv-x="628" d="M596 51q-92 -65 -218 -65q-164 0 -250 100t-86 258q0 159 85.5 259.5t250.5 100.5q120 0 218 -64v-94q-44 47 -95 68.5t-121 21.5q-71 0 -122.5 -22.5t-81.5 -63.5t-44.5 -92t-15.5 -114q0 -131 64.5 -210.5t199.5 -79.5q69 0 119.5 21t96.5 67v-91z" />
+<glyph unicode="D" horiz-adv-x="683" d="M566 347q0 144 -71.5 209t-225.5 67h-125v-554h125q152 0 224.5 68t72.5 210zM639 347q0 -183 -93.5 -265t-289.5 -82h-187v692h187q196 0 289.5 -81.5t93.5 -263.5z" />
+<glyph unicode="E" horiz-adv-x="536" d="M511 0h-442v692h433v-73h-358v-215h342v-72h-342v-260h367v-72z" />
+<glyph unicode="F" horiz-adv-x="479" d="M463 619h-318v-213h287v-73h-287v-333h-76v692h394v-73z" />
+<glyph unicode="G" horiz-adv-x="684" d="M637 62q-107 -76 -255 -76q-168 0 -254 97.5t-86 260.5q0 164 85.5 262t255.5 98q132 0 237 -64v-93q-55 48 -106.5 68.5t-125.5 20.5q-265 0 -272 -292q0 -135 67 -212.5t208 -77.5q90 0 173 35v198h-162v70h235v-295z" />
+<glyph unicode="H" horiz-adv-x="654" d="M585 0h-76v332h-365v-332h-75v692h75v-288h365v288h76v-692z" />
+<glyph unicode="I" horiz-adv-x="213" d="M144 0h-75v692h75v-692z" />
+<glyph unicode="J" horiz-adv-x="223" d="M154 46q0 -121 -49 -181q-45 -54 -151 -54h-30v70h23q77 0 106 35q27 36 27 130v646h74v-646z" />
+<glyph unicode="K" horiz-adv-x="615" d="M616 0h-114l-357 338v-338h-76v692h76v-297l331 297h116l-358 -321z" />
+<glyph unicode="L" horiz-adv-x="502" d="M497 0h-428v692h76v-620h352v-72z" />
+<glyph unicode="M" horiz-adv-x="761" d="M692 0h-75v554l-234 -419l-239 419v-554h-75v692h81l233 -410l228 410h81v-692z" />
+<glyph unicode="N" horiz-adv-x="651" d="M582 0h-81l-358 557v-557h-74v692h71l367 -558v558h75v-692z" />
+<glyph unicode="O" horiz-adv-x="715" d="M597 344q0 57 -13 107t-40.5 92.5t-76 67.5t-112.5 25q-63 0 -111 -25t-75.5 -68t-40.5 -93t-13 -106q0 -54 13.5 -104t41 -93t75.5 -68.5t110 -25.5q63 0 111 25t76 68t41.5 93t13.5 105zM671 344q0 -99 -32 -177.5t-105 -129.5t-179 -51q-79 0 -140.5 29.5t-98.5 80 t-56 113.5t-19 135q0 96 32 175.5t105 132t177 52.5q106 0 179 -51.5t105 -130.5t32 -178z" />
+<glyph unicode="P" horiz-adv-x="534" d="M429 486q0 67 -40 101t-113 36h-132v-272h132q73 0 112 35t41 100zM504 485q0 -205 -231 -205h-129v-280h-75v692h207q110 0 169 -52t59 -155z" />
+<glyph unicode="Q" horiz-adv-x="715" d="M597 345q0 56 -13 106t-40.5 92.5t-76 67.5t-112.5 25q-63 0 -111 -25t-75.5 -68t-40.5 -92.5t-13 -105.5q0 -53 14 -103t41.5 -92.5t75 -68.5t109.5 -26t110 25t76 67.5t42 92.5t14 105zM632 -200q-32 0 -86 36.5t-97 82t-49 71.5q-18 0 -28 -0.5t-16 -0.5 q-104 0 -177.5 51t-105.5 129.5t-32 175.5q0 96 32 175t105 131.5t177 52.5q80 0 142 -29.5t99 -80t56 -113.5t19 -136q0 -252 -184 -335q0 -26 81 -80t109 -54z" />
+<glyph unicode="R" horiz-adv-x="567" d="M386 496q0 124 -152 127h-90v-258h90q72 0 112 33t40 98zM557 0h-75q-9 37 -60.5 107t-117.5 128.5t-106 58.5l-54 1v-295h-75v692h166q225 0 225 -196q0 -142 -151 -181q68 -34 138.5 -127t109.5 -188z" />
+<glyph unicode="S" horiz-adv-x="444" d="M411 188q0 -107 -55 -154.5t-147 -47.5q-59 0 -168 43v91q82 -67 161 -67q55 0 94.5 31.5t39.5 96.5q0 60 -24.5 86.5t-75.5 44.5l-40 10q-78 21 -116 61t-38 125q0 98 49 147t131 49q86 0 151 -36v-82q-31 20 -45.5 28t-38 15t-52.5 7q-121 0 -124 -121 q0 -54 24.5 -76.5t73.5 -36.5l42 -10q76 -21 117 -68.5t41 -135.5z" />
+<glyph unicode="T" horiz-adv-x="604" d="M594 619h-254v-619h-75v619h-255v73h584v-73z" />
+<glyph unicode="U" horiz-adv-x="646" d="M583 258q0 -129 -62.5 -200.5t-195.5 -71.5t-197.5 71t-64.5 201v434h75v-422q0 -108 39.5 -162.5t147.5 -54.5q106 0 145 55t39 162v422h74v-434z" />
+<glyph unicode="V" horiz-adv-x="657" d="M647 692l-317 -706l-320 706h85l235 -512l230 512h87z" />
+<glyph unicode="W" horiz-adv-x="923" d="M903 692l-239 -706l-204 524l-206 -524l-233 706h76l156 -472l207 488l201 -488l159 472h83z" />
+<glyph unicode="X" horiz-adv-x="611" d="M601 0h-90l-205 300l-211 -300h-90l258 371l-225 321h90l184 -262l185 262h90l-230 -332z" />
+<glyph unicode="Y" horiz-adv-x="579" d="M580 692l-253 -362v-330h-75v330l-252 362h90l200 -291l200 291h90z" />
+<glyph unicode="Z" horiz-adv-x="616" d="M595 0h-570v67l453 551h-443v74h548l-1 -66l-454 -554h467v-72z" />
+<glyph unicode="[" horiz-adv-x="265" d="M248 -125h-179v846h179v-60h-108v-728h108v-58z" />
+<glyph unicode="\" horiz-adv-x="316" d="M304 -88h-63l-230 780h62z" />
+<glyph unicode="]" horiz-adv-x="265" d="M196 -125h-179v58h108v728h-108v60h179v-846z" />
+<glyph unicode="^" horiz-adv-x="603" d="M585 433l-89 1l-195 181l-195 -181l-88 -1l241 259h84z" />
+<glyph unicode="_" horiz-adv-x="450" d="M452 -224h-462v67h462v-67z" />
+<glyph unicode="`" horiz-adv-x="280" d="M249 508h-66l-148 152h87z" />
+<glyph unicode="a" d="M346 178v8q-8 17 -35.5 30.5t-58.5 13.5q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5q62 1 99 31.5t37 95.5zM472 68q-2 -31 -21 -54t-51 -26q-24 2 -39 20.5t-15 50.5q-55 -71 -157 -71q-69 0 -107 37.5t-40 106.5q0 82 55.5 117.5t144.5 35.5q57 0 104 -30v29 q-1 63 -34 89.5t-94 26.5q-86 0 -145 -58v74q29 21 71.5 33.5t80.5 12.5q190 0 190 -177v-199v-3q0 -27 23 -32h3q17 0 31 17z" />
+<glyph unicode="b" horiz-adv-x="519" d="M144 380v-311q39 -17 90 -17q81 1 121.5 46t40.5 127q0 80 -41.5 126.5t-120.5 46.5q-54 -3 -90 -18zM69 692h75v-243q47 13 94 13q109 0 171 -64t62 -173q-2 -108 -61.5 -172.5t-166.5 -64.5q-96 0 -174 37v667z" />
+<glyph unicode="c" horiz-adv-x="442" d="M406 16q-78 -28 -132 -28q-107 0 -166.5 64.5t-61.5 172.5q0 109 62 173t171 64q48 0 127 -27v-75q-7 3 -19.5 9.5l-16.5 8.5l-14 6q-10 4 -15.5 5.5t-15 3.5t-19.5 3t-23 2q-79 0 -120.5 -46.5t-41.5 -126.5q0 -82 40.5 -127t121.5 -46q19 0 31.5 1t25.5 5.5t18.5 7 t22.5 11.5l25 13v-74z" />
+<glyph unicode="d" horiz-adv-x="516" d="M373 380q-36 15 -90 18q-79 0 -120.5 -46.5t-41.5 -126.5q0 -82 40.5 -127t121.5 -46q51 0 90 17v311zM448 692v-667q-78 -37 -174 -37q-107 0 -166.5 64.5t-61.5 172.5q0 109 62 173t171 64q47 0 94 -13v243h75z" />
+<glyph unicode="e" horiz-adv-x="496" d="M383 287q0 47 -36 79t-93 32q-54 0 -87.5 -31.5t-40.5 -79.5h257zM456 226h-333v-8q0 -79 39 -121t110 -42q61 0 102.5 16.5t81.5 51.5v-75q-29 -28 -83.5 -44t-105.5 -16q-102 0 -161.5 64.5t-59.5 168.5q0 99 56 170t152 71q202 -4 202 -229v-7z" />
+<glyph unicode="f" horiz-adv-x="274" d="M274 628h-50q-23 0 -36 -23t-13 -84v-70h79v-60h-79v-391h-75v391h-73v60h73v62q4 177 125 179h49v-64z" />
+<glyph unicode="g" horiz-adv-x="453" d="M225 396q-40 0 -68.5 -28.5t-28.5 -69.5t28.5 -69.5t68.5 -28.5t68.5 28.5t28.5 69.5t-28.5 69.5t-68.5 28.5zM213 75q87 0 157 -43t70 -116q0 -62 -67 -109t-160 -47q-91 0 -149 47t-58 110q0 39 24.5 73.5t67.5 56.5q-54 30 -54 72q0 29 22 47t46 19q-43 43 -43 111 q2 67 49 115t112 49q31 0 64 -10h127v-56h-73q33 -46 33 -98q0 -68 -45.5 -116t-110.5 -48q-56 0 -77 18q-35 0 -35 -30q0 -15 21 -30.5t54 -15.5q9 1 25 1zM212 11q-62 0 -97 -26.5t-35 -68.5t35 -68t97 -26q64 0 103.5 26.5t39.5 67.5q0 42 -40 68.5t-103 26.5z" />
+<glyph unicode="h" horiz-adv-x="521" d="M458 0h-73v270q0 63 -24 94.5t-82 32.5q-58 -1 -96.5 -39.5t-39.5 -102.5v-255h-74v692h74v-303q45 73 154 73q81 0 121 -52t40 -136v-274z" />
+<glyph unicode="i" horiz-adv-x="213" d="M107 692q18 0 31 -14.5t13 -32.5t-13 -32.5t-31 -14.5t-31 14.5t-13 32.5t13 32.5t31 14.5zM144 0h-75v451h75v-451z" />
+<glyph unicode="j" horiz-adv-x="215" d="M107 692q18 0 31 -14.5t13 -32.5t-13 -32.5t-31 -14.5t-31 14.5t-13 32.5t13 32.5t31 14.5zM146 -84q0 -85 -37 -124q-21 -23 -50 -32l-31 56q15 6 27 20q14 19 14 80v535h77v-535z" />
+<glyph unicode="k" d="M489 0h-104l-240 237v-237h-76v692h76v-445l232 204h102l-230 -209z" />
+<glyph unicode="l" horiz-adv-x="200" d="M132 692v-692h-74v692h74z" />
+<glyph unicode="m" horiz-adv-x="804" d="M740 0h-70v270q0 61 -22 93.5t-76 32.5q-64 0 -97 -37.5t-35 -103.5v-255h-71v270q0 63 -22 94.5t-76 31.5h-4q-54 0 -88 -40t-36 -101v-255h-74v452h74v-61q26 31 66.5 51t83.5 20q47 0 83 -25t55 -66q60 91 162 91q77 0 112 -54t35 -136v-272z" />
+<glyph unicode="n" horiz-adv-x="521" d="M458 0h-73v270q0 63 -24.5 94.5t-81.5 31.5q-60 0 -97.5 -38.5t-38.5 -102.5v-255h-74v452h74v-62q52 72 154 72q82 0 121.5 -52t39.5 -138v-272z" />
+<glyph unicode="o" horiz-adv-x="519" d="M397 225q-1 69 -38.5 119t-100.5 51q-67 -1 -102 -48t-35 -119q0 -29 6 -56t20 -54.5t42.5 -44t68.5 -17.5q61 0 99.5 50t39.5 119zM471 225q-1 -100 -58 -168t-155 -69q-95 1 -153.5 71t-59.5 166q1 103 57.5 170t155.5 67q105 0 159 -70t54 -167z" />
+<glyph unicode="p" horiz-adv-x="516" d="M141 71q36 -15 90 -18q79 0 120.5 46.5t41.5 126.5q0 82 -40.5 127t-121.5 46q-51 0 -90 -17v-311zM66 -241v667q78 37 174 37q107 0 166.5 -64.5t61.5 -172.5q0 -109 -62 -173t-171 -64q-47 0 -94 13v-243h-75z" />
+<glyph unicode="q" horiz-adv-x="515" d="M372 71v311q-39 17 -90 17q-81 -1 -121.5 -46t-40.5 -127q0 -80 41.5 -126.5t120.5 -46.5q54 3 90 18zM447 -241h-75v243q-47 -13 -94 -13q-109 0 -171 64t-62 173q2 108 61.5 172.5t166.5 64.5q96 0 174 -37v-667z" />
+<glyph unicode="r" horiz-adv-x="370" d="M324 342l-2 1q-13 16 -44.5 33.5t-49.5 17.5h-2q-33 -3 -53 -28.5t-24.5 -48t-4.5 -42.5v-275h-75v452h75v-61q33 64 106 67q26 0 56 -13t50 -35z" />
+<glyph unicode="s" horiz-adv-x="388" d="M347 124q0 -72 -47.5 -104t-115.5 -32q-57 0 -141 28v80q63 -33 89 -39q22 -5 54 -6q35 0 61.5 15t27.5 51q0 12 -2.5 21.5t-8.5 17.5l-11 12q-4 4 -15.5 9t-15.5 6.5t-19 5.5t-17 5l-21 6q-58 14 -86.5 41.5t-29.5 86.5q0 70 43 102t107 32q63 0 126 -25v-74 q-5 3 -15.5 8.5t-13 7t-10.5 5t-11 4.5l-10 4q-7 2 -11.5 2.5t-12.5 1.5t-15.5 1.5t-18.5 1.5q-89 0 -91 -66q0 -23 15.5 -38t29 -19.5t37.5 -10.5l19 -6q64 -16 97 -44.5t33 -90.5z" />
+<glyph unicode="t" horiz-adv-x="345" d="M128 580h32v-129h133v-59h-133v-244q0 -54 16 -76t67 -22q38 0 79 19v-64q-37 -17 -79 -19q-84 0 -120.5 38.5t-36.5 123.5v244h-53v13z" />
+<glyph unicode="u" horiz-adv-x="524" d="M455 0h-77v59q-26 -31 -67 -51t-84 -20q-81 0 -122 53t-41 137v273h73v-271q0 -126 107 -126q66 0 100 38t34 104v255h77v-451z" />
+<glyph unicode="v" horiz-adv-x="481" d="M461 451l-220 -465l-220 465h69l151 -316l151 316h69z" />
+<glyph unicode="w" horiz-adv-x="666" d="M637 451l-161 -465l-142 336l-146 -336l-158 465h64l106 -306l134 317l134 -317l105 306h64z" />
+<glyph unicode="x" horiz-adv-x="473" d="M454 0h-78l-141 182l-141 -182h-78l184 237l-169 214h81l128 -165l126 165h80l-171 -218z" />
+<glyph unicode="y" horiz-adv-x="474" d="M457 451l-271 -624q-18 -29 -45.5 -48t-55.5 -20l-25 51q17 0 41.5 16.5t33.5 38.5l77 182l-197 404h71l163 -330l139 330h69z" />
+<glyph unicode="z" horiz-adv-x="450" d="M410 0h-374v29l260 356h-250v66h364v-26l-263 -359h263v-66z" />
+<glyph unicode="{" horiz-adv-x="357" d="M343 -155h-21q-103 0 -143 35q-32 32 -32 133v112q0 71 -27 101q-25 28 -93 28h-21v59h21q67 0 93 29q27 29 27 98v113q0 103 33 134q37 33 142 34h21v-58h-24q-70 0 -88 -22q-20 -21 -21 -90v-116q0 -75 -19 -101q-17 -32 -69 -51q53 -17 69 -47q19 -30 19 -104v-117 q0 -67 21 -89q18 -20 88 -22h24v-59z" />
+<glyph unicode="|" horiz-adv-x="210" d="M141 -224h-72v948h72v-948z" />
+<glyph unicode="}" horiz-adv-x="355" d="M349 254h-20q-69 0 -94 -28q-26 -29 -26 -101v-112q0 -99 -34 -133q-37 -35 -140 -35h-21v59h24q68 0 86 21q22 22 22 90v117q0 74 18 103q17 31 72 48q-58 19 -72 51q-18 24 -18 101v116q0 70 -22 89q-17 21 -86 23h-24v58h21q103 0 140 -34q34 -31 34 -134v-113 q0 -70 26 -99q28 -28 94 -28h20v-59z" />
+<glyph unicode="~" horiz-adv-x="624" d="M570 262q-36 -30 -78 -48q-40 -13 -73 -14q-48 0 -104 26l-3 2q-4 1 -10 4t-14 6.5t-18 6.5l-22 6q-11 3 -24.5 4.5t-26.5 1.5h-3q-42 0 -74 -16q-28 -11 -68 -53v69q30 25 77 47q37 14 75 14q18 0 57.5 -10t59.5 -20q68 -27 107 -27q30 0 74 16q47 33 68 52v-67z" />
+<glyph unicode="&#xa1;" horiz-adv-x="217" d="M109 692q18 0 31 -14.5t13 -32.5t-13 -32.5t-31 -14.5t-31 14.5t-13 32.5t13 32.5t31 14.5zM150 0h-85v304l10 162h66l9 -162v-304z" />
+<glyph unicode="&#xa2;" horiz-adv-x="433" d="M251 53v411q-82 -14 -116.5 -66.5t-36.5 -138.5q0 -182 153 -206zM408 20q-61 -28 -125 -33v-132h-32v134q-111 9 -166 82t-55 188q0 114 55 186t166 84v134h32v-134q74 -6 125 -31v-74q-33 22 -54 29t-71 15v-416q66 3 125 40v-72z" />
+<glyph unicode="&#xa3;" horiz-adv-x="461" d="M185 298l-63 -228l320 2v-72h-422l85 298h-69v59h86l78 275q57 72 149 72q23 0 57 -8q37 -7 63 -18v-77q-51 28 -54 29q-30 9 -58 9q-57 0 -87 -35l-68 -247h27h140v-59h-165h-19z" />
+<glyph unicode="&#xa4;" horiz-adv-x="599" d="M448 296q0 57 -45 100.5t-106 43.5q-60 0 -102 -43.5t-44 -100.5q0 -58 43.5 -102.5t105.5 -44.5q61 0 104.5 45t43.5 102zM566 86l-48 -47l-99 99q-66 -39 -119 -39q-26 0 -64 12.5t-59 25.5l-96 -100l-47 49l100 98q-34 66 -34 112q0 50 36 111l-101 99l48 49l97 -99 q63 36 120 36q52 0 120 -35l99 100l47 -50l-100 -98q32 -67 32 -113q0 -12 -1.5 -23t-2.5 -17.5t-6.5 -19t-6.5 -15t-9 -17.5l-9 -18z" />
+<glyph unicode="&#xa5;" horiz-adv-x="519" d="M501 692l-140 -275h119v-50h-146l-39 -75v-30h185v-49h-181v-213h-77v213h-182v49h182l-1 30l-38 75h-143v50h118l-140 275h70l173 -329l169 329h71z" />
+<glyph unicode="&#xa6;" horiz-adv-x="210" d="M141 -162h-72v347h72v-347zM141 317h-72v346h72v-346z" />
+<glyph unicode="&#xa7;" horiz-adv-x="419" d="M334 274q0 12 -4 24t-13 23.5t-18 21.5t-24 21l-25 18q-11 8 -28 18l-26 15l-26 14t-20 11q-20 -15 -31 -24.5t-22 -27.5t-12 -39q0 -12 4 -24.5t13 -24.5l18 -21q7 -9 24 -21l24 -18q8 -6 28 -18l26 -14l28 -14l21 -11q3 2 13 11l16 14q4 4 12 13t11.5 16t7 17t3.5 20z M387 288q0 -45 -20 -75t-62 -58q27 -24 39 -46.5t16 -58.5q0 -68 -45.5 -104t-115.5 -36q-62 0 -136 24v70q64 -33 125 -36q43 0 74.5 19.5t31.5 59.5q0 28 -38 62.5t-78 53.5q-6 4 -25.5 16t-25.5 16l-21 15q-16 11 -22 16l-16 17q-12 11 -16 19l-10 21q-6 12 -8 24.5 t-2 27.5q0 85 84 134q-29 22 -41.5 44t-14.5 59q0 63 46 97.5t111 34.5q64 0 128 -25v-69q-72 33 -120 36q-42 0 -71.5 -18.5t-29.5 -57.5q0 -43 99 -100q2 -1 5 -3.5t5.5 -4t4.5 -2.5q81 -49 103 -71q46 -43 46 -101z" />
+<glyph unicode="&#xa8;" horiz-adv-x="371" d="M265 632q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14zM100 632q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14z" />
+<glyph unicode="&#xa9;" horiz-adv-x="688" d="M466 139q-53 -23 -113 -23q-87 0 -138.5 48.5t-52.5 134.5q0 86 52.5 133.5t138.5 47.5q64 0 113 -21v-60q-28 19 -49 25.5t-59 6.5q-64 0 -99 -35t-35 -97q0 -65 36.5 -99.5t102.5 -34.5q52 0 103 31v-57zM607 299q0 107 -71.5 180.5t-192.5 76.5q-103 0 -183.5 -72 t-80.5 -184q0 -104 75 -180.5t189 -76.5q109 0 186.5 73.5t77.5 182.5zM648 299q0 -123 -84 -211t-221 -88q-123 0 -214 82.5t-91 216.5q0 121 84.5 210t220.5 89t220.5 -88.5t84.5 -210.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="410" d="M285 433v10h-55h-10q-24 0 -40 -1.5t-36 -6.5t-30 -17.5t-10 -31.5q0 -28 23.5 -41.5t56.5 -13.5q47 0 74 28t27 74zM347 189h-290v53h290v-53zM345 288h-60v39q-18 -19 -54 -32.5t-67 -13.5q-50 0 -82 26t-33 74q0 111 158 111h78v1q0 72 -101 72q-27 0 -58 -7 q-26 -9 -54 -24v57q22 7 62 15q30 6 59 6q152 0 152 -143v-181z" />
+<glyph unicode="&#xab;" horiz-adv-x="455" d="M219 57l-193 168v32l193 169v-80l-126 -104l126 -105v-80zM401 57l-193 168v32l193 169v-80l-126 -104l126 -105v-80z" />
+<glyph unicode="&#xac;" horiz-adv-x="630" d="M561 115h-68v161h-461v71h529v-232z" />
+<glyph unicode="&#xad;" horiz-adv-x="366" d="M297 193h-228v66h228v-66z" />
+<glyph unicode="&#xae;" horiz-adv-x="687" d="M418 375q0 33 -22 43.5t-64 11.5h-53v-109h53q41 0 63.5 10.5t22.5 43.5zM513 134h-73l-51 86q-16 25 -23 34t-20.5 16t-36.5 8h-30v-144h-61v338h117q67 0 104 -21t37 -76q0 -65 -73 -88q6 -4 15 -17l20 -26q11 -15 13 -17zM605 300q0 107 -70.5 180t-191.5 76 q-103 0 -180.5 -72t-77.5 -184q0 -105 73 -181t185 -76q108 0 185 68t77 189zM648 299q0 -124 -90.5 -211.5t-214.5 -87.5q-137 0 -221 88.5t-84 210.5q0 131 92 215t213 84t213 -84t92 -215z" />
+<glyph unicode="&#xaf;" horiz-adv-x="390" d="M321 555h-252v59h252v-59z" />
+<glyph unicode="&#xb0;" horiz-adv-x="328" d="M162 561q-25 0 -43 -18t-18 -44t18 -44t43 -18t43 18t18 44t-18 44t-43 18zM162 612q46 0 79 -33t33 -79t-33 -79t-79 -33t-79 33t-33 79t33 79t79 33z" />
+<glyph unicode="&#xb1;" horiz-adv-x="595" d="M562 0h-529v72h529v-72zM562 291h-231v-155h-67v155h-231v72h231v154h67v-154h231v-72z" />
+<glyph unicode="&#xb2;" horiz-adv-x="264" d="M18 350q10 11 123 162q40 50 40 76q0 28 -20 45t-50 17q-44 0 -91 -27v40q54 43 100 43q52 0 85 -24t33 -68q0 -49 -22 -81l-98 -125h125v-58h-225z" />
+<glyph unicode="&#xb3;" horiz-adv-x="262" d="M236 448q0 -55 -38.5 -82t-100.5 -27q-47 0 -75 26v49l10 -5q7 -3 9.5 -4.5t8.5 -3.5t10.5 -3t11.5 -1.5t16 -0.5q90 0 90 56q0 53 -82 53h-17v56h17q69 0 70 44q0 45 -71 45q-15 0 -23.5 -1.5t-21.5 -5.5t-19 -6v46q50 23 77 23q49 0 82.5 -23t33.5 -67 q0 -28 -21.5 -48.5t-59.5 -31.5q45 -10 69 -33.5t24 -54.5z" />
+<glyph unicode="&#xb4;" horiz-adv-x="278" d="M244 660l-147 -152h-66l125 152h88z" />
+<glyph unicode="&#xb5;" horiz-adv-x="538" d="M516 6q-26 -18 -61 -18q-26 0 -44 16.5t-26 42.5q-48 -59 -121 -59q-36 0 -69.5 16t-51.5 39v-215h-74v623h74v-280q0 -118 115 -118q126 0 126 134v264h71v-347q0 -46 33 -46h8q2 0 5 1t3.5 2t4 5t7.5 8v-68z" />
+<glyph unicode="&#xb6;" horiz-adv-x="478" d="M409 -80h-58v629h-82v-629h-57v340q-89 7 -139 51q-48 47 -48 120q0 77 54 123q53 47 143 47h187v-681z" />
+<glyph unicode="&#xb7;" horiz-adv-x="210" d="M102 334q18 0 31 -14.5t13 -32.5t-13 -32.5t-31 -14.5t-31 14.5t-13 32.5t13 32.5t31 14.5z" />
+<glyph unicode="&#xb8;" horiz-adv-x="276" d="M221 -104q0 -39 -29 -59t-74 -22q-33 0 -48.5 7t-37.5 27l27 37q27 -24 55 -24q50 0 50 40q0 13 -22 36.5t-22 35.5v44h52v-44q0 -10 24.5 -36t24.5 -42z" />
+<glyph unicode="&#xb9;" horiz-adv-x="166" d="M128 350h-62v300l-27 -32l-25 29l48 49h66v-346z" />
+<glyph unicode="&#xba;" horiz-adv-x="422" d="M313 447q0 52 -26.5 85t-75.5 33t-76.5 -33.5t-27.5 -84.5t28 -84t76 -33q46 0 74 33t28 84zM356 189h-292v53h292v-53zM370 447q0 -77 -41 -121.5t-118 -44.5t-119.5 44.5t-42.5 121.5q0 78 42.5 121.5t119.5 43.5t117 -44t42 -121z" />
+<glyph unicode="&#xbb;" horiz-adv-x="453" d="M245 225l-193 -168v80l126 105l-126 104v80l193 -169v-32zM427 225l-194 -168v80l127 105l-127 104v80l194 -169v-32z" />
+<glyph unicode="&#xbc;" horiz-adv-x="751" d="M128 350h-62v300l-27 -32l-25 29l48 49h66v-346zM602 133v122l-90 -122h90zM708 76h-46v-76h-60v76h-148v24l177 246h31v-213h46v-57zM577 704l-405 -718h-66l404 718h67z" />
+<glyph unicode="&#xbd;" horiz-adv-x="716" d="M128 350h-62v300l-27 -32l-25 29l48 49h66v-346zM441 0q10 11 123 162q40 50 40 76q0 28 -20 45t-50 17q-44 0 -91 -27v40q54 43 100 43q52 0 85 -24t33 -68q0 -49 -22 -81l-98 -125h125v-58h-225zM537 704l-405 -718h-66l404 718h67z" />
+<glyph unicode="&#xbe;" horiz-adv-x="773" d="M264 448q0 -55 -38.5 -82t-100.5 -27q-47 0 -75 26v49l10 -5q7 -3 9.5 -4.5t8.5 -3.5t10.5 -3t11.5 -1.5t16 -0.5q90 0 90 56q0 53 -82 53h-17v56h17q69 0 70 44q0 45 -71 45q-15 0 -23.5 -1.5t-21.5 -5.5t-19 -6v46q50 23 77 23q49 0 82.5 -23t33.5 -67 q0 -28 -21.5 -48.5t-59.5 -31.5q45 -10 69 -33.5t24 -54.5zM617 133v122l-90 -122h90zM723 76h-46v-76h-60v76h-148v24l177 246h31v-213h46v-57zM636 704l-402 -718h-67l404 718h65z" />
+<glyph unicode="&#xbf;" horiz-adv-x="382" d="M220 694q18 0 31 -14.5t13 -32.5t-13 -32.5t-31 -14.5t-31 14.5t-13 32.5t13 32.5t31 14.5zM365 37q-80 -51 -165 -51q-78 0 -125 42t-47 119q0 42 16.5 70t52.5 66l38 40q23 21 33 38t17 48q-1 10 -1 40v54h69v-69q0 -49 -14 -79t-49 -65l-79 -89q-12 -26 -12 -50 q0 -47 33 -71q32 -27 83 -27q75 0 150 66v-82z" />
+<glyph unicode="&#xc0;" horiz-adv-x="655" d="M434 764h-66l-148 152h88zM468 252l-139 356l-142 -356h281zM647 0h-88l-64 180h-335l-65 -180h-87l269 692h99z" />
+<glyph unicode="&#xc1;" horiz-adv-x="655" d="M434 916l-147 -152h-66l125 152h88zM468 252l-139 356l-142 -356h281zM647 0h-88l-64 180h-335l-65 -180h-87l269 692h99z" />
+<glyph unicode="&#xc2;" horiz-adv-x="655" d="M466 764h-58l-80 96l-80 -96h-58l108 152h60zM468 252l-139 356l-142 -356h281zM647 0h-88l-64 180h-335l-65 -180h-87l269 692h99z" />
+<glyph unicode="&#xc3;" horiz-adv-x="655" d="M464 878q0 -45 -20.5 -79t-59.5 -35q-22 0 -56 24l-54 38q-8 0 -13.5 -1.5t-9 -5.5t-5.5 -7t-3 -10t-1.5 -11t-1 -13.5t-0.5 -13.5h-48q0 45 19.5 79.5t58.5 34.5q30 0 56 -24l54 -38q21 0 27.5 16.5t6.5 45.5h50zM468 252l-139 356l-142 -356h281zM647 0h-88l-64 180 h-335l-65 -180h-87l269 692h99z" />
+<glyph unicode="&#xc4;" horiz-adv-x="655" d="M410 860q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14zM245 860q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14zM468 252l-139 356l-142 -356h281zM647 0h-88l-64 180h-335l-65 -180h-87l269 692h99z" />
+<glyph unicode="&#xc5;" horiz-adv-x="655" d="M330 882q-26 0 -44 -18t-18 -44t18 -44t44 -18q25 0 42.5 18t17.5 44t-17.5 44t-42.5 18zM330 933q46 0 79 -32.5t33 -79.5t-33 -79.5t-79 -32.5t-79 32.5t-33 79.5t33 79.5t79 32.5zM468 252l-139 356l-142 -356h281zM647 0h-88l-64 180h-335l-65 -180h-87l269 692h99z " />
+<glyph unicode="&#xc6;" horiz-adv-x="893" d="M431 251v374h-74l-159 -374h233zM867 0h-436v180h-265l-76 -180h-84l295 692h558v-73h-353v-215h339v-72h-339v-260h361v-72z" />
+<glyph unicode="&#xc7;" horiz-adv-x="628" d="M448 -121q0 -39 -29 -59t-74 -22q-33 0 -48.5 7t-37.5 27l27 36q27 -23 56 -23q50 0 50 40q0 13 -22.5 36.5t-22.5 35.5v30q-149 10 -227 108.5t-78 248.5q0 159 85.5 259.5t250.5 100.5q120 0 218 -64v-94q-44 47 -95 68.5t-121 21.5q-71 0 -122.5 -22.5t-81.5 -63.5 t-44.5 -92t-15.5 -114q0 -131 64.5 -210.5t199.5 -79.5q69 0 119.5 21t96.5 67v-91q-82 -58 -196 -64v-30q0 -10 24 -36.5t24 -41.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="536" d="M397 764h-66l-148 152h87zM511 0h-442v692h433v-73h-358v-215h342v-72h-342v-260h367v-72z" />
+<glyph unicode="&#xc9;" horiz-adv-x="536" d="M396 916l-146 -152h-66l124 152h88zM511 0h-442v692h433v-73h-358v-215h342v-72h-342v-260h367v-72z" />
+<glyph unicode="&#xca;" horiz-adv-x="536" d="M428 764h-58l-80 96l-80 -96h-58l108 152h60zM511 0h-442v692h433v-73h-358v-215h342v-72h-342v-260h367v-72z" />
+<glyph unicode="&#xcb;" horiz-adv-x="536" d="M372 860q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM208 860q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM511 0h-442v692h433v-73h-358v-215h342v-72h-342v-260h367v-72z" />
+<glyph unicode="&#xcc;" horiz-adv-x="213" d="M214 764h-66l-148 152h86zM144 0h-75v692h75v-692z" />
+<glyph unicode="&#xcd;" horiz-adv-x="213" d="M213 916l-147 -152h-66l125 152h88zM144 0h-75v692h75v-692z" />
+<glyph unicode="&#xce;" horiz-adv-x="213" d="M244 764h-58l-80 96l-80 -96h-58l108 152h60zM144 0h-75v692h75v-692z" />
+<glyph unicode="&#xcf;" horiz-adv-x="213" d="M189 860q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14zM24 860q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14zM144 0h-75v692h75v-692z" />
+<glyph unicode="&#xd0;" horiz-adv-x="726" d="M608 347q0 145 -70 209.5t-226 66.5h-124v-235h162v-61h-162v-258h124q155 0 225.5 67.5t70.5 210.5zM683 346q0 -181 -94.5 -263.5t-288.5 -82.5h-186v327h-97v61h97v304h186q195 0 288.5 -82.5t94.5 -263.5z" />
+<glyph unicode="&#xd1;" horiz-adv-x="651" d="M462 878q0 -45 -20.5 -79t-59.5 -35q-22 0 -56 24l-54 38q-8 0 -13.5 -1.5t-9 -5.5t-5.5 -7t-3 -10t-1.5 -11t-1 -13.5t-0.5 -13.5h-48q0 45 19.5 79.5t58.5 34.5q30 0 56 -24l54 -38q21 0 27.5 16.5t6.5 45.5h50zM582 0h-81l-358 557v-557h-74v692h71l367 -558v558h75 v-692z" />
+<glyph unicode="&#xd2;" horiz-adv-x="715" d="M463 764h-66l-148 152h87zM597 344q0 57 -13 107t-40.5 92.5t-76 67.5t-112.5 25q-63 0 -111 -25t-75.5 -68t-40.5 -93t-13 -106q0 -54 13.5 -104t41 -93t75.5 -68.5t110 -25.5q63 0 111 25t76 68t41.5 93t13.5 105zM671 344q0 -99 -32 -177.5t-105 -129.5t-179 -51 q-79 0 -140.5 29.5t-98.5 80t-56 113.5t-19 135q0 96 32 175.5t105 132t177 52.5q106 0 179 -51.5t105 -130.5t32 -178z" />
+<glyph unicode="&#xd3;" horiz-adv-x="715" d="M462 916l-146 -152h-66l124 152h88zM597 344q0 57 -13 107t-40.5 92.5t-76 67.5t-112.5 25q-63 0 -111 -25t-75.5 -68t-40.5 -93t-13 -106q0 -54 13.5 -104t41 -93t75.5 -68.5t110 -25.5q63 0 111 25t76 68t41.5 93t13.5 105zM671 344q0 -99 -32 -177.5t-105 -129.5 t-179 -51q-79 0 -140.5 29.5t-98.5 80t-56 113.5t-19 135q0 96 32 175.5t105 132t177 52.5q106 0 179 -51.5t105 -130.5t32 -178z" />
+<glyph unicode="&#xd4;" horiz-adv-x="715" d="M494 764h-58l-80 96l-80 -96h-58l108 152h60zM597 344q0 57 -13 107t-40.5 92.5t-76 67.5t-112.5 25q-63 0 -111 -25t-75.5 -68t-40.5 -93t-13 -106q0 -54 13.5 -104t41 -93t75.5 -68.5t110 -25.5q63 0 111 25t76 68t41.5 93t13.5 105zM671 344q0 -99 -32 -177.5 t-105 -129.5t-179 -51q-79 0 -140.5 29.5t-98.5 80t-56 113.5t-19 135q0 96 32 175.5t105 132t177 52.5q106 0 179 -51.5t105 -130.5t32 -178z" />
+<glyph unicode="&#xd5;" horiz-adv-x="715" d="M492 878q0 -45 -20.5 -79t-59.5 -35q-24 0 -55 24l-54 38q-6 0 -10.5 -1t-8 -3.5t-6 -4t-4 -6.5t-2.5 -7.5t-1.5 -9t-1 -9t-0.5 -10.5v-11h-49q0 45 20 79.5t59 34.5q31 0 55 -24l55 -38q15 0 23 10.5t9 21t2 30.5h49zM597 344q0 57 -13 107t-40.5 92.5t-76 67.5 t-112.5 25q-63 0 -111 -25t-75.5 -68t-40.5 -93t-13 -106q0 -54 13.5 -104t41 -93t75.5 -68.5t110 -25.5q63 0 111 25t76 68t41.5 93t13.5 105zM671 344q0 -99 -32 -177.5t-105 -129.5t-179 -51q-79 0 -140.5 29.5t-98.5 80t-56 113.5t-19 135q0 96 32 175.5t105 132 t177 52.5q106 0 179 -51.5t105 -130.5t32 -178z" />
+<glyph unicode="&#xd6;" horiz-adv-x="715" d="M438 860q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM274 860q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM597 344q0 57 -13 107t-40.5 92.5t-76 67.5t-112.5 25q-63 0 -111 -25t-75.5 -68 t-40.5 -93t-13 -106q0 -54 13.5 -104t41 -93t75.5 -68.5t110 -25.5q63 0 111 25t76 68t41.5 93t13.5 105zM671 344q0 -99 -32 -177.5t-105 -129.5t-179 -51q-79 0 -140.5 29.5t-98.5 80t-56 113.5t-19 135q0 96 32 175.5t105 132t177 52.5q106 0 179 -51.5t105 -130.5 t32 -178z" />
+<glyph unicode="&#xd7;" horiz-adv-x="527" d="M497 446l-191 -188l190 -187l-40 -46l-194 189l-192 -189l-40 46l192 187l-192 188l40 46l192 -189l194 189z" />
+<glyph unicode="&#xd8;" horiz-adv-x="728" d="M603 344q0 103 -44 179l-358 -403q40 -36 75 -51t88 -15q64 0 111.5 24.5t74.5 67t40 92.5t13 106zM528 572q-72 64 -164 64q-64 0 -112 -25t-75.5 -67.5t-40.5 -92.5t-13 -107q0 -59 9.5 -99t36.5 -78zM684 686l-74 -94q64 -91 68 -248q0 -99 -33 -177.5t-106 -129 t-178 -50.5q-119 0 -210 72l-73 -91l-36 36l77 96q-71 83 -71 244q0 73 19 136.5t57 113.5t100.5 79t142.5 29q128 0 208 -71l74 91z" />
+<glyph unicode="&#xd9;" horiz-adv-x="646" d="M430 764h-66l-148 152h87zM583 258q0 -129 -62.5 -200.5t-195.5 -71.5t-197.5 71t-64.5 201v434h75v-422q0 -108 39.5 -162.5t147.5 -54.5q106 0 145 55t39 162v422h74v-434z" />
+<glyph unicode="&#xda;" horiz-adv-x="646" d="M430 916l-148 -152h-66l126 152h88zM583 258q0 -129 -62.5 -200.5t-195.5 -71.5t-197.5 71t-64.5 201v434h75v-422q0 -108 39.5 -162.5t147.5 -54.5q106 0 145 55t39 162v422h74v-434z" />
+<glyph unicode="&#xdb;" horiz-adv-x="646" d="M461 764h-58l-80 96l-80 -96h-58l108 152h60zM583 258q0 -129 -62.5 -200.5t-195.5 -71.5t-197.5 71t-64.5 201v434h75v-422q0 -108 39.5 -162.5t147.5 -54.5q106 0 145 55t39 162v422h74v-434z" />
+<glyph unicode="&#xdc;" horiz-adv-x="646" d="M406 860q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM240 860q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM583 258q0 -129 -62.5 -200.5t-195.5 -71.5t-197.5 71t-64.5 201v434h75v-422 q0 -108 39.5 -162.5t147.5 -54.5q106 0 145 55t39 162v422h74v-434z" />
+<glyph unicode="&#xdd;" horiz-adv-x="579" d="M396 916l-146 -152h-66l124 152h88zM580 692l-253 -362v-330h-75v330l-252 362h90l200 -291l200 291h90z" />
+<glyph unicode="&#xde;" horiz-adv-x="534" d="M429 363q0 65 -42 99q-40 35 -111 35h-132v-269h132q73 0 111 34q40 32 42 101zM504 364q0 -104 -56 -154q-58 -51 -172 -53h-132v-157h-75v692h75v-126h129q115 0 174 -51q57 -48 57 -151z" />
+<glyph unicode="&#xdf;" horiz-adv-x="546" d="M508 151q0 -165 -189 -165q-48 0 -119 23v80l25 -11q16 -7 20 -8.5t13.5 -4.5t17.5 -3.5t19.5 -1.5t30.5 -2q107 0 107 87q0 9 -1 16.5t-4.5 14.5t-5 12t-8 11.5t-8.5 9t-11.5 9.5t-10.5 7.5t-13 8.5l-12 8l-39 24q-40 27 -59 56t-19 76q0 67 34.5 102t103.5 51 q-10 98 -114 98q-118 0 -121 -124v-526h-76v527q0 93 52.5 143t146.5 52q94 0 140.5 -57.5t48.5 -155.5q-60 -4 -102 -27.5t-42 -73.5q0 -21 17.5 -43.5t38.5 -34.5l26 -18q62 -41 87.5 -73t25.5 -87z" />
+<glyph unicode="&#xe0;" d="M324 522h-66l-148 152h87zM346 178v8q-8 17 -35.5 30.5t-58.5 13.5q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5q62 1 99 31.5t37 95.5zM472 68q-2 -31 -21 -54t-51 -26q-24 2 -39 20.5t-15 50.5q-55 -71 -157 -71q-69 0 -107 37.5t-40 106.5q0 82 55.5 117.5t144.5 35.5 q57 0 104 -30v29q-1 63 -34 89.5t-94 26.5q-86 0 -145 -58v74q29 21 71.5 33.5t80.5 12.5q190 0 190 -177v-199v-3q0 -27 23 -32h3q17 0 31 17z" />
+<glyph unicode="&#xe1;" d="M378 674l-146 -152h-66l124 152h88zM346 178v8q-8 17 -35.5 30.5t-58.5 13.5q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5q62 1 99 31.5t37 95.5zM472 68q-2 -31 -21 -54t-51 -26q-24 2 -39 20.5t-15 50.5q-55 -71 -157 -71q-69 0 -107 37.5t-40 106.5q0 82 55.5 117.5 t144.5 35.5q57 0 104 -30v29q-1 63 -34 89.5t-94 26.5q-86 0 -145 -58v74q29 21 71.5 33.5t80.5 12.5q190 0 190 -177v-199v-3q0 -27 23 -32h3q17 0 31 17z" />
+<glyph unicode="&#xe2;" d="M395 522h-58l-80 96l-80 -96h-58l108 152h60zM346 178v8q-8 17 -35.5 30.5t-58.5 13.5q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5q62 1 99 31.5t37 95.5zM472 68q-2 -31 -21 -54t-51 -26q-24 2 -39 20.5t-15 50.5q-55 -71 -157 -71q-69 0 -107 37.5t-40 106.5 q0 82 55.5 117.5t144.5 35.5q57 0 104 -30v29q-1 63 -34 89.5t-94 26.5q-86 0 -145 -58v74q29 21 71.5 33.5t80.5 12.5q190 0 190 -177v-199v-3q0 -27 23 -32h3q17 0 31 17z" />
+<glyph unicode="&#xe3;" d="M393 636q0 -45 -20.5 -79t-59.5 -35q-24 0 -55 24l-54 38q-6 0 -10.5 -1t-8 -3.5t-6 -4t-4 -6.5t-2.5 -7.5t-1.5 -9t-1 -9t-0.5 -10.5v-11h-49q0 45 20 79.5t59 34.5q31 0 55 -24l55 -38q15 0 23 10.5t9 21t2 30.5h49zM346 178v8q-8 17 -35.5 30.5t-58.5 13.5 q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5q62 1 99 31.5t37 95.5zM472 68q-2 -31 -21 -54t-51 -26q-24 2 -39 20.5t-15 50.5q-55 -71 -157 -71q-69 0 -107 37.5t-40 106.5q0 82 55.5 117.5t144.5 35.5q57 0 104 -30v29q-1 63 -34 89.5t-94 26.5q-86 0 -145 -58v74 q29 21 71.5 33.5t80.5 12.5q190 0 190 -177v-199v-3q0 -27 23 -32h3q17 0 31 17z" />
+<glyph unicode="&#xe4;" d="M340 618q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM174 618q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM346 178v8q-8 17 -35.5 30.5t-58.5 13.5q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5 q62 1 99 31.5t37 95.5zM472 68q-2 -31 -21 -54t-51 -26q-24 2 -39 20.5t-15 50.5q-55 -71 -157 -71q-69 0 -107 37.5t-40 106.5q0 82 55.5 117.5t144.5 35.5q57 0 104 -30v29q-1 63 -34 89.5t-94 26.5q-86 0 -145 -58v74q29 21 71.5 33.5t80.5 12.5q190 0 190 -177v-199v-3 q0 -27 23 -32h3q17 0 31 17z" />
+<glyph unicode="&#xe5;" d="M257 695q-25 0 -43 -18t-18 -44t18 -44t43 -18t43 18t18 44t-18 44t-43 18zM257 746q47 0 79.5 -33t32.5 -79t-32.5 -79t-79.5 -33t-79.5 33t-32.5 79t32.5 79t79.5 33zM346 178v8q-8 17 -35.5 30.5t-58.5 13.5q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5q62 1 99 31.5 t37 95.5zM472 68q-2 -31 -21 -54t-51 -26q-24 2 -39 20.5t-15 50.5q-55 -71 -157 -71q-69 0 -107 37.5t-40 106.5q0 82 55.5 117.5t144.5 35.5q57 0 104 -30v29q-1 63 -34 89.5t-94 26.5q-86 0 -145 -58v74q29 21 71.5 33.5t80.5 12.5q190 0 190 -177v-199v-3q0 -27 23 -32 h3q17 0 31 17z" />
+<glyph unicode="&#xe6;" horiz-adv-x="788" d="M675 287q0 47 -36 79t-93 32q-54 0 -87.5 -31.5t-40.5 -79.5h257zM345 156q-4 19 -6 40q-12 14 -37 24t-50 10q-140 0 -142 -93q0 -43 28 -64.5t72 -21.5q123 2 135 105zM378 80q-27 -35 -84.5 -63.5t-104.5 -28.5q-69 0 -107 37.5t-40 106.5q0 82 55.5 117.5t144.5 35.5 q52 0 98 -27q6 30 6 32q-5 110 -128 110q-86 0 -145 -58v74q29 21 71.5 33.5t80.5 12.5q124 0 167 -74q58 74 154 74q202 -4 202 -229v-7h-333v-8q0 -79 39 -121t110 -42q61 0 102.5 16.5t81.5 51.5v-75q-29 -28 -83.5 -44t-105.5 -16q-49 0 -103 20t-78 72z" />
+<glyph unicode="&#xe7;" horiz-adv-x="442" d="M342 -121q0 -39 -29.5 -59t-74.5 -22q-32 0 -47.5 6.5t-38.5 27.5l28 36q27 -23 55 -23q50 0 50 40q0 13 -22.5 36.5t-22.5 35.5v33q-92 10 -142 73t-52 162q0 109 62 173t171 64q48 0 127 -27v-75q-7 3 -19.5 9.5l-16.5 8.5l-14 6q-10 4 -15.5 5.5t-15 3.5t-19.5 3 t-23 2q-79 0 -120.5 -46.5t-41.5 -126.5q0 -82 40.5 -127t121.5 -46q19 0 31.5 1t25.5 5.5t18.5 7t22.5 11.5l25 13v-74q-71 -25 -114 -27l1 -32q0 -10 24.5 -36t24.5 -42z" />
+<glyph unicode="&#xe8;" horiz-adv-x="496" d="M336 522h-66l-148 152h87zM383 287q0 47 -36 79t-93 32q-54 0 -87.5 -31.5t-40.5 -79.5h257zM456 226h-333v-8q0 -79 39 -121t110 -42q61 0 102.5 16.5t81.5 51.5v-75q-29 -28 -83.5 -44t-105.5 -16q-102 0 -161.5 64.5t-59.5 168.5q0 99 56 170t152 71q202 -4 202 -229 v-7z" />
+<glyph unicode="&#xe9;" horiz-adv-x="496" d="M384 674l-146 -152h-66l124 152h88zM383 287q0 47 -36 79t-93 32q-54 0 -87.5 -31.5t-40.5 -79.5h257zM456 226h-333v-8q0 -79 39 -121t110 -42q61 0 102.5 16.5t81.5 51.5v-75q-29 -28 -83.5 -44t-105.5 -16q-102 0 -161.5 64.5t-59.5 168.5q0 99 56 170t152 71 q202 -4 202 -229v-7z" />
+<glyph unicode="&#xea;" horiz-adv-x="496" d="M389 522h-58l-80 96l-80 -96h-58l108 152h60zM383 287q0 47 -36 79t-93 32q-54 0 -87.5 -31.5t-40.5 -79.5h257zM456 226h-333v-8q0 -79 39 -121t110 -42q61 0 102.5 16.5t81.5 51.5v-75q-29 -28 -83.5 -44t-105.5 -16q-102 0 -161.5 64.5t-59.5 168.5q0 99 56 170 t152 71q202 -4 202 -229v-7z" />
+<glyph unicode="&#xeb;" horiz-adv-x="496" d="M334 618q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM168 618q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM383 287q0 47 -36 79t-93 32q-54 0 -87.5 -31.5t-40.5 -79.5h257zM456 226h-333v-8 q0 -79 39 -121t110 -42q61 0 102.5 16.5t81.5 51.5v-75q-29 -28 -83.5 -44t-105.5 -16q-102 0 -161.5 64.5t-59.5 168.5q0 99 56 170t152 71q202 -4 202 -229v-7z" />
+<glyph unicode="&#xec;" horiz-adv-x="212" d="M213 522h-66l-148 152h87zM143 0h-74v451h74v-451z" />
+<glyph unicode="&#xed;" horiz-adv-x="212" d="M212 674l-146 -152h-66l124 152h88zM143 0h-74v451h74v-451z" />
+<glyph unicode="&#xee;" horiz-adv-x="212" d="M244 522h-58l-80 96l-80 -96h-58l108 152h60zM143 0h-74v451h74v-451z" />
+<glyph unicode="&#xef;" horiz-adv-x="212" d="M188 618q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM24 618q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM143 0h-74v451h74v-451z" />
+<glyph unicode="&#xf0;" horiz-adv-x="520" d="M396 215q0 96 -47 152q-30 8 -78 14q-76 0 -113.5 -43.5t-37.5 -122.5q0 -74 34 -116.5t104 -42.5q69 0 103.5 43t34.5 116zM471 215q0 -103 -56 -165t-157 -62q-99 0 -156.5 63t-57.5 164q0 95 57 160.5t149 65.5q6 0 17.5 -0.5t27.5 -0.5l-63 67l-135 -42l-13 43 l116 37l-79 82h98l54 -59l141 47l14 -44l-124 -40l66 -71q101 -110 101 -245z" />
+<glyph unicode="&#xf1;" horiz-adv-x="521" d="M400 636q0 -45 -20.5 -79t-59.5 -35q-22 0 -56 24l-54 38q-8 0 -13.5 -1.5t-9 -5.5t-5.5 -7t-3 -10t-1.5 -11t-1 -13.5t-0.5 -13.5h-48q0 45 19.5 79.5t58.5 34.5q30 0 56 -24l54 -38q21 0 27.5 16.5t6.5 45.5h50zM458 0h-73v270q0 63 -24.5 94.5t-81.5 31.5 q-60 0 -97.5 -38.5t-38.5 -102.5v-255h-74v452h74v-62q52 72 154 72q82 0 121.5 -52t39.5 -138v-272z" />
+<glyph unicode="&#xf2;" horiz-adv-x="519" d="M365 522h-66l-148 152h87zM397 225q-1 69 -38.5 119t-100.5 51q-67 -1 -102 -48t-35 -119q0 -29 6 -56t20 -54.5t42.5 -44t68.5 -17.5q61 0 99.5 50t39.5 119zM471 225q-1 -100 -58 -168t-155 -69q-95 1 -153.5 71t-59.5 166q1 103 57.5 170t155.5 67q105 0 159 -70 t54 -167z" />
+<glyph unicode="&#xf3;" horiz-adv-x="519" d="M364 674l-146 -152h-66l124 152h88zM397 225q-1 69 -38.5 119t-100.5 51q-67 -1 -102 -48t-35 -119q0 -29 6 -56t20 -54.5t42.5 -44t68.5 -17.5q61 0 99.5 50t39.5 119zM471 225q-1 -100 -58 -168t-155 -69q-95 1 -153.5 71t-59.5 166q1 103 57.5 170t155.5 67 q105 0 159 -70t54 -167z" />
+<glyph unicode="&#xf4;" horiz-adv-x="519" d="M396 522h-58l-80 96l-80 -96h-58l108 152h60zM397 225q-1 69 -38.5 119t-100.5 51q-67 -1 -102 -48t-35 -119q0 -29 6 -56t20 -54.5t42.5 -44t68.5 -17.5q61 0 99.5 50t39.5 119zM471 225q-1 -100 -58 -168t-155 -69q-95 1 -153.5 71t-59.5 166q1 103 57.5 170t155.5 67 q105 0 159 -70t54 -167z" />
+<glyph unicode="&#xf5;" horiz-adv-x="519" d="M394 636q0 -45 -20.5 -79t-59.5 -35q-24 0 -55 24l-54 38q-6 0 -10.5 -1t-8 -3.5t-6 -4t-4 -6.5t-2.5 -7.5t-1.5 -9t-1 -9t-0.5 -10.5v-11h-49q0 45 20 79.5t59 34.5q31 0 55 -24l55 -38q15 0 23 10.5t9 21t2 30.5h49zM397 225q-1 69 -38.5 119t-100.5 51 q-67 -1 -102 -48t-35 -119q0 -29 6 -56t20 -54.5t42.5 -44t68.5 -17.5q61 0 99.5 50t39.5 119zM471 225q-1 -100 -58 -168t-155 -69q-95 1 -153.5 71t-59.5 166q1 103 57.5 170t155.5 67q105 0 159 -70t54 -167z" />
+<glyph unicode="&#xf6;" horiz-adv-x="519" d="M340 618q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM176 618q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM397 225q-1 69 -38.5 119t-100.5 51q-67 -1 -102 -48t-35 -119q0 -29 6 -56t20 -54.5 t42.5 -44t68.5 -17.5q61 0 99.5 50t39.5 119zM471 225q-1 -100 -58 -168t-155 -69q-95 1 -153.5 71t-59.5 166q1 103 57.5 170t155.5 67q105 0 159 -70t54 -167z" />
+<glyph unicode="&#xf7;" horiz-adv-x="471" d="M180 102q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41zM180 400q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41zM449 224h-427v70h427v-70z" />
+<glyph unicode="&#xf8;" horiz-adv-x="537" d="M406 225v6q0 48 -19 83l-205 -228q21 -19 35 -22.5t55 -6.5q62 0 97.5 52t36.5 116zM357 356q-35 38 -85 38h-9q-56 0 -85.5 -32t-48.5 -98q-2 -20 -2 -32q0 -55 20 -104zM502 454l-67 -76q44 -73 44 -152q0 -102 -54 -169.5t-153 -67.5q-69 0 -135 43l-58 -70l-39 35 l63 72q-52 74 -52 156q0 107 59 171t162 64q21 0 35 -1.5t27.5 -6.5t20 -8.5t23 -14t25.5 -15.5l62 74z" />
+<glyph unicode="&#xf9;" horiz-adv-x="524" d="M366 522h-66l-148 152h88zM455 0h-77v59q-26 -31 -67 -51t-84 -20q-81 0 -122 53t-41 137v273h73v-271q0 -126 107 -126q66 0 100 38t34 104v255h77v-451z" />
+<glyph unicode="&#xfa;" horiz-adv-x="524" d="M366 674l-147 -152h-66l125 152h88zM455 0h-77v59q-26 -31 -67 -51t-84 -20q-81 0 -122 53t-41 137v273h73v-271q0 -126 107 -126q66 0 100 38t34 104v255h77v-451z" />
+<glyph unicode="&#xfb;" horiz-adv-x="524" d="M398 522h-58l-80 96l-80 -96h-58l108 152h60zM455 0h-77v59q-26 -31 -67 -51t-84 -20q-81 0 -122 53t-41 137v273h73v-271q0 -126 107 -126q66 0 100 38t34 104v255h77v-451z" />
+<glyph unicode="&#xfc;" horiz-adv-x="524" d="M342 618q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14zM177 618q19 0 32 -14t13 -34t-13 -34t-32 -14t-32 14t-13 34t13 34t32 14zM455 0h-77v59q-26 -31 -67 -51t-84 -20q-81 0 -122 53t-41 137v273h73v-271q0 -126 107 -126q66 0 100 38t34 104v255 h77v-451z" />
+<glyph unicode="&#xfd;" horiz-adv-x="474" d="M378 674l-146 -152h-66l124 152h88zM457 451l-271 -624q-18 -29 -45.5 -48t-55.5 -20l-25 51q17 0 41.5 16.5t33.5 38.5l77 182l-197 404h71l163 -330l139 330h69z" />
+<glyph unicode="&#xfe;" horiz-adv-x="557" d="M144 380v-311q42 -17 99 -17q89 1 133.5 46t44.5 127q0 81 -45.5 127t-132.5 46q-58 -3 -99 -18zM69 692h75v-243q50 13 101 13q118 0 184.5 -64t66.5 -173q-2 -108 -66 -172.5t-179 -64.5q-59 0 -109 11v-240h-73v933z" />
+<glyph unicode="&#xff;" horiz-adv-x="474" d="M318 618q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM154 618q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM457 451l-271 -624q-18 -29 -45.5 -48t-55.5 -20l-25 51q17 0 41.5 16.5t33.5 38.5 l77 182l-197 404h71l163 -330l139 330h69z" />
+<glyph unicode="&#x152;" horiz-adv-x="957" d="M497 72v548h-68q-157 0 -235.5 -65.5t-79.5 -208.5q0 -142 79 -208t236 -66h68zM935 0h-495q-193 0 -296.5 85.5t-104.5 260.5q0 175 105 260.5t296 85.5h484v-72h-353v-216h338v-72h-338v-260h364v-72z" />
+<glyph unicode="&#x153;" horiz-adv-x="846" d="M806 226h-333v-8q0 -79 39 -121t110 -42q61 0 102.5 16.5t81.5 51.5v-75q-29 -28 -83.5 -44t-105.5 -16q-125 0 -185 95q-58 -94 -174 -95q-95 1 -153.5 71t-59.5 166q1 103 57.5 170t155.5 67q118 0 177 -95q58 95 169 95q202 -4 202 -229v-7zM733 287q0 47 -36 79 t-93 32q-54 0 -87.5 -31.5t-40.5 -79.5h257zM396 209v12v17q-4 65 -41 110.5t-97 46.5q-67 -1 -102 -48t-35 -119q0 -29 6 -56t20 -54.5t42.5 -44t68.5 -17.5q57 0 95 44.5t43 108.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="579" d="M372 860q19 0 32.5 -14t13.5 -34t-13.5 -34t-32.5 -14q-18 0 -31 14t-13 34t13 34t31 14zM208 860q18 0 31 -14t13 -34t-13 -34t-31 -14q-19 0 -32.5 14t-13.5 34t13.5 34t32.5 14zM580 692l-253 -362v-330h-75v330l-252 362h90l200 -291l200 291h90z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="345" d="M310 508h-58l-80 96l-80 -96h-58l108 152h60z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="378" d="M319 640q0 -45 -20.5 -79t-59.5 -35q-24 0 -55 24l-54 38q-6 0 -10.5 -1t-8 -3.5t-6 -4t-4 -6.5t-2.5 -7.5t-1.5 -9t-1 -9t-0.5 -10.5v-11h-49q0 45 20 79.5t59 34.5q31 0 55 -24l55 -38q15 0 23 10.5t9 21t2 30.5h49z" />
+<glyph unicode="&#x2000;" horiz-adv-x="466" />
+<glyph unicode="&#x2001;" horiz-adv-x="933" />
+<glyph unicode="&#x2002;" horiz-adv-x="466" />
+<glyph unicode="&#x2003;" horiz-adv-x="933" />
+<glyph unicode="&#x2004;" horiz-adv-x="311" />
+<glyph unicode="&#x2005;" horiz-adv-x="233" />
+<glyph unicode="&#x2006;" horiz-adv-x="155" />
+<glyph unicode="&#x2007;" horiz-adv-x="155" />
+<glyph unicode="&#x2008;" horiz-adv-x="116" />
+<glyph unicode="&#x2009;" horiz-adv-x="186" />
+<glyph unicode="&#x200a;" horiz-adv-x="51" />
+<glyph unicode="&#x2010;" horiz-adv-x="366" d="M297 193h-228v66h228v-66z" />
+<glyph unicode="&#x2011;" horiz-adv-x="366" d="M297 193h-228v66h228v-66z" />
+<glyph unicode="&#x2013;" d="M69 193v66h362v-66h-362z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M69 193v66h862v-66h-862z" />
+<glyph unicode="&#x2018;" horiz-adv-x="220" d="M53 498v70q1 38 45.5 82.5t83.5 45.5q-21 -13 -33.5 -38.5t-12.5 -52.5q0 -21 7 -38v-69h-90z" />
+<glyph unicode="&#x2019;" horiz-adv-x="220" d="M165 692v-70q-1 -38 -45.5 -82.5t-83.5 -45.5q21 13 33.5 38.5t12.5 52.5q0 21 -7 38v69h90z" />
+<glyph unicode="&#x201a;" horiz-adv-x="220" d="M164 89v-70q-1 -38 -45.5 -82.5t-83.5 -45.5q21 13 33.5 38.5t12.5 52.5q0 21 -7 38v69h90z" />
+<glyph unicode="&#x201c;" horiz-adv-x="387" d="M220 498v70q1 38 45.5 82.5t83.5 45.5q-21 -13 -33.5 -38.5t-12.5 -52.5q0 -21 7 -38v-69h-90zM53 498v70q1 38 45.5 82.5t83.5 45.5q-21 -13 -33.5 -38.5t-12.5 -52.5q0 -21 7 -38v-69h-90z" />
+<glyph unicode="&#x201d;" horiz-adv-x="388" d="M333 692v-70q-1 -38 -45.5 -82.5t-83.5 -45.5q21 13 33.5 38.5t12.5 52.5q0 21 -7 38v69h90zM165 692v-70q-1 -38 -45.5 -82.5t-83.5 -45.5q21 13 33.5 38.5t12.5 52.5q0 21 -7 38v69h90z" />
+<glyph unicode="&#x201e;" horiz-adv-x="388" d="M332 89v-70q-1 -38 -45.5 -82.5t-83.5 -45.5q21 13 33.5 38.5t12.5 52.5q0 21 -7 38v69h90zM164 89v-70q-1 -38 -45.5 -82.5t-83.5 -45.5q21 13 33.5 38.5t12.5 52.5q0 21 -7 38v69h90z" />
+<glyph unicode="&#x2022;" horiz-adv-x="334" d="M164 450q49 0 83 -35t34 -85t-34 -85t-83 -35t-83 35t-34 85t34 85t83 35z" />
+<glyph unicode="&#x2026;" horiz-adv-x="699" d="M521 45q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41zM288 45q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41zM55 45q0 24 17 41t42 17t42 -17t17 -41t-17 -41t-42 -17t-42 17t-17 41z" />
+<glyph unicode="&#x202f;" horiz-adv-x="186" />
+<glyph unicode="&#x2039;" horiz-adv-x="279" d="M225 57l-200 168v32l200 169v-80l-132 -104l132 -105v-80z" />
+<glyph unicode="&#x203a;" horiz-adv-x="276" d="M251 225l-199 -168v80l130 105l-130 104v80l199 -169v-32z" />
+<glyph unicode="&#x205f;" horiz-adv-x="233" />
+<glyph unicode="&#x20ac;" horiz-adv-x="546" d="M511 51q-73 -65 -155 -65q-107 0 -169.5 70t-81.5 187h-90l22 50h65v104h-87l22 50h68q18 113 82.5 185t168.5 72q40 0 82.5 -18.5t72.5 -45.5v-93q-37 48 -69.5 70t-82.5 22q-79 0 -122 -52t-56 -140h260l-30 -50h-239v-104h196l-21 -50h-166q26 -191 178 -191 q51 0 83 21t69 69v-91z" />
+<glyph unicode="&#x2122;" horiz-adv-x="639" d="M242 562h-84v-193h-45v193h-83v39h212v-39zM570 369h-46v182l-82 -111h-19l-85 112v-183h-48v232h69l74 -100l69 100h68v-232z" />
+</font>
+</defs></svg> 
\ No newline at end of file
Binary file fonts/gilliusadfno2-regular-webfont.ttf has changed
Binary file fonts/gilliusadfno2-regular-webfont.woff has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/html-elements.css	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,286 @@
+/* $Id: html-elements.css,v 1.1.2.2 2009/02/13 19:42:10 johnalbin Exp $ */
+
+/****
+ **** HTML ELEMENT STYLING
+ ****/
+
+@import url('fonts.css');
+
+/** fonts **/
+  /*
+   * Our font size and line height declarations are based on the following ALA
+   * article:
+   *   http://www.alistapart.com/articles/howtosizetextincss
+   *
+   * All modern browsrs use a 16px default font size. Specifying the font-size
+   * and line-height in ems (relative to the 16px default font) allows the user
+   * to resize the font in the browser and produces the most consistent results
+   * across different browsers.
+   */
+  body
+  {
+    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
+  }
+
+  a:link,
+  a:visited
+  {
+    color: #be5700; 
+    text-decoration: none;
+  }
+
+  a:hover
+  {
+    text-decoration: underline;
+  }
+
+  #page
+  {
+    /*
+     * To use a 12px font size on the page, delete the 14px declarations.
+     * to use a 14px font size on the page, delete the 12px declarations.
+     */
+/*
+	font-size: 0.8em;
+	line-height: 1.5em;
+*/
+    /* Use a 12px base font size with a 16px line height */
+/*    font-size: 0.75em; */ /* 16px x .75 = 12px */
+/*    line-height: 1.333em;*/ /* 12px x 1.333 = 16px */
+
+    /* Use a 14px base font size with a 18px line height */
+/*    font-size: 0.875em;*/ /* 16px x .875 = 14px */
+/*    line-height: 1.286em;*/ /* 14px x 1.286 = 18px */
+
+      font-size: 0.94em;
+      line-height: 1.3em;
+  }
+
+  body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6
+  {
+    font-family: GilliusADFNo2, Candara, Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; 
+    background: #fdfaf0;
+    color: #3e442c;
+  }
+
+  pre, code
+  {
+    font-size: 1.1em; /* Monospace fonts can be hard to read */
+    font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", monospace;
+  }
+
+/** headings **/
+
+  h1
+  {
+    line-height: 1.3em;
+    margin-top: 0;
+    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
+                             Remember, a margin specified in ems is relative to
+                             the element's font-size, not to the pages' base
+                             font size. So, for example, if we want a 1em margin
+                             (relative to the base font), we have to divide that
+                             length by the element's font-size:
+                             1em / 2em = 0.5em */
+    font-weight: bold;
+    font-size: 1.8em;
+  }
+
+  h2
+  {
+    font-size: 1.6em;
+    line-height: 1.3em;
+    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
+    margin-bottom: 0.667em;
+    font-weight: normal;
+  }
+
+  .block-views h2
+  {
+      font-size: 1.2em;
+      padding-top: 2em;
+      padding-bottom: 0.4em;
+  }
+
+  .views-field-teaser p
+  {
+      /* Avoid blank line between title and teaser text for recent notes and upcoming events */
+      margin-top: 0em;
+  }
+
+  h3
+  {
+    font-size: 1.3em;
+    line-height: 1.3em;
+    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
+    margin-bottom: 0.769em;
+    font-weight: normal;
+  }
+
+  h4, h5, h6
+  {
+    font-size: 1.1em;
+    line-height: 1.3em;
+    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
+    margin-bottom: 0.909em;
+    font-weight: normal;
+  }
+
+/** block-level elements **/
+  p, ul, ol, dl, pre, table, fieldset, blockquote
+  {
+    margin: 1em 0;
+  }
+
+/** lists **/
+  /* standardize list item indentation */
+  ul, ol
+  {
+    margin-left: 0;
+    padding-left: 2em;
+  }
+
+  .block ul, /* Drupal overrides */
+  .item-list ul
+  {
+    margin: 1em 0;
+    padding: 0 0 0 2em;
+  }
+
+  ul ul, ul ol,
+  ol ol, ol ul,
+  .block ul ul, .block ul ol,
+  .block ol ol, .block ol ul,
+  .item-list ul ul, .item-list ul ol,
+  .item-list ol ol, .item-list ol ul
+  {
+    margin: 0;
+  }
+
+  li
+  {
+    margin: 0;
+    padding: 0;
+  }
+
+  .item-list ul li /* Drupal override */
+  {
+    margin: 0;
+    padding: 0;
+    list-style: inherit;
+  }
+
+  ul.menu li, /* Drupal override */
+  li.expanded,
+  li.collapsed,
+  li.leaf
+  {
+    margin: 0;
+    padding: 0;
+  }
+
+  ul          { list-style-type: disc; }
+  ul ul       { list-style-type: circle; }
+  ul ul ul    { list-style-type: square; }
+  ul ul ul ul { list-style-type: circle; }
+  ol          { list-style-type: decimal; }
+  ol ol       { list-style-type: lower-alpha; }
+  ol ol ol    { list-style-type: decimal; }
+
+  dt
+  {
+    margin: 0;
+    padding: 0;
+  }
+
+  dd
+  {
+    margin: 0 0 0 2em;
+    padding: 0;
+  }
+
+/** links **/
+  /* The order of link states are based on Eric Meyer's article:
+   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
+   */
+  a:link
+  {
+  }
+
+  a:visited
+  {
+  }
+
+  a:hover,
+  a:focus
+  {
+  }
+
+  a:active
+  {
+  }
+
+/** tables **/
+  /* Override Drupal default CSS */
+  table
+  {
+    border-collapse: collapse;
+    /* width: 100%; */ /* Prevent cramped-looking tables */
+  }
+
+  th,
+  thead th,
+  tbody th
+  {
+    text-align: left;
+    padding-right: 0;
+    border-bottom: none;
+  }
+
+  tbody
+  {
+    border-top: none;
+  }
+
+/** abbreviations **/
+  abbr
+  {
+    border-bottom: 1px dotted #666;
+    cursor: help;
+    white-space: nowrap;
+  }
+
+  /* Date-based "abbreviations" show computer-friendly timestamps which are not
+     human-friendly. */
+  abbr.created
+  {
+    border: none;
+    cursor: auto;
+    white-space: normal;
+  }
+
+/** images **/
+  img
+  {
+    border: 0;
+  }
+
+/** horizontal rules **/
+  hr
+  {
+    height: 1px;
+    border: 1px solid #666;
+  }
+
+/** forms **/
+  form
+  {
+    margin: 0;
+    padding: 0;
+  }
+
+  fieldset
+  {
+    margin: 1em 0;
+    padding: 0.5em;
+  }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/layout.css	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,297 @@
+/* $Id: layout-liquid.css,v 1.5.2.4 2009/02/13 19:30:50 johnalbin Exp $ */
+
+/*
+ * LAYOUT STYLES
+ *
+ * Define CSS classes to create a table-free, 3-column, 2-column, or single
+ * column layout depending on whether blocks are enabled in the left or right
+ * columns.
+ *
+ * This layout is based on the Zen Columns layout method.
+ *   http://drupal.org/node/201428
+ *
+ * Only CSS that affects the layout (positioning) of major elements should be
+ * listed here.  Such as:
+ *   display, position, float, clear, width, height, min-width, min-height
+ *   margin, border, padding, overflow
+ */
+
+
+/** body **/
+  body
+  {
+  }
+
+  #page,
+  #closure-blocks
+  {
+    min-width: 600px; /* Don't allow the browser to make the site unreadable. */
+  }
+
+  #page-inner
+  {
+  }
+
+  #navigation-top,
+  #navigation
+  {
+    position: absolute; /* Take the named anchors out of the doc flow    */
+    left: -10000px;     /* and prevent any anchor styles from appearing. */
+  }
+
+  #skip-to-nav
+  {
+    float: right;
+    margin: 0 !important;
+    font-size: 0.8em;
+  }
+
+  #skip-to-nav a:link, #skip-to-nav a:visited
+  {
+    color: #fff; /* Same as background color of page */
+  }
+
+  #skip-to-nav a:hover
+  {
+    color: #000;
+    text-decoration: none;
+  }
+
+  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
+     to the link. Un-comment the following CSS to use this technique. */
+  /*
+  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
+  {
+    position: absolute;
+    left: 0;
+    top: -500px;
+    width: 1px;
+    height: 1px;
+    overflow: hidden;
+  }
+
+  #skip-to-nav a:active, #skip-to-nav a:focus
+  {
+    position: static;
+    width: auto;
+    height: auto;
+  }
+  */
+
+/** header **/
+  #header
+  {
+  }
+
+  #header-inner
+  {
+  }
+
+  #logo-title
+  {
+  }
+
+  #logo
+  {
+    float: left;
+  }
+
+  #site-name
+  {
+  }
+
+  #site-slogan
+  {
+  }
+
+  #header-blocks
+  {
+    clear: both; /* Clear the logo */
+  }
+
+/** main (container for everything else) **/
+  #main
+  {
+    position: relative;
+  }
+
+  #main-inner
+  {
+  }
+
+/** content **/
+  #content
+  {
+    float: left;
+    width: 100%;
+    margin-left: 0;
+    margin-right: -100%; /* Negative value of #content's width + left margin. */
+    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
+  }
+
+  #content-inner,
+  .no-sidebars #content-inner
+  {
+    margin: 0;
+    padding: 0;
+  }
+
+  .sidebar-left #content-inner
+  {
+    padding-left: 20%; /* The width + left margin of #sidebar-left. */
+    padding-right: 0;
+  }
+
+  .sidebar-right #content-inner
+  {
+    padding-left: 0;
+    padding-right: 20%; /* The width + right margin of #sidebar-right. */
+  }
+
+  .two-sidebars #content-inner
+  {
+    padding-left: 20%; /* The width + left margin of #sidebar-left. */
+    padding-right: 20%; /* The width + right margin of #sidebar-right. */
+  }
+
+/** navbar **/
+  #navbar
+  {
+    float: left;
+    width: 100%;
+    margin-left: 0;
+    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
+    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
+    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
+                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
+                      Set this to the same value as the margin-top below. */
+  }
+
+  .with-navbar #content,
+  .with-navbar #sidebar-left,
+  .with-navbar #sidebar-right
+  {
+    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
+  }
+
+  #navbar-inner
+  {
+  }
+
+  #search-box
+  {
+    width: 20%;
+    margin-right: -20%; /* Negative value of #search-box's width. */
+    float: left;
+  }
+
+  #primary
+  {
+    margin-left: 20%;
+  }
+
+  #secondary
+  {
+    margin-left: 20%; /* Width of search-box */
+  }
+
+  #navbar ul /* Primary and secondary links */
+  {
+    margin: 0;
+    padding: 0;
+    text-align: left;
+  }
+
+  #navbar li /* A simple method to get navbar links to appear in one line. */
+  {
+    float: left;
+    padding: 0 10px 0 0;
+  }
+
+  /* There are many methods to get navbar links to appear in one line.
+   * Here's an alternate method: */
+  /*
+  #navbar li
+  {
+    display: inline;
+    padding: 0 10px 0 0;
+  }
+  */
+
+/** sidebar-left **/
+  #sidebar-left
+  {
+    float: left;
+    width: 18%;
+    margin-left: 1%;
+    margin-right: -20%; /* Negative value of #sidebar-left's width + left margin. */
+    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
+  }
+
+  #sidebar-left-inner
+  {
+    margin: 0 20px 0 0;
+    padding: 0;
+  }
+
+/** sidebar-right **/
+  #sidebar-right
+  {
+    float: right;
+    width: 18%;
+    margin-left: -20%; /* Negative value of #sidebar-right's width + right margin. */
+    margin-right: 1%;
+    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
+  }
+
+  #sidebar-right-inner
+  {
+    margin: 0 0 0 25px;
+    padding: 0;
+  }
+
+/** footer **/
+  #footer
+  {
+  }
+
+  #footer-inner
+  {
+  }
+
+/** closure **/
+  #closure-blocks /* See also the #page declaration above that this div shares. */
+  {
+  }
+
+/** Prevent overflowing content **/
+  #header,
+  #content,
+  #navbar,
+  #sidebar-left,
+  #sidebar-right,
+  #footer,
+  #closure-blocks
+  {
+    overflow: visible;
+    word-wrap: break-word; /* A very nice CSS3 property */
+  }
+
+  #navbar
+  {
+    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
+  }
+
+  /* If a div.clear-block doesn't have any content after it and its bottom edge
+     touches the bottom of the viewport, Firefox and Safari will mistakenly
+     place several pixels worth of space between the bottom of the div and the
+     bottom of the viewport. Uncomment this CSS property to fix this.
+     Note: with some over-large content, this property might cause scrollbars
+     to appear on the #page div.
+  */
+  /*
+  #page
+  {
+    overflow-y: hidden;
+  }
+  */
Binary file old/blocks16t.png has changed
Binary file old/blocks32t.png has changed
Binary file old/favicon.ico.old has changed
Binary file old/logo.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/page.tpl.php	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,249 @@
+<?php
+// $Id: page.tpl.php,v 1.14.2.10 2009/11/05 14:26:26 johnalbin Exp $
+
+/**
+ * @file page.tpl.php
+ *
+ * Theme implementation to display a single Drupal page.
+ *
+ * Available variables:
+ *
+ * General utility variables:
+ * - $base_path: The base URL path of the Drupal installation. At the very
+ *   least, this will always default to /.
+ * - $css: An array of CSS files for the current page.
+ * - $directory: The directory the theme is located in, e.g. themes/garland or
+ *   themes/garland/minelli.
+ * - $is_front: TRUE if the current page is the front page. Used to toggle the mission statement.
+ * - $logged_in: TRUE if the user is registered and signed in.
+ * - $is_admin: TRUE if the user has permission to access administration pages.
+ *
+ * Page metadata:
+ * - $language: (object) The language the site is being displayed in.
+ *   $language->language contains its textual representation.
+ *   $language->dir contains the language direction. It will either be 'ltr' or 'rtl'.
+ * - $head_title: A modified version of the page title, for use in the TITLE tag.
+ * - $head: Markup for the HEAD section (including meta tags, keyword tags, and
+ *   so on).
+ * - $styles: Style tags necessary to import all CSS files for the page.
+ * - $scripts: Script tags necessary to load the JavaScript files and settings
+ *   for the page.
+ * - $body_classes: A set of CSS classes for the BODY tag. This contains flags
+ *   indicating the current layout (multiple columns, single column), the current
+ *   path, whether the user is logged in, and so on.
+ * - $body_classes_array: An array of the body classes. This is easier to
+ *   manipulate then the string in $body_classes.
+ * - $node: Full node object. Contains data that may not be safe. This is only
+ *   available if the current page is on the node's primary url.
+ *
+ * Site identity:
+ * - $front_page: The URL of the front page. Use this instead of $base_path,
+ *   when linking to the front page. This includes the language domain or prefix.
+ * - $logo: The path to the logo image, as defined in theme configuration.
+ * - $site_name: The name of the site, empty when display has been disabled
+ *   in theme settings.
+ * - $site_slogan: The slogan of the site, empty when display has been disabled
+ *   in theme settings.
+ * - $mission: The text of the site mission, empty when display has been disabled
+ *   in theme settings.
+ *
+ * Navigation:
+ * - $search_box: HTML to display the search box, empty if search has been disabled.
+ * - $primary_links (array): An array containing primary navigation links for the
+ *   site, if they have been configured.
+ * - $secondary_links (array): An array containing secondary navigation links for
+ *   the site, if they have been configured.
+ *
+ * Page content (in order of occurrance in the default page.tpl.php):
+ * - $left: The HTML for the left sidebar.
+ *
+ * - $breadcrumb: The breadcrumb trail for the current page.
+ * - $title: The page title, for use in the actual HTML content.
+ * - $help: Dynamic help text, mostly for admin pages.
+ * - $messages: HTML for status and error messages. Should be displayed prominently.
+ * - $tabs: Tabs linking to any sub-pages beneath the current page (e.g., the view
+ *   and edit tabs when displaying a node).
+ *
+ * - $content: The main content of the current Drupal page.
+ *
+ * - $right: The HTML for the right sidebar.
+ *
+ * Footer/closing data:
+ * - $feed_icons: A string of all feed icons for the current page.
+ * - $footer_message: The footer message as defined in the admin settings.
+ * - $footer : The footer region.
+ * - $closure: Final closing markup from any modules that have altered the page.
+ *   This variable should always be output last, after all other dynamic content.
+ *
+ * @see template_preprocess()
+ * @see template_preprocess_page()
+ */
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">
+
+<head>
+  <title><?php print $head_title; ?></title>
+  <?php print $head; ?>
+  <?php print $styles; ?>
+  <?php print $scripts; ?>
+  <link rel="alternate" type="application/rss+xml" title="Subscribe" href="/rss.xml" />
+  <meta name="google-site-verification" content="gKmyKIK_OFaFd5f07E7wIMUM59VMmUIZc7xa3qKgFEo" />
+</head>
+<body class="<?php print $body_classes; ?>">
+
+  <div id="page"><div id="page-inner">
+
+    <a name="navigation-top" id="navigation-top"></a>
+    <?php if ($primary_links || $secondary_links || $navbar): ?>
+      <div id="skip-to-nav"><a href="#navigation"><?php print t('Skip to Navigation'); ?></a></div>
+    <?php endif; ?>
+
+    <div id="header"><div id="header-inner" class="clear-block">
+
+      <?php if ($logo || $site_name || $site_slogan): ?>
+        <div id="logo-title">
+
+          <?php if ($logo): ?>
+            <div id="logo"><a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo-image" /></a></div>
+          <?php endif; ?>
+
+          <?php if ($site_name): ?>
+            <?php if ($title): ?>
+              <div id="site-name"><strong>
+                <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home">
+                <?php print $site_name; ?>
+                </a>
+              </strong></div>
+            <?php else: ?>
+              <h1 id="site-name">
+                <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home">
+                <?php print $site_name; ?>
+                </a>
+              </h1>
+            <?php endif; ?>
+          <?php endif; ?>
+
+          <?php if ($site_slogan): ?>
+            <div id="site-slogan"><?php print $site_slogan; ?></div>
+          <?php endif; ?>
+
+        </div> <!-- /#logo-title -->
+      <?php endif; ?>
+
+      <?php if ($header): ?>
+        <div id="header-blocks" class="region region-header">
+          <?php print $header; ?>
+        </div> <!-- /#header-blocks -->
+      <?php endif; ?>
+
+    </div></div> <!-- /#header-inner, /#header -->
+
+    <div id="main"><div id="main-inner" class="clear-block<?php if ($search_box || $primary_links || $secondary_links || $navbar) { print ' with-navbar'; } ?>">
+
+      <div id="content"><div id="content-inner">
+
+        <?php if ($mission): ?>
+          <div id="mission"><?php print $mission; ?></div>
+        <?php endif; ?>
+
+        <?php if ($content_top): ?>
+          <div id="content-top" class="region region-content_top">
+            <?php print $content_top; ?>
+          </div> <!-- /#content-top -->
+        <?php endif; ?>
+
+        <?php if ($breadcrumb || $title || $tabs || $help || $messages): ?>
+          <div id="content-header">
+            <?php print $breadcrumb; ?>
+            <?php if ($title): ?>
+              <h1 class="title"><?php print $title; ?></h1>
+            <?php endif; ?>
+            <?php print $messages; ?>
+            <?php if ($tabs): ?>
+              <div class="tabs"><?php print $tabs; ?></div>
+            <?php endif; ?>
+            <?php print $help; ?>
+          </div> <!-- /#content-header -->
+        <?php endif; ?>
+
+        <div id="content-area">
+          <?php print $content; ?>
+        </div>
+
+        <?php if ($feed_icons): ?>
+          <div class="feed-icons"><?php print $feed_icons; ?></div>
+        <?php endif; ?>
+
+        <?php if ($content_bottom): ?>
+          <div id="content-bottom" class="region region-content_bottom">
+            <?php print $content_bottom; ?>
+          </div> <!-- /#content-bottom -->
+        <?php endif; ?>
+
+      </div></div> <!-- /#content-inner, /#content -->
+
+      <?php if ($search_box || $primary_links || $secondary_links || $navbar): ?>
+        <div id="navbar"><div id="navbar-inner" class="clear-block region region-navbar">
+
+          <a name="navigation" id="navigation"></a>
+
+          <?php if ($search_box): ?>
+            <div id="search-box">
+              <?php print $search_box; ?>
+            </div> <!-- /#search-box -->
+          <?php endif; ?>
+
+          <?php if ($primary_links): ?>
+            <div id="primary" class="clear-block">
+              <?php print theme('links', $primary_links); ?>
+            </div> <!-- /#primary -->
+          <?php endif; ?>
+
+          <?php if ($secondary_links): ?>
+            <div id="secondary" class="clear-block">
+              <?php print theme('links', $secondary_links); ?>
+            </div> <!-- /#secondary -->
+          <?php endif; ?>
+
+          <?php print $navbar; ?>
+
+        </div></div> <!-- /#navbar-inner, /#navbar -->
+      <?php endif; ?>
+
+      <?php if ($left): ?>
+        <div id="sidebar-left"><div id="sidebar-left-inner" class="region region-left">
+          <?php print $left; ?>
+        </div></div> <!-- /#sidebar-left-inner, /#sidebar-left -->
+      <?php endif; ?>
+
+      <?php if ($right): ?>
+        <div id="sidebar-right"><div id="sidebar-right-inner" class="region region-right">
+          <?php print $right; ?>
+        </div></div> <!-- /#sidebar-right-inner, /#sidebar-right -->
+      <?php endif; ?>
+
+    </div></div> <!-- /#main-inner, /#main -->
+
+    <?php if ($footer || $footer_message): ?>
+      <div id="footer"><div id="footer-inner" class="region region-footer">
+
+        <?php if ($footer_message): ?>
+          <div id="footer-message"><?php print $footer_message; ?></div>
+        <?php endif; ?>
+
+        <?php print $footer; ?>
+
+      </div></div> <!-- /#footer-inner, /#footer -->
+    <?php endif; ?>
+
+  </div></div> <!-- /#page-inner, /#page -->
+
+  <?php if ($closure_region): ?>
+    <div id="closure-blocks" class="region region-closure"><?php print $closure_region; ?></div>
+  <?php endif; ?>
+
+  <?php print $closure; ?>
+
+</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/print.css	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,59 @@
+/* $Id: print.css,v 1.1.2.1 2009/02/13 06:40:02 johnalbin Exp $ */
+
+/* underline all links */
+  a:link, a:visited
+  {
+    text-decoration: underline !important;
+  }
+
+  /* Don't underline header */
+  #site-name a:link,
+  #site-name a:visited
+  {
+    text-decoration: none !important;
+  }
+
+/* CSS2 selector to add visible href after links */
+  #content a:link:after,
+  #content a:visited:after
+  {
+    content: " (" attr(href) ") ";
+    font-size: 0.8em;
+    font-weight: normal;
+  }
+
+/* Un-float the content */
+  #content,
+  #content-inner
+  {
+    float: none;
+    width: 100%;
+    margin: 0 !important;
+    padding: 0 !important;
+  }
+
+/* Turn off any background colors or images */
+  body,
+  #page, #page-inner,
+  #main, #main-inner,
+  #content, #content-inner
+  {
+    color: #000;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+/* Hide sidebars and nav elements */
+  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
+  .breadcrumb, div.tabs, .links, .taxonomy,
+  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
+  {
+    visibility: hidden;
+    display: none;
+  }
+
+/* Otherwise, Firefox clips the content after the first page. */
+  #page
+  {
+    overflow-y: visible;
+  }
Binary file screenshot.png has changed
Binary file socialnet_icons/linkedin_16.png has changed
Binary file socialnet_icons/linkedin_32.png has changed
Binary file socialnet_icons/rss_16.png has changed
Binary file socialnet_icons/rss_32.png has changed
Binary file socialnet_icons/twitter_16.png has changed
Binary file socialnet_icons/twitter_32.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/soundsoftware.css	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,881 @@
+/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */
+
+/*
+ * ZEN STYLES
+ *
+ * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
+ * file, but instead copy this CSS to their own stylesheets.
+ *
+ * In this stylesheet, we have included all of the classes and IDs from this
+ * theme's tpl.php files. We have also included many of the useful Drupal core
+ * styles to make it easier for theme developers to see them.
+ *
+ * Many of these styles are over-riding Drupal's core stylesheets, so if you
+ * remove a declaration from here, the styles may still not be what you want
+ * since Drupal's core stylesheets are still styling the element. See the
+ * drupal6-reference.css file for a list of all Drupal 5.x core styles.
+ *
+ * In addition to the style declarations in this file, other Drupal styles that
+ * you might want to override or augment are those for:
+ *
+ *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
+ *   Forum            See line 197 of Zen's drupal6-reference.css file
+ *   Menus            See line 667 of Zen's drupal6-reference.css file
+ *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
+ *   Polls            See line 287 of Zen's drupal6-reference.css file
+ *   Search           See line 320 of Zen's drupal6-reference.css file
+ *   User Profiles    See line 945 of Zen's drupal6-reference.css file
+ */
+
+/** body **/
+  body
+  {
+    margin: 0;
+    padding: 10px;
+  }
+
+  #page
+  {
+  }
+
+  #page-inner
+  {
+  }
+
+/** header **/
+  #header
+  {
+  }
+
+  #header-inner
+  {
+  }
+
+  #logo-title /* Wrapper for logo, website name, and slogan */
+  {
+     border-bottom: 2px solid #a9b680;
+     margin: 0;
+     margin-bottom: 0.8em;
+     margin-left: -82px;
+     padding: 0;
+  }
+
+  #logo /* Wrapper for logo */
+  {
+/*    margin: 0 10px 0 0; */
+    padding: 0;
+    font-size: 2.2em;
+    padding-top: 0.5em;
+    margin-left: 20%;
+    display: none;
+  }
+
+  #logo-image /* The actual logo image */
+  {
+    display: none;
+  }
+
+  h1#site-name, div#site-name /* The name of the website */
+  {
+    margin: 0;
+    line-height: 1.3em;
+    color: #000;
+/*    text-shadow: #ccc 1px 1px; */
+/*    text-align: center; */
+    width: 447px;
+    height: 59px;
+    background: url('soundsoftware_ac_uk_subtitle_flat.png') no-repeat 0 0;
+    text-indent: -9999px;
+     padding: 0;
+     padding-bottom: 0.1em;
+    margin-top: 0.4em;
+    font-weight: normal;
+    margin-left: 20%;
+    overflow: hidden;
+  }
+
+  #site-name
+  {
+     padding: 0;
+    line-height: 1.3em;
+    margin-top: 0;
+    margin-bottom: 0.2em;
+    font-weight: normal;
+    font-size: 3em;
+  }
+
+  #site-name strong
+  {
+    font-weight: normal;
+  }
+
+  #site-name a:link,
+  #site-name a:visited
+  {
+    color: #000; 
+    text-decoration: none;
+  }
+
+  #site-name a:hover
+  {
+    text-decoration: underline;
+  }
+
+  #site-slogan /* The slogan (or tagline) of a website */
+  {
+    margin-left: 20%;
+    font-size: 1.5em;
+    margin-bottom: 1em;
+    display: none;
+  }
+
+  #header-blocks /* Wrapper for any blocks placed in the header region */
+  {
+  }
+
+/** main (container for everything else) **/
+  #main
+  {
+  }
+
+  #main-inner
+  {
+  }
+
+/** content **/
+  #content
+  {
+  }
+
+  #content-inner
+  {
+  }
+
+  .no-sidebars #content-inner
+  {
+    margin-left: 20%;
+    margin-right: 20%;
+    padding: 0;
+  }
+
+  #mission /* The mission statement of the site (displayed on homepage) */
+  {
+  }
+
+  #content-top /* Wrapper for any blocks placed in the "content top" region */
+  {
+  }
+
+  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
+  {
+  }
+
+  .breadcrumb /* The path to the current page in the form of a list of links */
+  {
+    padding-bottom: 1em;
+  }
+
+  h1.title, /* The title of the page */
+  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
+  h3.title /* Comment title */
+  {
+    margin: 0;
+  }
+
+  div.messages /* Important messages (status, warning, and error) for the user */
+  {
+  }
+
+  div.status /* Normal priority messages */
+  {
+  }
+
+  div.warning, tr.warning /* Medium priority messages */
+  {
+    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
+  }
+
+  div.error, tr.error /* High priority messages. See also the .error declaration below. */
+  {
+  }
+
+  div.tabs /* See also the tabs.css file. */
+  {
+  }
+
+  .help /* Help text on a page */
+  {
+    margin: 1em 0;
+  }
+
+  .more-help-link /* Link to more help */
+  {
+    font-size: 0.85em;
+    text-align: right;
+  }
+
+  #content-area /* Wrapper for the actual page content */
+  {
+  }
+
+  ul.links /* List of links */
+  {
+/*    margin: 1em 0; */
+    margin: 0;
+    padding: 0;
+  }
+
+  ul.links.inline
+  {
+    margin: 0;
+    display: inline;
+  }
+
+  ul.links li
+  {
+    display: inline;
+    list-style-type: none;
+    padding: 0 ;
+  }
+
+  .pager /* A list of page numbers when more than 1 page of content is available */
+  {
+    clear: both;
+    margin: 1em 0;
+    text-align: center;
+  }
+
+  .pager a, .pager strong.pager-current
+  {
+    padding: 0.5em;
+  }
+
+  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
+  {
+    margin: 1em 0;
+  }
+
+  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
+  {
+  }
+
+/** navbar **/
+  #navbar
+  {
+  }
+
+  #navbar-inner
+  {
+  }
+
+  #search-box /* Wrapper for the search form */
+  {
+  }
+
+  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
+  {
+    display: none;
+  }
+
+  #primary /* Primary links */
+  {
+      float: left;
+      margin-left: 20%;
+    margin-top: 0;
+    padding-top: 0;
+    margin-bottom: 0.5em;
+    font-weight: normal;
+    font-size: 0.9em;
+  }
+
+  #primary li
+  {
+    margin: 0px; 
+    border-left: 1px solid #a9b680;
+    padding-left: 1em;
+    padding-right: 1em;
+    color: #800; 
+  }
+
+  #primary li.first
+  {
+    margin: 0px; 
+    border-left: 0;
+    padding-left: 0;
+    padding-right: 1em;
+    color: #800; 
+  }
+
+  #primary li.last
+  {
+    margin: 0px; 
+    border-left: 1px solid #a9b680;
+    padding-left: 1em;
+    padding-right: 0;
+    color: #800; 
+  }
+
+  #secondary /* Secondary links */
+  {
+  }
+
+/** sidebar-left **/
+  #sidebar-left
+  {
+      font-size: 0.85em;
+/*    line-height: 1.3em; */
+      
+  }
+
+  #sidebar-left-inner
+  {
+  }
+
+/** sidebar-right **/
+  #sidebar-right
+  {
+      font-size: 0.85em;
+  }
+
+  #sidebar-right-inner
+  {
+  }
+
+/** footer **/
+  #footer
+  {
+    border-top: 2px solid #a9b680;
+    margin: 0;
+    padding-left: 20%;
+/*    margin-right: 4em;
+    margin-top: 4em;
+    margin-left: 20%;
+*/
+    margin-top: 3em;
+    padding-top: 0.4em;
+    font-size: 0.8em;
+  }
+
+  #footer-inner
+  {
+  }
+
+  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
+                     and for any blocks placed in the footer region */
+  {
+  }
+
+/** closure **/
+  #closure-blocks /* Wrapper for any blocks placed in the closure region */
+  {
+  }
+
+/** Drupal nodes **/
+  .node /* Node wrapper */
+  {
+  }
+
+  .node-inner /* Additional wrapper for node */
+  {
+  }
+
+  .sticky /* A sticky node (displayed before others in a list) */
+  {
+  }
+
+  .node-unpublished /* Unpublished nodes */
+  {
+    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
+  }
+
+  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
+  .comment-unpublished div.unpublished
+  {
+    height: 0;
+    overflow: visible;
+    color: #d8d8d8;
+    font-size: 75px;
+    line-height: 1;
+    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
+    font-weight: bold;
+    text-transform: uppercase;
+    text-align: center;
+    word-wrap: break-word; /* A very nice CSS3 property */
+  }
+
+  .node-mine /* A node created by the current user */
+  {
+  }
+
+  .node-teaser /* A node displayed as teaser */
+  {
+  }
+
+  /* All nodes are given a node-type-FOO class that describes the type of
+   * content that it is. If you create a new content type called
+   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
+   */
+  .node-type-page /* Page content node */
+  {
+  }
+
+  .node-type-story /* Story content node */
+  {
+  }
+
+  .node h2.title /* Node title */
+  {
+  }
+
+  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
+  {
+    color: #c00;
+  }
+
+  .node .picture /* The picture of the node author */
+  {
+  }
+
+  .node.node-unpublished .picture,
+  .comment.comment-unpublished .picture
+  {
+    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
+  }
+
+  .node .meta /* Wrapper for submitted and terms data */
+  {
+  }
+
+  .node .submitted /* The "posted by" information */
+  {
+  }
+
+  .node .terms /* Node terms (taxonomy) */
+  {
+  }
+
+  .node .content /* Node's content wrapper */
+  {
+  }
+
+  .node ul.links /* Node links. See also the ul.links declaration above. */
+  {
+  }
+
+  .preview .node /* Preview of the content before submitting new or updated content */
+  {
+    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
+  }
+
+/** Drupal comments **/
+  #comments /* Wrapper for the list of comments and its title */
+  {
+    margin: 1em 0;
+  }
+
+  #comments-title /* Heading for the list of comments */
+  {
+  }
+
+  .comment /* Wrapper for a single comment */
+  {
+  }
+
+  .comment-inner /* Additional wrapper for a single comment */
+  {
+  }
+
+  .comment-preview /* Preview of the comment before submitting new or updated comment */
+  {
+  }
+
+  .comment.new /* A new comment since the user last viewed the page. */
+  {
+  }
+
+  .comment.odd /* An odd-numbered comment in the list of comments */
+  {
+  }
+
+  .comment.even /* An even-numbered comment in the list of comments */
+  {
+  }
+
+  .comment.first /* The first comment in the list of comments */
+  {
+  }
+
+  .comment.last /* The last comment in the list of comments */
+  {
+  }
+
+  .comment-unpublished /* Unpublished comments */
+  {
+    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
+  }
+
+  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
+  {
+  }
+
+  .comment-published /* Published comments */
+  {
+  }
+
+  .comment-by-anon /* A comment created by an anonymous user */
+  {
+  }
+
+  .comment-by-author /* A comment created by the node's author */
+  {
+  }
+
+  .comment-mine /* A comment created by the current user */
+  {
+  }
+
+  .comment h3.title /* Comment title */
+  {
+  }
+
+  .new /* "New" marker for comments that are new for the current user */
+  {
+    color: #c00;
+  }
+
+  .comment .picture /* The picture of the comment author */
+  {
+  }
+
+  .comment .submitted /* The "posted by" information */
+  {
+  }
+
+  .comment .content /* Comment's content wrapper */
+  {
+  }
+
+  .comment .user-signature /* The user's signature */
+  {
+  }
+
+  .comment ul.links /* Comment links. See also the ul.links declaration above. */
+  {
+    margin: 1em 0;
+  }
+
+  .indented /* Nested comments are indented */
+  {
+    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
+  }
+
+  .preview .comment /* Preview of the comment before submitting new or updated comment */
+  {
+    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
+  }
+
+/** Drupal blocks **/
+  .block /* Block wrapper */
+  {
+    margin-bottom: 1em;
+  }
+
+  .block.region-odd /* Zebra striping for each block in the region */
+  {
+  }
+
+  .block.region-even /* Zebra striping for each block in the region */
+  {
+  }
+
+  .block.odd /* Zebra striping independent of each region */
+  {
+  }
+
+  .block.even /* Zebra striping independent of each region */
+  {
+  }
+
+  .region-count-1 /* Incremental count for each block in the region */
+  {
+  }
+
+  .count-1 /* Incremental count independent of each region */
+  {
+  }
+
+  .block-inner /* Additional wrapper for block */
+  {
+  }
+
+  .block h2.title /* Block title */
+  {
+  }
+
+  .block .content /* Block's content wrapper */
+  {
+  }
+
+  #block-aggregator-category-1 /* Block for the latest news items in the first category */
+  {
+  }
+
+  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
+  {
+  }
+
+  #block-block-1 /* First administrator-defined block */
+  {
+  }
+
+  #block-blog-0 /* "Recent blog posts" block */
+  {
+  }
+
+  #block-book-0 /* "Book navigation" block for the current book's table of contents */
+  {
+  }
+
+  #block-comment-0 /* "Recent comments" block */
+  {
+  }
+
+  #block-forum-0 /* "Active forum topics" block */
+  {
+  }
+
+  #block-forum-1 /* "New forum topics" block */
+  {
+  }
+
+  #block-menu-primary-links /* "Primary links" block */
+  {
+  }
+
+  #block-menu-secondary-links /* "Secondary links" block */
+  {
+  }
+
+  #block-node-0 /* "Syndicate" block for primary RSS feed */
+  {
+  }
+
+  #block-poll-0 /* "Most recent poll" block */
+  {
+  }
+
+  #block-profile-0 /* "Author information" block for the profile of the page's author */
+  {
+  }
+
+  #block-search-0 /* "Search form" block */
+  {
+  }
+
+  #block-statistics-0 /* "Popular content" block */
+  {
+  }
+
+  #block-user-0 /* "User login form" block */
+  {
+  }
+
+  #block-user-1 /* "Navigation" block for Drupal navigation menu */
+  {
+  }
+
+  #block-user-2 /* "Who's new" block for a list of the newest users */
+  {
+  }
+
+  #block-user-3 /* "Who's online" block for a list of the online users */
+  {
+  }
+
+/** Drupal boxes **/
+  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
+   * Search results.
+   */
+  .box /* Wrapper for box */
+  {
+  }
+
+  .box-inner /* Additional wrapper for box */
+  {
+  }
+
+  .box h2.title /* Box title */
+  {
+  }
+
+  .box .content /* Box's content wrapper */
+  {
+  }
+
+/** Miscellaneous Drupal styles **/
+  .error /* Errors that are separate from div.messages status messages (see above.) */
+  {
+    /* color: #e55; */ /* Drupal core uses a #e55 background */
+  }
+
+  .warning /* Warnings that are separate from div.messages status messages (see above.) */
+  {
+    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
+  }
+
+  .more-link /* Aggregator, blog, and forum more link */
+  {
+    text-align: right;
+  }
+
+  #user-login-form /* Drupal's default login form */
+  {
+    text-align: left;
+  }
+
+  tr.even /* Some tables have rows marked even or odd. */
+  {
+    /* background-color: #eee; */ /* Drupal core uses a #eee background */
+  }
+
+  tr.odd
+  {
+    /* background-color: #eee; */ /* Drupal core uses a #eee background */
+  }
+
+  li a.active /* The active item in a Drupal menu */
+  {
+    color: #3E442C;
+  }
+
+
+/** Drupal forms **/
+  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
+  .form-checkboxes,
+  .form-radios
+  {
+    margin: 1em 0;
+  }
+
+  .form-item input.error, /* Highlight the form elements that caused a form submission error */
+  .form-item textarea.error,
+  .form-item select.error
+  {
+    border: 2px solid #c00;
+  }
+
+  .form-item label /* The label for a form element */
+  {
+    display: block;
+    font-weight: bold;
+  }
+
+  .form-item label.option /* The label for a radio button or checkbox */
+  {
+    display: inline;
+    font-weight: normal;
+  }
+
+  .form-required /* The part of the label that indicates a required field */
+  {
+    color: #c00;
+  }
+
+  .form-item .description /* The descriptive help text (separate from the label) */
+  {
+    font-size: 0.85em;
+  }
+
+  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
+  .form-radios .form-item
+  {
+    margin: 0.4em 0;
+  }
+
+  .form-submit /* The submit button */
+  {
+  }
+
+  .container-inline div, .container-inline label /* Inline labels and form divs */
+  {
+    display: inline;
+  }
+
+  .tips /* Tips for Drupal's input formats */
+  {
+    margin: 0;
+    padding: 0;
+    font-size: 0.9em;
+  }
+
+/** OpenID **/
+  /* The default styling for the OpenID login link seems to assume Garland's
+   * styling of list items.
+   */
+  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
+  {
+    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
+  }
+
+  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
+  {
+    margin-top: 1em;
+    margin-left: -20px; /* Un-do some of the padding on the ul list. */
+  }
+
+  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
+  {
+    margin-top: 1em;
+  }
+
+  #user-login ul
+  {
+    margin: 1em 0;
+  }
+
+  #user-login li.openid-link, /* The OpenID links on the /user form. */
+  #user-login li.user-link
+  {
+    margin-left: -2em; /* Un-do all of the padding on the ul list. */
+  }
+
+/** Drupal admin tables **/
+  /* We overrode these styles in html-elements.css, but restore them for the
+   * forms on the site.
+   */
+  form tbody
+  {
+    border-top: 1px solid #ccc;
+  }
+
+  form th
+  {
+    text-align: left;
+    padding-right: 1em;
+    border-bottom: 3px solid #ccc;
+  }
+
+  form tbody th
+  {
+    border-bottom: 1px solid #ccc;
+  }
+
+  form thead th
+  {
+    text-align: left;
+    padding-right: 1em;
+    border-bottom: 3px solid #ccc;
+  }
+
+ .f-left {
+   float: left;
+   width: 78%;
+ }
+
+ .f-right {
+	float:right;
+	margin-left:-20%;
+	margin-right:1%;
+	padding:0;
+	width:20.5%;
+ }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/soundsoftware.info	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,90 @@
+; $Id: STARTERKIT.info.txt,v 1.1.2.3 2009/05/08 15:05:04 johnalbin Exp $
+
+
+  ; The name and description of the theme used on the admin/build/themes page.
+name        = SoundSoftware
+description = A Zen sub-theme.
+
+  ; The screenshot used on the admin/build/themes page.
+screenshot = screenshot.png
+
+  ; "core" specifies the version of Drupal that this theme is compatible with.
+  ; "base theme" specifies that this is a theme that uses the "zen" theme as its
+  ; base theme. Its unlikely you will ever need to change these, but they are
+  ; required fields for a Zen sub-theme. The "engine" field is not used in a
+  ; sub-theme since the engine is inherited from its base theme.
+core       = 6.x
+base theme = zen
+
+  ; This section adds CSS files to your theme. The media type is specified in
+  ; the brackets. Typical CSS media types include "all", "screen", "print", and
+  ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full
+  ; list of stylesheet media types in CSS 2.1.
+  ;
+  ; You can also override any of Zen's stylesheets or any module's stylesheets,
+  ; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at
+  ; http://drupal.org/node/171209 for more details.
+stylesheets[all][]   = layout.css
+stylesheets[all][]   = html-elements.css
+; stylesheets[all][] = tabs.css
+; stylesheets[all][] = messages.css
+; stylesheets[all][] = block-editing.css
+; stylesheets[all][] = wireframes.css
+stylesheets[all][]   = soundsoftware.css
+stylesheets[print][] = print.css
+  ; To prevent stylesheets of a base theme or of a module from being included in
+  ; our sub-theme, we specify it in our .info file (and we don't need to have a
+  ; stylesheet in our sub-theme with that name.) For example, we prevent the
+  ; zen.css file in the base theme from being included by specifying it here.
+stylesheets[all][]   = zen.css
+
+  ; Set the conditional stylesheets that are processed by IE.
+; conditional-stylesheets[if IE][all][] = ie.css
+
+  ; Optionally add some jquery scripts to your theme.
+; scripts[] = script.js
+
+  ; The regions defined in Zen's default page.tpl.php file.  The name in
+  ; brackets is the name of the variable in the page.tpl.php file, (e.g.
+  ; "[content_top]" in the .info file means there should be a $content_top
+  ; variable in the page.tpl.php file.) The text after the equals sign is a
+  ; descriptive text used on the admin/build/blocks page.
+  ;
+  ; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory,
+  ; add a line line to this file, and then add the new variable to your
+  ; page.tpl.php template.
+regions[left]           = left sidebar
+regions[right]          = right sidebar
+regions[navbar]         = navigation bar
+regions[content_top]    = content top
+regions[content_bottom] = content bottom
+regions[header]         = header
+regions[footer]         = footer
+regions[closure_region] = closure
+
+  ; Various page elements output by the theme can be toggled on and off. The
+  ; "features" control which of these check boxes display on the
+  ; admin/build/themes config page. This is useful for suppressing check boxes
+  ; for elements not used by your sub-theme. To suppress a check box, omit the
+  ; entry for it below. See the Drupal 6 Theme Guide for more info:
+  ; http://drupal.org/node/171205#features
+features[] = logo
+features[] = name
+features[] = slogan
+features[] = mission
+features[] = node_user_picture
+features[] = comment_user_picture
+features[] = search
+features[] = favicon
+features[] = primary_links
+features[] = secondary_links
+
+  ; Set the default settings to be used in theme-settings.php
+settings[zen_block_editing]        = 1
+settings[zen_breadcrumb]           = yes
+settings[zen_breadcrumb_separator] = ' › '
+settings[zen_breadcrumb_home]      = 1
+settings[zen_breadcrumb_trailing]  = 1
+settings[zen_breadcrumb_title]     = 0
+settings[zen_rebuild_registry]     = 1
+settings[zen_wireframes]           = 0
Binary file soundsoftware_ac_uk_subtitle_flat.png has changed
Binary file soundsoftware_icon_64.png has changed
Binary file soundsoftware_icon_black_64.png has changed
Binary file soundsoftware_icon_dark_64.png has changed
Binary file soundsoftware_icon_shadow_64.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/template.php	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,162 @@
+<?php
+// $Id: template.php,v 1.17.2.1 2009/02/13 06:47:44 johnalbin Exp $
+
+/**
+ * @file
+ * Contains theme override functions and preprocess functions for the theme.
+ *
+ * ABOUT THE TEMPLATE.PHP FILE
+ *
+ *   The template.php file is one of the most useful files when creating or
+ *   modifying Drupal themes. You can add new regions for block content, modify
+ *   or override Drupal's theme functions, intercept or make additional
+ *   variables available to your theme, and create custom PHP logic. For more
+ *   information, please visit the Theme Developer's Guide on Drupal.org:
+ *   http://drupal.org/theme-guide
+ *
+ * OVERRIDING THEME FUNCTIONS
+ *
+ *   The Drupal theme system uses special theme functions to generate HTML
+ *   output automatically. Often we wish to customize this HTML output. To do
+ *   this, we have to override the theme function. You have to first find the
+ *   theme function that generates the output, and then "catch" it and modify it
+ *   here. The easiest way to do it is to copy the original function in its
+ *   entirety and paste it here, changing the prefix from theme_ to STARTERKIT_.
+ *   For example:
+ *
+ *     original: theme_breadcrumb()
+ *     theme override: STARTERKIT_breadcrumb()
+ *
+ *   where STARTERKIT is the name of your sub-theme. For example, the
+ *   zen_classic theme would define a zen_classic_breadcrumb() function.
+ *
+ *   If you would like to override any of the theme functions used in Zen core,
+ *   you should first look at how Zen core implements those functions:
+ *     theme_breadcrumbs()      in zen/template.php
+ *     theme_menu_item_link()   in zen/template.php
+ *     theme_menu_local_tasks() in zen/template.php
+ *
+ *   For more information, please visit the Theme Developer's Guide on
+ *   Drupal.org: http://drupal.org/node/173880
+ *
+ * CREATE OR MODIFY VARIABLES FOR YOUR THEME
+ *
+ *   Each tpl.php template file has several variables which hold various pieces
+ *   of content. You can modify those variables (or add new ones) before they
+ *   are used in the template files by using preprocess functions.
+ *
+ *   This makes THEME_preprocess_HOOK() functions the most powerful functions
+ *   available to themers.
+ *
+ *   It works by having one preprocess function for each template file or its
+ *   derivatives (called template suggestions). For example:
+ *     THEME_preprocess_page    alters the variables for page.tpl.php
+ *     THEME_preprocess_node    alters the variables for node.tpl.php or
+ *                              for node-forum.tpl.php
+ *     THEME_preprocess_comment alters the variables for comment.tpl.php
+ *     THEME_preprocess_block   alters the variables for block.tpl.php
+ *
+ *   For more information on preprocess functions and template suggestions,
+ *   please visit the Theme Developer's Guide on Drupal.org:
+ *   http://drupal.org/node/223440
+ *   and http://drupal.org/node/190815#template-suggestions
+ */
+
+
+/*
+ * Add any conditional stylesheets you will need for this sub-theme.
+ *
+ * To add stylesheets that ALWAYS need to be included, you should add them to
+ * your .info file instead. Only use this section if you are including
+ * stylesheets based on certain conditions.
+ */
+/* -- Delete this line if you want to use and modify this code
+// Example: optionally add a fixed width CSS file.
+if (theme_get_setting('soundsoftware_fixed')) {
+  drupal_add_css(path_to_theme() . '/layout-fixed.css', 'theme', 'all');
+}
+// */
+
+
+/**
+ * Implementation of HOOK_theme().
+ */
+function soundsoftware_theme(&$existing, $type, $theme, $path) {
+  $hooks = zen_theme($existing, $type, $theme, $path);
+  // Add your theme hooks like this:
+  /*
+  $hooks['hook_name_here'] = array( // Details go here );
+  */
+  // @TODO: Needs detailed comments. Patches welcome!
+  return $hooks;
+}
+
+/**
+ * Override or insert variables into all templates.
+ *
+ * @param $vars
+ *   An array of variables to pass to the theme template.
+ * @param $hook
+ *   The name of the template being rendered (name of the .tpl.php file.)
+ */
+/* -- Delete this line if you want to use this function
+function soundsoftware_preprocess(&$vars, $hook) {
+  $vars['sample_variable'] = t('Lorem ipsum.');
+}
+// */
+
+/**
+ * Override or insert variables into the page templates.
+ *
+ * @param $vars
+ *   An array of variables to pass to the theme template.
+ * @param $hook
+ *   The name of the template being rendered ("page" in this case.)
+ */
+function soundsoftware_preprocess_page(&$vars, $hook) {
+  if ($vars['title'] == "Software for Audio and Music Researchers") {
+    $vars['title'] = '';
+  }
+}
+
+/**
+ * Override or insert variables into the node templates.
+ *
+ * @param $vars
+ *   An array of variables to pass to the theme template.
+ * @param $hook
+ *   The name of the template being rendered ("node" in this case.)
+ */
+/* -- Delete this line if you want to use this function
+function soundsoftware_preprocess_node(&$vars, $hook) {
+  $vars['sample_variable'] = t('Lorem ipsum.');
+}
+// */
+
+/**
+ * Override or insert variables into the comment templates.
+ *
+ * @param $vars
+ *   An array of variables to pass to the theme template.
+ * @param $hook
+ *   The name of the template being rendered ("comment" in this case.)
+ */
+/* -- Delete this line if you want to use this function
+function soundsoftware_preprocess_comment(&$vars, $hook) {
+  $vars['sample_variable'] = t('Lorem ipsum.');
+}
+// */
+
+/**
+ * Override or insert variables into the block templates.
+ *
+ * @param $vars
+ *   An array of variables to pass to the theme template.
+ * @param $hook
+ *   The name of the template being rendered ("block" in this case.)
+ */
+/* -- Delete this line if you want to use this function
+function soundsoftware_preprocess_block(&$vars, $hook) {
+  $vars['sample_variable'] = t('Lorem ipsum.');
+}
+// */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/theme-settings.php	Thu Jun 23 10:31:17 2011 +0100
@@ -0,0 +1,45 @@
+<?php
+// $Id: theme-settings.php,v 1.7 2008/09/11 09:36:50 johnalbin Exp $
+
+// Include the definition of zen_settings() and zen_theme_get_default_settings().
+include_once './' . drupal_get_path('theme', 'zen') . '/theme-settings.php';
+
+
+/**
+ * Implementation of THEMEHOOK_settings() function.
+ *
+ * @param $saved_settings
+ *   An array of saved settings for this theme.
+ * @return
+ *   A form array.
+ */
+function soundsoftware_settings($saved_settings) {
+
+  // Get the default values from the .info file.
+  $defaults = zen_theme_get_default_settings('soundsoftware');
+
+  // Merge the saved variables and their default values.
+  $settings = array_merge($defaults, $saved_settings);
+
+  /*
+   * Create the form using Forms API: http://api.drupal.org/api/6
+   */
+  $form = array();
+  /* -- Delete this line if you want to use this setting
+  $form['soundsoftware_example'] = array(
+    '#type'          => 'checkbox',
+    '#title'         => t('Use this sample setting'),
+    '#default_value' => $settings['soundsoftware_example'],
+    '#description'   => t("This option doesn't do anything; it's just an example."),
+  );
+  // */
+
+  // Add the base theme's settings.
+  $form += zen_settings($saved_settings, $defaults);
+
+  // Remove some of the base theme's settings.
+  unset($form['themedev']['zen_layout']); // We don't need to select the base stylesheet.
+
+  // Return the form
+  return $form;
+}