summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-05 11:24:24 -0700
committerBrion Vibber <brion@pobox.com>2010-10-05 11:24:24 -0700
commitf6d31185763004e4f2bae6ccd550256bc99bceda (patch)
tree799396a3e1037c13018f02a0479f5650b32b69b6
parentd946c82740beded22bd867c1bf6d1522a59665b0 (diff)
mnml theme by Michael R. Bernstein
Includes TeX Gyre Heros font, used under GUST Font License
-rw-r--r--theme/mnml/css/display.css2114
-rw-r--r--theme/mnml/css/ie.css87
-rw-r--r--theme/mnml/css/ie6.css40
-rw-r--r--theme/mnml/css/jquery.Jcrop.css35
-rw-r--r--theme/mnml/css/mp-screen.css293
-rw-r--r--theme/mnml/css/uap.css53
-rw-r--r--theme/mnml/default-avatar-mini.pngbin0 -> 507 bytes
-rw-r--r--theme/mnml/default-avatar-profile.pngbin0 -> 1422 bytes
-rw-r--r--theme/mnml/default-avatar-stream.pngbin0 -> 821 bytes
-rw-r--r--theme/mnml/fonts/GUST e-foundry License.txt29
-rw-r--r--theme/mnml/fonts/stylesheet.css60
-rw-r--r--theme/mnml/fonts/texgyreheros-bold-webfont.eotbin0 -> 37990 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-bold-webfont.svg238
-rw-r--r--theme/mnml/fonts/texgyreheros-bold-webfont.ttfbin0 -> 37700 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-bold-webfont.woffbin0 -> 21860 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-italic-webfont.eotbin0 -> 45514 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-italic-webfont.svg238
-rw-r--r--theme/mnml/fonts/texgyreheros-italic-webfont.ttfbin0 -> 45216 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-italic-webfont.woffbin0 -> 25224 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-regular-webfont.eotbin0 -> 38370 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-regular-webfont.svg238
-rw-r--r--theme/mnml/fonts/texgyreheros-regular-webfont.ttfbin0 -> 38068 bytes
-rw-r--r--theme/mnml/fonts/texgyreheros-regular-webfont.woffbin0 -> 21868 bytes
-rw-r--r--theme/mnml/images/icons/README79
-rw-r--r--theme/mnml/images/icons/icon_processing.gifbin0 -> 673 bytes
-rw-r--r--theme/mnml/images/icons/icon_vcard.gifbin0 -> 331 bytes
-rw-r--r--theme/mnml/images/icons/icons-01.pngbin0 -> 9013 bytes
-rw-r--r--theme/mnml/images/illustrations/illu_jcrop.gifbin0 -> 329 bytes
-rw-r--r--theme/mnml/images/illustrations/illu_pattern-01.pngbin0 -> 538 bytes
-rw-r--r--theme/mnml/images/illustrations/illu_progress_loading-01.gifbin0 -> 5886 bytes
-rw-r--r--theme/mnml/images/logo.pngbin0 -> 1406 bytes
-rw-r--r--theme/mnml/logo.pngbin0 -> 1406 bytes
-rw-r--r--theme/mnml/mobilelogo.pngbin0 -> 588 bytes
33 files changed, 3504 insertions, 0 deletions
diff --git a/theme/mnml/css/display.css b/theme/mnml/css/display.css
new file mode 100644
index 000000000..f20a4a16a
--- /dev/null
+++ b/theme/mnml/css/display.css
@@ -0,0 +1,2114 @@
+/** theme: mnml
+ *
+ * @package StatusNet
+ * @author Michael R. Bernstein <michael@fandomhome.com>
+ * @copyright 2010 StatusNet, Inc.
+ * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link http://www.michaelbernstein.com/
+ */
+
+/*-- FONTS --*/
+
+@font-face {
+ font-family: 'TeXGyreHerosRegular';
+ src: url('../fonts/texgyreheros-regular-webfont.eot');
+ src: local('☺'), url('../fonts/texgyreheros-regular-webfont.woff') format('woff'), url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-regular-webfont.svg#webfonts1QuWEVy') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosItalic';
+ src: url('../fonts/texgyreheros-italic-webfont.eot');
+ src: local('☺'), url('../fonts/texgyreheros-italic-webfont.woff') format('woff'), url('../fonts/texgyreheros-italic-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-italic-webfont.svg#webfontonVrQ9Kn') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosBold';
+ src: url('../fonts/texgyreheros-bold-webfont.eot');
+ src: local('☺'), url('../fonts/texgyreheros-bold-webfont.woff') format('woff'), url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype'), url('../fonts/texgyreheros-bold-webfont.svg#webfontaJCL46uI') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+/*-- END FONTS --*/
+
+
+@media screen, projection, tv {
+
+/* -- RESET -- */
+/* From Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-size: 100%;
+ vertical-align: baseline;
+ background: transparent;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+
+/* remember to define focus styles! */
+:focus {
+ outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+ins {
+ text-decoration: none;
+}
+del {
+ text-decoration: line-through;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+/*-- END RESET --*/
+
+
+/*-- TYPOGRAPHY --*/
+/* Borrowed liberally from Typogridphy 2.0 - http://csswizardry.com/typogridphy/preview/ */
+
+html{
+ font-size:100%;
+}
+body{
+ font-size:62.5%;
+ font-family:TeXGyreHerosRegular, sans-serif;
+ color:#444;
+ background-color: #EEE;
+ height: 100%;
+}
+
+#wrap{
+ width:94em;
+ padding:3em 2em 1em 2em;
+ margin-top: 0;
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 0;
+ background-color: #fff;
+}
+
+#header{
+ width:100%;
+ overflow:hidden;
+}
+#content{
+ margin-right:2em;
+ float:left;
+ width: 70em;
+ clear:both;
+ background-color: #FFF;
+}
+
+
+/*-- HEADINGS --*/
+h1,h2,h3,h4,h5,h6{
+ font-family: 'TeXGyreHerosBold', sans-serif;
+ font-weight: normal;
+ color:#444;
+}
+h1{ /* H1 is a bit hacky but it works */
+ font-size:4.3em;
+ line-height:1.2;
+ margin-bottom:0.5em;
+}
+h2{
+ font-size:2em;
+ line-height:1.2em;
+ margin-bottom:1.2em;
+ margin-top:-1px;
+ padding-bottom:1px;
+}
+h3{
+ font-size:1.8em;
+ line-height:1.3333333333333333333333333333333em;
+ margin-bottom:1.3333333333333333333333333333333em;
+}
+h4{
+ font-size:1.6em;
+ line-height:1.5em;
+ margin-bottom:1.5em;
+}
+h5{
+ font-size:1.6em;
+ line-height:1.5em;
+ margin-bottom:1.5em;
+}
+h6{
+ font-size:1.3em;
+ line-height:1.8461538461538461538461538461538em;
+ margin-bottom:1.8461538461538461538461538461538em;
+}
+
+/*-- END HEADINGS --*/
+
+/*-- LISTS --*/
+ul,ol{
+ font-size:1.6em;
+ line-height:1.5em;
+ margin-bottom:1.5em;
+ }
+
+ul{
+ list-style:square;
+ }
+
+ol{
+ list-style:lower-roman;
+ }
+
+ul,ol{
+ padding-left:1em;margin-left:-1em;/* This makes IE display hung bullets */
+ }
+
+ul ul,ol ol{
+ clear: both;
+ font-size:1em;
+ line-height:1.5em;
+ margin:0 0 0 2em;
+}
+
+dl{
+ }
+dl dt{
+ font-family: 'TeXGyreHerosBold', sans-serif;
+}
+dl dd{
+ margin-bottom:1.5em;
+}
+
+/*-- END LISTS --*/
+
+/* --- =LINKS --- */
+a{
+ color:#C00;
+ font-family: 'TeXGyreHerosBold', sans-serif;
+}
+a:visited{
+ color:#C00;
+}
+a:hover{
+ text-decoration:none;
+}
+
+/*-- PARAGRAPHS --*/
+p{
+ font-size:1.6em;
+ line-height:1.5em;
+ margin-bottom:1.5em;
+}
+
+p.instructions {
+ font-family: 'TeXGyreHerosBold', sans-serif;
+}
+
+/*-- FORMS --*/
+
+.form_notice label[for=notice_data-attach],
+#export_data li a.rss,
+#export_data li a.atom,
+#export_data li a.foaf,
+.entity_edit a,
+.entity_send-a-message a,
+.entity_nudge p,
+.form_user_nudge input.submit,
+.form_user_block input.submit,
+.form_user_unblock input.submit,
+.form_group_block input.submit,
+.form_group_unblock input.submit,
+.form_make_admin input.submit,
+.notice .attachment,
+.notice-options .notice_reply,
+.notice-options form.form_favor input.submit,
+.notice-options form.form_disfavor input.submit,
+.notice-options .notice_delete,
+.notice-options form.form_repeat input.submit,
+#new_group a,
+.pagination .nav_prev a,
+.pagination .nav_next a,
+button.close,
+.form_group_leave input.submit,
+.form_user_unsubscribe input.submit,
+.form_group_join input.submit,
+.form_user_subscribe input.submit,
+.form_remote_authorize input.submit,
+.entity_subscribe a,
+.entity_moderation p,
+.entity_sandbox input.submit,
+.entity_silence input.submit,
+.entity_delete input.submit,
+.entity_role p,
+.entity_role_administrator input.submit,
+.entity_role_moderator input.submit,
+.notice-options .repeated,
+.form_notice label[for=notice_data-geo],
+button.minimize,
+.form_reset_key input.submit,
+.entity_clear input.submit,
+.entity_flag input.submit,
+.entity_flag p,
+.entity_subscribe input.submit,
+#realtime_play,
+#realtime_pause,
+#realtime_popup {
+ background-image:url(../images/icons/icons-01.png);
+ background-repeat:no-repeat;
+ background-color:transparent;
+}
+
+.form_notice label[for=notice_data-geo] {
+ background-position:0 -1780px;
+}
+.form_notice label[for=notice_data-geo].checked {
+ background-position:0 -1846px;
+}
+.form_notice label[for=notice_data-attach] {
+ background-position:0 -328px;
+}
+button.close {
+ background-position:0 -1120px;
+}
+button.minimize {
+ background-position:0 -1912px;
+}
+#export_data li a.rss {
+ background-position:0 -125px;
+}
+#export_data li a.atom {
+ background-position:0 -59px;
+}
+#export_data li a.foaf {
+ background-position:0 1px;
+}
+.form_group_leave input.submit,
+.form_user_unsubscribe input.submit {
+ background-position:5px -1246px;
+}
+.form_group_join input.submit,
+.form_user_subscribe input.submit,
+.form_remote_authorize input.submit,
+.entity_subscribe a {
+ background-position:5px -1181px;
+}
+
+.entity_edit a {
+ background-position: 5px -719px;
+}
+.entity_send-a-message a {
+ background-position: 5px -852px;
+}
+.entity_nudge p,
+.form_user_nudge input.submit {
+ background-position: 5px -785px;
+}
+.form_user_block input.submit,
+.form_user_unblock input.submit,
+.form_group_block input.submit,
+.form_group_unblock input.submit {
+ background-position: 5px -918px;
+}
+.form_make_admin input.submit {
+ background-position: 5px -983px;
+}
+.entity_moderation p {
+ background-position: 5px -1313px;
+}
+.entity_sandbox input.submit {
+ background-position: 5px -1380px;
+}
+.entity_silence input.submit {
+ background-position: 5px -1445px;
+}
+.entity_delete input.submit {
+ background-position: 5px -1511px;
+}
+.entity_sandbox .form_user_unsandbox input.submit {
+ background-position: 5px -2568px;
+}
+.entity_silence .form_user_unsilence input.submit {
+ background-position: 5px -2633px;
+}
+.entity_role p {
+ background-position: 5px -2436px;
+}
+.entity_role_administrator .form_user_grantrole input.submit {
+ background-position: 5px -983px;
+}
+.entity_role_moderator .form_user_grantrole input.submit {
+ background-position: 5px -1313px;
+}
+.entity_role_administrator .form_user_revokerole input.submit {
+ background-position: 5px -2699px;
+}
+.entity_role_moderator .form_user_revokerole input.submit {
+ background-position: 5px -2501px;
+}
+.form_reset_key input.submit {
+ background-position: 5px -1973px;
+}
+.entity_clear input.submit {
+ background-position: 5px -2039px;
+}
+.entity_flag input.submit,
+.entity_flag p {
+ background-position: 5px -2105px;
+}
+.entity_subscribe input.accept {
+ background-position: 5px -2171px;
+}
+.entity_subscribe input.reject {
+ background-position: 5px -2237px;
+}
+#realtime_play {
+ background-position: 0 -2308px;
+}
+#realtime_pause {
+ background-position: 0 -2374px;
+}
+#realtime_popup {
+ background-position: 0 -1714px;
+}
+.notice .attachment {
+ background-position:0 -394px;
+}
+.notice .attachment.more {
+ background-position:0 -2770px;
+}
+#attachments .attachment {
+ background:none;
+}
+.notice-options .notice_reply {
+ background-position:0 -592px;
+}
+.notice-options form.form_favor input.submit {
+ background-position:0 -461px;
+}
+.notice-options form.form_disfavor input.submit {
+ background-position:0 -526px;
+}
+.notice-options .notice_delete {
+ background-position:0 -658px;
+}
+.notice-options form.form_repeat input.submit {
+ background-position:0 -1582px;
+}
+.notice-options .repeated {
+ background-position:0 -1648px;
+}
+#new_group a {
+ background-position:0 -1054px;
+}
+.pagination .nav_prev a {
+ background-position:10% -187px;
+}
+.pagination .nav_next a {
+ background-position:105% -252px;
+}
+
+caption, legend {
+font-family: 'TeXGyreHerosBold', sans-serif;
+}
+
+input, textarea, select, option {
+
+}
+
+input.submit {
+font-family: 'TeXGyreHerosBold', sans-serif;
+cursor:pointer;
+}
+textarea {
+overflow:auto;
+}
+option {
+padding-bottom:0;
+}
+fieldset {
+padding:0;
+border:0;
+}
+form ul li {
+list-style-type:none;
+margin:0 0 18px 0;
+}
+form label {
+ font-family: 'TeXGyreHerosBold', sans-serif;
+ font-size: 1.6em;
+ line-height: 1.5em;
+}
+input.checkbox,
+input.radio {
+position:relative;
+top:2px;
+left:auto;
+border:0;
+}
+
+.error,
+.success {
+ font-size:1.6em;
+ line-height:1.5em;
+ font-family: 'TeXGyreHerosBold', sans-serif;
+ display: inline-block;
+ width: auto;
+ min-width: 10em;
+}
+
+.error {
+ color: #000;
+ background-color: #C00;
+}
+
+.success {
+ color: #FFF;
+ background-color: #090;
+}
+.xoxo li {
+list-style-type:none;
+}
+
+form label.submit {
+display:none;
+}
+.form_settings {
+clear:both;
+}
+.form_settings fieldset {
+margin-bottom:29px;
+}
+.form_settings fieldset fieldset {
+margin-bottom:41px;
+padding:3% 1.795% 1.795% 3%;
+border-width:1px;
+border-style:solid;
+}
+.form_settings fieldset fieldset legend {
+line-height:0;
+}
+
+.form_settings input.remove {
+margin-left:11px;
+}
+
+ul.form_data {
+ font-size: 100%
+}
+
+.form_settings .form_data li {
+width:100%;
+float:left;
+}
+.form_settings .form_data label {
+float:left;
+}
+.form_settings .form_data textarea,
+.form_settings .form_data select,
+.form_settings .form_data input {
+margin-left:1.795%;
+float:left;
+}
+.form_settings .form_data input {
+}
+.form_settings .form_data input.submit,
+.form_settings .form_data input.checkbox,
+.form_settings .form_data input.radio {
+width:auto;
+}
+.form_settings .form_data textarea {
+width:63%;
+}
+
+.form_settings .form_data input.submit {
+margin-left:0;
+}
+
+.form_settings label {
+margin-top:2px;
+width:24%;
+}
+
+.form_actions label {
+display:none;
+}
+.form_guide {
+font-family: 'TeXGyreHerosItalic', sans-serif;
+}
+
+.form_settings #settings_autosubscribe label {
+display:inline;
+font-weight:bold;
+}
+
+#form_settings_profile legend,
+#form_login legend,
+#form_register legend,
+#form_password legend,
+#form_settings_avatar legend,
+#newgroup legend,
+#editgroup legend,
+#form_tag_user legend,
+#form_remote_subscribe legend,
+#form_openid_login legend,
+#form_search legend,
+#form_invite legend,
+#form_notice_delete legend,
+#form_password_recover legend,
+#form_password_change legend,
+.form_entity_block legend,
+#form_filter_bytag legend,
+#apioauthauthorize_allowdeny {
+display:none;
+}
+
+.form_settings .form_data p.form_guide {
+clear:both;
+margin-left:26%;
+margin-bottom:0;
+}
+
+.form_settings p {
+margin-bottom:11px;
+}
+
+.form_settings input.checkbox,
+.form_settings input.radio {
+margin-top:3px;
+margin-left:0;
+}
+.form_settings label.checkbox {
+font-weight:normal;
+margin-top:0;
+margin-right:0;
+margin-left:11px;
+float:left;
+width:90%;
+}
+.form_settings label.radio {
+margin-top:0;
+margin-right:47px;
+margin-left:11px;
+width:auto;
+}
+
+#form_login p.form_guide,
+#form_register #settings_rememberme p.form_guide,
+#form_openid_login #settings_rememberme p.form_guide,
+#settings_twitter_remove p.form_guide,
+#form_search ul.form_data #q,
+#design_background-image_onoff p.form_guide {
+margin-left:0;
+}
+
+.form_settings .form_note {
+padding:0 7px;
+}
+
+.form_settings input.form_action-default {
+margin-right:11px;
+}
+.form_settings input.form_action-default,
+.form_settings input.form_action-primary {
+padding:0;
+}
+.form_settings input.form_action-secondary {
+margin-left:29px;
+}
+
+#form_search .submit {
+margin-left:11px;
+}
+#form_search .form_data input {
+width:auto;
+}
+
+address {
+ margin-bottom: 0.5em;
+ margin-top: 4.75em;
+ margin-bottom: 1.75em;
+ float: left;
+}
+address.vcard img.logo {
+margin-right:0;
+float: none;
+}
+address .fn {
+font-weight:bold;
+}
+address img + .fn {
+display:none;
+}
+address a {
+text-decoration:none;
+}
+address .poweredby {
+float:left;
+clear:left;
+display:block;
+position:relative;
+top:7px;
+margin-right:-47px;
+}
+
+
+#site_nav_global_primary {
+ margin: 0;
+ margin-bottom: 2.4em;
+ position: absolute;
+}
+
+#site_nav_global_primary dd {
+ margin: 0;
+ }
+
+#site_nav_global_primary li {
+
+}
+
+.system_notice dt {
+font-weight:bold;
+text-transform:uppercase;
+display:none;
+}
+
+#site_notice {
+ float:right;
+ clear:right;
+ margin-top: 4.75em;
+ margin-bottom: 1.75em;
+ width:22em;
+ background-color: #EEE;
+}
+#page_notice {
+clear:both;
+margin-bottom:18px;
+}
+
+#anon_notice {
+ float:left;
+ margin-left: 15em;
+ margin-top: 3.7em;
+ margin-bottom: 0.9em;
+ width: 32em;
+ padding: 0.9em;
+ border-width:2px;
+ border-style:solid;
+ font-family: 'TeXGyreHerosBold', sans-serif;
+}
+
+#anon_notice p {
+ margin-bottom: 0;
+}
+#footer {
+ clear: both;
+}
+
+#site_nav_local_views {
+width:100%;
+float:left;
+margin: 0;
+margin-bottom: -.25em;
+}
+
+#site_nav_local_views dt{
+ display:none;
+ }
+
+#site_nav_local_views dd {
+ margin:0;
+ }
+
+ul.nav{
+ overflow:hidden;
+ list-style:none;
+ font-size:1.3em;
+ line-height:1.8461538461538461538461538461538em;
+ margin-bottom:1.8461538461538461538461538461538em;
+ float: left;
+ }
+
+ul.nav li{
+ float:left;
+ font-family: 'TeXGyreHerosBold', sans-serif;
+ }
+
+ul.nav li#nav_invitecontact {
+ }
+ul.nav li a, ul.nav li a:visited{
+ color:#444 !important;
+ text-decoration:none;
+ width: 7.8em;
+ margin-right:1.5em;
+ display:block;
+ }
+
+ul.nav li.current a {
+ color: #fff !important;
+ background-color: #666 !important;
+}
+ul.nav li a:hover{
+ text-decoration:underline;
+}
+
+body#register #site_nav_global_primary li#nav_register a,
+body#login #site_nav_global_primary li#nav_login a,
+body#openidlogin #site_nav_global_primary li#nav_login a,
+body#all #site_nav_global_primary li#nav_home a,
+body#replies #site_nav_global_primary li#nav_home a,
+body#showstream #site_nav_global_primary li#nav_home a,
+body#showfavorites #site_nav_global_primary li#nav_home a,
+body#inbox #site_nav_global_primary li#nav_home a,
+body#outbox #site_nav_global_primary li#nav_home a,
+body#profilesettings #site_nav_global_primary li#nav_account a,
+body#avatarsettings #site_nav_global_primary li#nav_account a,
+body#passwordsettings #site_nav_global_primary li#nav_account a,
+body#emailsettings #site_nav_global_primary li#nav_account a,
+body#userdesignsettings #site_nav_global_primary li#nav_account a,
+body#othersettings #site_nav_global_primary li#nav_account a,
+body#openidsettings #site_nav_global_primary li#nav_account a,
+body#oauthconnectionssettings #site_nav_global_primary li#nav_connect a,
+body#smssettings #site_nav_global_primary li#nav_connect a,
+body[id$=adminpanel] #site_nav_global_primary li#nav_admin a,
+body#invite #site_nav_global_primary li#nav_invitecontact a,
+body#usergroups #site_nav_global_primary li#nav_invitecontact a,
+body#subscribers #site_nav_global_primary li#nav_invitecontact a,
+body#subscriptions #site_nav_global_primary li#nav_invitecontact a,
+body[id$=doc] #site_nav_global_primary li#nav_help a,
+body[id$=search] #site_nav_global_primary li#nav_search a {
+ background-color: #666;
+ color: #FFF !important;
+}
+body[id$=adminpanel] #aside_primary {
+display:none;
+}
+
+#site_nav_global_primary dt,
+#site_nav_global_secondary dt {
+display:none;
+}
+
+#site_nav_global_secondary {
+margin: 0;
+}
+
+#site_nav_global_secondary dd {
+ margin: 0;
+}
+
+#site_nav_global_secondary ul li {
+display:inline;
+}
+#export_data li a {
+padding-left:20px;
+}
+#export_data li a.foaf {
+padding-left:30px;
+}
+#export_data li a.export_vcard {
+padding-left:28px;
+}
+
+#export_data ul {
+width:100%;
+float:left;
+}
+#export_data li {
+list-style-type:none;
+float:left;
+margin-right:11px;
+}
+
+#licenses {
+margin: 0;
+clear: left;
+}
+
+#licenses dt {
+font-family: 'TeXGyreHerosBold', sans-serif;;
+display:none;
+}
+#licenses dd {
+margin: 0;
+line-height:1.5;
+}
+
+#site_content_license_cc {
+margin-bottom:0;
+}
+#site_content_license_cc img {
+ display:inline;
+ vertical-align:top;
+ margin-right:4px;
+}
+
+#core {
+ position:relative;
+ width:100%;
+ float:left;
+ margin-top: 0.5em;
+}
+
+#shownotice #content {
+ min-height:0;
+}
+
+#content_inner {
+ position:relative;
+ width:100%;
+ float:left;
+}
+
+#aside_primary {
+ width: 22em;
+ float:left;
+ margin-right:0;
+ margin-right:0;
+ margin-bottom: 2.4em;
+ background-color: #FFF;
+}
+
+#aside_primary dl {
+ font-size:1.3em;
+ line-height:1.8461538461538461538461538461538em;
+ margin-bottom:0;
+ margin-left: 0;
+}
+
+#aside_primary dl dd {
+ margin-left: 0;
+}
+
+.form_notice {
+width:45%;
+float:left;
+position:relative;
+line-height:1;
+margin-left: 9em;
+margin-top: 4.75em;
+margin-bottom: 2.6em;
+}
+.form_notice fieldset {
+border:0;
+padding:0;
+position:relative;
+}
+.form_notice legend {
+display:none;
+}
+.form_notice textarea {
+float:left;
+clear: left;
+width: 24.4em;
+height:6.7em;
+line-height:1.5;
+padding:7px 7px 16px 7px;
+position:relative;
+z-index:2;
+}
+.form_notice label {
+float:left;
+}
+.form_notice label[for=notice_data-attach],
+.form_notice #notice_data-attach {
+position:absolute;
+top:2em;
+right: 3em;
+cursor:pointer;
+}
+.form_notice label[for=notice_data-attach] {
+text-indent:-9999px;
+width:16px;
+height:16px;
+}
+.form_notice #notice_data-attach {
+opacity: 0;
+padding:0;
+height:1.6em;
+}
+.form_notice .form_note {
+position:absolute;
+bottom:2px;
+right:21.715%;
+z-index:9;
+}
+.form_notice .form_note dt {
+font-weight:bold;
+display:none;
+}
+.form_notice #notice_text-count {
+font-family: 'TeXGyreHerosBold', sans-serif;
+line-height:1.15;
+padding:1px 2px;
+}
+.form_notice #notice_action-submit {
+width:14%;
+height:47px;
+padding:0;
+position:absolute;
+bottom:0;
+right:0;
+}
+.form_notice label[for=to] {
+}
+.form_notice select[id=to] {
+margin-left: 3em;
+float:left;
+width: 21em;
+}
+.form_notice .error,
+.form_notice .success {
+float:left;
+clear:both;
+width:81.5%;
+margin-bottom:0;
+line-height:1.618;
+}
+.form_notice #notice_data-attach_selected code {
+float:left;
+width:80%;
+display:block;
+overflow:auto;
+margin-right:2.5%;
+font-size:1.1em;
+}
+.form_notice #notice_data-attach_selected button.close {
+float:right;
+font-size:0.8em;
+}
+
+.form_notice #notice_data-geo_wrap label,
+.form_notice #notice_data-geo_wrap input {
+position:absolute;
+top:3.25em;
+right:0.4em;
+left:auto;
+cursor:pointer;
+width:1.6em;
+height:1.6em;
+display:block;
+}
+.form_notice #notice_data-geo_wrap input {
+visibility:hidden;
+}
+.form_notice #notice_data-geo_wrap label {
+font-weight:normal;
+font-size:1em;
+margin-bottom:0;
+text-indent:-9999px;
+}
+
+button.close,
+button.minimize {
+width:1.6em;
+height:1.6em;
+text-indent:-9999px;
+padding:0;
+border:0;
+text-align:center;
+font-weight:bold;
+cursor:pointer;
+}
+
+/* entity_profile */
+.entity_profile {
+position:relative;
+width: 52em;
+float:left;
+margin-left:0;
+overflow:hidden;
+}
+.entity_profile dt,
+#entity_statistics dt {
+font-family: 'TeXGyreHerosBold', sans-serif;;
+}
+.entity_profile dd {
+ display:inline;
+ font-size:1.6em;
+ line-height:1.5em;
+ margin-bottom:1.5em;
+}
+
+
+.entity_profile .entity_depiction {
+float:left;
+width:96px;
+margin-right: 2.4em;
+margin-bottom: 2.4em;
+text-align: center;
+}
+
+.entity_profile .entity_fn,
+.entity_profile .entity_nickname,
+.entity_profile .entity_location,
+.entity_profile .entity_url,
+.entity_profile .entity_note,
+.entity_profile .entity_tags,
+.entity_profile .entity_aliases,
+.entity_profile .entity_statistics {
+margin-left:113px;
+}
+
+.entity_profile .entity_fn,
+.entity_profile .entity_nickname {
+margin-left:11px;
+display:inline;
+}
+.entity_profile .entity_nickname {
+margin-left:0;
+}
+.entity_profile .fn,
+.entity_profile .nickname {
+ font-family: 'TeXGyreHerosBold', sans-serif;
+}
+
+body#subscriptions .entity_profile .fn, .entity_profile .nickname {
+ font-family: TeXGyreHerosBold, sans-serif;
+ font-size: 1.6em;
+ line-height: 1.5em;
+ margin-bottom: 1.5em;
+}
+
+.entity_profile .fn:before {
+content: "(";
+font-weight:normal;
+}
+.entity_profile .fn:after {
+content: ")";
+font-weight:normal;
+}
+.entity_profile .nickname:after,
+.entity_profile .nickname:before {
+content:"";
+}
+.entity_profile dt,
+.entity_profile h2 {
+display:none;
+}
+.entity_profile .role {
+margin-left:11px;
+font-family: 'TeXGyreHerosItalic', sans-serif;
+}
+
+.section .entity_remote_subscribe {
+ color: #C00 !important;
+}
+/* entity_profile */
+
+/*entity_actions*/
+.entity_actions {
+float:right;
+margin-left:2%;
+min-width:21%;
+}
+.entity_actions h2 {
+display:none;
+}
+.entity_actions ul {
+list-style-type:none;
+}
+.entity_actions li {
+margin-bottom:7px;
+}
+.entity_actions li:first-child {
+border-top:0;
+}
+.entity_actions fieldset {
+border:0;
+padding:0;
+}
+.entity_actions legend {
+display:none;
+}
+
+.entity_actions input.submit {
+display:block;
+text-align:left;
+width:100%;
+border-color: transparent;
+text-shadow: none;
+color: #C00;
+line-height: 1.5em;
+font-size: 1.6em;
+}
+
+.entity_actions a {
+text-decoration:none;
+font-family: 'TeXGyreHerosBold', sans-serif;
+display:block;
+}
+.entity_actions a,
+.entity_actions input {
+}
+
+.entity_actions a,
+.entity_actions input,
+.entity_actions p {
+padding-left:23px;
+}
+
+.entity_actions a,
+.entity_actions p {
+padding:2px 4px 1px 26px;
+}
+
+.entity_actions .accept {
+margin-bottom:18px;
+}
+
+.entity_send-a-message button {
+position:absolute;
+top:3px;
+right:3px;
+}
+
+.entity_send-a-message .form_notice {
+position:absolute;
+top:34px;
+right:-1px;
+padding:1.795%;
+width:65%;
+z-index:2;
+border-width:1px;
+border-style:solid;
+}
+.entity_send-a-message .form_notice legend {
+display:block;
+margin-bottom:11px;
+}
+
+.entity_send-a-message .form_notice label,
+.entity_send-a-message .form_notice select {
+display:none;
+}
+.entity_send-a-message .form_notice input.submit {
+text-align:center;
+}
+
+.entity_moderation,
+.entity_role {
+position:relative;
+}
+.entity_moderation p,
+.entity_role p {
+font-weight:bold;
+padding-bottom:2px;
+margin-bottom:7px;
+}
+.entity_moderation ul,
+.entity_role ul {
+display:none;
+}
+.entity_moderation:hover ul,
+.entity_role:hover ul {
+display:block;
+width:110%;
+padding:11px;
+position:absolute;
+top:-1px;
+right:-1px;
+z-index:1;
+border-width:1px;
+border-style:solid;
+}
+
+.entity_tags ul {
+list-style-type:none;
+display:inline;
+}
+.entity_tags li {
+display:inline;
+margin-right:7px;
+}
+.entity_tags li:before {
+content:'\0009';
+}
+
+.aside .section {
+clear:both;
+float:left;
+width:100%;
+list-style-position:inside;
+}
+.aside .section h2 {
+ text-transform:uppercase;
+ color: #FFF;
+ background-color: #CCC;
+}
+
+#entity_statistics {
+ margin-bottom: 2.4em;
+}
+#entity_statistics dt,
+#entity_statistics dd {
+display:inline;
+margin-right: 0.5em;
+}
+#entity_statistics dt:after {
+content: ":";
+}
+
+#entity_map a {
+ font-size: 1.3em;
+ line-height: 1.84615em;
+ margin-bottom: 0px;
+ margin-left: 0px;
+}
+.section ul.entities {
+float:left;
+width: 15em;
+}
+.section .entities li {
+list-style-type:none;
+float:left;
+margin-right:1.5em;
+margin-bottom: 1.5em;
+display:inline;
+}
+.section .entities li .photo {
+margin-right:0;
+margin-bottom:0;
+}
+.section .entities li .fn {
+display:none;
+}
+
+.aside .section p,
+.aside .section .more {
+clear:both;
+}
+
+.profile .entity_profile {
+margin-bottom: 1.6em;
+min-height:60px;
+}
+
+.profile .form_group_join legend,
+.profile .form_group_leave legend,
+.profile .form_user_subscribe legend,
+.profile .form_user_unsubscribe legend {
+display:none;
+}
+
+.profiles {
+list-style-type:none;
+font-size: 100%;
+}
+.profile .entity_profile .fn.nickname,
+.profile .entity_profile .url[rel~=contact] {
+ margin-left: 1.2em;
+ display:inline;
+}
+
+.profile .entity_profile .fn,
+.profile .entity_profile .label {
+margin-left:11px;
+margin-bottom:4px;
+width:auto;
+clear:none;
+}
+
+.profile .entity_profile .note,
+.profile .entity_profile .entity_tag,
+.profile .entity_profile .form_subscription_edit {
+margin-left: 3.75em;
+clear:none;
+display:block;
+width:auto;
+}
+
+.profile .entity_profile .note {
+ margin-bottom: 0.2em;
+}
+
+.profile .entity_profile .url,
+.profile .entity_profile .entity_tags{
+ margin-left: 6em;
+ display: block;
+ width: auto;
+}
+
+.profile .entity_profile .entity_tags dt {
+display:inline;
+margin-right:11px;
+}
+
+.profile .entity_profile .form_subscription_edit label {
+font-weight:normal;
+margin-right:11px;
+}
+
+/*applications*/
+.applications {
+margin-bottom:18px;
+float:left;
+width:100%;
+}
+.applications li {
+list-style-type:none;
+}
+.application img,
+#showapplication .entity_profile img,
+.form_data #application_icon img,
+#apioauthauthorize .form_data img {
+max-width:96px;
+max-height:96px;
+}
+#apioauthauthorize .form_data img {
+margin-right:18px;
+float:left;
+}
+#showapplication .entity_profile {
+width:68%;
+}
+#showapplication .entity_profile .entity_fn {
+margin-left:0;
+}
+#showapplication .entity_profile .entity_fn .fn:before,
+#showapplication .entity_profile .entity_fn .fn:after {
+content:'';
+}
+#showapplication .entity_data {
+clear:both;
+margin-bottom:18px;
+}
+#showapplication .entity_data h2 {
+display:none;
+}
+#showapplication .entity_data dl {
+margin-bottom:18px;
+}
+#showapplication .entity_data dt {
+font-weight:bold;
+}
+#showapplication .entity_data dd {
+margin-left:1.795%;
+font-family:monospace;
+font-size:1.3em;
+}
+.form_data #application_types label.radio,
+.form_data #default_access_types label.radio {
+width:14.5%;
+}
+
+/* NOTICE */
+ol.notices, ol.xoxo {
+ font-size: 100%;
+ line-height: 1;
+}
+
+.notice,
+.profile,
+.application {
+position:relative;
+clear:both;
+float:left;
+width:100%;
+}
+.notices li {
+list-style-type:none;
+}
+
+.notices li li {
+}
+.notices .notices {
+margin-top: 4.8em;
+}
+.mark-top {
+border-top-width:1px;
+border-top-style:solid;
+}
+
+/* NOTICES */
+#notices_primary {
+float:left;
+width:100%;
+}
+#notices_primary h2 {
+display:none;
+}
+.notice-data a span {
+display:block;
+padding-left:28px;
+}
+
+.notice .author {
+margin-right:11px;
+}
+#showstream #content .notice .author {
+display:none;
+}
+
+.fn {
+ overflow:hidden;
+}
+
+p .fn {
+ font-size: 100%;
+}
+.notice .author .fn {
+ font-family: 'TexGyreHerosBold', sans-serif;
+ font-size:1.6em;
+ line-height:1.5em;
+ margin-bottom:1.5em;
+}
+
+.vcard .photo {
+display:inline;
+float:left;
+}
+#shownotice .vcard .photo {
+margin-bottom:4px;
+}
+#content .notice .author .photo {
+position:absolute;
+left:0;
+float:none;
+margin-top: 0.6em;
+}
+#content .notice .entry-title {
+margin-left: 6em;
+max-width: 48em;
+}
+
+.vcard .url,
+.vcard .entity_tags{
+ text-decoration:none;i
+ font-size:1.3em;
+}
+.vcard .url:hover {
+text-decoration:underline;
+}
+
+.notice .entry-title {
+overflow:hidden;
+word-wrap:break-word;
+}
+.notice .entry-title.ov {
+overflow:visible;
+}
+#showstream .notice .entry-title,
+#showstream .notice div.entry-content {
+margin-left:0;
+}
+#shownotice .notice .entry-title {
+margin-left:110px;
+font-size:2.2em;
+min-height:123px;
+}
+#shownotice .notice div.entry-content {
+margin-left:0;
+}
+
+.notice p.entry-content {
+display:inline;
+}
+
+#content .notice p.entry-content a:visited {
+}
+.notice p.entry-content .vcard a {
+}
+
+.notice div.entry-content {
+ clear:left;
+ float:left;
+ font-size:1.3em;
+ line-height:1.8461538461538461538461538461538em;
+ margin-bottom:1.8461538461538461538461538461538em;
+ margin-left: 4.75em;
+}
+#showstream .notice div.entry-content,
+#shownotice .notice div.entry-content {
+max-width:79%;
+}
+
+.notice .notice-options a,
+.notice .notice-options input {
+float:left;
+}
+
+.notice div.entry-content .timestamp {
+display:inline-block;
+}
+
+.entry-content .repeat {
+display:block;
+}
+.entry-content .repeat .photo {
+float:none;
+margin-right:1px;
+position:relative;
+top:4px;
+left:0;
+}
+
+.dialogbox {
+position:absolute;
+top:-1px;
+right:-1px;
+z-index:9;
+float:none;
+padding:11px;
+border-style:solid;
+border-width:1px;
+background-color: #FFF;
+font-size: 62.5%;
+}
+
+.dialogbox legend {
+display:block !important;
+margin-right:18px;
+margin-bottom:18px;
+font-size: 1.6em;
+}
+
+.dialogbox button.close {
+position:absolute;
+right:3px;
+top:3px;
+}
+
+.dialogbox .form_guide {
+font-weight:normal;
+padding:0;
+}
+
+.dialogbox .submit_dialogbox {
+font-weight:bold;
+text-indent:0;
+min-width:46px;
+}
+.dialogbox input {
+padding-left:4px;
+}
+.dialogbox fieldset {
+margin-bottom:0;
+}
+
+#wrap form.processing input.submit,
+.entity_actions a.processing,
+.dialogbox.processing .submit_dialogbox {
+cursor:wait;
+outline:none;
+text-indent:-9999px;
+}
+
+.form_repeat.dialogbox {
+top:-4px;
+right:29px;
+min-width:199px;
+}
+
+.notice-options {
+position:relative;
+width:9.8em;
+float:right;
+}
+
+.notice-options a {
+float:left;
+}
+.notice-options .notice_reply,
+.notice-options .form_repeat,
+.notice-options .form_favor,
+.notice-options .form_disfavor,
+.notice-options .repeated {
+float:left;
+margin-left: 0.5em;
+}
+.notice-options .form_favor,
+.notice-options .form_disfavor {
+margin-left:0;
+}
+.notice-options input,
+.notice-options a,
+.notice-options .repeated {
+text-indent:-9999px;
+outline:none;
+width: 1em;
+}
+.notice-options input.submit {
+display:block;
+border:0;
+}
+.notice-options .notice_reply,
+.notice-options .notice_delete {
+text-decoration:none;
+}
+.notice .notice-options .notice_delete {
+float:right;
+}
+.notice-options form input.submit {
+width:16px;
+height:16px;
+padding:0;
+}
+.notice-options .form_repeat legend,
+.notice-options .form_favor legend,
+.notice-options .form_disfavor legend {
+display:none;
+}
+.notice-options .form_repeat fieldset,
+.notice-options .form_favor fieldset,
+.notice-options .form_disfavor fieldset {
+border:0;
+padding:0;
+}
+.notice-options a,
+.notice-options .repeated {
+ font-size:1.6em;
+ line-height:1.5em;
+ margin-bottom:0;
+}
+
+.notice .attachment {
+position:relative;
+padding-left:16px;
+}
+.notice .attachment.more {
+text-indent:-9999px;
+width:16px;
+height:16px;
+display:inline-block;
+overflow:hidden;
+vertical-align:middle;
+margin-left:4px;
+}
+
+#attachments .attachment,
+.notice .attachment.more {
+padding-left:0;
+}
+.notice .attachment img {
+position:absolute;
+top:18px;
+left:0;
+z-index:99;
+}
+#shownotice .notice .attachment img {
+position:static;
+}
+
+#attachments {
+clear:both;
+float:left;
+width:100%;
+margin-top:18px;
+}
+#attachments dt {
+font-weight:bold;
+font-size:1.3em;
+margin-bottom:4px;
+}
+
+#attachments ol li {
+margin-bottom:18px;
+list-style-type:decimal;
+float:left;
+clear:both;
+}
+
+#jOverlayContent,
+#jOverlayContent #content,
+#jOverlayContent #content_inner {
+width: auto !important;
+margin-bottom:0;
+}
+#jOverlayContent #content {
+padding:11px;
+min-height:auto;
+}
+#jOverlayContent .entry-title {
+display:block;
+margin-bottom:11px;
+}
+#jOverlayContent button {
+position:absolute;
+top:0;
+right:0;
+}
+#jOverlayContent h1 {
+max-width:425px;
+}
+#jOverlayContent #content {
+}
+#jOverlayLoading {
+top:5%;
+left:40%;
+}
+#attachment_view img {
+max-width:480px;
+max-height:480px;
+}
+#attachment_view #oembed_info {
+margin-top:11px;
+}
+#attachment_view #oembed_info dt,
+#attachment_view #oembed_info dd {
+float:left;
+}
+#attachment_view #oembed_info dt {
+clear:left;
+margin-right:11px;
+font-weight:bold;
+}
+#attachment_view #oembed_info dt:after {
+content: ":";
+}
+
+#usergroups #new_group {
+float: left;
+margin-right: 2em;
+}
+#new_group, #group_search {
+margin-bottom:18px;
+}
+#new_group a {
+padding-left:20px;
+}
+
+#filter_tags {
+margin-bottom:11px;
+float:left;
+}
+#filter_tags dt {
+display:none;
+}
+#filter_tags ul {
+ list-style-type:none;
+ font-size: 100%;
+ line-height: 1;
+}
+#filter_tags li {
+float:left;
+margin-left:7px;
+padding-left:7px;
+border-left-width:1px;
+border-left-style:solid;
+}
+#filter_tags #filter_tags_all {
+margin-left:0;
+border-left:0;
+padding-left:0;
+}
+#filter_tags_all a {
+font-weight:bold;
+margin-top:7px;
+float:left;
+}
+
+#filter_tags_item label {
+margin-right:7px;
+}
+#filter_tags_item label,
+#filter_tags_item select {
+float:left;
+}
+#filter_tags_item p {
+float:left;
+clear:both;
+margin-left:38px;
+}
+#filter_tags_item .submit {
+position:relative;
+top:-3px;
+left:3px;
+}
+
+.pagination {
+float:left;
+clear:both;
+width:100%;
+margin-top:18px;
+}
+
+.pagination dt {
+font-weight:bold;
+display:none;
+}
+
+.pagination .nav {
+float:left;
+width:100%;
+list-style-type:none;
+}
+
+.pagination .nav_prev {
+float:left;
+}
+.pagination .nav_next {
+float:right;
+}
+
+.pagination a {
+display:block;
+text-decoration:none;
+padding:0.7em;
+font-size: 1.2em;
+vertical-align: middle;
+line-height: 1;
+color: #C00 !important;
+width: auto !important;
+}
+
+.pagination .nav_prev a {
+padding-left:30px;
+}
+.pagination .nav_next a {
+padding-right:30px;
+}
+/* END: NOTICE */
+
+.hentry .entry-content li {
+ margin-left: 3.75em;;
+}
+
+.hentry .entry-content .form_settings ul {
+margin-left:0;
+}
+
+#content #plugin_authors {
+min-width:122px;
+}
+#content thead th {
+text-align:left;
+}
+#content tbody th {
+vertical-align:top;
+text-align:left;
+font-weight:normal;
+padding-top:11px;
+padding-right:18px;
+}
+#content tbody tr {
+border-top-width:1px;
+border-top-style:dotted;
+}
+#content td {
+padding:11px 18px 11px 0;
+vertical-align:top;
+}
+#content td:last-child {
+padding-right:0;
+}
+
+/* TOP_POSTERS */
+.section tbody td {
+padding-right:18px;
+padding-bottom:11px;
+}
+.section .vcard .photo {
+margin-right:7px;
+margin-bottom:0;
+}
+
+.section .notice {
+padding-top:7px;
+padding-bottom:7px;
+border-top:0;
+}
+
+.section .notice:first-child {
+padding-top:0;
+}
+
+.section .notice .author {
+margin-right:0;
+}
+.section .notice .author .fn {
+display:none;
+}
+
+/* tagcloud */
+.tag-cloud {
+list-style-type:none;
+text-align:center;
+}
+.aside .tag-cloud {
+font-size:0.8em;
+word-wrap:break-word;
+}
+.tag-cloud li {
+display:inline;
+margin-right:7px;
+line-height:1.25;
+}
+
+.tag-cloud li:before {
+content:'\0009';
+}
+
+.aside .tag-cloud li {
+line-height:1.5;
+}
+.tag-cloud li a {
+text-decoration:none;
+}
+#tagcloud.section dt {
+text-transform:uppercase;
+font-weight:bold;
+}
+.tag-cloud-1 {
+font-size:1em;
+}
+.tag-cloud-2 {
+font-size:1.25em;
+}
+.tag-cloud-3 {
+font-size:1.75em;
+}
+.tag-cloud-4 {
+font-size:2em;
+}
+.tag-cloud-5 {
+font-size:2.25em;
+}
+.tag-cloud-6 {
+font-size:2.75em;
+}
+.tag-cloud-7 {
+font-size:3.25em;
+}
+
+#publictagcloud #tagcloud.section dt {
+display:none;
+}
+
+#form_settings_photo .form_data {
+clear:both;
+}
+
+#form_settings_avatar li {
+width:auto;
+}
+#form_settings_avatar input {
+margin-left:0;
+}
+#avatar_original,
+#avatar_preview {
+float:left;
+}
+#avatar_preview {
+margin-left:29px;
+}
+#avatar_preview_view {
+height:96px;
+width:96px;
+margin-bottom:18px;
+overflow:hidden;
+}
+
+#settings_attach,
+#form_settings_avatar .form_actions {
+clear:both;
+}
+
+#form_settings_avatar .form_actions {
+margin-bottom:0;
+}
+
+#settings_design_background-image img {
+max-width:480px;
+max-height:480px;
+}
+
+#settings_design_color .form_data,
+#color-picker {
+float:left;
+}
+#settings_design_color .form_data {
+width:400px;
+margin-right:1%;
+}
+
+#settings_design_color .form_data li {
+width:33%;
+}
+#settings_design_color .form_data label {
+float:none;
+display:block;
+}
+#settings_design_color .form_data .swatch {
+padding:11px;
+margin-left:0;
+width:auto;
+}
+
+.system_notice ul,
+.instructions ul {
+margin-left:1em;
+}
+.instructions ul {
+margin-bottom:18px;
+}
+.help dt {
+display:none;
+}
+.guide {
+clear:both;
+}
+
+#bookmarklet address {
+display:none;
+}
+#bookmarklet .form_notice {
+width:auto;
+}
+#bookmarklet #wrap {
+min-width:0;
+}
+
+}/*end of @media screen, projection, tv*/
+
+
+@media print {
+a:after { background-color:#FFFFFF; }
+a:not([href^="#"]):after { content:" <"attr(href)"> "; }
+img { border:none; }
+p { orphans: 2; widows: 1; }
+
+#site_nav_global_primary,
+#site_nav_local_views,
+#form_notice,
+.pagination,
+#site_nav_global_secondary,
+.entity_actions,
+.notice-options,
+#aside_primary,
+.form_subscription_edit .submit {
+display:none;
+}
+.timestamp dt, .timestamp dd,
+.device dt, .device dd {
+display:inline;
+}
+
+}/*end of @media print*/
diff --git a/theme/mnml/css/ie.css b/theme/mnml/css/ie.css
new file mode 100644
index 000000000..01a8ffcbd
--- /dev/null
+++ b/theme/mnml/css/ie.css
@@ -0,0 +1,87 @@
+/* IE specific styles */
+input.checkbox,
+input.radio {
+top:0;
+}
+
+#wrap {
+ *position: relative;
+}
+
+#site_nav_global_primary {
+ *float: none;
+ *left: 1em;
+}
+
+img.logo {
+ *margin-bottom: 1.75em;
+ }
+
+.form_notice textarea {
+width:78%;
+}
+.form_notice .form_note + label {
+position:absolute;
+top:25px;
+left:83%;
+text-indent:-9999px;
+height:16px;
+width:16px;
+display:block;
+}
+.form_notice #notice_action-submit {
+width:17%;
+max-width:17%;
+}
+.form_notice #notice_data-attach_selected,
+.form_notice #notice_data-geo_selected {
+width:78.75%;
+}
+.form_notice #notice_data-attach_selected button,
+.form_notice #notice_data-geo_selected button {
+padding:0 4px;
+}
+.form_notice .form_note + label {
+ background:transparent url(../images/icons/icons-01.png) no-repeat 0 -328px;
+}
+
+.form_notice #notice_data-attach {
+ filter: alpha(opacity=0);
+}
+.form_notice #notice_data-geo_wrap label {
+ background:transparent url(../images/icons/icons-01.png) no-repeat
+0 -1780px;
+}
+.form_notice #notice_data-geo_wrap label.checked {
+ background:transparent url(../images/icons/icons-01.png) no-repeat
+0 -1846px;
+}
+
+.notices li {
+*margin-bottom: 1.6em;
+}
+
+.notice-options input.submit {
+font-size:0;
+text-align:right;
+text-indent:0;
+}
+.notice div.entry-content .timestamp a {
+margin-right:4px;
+}
+.entity_profile {
+width:64%;
+}
+.notice {
+z-index:1;
+}
+.notice:hover {
+z-index:9999;
+}
+.notice .thumbnail img {
+z-index:9999;
+}
+
+.form_settings fieldset fieldset legend {
+line-height:auto;
+}
diff --git a/theme/mnml/css/ie6.css b/theme/mnml/css/ie6.css
new file mode 100644
index 000000000..6df5e01ce
--- /dev/null
+++ b/theme/mnml/css/ie6.css
@@ -0,0 +1,40 @@
+/* IE6 specific styles */
+address {
+margin-left:7px;
+}
+address .fn {
+display:none;
+}
+
+#wrap {
+width:1003px;
+margin:0 auto;
+}
+
+#content {
+width:66%;
+}
+#aside_primary {
+padding:1.8%;
+width:24%;
+}
+.entity_profile .entity_nickname,
+.entity_profile .entity_location,
+.entity_profile .entity_url,
+.entity_profile .entity_note,
+.entity_profile .entity_tags {
+margin-left:0;
+}
+.entity_profile .entity_depiction {
+margin-bottom:123px;
+}
+.entity_actions {
+width:20%;
+}
+.notice div.entry-content {
+width:65%;
+margin-left:30px;
+}
+.notice-options a {
+width:16px;
+}
diff --git a/theme/mnml/css/jquery.Jcrop.css b/theme/mnml/css/jquery.Jcrop.css
new file mode 100644
index 000000000..b35f332aa
--- /dev/null
+++ b/theme/mnml/css/jquery.Jcrop.css
@@ -0,0 +1,35 @@
+/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
+.jcrop-holder { text-align: left; }
+
+.jcrop-vline, .jcrop-hline
+{
+ font-size: 0;
+ position: absolute;
+ background: white url(../images/illustrations/illu_jcrop.gif) top left repeat;
+}
+.jcrop-vline { height: 100%; width: 1px !important; }
+.jcrop-hline { width: 100%; height: 1px !important; }
+.jcrop-handle {
+ font-size: 1px;
+ width: 7px !important;
+ height: 7px !important;
+ border: 1px #eee solid;
+ background-color: #333;
+ *width: 9px;
+ *height: 9px;
+}
+
+.jcrop-tracker { width: 100%; height: 100%; }
+
+.custom .jcrop-vline,
+.custom .jcrop-hline
+{
+ background: yellow;
+}
+.custom .jcrop-handle
+{
+ border-color: black;
+ background-color: #C7BB00;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+}
diff --git a/theme/mnml/css/mp-screen.css b/theme/mnml/css/mp-screen.css
new file mode 100644
index 000000000..cc9514174
--- /dev/null
+++ b/theme/mnml/css/mp-screen.css
@@ -0,0 +1,293 @@
+/** theme: mobile profile screen
+ *
+ * @package StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2009-2010 StatusNet, Inc.
+ * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link http://status.net/
+ */
+
+#wrap {
+min-width:0;
+max-width:100%;
+}
+
+body {
+ max-width: 100%;
+ margin: 0 1em;
+}
+
+#header {
+margin:0;
+padding:0.7em 2%;
+width:96%;
+}
+
+address {
+margin:1em 0 0 0;
+float:left;
+width:100%;
+}
+address .vcard .photo {
+margin-right:0;
+}
+
+address img + .fn {
+display:block;
+margin-top:1em;
+float:left;
+}
+
+.vcard .photo {
+margin-right:7px;
+}
+
+
+.form_settings fieldset {
+margin-bottom:7px;
+}
+
+.form_settings label {
+width:auto;
+display:block;
+float:none;
+}
+.form_settings .form_data li {
+margin-bottom:7px;
+}
+
+.form_settings .form_data textarea,
+.form_settings .form_data select,
+.form_settings .form_data input {
+margin-left:0;
+display:block;
+}
+.form_settings .form_data textarea {
+width:96.41%;
+}
+
+.form_settings .form_data label {
+float:none;
+}
+
+.form_settings .form_data p.form_guide {
+width:auto;
+margin-left:0;
+}
+
+#site_nav_global_primary {
+margin:0;
+width:100%;
+list-style-type:none;
+position:absolute;
+top:0;
+left:0;
+}
+#site_nav_global_primary li {
+margin-left:0;
+margin-right:4%;
+float:left;
+font-size:0.9em;
+}
+
+#form_notice {
+width:100%;
+margin-left: 0;
+}
+
+#form_notice textarea {
+width:60%;
+height:20px;
+}
+
+#notice_text-count {
+position:absolute;
+bottom:2px;
+right:40%;
+z-index:9;
+}
+
+/*input type=file no good in
+iPhone/iPod Touch, Android, Opera Mini Simulator
+*/
+#form_notice #notice_text-count + label,
+#form_notice label[for="notice_data-attach"] {
+display:none;
+}
+#form_notice #notice_data-attach {
+position:static;
+clear:both;
+width:65%;
+height:auto;
+display:block;
+z-index:9;
+padding:0;
+margin:0;
+background:none;
+opacity:1;
+}
+
+#form_notice #notice_action-submit {
+width:20%;
+right:2%;
+text-align:center;
+}
+
+
+#site_nav_local_views li {
+margin-left:0;
+margin-right:0;
+}
+#site_nav_local_views li:first-child {
+margin-left:0;
+}
+#site_nav_local_views a {
+padding:1px 3px;
+display:block;
+font-size:0.9em;
+}
+#site_nav_local_views .current a {
+text-shadow:none;
+}
+#site_nav_local_views li {
+-moz-box-shadow:none;
+-webkit-box-shadow:none;
+box-shadow:none;
+}
+
+
+#content {
+width:96.41%;
+min-height:auto;
+}
+#content,
+#site_nav_local_views a,
+#aside_primary {
+border:0;
+}
+
+.instructions p,
+.instructions ul {
+margin-bottom:4px;
+}
+
+h1 {
+margin-bottom:0;
+}
+
+.notice,
+.profile {
+padding-top:4px;
+padding-bottom:4px;
+min-height:65px;
+}
+#content .notice .entry-title {
+float:left;
+width:100%;
+margin-left:0;
+}
+#content .notice .author .photo {
+position:static;
+float:left;
+}
+#content .notice div.entry-content {
+margin-left:0;
+width:75%;
+max-width:100%;
+min-width:0;
+}
+.notice-options {
+margin-right:1%;
+}
+
+.notice-options form.processing {
+background-image:none;
+}
+#wrap .notice-options form.processing input.submit {
+background-position:0 47%;
+}
+
+.notice .notice-options a,
+.notice .notice-options input {
+box-shadow:none;
+-moz-box-shadow:none;
+-webkit-box-shadow:none;
+}
+.notice .notice-options a,
+.notice .notice-options form {
+margin: 0;
+}
+.notice .notice-options .form_repeat,
+.notice .notice-options .notice_delete {
+margin-top:0px;
+}
+.notice .notice-options .form_favor,
+.notice .notice-options .form_disfavor,
+.notice .notice-options .form_repeat {
+margin-right:11px;
+}
+
+.notice .notice-options .notice_delete {
+float:left;
+}
+
+.entity_profile {
+width:auto;
+}
+
+.entity_actions {
+margin-right:0;
+margin-left:0;
+clear:both;
+float:none;
+width:100%;
+max-width:9999px;
+}
+
+.entity_profile {
+margin-bottom:7px;
+min-height:0;
+}
+
+.entity_profile .entity_fn,
+.entity_profile .entity_nickname,
+.entity_profile .entity_location,
+.entity_profile .entity_url,
+.entity_profile .entity_note,
+.entity_profile .entity_tags,
+.entity_profile .entity_aliases {
+line-height:1.4;
+margin-left:0;
+}
+
+.entity_profile .entity_depiction {
+margin-bottom:1%;
+margin-right:7px;
+}
+
+.entity_actions {
+margin-bottom:1%;
+float:left;
+width:100%;
+}
+
+.entity_actions li {
+float:left;
+margin-right:1.5%;
+margin-bottom:0;
+height:29px;
+width:40%;
+}
+
+.user_in .entity_actions .entity_subscribe {
+margin-bottom:47px;
+width:auto;
+height:auto;
+margin-right:5%;
+}
+
+#footer {
+width:96%;
+padding:2%;
+}
+
diff --git a/theme/mnml/css/uap.css b/theme/mnml/css/uap.css
new file mode 100644
index 000000000..9b724cfb0
--- /dev/null
+++ b/theme/mnml/css/uap.css
@@ -0,0 +1,53 @@
+/** Universal Ad Package styles:
+ * Medium Rectangle 300x250
+ * Rectangle 180x150
+ * Leaderboard 728x90
+ * Wide Skyscraper 160x600
+ *
+ * @package StatusNet
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2010 StatusNet, Inc.
+ * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @link http://status.net/
+ */
+
+.ad {
+border:1px solid #CCC;
+float:left;
+}
+
+#ad_medium-rectangle {
+width:300px;
+height:250px;
+
+margin-left:1.35%;
+margin-bottom:18px;
+}
+
+#ad_rectangle {
+width:180px;
+height:150px;
+
+float:none;
+clear:both;
+margin:0 auto;
+margin-bottom:29px;
+}
+
+#ad_leaderboard {
+width:728px;
+height:90px;
+
+margin:0 auto 18px;
+float:none;
+clear:both;
+}
+
+#ad_wide-skyscraper {
+width:160px;
+height:600px;
+
+float:right;
+margin-top:18px;
+margin-right:8.25%;
+}
diff --git a/theme/mnml/default-avatar-mini.png b/theme/mnml/default-avatar-mini.png
new file mode 100644
index 000000000..3f1682a0c
--- /dev/null
+++ b/theme/mnml/default-avatar-mini.png
Binary files differ
diff --git a/theme/mnml/default-avatar-profile.png b/theme/mnml/default-avatar-profile.png
new file mode 100644
index 000000000..a667695e9
--- /dev/null
+++ b/theme/mnml/default-avatar-profile.png
Binary files differ
diff --git a/theme/mnml/default-avatar-stream.png b/theme/mnml/default-avatar-stream.png
new file mode 100644
index 000000000..cec1ac1f8
--- /dev/null
+++ b/theme/mnml/default-avatar-stream.png
Binary files differ
diff --git a/theme/mnml/fonts/GUST e-foundry License.txt b/theme/mnml/fonts/GUST e-foundry License.txt
new file mode 100644
index 000000000..9da139743
--- /dev/null
+++ b/theme/mnml/fonts/GUST e-foundry License.txt
@@ -0,0 +1,29 @@
+This is a preliminary version (2006-09-30), barring acceptance from
+the LaTeX Project Team and other feedback, of the GUST Font License.
+(GUST is the Polish TeX Users Group, http://www.gust.org.pl)
+
+For the most recent version of this license see
+http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
+or
+http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
+
+This work may be distributed and/or modified under the conditions
+of the LaTeX Project Public License, either version 1.3c of this
+license or (at your option) any later version.
+
+Please also observe the following clause:
+1) it is requested, but not legally required, that derived works be
+ distributed only after changing the names of the fonts comprising this
+ work and given in an accompanying "manifest", and that the
+ files comprising the Work, as listed in the manifest, also be given
+ new names. Any exceptions to this request are also given in the
+ manifest.
+
+ We recommend the manifest be given in a separate file named
+ MANIFEST-<fontid>.txt, where <fontid> is some unique identification
+ of the font family. If a separate "readme" file accompanies the Work,
+ we recommend a name of the form README-<fontid>.txt.
+
+The latest version of the LaTeX Project Public License is in
+http://www.latex-project.org/lppl.txt and version 1.3c or later
+is part of all distributions of LaTeX version 2006/05/20 or later.
diff --git a/theme/mnml/fonts/stylesheet.css b/theme/mnml/fonts/stylesheet.css
new file mode 100644
index 000000000..8b4e55483
--- /dev/null
+++ b/theme/mnml/fonts/stylesheet.css
@@ -0,0 +1,60 @@
+/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 31, 2010 09:11:40 AM America/New_York */
+
+
+
+@font-face {
+ font-family: 'TeXGyreHerosRegular';
+ src: url('texgyreheros-regular-webfont.eot');
+ src: local('☺'), url('texgyreheros-regular-webfont.woff') format('woff'), url('texgyreheros-regular-webfont.ttf') format('truetype'), url('texgyreheros-regular-webfont.svg#webfontznVDIkhT') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosItalic';
+ src: url('texgyreheros-italic-webfont.eot');
+ src: local('☺'), url('texgyreheros-italic-webfont.woff') format('woff'), url('texgyreheros-italic-webfont.ttf') format('truetype'), url('texgyreheros-italic-webfont.svg#webfontonVrQ9Kn') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosBold';
+ src: url('texgyreheros-bold-webfont.eot');
+ src: local('☺'), url('texgyreheros-bold-webfont.woff') format('woff'), url('texgyreheros-bold-webfont.ttf') format('truetype'), url('texgyreheros-bold-webfont.svg#webfontaJCL46uI') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosCnRegular';
+ src: url('texgyreheroscn-regular-webfont.eot');
+ src: local('☺'), url('texgyreheroscn-regular-webfont.woff') format('woff'), url('texgyreheroscn-regular-webfont.ttf') format('truetype'), url('texgyreheroscn-regular-webfont.svg#webfont5LIRj7jM') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosCnItalic';
+ src: url('texgyreheroscn-italic-webfont.eot');
+ src: local('☺'), url('texgyreheroscn-italic-webfont.woff') format('woff'), url('texgyreheroscn-italic-webfont.ttf') format('truetype'), url('texgyreheroscn-italic-webfont.svg#webfontHl3qwlFd') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosCnBold';
+ src: url('texgyreheroscn-bold-webfont.eot');
+ src: local('☺'), url('texgyreheroscn-bold-webfont.woff') format('woff'), url('texgyreheroscn-bold-webfont.ttf') format('truetype'), url('texgyreheroscn-bold-webfont.svg#webfonthCSznjKQ') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'TeXGyreHerosCnBoldItalic';
+ src: url('texgyreheroscn-bolditalic-webfont.eot');
+ src: local('☺'), url('texgyreheroscn-bolditalic-webfont.woff') format('woff'), url('texgyreheroscn-bolditalic-webfont.ttf') format('truetype'), url('texgyreheroscn-bolditalic-webfont.svg#webfontYufML4kp') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
diff --git a/theme/mnml/fonts/texgyreheros-bold-webfont.eot b/theme/mnml/fonts/texgyreheros-bold-webfont.eot
new file mode 100644
index 000000000..b31bded80
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-bold-webfont.eot
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-bold-webfont.svg b/theme/mnml/fonts/texgyreheros-bold-webfont.svg
new file mode 100644
index 000000000..6b494fc75
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-bold-webfont.svg
@@ -0,0 +1,238 @@
+<?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.
+</metadata>
+<defs>
+<font id="webfont9lJYtsYM" horiz-adv-x="556" >
+<font-face units-per-em="1000" ascent="784" descent="-216" />
+<missing-glyph horiz-adv-x="278" />
+<glyph unicode=" " horiz-adv-x="278" />
+<glyph unicode="&#x09;" horiz-adv-x="278" />
+<glyph unicode="&#xa0;" horiz-adv-x="278" />
+<glyph unicode="!" horiz-adv-x="333" d="M242 0h-150v146h150v-146zM242 516l-42 -309h-67l-41 309v210h150v-210z" />
+<glyph unicode="&#x22;" horiz-adv-x="474" d="M424 599l-42 -129h-56l-40 129v130h138v-130zM188 599l-42 -129h-56l-40 129v130h138v-130z" />
+<glyph unicode="#" d="M553 424h-109l-31 -153h100v-99h-119l-40 -204h-105l40 204h-103l-40 -204h-106l40 204h-77v99h97l30 153h-99v99h119l34 174h105l-34 -174h103l34 174h105l-34 -174h90v-99zM338 424h-103l-30 -153h103z" />
+<glyph unicode="$" d="M527 195q0 -56 -22.5 -102.5t-63.5 -72.5q-51 -32 -130 -41v-105h-68v105q-82 8 -135 46q-86 61 -86 173v9h131q5 -106 90 -121v213q-204 47 -204 213q0 84 53.5 136t150.5 61v54h68v-54q95 -5 150.5 -61.5t55.5 -149.5h-128q0 46 -20 75.5t-58 34.5v-201 q116 -32 166 -81t50 -131zM243 427v181q-81 -16 -81 -92q0 -63 81 -89zM395 183q0 73 -84 99v-196q84 21 84 97z" />
+<glyph unicode="%" horiz-adv-x="889" d="M390 517q0 -73 -54.5 -126.5t-129.5 -53.5q-76 0 -130 53.5t-54 128.5t54 128.5t130 53.5q77 0 130.5 -53.5t53.5 -130.5zM291 518q0 35 -25 59.5t-60 24.5t-60 -24.5t-25 -58.5q0 -35 25 -59.5t60 -24.5t60 24.5t25 58.5zM692 709l-395 -729h-107l396 729h106zM863 167 q0 -73 -54.5 -126.5t-129.5 -53.5q-76 0 -130 53.5t-54 129.5q0 75 54 128.5t130 53.5q77 0 130.5 -53.5t53.5 -131.5zM764 168q0 35 -25 60t-60 25t-60 -24.5t-25 -59.5t25 -59.5t60 -24.5t60 24.5t25 58.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="722" d="M694 0h-161l-46 56q-60 -45 -102 -62t-93 -17q-107 0 -172 59.5t-65 156.5q0 71 34.5 116.5t122.5 91.5q-9 12 -12 15l-28 34q-43 51 -42 106q0 71 54.5 119t134.5 48t129 -42.5t49 -112.5q0 -54 -25 -92t-92 -84l116 -144q30 57 30 115v10h113v-16q0 -56 -19.5 -111.5 t-48.5 -91.5zM414 148l-136 171l-47 -29q-43 -26 -43 -80q0 -45 32.5 -81t73.5 -36q48 0 120 55zM377 556q0 28 -15 43t-42 15q-25 0 -41.5 -13.5t-16.5 -34.5q0 -19 8.5 -33.5t46.5 -62.5q60 33 60 86z" />
+<glyph unicode="'" horiz-adv-x="238" d="M188 599l-42 -129h-56l-40 129v130h138v-130z" />
+<glyph unicode="(" horiz-adv-x="333" d="M303 -200h-100q-86 130 -124.5 239.5t-38.5 225.5q0 115 38.5 225t124.5 239h100q-79 -153 -109.5 -253.5t-30.5 -210.5t30 -210t110 -255z" />
+<glyph unicode=")" horiz-adv-x="333" d="M285 264q0 -115 -38.5 -225t-124.5 -239h-100q79 153 109.5 253.5t30.5 210.5t-30 210t-110 255h100q86 -130 124.5 -239.5t38.5 -225.5z" />
+<glyph unicode="*" horiz-adv-x="389" d="M357 579l-109 -35l67 -94l-58 -43l-67 94l-67 -94l-58 43l67 94l-109 36l22 69l109 -36v116h72v-116l109 36z" />
+<glyph unicode="+" horiz-adv-x="584" d="M524 200h-182v-182h-100v182h-182v100h182v182h100v-182h182v-100z" />
+<glyph unicode="," horiz-adv-x="278" d="M214 9q0 -58 -12 -90.5t-42 -55.5q-39 -30 -96 -37v56q86 17 86 115v3h-86v146h150v-137z" />
+<glyph unicode="-" horiz-adv-x="333" d="M298 207h-272v135h272v-135z" />
+<glyph unicode="." horiz-adv-x="278" d="M214 0h-150v146h150v-146z" />
+<glyph unicode="/" horiz-adv-x="278" d="M291 714l-206 -728h-97l206 728h97z" />
+<glyph unicode="0" d="M517 353q0 -102 -17.5 -174t-51 -112.5t-76 -58t-99.5 -17.5q-60 0 -104 19.5t-70.5 51.5t-42.5 81t-21.5 99.5t-5.5 114.5q0 66 5.5 117t22 99.5t43 80.5t70.5 51t103 19q61 0 105.5 -20t70.5 -52t42 -82t21 -100.5t5 -116.5zM377 356q0 107 -12.5 164t-33 74t-58.5 17 q-39 0 -60.5 -20t-32.5 -75t-11 -158t12 -157.5t33 -72t59 -17.5q39 0 60.5 19.5t32.5 73t11 152.5z" />
+<glyph unicode="1" d="M378 0h-140v489h-170v93q184 0 217 127h93v-709z" />
+<glyph unicode="2" d="M515 499q0 -72 -33.5 -122t-125.5 -118q-79 -57 -105 -81.5t-39 -52.5h300v-125h-482q5 98 39.5 156.5t124.5 119.5q117 83 149 122t32 98q0 53 -26.5 83.5t-73.5 30.5q-48 0 -74.5 -33t-26.5 -92v-23h-134q-1 11 -1 25q0 112 61.5 174.5t171.5 62.5q112 0 177.5 -61 t65.5 -164z" />
+<glyph unicode="3" d="M516 218q0 -104 -67.5 -165.5t-180.5 -61.5q-109 0 -174 62.5t-65 168.5h136q0 -54 28 -82.5t78 -28.5q46 0 75.5 30t29.5 77q0 56 -39 81t-120 25v94h12q63 0 93.5 24t30.5 76q0 44 -23 68.5t-65 24.5q-52 0 -74.5 -29.5t-22.5 -95.5h-130v12q0 112 62 169t168 57 q103 0 164 -52.5t61 -140.5q0 -48 -21.5 -80.5t-71.5 -63.5q61 -30 88.5 -69t27.5 -100z" />
+<glyph unicode="4" d="M522 157h-74v-157h-140v157h-284v118l259 434h165v-436h74v-116zM308 273v303l-185 -303h185z" />
+<glyph unicode="5" d="M517 241q0 -114 -70.5 -182t-185.5 -68q-104 0 -169 57.5t-65 150.5h138q0 -42 26 -65t72 -23q53 0 83.5 33t30.5 94q0 64 -30 97t-84 33q-67 0 -90 -54h-126l63 395h379v-125h-293l-23 -148q57 43 123 43q99 0 160 -65t61 -173z" />
+<glyph unicode="6" d="M519 244q0 -115 -65.5 -184t-171.5 -69q-138 0 -199 98q-51 81 -51 248q0 191 66.5 289t195.5 98q88 0 144 -45t69 -131h-130q-14 34 -33.5 48.5t-53.5 14.5q-63 0 -88 -47.5t-30 -159.5q33 34 65 48.5t76 14.5q92 0 149 -61t57 -162zM386 235q0 58 -29 90t-78 32 t-79 -33.5t-30 -91.5q0 -56 29.5 -88.5t78.5 -32.5q47 0 77.5 34t30.5 90z" />
+<glyph unicode="7" d="M528 599q-126 -152 -185 -291.5t-69 -307.5h-141q13 111 34.5 189.5t58.5 157.5q22 47 73 125t83 112h-353v125h499v-110z" />
+<glyph unicode="8" d="M525 211q0 -100 -69.5 -160t-181.5 -60q-113 0 -182.5 60t-69.5 160q0 62 27 102t89 73q-48 26 -70 60t-22 85q0 84 64.5 138.5t163.5 54.5q98 0 162.5 -54.5t64.5 -137.5q0 -52 -22 -86t-70 -60q62 -33 89 -73t27 -102zM380 518q-1 42 -29.5 67.5t-75.5 25.5 t-76.5 -25.5t-29.5 -66.5t29.5 -67.5t76.5 -26.5q46 0 75.5 26t29.5 67zM385 217q0 55 -29.5 84t-82.5 29q-51 0 -81 -29t-30 -82q0 -52 29.5 -80t81.5 -28t82 28t30 78z" />
+<glyph unicode="9" d="M516 385q0 -192 -65 -293t-196 -101q-92 0 -153.5 53.5t-63.5 135.5h135q2 -31 25.5 -50t60.5 -19q117 0 117 202q-38 -42 -64 -56t-72 -14q-95 0 -153.5 65t-58.5 174q0 110 66 176t173 66q116 0 182.5 -81t66.5 -258zM373 482q0 62 -29 95t-81 33q-47 0 -74.5 -32.5 t-27.5 -93.5q0 -60 27.5 -92.5t76.5 -32.5t78.5 32.5t29.5 90.5z" />
+<glyph unicode=":" horiz-adv-x="333" d="M242 374h-150v146h150v-146zM242 0h-150v146h150v-146z" />
+<glyph unicode=";" horiz-adv-x="333" d="M242 374h-150v146h150v-146zM242 9q0 -58 -12 -90.5t-42 -55.5q-39 -30 -96 -37v56q86 17 86 115v3h-86v146h150v-137z" />
+<glyph unicode="&#x3c;" horiz-adv-x="584" d="M464 -105l-376 317v76l376 317v-130l-266 -225l266 -225v-130z" />
+<glyph unicode="=" horiz-adv-x="584" d="M524 291h-464v100h464v-100zM524 109h-464v100h464v-100z" />
+<glyph unicode="&#x3e;" horiz-adv-x="584" d="M464 212l-376 -317v130l266 225l-266 225v130l376 -317v-76z" />
+<glyph unicode="?" horiz-adv-x="611" d="M381 0h-150v146h150v-146zM552 514q0 -63 -25 -104t-95 -90q-45 -32 -56 -51t-11 -68h-124v14q0 57 21.5 97t77.5 87q45 37 58 57.5t13 54.5q0 49 -30 82t-75 33q-48 0 -79 -38t-31 -96v-9v-2h-136q0 132 65 197.5t178 65.5q110 0 179.5 -64t69.5 -166z" />
+<glyph unicode="@" horiz-adv-x="975" d="M959 366q0 -76 -35 -148.5t-100 -120.5t-143 -48q-89 0 -113 61q-60 -56 -131 -56q-74 0 -123.5 55t-49.5 137q0 113 71.5 198t172.5 85q74 0 116 -62l13 42h111l-74 -291q-10 -30 -10 -44q0 -12 10 -20t24 -8q57 0 102.5 65t45.5 143q0 116 -97 200t-230 84 q-148 0 -257.5 -109t-109.5 -256q0 -133 101 -223t249 -90q74 0 197 32l36 -90q-122 -46 -238 -46q-190 0 -323 117.5t-133 284.5q0 128 66.5 239.5t180 177.5t244.5 66q175 0 301 -110.5t126 -264.5zM579 360v5q0 31 -22 52t-54 21q-55 0 -93.5 -58t-38.5 -135 q0 -42 23.5 -71t57.5 -29q55 0 89 63.5t38 151.5z" />
+<glyph unicode="A" horiz-adv-x="722" d="M703 0h-154l-48 147h-273l-49 -147h-153l259 729h166zM460 272l-95 285l-95 -285h190z" />
+<glyph unicode="B" horiz-adv-x="722" d="M666 210q0 -94 -66.5 -152t-189.5 -58h-328v729h325q110 0 174 -55.5t64 -136.5q0 -47 -23 -81t-77 -69q121 -71 121 -177zM501 521q0 83 -106 83h-163v-165h163q106 0 106 82zM522 219q0 95 -111 95h-179v-189h179q111 0 111 94z" />
+<glyph unicode="C" horiz-adv-x="722" d="M685 249q-7 -124 -90.5 -192.5t-220.5 -68.5q-153 0 -241.5 100.5t-88.5 275.5q0 176 89.5 276.5t244.5 100.5q127 0 211 -68t93 -191h-143q-31 131 -156 131q-89 0 -139 -65.5t-50 -185.5q0 -119 48.5 -183.5t135.5 -64.5q148 0 161 135h146z" />
+<glyph unicode="D" horiz-adv-x="722" d="M681 365q0 -174 -89 -280q-72 -85 -230 -85h-285v729h285q84 0 138.5 -20t91.5 -64q89 -106 89 -280zM531 364q0 240 -169 240h-135v-479h135q169 0 169 239z" />
+<glyph unicode="E" horiz-adv-x="667" d="M624 0h-545v729h527v-125h-377v-165h349v-125h-349v-189h395v-125z" />
+<glyph unicode="F" horiz-adv-x="611" d="M586 604h-362v-165h319v-125h-319v-314h-150v729h512v-125z" />
+<glyph unicode="G" horiz-adv-x="778" d="M711 0h-90l-18 100q-42 -58 -94.5 -85t-125.5 -27q-148 0 -244.5 106t-96.5 271q0 170 97.5 273t255.5 103q132 0 217 -66t99 -179h-141q-40 117 -174 117q-96 0 -150 -64.5t-54 -181.5q0 -112 58.5 -181.5t149.5 -69.5q69 0 123.5 42.5t61.5 108.5h-166v125h292v-392z " />
+<glyph unicode="H" horiz-adv-x="722" d="M657 0h-150v331h-289v-331h-150v729h150v-273h289v273h150v-729z" />
+<glyph unicode="I" horiz-adv-x="278" d="M213 0h-150v729h150v-729z" />
+<glyph unicode="J" d="M486 201q0 -102 -61 -157.5t-173 -55.5q-105 0 -166.5 57.5t-61.5 163.5v61h150v-59q0 -50 19 -72.5t62 -22.5q39 0 60 22t21 63v528h150v-528z" />
+<glyph unicode="K" horiz-adv-x="722" d="M717 0h-179l-239 322l-75 -78v-244h-150v729h150v-320l285 320h177l-291 -314z" />
+<glyph unicode="L" horiz-adv-x="611" d="M579 0h-499v729h150v-604h349v-125z" />
+<glyph unicode="M" horiz-adv-x="833" d="M776 0h-150v568l-129 -568h-150l-131 568v-568h-150v729h224l132 -580l128 580h226v-729z" />
+<glyph unicode="N" horiz-adv-x="722" d="M661 0h-150l-293 504v-504h-150v729h154l289 -496v496h150v-729z" />
+<glyph unicode="O" horiz-adv-x="778" d="M742 360q0 -162 -97 -267t-254 -105q-159 0 -255 105.5t-96 271.5q0 161 96.5 268.5t253.5 107.5q158 0 255 -107t97 -274zM592 361q0 114 -54.5 183t-146.5 69q-90 0 -145.5 -68.5t-55.5 -179.5q0 -114 55 -181.5t146 -67.5q90 0 145.5 67t55.5 178z" />
+<glyph unicode="P" horiz-adv-x="667" d="M633 503q0 -111 -60 -177t-160 -66h-187v-260h-150v729h322q114 0 174.5 -58t60.5 -168zM483 494q0 56 -28.5 83t-88.5 27h-140v-219h140q117 0 117 109z" />
+<glyph unicode="Q" horiz-adv-x="778" d="M745 38l-76 -81l-86 81q-83 -50 -189 -50q-158 0 -254.5 105.5t-96.5 271.5t96.5 271t254.5 105t254.5 -105.5t96.5 -268.5q0 -73 -21.5 -140.5t-58.5 -112.5zM595 364q0 112 -55 180.5t-146 68.5t-146 -67t-55 -181t54.5 -181.5t145.5 -67.5q52 0 88 19l-77 73l76 81 l82 -78q33 66 33 153z" />
+<glyph unicode="R" horiz-adv-x="722" d="M677 0h-161q-14 26 -18.5 50t-4.5 75l2 77q0 46 -22 66.5t-71 20.5h-172v-289h-150v729h391q94 0 145 -54.5t51 -142.5q0 -132 -123 -180q27 -11 40 -17.5t26.5 -21.5t18 -27t9 -44t5.5 -63t2 -92q0 -42 32 -60v-27zM517 511q0 49 -23 71t-83 22h-181v-190h181 q61 0 83.5 23t22.5 74z" />
+<glyph unicode="S" horiz-adv-x="667" d="M633 219q0 -110 -78.5 -170.5t-220.5 -60.5q-141 0 -221.5 62.5t-80.5 178.5h146q0 -58 43.5 -89.5t120.5 -31.5q69 0 108 24t39 69q0 43 -30 64t-107 36l-102 20q-111 22 -158 66.5t-47 129.5q0 107 72.5 165.5t203.5 58.5q135 0 210.5 -60t75.5 -174h-140 q0 55 -40.5 84.5t-112.5 29.5q-58 0 -92 -24.5t-34 -65.5q0 -40 29 -59.5t109 -35.5l114 -22q102 -20 147.5 -65t45.5 -130z" />
+<glyph unicode="T" horiz-adv-x="611" d="M598 604h-213v-604h-150v604h-221v125h584v-125z" />
+<glyph unicode="U" horiz-adv-x="722" d="M654 246q0 -125 -79.5 -191.5t-209.5 -66.5t-209.5 66.5t-79.5 191.5v483h150v-483q0 -130 139 -130t139 130v483h150v-483z" />
+<glyph unicode="V" horiz-adv-x="667" d="M647 729l-250 -729h-127l-246 729h151l162 -549l159 549h151z" />
+<glyph unicode="W" horiz-adv-x="944" d="M932 729l-202 -729h-135l-122 569l-119 -569h-135l-206 729h159l113 -546l113 546h148l118 -547l109 547h159z" />
+<glyph unicode="X" horiz-adv-x="667" d="M653 0h-178l-140 253l-139 -253h-174l230 367l-222 362h178l128 -240l134 240h174l-225 -357z" />
+<glyph unicode="Y" horiz-adv-x="667" d="M650 729l-231 -459v-270h-150v270l-242 459h167l149 -322l139 322h168z" />
+<glyph unicode="Z" horiz-adv-x="611" d="M578 0h-548v125l373 479h-373v125h548v-125l-372 -479h372v-125z" />
+<glyph unicode="[" horiz-adv-x="333" d="M308 -200h-242v929h242v-102h-112v-725h112v-102z" />
+<glyph unicode="\" horiz-adv-x="278" d="M305 -14h-97l-234 728h97z" />
+<glyph unicode="]" horiz-adv-x="333" d="M260 -200h-242v102h112v725h-112v102h242v-929z" />
+<glyph unicode="^" horiz-adv-x="584" d="M522 270h-113l-121 300l-115 -300h-112l165 425h125z" />
+<glyph unicode="_" d="M578 -189h-600v69h600v-69z" />
+<glyph unicode="`" horiz-adv-x="333" d="M216 598h-100l-126 154h156z" />
+<glyph unicode="a" d="M524 0h-152q-16 20 -16 68q-74 -77 -164 -77q-71 0 -117.5 40t-46.5 115q0 72 38.5 110t120.5 53l56 10q35 6 60 9t38.5 15t13.5 39q0 54 -81 54q-52 0 -73 -16t-26 -58h-135q13 187 231 187q221 0 221 -166v-300q0 -37 32 -66v-17zM355 231v24q-19 -9 -59 -17l-48 -9 q-45 -8 -62.5 -22.5t-17.5 -44.5q0 -58 76 -58q53 0 82 33t29 94z" />
+<glyph unicode="b" horiz-adv-x="611" d="M575 263q0 -121 -64.5 -196.5t-162.5 -75.5q-97 0 -149 71v-62h-140v729h140v-259q50 79 149 79q103 0 165 -83.5t62 -202.5zM435 269q0 74 -33 118.5t-85 44.5q-53 0 -85.5 -43.5t-32.5 -116.5q0 -76 32 -120t86 -44q52 0 85 44t33 117z" />
+<glyph unicode="c" d="M522 187q-10 -87 -74 -141.5t-161 -54.5q-121 0 -187 71t-66 204q0 137 66.5 210t188.5 73q101 0 163.5 -56t69.5 -155h-134q-12 53 -34.5 75.5t-65.5 22.5q-114 0 -114 -170q0 -78 30 -120t84 -42q40 0 63 20t37 63h134z" />
+<glyph unicode="d" horiz-adv-x="611" d="M545 0h-140v62q-54 -71 -149 -71q-104 0 -165.5 79.5t-61.5 198.5q0 122 65 201t162 79q98 0 149 -79v259h140v-729zM405 267q0 77 -32 121t-86 44q-53 0 -85.5 -44.5t-32.5 -118.5t32.5 -117.5t85.5 -43.5t85.5 43t32.5 116z" />
+<glyph unicode="e" d="M525 250l-1 -17h-362q3 -75 31 -105t81 -30q90 0 107 54h138q-23 -78 -90 -119.5t-160 -41.5q-116 0 -181.5 71.5t-65.5 200.5q0 135 66.5 210.5t183.5 75.5q119 0 186 -79.5t67 -219.5zM379 326q-5 57 -34 86.5t-75 29.5q-92 0 -106 -116h215z" />
+<glyph unicode="f" horiz-adv-x="333" d="M313 436h-83v-436h-140v436h-76v93h76v65q0 135 138 135q41 0 80 -3v-105q-18 3 -40 3q-38 0 -38 -42v-53h83v-93z" />
+<glyph unicode="g" horiz-adv-x="611" d="M541 -18q0 -95 -67.5 -147.5t-189.5 -52.5q-109 0 -173 43t-66 110h145q17 -63 99 -63q53 0 86 30.5t33 79.5v80q-40 -40 -73 -55.5t-80 -15.5q-100 0 -160.5 74t-60.5 199t63.5 205t160.5 80q90 0 150 -92v83h133v-558zM410 266q0 74 -34.5 120t-87.5 46 q-51 0 -82.5 -45t-31.5 -121q0 -73 31 -115.5t81 -42.5q55 0 89.5 42.5t34.5 115.5z" />
+<glyph unicode="h" horiz-adv-x="611" d="M541 0h-140v330q0 100 -86 100q-47 0 -77.5 -30t-30.5 -76v-324h-140v729h140v-267q58 87 158 87q80 0 128 -48t48 -139v-362z" />
+<glyph unicode="i" horiz-adv-x="278" d="M207 0h-140v540h140v-540zM209 605h-140v140h140v-140z" />
+<glyph unicode="j" horiz-adv-x="278" d="M210 -94q0 -66 -29 -95t-94 -29q-36 0 -83 5v112q13 -4 25 -4q23 0 32 9.5t9 32.5v603h140v-634zM210 605h-140v140h140v-140z" />
+<glyph unicode="k" d="M548 0h-164l-129 238l-56 -61v-177h-140v729h140v-399l177 210h159l-184 -204z" />
+<glyph unicode="l" horiz-adv-x="278" d="M207 0h-140v729h140v-729z" />
+<glyph unicode="m" horiz-adv-x="889" d="M824 0h-140v360q0 32 -20.5 51t-55.5 19q-45 0 -70.5 -28t-25.5 -78v-324h-140v360q0 32 -20.5 51t-55.5 19q-45 0 -70.5 -28t-25.5 -78v-324h-140v540h139v-67q35 41 68.5 58.5t79.5 17.5q106 0 147 -80q60 80 158 80q81 0 126.5 -44t45.5 -123v-382z" />
+<glyph unicode="n" horiz-adv-x="611" d="M546 0h-140v333q0 97 -90 97q-51 0 -82 -29t-31 -77v-324h-140v540h140v-78q58 87 162 87q86 0 133.5 -49t47.5 -138v-362z" />
+<glyph unicode="o" horiz-adv-x="611" d="M569 266q0 -129 -71.5 -202t-195.5 -73q-125 0 -196 73t-71 206q0 132 71 205.5t195 73.5q128 0 198 -73.5t70 -209.5zM429 268q0 79 -34.5 123.5t-92.5 44.5t-92.5 -44.5t-34.5 -121.5t34.5 -121.5t92.5 -44.5q57 0 92 44.5t35 119.5z" />
+<glyph unicode="p" horiz-adv-x="611" d="M574 270q0 -122 -64 -200.5t-162 -78.5q-104 0 -150 81v-290h-140v758h140v-80q50 89 150 89q104 0 165 -78t61 -201zM434 268q0 76 -32 120t-86 44q-53 0 -85.5 -43.5t-32.5 -118.5t32.5 -118.5t85.5 -43.5q52 0 85 43.5t33 116.5z" />
+<glyph unicode="q" horiz-adv-x="611" d="M544 -218h-140v290q-45 -81 -151 -81q-102 0 -163.5 78t-61.5 201t64 201t162 78q100 0 150 -89v80h140v-758zM404 267q0 78 -32 121.5t-86 43.5q-53 0 -85.5 -43.5t-32.5 -118.5t32.5 -118.5t85.5 -43.5t85.5 43t32.5 116z" />
+<glyph unicode="r" horiz-adv-x="389" d="M370 406q-25 4 -44 4q-123 0 -123 -123v-287h-140v540h140v-106q22 55 62 85t88 30q9 0 17 -1v-142z" />
+<glyph unicode="s" d="M520 160q0 -82 -61 -125.5t-175 -43.5q-249 0 -255 180h137q9 -41 34 -55.5t76 -14.5q104 0 104 46q0 22 -47 37l-167 52q-71 22 -94.5 51t-23.5 82q0 83 59.5 131.5t162.5 48.5q109 0 171 -48.5t64 -134.5h-135q-1 73 -101 73q-37 0 -59 -13.5t-22 -36.5q0 -17 10 -25.5 t39 -16.5l177 -51q106 -31 106 -129v-7z" />
+<glyph unicode="t" horiz-adv-x="333" d="M301 0q-6 0 -34.5 -2t-46.5 -2q-70 0 -103.5 28.5t-33.5 91.5v320h-69v93h69v145h140v-145h78v-93h-78v-282q0 -36 9 -47.5t37 -11.5q11 0 32 3v-98z" />
+<glyph unicode="u" horiz-adv-x="611" d="M541 0h-140v71q-60 -80 -162 -80q-86 0 -133.5 49t-47.5 138v362h140v-333q0 -97 90 -97q51 0 82 29t31 77v324h140v-540z" />
+<glyph unicode="v" d="M536 540l-186 -540h-147l-189 540h148l117 -395l109 395h148z" />
+<glyph unicode="w" horiz-adv-x="778" d="M766 540l-153 -540h-145l-81 381l-86 -381h-144l-152 540h145l86 -378l82 378h140l81 -378l82 378h145z" />
+<glyph unicode="x" d="M535 0h-168l-91 168l-92 -168h-168l180 272l-176 268h168l88 -163l87 163h168l-176 -268z" />
+<glyph unicode="y" d="M538 540l-222 -639q-26 -73 -65 -96.5t-115 -23.5q-22 0 -50 4v105q22 -6 37 -6q37 0 62 26t25 64v3l-201 563h154l119 -393l112 393h144z" />
+<glyph unicode="z" horiz-adv-x="500" d="M468 0h-447v113l267 314h-249v113h420v-113l-265 -314h274v-113z" />
+<glyph unicode="{" horiz-adv-x="389" d="M317 -200h-76q-54 0 -88.5 39.5t-34.5 100.5v210q0 42 -15 57t-62 15l-4 1v92h16q65 0 65 63v211q0 61 34.5 100.5t88.5 39.5h76v-99h-37q-45 0 -45 -57v-195q0 -55 -20.5 -78t-76.5 -31q56 -9 76.5 -32t20.5 -78v-195q0 -37 10 -51t35 -14h37v-99z" />
+<glyph unicode="|" horiz-adv-x="280" d="M190 -200h-100v929h100v-929z" />
+<glyph unicode="}" horiz-adv-x="389" d="M352 214h-4h-12q-65 -1 -65 -63v-211q0 -61 -34.5 -100.5t-88.5 -39.5h-76v99h37q45 0 45 57v195q0 55 20.5 78t76.5 31q-56 9 -76.5 32t-20.5 78v195q0 37 -10 51t-35 14h-37v99h76q54 0 88.5 -39.5t34.5 -100.5v-210q0 -42 15 -57t62 -15l4 -1v-92z" />
+<glyph unicode="~" horiz-adv-x="584" d="M519 288q-9 -146 -127 -146q-49 0 -83 26l-57 42q-32 24 -61 24q-28 0 -40 -13.5t-13 -51.5h-78q7 145 127 145q48 0 83 -25l57 -42q34 -25 61 -25q28 0 40 13.5t13 52.5h78z" />
+<glyph unicode="&#xa1;" horiz-adv-x="333" d="M242 394h-150v146h150v-146zM242 -186h-150v210l42 309h67l41 -309v-210z" />
+<glyph unicode="&#xa2;" d="M522 187q-8 -90 -69 -148t-150 -62v-101h-44v102q-104 7 -163.5 81.5t-59.5 199.5q0 129 57 203.5t166 85.5v86h44v-85q92 -1 152.5 -59.5t66.5 -151.5h-134q-10 46 -30 69t-55 28v-344q34 5 54 27.5t31 68.5h134zM259 94v339q-83 -22 -83 -173q0 -141 83 -166z" />
+<glyph unicode="&#xa3;" d="M537 22q-76 -45 -145 -45q-17 0 -98 16t-99 16q-49 0 -109 -30l-55 101q63 43 86.5 75t23.5 76q0 34 -21 85h-89v55h60q-34 59 -43.5 85.5t-9.5 59.5q0 85 65.5 142t172.5 57q117 0 176.5 -55.5t69.5 -175.5h-132l-1 11q-14 109 -112 109q-43 0 -70.5 -25.5t-27.5 -65.5 q0 -22 27 -77q23 -47 30 -65h139v-55h-122q15 -32 15 -59q0 -44 -26 -82.5t-90 -88.5q78 37 112 37q2 0 54 -10.5t73 -10.5q47 0 105 29z" />
+<glyph unicode="&#xa4;" d="M382 357q0 48 -29 79.5t-75 31.5t-74 -31.5t-28 -79.5t28 -80.5t74 -32.5t75 32.5t29 80.5zM559 142l-66 -66l-98 98q-50 -33 -117 -33q-63 0 -117 33l-98 -98l-66 66l98 98q-31 51 -31 117t31 115l-98 98l66 66l98 -98q54 33 117 33q67 0 117 -33l98 98l66 -66l-98 -98 q33 -50 33 -115q0 -67 -33 -117z" />
+<glyph unicode="&#xa5;" d="M552 704l-192 -353h137v-59h-142v-53h142v-59h-142v-180h-140v180h-145v59h145v53h-145v59h138l-203 353h139l139 -254l134 254h135z" />
+<glyph unicode="&#xa6;" horiz-adv-x="280" d="M190 357h-100v372h100v-372zM190 -200h-100v372h100v-372z" />
+<glyph unicode="&#xa7;" d="M518 262q0 -50 -22 -82.5t-72 -55.5q70 -49 70 -134t-60 -138t-158 -53q-209 0 -211 201h131v-10q3 -46 23.5 -63t57.5 -17q34 0 55 17t21 44q0 26 -10 38.5t-60 39.5l-171 100q-79 46 -79 132q0 45 19.5 75.5t72.5 71.5q-37 37 -49 61t-12 62q0 75 59 123.5t150 48.5 q193 0 200 -179h-127q-10 77 -78 77q-29 0 -46.5 -14t-17.5 -37q0 -21 18.5 -38.5t71.5 -46.5l127 -70q97 -54 97 -153zM398 232q0 24 -13 39.5t-48 34.5l-143 76q-42 -25 -42 -65q0 -23 11.5 -38t41.5 -32l147 -80q46 32 46 65z" />
+<glyph unicode="&#xa8;" horiz-adv-x="333" d="M132 618h-126v115h126v-115zM327 618h-126v115h126v-115z" />
+<glyph unicode="&#xa9;" horiz-adv-x="737" d="M718 340q0 -144 -102.5 -246t-246.5 -102t-246 102t-102 246t102 246.5t246 102.5t246.5 -102.5t102.5 -246.5zM659 340q0 120 -85 205t-205 85t-204.5 -85t-84.5 -205t84.5 -204.5t204.5 -84.5t205 84.5t85 204.5zM558 288q-1 -70 -51 -109.5t-133 -39.5 q-90 0 -142 53.5t-52 146.5q0 94 52.5 147.5t143.5 53.5q77 0 127 -39t53 -109h-95q-15 67 -82 67q-47 0 -72.5 -31.5t-25.5 -89.5q0 -57 25 -88t70 -31q81 0 84 69h98z" />
+<glyph unicode="&#xaa;" horiz-adv-x="370" d="M321 262h-284v78h284v-78zM329 400h-92q-9 11 -10 32q-43 -46 -98 -46q-44 0 -71 27t-27 71t23 69t72 34l34 6q47 8 57 14.5t10 22.5q0 31 -49 31q-30 0 -43 -10t-16 -34h-78q2 112 135 112t133 -100v-179q0 -22 20 -40v-10zM227 530v23q-9 -5 -35 -10l-29 -6 q-26 -5 -37 -15t-11 -29q0 -39 46 -39q31 0 48.5 20t17.5 56z" />
+<glyph unicode="&#xab;" d="M468 72l-167 146v114l167 149v-117l-101 -89l101 -89v-114zM255 72l-167 146v114l167 149v-117l-101 -89l101 -89v-114z" />
+<glyph unicode="&#xac;" horiz-adv-x="584" d="M524 159h-100v132h-364v100h464v-232z" />
+<glyph unicode="&#xad;" horiz-adv-x="333" d="M298 207h-272v135h272v-135z" />
+<glyph unicode="&#xae;" horiz-adv-x="737" d="M718 340q0 -144 -102.5 -246t-246.5 -102t-246 102t-102 246t102 246.5t246 102.5t246.5 -102.5t102.5 -246.5zM659 340q0 120 -85 205t-205 85t-204.5 -85t-84.5 -205t84.5 -204.5t204.5 -84.5t205 84.5t85 204.5zM545 145h-103q-17 27 -17 72q0 4 1 20t1 19 q0 37 -45 37h-89v-148h-100v389h228q57 0 87.5 -30.5t30.5 -78.5q0 -64 -56 -92q29 -13 35.5 -35.5t8.5 -102.5q1 -16 18 -23v-27zM439 415q0 21 -11.5 30t-40.5 9h-94v-81h94q30 0 41 9.5t11 32.5z" />
+<glyph unicode="&#xaf;" horiz-adv-x="333" d="M315 636h-299v79h299v-79z" />
+<glyph unicode="&#xb0;" horiz-adv-x="400" d="M343 569q0 -59 -42 -101t-101 -42t-101 42t-42 101t42 101t101 42t101 -42t42 -101zM287 569q0 36 -25.5 61.5t-61.5 25.5t-61.5 -25.5t-25.5 -61.5t25.5 -61.5t61.5 -25.5t61.5 25.5t25.5 61.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="584" d="M524 300h-182v-110h-100v110h-182v100h182v182h100v-182h182v-100zM524 0h-464v100h464v-100z" />
+<glyph unicode="&#xb2;" horiz-adv-x="333" d="M303 600q0 -39 -18.5 -64.5t-71.5 -64.5q-26 -17 -40.5 -28t-18.5 -15l-18 -21h165v-71h-273q1 54 20.5 84.5t71.5 64.5q64 42 81.5 62t17.5 49q0 27 -14 42t-40 15q-52 0 -52 -63l1 -14h-81q-1 7 -1 16q0 61 36 93.5t102 32.5q64 0 98.5 -30.5t34.5 -87.5z" />
+<glyph unicode="&#xb3;" horiz-adv-x="333" d="M307 446q0 -55 -38.5 -88.5t-101.5 -33.5q-65 0 -100.5 33t-36.5 93h81q4 -58 57 -58q24 0 39.5 15t15.5 38q0 55 -74 55h-14v55h10q66 0 66 51q0 22 -13 35t-34 13q-27 0 -38.5 -15.5t-11.5 -50.5h-78q3 68 36 99t95 31q58 0 92.5 -28t34.5 -75q0 -50 -46 -78 q59 -29 59 -91z" />
+<glyph unicode="&#xb4;" horiz-adv-x="333" d="M343 752l-126 -154h-100l70 154h156z" />
+<glyph unicode="&#xb5;" horiz-adv-x="611" d="M573 -6q-33 -17 -70 -17q-35 0 -56 12t-39 42q-29 -30 -55 -42t-61 -12q-61 0 -100 38v-235h-134v760h140v-334q0 -110 84 -110q44 0 72.5 30t28.5 76v338h140v-390q0 -44 6 -58.5t24 -14.5q7 0 20 4v-87z" />
+<glyph unicode="&#xb6;" d="M529 657h-43v-848h-98v848h-63v-848h-98v458q-92 4 -150 68t-58 160t59.5 165t147.5 69h303v-72z" />
+<glyph unicode="&#xb7;" horiz-adv-x="278" d="M214 250q0 -31 -22 -53t-53 -22t-53 22t-22 53t22 53t53 22t53 -22t22 -53z" />
+<glyph unicode="&#xb8;" horiz-adv-x="333" d="M294 -127q0 -46 -34 -74t-95 -28q-55 0 -138 28l19 61q69 -30 105 -30q24 0 40.5 12t16.5 29q0 31 -51 31h-64l49 103h63l-27 -55h40q35 0 55.5 -21.5t20.5 -55.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="333" d="M231 335h-84v254h-94v54q103 0 122 66h56v-374z" />
+<glyph unicode="&#xba;" horiz-adv-x="365" d="M334 262h-301v78h301v-78zM343 555q0 -78 -43 -123.5t-117 -45.5t-117 46t-43 125q0 80 43 126t117 46q76 0 118 -46t42 -128zM259 556q0 47 -21 76t-55 29t-55 -28.5t-21 -74.5t21 -75t55 -29t55 28.5t21 73.5z" />
+<glyph unicode="&#xbb;" d="M462 220l-167 -148v117l101 89l-101 89v114l167 -146v-115zM255 220l-167 -148v117l101 89l-101 89v114l167 -146v-115z" />
+<glyph unicode="&#xbc;" horiz-adv-x="834" d="M242 335h-84v254h-94v54q102 0 122 66h56v-374zM670 715l-423 -740h-87l423 740h87zM758 82h-40v-82h-84v82h-158v65l146 227h96v-226h40v-66zM634 148v144l-93 -144h93z" />
+<glyph unicode="&#xbd;" horiz-adv-x="834" d="M242 335h-84v254h-94v54q102 0 122 66h56v-374zM644 715l-423 -740h-87l423 740h87zM774 264q0 -40 -18 -66t-71 -62q-23 -18 -32 -23t-18 -13t-12 -12l-15 -17h165v-71h-273q1 53 20 84t71 65q65 42 82.5 62t17.5 49q0 27 -14 42t-40 15q-25 0 -39 -16.5t-14 -46.5 l2 -14h-81q-1 7 -1 16q0 61 36 93.5t102 32.5q64 0 98 -30.5t34 -87.5z" />
+<glyph unicode="&#xbe;" horiz-adv-x="834" d="M340 446q0 -55 -38.5 -88.5t-101.5 -33.5q-65 0 -100.5 33t-36.5 93h81q4 -58 57 -58q24 0 39.5 15t15.5 38q0 55 -74 55h-14v55h10q66 0 66 51q0 22 -13 35t-34 13q-27 0 -38.5 -15.5t-11.5 -50.5h-78q3 68 36 99t95 31q58 0 92.5 -28t34.5 -75q0 -50 -46 -78 q59 -29 59 -91zM702 715l-423 -740h-87l423 740h87zM758 82h-40v-82h-84v82h-158v65l146 227h96v-226h40v-66zM634 148v144l-93 -144h93z" />
+<glyph unicode="&#xbf;" horiz-adv-x="611" d="M381 394h-150v146h150v-146zM552 59q0 -132 -65 -197.5t-178 -65.5q-110 0 -179.5 64t-69.5 166q0 63 25 104t95 90q45 32 56 51t11 68h124v-14q0 -57 -21.5 -97t-77.5 -87q-45 -37 -58 -57.5t-13 -54.5q0 -49 30 -82t75 -33q48 0 79 38t31 96v9v2h136z" />
+<glyph unicode="&#xc0;" horiz-adv-x="722" d="M703 0h-154l-48 147h-273l-49 -147h-153l259 729h166zM460 272l-95 285l-95 -285h190zM421 786h-106l-135 135h165z" />
+<glyph unicode="&#xc1;" horiz-adv-x="722" d="M703 0h-154l-48 147h-273l-49 -147h-153l259 729h166zM460 272l-95 285l-95 -285h190zM556 921l-135 -135h-106l76 135h165z" />
+<glyph unicode="&#xc2;" horiz-adv-x="722" d="M703 0h-154l-48 147h-273l-49 -147h-153l259 729h166zM460 272l-95 285l-95 -285h190zM559 787h-94l-98 70l-99 -70h-91l130 135h128z" />
+<glyph unicode="&#xc3;" horiz-adv-x="722" d="M547 918q-6 -127 -95 -127q-24 0 -55 12l-71 26q-18 6 -30 6q-18 0 -27 -10.5t-13 -34.5h-63q3 58 28 91t66 33q20 0 56 -13l71 -25q14 -6 34 -6q32 0 36 48h63zM703 0h-154l-48 147h-273l-49 -147h-153l259 729h166zM460 272l-95 285l-95 -285h190z" />
+<glyph unicode="&#xc4;" horiz-adv-x="722" d="M334 797h-126v115h126v-115zM529 797h-126v115h126v-115zM703 0h-154l-48 147h-273l-49 -147h-153l259 729h166zM460 272l-95 285l-95 -285h190z" />
+<glyph unicode="&#xc5;" horiz-adv-x="722" d="M703 0h-154l-48 147h-273l-49 -147h-153l259 729h166zM460 272l-95 285l-95 -285h190zM468 862q0 -40 -29.5 -69t-69.5 -29q-42 0 -71 29t-29 70t29 70t72 29q41 0 69.5 -29t28.5 -71zM415 863q0 19 -13 32.5t-32 13.5q-20 0 -34 -13.5t-14 -32.5t14 -32.5t34 -13.5 q18 0 31.5 13.5t13.5 32.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1000" d="M966 0h-536v152h-223l-53 -152h-153l263 729h682v-125h-366v-165h339v-125h-339v-189h386v-125zM430 277v327h-67l-114 -327h181z" />
+<glyph unicode="&#xc7;" horiz-adv-x="722" d="M685 249q-7 -119 -83.5 -187t-204.5 -73l-19 -39h40q35 0 55.5 -21.5t20.5 -55.5q0 -46 -34 -74t-95 -28q-55 0 -138 28l19 61q69 -30 105 -30q24 0 40.5 12t16.5 29q0 31 -51 31h-64l42 88q-136 13 -213.5 112t-77.5 262q0 176 89.5 276.5t244.5 100.5q127 0 211 -68 t93 -191h-143q-31 131 -156 131q-89 0 -139 -65.5t-50 -185.5q0 -119 48.5 -183.5t135.5 -64.5q148 0 161 135h146z" />
+<glyph unicode="&#xc8;" horiz-adv-x="667" d="M624 0h-545v729h527v-125h-377v-165h349v-125h-349v-189h395v-125zM396 786h-106l-135 135h165z" />
+<glyph unicode="&#xc9;" horiz-adv-x="667" d="M624 0h-545v729h527v-125h-377v-165h349v-125h-349v-189h395v-125zM531 921l-135 -135h-106l76 135h165z" />
+<glyph unicode="&#xca;" horiz-adv-x="667" d="M624 0h-545v729h527v-125h-377v-165h349v-125h-349v-189h395v-125zM534 787h-94l-98 70l-99 -70h-91l130 135h128z" />
+<glyph unicode="&#xcb;" horiz-adv-x="667" d="M309 797h-126v115h126v-115zM504 797h-126v115h126v-115zM624 0h-545v729h527v-125h-377v-165h349v-125h-349v-189h395v-125z" />
+<glyph unicode="&#xcc;" horiz-adv-x="278" d="M213 0h-150v729h150v-729zM213 786h-106l-135 135h165z" />
+<glyph unicode="&#xcd;" horiz-adv-x="278" d="M213 0h-150v729h150v-729zM305 921l-135 -135h-106l76 135h165z" />
+<glyph unicode="&#xce;" horiz-adv-x="278" d="M213 0h-150v729h150v-729zM329 787h-94l-98 70l-99 -70h-91l130 135h128z" />
+<glyph unicode="&#xcf;" horiz-adv-x="278" d="M104 797h-126v115h126v-115zM299 797h-126v115h126v-115zM213 0h-150v729h150v-729z" />
+<glyph unicode="&#xd0;" horiz-adv-x="722" d="M681 365q0 -81 -23.5 -154.5t-64.5 -125.5q-36 -45 -90.5 -65t-140.5 -20h-285v339h-77v80h77v310h285q86 0 140.5 -20t90.5 -64q41 -51 64.5 -125.5t23.5 -154.5zM537 364q0 115 -39 177.5t-136 62.5h-135v-185h150v-80h-150v-214h135q97 0 136 62.5t39 176.5z" />
+<glyph unicode="&#xd1;" horiz-adv-x="722" d="M661 0h-150l-293 504v-504h-150v729h154l289 -496v496h150v-729zM540 918q-6 -127 -95 -127q-23 0 -55 12l-71 26q-18 6 -30 6q-18 0 -27 -10.5t-13 -34.5h-63q3 58 28 91t66 33q20 0 56 -13l71 -25q14 -6 34 -6q31 0 36 48h63z" />
+<glyph unicode="&#xd2;" horiz-adv-x="778" d="M742 360q0 -162 -97 -267t-254 -105q-159 0 -255 105.5t-96 271.5q0 161 96.5 268.5t253.5 107.5q158 0 255 -107t97 -274zM592 361q0 114 -54.5 183t-146.5 69q-90 0 -145.5 -68.5t-55.5 -179.5q0 -114 55 -181.5t146 -67.5q90 0 145.5 67t55.5 178zM443 786h-106 l-135 135h165z" />
+<glyph unicode="&#xd3;" horiz-adv-x="778" d="M742 360q0 -162 -97 -267t-254 -105q-159 0 -255 105.5t-96 271.5q0 161 96.5 268.5t253.5 107.5q158 0 255 -107t97 -274zM592 361q0 114 -54.5 183t-146.5 69q-90 0 -145.5 -68.5t-55.5 -179.5q0 -114 55 -181.5t146 -67.5q90 0 145.5 67t55.5 178zM578 921l-135 -135 h-106l76 135h165z" />
+<glyph unicode="&#xd4;" horiz-adv-x="778" d="M742 360q0 -162 -97 -267t-254 -105q-159 0 -255 105.5t-96 271.5q0 161 96.5 268.5t253.5 107.5q158 0 255 -107t97 -274zM592 361q0 114 -54.5 183t-146.5 69q-90 0 -145.5 -68.5t-55.5 -179.5q0 -114 55 -181.5t146 -67.5q90 0 145.5 67t55.5 178zM581 787h-94l-98 70 l-99 -70h-91l130 135h128z" />
+<glyph unicode="&#xd5;" horiz-adv-x="778" d="M569 918q-6 -127 -95 -127q-24 0 -55 12l-71 26q-18 6 -30 6q-18 0 -27 -10.5t-13 -34.5h-63q3 58 28 91t66 33q20 0 56 -13l71 -25q14 -6 34 -6q32 0 36 48h63zM742 360q0 -162 -97 -267t-254 -105q-159 0 -255 105.5t-96 271.5q0 161 96.5 268.5t253.5 107.5 q158 0 255 -107t97 -274zM592 361q0 114 -54.5 183t-146.5 69q-90 0 -145.5 -68.5t-55.5 -179.5q0 -114 55 -181.5t146 -67.5q90 0 145.5 67t55.5 178z" />
+<glyph unicode="&#xd6;" horiz-adv-x="778" d="M356 797h-126v115h126v-115zM551 797h-126v115h126v-115zM742 360q0 -162 -97 -267t-254 -105q-159 0 -255 105.5t-96 271.5q0 161 96.5 268.5t253.5 107.5q158 0 255 -107t97 -274zM592 361q0 114 -54.5 183t-146.5 69q-90 0 -145.5 -68.5t-55.5 -179.5 q0 -114 55 -181.5t146 -67.5q90 0 145.5 67t55.5 178z" />
+<glyph unicode="&#xd7;" horiz-adv-x="584" d="M491 121l-70 -70l-129 128l-129 -128l-70 70l128 129l-128 129l70 70l129 -128l129 128l70 -70l-128 -129z" />
+<glyph unicode="&#xd8;" horiz-adv-x="778" d="M742 360q0 -162 -97 -267t-254 -105q-129 0 -218 72l-64 -69l-68 64l68 73q-69 98 -69 237q0 161 96.5 268.5t253.5 107.5q128 0 218 -73l65 70l68 -64l-69 -74q70 -100 70 -240zM592 361q0 71 -23 128l-303 -328q51 -45 125 -45q90 0 145.5 67t55.5 178zM515 568 q-50 45 -124 45q-90 0 -145.5 -68.5t-55.5 -179.5q0 -70 22 -125z" />
+<glyph unicode="&#xd9;" horiz-adv-x="722" d="M654 246q0 -125 -79.5 -191.5t-209.5 -66.5t-209.5 66.5t-79.5 191.5v483h150v-483q0 -130 139 -130t139 130v483h150v-483zM414 786h-106l-135 135h165z" />
+<glyph unicode="&#xda;" horiz-adv-x="722" d="M654 246q0 -125 -79.5 -191.5t-209.5 -66.5t-209.5 66.5t-79.5 191.5v483h150v-483q0 -130 139 -130t139 130v483h150v-483zM549 921l-135 -135h-106l76 135h165z" />
+<glyph unicode="&#xdb;" horiz-adv-x="722" d="M654 246q0 -125 -79.5 -191.5t-209.5 -66.5t-209.5 66.5t-79.5 191.5v483h150v-483q0 -130 139 -130t139 130v483h150v-483zM552 787h-94l-98 70l-99 -70h-91l130 135h128z" />
+<glyph unicode="&#xdc;" horiz-adv-x="722" d="M327 797h-126v115h126v-115zM522 797h-126v115h126v-115zM654 246q0 -125 -79.5 -191.5t-209.5 -66.5t-209.5 66.5t-79.5 191.5v483h150v-483q0 -130 139 -130t139 130v483h150v-483z" />
+<glyph unicode="&#xdd;" horiz-adv-x="667" d="M650 729l-231 -459v-270h-150v270l-242 459h167l149 -322l139 322h168zM532 921l-135 -135h-106l76 135h165z" />
+<glyph unicode="&#xde;" horiz-adv-x="667" d="M633 382q0 -112 -59.5 -177t-160.5 -65h-187v-140h-150v729h150v-120h172q116 0 173 -56q62 -61 62 -171zM483 374q0 56 -28.5 83t-88.5 27h-140v-219h140q117 0 117 109z" />
+<glyph unicode="&#xdf;" horiz-adv-x="611" d="M575 236q0 -114 -60 -183.5t-158 -69.5q-23 0 -72 6v112l13 1l20 1q52 2 84.5 35.5t32.5 87.5q0 57 -36.5 90t-100.5 33h-13v95h9q45 1 71.5 25t26.5 64q0 39 -26 61t-72 22q-41 0 -64 -21t-23 -58v-537h-140v518q0 211 236 211q101 0 165 -51t64 -131q0 -102 -87 -136 q62 -13 96 -59t34 -116z" />
+<glyph unicode="&#xe0;" d="M524 0h-152q-16 20 -16 68q-74 -77 -164 -77q-71 0 -117.5 40t-46.5 115q0 72 38.5 110t120.5 53l56 10q35 6 60 9t38.5 15t13.5 39q0 54 -81 54q-52 0 -73 -16t-26 -58h-135q13 187 231 187q221 0 221 -166v-300q0 -37 32 -66v-17zM355 231v24q-19 -9 -59 -17l-48 -9 q-45 -8 -62.5 -22.5t-17.5 -44.5q0 -58 76 -58q53 0 82 33t29 94zM321 598h-100l-126 154h156z" />
+<glyph unicode="&#xe1;" d="M447 752l-126 -154h-100l70 154h156zM524 0h-152q-16 20 -16 68q-74 -77 -164 -77q-71 0 -117.5 40t-46.5 115q0 72 38.5 110t120.5 53l56 10q35 6 60 9t38.5 15t13.5 39q0 54 -81 54q-52 0 -73 -16t-26 -58h-135q13 187 231 187q221 0 221 -166v-300q0 -37 32 -66v-17z M355 231v24q-19 -9 -59 -17l-48 -9q-45 -8 -62.5 -22.5t-17.5 -44.5q0 -58 76 -58q53 0 82 33t29 94z" />
+<glyph unicode="&#xe2;" d="M440 598h-88l-82 77l-82 -77h-86l108 154h127zM524 0h-152q-16 20 -16 68q-74 -77 -164 -77q-71 0 -117.5 40t-46.5 115q0 72 38.5 110t120.5 53l56 10q35 6 60 9t38.5 15t13.5 39q0 54 -81 54q-52 0 -73 -16t-26 -58h-135q13 187 231 187q221 0 221 -166v-300 q0 -37 32 -66v-17zM355 231v24q-19 -9 -59 -17l-48 -9q-45 -8 -62.5 -22.5t-17.5 -44.5q0 -58 76 -58q53 0 82 33t29 94z" />
+<glyph unicode="&#xe3;" d="M449 739q-6 -127 -95 -127q-24 0 -55 12l-71 26q-18 6 -30 6q-18 0 -27 -10.5t-13 -34.5h-63q3 58 28 91t66 33q20 0 56 -13l71 -25q14 -6 34 -6q32 0 36 48h63zM524 0h-152q-16 20 -16 68q-74 -77 -164 -77q-71 0 -117.5 40t-46.5 115q0 72 38.5 110t120.5 53l56 10 q35 6 60 9t38.5 15t13.5 39q0 54 -81 54q-52 0 -73 -16t-26 -58h-135q13 187 231 187q221 0 221 -166v-300q0 -37 32 -66v-17zM355 231v24q-19 -9 -59 -17l-48 -9q-45 -8 -62.5 -22.5t-17.5 -44.5q0 -58 76 -58q53 0 82 33t29 94z" />
+<glyph unicode="&#xe4;" d="M236 618h-126v115h126v-115zM431 618h-126v115h126v-115zM524 0h-152q-16 20 -16 68q-74 -77 -164 -77q-71 0 -117.5 40t-46.5 115q0 72 38.5 110t120.5 53l56 10q35 6 60 9t38.5 15t13.5 39q0 54 -81 54q-52 0 -73 -16t-26 -58h-135q13 187 231 187q221 0 221 -166v-300 q0 -37 32 -66v-17zM355 231v24q-19 -9 -59 -17l-48 -9q-45 -8 -62.5 -22.5t-17.5 -44.5q0 -58 76 -58q53 0 82 33t29 94z" />
+<glyph unicode="&#xe5;" d="M524 0h-152q-16 20 -16 68q-74 -77 -164 -77q-71 0 -117.5 40t-46.5 115q0 72 38.5 110t120.5 53l56 10q35 6 60 9t38.5 15t13.5 39q0 54 -81 54q-52 0 -73 -16t-26 -58h-135q13 187 231 187q221 0 221 -166v-300q0 -37 32 -66v-17zM355 231v24q-19 -9 -59 -17l-48 -9 q-45 -8 -62.5 -22.5t-17.5 -44.5q0 -58 76 -58q53 0 82 33t29 94zM370 674q0 -40 -29.5 -69t-69.5 -29q-42 0 -71 29t-29 70t29 70t72 29q41 0 69.5 -29t28.5 -71zM317 675q0 19 -13 32.5t-32 13.5q-20 0 -34 -13.5t-14 -32.5t14 -32.5t34 -13.5q18 0 31.5 13.5t13.5 32.5z " />
+<glyph unicode="&#xe6;" horiz-adv-x="889" d="M857 250q0 -12 -1 -24h-362q0 -62 31 -94.5t83 -32.5q34 0 64 16.5t40 36.5h138q-24 -70 -92.5 -115t-157.5 -45q-136 0 -200 104q-89 -105 -205 -105q-78 0 -123 41.5t-45 116.5q0 73 38 110.5t121 52.5l56 10q50 8 62.5 11t25.5 10q24 13 24 40q0 53 -85 53 q-47 0 -68.5 -16.5t-26.5 -57.5h-131q3 187 228 187q117 0 175 -50q62 50 155 50q121 0 188.5 -78.5t67.5 -220.5zM354 231v23q-24 -14 -59 -19l-48 -7q-42 -6 -61 -20.5t-19 -44.5q0 -59 76 -59q54 0 82.5 32.5t28.5 94.5zM711 319q-11 123 -109 123t-107 -123h216z" />
+<glyph unicode="&#xe7;" d="M522 187q-9 -82 -67 -135.5t-147 -59.5l-20 -42h40q35 0 55.5 -21.5t20.5 -55.5q0 -46 -34 -74t-95 -28q-55 0 -138 28l19 61q69 -30 105 -30q24 0 40.5 12t16.5 29q0 31 -51 31h-64l43 91q-102 12 -157 82t-55 191q0 137 66.5 210t188.5 73q101 0 163.5 -56t69.5 -155 h-134q-12 53 -34.5 75.5t-65.5 22.5q-114 0 -114 -170q0 -78 30 -120t84 -42q40 0 63 20t37 63h134z" />
+<glyph unicode="&#xe8;" d="M525 250l-1 -17h-362q3 -75 31 -105t81 -30q90 0 107 54h138q-23 -78 -90 -119.5t-160 -41.5q-116 0 -181.5 71.5t-65.5 200.5q0 135 66.5 210.5t183.5 75.5q119 0 186 -79.5t67 -219.5zM379 326q-5 57 -34 86.5t-75 29.5q-92 0 -106 -116h215zM322 598h-100l-126 154 h156z" />
+<glyph unicode="&#xe9;" d="M448 752l-126 -154h-100l70 154h156zM525 250l-1 -17h-362q3 -75 31 -105t81 -30q90 0 107 54h138q-23 -78 -90 -119.5t-160 -41.5q-116 0 -181.5 71.5t-65.5 200.5q0 135 66.5 210.5t183.5 75.5q119 0 186 -79.5t67 -219.5zM379 326q-5 57 -34 86.5t-75 29.5 q-92 0 -106 -116h215z" />
+<glyph unicode="&#xea;" d="M441 598h-88l-82 77l-82 -77h-86l108 154h127zM525 250l-1 -17h-362q3 -75 31 -105t81 -30q90 0 107 54h138q-23 -78 -90 -119.5t-160 -41.5q-116 0 -181.5 71.5t-65.5 200.5q0 135 66.5 210.5t183.5 75.5q119 0 186 -79.5t67 -219.5zM379 326q-5 57 -34 86.5t-75 29.5 q-92 0 -106 -116h215z" />
+<glyph unicode="&#xeb;" d="M237 618h-126v115h126v-115zM432 618h-126v115h126v-115zM525 250l-1 -17h-362q3 -75 31 -105t81 -30q90 0 107 54h138q-23 -78 -90 -119.5t-160 -41.5q-116 0 -181.5 71.5t-65.5 200.5q0 135 66.5 210.5t183.5 75.5q119 0 186 -79.5t67 -219.5zM379 326q-5 57 -34 86.5 t-75 29.5q-92 0 -106 -116h215z" />
+<glyph unicode="&#xec;" horiz-adv-x="278" d="M207 598h-100l-126 154h156zM207 0h-140v540h140v-540z" />
+<glyph unicode="&#xed;" horiz-adv-x="278" d="M294 752l-126 -154h-100l70 154h156zM207 0h-140v540h140v-540z" />
+<glyph unicode="&#xee;" horiz-adv-x="278" d="M308 598h-88l-82 77l-82 -77h-86l108 154h127zM207 0h-140v540h140v-540z" />
+<glyph unicode="&#xef;" horiz-adv-x="278" d="M104 618h-126v115h126v-115zM299 618h-126v115h126v-115zM207 0h-140v540h140v-540z" />
+<glyph unicode="&#xf0;" horiz-adv-x="611" d="M569 276q0 -137 -70 -211t-197 -74q-126 0 -196.5 73.5t-70.5 207.5q0 119 66 190.5t173 71.5q36 0 85 -19q-40 64 -95 96l-77 -46l-42 37l70 44q-38 23 -90 48l67 47q35 -13 87 -42l15 -7l87 52l51 -34l-84 -50q114 -77 167.5 -169t53.5 -215zM428 263v1q0 78 -34 121.5 t-92 43.5t-92 -43t-34 -119t34 -119.5t92 -43.5t92 42.5t34 116.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="611" d="M546 0h-140v333q0 97 -90 97q-51 0 -82 -29t-31 -77v-324h-140v540h140v-78q58 87 162 87q86 0 133.5 -49t47.5 -138v-362zM484 739q-6 -127 -95 -127q-23 0 -55 12l-71 26q-18 6 -30 6q-18 0 -27 -10.5t-13 -34.5h-63q3 58 28 91t66 33q20 0 56 -13l71 -25q14 -6 34 -6 q31 0 36 48h63z" />
+<glyph unicode="&#xf2;" horiz-adv-x="611" d="M569 266q0 -129 -71.5 -202t-195.5 -73q-125 0 -196 73t-71 206q0 132 71 205.5t195 73.5q128 0 198 -73.5t70 -209.5zM429 268q0 79 -34.5 123.5t-92.5 44.5t-92.5 -44.5t-34.5 -121.5t34.5 -121.5t92.5 -44.5q57 0 92 44.5t35 119.5zM355 598h-100l-126 154h156z" />
+<glyph unicode="&#xf3;" horiz-adv-x="611" d="M482 752l-126 -154h-100l70 154h156zM569 266q0 -129 -71.5 -202t-195.5 -73q-125 0 -196 73t-71 206q0 132 71 205.5t195 73.5q128 0 198 -73.5t70 -209.5zM429 268q0 79 -34.5 123.5t-92.5 44.5t-92.5 -44.5t-34.5 -121.5t34.5 -121.5t92.5 -44.5q57 0 92 44.5 t35 119.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="611" d="M475 598h-88l-82 77l-82 -77h-86l108 154h127zM569 266q0 -129 -71.5 -202t-195.5 -73q-125 0 -196 73t-71 206q0 132 71 205.5t195 73.5q128 0 198 -73.5t70 -209.5zM429 268q0 79 -34.5 123.5t-92.5 44.5t-92.5 -44.5t-34.5 -121.5t34.5 -121.5t92.5 -44.5 q57 0 92 44.5t35 119.5z" />
+<glyph unicode="&#xf5;" horiz-adv-x="611" d="M569 266q0 -129 -71.5 -202t-195.5 -73q-125 0 -196 73t-71 206q0 132 71 205.5t195 73.5q128 0 198 -73.5t70 -209.5zM429 268q0 79 -34.5 123.5t-92.5 44.5t-92.5 -44.5t-34.5 -121.5t34.5 -121.5t92.5 -44.5q57 0 92 44.5t35 119.5zM484 739q-6 -127 -95 -127 q-23 0 -55 12l-71 26q-18 6 -30 6q-18 0 -27 -10.5t-13 -34.5h-63q3 58 28 91t66 33q20 0 56 -13l71 -25q14 -6 34 -6q31 0 36 48h63z" />
+<glyph unicode="&#xf6;" horiz-adv-x="611" d="M271 618h-126v115h126v-115zM466 618h-126v115h126v-115zM569 266q0 -129 -71.5 -202t-195.5 -73q-125 0 -196 73t-71 206q0 132 71 205.5t195 73.5q128 0 198 -73.5t70 -209.5zM429 268q0 79 -34.5 123.5t-92.5 44.5t-92.5 -44.5t-34.5 -121.5t34.5 -121.5t92.5 -44.5 q57 0 92 44.5t35 119.5z" />
+<glyph unicode="&#xf7;" horiz-adv-x="584" d="M367 432q0 -31 -22 -53t-53 -22t-53 22t-22 53t22 53t53 22t53 -22t22 -53zM367 68q0 -31 -22 -53t-53 -22t-53 22t-22 53t22 53t53 22t53 -22t22 -53zM524 200h-464v100h464v-100z" />
+<glyph unicode="&#xf8;" horiz-adv-x="611" d="M569 266q0 -129 -71.5 -202t-195.5 -73q-98 0 -164 46l-38 -40l-60 58l40 42q-45 70 -45 173q0 132 71 205.5t195 73.5q101 0 165 -45l38 39l60 -58l-40 -42q45 -68 45 -177zM429 268q0 36 -8 66l-194 -204q32 -26 75 -26q57 0 92 44.5t35 119.5zM377 410q-31 26 -75 26 q-58 0 -92.5 -44.5t-34.5 -121.5q0 -34 8 -64z" />
+<glyph unicode="&#xf9;" horiz-adv-x="611" d="M541 0h-140v71q-60 -80 -162 -80q-86 0 -133.5 49t-47.5 138v362h140v-333q0 -97 90 -97q51 0 82 29t31 77v324h140v-540zM355 598h-100l-126 154h156z" />
+<glyph unicode="&#xfa;" horiz-adv-x="611" d="M482 752l-126 -154h-100l70 154h156zM541 0h-140v71q-60 -80 -162 -80q-86 0 -133.5 49t-47.5 138v362h140v-333q0 -97 90 -97q51 0 82 29t31 77v324h140v-540z" />
+<glyph unicode="&#xfb;" horiz-adv-x="611" d="M475 598h-88l-82 77l-82 -77h-86l108 154h127zM541 0h-140v71q-60 -80 -162 -80q-86 0 -133.5 49t-47.5 138v362h140v-333q0 -97 90 -97q51 0 82 29t31 77v324h140v-540z" />
+<glyph unicode="&#xfc;" horiz-adv-x="611" d="M271 618h-126v115h126v-115zM466 618h-126v115h126v-115zM541 0h-140v71q-60 -80 -162 -80q-86 0 -133.5 49t-47.5 138v362h140v-333q0 -97 90 -97q51 0 82 29t31 77v324h140v-540z" />
+<glyph unicode="&#xfd;" d="M454 752l-126 -154h-100l70 154h156zM538 540l-222 -639q-26 -73 -65 -96.5t-115 -23.5q-22 0 -50 4v105q22 -6 37 -6q37 0 62 26t25 64v3l-201 563h154l119 -393l112 393h144z" />
+<glyph unicode="&#xfe;" horiz-adv-x="611" d="M574 262q0 -113 -64.5 -192t-161.5 -79q-100 0 -150 87v-296h-140v947h140v-269q50 89 150 89q97 0 161.5 -81.5t64.5 -205.5zM434 260q0 77 -32.5 124.5t-85.5 47.5t-85.5 -47t-32.5 -123q0 -65 33 -109.5t85 -44.5q51 0 84.5 44t33.5 108z" />
+<glyph unicode="&#xff;" d="M243 618h-126v115h126v-115zM438 618h-126v115h126v-115zM538 540l-222 -639q-26 -73 -65 -96.5t-115 -23.5q-22 0 -50 4v105q22 -6 37 -6q37 0 62 26t25 64v3l-201 563h154l119 -393l112 393h144z" />
+<glyph unicode="&#x152;" horiz-adv-x="1000" d="M970 0h-490v73q-37 -46 -70.5 -64t-84.5 -18q-131 0 -214 101t-83 267q0 169 84 275.5t217 106.5q48 0 81.5 -14.5t69.5 -49.5v52h471v-125h-327v-165h299v-125h-299v-189h346v-125zM474 192v348q-42 73 -118 73q-80 0 -129 -69.5t-49 -184.5q0 -113 48 -176.5t129 -63.5 q77 0 119 73z" />
+<glyph unicode="&#x153;" horiz-adv-x="944" d="M920 250q0 -12 -1 -24h-362q1 -71 29.5 -99.5t84.5 -28.5q35 0 65 16.5t40 37.5h138q-25 -71 -93 -116t-157 -45q-113 0 -179 75q-77 -75 -195 -75q-124 0 -195.5 74t-71.5 198q0 133 71 209.5t196 76.5q122 0 195 -76q65 76 180 76q121 0 188 -79.5t67 -219.5zM417 261 q0 80 -34.5 127.5t-92.5 47.5q-57 0 -92 -48t-35 -125q0 -68 35.5 -113.5t91.5 -45.5q55 0 91 45.5t36 111.5zM774 319q-7 62 -35.5 92.5t-72.5 30.5q-96 0 -107 -123h215z" />
+<glyph unicode="&#x178;" horiz-adv-x="667" d="M310 797h-126v115h126v-115zM505 797h-126v115h126v-115zM650 729l-231 -459v-270h-150v270l-242 459h167l149 -322l139 322h168z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="333" d="M336 598h-88l-82 77l-82 -77h-86l108 154h127z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="333" d="M345 739q-6 -127 -95 -127q-24 0 -55 12l-71 26q-18 6 -30 6q-18 0 -27 -10.5t-13 -34.5h-63q3 58 28 91t66 33q20 0 56 -13l71 -25q14 -6 34 -6q32 0 36 48h63z" />
+<glyph unicode="&#x2000;" horiz-adv-x="481" />
+<glyph unicode="&#x2001;" horiz-adv-x="962" />
+<glyph unicode="&#x2002;" horiz-adv-x="481" />
+<glyph unicode="&#x2003;" horiz-adv-x="962" />
+<glyph unicode="&#x2004;" horiz-adv-x="320" />
+<glyph unicode="&#x2005;" horiz-adv-x="240" />
+<glyph unicode="&#x2006;" horiz-adv-x="160" />
+<glyph unicode="&#x2007;" horiz-adv-x="160" />
+<glyph unicode="&#x2008;" horiz-adv-x="120" />
+<glyph unicode="&#x2009;" horiz-adv-x="192" />
+<glyph unicode="&#x200a;" horiz-adv-x="53" />
+<glyph unicode="&#x2010;" horiz-adv-x="333" d="M298 207h-272v135h272v-135z" />
+<glyph unicode="&#x2011;" horiz-adv-x="333" d="M298 207h-272v135h272v-135z" />
+<glyph unicode="&#x2013;" d="M557 207h-566v104h566v-104z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M1003 207h-1010v104h1010v-104z" />
+<glyph unicode="&#x2018;" horiz-adv-x="278" d="M202 469h-135v109q0 79 45 117q37 31 90 34v-46q-83 -15 -80 -89h80v-125z" />
+<glyph unicode="&#x2019;" horiz-adv-x="278" d="M201 620q0 -79 -45 -117q-37 -31 -90 -34v46q83 15 80 89h-80v125h135v-109z" />
+<glyph unicode="&#x201a;" horiz-adv-x="278" d="M201 16q0 -79 -45 -117q-37 -31 -90 -34v46q83 15 80 89h-80v125h135v-109z" />
+<glyph unicode="&#x201c;" horiz-adv-x="500" d="M433 469h-135v109q0 79 45 117q37 31 90 34v-46q-83 -15 -80 -89h80v-125zM206 469h-135v109q0 79 45 117q37 31 90 34v-46q-83 -15 -80 -89h80v-125z" />
+<glyph unicode="&#x201d;" horiz-adv-x="500" d="M440 620q0 -79 -45 -117q-37 -31 -90 -34v46q83 15 80 89h-80v125h135v-109zM208 620q0 -79 -45 -117q-37 -31 -90 -34v46q83 15 80 89h-80v125h135v-109z" />
+<glyph unicode="&#x201e;" horiz-adv-x="500" d="M432 16q0 -79 -45 -117q-37 -31 -90 -34v46q83 15 80 89h-80v125h135v-109zM207 16q0 -79 -45 -117q-37 -31 -90 -34v46q83 15 80 89h-80v125h135v-109z" />
+<glyph unicode="&#x2022;" horiz-adv-x="350" d="M300 300q0 -52 -36.5 -88.5t-88.5 -36.5t-88.5 36.5t-36.5 88.5t37 88.5t90 36.5q50 0 86.5 -37t36.5 -88z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1000" d="M908 0h-150v146h150v-146zM575 0h-150v146h150v-146zM242 0h-150v146h150v-146z" />
+<glyph unicode="&#x202f;" horiz-adv-x="192" />
+<glyph unicode="&#x2039;" horiz-adv-x="333" d="M250 72l-167 146v114l167 149v-117l-101 -89l101 -89v-114z" />
+<glyph unicode="&#x203a;" horiz-adv-x="333" d="M247 220l-167 -148v117l101 89l-101 89v114l167 -146v-115z" />
+<glyph unicode="&#x205f;" horiz-adv-x="240" />
+<glyph unicode="&#x20ac;" d="M546 656l-45 -129q-84 67 -146 67q-94 0 -131 -140h251l-24 -68h-240q-3 -24 -3 -41t2 -27h217l-25 -68h-181q37 -128 134 -128q30 0 58.5 10t87.5 42l44 -122q-50 -31 -105 -46t-91 -15q-106 0 -176.5 69t-94.5 190h-72l24 68h40q-2 14 -2 35t1 33h-63l24 68h48 q28 128 103 199t183 71q52 0 90 -14t92 -54z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1000" d="M432 646h-130v-322h-108v322h-134v83h372v-83zM939 729v-405h-108v244l-63 -244h-105l-64 245v-245h-108v405h151l74 -283l71 283h152z" />
+</font>
+</defs></svg> \ No newline at end of file
diff --git a/theme/mnml/fonts/texgyreheros-bold-webfont.ttf b/theme/mnml/fonts/texgyreheros-bold-webfont.ttf
new file mode 100644
index 000000000..3c4ffef55
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-bold-webfont.ttf
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-bold-webfont.woff b/theme/mnml/fonts/texgyreheros-bold-webfont.woff
new file mode 100644
index 000000000..de4f5f1f8
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-bold-webfont.woff
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-italic-webfont.eot b/theme/mnml/fonts/texgyreheros-italic-webfont.eot
new file mode 100644
index 000000000..896ebcbed
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-italic-webfont.eot
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-italic-webfont.svg b/theme/mnml/fonts/texgyreheros-italic-webfont.svg
new file mode 100644
index 000000000..213584a09
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-italic-webfont.svg
@@ -0,0 +1,238 @@
+<?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.
+</metadata>
+<defs>
+<font id="webfonthYzg65YD" horiz-adv-x="556" >
+<font-face units-per-em="1000" ascent="784" descent="-216" />
+<missing-glyph horiz-adv-x="278" />
+<glyph unicode=" " horiz-adv-x="278" />
+<glyph unicode="&#x09;" horiz-adv-x="278" />
+<glyph unicode="&#xa0;" horiz-adv-x="278" />
+<glyph unicode="!" horiz-adv-x="278" d="M212 379l-67 -211h-40l23 211l74 350h84zM153 103l-22 -103h-84l22 103h84z" />
+<glyph unicode="&#x22;" horiz-adv-x="355" d="M405 709l-24 -111l-55 -134h-39v134l24 111h94zM246 709l-24 -111l-55 -134h-39v134l24 111h94z" />
+<glyph unicode="#" d="M599 503l-14 -64h-105l-73 -184h107l-14 -64h-118l-83 -211h-76l83 211h-125l-83 -211h-76l83 211h-101l14 64h112l73 184h-109l13 64h121l77 194h76l-76 -194h124l77 194h76l-77 -194h94zM404 439h-124l-74 -184h125z" />
+<glyph unicode="$" d="M515 243q0 -114 -73 -188.5t-194 -77.5l-22 -103h-59l22 103q-88 14 -129 51.5t-41 105.5q0 29 8 74h79l-1 -11q-3 -29 -3 -47q0 -41 23 -64.5t78 -39.5l58 272q-90 31 -114 52q-45 39 -45 99q0 103 65.5 171t178.5 76l11 54h59l-11 -54q75 -4 116.5 -43.5t41.5 -107.5 q0 -22 -6 -46h-79l1 15q1 9 1 21q0 39 -24.5 64t-65.5 27l-53 -249q90 -28 121 -48q57 -38 57 -106zM280 405l51 240q-63 -4 -104.5 -46t-41.5 -98q0 -37 21.5 -58.5t73.5 -37.5zM427 211q0 36 -24.5 58t-84.5 40l-56 -263q79 6 122 49t43 116z" />
+<glyph unicode="%" horiz-adv-x="889" d="M775 709l-550 -729h-66l550 729h66zM433 552q0 -81 -64.5 -143.5t-148.5 -62.5q-59 0 -97.5 37.5t-38.5 94.5q0 79 65 141.5t146 62.5q58 0 98 -37.5t40 -92.5zM363 534q0 37 -23 59.5t-61 22.5q-48 0 -86.5 -37.5t-38.5 -84.5q0 -35 23.5 -58.5t58.5 -23.5q49 0 88 37.5 t39 84.5zM845 190q0 -81 -64.5 -143.5t-148.5 -62.5q-59 0 -97.5 37.5t-38.5 94.5q0 79 65 141.5t146 62.5q58 0 98 -37.5t40 -92.5zM775 172q0 37 -23 59.5t-61 22.5q-48 0 -86.5 -37.5t-38.5 -84.5q0 -35 23.5 -58.5t58.5 -23.5q49 0 88 37.5t39 84.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="667" d="M584 0h-106l-46 78q-68 -56 -118.5 -78.5t-110.5 -22.5q-79 0 -124.5 40.5t-45.5 110.5q0 83 48 141.5t157 120.5l-9 23l-18 42q-14 34 -14 68q0 73 63 129.5t145 56.5q61 0 97 -33t36 -89q0 -65 -44 -116t-137 -93l98 -163q43 50 60 119h79q-20 -99 -100 -183zM455 574 q0 30 -18.5 47.5t-50.5 17.5q-44 0 -75 -31t-31 -75q0 -21 8 -38.5t39 -60.5q69 35 98.5 67t29.5 73zM398 137l-119 199q-84 -45 -121 -86.5t-37 -90.5t29.5 -77t79.5 -28q69 0 168 83z" />
+<glyph unicode="'" horiz-adv-x="191" d="M242 709l-24 -111l-55 -134h-39v134l24 111h94z" />
+<glyph unicode="(" horiz-adv-x="333" d="M196 -213h-55q-78 137 -78 329q0 152 73.5 314t204.5 299h55q-255 -313 -255 -650q0 -149 55 -292z" />
+<glyph unicode=")" horiz-adv-x="333" d="M275 407q0 -156 -73.5 -320t-203.5 -300h-55q124 152 189.5 317t65.5 327q0 158 -55 298h55q35 -62 56 -149.5t21 -172.5z" />
+<glyph unicode="*" horiz-adv-x="389" d="M421 593l-113 -27l53 -91l-58 -37l-44 96l-81 -95l-47 40l92 88l-104 31l30 59l100 -40l20 112h62l-29 -112l110 38z" />
+<glyph unicode="+" horiz-adv-x="584" d="M516 216h-190v-190h-68v190h-190v68h190v190h68v-190h190v-68z" />
+<glyph unicode="," horiz-adv-x="278" d="M164 103l-26 -119q-14 -62 -47 -97t-80 -34h-6l8 38q36 0 54.5 24t28.5 85h-59l22 103h105z" />
+<glyph unicode="-" horiz-adv-x="333" d="M286 240h-239l15 72h239z" />
+<glyph unicode="." horiz-adv-x="278" d="M163 103l-22 -103h-104l22 103h104z" />
+<glyph unicode="/" horiz-adv-x="278" d="M384 729l-391 -749h-55l391 749h55z" />
+<glyph unicode="0" d="M548 514q0 -108 -31 -223t-79 -184q-84 -122 -210 -122q-80 0 -129 50t-49 143q0 108 31.5 224t78.5 185q83 122 208 122q85 0 132.5 -51.5t47.5 -143.5zM460 504q0 61 -27.5 94.5t-76.5 33.5q-94 0 -150 -123q-28 -62 -48 -155.5t-20 -164.5q0 -59 27 -93t74 -34 q49 0 85.5 30t66.5 94q28 60 48.5 153.5t20.5 164.5z" />
+<glyph unicode="1" d="M448 709l-151 -709h-88l108 505h-159l13 63q108 15 143.5 37.5t75.5 103.5h58z" />
+<glyph unicode="2" d="M570 537q0 -150 -198 -250l-112 -57q-140 -71 -163 -143h377l-19 -87h-471q33 121 83 179.5t180 127.5l104 52q62 31 96.5 74.5t34.5 91.5t-32 77.5t-84 29.5q-71 0 -114.5 -41t-66.5 -128h-88q29 127 97 186.5t184 59.5q89 0 140.5 -47t51.5 -125z" />
+<glyph unicode="3" d="M506 253q0 -112 -80.5 -190t-209.5 -78q-94 0 -143.5 43t-49.5 124q0 24 5 62h88l-2 -13q-3 -16 -3 -39q0 -46 32.5 -73t85.5 -27q84 0 136.5 48.5t52.5 129.5q0 43 -35 67t-97 24q-24 0 -45 -2l16 75h18q98 0 142 35.5t44 105.5q0 40 -28.5 63.5t-77.5 23.5 q-67 0 -108.5 -36t-59.5 -116h-88q32 122 98 175.5t170 53.5q82 0 132 -40t50 -106t-28.5 -111t-92.5 -81q42 -21 60 -48t18 -70z" />
+<glyph unicode="4" d="M523 248l-17 -78h-106l-36 -170h-88l36 170h-299l20 92l416 447h66l-98 -461h106zM329 248l65 308l-286 -308h221z" />
+<glyph unicode="5" d="M517 295q0 -131 -87.5 -220.5t-206.5 -89.5q-91 0 -146 43.5t-55 131.5v22h88q4 -120 125 -120q85 0 139.5 57.5t54.5 149.5q0 58 -33 89.5t-93 31.5q-44 0 -73.5 -13.5t-75.5 -53.5h-80l132 371h370l-18 -87h-300l-67 -183q70 43 140 43q85 0 135.5 -47t50.5 -125z" />
+<glyph unicode="6" d="M516 271q0 -116 -83.5 -201t-194.5 -85q-89 0 -141.5 50t-52.5 136q0 94 30.5 207.5t73.5 181.5q95 149 237 149q80 0 128 -43t48 -115q0 -16 -1 -27h-88l1 5q-2 47 -28.5 75t-73.5 28q-76 0 -133 -73.5t-79 -200.5q84 84 179 84q80 0 129 -47t49 -124zM428 256 q0 49 -31.5 79t-82.5 30q-77 0 -129.5 -54t-52.5 -133q0 -53 33.5 -84.5t85.5 -31.5q75 0 126 55.5t51 138.5z" />
+<glyph unicode="7" d="M601 613q-131 -128 -249 -301t-167 -312h-98q66 154 155.5 282.5t264.5 324.5h-383l19 87h475z" />
+<glyph unicode="8" d="M511 243q0 -105 -84 -181.5t-194 -76.5q-95 0 -151.5 44t-56.5 120q0 152 158 224l-12 10q-31 25 -41.5 44.5t-10.5 52.5q0 95 75 162t177 67q83 0 133 -41t50 -107q0 -56 -25 -98t-86 -80l-16 -10q84 -48 84 -130zM466 545q0 41 -29 64t-80 23q-65 0 -107.5 -40 t-42.5 -101q0 -39 28.5 -61t78.5 -22q66 0 109 39.5t43 97.5zM423 230q0 49 -35 76.5t-94 27.5q-76 0 -128.5 -49t-52.5 -121q0 -47 35 -74.5t91 -27.5q79 0 131.5 47.5t52.5 120.5z" />
+<glyph unicode="9" d="M509 274q-36 -134 -116.5 -211.5t-182.5 -77.5q-80 0 -127.5 43t-47.5 115q0 16 1 27h87q0 -52 25.5 -80t73.5 -28q151 0 211 270q-57 -48 -91 -64t-87 -16q-81 0 -129 47t-48 126q0 108 78 196t198 88q90 0 142.5 -51.5t52.5 -132.5q0 -102 -40 -251zM462 518 q0 50 -34.5 82t-85.5 32q-73 0 -125 -56t-52 -136q0 -53 30 -82t84 -29q76 0 129.5 55t53.5 134z" />
+<glyph unicode=":" horiz-adv-x="278" d="M166 103l-22 -103h-104l22 103h104zM256 524l-22 -103h-104l14 103h112z" />
+<glyph unicode=";" horiz-adv-x="278" d="M252 524l-22 -103h-104l22 103h104zM164 103l-26 -119q-14 -62 -47 -97t-80 -34h-6l8 38q36 0 54.5 24t28.5 85h-59l22 103h105z" />
+<glyph unicode="&#x3c;" horiz-adv-x="584" d="M448 -69l-334 293v52l334 293v-90l-260 -229l260 -229v-90z" />
+<glyph unicode="=" horiz-adv-x="584" d="M516 307h-448v68h448v-68zM516 125h-448v68h448v-68z" />
+<glyph unicode="&#x3e;" horiz-adv-x="584" d="M448 224l-334 -293v90l260 229l-260 229v90l334 -293v-52z" />
+<glyph unicode="?" d="M574 590q0 -58 -34 -110.5t-111 -109.5q-56 -42 -75 -64.5t-29 -59.5l-10 -47h-90l12 55q10 45 32 71.5t104 91.5q58 46 81.5 82t23.5 79q0 38 -30 62t-77 24q-66 0 -103.5 -37.5t-54.5 -119.5h-85q47 234 265 234q85 0 133 -43t48 -108zM295 103l-22 -103h-90l22 103h90 z" />
+<glyph unicode="@" horiz-adv-x="1015" d="M986 434q0 -158 -102 -267.5t-238 -109.5q-48 0 -73.5 16.5t-25.5 46.5v14l-45 -32q-20 -14 -36 -23t-33 -13t-38 -4q-61 0 -98 38t-37 101q0 74 47.5 150t121.5 124.5t147 48.5q91 0 109 -89l36 66h82l-149 -280q-24 -45 -24 -58q0 -14 12.5 -25t28.5 -11 q53 0 107.5 43.5t89.5 111t35 132.5q0 108 -83 179t-210 71q-121 0 -235.5 -67.5t-185.5 -176.5t-71 -224q0 -117 85 -189t222 -72q82 0 204 32l13 -67q-115 -42 -245 -42q-150 0 -258.5 90.5t-108.5 233.5q0 137 81 266t221.5 211t298.5 82q154 0 254.5 -87t100.5 -220z M632 390q0 65 -68 65q-74 0 -143 -82.5t-69 -162.5q0 -37 21.5 -61.5t54.5 -24.5q46 0 95 48.5t79 111t30 106.5z" />
+<glyph unicode="A" horiz-adv-x="667" d="M603 0h-102l-27 219h-285l-123 -219h-99l415 729h120zM464 297l-40 333l-191 -333h231z" />
+<glyph unicode="B" horiz-adv-x="667" d="M622 258q0 -110 -77.5 -184t-185.5 -74h-330l155 729h296q84 0 132.5 -39.5t48.5 -105.5q0 -67 -35.5 -119t-100.5 -81q53 -23 75 -51.5t22 -74.5zM565 561q0 86 -124 86h-180l-50 -232h180q86 0 130 40t44 106zM526 242q0 91 -106 91h-226l-54 -251h227q70 0 114.5 45 t44.5 115z" />
+<glyph unicode="C" horiz-adv-x="722" d="M685 266q-64 -151 -149.5 -217.5t-217.5 -66.5q-119 0 -187 72t-68 193q0 94 34.5 191t93.5 168q117 141 292 141q106 0 168.5 -62t68.5 -182h-96q-12 163 -158 163q-136 0 -226 -133q-81 -121 -81 -268q0 -91 47.5 -146.5t125.5 -55.5q94 0 150 46.5t105 156.5h98z" />
+<glyph unicode="D" horiz-adv-x="722" d="M709 488q0 -206 -112.5 -347t-275.5 -141h-282l155 729h282q109 0 171 -67.5t62 -173.5zM613 480q0 78 -45.5 122.5t-125.5 44.5h-171l-121 -565h172q129 0 210 112.5t81 285.5z" />
+<glyph unicode="E" horiz-adv-x="667" d="M563 0h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395l-54 -250h429z" />
+<glyph unicode="F" horiz-adv-x="611" d="M667 647h-395l-50 -233h347l-17 -82h-347l-71 -332h-94l155 729h489z" />
+<glyph unicode="G" horiz-adv-x="778" d="M743 385l-82 -385h-59l-5 86q-69 -58 -129 -81t-139 -23q-121 0 -195 75t-74 209q0 118 55 227.5t159 181.5t232 72q117 0 185 -60.5t68 -161.5v-6v-11h-91q-1 75 -51 116.5t-129 41.5q-140 0 -236 -115t-96 -269q0 -105 51.5 -162t154.5 -57q98 0 175.5 59t99.5 155 l6 26h-222l18 82h304z" />
+<glyph unicode="H" horiz-adv-x="722" d="M749 729l-155 -729h-94l71 332h-373l-71 -332h-94l155 729h94l-67 -315h373l67 315h94z" />
+<glyph unicode="I" horiz-adv-x="278" d="M299 729l-155 -729h-94l155 729h94z" />
+<glyph unicode="J" horiz-adv-x="500" d="M416 187q-21 -98 -87 -151.5t-165 -53.5q-78 0 -122 41.5t-44 103.5q0 23 6 48l13 59h94l-13 -61q-4 -16 -4 -34q0 -34 25 -55t65 -21q56 0 91.5 37t53.5 121l108 508h94z" />
+<glyph unicode="K" horiz-adv-x="667" d="M763 729l-361 -298l206 -431h-110l-168 376l-154 -127l-53 -249h-94l155 729h94l-79 -373l444 373h120z" />
+<glyph unicode="L" d="M484 0h-454l155 729h94l-138 -647h360z" />
+<glyph unicode="M" horiz-adv-x="833" d="M866 729l-155 -729h-89l129 605l-334 -605h-97l-77 605l-129 -605h-89l155 729h129l80 -627l346 627h131z" />
+<glyph unicode="N" horiz-adv-x="722" d="M751 729l-155 -729h-106l-249 591l-126 -591h-89l155 729h104l250 -598l127 598h89z" />
+<glyph unicode="O" horiz-adv-x="778" d="M779 470q0 -127 -53 -237.5t-154.5 -180.5t-229.5 -70q-134 0 -210.5 74.5t-76.5 211.5q0 122 57 232t157.5 178.5t218.5 68.5q136 0 213.5 -73t77.5 -204zM683 452q0 101 -55.5 157.5t-151.5 56.5q-92 0 -167.5 -56t-116.5 -145t-41 -189q0 -101 55.5 -157t148.5 -56 t169.5 56t117.5 144.5t41 188.5z" />
+<glyph unicode="P" horiz-adv-x="667" d="M683 568q0 -105 -72 -182t-182 -77h-228l-66 -309h-94l155 729h302q185 0 185 -161zM587 550q0 97 -120 97h-194l-55 -256h194q77 0 126 46t49 113z" />
+<glyph unicode="Q" horiz-adv-x="778" d="M684 4l-60 -58l-87 87q-55 -29 -96.5 -40t-99.5 -11q-135 0 -210.5 76t-75.5 211q0 121 55.5 230.5t156 178.5t221.5 69q138 0 214.5 -75.5t76.5 -209.5q0 -108 -45 -207.5t-128 -173.5zM683 452q0 102 -56 158t-151 56q-91 0 -167 -56t-117 -145t-41 -188 q0 -101 55.5 -157.5t153.5 -56.5q54 0 119 29l-62 62l58 56l74 -73q134 129 134 315z" />
+<glyph unicode="R" horiz-adv-x="722" d="M634 23l-5 -23h-113q-4 28 -4 47q0 24 3 40.5t21 91.5q8 35 8 60q0 75 -101 75h-239l-67 -314h-94l155 729h336q96 0 141 -37.5t45 -116.5q0 -74 -34 -124.5t-106 -90.5q35 -23 47.5 -43t12.5 -53q0 -28 -21 -138q-6 -32 -6 -50q0 -34 21 -53zM624 558q0 45 -27 67 t-92 22h-230l-54 -251h231q83 0 127.5 45.5t44.5 116.5z" />
+<glyph unicode="S" horiz-adv-x="667" d="M620 242q0 -42 -24.5 -91.5t-62.5 -84.5q-90 -84 -252 -84q-113 0 -177 51t-64 141q0 30 9 63h87q-4 -25 -4 -41q0 -68 40 -100.5t125 -32.5q100 0 163.5 43.5t63.5 107.5q0 35 -26.5 59t-86.5 41l-171 49q-50 14 -80.5 51t-30.5 84q0 38 20.5 85.5t51.5 78.5 q82 85 238 85q105 0 165.5 -46.5t60.5 -123.5q0 -19 -8 -56h-88q4 27 4 36q0 109 -152 109q-86 0 -141 -40.5t-55 -101.5q0 -33 21.5 -51t79.5 -35l172 -49q56 -16 89 -56.5t33 -90.5z" />
+<glyph unicode="T" horiz-adv-x="611" d="M681 647h-238l-138 -647h-94l138 647h-241l17 82h573z" />
+<glyph unicode="U" horiz-adv-x="722" d="M750 729l-108 -507q-23 -109 -112.5 -174.5t-215.5 -65.5q-107 0 -173 50t-66 128q0 30 14 96l101 473h94l-108 -507q-5 -20 -5 -44q0 -52 44.5 -83.5t116.5 -31.5q85 0 142.5 42.5t73.5 116.5l108 507h94z" />
+<glyph unicode="V" horiz-adv-x="667" d="M750 729l-408 -729h-100l-107 729h97l83 -617l336 617h99z" />
+<glyph unicode="W" horiz-adv-x="944" d="M1034 729l-340 -729h-102l-41 592l-290 -592h-134v729h115v-592l288 592h96l41 -592l263 592h104z" />
+<glyph unicode="X" horiz-adv-x="667" d="M600 0h-115l-134 304l-264 -304h-115l339 374l-167 355h113l125 -285l248 285h114l-323 -355z" />
+<glyph unicode="Y" horiz-adv-x="667" d="M766 729l-368 -443l-61 -286h-94l61 286l-186 443h112l136 -357l289 357h111z" />
+<glyph unicode="Z" horiz-adv-x="611" d="M534 0h-556l18 84l555 563h-406l17 82h525l-18 -84l-556 -563h438z" />
+<glyph unicode="[" horiz-adv-x="278" d="M340 657h-102l-170 -798h102l-15 -72h-186l200 942h186z" />
+<glyph unicode="\" horiz-adv-x="278" d="M230 -20h-55l-78 749h55z" />
+<glyph unicode="]" horiz-adv-x="278" d="M114 -213h-187l15 72h103l170 798h-103l15 72h187z" />
+<glyph unicode="^" horiz-adv-x="469" d="M446 329h-69l-58 299l-182 -299h-72l234 380h73z" />
+<glyph unicode="_" d="M501 -127l-11 -50h-599l11 50h599z" />
+<glyph unicode="`" horiz-adv-x="333" d="M270 581h-60l-117 148h112z" />
+<glyph unicode="a" d="M492 0q-51 -9 -53 -9q-39 0 -59 11.5t-20 40.5l1 15q-53 -44 -98.5 -58.5t-101.5 -14.5q-68 0 -106.5 32.5t-38.5 91.5q0 89 81 140q36 23 79.5 33t145.5 20q54 5 75 17t26 42l3 18q2 16 2 19q0 28 -30.5 46t-75.5 18q-108 0 -137 -93h-84q14 83 76.5 126.5t166.5 43.5 q79 0 126.5 -31t47.5 -82q0 -10 -6 -37l-61 -287q-1 -3 -1 -10q0 -29 38 -29q8 0 17 2zM401 258q-43 -15 -146 -29q-80 -11 -115.5 -37t-35.5 -73q0 -62 90 -62q66 0 122.5 34.5t66.5 80.5z" />
+<glyph unicode="b" d="M538 343q0 -90 -35 -171t-103 -134t-154 -53q-105 0 -149 97l-18 -82h-75l155 729h84l-58 -275q48 51 84.5 68t91.5 17q76 0 126.5 -56t50.5 -140zM450 324q0 65 -31 101.5t-86 36.5q-79 0 -138 -79.5t-59 -195.5q0 -59 30 -92t82 -33q82 0 142 76t60 186z" />
+<glyph unicode="c" horiz-adv-x="500" d="M468 180q-30 -104 -91.5 -149.5t-161.5 -45.5q-86 0 -137 53t-51 136q0 160 84 262.5t220 102.5q77 0 125 -43.5t48 -103.5q0 -1 -0.5 -5t-1 -11t-0.5 -13l-1 -15h-84q1 9 1 22q0 43 -27.5 67.5t-74.5 24.5q-87 0 -144 -83t-57 -194q0 -58 31 -90.5t83 -32.5 q112 0 155 118h84z" />
+<glyph unicode="d" d="M600 729l-155 -729h-81l17 80q-22 -42 -76 -68.5t-109 -26.5q-78 0 -125 51t-47 138q0 158 82 261.5t207 103.5q53 0 86 -21t57 -70l60 281h84zM423 327q0 64 -31 99.5t-87 35.5q-81 0 -137 -80t-56 -188q0 -64 31 -98t87 -34q79 0 136 79t57 186z" />
+<glyph unicode="e" d="M514 238h-386q-6 -24 -5 -46q0 -63 32.5 -96.5t92.5 -33.5q100 0 154 97h84q-23 -80 -92 -127t-160 -47q-89 0 -144 56t-55 136q0 61 24 134t59 120q37 50 96.5 79t124.5 29q81 0 136 -49.5t55 -121.5q0 -42 -14 -117zM440 310q2 24 2 29q0 56 -31.5 89.5t-84.5 33.5 q-60 0 -110.5 -43t-69.5 -109h294z" />
+<glyph unicode="f" horiz-adv-x="278" d="M306 457h-86l-97 -457h-84l97 457h-70l14 67h70l19 89q12 56 51.5 87.5t97.5 31.5q22 0 45 -5l-15 -69q-14 2 -27 2q-32 0 -48 -14.5t-24 -52.5l-15 -69h86z" />
+<glyph unicode="g" d="M458 85q-20 -95 -43 -147.5t-61 -88.5q-70 -67 -195 -67q-80 0 -128.5 34.5t-48.5 92.5q0 10 1 18l1 13h84v-14q0 -34 28.5 -53t79.5 -19q80 0 123.5 44t65.5 146l4 20q-76 -79 -172 -79q-77 0 -125 51t-48 133q0 148 84 259t211 111q96 0 139 -93l17 78h76zM419 339 q0 56 -29 89.5t-77 33.5q-86 0 -143.5 -84t-57.5 -193q0 -59 29.5 -93.5t79.5 -34.5q87 0 142.5 83.5t55.5 198.5z" />
+<glyph unicode="h" d="M520 376l-80 -376h-84l73 343q6 27 6 39q0 38 -23.5 61.5t-61.5 23.5q-68 0 -118 -48t-67 -130l-61 -289h-84l155 729h84l-57 -270q47 44 89 62t98 18q63 0 99 -33.5t36 -92.5q0 -20 -4 -37z" />
+<glyph unicode="i" horiz-adv-x="222" d="M262 707l-22 -103h-104l22 103h104zM103 0h-84l111 524h84z" />
+<glyph unicode="j" horiz-adv-x="222" d="M262 707l-22 -103h-104l22 103h104zM80 -109q-14 -62 -52 -85.5t-124 -23.5q-8 0 -19 3l15 71q18 -2 25 -2q38 0 53.5 14t24.5 56l127 600h84z" />
+<glyph unicode="k" horiz-adv-x="500" d="M452 0h-96l-114 291l-107 -88l-43 -203h-84l155 729h84l-90 -423l269 218h108l-222 -181z" />
+<glyph unicode="l" horiz-adv-x="222" d="M257 729l-155 -729h-84l155 729h84z" />
+<glyph unicode="m" horiz-adv-x="833" d="M717 0h-84l72 341q9 34 9 49q0 36 -20.5 56.5t-55.5 20.5q-55 0 -100 -39.5t-57 -98.5l-70 -329h-84l77 361q4 17 4 37q0 31 -22.5 50t-59.5 19q-50 0 -94.5 -40.5t-56.5 -97.5l-70 -329h-84l111 524h76l-13 -65q48 45 87.5 62.5t90.5 17.5q97 0 121 -83q86 83 181 83 q61 0 94 -33.5t33 -77.5q0 -33 -6 -55z" />
+<glyph unicode="n" d="M520 376l-80 -376h-84l74 349q6 32 6 37q0 35 -25 58t-62 23q-68 0 -117.5 -48t-66.5 -130l-61 -289h-84l111 524h76l-13 -65q78 80 194 80q62 0 99 -34t37 -91q0 -21 -4 -38z" />
+<glyph unicode="o" d="M526 352q0 -158 -85 -262.5t-220 -104.5q-85 0 -137.5 50t-52.5 133q0 100 36 184t106 135.5t161 51.5q88 0 140 -53t52 -134zM438 333q0 61 -31 95t-86 34q-87 0 -144.5 -81.5t-57.5 -192.5q0 -59 31 -92.5t85 -33.5q88 0 145.5 79t57.5 192z" />
+<glyph unicode="p" d="M536 344q0 -152 -81.5 -255.5t-208.5 -103.5q-53 0 -86.5 20.5t-57.5 66.5l-61 -285h-84l157 737h81l-18 -84q20 42 75 70.5t110 28.5q80 0 127 -52.5t47 -142.5zM448 324q0 65 -31.5 101.5t-87.5 36.5q-81 0 -138 -82.5t-57 -191.5q0 -59 32.5 -92.5t87.5 -33.5 q83 0 138.5 78t55.5 184z" />
+<glyph unicode="q" d="M557 524l-157 -737h-84l60 279q-52 -50 -86.5 -65.5t-89.5 -15.5q-76 0 -127 54.5t-51 137.5q0 91 35 172.5t103.5 135.5t155.5 54q111 0 147 -101l19 86h75zM424 333q0 59 -30 94t-80 35q-84 0 -144 -78t-60 -194q0 -59 32 -93.5t86 -34.5q79 0 137.5 77.5t58.5 193.5z " />
+<glyph unicode="r" horiz-adv-x="333" d="M368 451h-10q-159 0 -197 -179l-58 -272h-84l111 524h76l-17 -82q46 53 83.5 75t81.5 22q12 0 32 -3z" />
+<glyph unicode="s" horiz-adv-x="500" d="M445 181q0 -89 -67 -142.5t-179 -53.5q-87 0 -136.5 34t-49.5 94q0 23 6 51h89q-2 -20 -2 -25q0 -37 28 -57t80 -20q59 0 101 27t42 69q0 19 -13.5 33.5t-56.5 25.5l-74 19q-77 19 -107.5 45t-30.5 72q0 81 64 133.5t167 52.5q73 0 118.5 -33t45.5 -85q0 -18 -6 -43h-84 q1 8 1 22q0 29 -24 45.5t-68 16.5q-57 0 -91.5 -24t-34.5 -63t85 -60l76 -19q66 -16 93.5 -42.5t27.5 -72.5z" />
+<glyph unicode="t" horiz-adv-x="278" d="M220 73l-16 -73q-24 -7 -65 -7t-65 21t-24 58q0 16 3 31l76 354h-71l14 67h71l31 144h84l-31 -144h89l-14 -67h-89l-75 -351q-2 -12 -2 -14q0 -12 10 -19.5t26 -7.5q13 0 48 8z" />
+<glyph unicode="u" d="M433 0h-76l13 61q-83 -76 -192 -76q-65 0 -101.5 29t-36.5 80q0 19 3 34l84 396h84l-77 -363q-3 -15 -3 -27q0 -35 24 -56t65 -21q64 0 113 48.5t66 129.5l61 289h84z" />
+<glyph unicode="v" horiz-adv-x="500" d="M548 524l-311 -524h-91l-74 524h92l49 -422l244 422h91z" />
+<glyph unicode="w" horiz-adv-x="722" d="M770 524l-264 -524h-107v418l-195 -418h-96l-40 524h110v-408l189 408h116v-408l196 408h91z" />
+<glyph unicode="x" horiz-adv-x="500" d="M423 0h-94l-90 200l-174 -200h-98l239 267l-118 257h93l88 -192l167 192h97l-233 -257z" />
+<glyph unicode="y" horiz-adv-x="500" d="M540 524l-368 -634q-63 -108 -165 -108q-27 0 -49 10l16 75q36 -4 44 -4q28 0 44 10.5t36 41.5l52 81l-68 528h90l46 -407l233 407h89z" />
+<glyph unicode="z" horiz-adv-x="500" d="M408 0h-427l18 74l395 378h-294l15 72h392l-18 -75l-392 -377h326z" />
+<glyph unicode="{" horiz-adv-x="334" d="M181 -213h-47q-41 0 -63.5 21t-22.5 58q0 27 6 54l35 166q9 41 9 67q0 62 -57 71l15 69q44 7 68 39t38 99l36 166q14 66 50.5 99t85.5 33h47l-14 -65h-16q-37 0 -53.5 -14t-24.5 -53l-39 -181q-22 -109 -108 -157q28 -18 38 -38.5t10 -58.5q0 -32 -6 -61l-39 -181 q-4 -16 -4 -33q0 -34 54 -34h16z" />
+<glyph unicode="|" horiz-adv-x="260" d="M164 -213h-68v942h68v-942z" />
+<glyph unicode="}" horiz-adv-x="334" d="M274 293l-15 -70q-85 -13 -106 -138l-36 -166q-29 -132 -136 -132h-47l14 65h16q37 0 53.5 14t24.5 53l39 181q13 67 35.5 100.5t72.5 56.5q-48 42 -48 105q0 26 6 54l39 181q4 16 4 33q0 34 -54 34h-16l14 65h47q38 0 62 -22.5t24 -59.5q0 -22 -6 -50l-35 -166 q-9 -45 -9 -72q0 -57 57 -66z" />
+<glyph unicode="~" horiz-adv-x="584" d="M544 411q-12 -68 -49 -105.5t-87 -37.5q-40 0 -74 26l-85 63q-21 15 -39 15q-47 0 -71 -79h-52q19 70 54.5 107.5t83.5 37.5q27 0 51 -16l102 -69q26 -17 47 -17q51 0 67 75h52z" />
+<glyph unicode="&#xa1;" horiz-adv-x="278" d="M87 -205h-84l74 350l67 211h40l-23 -211zM242 524l-22 -103h-84l22 103h84z" />
+<glyph unicode="&#xa2;" d="M499 180q-26 -99 -85.5 -148t-159.5 -55l-21 -97h-40l21 98q-77 8 -122.5 60.5t-45.5 132.5q0 148 78 251t209 116l19 90h40l-19 -90q66 0 114 -43t48 -103q0 -1 -0.5 -5t-1 -11t-0.5 -13l-1 -15h-84q1 9 1 23q0 76 -80 90l-12 2l-87 -410q53 6 87.5 36t57.5 91h84z M231 56l85 404q-80 -15 -131 -96.5t-51 -180.5q0 -53 26 -87t71 -40z" />
+<glyph unicode="&#xa3;" d="M493 31q-66 -54 -142 -54q-49 0 -139 35q-31 11 -63 11q-53 0 -118 -37l-37 66q174 115 174 219q0 18 -10 50h-113l12 55h83q-6 18 -13 37t-10 26.5t-5 18t-2 22.5q0 97 86 173t196 76q83 0 134.5 -41.5t51.5 -108.5q0 -28 -9 -82h-88q9 33 9 57q0 45 -31.5 71.5 t-84.5 26.5q-71 0 -119.5 -46t-48.5 -114q-1 -17 3 -30.5t19 -57.5l9 -28h160l-12 -55h-137l1 -11q2 -26 2 -27q0 -34 -18 -73q-18 -41 -41.5 -63.5t-105.5 -85.5q78 39 133 39q27 0 53 -9q63 -21 102 -21q40 0 94 31z" />
+<glyph unicode="&#xa4;" d="M596 555l-67 -54q38 -57 19 -150q-19 -88 -82 -151l42 -56l-55 -45l-43 58q-70 -55 -160 -55q-89 0 -138 55l-67 -58l-35 45l66 56q-38 61 -18 151q18 92 81 150l-43 54l58 48l45 -56q70 51 156 51t134 -51l69 56zM475 351q15 71 -24.5 124t-110.5 53t-132.5 -53 t-76.5 -124q-16 -73 23.5 -126t110.5 -53t132.5 53t77.5 126z" />
+<glyph unicode="&#xa5;" d="M646 709l-277 -355h154l-11 -51h-172l-17 -77h172l-10 -51h-173l-37 -175h-88l37 175h-174l11 51h174l17 77h-175l11 51h154l-130 355h85l116 -322l248 322h85z" />
+<glyph unicode="&#xa6;" horiz-adv-x="260" d="M164 352h-68v377h68v-377zM164 -213h-68v377h68v-377z" />
+<glyph unicode="&#xa7;" d="M509 267q0 -65 -39.5 -119.5t-107.5 -76.5q30 -41 30 -87q0 -73 -64 -135t-153 -62q-73 0 -117.5 38t-44.5 100q0 24 11 61h85q-8 -28 -8 -45q0 -34 24.5 -55.5t62.5 -21.5q46 0 79 30.5t33 71.5q0 39 -38 72l-145 124q-63 53 -63 112q0 68 48 123q17 19 33.5 30.5 t61.5 35.5q-26 33 -26 77q0 74 65.5 131.5t149.5 57.5q67 0 110 -38t43 -97q0 -11 -1.5 -17.5t-5 -20t-7.5 -32.5h-84q10 29 10 51q0 35 -22.5 56t-60.5 21q-42 0 -73.5 -30t-31.5 -69q0 -17 8.5 -29.5t33.5 -32.5l127 -101q50 -40 63.5 -62.5t13.5 -60.5zM421 231 q0 48 -53 91l-131 106q-53 -30 -74 -56.5t-21 -62.5q0 -24 9 -40.5t35 -39.5l138 -121q97 50 97 123z" />
+<glyph unicode="&#xa8;" horiz-adv-x="333" d="M209 604h-91l22 102h91zM371 604h-91l22 102h91z" />
+<glyph unicode="&#xa9;" horiz-adv-x="737" d="M718 334q0 -144 -102.5 -246t-246.5 -102t-246 102t-102 246t102 246.5t246 102.5t246.5 -102.5t102.5 -246.5zM675 334q0 127 -89.5 216.5t-216.5 89.5t-216 -89.5t-89 -216.5t89 -216t216 -89t216.5 89t89.5 216zM565 404h-64q-8 88 -92 88q-77 0 -128 -70 q-46 -65 -44 -140q2 -47 29.5 -76.5t71.5 -29.5q55 0 86.5 25t58.5 84h66q-37 -85 -88 -122.5t-131 -37.5q-72 0 -113.5 39.5t-43.5 105.5q-1 51 19 104t54 91q69 78 174 78q65 0 103 -35.5t42 -103.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="370" d="M356 354l-11 -51h-288l11 51h288zM373 405l-10 -2q-17 -4 -26 -4q-42 0 -47 43q-46 -43 -109 -43q-46 0 -70.5 21t-24.5 59q0 58 50 89q35 22 134 32q33 4 43 9.5t15 23.5l2 8q2 10 2 15q0 35 -62 35q-63 0 -80 -57h-56q18 64 52 86t101 22q48 0 76 -17.5t28 -48.5 q0 -15 -1 -18l-41 -190l-1 -7q0 -5 5 -9.5t12 -4.5l9 1l8 1zM303 515l10 51q-20 -7 -51 -11q-72 -10 -94 -25.5t-22 -43.5q0 -37 53 -37q34 0 66.5 21t37.5 45z" />
+<glyph unicode="&#xab;" d="M445 188l-18 -82l-125 121l19 89l177 122l-18 -83l-121 -84zM240 188l-18 -82l-125 121l19 89l177 122l-18 -83l-121 -84z" />
+<glyph unicode="&#xac;" horiz-adv-x="584" d="M516 159h-68v148h-380v68h448v-216z" />
+<glyph unicode="&#xad;" horiz-adv-x="333" d="M286 240h-239l15 72h239z" />
+<glyph unicode="&#xae;" horiz-adv-x="737" d="M718 334q0 -144 -102.5 -246t-246.5 -102t-246 102t-102 246t102 246.5t246 102.5t246.5 -102.5t102.5 -246.5zM675 334q0 127 -89.5 216.5t-216.5 89.5t-216 -89.5t-89 -216.5t89 -216t216 -89t216.5 89t89.5 216zM570 447q1 -73 -76 -115q32 -20 32 -51q0 -17 -11 -75 q-3 -16 -3 -26q2 -18 14 -27l-4 -18h-73q-3 19 -3 28q-1 18 12 72q4 15 4 31q0 37 -57 37h-137l-36 -168h-63l85 398h201q114 0 115 -86zM506 437q-1 22 -16.5 33t-51.5 11h-132l-27 -126h132q47 0 71.5 23t23.5 59z" />
+<glyph unicode="&#xaf;" horiz-adv-x="333" d="M399 690l-15 -69h-275l15 69h275z" />
+<glyph unicode="&#xb0;" horiz-adv-x="400" d="M414 557q-13 -62 -64 -104t-113 -42t-95 42t-20 104q14 62 64.5 104t112.5 42t95 -42t20 -104zM366 557q9 40 -14 71.5t-62 31.5t-75 -31.5t-45 -71.5q-8 -40 14.5 -71.5t61.5 -31.5t75.5 31.5t44.5 71.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="584" d="M516 284h-190v-155h-68v155h-190v68h190v190h68v-190h190v-68zM516 0h-448v68h448v-68z" />
+<glyph unicode="&#xb2;" horiz-adv-x="333" d="M376 598q-15 -70 -109 -113l-61 -29q-32 -14 -49 -29.5t-30 -40.5h201l-11 -51h-267q17 64 46.5 97.5t99.5 66.5l58 28q57 27 66 69q6 28 -11 47t-49 19q-72 0 -96 -87h-54q32 134 161 134q57 0 86.5 -31t18.5 -80z" />
+<glyph unicode="&#xb3;" horiz-adv-x="333" d="M347 441q-12 -54 -55.5 -86t-105.5 -32q-64 0 -92 32.5t-15 92.5h55q-7 -41 8 -60t55 -19q37 0 62.5 19t32.5 53q8 38 -14.5 50.5t-81.5 12.5l10 45q56 0 78.5 11t29.5 42q6 28 -8.5 44t-45.5 16q-38 0 -59 -18t-30 -60h-55q30 125 154 125q56 0 83 -28.5t16 -77.5 q-11 -52 -66 -74q57 -22 44 -88z" />
+<glyph unicode="&#xb4;" horiz-adv-x="333" d="M450 729l-180 -148h-60l128 148h112z" />
+<glyph unicode="&#xb5;" d="M504 49l-14 -63q-52 -9 -54 -9q-40 0 -57.5 14.5t-17.5 49.5q0 7 3 19q-80 -83 -183 -83q-52 0 -81 29l-48 -226h-84l158 744h84l-77 -364q-3 -15 -3 -30q0 -37 23 -58.5t63 -21.5q64 0 113.5 48.5t66.5 128.5l63 297h84l-93 -436q-1 -3 -1 -11q0 -31 38 -31q5 0 17 3z " />
+<glyph unicode="&#xb6;" horiz-adv-x="537" d="M627 729l-14 -64h-56l-179 -843h-64l179 843h-83l-179 -843h-64l93 437q-77 2 -121 49.5t-44 127.5q0 114 86 203.5t196 89.5h250z" />
+<glyph unicode="&#xb7;" horiz-adv-x="278" d="M191 250q0 -22 -15 -37t-37 -15t-37 15t-15 37t15 37t37 15t37 -15t15 -37z" />
+<glyph unicode="&#xb8;" horiz-adv-x="333" d="M214 -121q0 -51 -40.5 -80t-104.5 -29q-51 0 -118 34l28 38q57 -29 94 -29q28 0 45.5 15.5t17.5 39.5q0 17 -9 27.5t-22 10.5q-14 0 -27 -4l-23 6l51 97h51l-31 -59h21q27 0 47 -20.5t20 -46.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="333" d="M232 335h-54l55 260h-87l9 41l13 1q47 3 66.5 16.5t40.5 55.5h37z" />
+<glyph unicode="&#xba;" horiz-adv-x="365" d="M338 354l-11 -51h-263l11 51h263zM402 627q0 -96 -53 -162t-137 -66q-50 0 -81.5 30.5t-31.5 79.5q0 101 52 167t135 66q55 0 85.5 -31.5t30.5 -83.5zM342 617q0 34 -17.5 53.5t-47.5 19.5q-50 0 -84 -47.5t-34 -117.5q0 -35 17.5 -54.5t49.5 -19.5q49 0 82.5 48 t33.5 118z" />
+<glyph unicode="&#xbb;" d="M468 317l-19 -89l-179 -122l18 83l123 84l-88 83l18 82zM269 317l-19 -89l-179 -122l18 83l123 84l-88 83l18 82z" />
+<glyph unicode="&#xbc;" horiz-adv-x="834" d="M243 335h-54l55 260h-87l9 41l13 1q47 3 66.5 16.5t40.5 55.5h37zM782 709l-608 -734h-58l608 734h58zM736 88h-59l-19 -88h-54l19 88h-166l11 52l229 234h40l-50 -239h59zM633 135l31 149l-145 -149h114z" />
+<glyph unicode="&#xbd;" horiz-adv-x="834" d="M243 335h-54l55 260h-87l9 41l13 1q47 3 66.5 16.5t40.5 55.5h37zM738 709l-608 -734h-58l608 734h58zM769 263q-15 -70 -109 -113l-61 -29q-32 -14 -49 -29.5t-30 -40.5h201l-11 -51h-267q16 64 46 97.5t100 67.5l57 27q58 27 66 69q7 28 -10.5 47t-49.5 19 q-71 0 -95 -87h-55q32 134 161 134q57 0 86.5 -31t19.5 -80z" />
+<glyph unicode="&#xbe;" horiz-adv-x="834" d="M377 441q-12 -54 -55.5 -86t-105.5 -32q-64 0 -92 32.5t-15 92.5h55q-7 -41 8 -60t55 -19q37 0 62.5 19t32.5 53q8 38 -14.5 50.5t-81.5 12.5l10 45q56 0 78.5 11t29.5 42q6 28 -8.5 44t-45.5 16q-38 0 -59 -18t-30 -60h-55q30 125 154 125q56 0 83 -28.5t16 -77.5 q-11 -52 -66 -74q57 -22 44 -88zM802 709l-608 -734h-58l608 734h58zM726 88h-59l-19 -88h-54l19 88h-166l11 52l229 234h40l-50 -239h59zM623 135l31 149l-145 -149h114z" />
+<glyph unicode="&#xbf;" d="M439 17q-47 -234 -265 -234q-85 0 -133 43t-48 108q0 58 34 110.5t111 109.5q56 42 75 64.5t29 59.5l10 47h90l-12 -55q-10 -45 -32 -71.5t-104 -91.5q-58 -46 -81.5 -82t-23.5 -79q0 -38 30 -62t77 -24q66 0 103.5 37.5t54.5 119.5h85zM384 524l-22 -103h-90l22 103h90z " />
+<glyph unicode="&#xc0;" horiz-adv-x="667" d="M603 0h-102l-27 219h-285l-123 -219h-99l415 729h120zM464 297l-40 333l-191 -333h231zM489 783h-72l-159 133h134z" />
+<glyph unicode="&#xc1;" horiz-adv-x="667" d="M603 0h-102l-27 219h-285l-123 -219h-99l415 729h120zM464 297l-40 333l-191 -333h231zM705 916l-216 -133h-72l154 133h134z" />
+<glyph unicode="&#xc2;" horiz-adv-x="667" d="M603 0h-102l-27 219h-285l-123 -219h-99l415 729h120zM464 297l-40 333l-191 -333h231zM625 783h-75l-67 89l-125 -89h-77l154 135h114z" />
+<glyph unicode="&#xc3;" horiz-adv-x="667" d="M603 0h-102l-27 219h-285l-123 -219h-99l415 729h120zM464 297l-40 333l-191 -333h231zM631 904q-16 -49 -45 -78t-63 -29q-27 0 -103 26q-16 6 -27 6q-17 0 -26 -6.5t-24 -26.5h-53q19 55 43 79t61 24q7 0 64.5 -16t71.5 -16q15 0 24.5 7.5t23.5 29.5h53z" />
+<glyph unicode="&#xc4;" horiz-adv-x="667" d="M421 799h-91l22 102h91zM583 799h-91l22 102h91zM603 0h-102l-27 219h-285l-123 -219h-99l415 729h120zM464 297l-40 333l-191 -333h231z" />
+<glyph unicode="&#xc5;" horiz-adv-x="667" d="M603 0h-102l-27 219h-285l-123 -219h-99l415 729h120zM464 297l-40 333l-191 -333h231zM570 888q0 -47 -36.5 -83t-83.5 -36q-33 0 -55.5 22.5t-22.5 54.5q0 43 37 79t82 36q34 0 56.5 -21t22.5 -52zM520 874q0 17 -10.5 28t-26.5 11q-23 0 -41.5 -18t-18.5 -39 q0 -17 10.5 -28t27.5 -11q22 0 40.5 18t18.5 39z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1000" d="M900 0h-482l45 214h-269l-130 -214h-103l454 729h622l-17 -82h-371l-49 -233h351l-18 -82h-351l-53 -250h388zM481 295l74 352h-100l-212 -352h238z" />
+<glyph unicode="&#xc7;" horiz-adv-x="722" d="M685 266q-61 -144 -140.5 -210.5t-199.5 -72.5l-19 -37h21q27 0 47 -20.5t20 -46.5q0 -51 -40.5 -80t-104.5 -29q-51 0 -118 34l28 38q57 -29 94 -29q28 0 45.5 15.5t17.5 39.5q0 17 -9 27.5t-22 10.5q-14 0 -27 -4l-23 6l39 75q-108 7 -169.5 78.5t-61.5 185.5 q0 94 34.5 191t93.5 168q117 141 292 141q106 0 168.5 -62t68.5 -182h-96q-12 163 -158 163q-136 0 -226 -133q-81 -121 -81 -268q0 -91 47.5 -146.5t125.5 -55.5q94 0 150 46.5t105 156.5h98z" />
+<glyph unicode="&#xc8;" horiz-adv-x="667" d="M563 0h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395l-54 -250h429zM495 783h-72l-159 133h134z" />
+<glyph unicode="&#xc9;" horiz-adv-x="667" d="M563 0h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395l-54 -250h429zM711 916l-216 -133h-72l154 133h134z" />
+<glyph unicode="&#xca;" horiz-adv-x="667" d="M563 0h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395l-54 -250h429zM631 783h-75l-67 89l-125 -89h-77l154 135h114z" />
+<glyph unicode="&#xcb;" horiz-adv-x="667" d="M427 799h-91l22 102h91zM589 799h-91l22 102h91zM563 0h-523l155 729h506l-17 -82h-412l-50 -233h396l-18 -82h-395l-54 -250h429z" />
+<glyph unicode="&#xcc;" horiz-adv-x="278" d="M299 729l-155 -729h-94l155 729h94zM310 783h-72l-159 133h134z" />
+<glyph unicode="&#xcd;" horiz-adv-x="278" d="M299 729l-155 -729h-94l155 729h94zM504 916l-216 -133h-72l154 133h134z" />
+<glyph unicode="&#xce;" horiz-adv-x="278" d="M299 729l-155 -729h-94l155 729h94zM435 783h-75l-67 89l-125 -89h-77l154 135h114z" />
+<glyph unicode="&#xcf;" horiz-adv-x="278" d="M231 799h-91l22 102h91zM393 799h-91l22 102h91zM299 729l-155 -729h-94l155 729h94z" />
+<glyph unicode="&#xd0;" horiz-adv-x="722" d="M709 488q0 -206 -112.5 -347t-275.5 -141h-282l72 341h-68l13 67h70l68 321h282q109 0 171 -67.5t62 -173.5zM613 480q0 79 -45.5 123t-125.5 44h-171l-51 -239h166l-14 -67h-167l-55 -259h172q129 0 210 112.5t81 285.5z" />
+<glyph unicode="&#xd1;" horiz-adv-x="722" d="M655 904q-16 -49 -45 -78t-63 -29q-27 0 -103 26q-17 6 -27 6q-17 0 -26 -6.5t-24 -26.5h-53q19 55 43 79t61 24q7 0 64.5 -16t71.5 -16q15 0 24.5 7.5t23.5 29.5h53zM751 729l-155 -729h-106l-249 591l-126 -591h-89l155 729h104l250 -598l127 598h89z" />
+<glyph unicode="&#xd2;" horiz-adv-x="778" d="M779 470q0 -127 -53 -237.5t-154.5 -180.5t-229.5 -70q-134 0 -210.5 74.5t-76.5 211.5q0 122 57 232t157.5 178.5t218.5 68.5q136 0 213.5 -73t77.5 -204zM683 452q0 101 -55.5 157.5t-151.5 56.5q-92 0 -167.5 -56t-116.5 -145t-41 -189q0 -101 55.5 -157t148.5 -56 t169.5 56t117.5 144.5t41 188.5zM532 783h-72l-159 133h134z" />
+<glyph unicode="&#xd3;" horiz-adv-x="778" d="M779 470q0 -127 -53 -237.5t-154.5 -180.5t-229.5 -70q-134 0 -210.5 74.5t-76.5 211.5q0 122 57 232t157.5 178.5t218.5 68.5q136 0 213.5 -73t77.5 -204zM683 452q0 101 -55.5 157.5t-151.5 56.5q-92 0 -167.5 -56t-116.5 -145t-41 -189q0 -101 55.5 -157t148.5 -56 t169.5 56t117.5 144.5t41 188.5zM747 916l-216 -133h-72l154 133h134z" />
+<glyph unicode="&#xd4;" horiz-adv-x="778" d="M779 470q0 -127 -53 -237.5t-154.5 -180.5t-229.5 -70q-134 0 -210.5 74.5t-76.5 211.5q0 122 57 232t157.5 178.5t218.5 68.5q136 0 213.5 -73t77.5 -204zM683 452q0 101 -55.5 157.5t-151.5 56.5q-92 0 -167.5 -56t-116.5 -145t-41 -189q0 -101 55.5 -157t148.5 -56 t169.5 56t117.5 144.5t41 188.5zM667 783h-75l-67 89l-125 -89h-77l154 135h114z" />
+<glyph unicode="&#xd5;" horiz-adv-x="778" d="M779 470q0 -127 -53 -237.5t-154.5 -180.5t-229.5 -70q-134 0 -210.5 74.5t-76.5 211.5q0 122 57 232t157.5 178.5t218.5 68.5q136 0 213.5 -73t77.5 -204zM683 452q0 101 -55.5 157.5t-151.5 56.5q-92 0 -167.5 -56t-116.5 -145t-41 -189q0 -101 55.5 -157t148.5 -56 t169.5 56t117.5 144.5t41 188.5zM674 904q-16 -49 -45 -78t-63 -29q-27 0 -103 26q-16 6 -27 6q-17 0 -26 -6.5t-24 -26.5h-53q19 55 43 79t61 24q7 0 64.5 -16t71.5 -16q15 0 24.5 7.5t23.5 29.5h53z" />
+<glyph unicode="&#xd6;" horiz-adv-x="778" d="M464 799h-91l22 102h91zM626 799h-91l22 102h91zM779 470q0 -127 -53 -237.5t-154.5 -180.5t-229.5 -70q-134 0 -210.5 74.5t-76.5 211.5q0 122 57 232t157.5 178.5t218.5 68.5q136 0 213.5 -73t77.5 -204zM683 452q0 101 -55.5 157.5t-151.5 56.5q-92 0 -167.5 -56 t-116.5 -145t-41 -189q0 -101 55.5 -157t148.5 -56t169.5 56t117.5 144.5t41 188.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="584" d="M474 116l-48 -48l-134 134l-134 -134l-48 48l134 134l-134 134l48 48l134 -134l134 134l48 -48l-134 -134z" />
+<glyph unicode="&#xd8;" horiz-adv-x="778" d="M842 708l-99 -87q36 -61 36 -151q0 -127 -53 -237.5t-154.5 -180.5t-229.5 -70q-146 0 -222 87l-96 -85l-32 37l100 88q-37 66 -37 159q0 122 57 232t157.5 178.5t218.5 68.5q149 0 227 -86l94 84zM683 452q0 56 -18 100l-471 -418q56 -71 161 -71q93 0 169.5 56 t117.5 144.5t41 188.5zM640 595q-54 71 -164 71q-92 0 -167.5 -56t-116.5 -145t-41 -189q0 -56 18 -98z" />
+<glyph unicode="&#xd9;" horiz-adv-x="722" d="M750 729l-108 -507q-23 -109 -112.5 -174.5t-215.5 -65.5q-107 0 -173 50t-66 128q0 30 14 96l101 473h94l-108 -507q-5 -20 -5 -44q0 -52 44.5 -83.5t116.5 -31.5q85 0 142.5 42.5t73.5 116.5l108 507h94zM517 783h-72l-159 133h134z" />
+<glyph unicode="&#xda;" horiz-adv-x="722" d="M750 729l-108 -507q-23 -109 -112.5 -174.5t-215.5 -65.5q-107 0 -173 50t-66 128q0 30 14 96l101 473h94l-108 -507q-5 -20 -5 -44q0 -52 44.5 -83.5t116.5 -31.5q85 0 142.5 42.5t73.5 116.5l108 507h94zM733 916l-216 -133h-72l154 133h134z" />
+<glyph unicode="&#xdb;" horiz-adv-x="722" d="M750 729l-108 -507q-23 -109 -112.5 -174.5t-215.5 -65.5q-107 0 -173 50t-66 128q0 30 14 96l101 473h94l-108 -507q-5 -20 -5 -44q0 -52 44.5 -83.5t116.5 -31.5q85 0 142.5 42.5t73.5 116.5l108 507h94zM653 783h-75l-67 89l-125 -89h-77l154 135h114z" />
+<glyph unicode="&#xdc;" horiz-adv-x="722" d="M449 799h-91l22 102h91zM611 799h-91l22 102h91zM750 729l-108 -507q-23 -109 -112.5 -174.5t-215.5 -65.5q-107 0 -173 50t-66 128q0 30 14 96l101 473h94l-108 -507q-5 -20 -5 -44q0 -52 44.5 -83.5t116.5 -31.5q85 0 142.5 42.5t73.5 116.5l108 507h94z" />
+<glyph unicode="&#xdd;" horiz-adv-x="667" d="M766 729l-368 -443l-61 -286h-94l61 286l-186 443h112l136 -357l289 357h111zM708 916l-216 -133h-72l154 133h134z" />
+<glyph unicode="&#xde;" horiz-adv-x="667" d="M658 450q0 -105 -72 -182t-182 -77h-228l-41 -191h-94l155 729h94l-25 -118h208q185 0 185 -161zM562 432q0 97 -120 97h-195l-54 -256h194q77 0 126 46t49 113z" />
+<glyph unicode="&#xdf;" horiz-adv-x="611" d="M562 219q-23 -110 -97.5 -174.5t-177.5 -64.5q-47 0 -83 4l18 83q40 -5 75 -5q73 0 127.5 55.5t54.5 135.5q0 54 -40.5 75t-122.5 21l17 82q64 0 118 36.5t54 93.5q0 41 -36 65.5t-88 24.5q-57 0 -105.5 -32t-58.5 -81l-114 -538h-83l114 538q17 82 93 136.5t168 54.5 q84 0 141.5 -41.5t57.5 -109.5q0 -57 -37.5 -107t-95.5 -70q49 -14 77 -52.5t28 -90.5q0 -22 -4 -39z" />
+<glyph unicode="&#xe0;" d="M492 0q-51 -9 -53 -9q-39 0 -59 11.5t-20 40.5l1 15q-53 -44 -98.5 -58.5t-101.5 -14.5q-68 0 -106.5 32.5t-38.5 91.5q0 89 81 140q36 23 79.5 33t145.5 20q54 5 75 17t26 42l3 18q2 16 2 19q0 28 -30.5 46t-75.5 18q-108 0 -137 -93h-84q14 83 76.5 126.5t166.5 43.5 q79 0 126.5 -31t47.5 -82q0 -10 -6 -37l-61 -287q-1 -3 -1 -10q0 -29 38 -29q8 0 17 2zM401 258q-43 -15 -146 -29q-80 -11 -115.5 -37t-35.5 -73q0 -62 90 -62q66 0 122.5 34.5t66.5 80.5zM383 581h-60l-117 148h112z" />
+<glyph unicode="&#xe1;" d="M562 729l-180 -148h-60l128 148h112zM492 0q-51 -9 -53 -9q-39 0 -59 11.5t-20 40.5l1 15q-53 -44 -98.5 -58.5t-101.5 -14.5q-68 0 -106.5 32.5t-38.5 91.5q0 89 81 140q36 23 79.5 33t145.5 20q54 5 75 17t26 42l3 18q2 16 2 19q0 28 -30.5 46t-75.5 18 q-108 0 -137 -93h-84q14 83 76.5 126.5t166.5 43.5q79 0 126.5 -31t47.5 -82q0 -10 -6 -37l-61 -287q-1 -3 -1 -10q0 -29 38 -29q8 0 17 2zM401 258q-43 -15 -146 -29q-80 -11 -115.5 -37t-35.5 -73q0 -62 90 -62q66 0 122.5 34.5t66.5 80.5z" />
+<glyph unicode="&#xe2;" d="M495 580h-63l-56 99l-104 -99h-64l128 150h95zM492 0q-51 -9 -53 -9q-39 0 -59 11.5t-20 40.5l1 15q-53 -44 -98.5 -58.5t-101.5 -14.5q-68 0 -106.5 32.5t-38.5 91.5q0 89 81 140q36 23 79.5 33t145.5 20q54 5 75 17t26 42l3 18q2 16 2 19q0 28 -30.5 46t-75.5 18 q-108 0 -137 -93h-84q14 83 76.5 126.5t166.5 43.5q79 0 126.5 -31t47.5 -82q0 -10 -6 -37l-61 -287q-1 -3 -1 -10q0 -29 38 -29q8 0 17 2zM401 258q-43 -15 -146 -29q-80 -11 -115.5 -37t-35.5 -73q0 -62 90 -62q66 0 122.5 34.5t66.5 80.5z" />
+<glyph unicode="&#xe3;" d="M492 0q-51 -9 -53 -9q-39 0 -59 11.5t-20 40.5l1 15q-53 -44 -98.5 -58.5t-101.5 -14.5q-68 0 -106.5 32.5t-38.5 91.5q0 89 81 140q36 23 79.5 33t145.5 20q54 5 75 17t26 42l3 18q2 16 2 19q0 28 -30.5 46t-75.5 18q-108 0 -137 -93h-84q14 83 76.5 126.5t166.5 43.5 q79 0 126.5 -31t47.5 -82q0 -10 -6 -37l-61 -287q-1 -3 -1 -10q0 -29 38 -29q8 0 17 2zM401 258q-43 -15 -146 -29q-80 -11 -115.5 -37t-35.5 -73q0 -62 90 -62q66 0 122.5 34.5t66.5 80.5zM531 709q-16 -49 -45 -78t-63 -29q-27 0 -103 26q-16 6 -27 6q-17 0 -26 -6.5 t-24 -26.5h-53q19 55 43 79t61 24q7 0 64.5 -16t71.5 -16q15 0 24.5 7.5t23.5 29.5h53z" />
+<glyph unicode="&#xe4;" d="M321 604h-91l22 102h91zM483 604h-91l22 102h91zM492 0q-51 -9 -53 -9q-39 0 -59 11.5t-20 40.5l1 15q-53 -44 -98.5 -58.5t-101.5 -14.5q-68 0 -106.5 32.5t-38.5 91.5q0 89 81 140q36 23 79.5 33t145.5 20q54 5 75 17t26 42l3 18q2 16 2 19q0 28 -30.5 46t-75.5 18 q-108 0 -137 -93h-84q14 83 76.5 126.5t166.5 43.5q79 0 126.5 -31t47.5 -82q0 -10 -6 -37l-61 -287q-1 -3 -1 -10q0 -29 38 -29q8 0 17 2zM401 258q-43 -15 -146 -29q-80 -11 -115.5 -37t-35.5 -73q0 -62 90 -62q66 0 122.5 34.5t66.5 80.5z" />
+<glyph unicode="&#xe5;" d="M492 0q-51 -9 -53 -9q-39 0 -59 11.5t-20 40.5l1 15q-53 -44 -98.5 -58.5t-101.5 -14.5q-68 0 -106.5 32.5t-38.5 91.5q0 89 81 140q36 23 79.5 33t145.5 20q54 5 75 17t26 42l3 18q2 16 2 19q0 28 -30.5 46t-75.5 18q-108 0 -137 -93h-84q14 83 76.5 126.5t166.5 43.5 q79 0 126.5 -31t47.5 -82q0 -10 -6 -37l-61 -287q-1 -3 -1 -10q0 -29 38 -29q8 0 17 2zM401 258q-43 -15 -146 -29q-80 -11 -115.5 -37t-35.5 -73q0 -62 90 -62q66 0 122.5 34.5t66.5 80.5zM467 678q0 -47 -36.5 -83t-83.5 -36q-33 0 -55.5 22.5t-22.5 54.5q0 43 37 79 t82 36q34 0 56.5 -21t22.5 -52zM417 664q0 17 -10.5 28t-26.5 11q-23 0 -41.5 -18t-18.5 -39q0 -17 10.5 -28t27.5 -11q22 0 40.5 18t18.5 39z" />
+<glyph unicode="&#xe6;" horiz-adv-x="889" d="M848 234h-386q-5 -22 -5 -53v-18q2 -37 36.5 -69t90.5 -32q99 0 153 97h84q-23 -76 -93 -125t-160 -49q-117 0 -174 102q-105 -102 -241 -102q-66 0 -105 31t-39 89q0 43 22 81.5t60 62.5q37 23 79.5 32.5t142.5 18.5q53 5 73 17t27 44l5 25q2 14 2 19q0 26 -28 41.5 t-76 15.5q-59 0 -92 -22t-49 -71h-84q21 77 53 109q63 61 193 61q55 0 101 -18.5t58 -46.5q73 65 182 65q76 0 131.5 -50t55.5 -119q0 -44 -14 -119zM391 257q-43 -15 -142 -28q-81 -11 -116 -37t-35 -73q0 -62 91 -62q63 0 118.5 35t65.5 80zM774 306q3 22 3 33 q0 56 -31 89.5t-84 33.5q-62 0 -110.5 -41.5t-71.5 -114.5h294z" />
+<glyph unicode="&#xe7;" horiz-adv-x="500" d="M468 180q-29 -98 -85.5 -144t-145.5 -50l-21 -40h21q27 0 47 -20.5t20 -46.5q0 -51 -40.5 -80t-104.5 -29q-51 0 -118 34l28 38q57 -29 94 -29q28 0 45.5 15.5t17.5 39.5q0 17 -9 27.5t-22 10.5q-14 0 -27 -4l-23 6l41 79q-74 9 -116.5 60t-42.5 127q0 160 84 262.5 t220 102.5q77 0 125 -43.5t48 -103.5q0 -1 -0.5 -5t-1 -11t-0.5 -13l-1 -15h-84q1 9 1 22q0 43 -27.5 67.5t-74.5 24.5q-87 0 -144 -83t-57 -194q0 -58 31 -90.5t83 -32.5q112 0 155 118h84z" />
+<glyph unicode="&#xe8;" d="M514 238h-386q-6 -24 -5 -46q0 -63 32.5 -96.5t92.5 -33.5q100 0 154 97h84q-23 -80 -92 -127t-160 -47q-89 0 -144 56t-55 136q0 61 24 134t59 120q37 50 96.5 79t124.5 29q81 0 136 -49.5t55 -121.5q0 -42 -14 -117zM440 310q2 24 2 29q0 56 -31.5 89.5t-84.5 33.5 q-60 0 -110.5 -43t-69.5 -109h294zM382 581h-60l-117 148h112z" />
+<glyph unicode="&#xe9;" d="M561 729l-180 -148h-60l128 148h112zM514 238h-386q-6 -24 -5 -46q0 -63 32.5 -96.5t92.5 -33.5q100 0 154 97h84q-23 -80 -92 -127t-160 -47q-89 0 -144 56t-55 136q0 61 24 134t59 120q37 50 96.5 79t124.5 29q81 0 136 -49.5t55 -121.5q0 -42 -14 -117zM440 310 q2 24 2 29q0 56 -31.5 89.5t-84.5 33.5q-60 0 -110.5 -43t-69.5 -109h294z" />
+<glyph unicode="&#xea;" d="M494 580h-63l-56 99l-104 -99h-64l128 150h95zM514 238h-386q-6 -24 -5 -46q0 -63 32.5 -96.5t92.5 -33.5q100 0 154 97h84q-23 -80 -92 -127t-160 -47q-89 0 -144 56t-55 136q0 61 24 134t59 120q37 50 96.5 79t124.5 29q81 0 136 -49.5t55 -121.5q0 -42 -14 -117z M440 310q2 24 2 29q0 56 -31.5 89.5t-84.5 33.5q-60 0 -110.5 -43t-69.5 -109h294z" />
+<glyph unicode="&#xeb;" d="M320 604h-91l22 102h91zM482 604h-91l22 102h91zM514 238h-386q-6 -24 -5 -46q0 -63 32.5 -96.5t92.5 -33.5q100 0 154 97h84q-23 -80 -92 -127t-160 -47q-89 0 -144 56t-55 136q0 61 24 134t59 120q37 50 96.5 79t124.5 29q81 0 136 -49.5t55 -121.5q0 -42 -14 -117z M440 310q2 24 2 29q0 56 -31.5 89.5t-84.5 33.5q-60 0 -110.5 -43t-69.5 -109h294z" />
+<glyph unicode="&#xec;" horiz-adv-x="278" d="M255 581h-60l-117 148h112zM131 0h-84l111 524h84z" />
+<glyph unicode="&#xed;" horiz-adv-x="278" d="M411 729l-180 -148h-60l128 148h112zM131 0h-84l111 524h84z" />
+<glyph unicode="&#xee;" horiz-adv-x="278" d="M355 580h-63l-56 99l-104 -99h-64l128 150h95zM131 0h-84l111 524h84z" />
+<glyph unicode="&#xef;" horiz-adv-x="278" d="M181 604h-91l22 102h91zM343 604h-91l22 102h91zM131 0h-84l111 524h84z" />
+<glyph unicode="&#xf0;" d="M526 347q0 -152 -85 -257t-216 -105q-89 0 -141 52.5t-52 134.5q-1 92 32.5 174t101 135t153.5 53q32 0 66 -17q-38 50 -84 92l-100 -45l-32 39l89 41q-11 10 -17 14.5t-9.5 5.5t-15.5 10l-33 24l42 45l22 -14q34 -20 80 -53l99 43l39 -38l-95 -41q156 -134 156 -293z M438 333q0 61 -31 95t-86 34q-87 0 -144 -79.5t-57 -190.5q0 -60 31 -95t84 -35q88 0 145.5 79t57.5 192z" />
+<glyph unicode="&#xf1;" d="M530 709q-16 -49 -45 -78t-63 -29q-27 0 -103 26q-17 6 -27 6q-17 0 -26 -6.5t-24 -26.5h-53q19 55 43 79t61 24q7 0 64.5 -16t71.5 -16q15 0 24.5 7.5t23.5 29.5h53zM520 376l-80 -376h-84l74 349q6 32 6 37q0 35 -25 58t-62 23q-68 0 -117.5 -48t-66.5 -130l-61 -289 h-84l111 524h76l-13 -65q78 80 194 80q62 0 99 -34t37 -91q0 -21 -4 -38z" />
+<glyph unicode="&#xf2;" d="M526 352q0 -158 -85 -262.5t-220 -104.5q-85 0 -137.5 50t-52.5 133q0 100 36 184t106 135.5t161 51.5q88 0 140 -53t52 -134zM438 333q0 61 -31 95t-86 34q-87 0 -144.5 -81.5t-57.5 -192.5q0 -59 31 -92.5t85 -33.5q88 0 145.5 79t57.5 192zM373 581h-60l-117 148h112z " />
+<glyph unicode="&#xf3;" d="M552 729l-180 -148h-60l128 148h112zM526 352q0 -158 -85 -262.5t-220 -104.5q-85 0 -137.5 50t-52.5 133q0 100 36 184t106 135.5t161 51.5q88 0 140 -53t52 -134zM438 333q0 61 -31 95t-86 34q-87 0 -144.5 -81.5t-57.5 -192.5q0 -59 31 -92.5t85 -33.5q88 0 145.5 79 t57.5 192z" />
+<glyph unicode="&#xf4;" d="M485 580h-63l-56 99l-104 -99h-64l128 150h95zM526 352q0 -158 -85 -262.5t-220 -104.5q-85 0 -137.5 50t-52.5 133q0 100 36 184t106 135.5t161 51.5q88 0 140 -53t52 -134zM438 333q0 61 -31 95t-86 34q-87 0 -144.5 -81.5t-57.5 -192.5q0 -59 31 -92.5t85 -33.5 q88 0 145.5 79t57.5 192z" />
+<glyph unicode="&#xf5;" d="M526 352q0 -158 -85 -262.5t-220 -104.5q-85 0 -137.5 50t-52.5 133q0 100 36 184t106 135.5t161 51.5q88 0 140 -53t52 -134zM438 333q0 61 -31 95t-86 34q-87 0 -144.5 -81.5t-57.5 -192.5q0 -59 31 -92.5t85 -33.5q88 0 145.5 79t57.5 192zM521 709q-16 -49 -45 -78 t-63 -29q-27 0 -103 26q-16 6 -27 6q-17 0 -26 -6.5t-24 -26.5h-53q19 55 43 79t61 24q7 0 64.5 -16t71.5 -16q15 0 24.5 7.5t23.5 29.5h53z" />
+<glyph unicode="&#xf6;" d="M311 604h-91l22 102h91zM473 604h-91l22 102h91zM526 352q0 -158 -85 -262.5t-220 -104.5q-85 0 -137.5 50t-52.5 133q0 100 36 184t106 135.5t161 51.5q88 0 140 -53t52 -134zM438 333q0 61 -31 95t-86 34q-87 0 -144.5 -81.5t-57.5 -192.5q0 -59 31 -92.5t85 -33.5 q88 0 145.5 79t57.5 192z" />
+<glyph unicode="&#xf7;" horiz-adv-x="584" d="M516 216h-448v68h448v-68zM344 432q0 -21 -15 -36.5t-37 -15.5t-37 15.5t-15 36.5q0 22 15 37t37 15t37 -15t15 -37zM344 68q0 -22 -15 -37t-37 -15t-37 15t-15 37q0 21 15 36.5t37 15.5t37 -15.5t15 -36.5z" />
+<glyph unicode="&#xf8;" horiz-adv-x="611" d="M567 503l-62 -59q21 -40 21 -92q0 -158 -85 -262.5t-220 -104.5q-90 0 -144 57l-56 -52l-31 31l61 58q-20 38 -20 89q0 100 36 184t106 135.5t161 51.5q92 0 145 -58l58 53zM438 333q0 21 -5 44l-290 -273q31 -42 92 -42q88 0 145.5 79t57.5 192zM414 419q-31 43 -93 43 q-87 0 -144.5 -81.5t-57.5 -192.5q0 -26 5 -42z" />
+<glyph unicode="&#xf9;" d="M433 0h-76l13 61q-83 -76 -192 -76q-65 0 -101.5 29t-36.5 80q0 19 3 34l84 396h84l-77 -363q-3 -15 -3 -27q0 -35 24 -56t65 -21q64 0 113 48.5t66 129.5l61 289h84zM382 581h-60l-117 148h112z" />
+<glyph unicode="&#xfa;" d="M561 729l-180 -148h-60l128 148h112zM433 0h-76l13 61q-83 -76 -192 -76q-65 0 -101.5 29t-36.5 80q0 19 3 34l84 396h84l-77 -363q-3 -15 -3 -27q0 -35 24 -56t65 -21q64 0 113 48.5t66 129.5l61 289h84z" />
+<glyph unicode="&#xfb;" d="M494 580h-63l-56 99l-104 -99h-64l128 150h95zM433 0h-76l13 61q-83 -76 -192 -76q-65 0 -101.5 29t-36.5 80q0 19 3 34l84 396h84l-77 -363q-3 -15 -3 -27q0 -35 24 -56t65 -21q64 0 113 48.5t66 129.5l61 289h84z" />
+<glyph unicode="&#xfc;" d="M320 604h-91l22 102h91zM482 604h-91l22 102h91zM433 0h-76l13 61q-83 -76 -192 -76q-65 0 -101.5 29t-36.5 80q0 19 3 34l84 396h84l-77 -363q-3 -15 -3 -27q0 -35 24 -56t65 -21q64 0 113 48.5t66 129.5l61 289h84z" />
+<glyph unicode="&#xfd;" horiz-adv-x="500" d="M533 729l-180 -148h-60l128 148h112zM540 524l-368 -634q-63 -108 -165 -108q-27 0 -49 10l16 75q36 -4 44 -4q28 0 44 10.5t36 41.5l52 81l-68 528h90l46 -407l233 407h89z" />
+<glyph unicode="&#xfe;" d="M536 344q2 -147 -81 -253t-209 -106q-53 0 -86.5 21t-56.5 70l-62 -289h-84l200 942h84l-61 -289q22 43 73.5 71t108.5 28q80 0 127 -52.5t47 -142.5zM448 324q0 65 -31.5 101.5t-87.5 36.5q-81 0 -137.5 -81t-56.5 -189q0 -60 32 -95t87 -35q82 0 139 80.5t55 181.5z " />
+<glyph unicode="&#xff;" horiz-adv-x="500" d="M292 604h-91l22 102h91zM454 604h-91l22 102h91zM540 524l-368 -634q-63 -108 -165 -108q-27 0 -49 10l16 75q36 -4 44 -4q28 0 44 10.5t36 41.5l52 81l-68 528h90l46 -407l233 407h89z" />
+<glyph unicode="&#x152;" horiz-adv-x="1000" d="M907 0h-434l18 85q-81 -100 -207 -100q-105 0 -169 63t-64 171q0 143 53 263t144 189.5t198 69.5q121 0 166 -88l16 76h430l-17 -82h-336l-51 -238h327l-18 -82h-326l-53 -245h340zM588 539q-28 121 -158 121q-133 0 -211 -137q-30 -52 -51 -140.5t-21 -160.5 q0 -75 42 -115.5t115 -40.5q125 0 210 124z" />
+<glyph unicode="&#x153;" horiz-adv-x="944" d="M899 234h-386q-7 -36 -7 -58q2 -50 36.5 -82t92.5 -32q99 0 153 97h84q-23 -76 -93 -125t-160 -49q-58 0 -106 27t-70 80q-38 -51 -94.5 -79t-121.5 -28q-89 0 -139.5 53.5t-50.5 134.5q0 61 20.5 129.5t54.5 119.5q78 117 224 117q127 0 172 -103q32 44 94 73.5 t123 29.5q81 0 136 -49.5t55 -121.5q0 -42 -14 -117zM437 334q0 60 -31 94t-85 34q-82 0 -140 -80.5t-56 -192.5q0 -59 30 -93t82 -34q87 0 143.5 78t56.5 194zM825 306q3 21 3 32q0 57 -31 90.5t-83 33.5q-61 0 -112 -43.5t-71 -112.5h294z" />
+<glyph unicode="&#x178;" horiz-adv-x="667" d="M424 799h-91l22 102h91zM586 799h-91l22 102h91zM766 729l-368 -443l-61 -286h-94l61 286l-186 443h112l136 -357l289 357h111z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="333" d="M383 580h-63l-56 99l-104 -99h-64l128 150h95z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="333" d="M419 709q-16 -49 -45 -78t-63 -29q-27 0 -103 26q-17 6 -27 6q-17 0 -26 -6.5t-24 -26.5h-53q19 55 43 79t61 24q7 0 64.5 -16t71.5 -16q15 0 24.5 7.5t23.5 29.5h53z" />
+<glyph unicode="&#x2000;" horiz-adv-x="480" />
+<glyph unicode="&#x2001;" horiz-adv-x="961" />
+<glyph unicode="&#x2002;" horiz-adv-x="480" />
+<glyph unicode="&#x2003;" horiz-adv-x="961" />
+<glyph unicode="&#x2004;" horiz-adv-x="320" />
+<glyph unicode="&#x2005;" horiz-adv-x="240" />
+<glyph unicode="&#x2006;" horiz-adv-x="160" />
+<glyph unicode="&#x2007;" horiz-adv-x="160" />
+<glyph unicode="&#x2008;" horiz-adv-x="120" />
+<glyph unicode="&#x2009;" horiz-adv-x="192" />
+<glyph unicode="&#x200a;" horiz-adv-x="53" />
+<glyph unicode="&#x2010;" horiz-adv-x="333" d="M286 240h-239l15 72h239z" />
+<glyph unicode="&#x2011;" horiz-adv-x="333" d="M286 240h-239l15 72h239z" />
+<glyph unicode="&#x2013;" d="M563 240h-567l15 72h567z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M1003 240h-1011l15 72h1011z" />
+<glyph unicode="&#x2018;" horiz-adv-x="222" d="M250 670q-29 -3 -45 -24t-24 -66h47l-22 -103h-93l21 100q13 60 45.5 94.5t78.5 37.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="222" d="M238 608q-13 -59 -44.5 -93.5t-77.5 -37.5l8 38q52 7 67 90h-48l22 103h94z" />
+<glyph unicode="&#x201a;" horiz-adv-x="222" d="M109 3q-13 -59 -44.5 -93.5t-77.5 -37.5l8 38q52 7 67 90h-48l22 103h94z" />
+<glyph unicode="&#x201c;" horiz-adv-x="333" d="M211 580l-22 -103h-93l21 100q12 59 44 93.5t77 38.5l-8 -39q-52 -7 -66 -90h47zM372 580l-22 -103h-93l21 100q12 59 44 93.5t77 38.5l-8 -39q-51 -7 -67 -90h48z" />
+<glyph unicode="&#x201d;" horiz-adv-x="333" d="M381 608q-13 -59 -44.5 -93.5t-77.5 -37.5l8 38q52 7 67 90h-48l22 103h94zM222 608q-13 -59 -44.5 -93.5t-77.5 -37.5l8 38q52 7 67 90h-48l22 103h94z" />
+<glyph unicode="&#x201e;" horiz-adv-x="333" d="M251 3q-13 -59 -44.5 -93.5t-77.5 -37.5l8 38q52 7 67 90h-48l22 103h94zM92 3q-13 -59 -44.5 -93.5t-77.5 -37.5l8 38q52 7 67 90h-48l22 103h94z" />
+<glyph unicode="&#x2022;" horiz-adv-x="350" d="M326 372q0 -59 -47.5 -105.5t-108.5 -46.5q-42 0 -71 28.5t-29 69.5q0 59 47 105.5t107 46.5q45 0 73.5 -27.5t28.5 -70.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1000" d="M857 103l-22 -103h-104l22 103h104zM524 103l-22 -103h-104l22 103h104zM191 103l-22 -103h-104l22 103h104z" />
+<glyph unicode="&#x202f;" horiz-adv-x="192" />
+<glyph unicode="&#x2039;" horiz-adv-x="333" d="M233 188l-18 -82l-125 121l19 89l177 122l-18 -83l-121 -84z" />
+<glyph unicode="&#x203a;" horiz-adv-x="333" d="M257 317l-19 -89l-179 -122l18 83l123 84l-88 83l18 82z" />
+<glyph unicode="&#x205f;" horiz-adv-x="240" />
+<glyph unicode="&#x20ac;" d="M586 642l-49 -80q-46 40 -79 55.5t-72 15.5q-65 0 -114.5 -46t-94.5 -149h285l-36 -59h-270q-10 -29 -15 -66h246l-36 -59h-215v-14q0 -177 128 -177q37 0 74 12.5t105 48.5l-20 -93q-85 -46 -178 -46q-200 0 -200 240q0 18 1 29h-84l35 59h55q5 30 16 66h-79l35 59h63 q47 123 130.5 197t190.5 74q98 0 178 -67z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1000" d="M553 678h-138l-73 -342h-62l72 342h-140l11 51h341zM1036 729l-83 -393h-60l65 303l-178 -303h-62l-49 303l-64 -303h-60l84 393h81l53 -324l190 324h83z" />
+</font>
+</defs></svg> \ No newline at end of file
diff --git a/theme/mnml/fonts/texgyreheros-italic-webfont.ttf b/theme/mnml/fonts/texgyreheros-italic-webfont.ttf
new file mode 100644
index 000000000..e07782e98
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-italic-webfont.ttf
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-italic-webfont.woff b/theme/mnml/fonts/texgyreheros-italic-webfont.woff
new file mode 100644
index 000000000..d33dc0a85
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-italic-webfont.woff
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-regular-webfont.eot b/theme/mnml/fonts/texgyreheros-regular-webfont.eot
new file mode 100644
index 000000000..ab9638e9a
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-regular-webfont.eot
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-regular-webfont.svg b/theme/mnml/fonts/texgyreheros-regular-webfont.svg
new file mode 100644
index 000000000..778a54882
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-regular-webfont.svg
@@ -0,0 +1,238 @@
+<?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.
+</metadata>
+<defs>
+<font id="webfonts1QuWEVy" horiz-adv-x="556" >
+<font-face units-per-em="1000" ascent="784" descent="-216" />
+<missing-glyph horiz-adv-x="278" />
+<glyph unicode=" " horiz-adv-x="278" />
+<glyph unicode="&#x09;" horiz-adv-x="278" />
+<glyph unicode="&#xa0;" horiz-adv-x="278" />
+<glyph unicode="!" horiz-adv-x="278" d="M181 391l-22 -223h-39l-22 223v338h83v-338zM181 0h-84v104h84v-104z" />
+<glyph unicode="&#x22;" horiz-adv-x="355" d="M145 598l-27 -134h-39l-27 134v111h93v-111zM305 598l-27 -134h-39l-27 134v111h93v-111z" />
+<glyph unicode="#" d="M542 433h-106l-31 -174h105v-68h-117l-39 -211h-76l38 211h-124l-39 -211h-76l38 211h-101v68h114l31 174h-108v68h121l36 196h76l-36 -196h125l35 196h77l-36 -196h93v-68zM360 433h-124l-32 -174h125z" />
+<glyph unicode="$" d="M518 195q0 -96 -55.5 -153.5t-160.5 -64.5v-103h-59v103q-101 6 -156 61.5t-55 152.5q0 2 0.5 8t0.5 9h79q6 -53 10 -71t15 -34q33 -47 106 -57v272q-93 28 -126 52q-71 51 -71 146q0 85 50.5 136.5t146.5 63.5v54h59v-54q91 -7 142.5 -59.5t51.5 -137.5h-79 q-1 55 -33 90t-82 37v-249q101 -31 131 -48q85 -48 85 -154zM243 405v240q-56 -8 -86 -39t-30 -80q0 -90 116 -121zM436 183q0 49 -28.5 76t-105.5 50v-263q65 7 99.5 44.5t34.5 92.5z" />
+<glyph unicode="%" horiz-adv-x="889" d="M370 512q0 -69 -50 -119t-120 -50t-120.5 50.5t-50.5 120.5t50 120.5t120 50.5q72 0 121.5 -50t49.5 -123zM301 513q0 43 -29.5 72.5t-72.5 29.5q-41 0 -71 -29.5t-30 -71.5q0 -41 30 -71t72 -30q41 0 71 29.5t30 70.5zM675 709l-395 -729h-66l395 729h66zM859 150 q0 -69 -50.5 -119t-119.5 -50q-71 0 -121 50.5t-50 120.5t50 120t120 50q72 0 121.5 -50t49.5 -122zM790 150q0 43 -29.5 72.5t-72.5 29.5q-41 0 -71 -29.5t-30 -70.5q0 -42 30 -71.5t72 -29.5q41 0 71 29.5t30 69.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="667" d="M637 0h-109l-62 78q-63 -61 -104.5 -81t-104.5 -20q-92 0 -148.5 54.5t-56.5 144.5q0 68 34.5 113.5t127.5 99.5q-47 59 -64 93.5t-17 69.5q0 66 50 111.5t121 45.5t117 -44t46 -113q0 -54 -30 -92t-108 -82l133 -163q31 56 31 119h80q0 -94 -58 -183zM388 554 q0 37 -24.5 61t-62.5 24q-39 0 -62.5 -23.5t-23.5 -62.5q0 -27 12.5 -48.5t57.5 -73.5q59 37 81 63t22 60zM418 137l-160 200q-68 -43 -95 -77.5t-27 -76.5q0 -53 38.5 -90.5t92.5 -37.5q73 0 151 82z" />
+<glyph unicode="'" horiz-adv-x="191" d="M142 598l-27 -134h-40l-27 134v111h94v-111z" />
+<glyph unicode="(" horiz-adv-x="333" d="M291 -212h-55q-75 98 -119 225.5t-44 245.5t44 245t119 225h55q-137 -221 -137 -470q0 -248 137 -471z" />
+<glyph unicode=")" horiz-adv-x="333" d="M256 258q0 -118 -44 -245t-119 -225h-55q137 221 137 470q0 248 -137 471h55q75 -98 119 -225.5t44 -245.5z" />
+<glyph unicode="*" horiz-adv-x="389" d="M343 596l-108 -30l70 -89l-51 -36l-62 93l-63 -93l-50 36l69 89l-108 30l19 59l101 -38v112h58v-112l106 38z" />
+<glyph unicode="+" horiz-adv-x="584" d="M516 216h-190v-190h-68v190h-190v68h190v190h68v-190h190v-68z" />
+<glyph unicode="," horiz-adv-x="278" d="M192 -16q0 -131 -105 -131v38q35 1 47.5 20t12.5 71v18h-60v104h105v-120z" />
+<glyph unicode="-" horiz-adv-x="333" d="M284 240h-238v72h238v-72z" />
+<glyph unicode="." horiz-adv-x="278" d="M191 0h-104v104h104v-104z" />
+<glyph unicode="/" horiz-adv-x="278" d="M284 729l-237 -749h-55l237 749h55z" />
+<glyph unicode="0" d="M507 341q0 -174 -59.5 -265t-172.5 -91q-114 0 -173 91.5t-59 270.5t58.5 270.5t173.5 91.5q232 0 232 -368zM417 349q0 282 -142 282t-142 -285q0 -288 140 -288q74 0 109 70.5t35 220.5z" />
+<glyph unicode="1" d="M347 0h-88v505h-157v63q102 13 133 36t54 105h58v-709z" />
+<glyph unicode="2" d="M511 501q0 -134 -150 -214l-100 -54q-65 -38 -93 -70t-35 -76h373v-87h-472q6 117 47 180.5t152 126.5l92 52q96 55 96 140q0 57 -40 95t-100 38q-67 0 -102.5 -40.5t-40.5 -128.5h-88q7 246 234 246q100 0 163.5 -59t63.5 -149z" />
+<glyph unicode="3" d="M506 206q0 -101 -65.5 -161t-174.5 -60q-110 0 -168 56t-66 173h88q5 -77 41 -114t108 -37q69 0 108 37.5t39 104.5q0 60 -37.5 92.5t-109.5 32.5h-48v74q102 0 138 24t36 83q0 56 -33.5 88.5t-91.5 32.5q-68 0 -101 -37t-34 -115h-88q5 229 222 229q101 0 158.5 -52 t57.5 -143q0 -104 -99 -143q63 -22 91.5 -61t28.5 -104z" />
+<glyph unicode="4" d="M520 170h-105v-170h-88v170h-299v93l322 446h65v-460h105v-79zM327 249v310l-222 -310h222z" />
+<glyph unicode="5" d="M513 235q0 -112 -67.5 -181t-175.5 -69q-97 0 -155.5 47t-79.5 150h88q31 -119 145 -119q73 0 114 42t41 118q0 78 -41.5 122t-113.5 44q-41 0 -70 -14.5t-60 -51.5h-81l53 371h366v-87h-295l-28 -183q59 43 131 43q102 0 165.5 -63.5t63.5 -168.5z" />
+<glyph unicode="6" d="M513 220q0 -104 -65 -169.5t-167 -65.5q-238 0 -238 338q0 186 65.5 286t188.5 100q81 0 134.5 -49t66.5 -136h-88q-11 51 -42 79t-77 28q-76 0 -116.5 -69.5t-41.5 -199.5q58 79 163 79q96 0 156.5 -61t60.5 -160zM423 213q0 71 -37 110.5t-101 39.5q-66 0 -106.5 -39.5 t-40.5 -105.5q0 -68 41 -111.5t103 -43.5q61 0 101 42t40 108z" />
+<glyph unicode="7" d="M520 620q-229 -272 -288 -620h-94q75 335 291 607h-383v87h474v-74z" />
+<glyph unicode="8" d="M513 200q0 -96 -66.5 -155.5t-171.5 -59.5q-106 0 -172 59.5t-66 156.5q0 114 121 172q-54 34 -75 66t-21 81q0 83 59.5 136t153.5 53t153.5 -53t59.5 -136q0 -50 -21 -82t-76 -65q122 -58 122 -173zM398 518q0 52 -33.5 82.5t-89.5 30.5t-89.5 -30.5t-33.5 -81.5 q0 -50 33.5 -80.5t89.5 -30.5q55 0 89 30t34 80zM423 199q0 62 -40.5 98.5t-107.5 36.5t-107.5 -36.5t-40.5 -98.5t40.5 -99t105.5 -37q68 0 109 36.5t41 99.5z" />
+<glyph unicode="9" d="M509 371q0 -185 -65.5 -285.5t-189.5 -100.5q-81 0 -134.5 49t-66.5 136h88q11 -51 42 -79t77 -28q76 0 116.5 69.5t41.5 199.5q-66 -79 -162 -79t-157 61t-61 160q0 104 65 169.5t167 65.5q239 0 239 -338zM413 476q0 68 -41 112t-103 44q-61 0 -101 -42t-40 -109 q0 -71 37 -110.5t101 -39.5q65 0 106 40t41 105z" />
+<glyph unicode=":" horiz-adv-x="278" d="M191 420h-104v104h104v-104zM191 0h-104v104h104v-104z" />
+<glyph unicode=";" horiz-adv-x="278" d="M192 420h-104v104h104v-104zM192 -16q0 -131 -105 -131v38q35 1 47.5 20t12.5 71v18h-60v104h105v-120z" />
+<glyph unicode="&#x3c;" horiz-adv-x="584" d="M448 -69l-334 293v52l334 293v-90l-260 -229l260 -229v-90z" />
+<glyph unicode="=" horiz-adv-x="584" d="M516 307h-448v68h448v-68zM516 125h-448v68h448v-68z" />
+<glyph unicode="&#x3e;" horiz-adv-x="584" d="M448 224l-334 -293v90l260 229l-260 229v90l334 -293v-52z" />
+<glyph unicode="?" d="M502 549q0 -50 -22 -89t-78 -90q-51 -47 -65 -69.5t-14 -54.5v-47h-90v55q0 50 28 87q13 17 22.5 26.5t53.5 49.5q75 67 75 132q0 51 -35 82.5t-93 31.5q-67 0 -98 -37.5t-31 -118.5h-85q0 115 55.5 174.5t163.5 59.5q97 0 155 -52t58 -140zM323 0h-90v104h90v-104z" />
+<glyph unicode="@" horiz-adv-x="1015" d="M951 369q0 -75 -34.5 -146.5t-98.5 -118.5t-139 -47q-96 0 -110 77q-66 -72 -142 -72q-70 0 -116.5 52.5t-46.5 130.5q0 109 78 193t179 84q84 0 122 -87l22 66h83l-90 -280q-13 -38 -12 -50q0 -18 15 -31t35 -13q64 0 116 71t52 159q0 125 -104.5 216t-247.5 91 q-158 0 -275.5 -117t-117.5 -274q0 -143 108 -240.5t267 -97.5q79 0 193 32l28 -67q-112 -42 -226 -42q-124 0 -229 53.5t-165.5 145.5t-60.5 201q0 128 66.5 239.5t180 177.5t244.5 66q175 0 300.5 -110t125.5 -262zM609 362v5q0 39 -27 65t-67 26q-63 0 -112 -65t-49 -149 q0 -49 29 -83.5t70 -34.5q58 0 105 72t51 164z" />
+<glyph unicode="A" horiz-adv-x="667" d="M653 0h-104l-75 219h-281l-77 -219h-99l260 729h120zM448 297l-112 332l-120 -332h232z" />
+<glyph unicode="B" horiz-adv-x="667" d="M623 208q0 -91 -59 -149.5t-156 -58.5h-329v729h296q101 0 158.5 -51.5t57.5 -133.5q0 -112 -101 -159q70 -27 101.5 -69t31.5 -108zM498 531q0 116 -146 116h-180v-232h180q146 0 146 116zM530 207q0 56 -33.5 91t-97.5 35h-227v-251h227q63 0 97 35t34 90z" />
+<glyph unicode="C" horiz-adv-x="722" d="M677 266q-33 -284 -300 -284q-156 0 -242.5 104.5t-86.5 269.5q0 168 87 279.5t246 111.5q237 0 281 -244h-95q-17 84 -64.5 123t-132.5 39q-105 0 -167 -83.5t-62 -224.5q0 -136 64 -214.5t173 -78.5q91 0 138.5 48.5t64.5 153.5h96z" />
+<glyph unicode="D" horiz-adv-x="722" d="M667 365q0 -170 -79.5 -267.5t-217.5 -97.5h-281v729h281q139 0 218 -97t79 -267zM574 364q0 139 -56 211t-164 72h-172v-565h172q108 0 164 72t56 210z" />
+<glyph unicode="E" horiz-adv-x="667" d="M613 0h-523v729h505v-82h-412v-233h397v-82h-397v-250h430v-82z" />
+<glyph unicode="F" horiz-adv-x="611" d="M579 647h-396v-233h348v-82h-348v-332h-93v729h489v-82z" />
+<glyph unicode="G" horiz-adv-x="778" d="M709 0h-59l-23 96q-102 -114 -249 -114q-148 0 -241 103.5t-93 271.5q0 169 93.5 279.5t256.5 110.5q125 0 205 -63.5t100 -175.5h-95q-15 71 -72 114t-139 43q-115 0 -185.5 -84t-70.5 -219t69.5 -216.5t191.5 -81.5q100 0 164.5 61t64.5 158v20h-222v82h304v-385z" />
+<glyph unicode="H" horiz-adv-x="722" d="M644 0h-93v332h-375v-332h-93v729h93v-315h375v315h93v-729z" />
+<glyph unicode="I" horiz-adv-x="278" d="M193 0h-93v729h93v-729z" />
+<glyph unicode="J" horiz-adv-x="500" d="M426 187q0 -95 -55.5 -150t-150.5 -55t-148 52t-53 141v59h93v-42q0 -64 28 -98t81 -34q56 0 84 37t28 124v508h93v-542z" />
+<glyph unicode="K" horiz-adv-x="667" d="M658 0h-110l-257 374l-119 -119v-255h-93v729h93v-369l363 369h120l-297 -297z" />
+<glyph unicode="L" d="M533 0h-453v729h93v-647h360v-82z" />
+<glyph unicode="M" horiz-adv-x="833" d="M761 0h-88v611l-205 -611h-98l-207 611v-611h-88v729h129l216 -635l212 635h129v-729z" />
+<glyph unicode="N" horiz-adv-x="722" d="M646 0h-105l-377 591v-591h-88v729h101l381 -596v596h88v-729z" />
+<glyph unicode="O" horiz-adv-x="778" d="M742 353q0 -163 -96.5 -267t-255.5 -104q-158 0 -255 103.5t-97 273.5q0 172 97.5 280t253.5 108q160 0 256.5 -108.5t96.5 -285.5zM649 355q0 139 -71 224.5t-189 85.5q-115 0 -186.5 -85.5t-71.5 -220.5q0 -134 71 -214.5t188 -80.5q116 0 187.5 80t71.5 211z" />
+<glyph unicode="P" horiz-adv-x="667" d="M617 515q0 -91 -57 -148.5t-147 -57.5h-229v-309h-93v729h301q108 0 166.5 -55.5t58.5 -158.5zM520 519q0 60 -37.5 94t-104.5 34h-194v-256h194q67 0 104.5 34t37.5 94z" />
+<glyph unicode="Q" horiz-adv-x="778" d="M742 361q0 -167 -103 -280l94 -77l-47 -58l-105 87q-86 -51 -191 -51q-158 0 -255 103.5t-97 273.5q0 172 97.5 280t254.5 108t254.5 -108t97.5 -278zM649 360q0 135 -71.5 220t-187.5 85t-187.5 -85t-71.5 -221q0 -135 70.5 -215t187.5 -80q60 0 120 28l-74 62l46 56 l89 -73q79 89 79 223z" />
+<glyph unicode="R" horiz-adv-x="722" d="M679 0h-113q-22 52 -21 119l1 65q1 67 -28.5 98.5t-91.5 31.5h-240v-314h-93v729h336q107 0 164.5 -50.5t57.5 -144.5q0 -62 -27 -103t-88 -71q59 -25 78 -62.5t21 -127.5q1 -73 9.5 -101t34.5 -46v-23zM554 521q0 63 -33.5 94.5t-109.5 31.5h-225v-251h225 q74 0 108.5 30t34.5 95z" />
+<glyph unicode="S" horiz-adv-x="667" d="M621 200q0 -100 -74.5 -159t-210.5 -59q-133 0 -210.5 65t-77.5 190h88q0 -80 52.5 -126.5t153.5 -46.5q186 0 186 127q0 83 -134 118l-181 48q-143 37 -143 170q0 100 70 160t189 60q126 0 196.5 -59.5t70.5 -166.5h-88q0 71 -47.5 109.5t-134.5 38.5q-73 0 -118 -36.5 t-45 -92.5q0 -42 27 -66.5t93 -41.5l183 -49q74 -20 114.5 -68t40.5 -115z" />
+<glyph unicode="T" horiz-adv-x="611" d="M593 647h-239v-647h-93v647h-240v82h572v-82z" />
+<glyph unicode="U" horiz-adv-x="722" d="M645 222q0 -110 -76.5 -175t-204.5 -65q-130 0 -204.5 64.5t-74.5 175.5v507h93v-507q0 -77 50.5 -117.5t135.5 -40.5q88 0 138 42t50 116v507h93v-507z" />
+<glyph unicode="V" horiz-adv-x="667" d="M645 729l-253 -729h-100l-262 729h100l214 -617l202 617h99z" />
+<glyph unicode="W" horiz-adv-x="944" d="M929 729l-185 -729h-102l-168 599l-163 -599h-102l-187 729h104l137 -592l162 592h100l166 -592l134 592h104z" />
+<glyph unicode="X" horiz-adv-x="667" d="M649 0h-115l-199 304l-200 -304h-113l258 374l-242 355h113l187 -286l188 286h111l-246 -355z" />
+<glyph unicode="Y" horiz-adv-x="667" d="M661 729l-274 -443v-286h-93v286l-281 443h115l214 -355l208 355h111z" />
+<glyph unicode="Z" horiz-adv-x="611" d="M583 0h-555v82l438 565h-410v82h525v-84l-436 -563h438v-82z" />
+<glyph unicode="[" horiz-adv-x="278" d="M250 -212h-186v941h186v-72h-103v-797h103v-72z" />
+<glyph unicode="\" horiz-adv-x="278" d="M284 -20h-55l-237 749h55z" />
+<glyph unicode="]" horiz-adv-x="278" d="M209 -212h-186v72h103v797h-103v72h186v-941z" />
+<glyph unicode="^" horiz-adv-x="469" d="M425 329h-69l-122 300l-121 -300h-69l153 380h73z" />
+<glyph unicode="_" d="M578 -177h-600v50h600v-50z" />
+<glyph unicode="`" horiz-adv-x="333" d="M196 581h-60l-149 148h113z" />
+<glyph unicode="a" d="M535 2q-35 -9 -57 -9q-31 0 -55 19.5t-31 49.5q-72 -77 -178 -77q-80 0 -126 40t-46 111q0 98 92 136q25 10 53 15.5t115 16.5q49 6 68 19t19 39v22q0 38 -30.5 58t-86.5 20q-58 0 -88 -22.5t-35 -70.5h-84q7 170 210 170q97 0 147 -36.5t50 -106.5v-292q0 -41 45 -41 q9 0 18 2v-63zM389 181v78q-33 -15 -134 -29q-68 -10 -97 -30.5t-29 -61.5q0 -80 103 -80q63 0 110 34.5t47 88.5z" />
+<glyph unicode="b" d="M523 268q0 -128 -62.5 -205.5t-165.5 -77.5q-107 0 -166 90v-75h-75v729h83v-276q57 86 162 86q104 0 164 -72t60 -199zM436 263q0 88 -42 143t-111 55q-66 3 -106 -52t-40 -147q0 -89 40 -144t106 -55q68 0 110.5 55.5t42.5 144.5z" />
+<glyph unicode="c" horiz-adv-x="500" d="M477 180q-8 -91 -64.5 -143t-149.5 -52q-107 0 -169.5 73t-62.5 199q0 130 63.5 206t169.5 76q90 0 145 -48.5t62 -142.5h-84q-8 55 -40 84.5t-84 29.5q-69 0 -107 -53.5t-38 -151.5q0 -93 39 -144t108 -51q54 0 86 28t42 90h84z" />
+<glyph unicode="d" d="M495 0h-74v77q-34 -49 -73.5 -70.5t-93.5 -21.5q-106 0 -167 75t-61 207q0 125 61.5 198.5t163.5 73.5q108 0 161 -81v271h83v-729zM412 260q0 91 -40 146t-107 55q-69 0 -110.5 -54t-41.5 -145t42 -145t111 -54q66 0 106 53.5t40 143.5z" />
+<glyph unicode="e" d="M513 238h-386q1 -87 43.5 -131.5t110.5 -44.5q105 0 137 97h84q-16 -80 -75.5 -127t-148.5 -47q-111 0 -174.5 72.5t-63.5 201.5t65 204.5t175 75.5q74 0 130.5 -37t81.5 -101q21 -55 21 -163zM424 312q0 62 -42 106t-103 44q-63 0 -104 -43t-46 -113h294z" />
+<glyph unicode="f" horiz-adv-x="278" d="M258 456h-87v-456h-83v456h-70v68h70v89q0 56 32.5 87.5t90.5 31.5q23 0 47 -5v-69q-19 1 -29 1q-58 0 -58 -53v-82h87v-68z" />
+<glyph unicode="g" d="M489 86q0 -170 -54 -237t-180 -67q-92 0 -147 42t-62 116h85q14 -88 127 -88q76 0 115 45.5t39 146.5v35q-42 -50 -80 -72t-87 -22q-94 0 -155 75t-61 197q0 127 61.5 204.5t161.5 77.5q98 0 160 -91v76h77v-438zM404 259q0 95 -38 149t-105 54t-106 -53t-39 -147 q0 -95 38.5 -147.5t107.5 -52.5q66 0 104 52t38 145z" />
+<glyph unicode="h" d="M486 0h-83v363q0 50 -30.5 76.5t-77.5 26.5q-64 0 -103 -48.5t-39 -128.5v-289h-83v729h83v-277q37 48 74.5 67.5t93.5 19.5q76 0 120.5 -38.5t44.5 -104.5v-396z" />
+<glyph unicode="i" horiz-adv-x="222" d="M164 603h-104v104h104v-104zM153 0h-83v524h83v-524z" />
+<glyph unicode="j" horiz-adv-x="222" d="M164 603h-104v104h104v-104zM153 -109q0 -109 -143 -109q-13 0 -28 3v71l20 -1q37 -2 52.5 14.5t15.5 54.5v600h83v-633z" />
+<glyph unicode="k" horiz-adv-x="500" d="M502 0h-103l-177 284l-81 -80v-204h-83v729h83v-427l222 222h107l-182 -181z" />
+<glyph unicode="l" horiz-adv-x="222" d="M151 0h-83v729h83v-729z" />
+<glyph unicode="m" horiz-adv-x="833" d="M760 0h-83v361q0 50 -25 77.5t-71 27.5q-51 0 -87.5 -40t-36.5 -97v-329h-83v361q0 50 -25.5 77.5t-71.5 27.5q-51 0 -87 -40t-36 -97v-329h-83v524h76v-74q34 47 71.5 68t89.5 21q97 0 141 -80q37 44 73 62t88 18q73 0 111.5 -37.5t38.5 -108.5v-393z" />
+<glyph unicode="n" d="M487 0h-83v363q0 47 -29 75t-79 28q-64 0 -103.5 -48.5t-39.5 -128.5v-289h-83v524h77v-88q35 55 75.5 79t98.5 24q76 0 121 -39t45 -104v-396z" />
+<glyph unicode="o" d="M510 258q0 -129 -63 -201t-174 -72q-112 0 -174.5 72.5t-62.5 204.5q0 131 62.5 204t173.5 73q114 0 176 -73t62 -208zM423 259q0 97 -39.5 150t-110.5 53q-70 0 -110 -53t-40 -147q0 -95 40 -147.5t110 -52.5q69 0 109.5 52.5t40.5 144.5z" />
+<glyph unicode="p" d="M523 257q0 -125 -61 -198.5t-163 -73.5q-97 0 -161 78v-281h-83v742h76v-79q59 94 167 94q105 0 165 -75t60 -207zM436 259q0 93 -41.5 147.5t-110.5 54.5q-66 0 -106 -55.5t-40 -147.5q0 -91 39.5 -143t106.5 -52q68 0 110 53.5t42 142.5z" />
+<glyph unicode="q" d="M495 -218h-83v286q-57 -83 -162 -83q-104 0 -164 72t-60 199q0 130 62 206.5t166 76.5q107 0 167 -85v70h74v-742zM412 259q0 92 -39.5 147t-106.5 55q-69 0 -111 -54t-42 -145t42 -145t111 -54q66 0 106 53t40 143z" />
+<glyph unicode="r" horiz-adv-x="333" d="M321 451q-94 -1 -131 -44t-37 -135v-272h-83v524h76v-95q36 59 69.5 84.5t73.5 25.5q11 0 32 -3v-85z" />
+<glyph unicode="s" horiz-adv-x="500" d="M459 147q0 -75 -58.5 -118.5t-157.5 -43.5q-103 0 -154.5 42.5t-54.5 132.5h88q8 -57 38 -77.5t90 -20.5q55 0 88.5 21t33.5 57q0 28 -18.5 43t-62.5 26l-78 19q-93 22 -129.5 55.5t-36.5 95.5q0 73 55 116.5t146 43.5t140 -42t50 -119h-88q-3 84 -105 84 q-51 0 -81 -21.5t-30 -57.5q0 -28 23 -45.5t74 -29.5l80 -19q79 -19 113.5 -51.5t34.5 -90.5z" />
+<glyph unicode="t" horiz-adv-x="278" d="M254 0q-39 -7 -68 -7q-49 0 -75 21.5t-26 61.5v380h-71v68h71v144h83v-144h86v-68h-86v-343q0 -28 9.5 -37.5t36.5 -9.5q25 0 40 4v-70z" />
+<glyph unicode="u" d="M482 0h-75v81q-37 -52 -77 -74t-98 -22q-76 0 -121.5 39t-45.5 104v396h83v-363q0 -47 29 -75t79 -28q65 0 104 48.5t39 128.5v289h83v-524z" />
+<glyph unicode="v" horiz-adv-x="500" d="M486 524l-201 -524h-91l-184 524h94l140 -425l148 425h94z" />
+<glyph unicode="w" horiz-adv-x="722" d="M708 524l-154 -524h-95l-106 411l-101 -411h-94l-152 524h92l107 -408l100 408h102l103 -408l104 408h94z" />
+<glyph unicode="x" horiz-adv-x="500" d="M473 0h-97l-131 201l-133 -201h-95l185 267l-175 257h95l126 -190l126 190h94l-176 -253z" />
+<glyph unicode="y" horiz-adv-x="500" d="M478 524l-233 -634q-40 -108 -135 -108q-31 0 -56 13v75q27 -6 44 -6q27 0 41.5 11.5t25.5 39.5l32 83l-177 526h89l134 -408l145 408h90z" />
+<glyph unicode="z" horiz-adv-x="500" d="M457 0h-426v75l313 376h-292v73h391v-74l-311 -377h325v-73z" />
+<glyph unicode="{" horiz-adv-x="334" d="M276 -212h-46q-52 0 -80.5 34.5t-28.5 96.5v167q0 69 -17 99t-61 39v69q44 9 61 38.5t17 99.5v167q0 62 28.5 96.5t80.5 34.5h46v-65h-15q-37 0 -50 -14t-13 -53v-181q0 -69 -18 -104t-64 -53q82 -38 82 -158v-181q0 -39 13 -53t50 -14h15v-65z" />
+<glyph unicode="|" horiz-adv-x="260" d="M164 -212h-68v941h68v-941z" />
+<glyph unicode="}" horiz-adv-x="334" d="M262 224q-43 -9 -59.5 -39t-16.5 -99v-167q0 -62 -29 -96.5t-81 -34.5h-47v65h16q37 0 50.5 14t13.5 53v181q0 120 82 157q-82 38 -82 158v181q0 39 -13.5 53t-50.5 14h-16v65h47q52 0 81 -34.5t29 -96.5v-167q0 -69 16.5 -99t59.5 -39v-69z" />
+<glyph unicode="~" horiz-adv-x="584" d="M508 395q0 -58 -28.5 -92.5t-76.5 -34.5q-40 0 -81 26l-98 63q-23 14 -43 14q-46 0 -53 -78h-53q4 70 31.5 107.5t76.5 37.5q27 0 54 -16l117 -69q28 -17 50 -17q28 0 39.5 17.5t11.5 57.5h53v-16z" />
+<glyph unicode="&#xa1;" horiz-adv-x="278" d="M180 -205h-83v338l22 223h39l22 -223v-338zM181 420h-84v104h84v-104z" />
+<glyph unicode="&#xa2;" d="M510 180q-5 -90 -58 -144.5t-140 -58.5v-97h-42v98q-101 9 -159.5 82.5t-58.5 192.5q0 122 58.5 198t159.5 87v90h42v-89q88 -6 137.5 -55.5t54.5 -135.5h-84q-5 50 -33.5 80t-74.5 34v-409q96 11 114 127h84zM270 55v406q-131 -24 -131 -208q0 -85 34.5 -136.5 t96.5 -61.5z" />
+<glyph unicode="&#xa3;" d="M535 33q-57 -56 -131 -56q-46 0 -146 35q-33 11 -66 11q-53 0 -109 -37l-48 66q69 59 97 102t28 89q0 38 -24 78h-110v55h81q-34 57 -43.5 81.5t-9.5 57.5q0 91 68.5 152.5t169.5 61.5q103 0 160.5 -58t59.5 -174h-88q-4 154 -136 154q-64 0 -102.5 -35t-38.5 -93 q0 -30 11.5 -55t47.5 -92h160v-55h-136q15 -43 15 -71q0 -39 -25.5 -80t-92.5 -109q59 39 122 39q21 0 86.5 -15.5t74.5 -15.5q40 0 83 30z" />
+<glyph unicode="&#xa4;" d="M528 555l-55 -54q50 -57 50 -150q0 -89 -50 -151l54 -56l-45 -45l-55 58q-59 -55 -149 -55t-149 55l-55 -58l-45 45l54 56q-50 62 -50 151q0 93 50 150l-55 54l48 48l57 -56q59 51 145 51t145 -51l57 56zM450 351q0 71 -50.5 124t-121.5 53t-121.5 -53t-50.5 -124 q0 -73 50.5 -126t121.5 -53t121.5 53t50.5 126z" />
+<glyph unicode="&#xa5;" d="M545 709l-201 -355h151v-51h-170v-77h170v-51h-170v-175h-88v175h-172v51h172v77h-172v51h151l-205 355h85l185 -322l179 322h85z" />
+<glyph unicode="&#xa6;" horiz-adv-x="260" d="M164 353h-68v376h68v-376zM164 -212h-68v376h68v-376z" />
+<glyph unicode="&#xa7;" d="M506 229q0 -115 -109 -156q30 -34 41.5 -60t11.5 -58q0 -72 -53.5 -120t-133.5 -48q-89 0 -137.5 52t-48.5 147h85q0 -63 28 -92.5t74 -29.5q43 0 69.5 24t26.5 62q0 50 -55 88l-170 117q-49 34 -70.5 71t-21.5 86q0 50 25 85.5t80 64.5q-44 51 -44 102q0 69 53.5 117 t131.5 48t126.5 -49t48.5 -128v-28h-84v26q0 47 -26.5 74.5t-70.5 27.5q-38 0 -63.5 -24t-25.5 -61q0 -22 13 -39.5t44 -37.5l146 -94q61 -39 85 -76t24 -91zM427 208q0 61 -73 112l-161 109q-39 -26 -55 -48.5t-16 -52.5t13 -50t53 -49l166 -123q73 39 73 102z" />
+<glyph unicode="&#xa8;" horiz-adv-x="333" d="M131 604h-91v102h91v-102zM293 604h-91v102h91v-102z" />
+<glyph unicode="&#xa9;" horiz-adv-x="737" d="M718 334q0 -144 -102.5 -246t-246.5 -102t-246 102t-102 246t102 246.5t246 102.5t246.5 -102.5t102.5 -246.5zM675 334q0 127 -89.5 216.5t-216.5 89.5t-216 -89.5t-89 -216.5t89 -216t216 -89t216.5 89t89.5 216zM559 285q-19 -160 -181 -160q-94 0 -146 57t-52 147 q0 92 52 153t148 61q146 0 170 -139h-64q-17 87 -113 87q-60 0 -95.5 -43.5t-35.5 -117.5q0 -71 36.5 -112t99.5 -41q53 0 80 26t37 82h64z" />
+<glyph unicode="&#xaa;" horiz-adv-x="370" d="M320 303h-277v51h277v-51zM333 405q-16 -6 -32 -6q-47 0 -55 43q-49 -43 -105 -43q-48 0 -76 26t-28 70q0 51 34.5 74.5t122.5 30.5q28 2 38.5 9t10.5 24v13q0 44 -67 44q-34 0 -48.5 -12t-19.5 -44h-59q3 108 129 108q122 0 122 -94v-179q0 -23 23 -23q4 0 10 3v-44z M243 517v51q-18 -8 -76 -16q-39 -6 -55.5 -18t-16.5 -36q0 -47 57 -47q37 0 64 20t27 46z" />
+<glyph unicode="&#xab;" d="M455 106l-152 121v89l152 122v-83l-106 -83l106 -83v-83zM250 106l-152 121v89l152 122v-83l-106 -83l106 -83v-83z" />
+<glyph unicode="&#xac;" horiz-adv-x="584" d="M516 159h-68v148h-380v68h448v-216z" />
+<glyph unicode="&#xad;" horiz-adv-x="333" d="M284 240h-238v72h238v-72z" />
+<glyph unicode="&#xae;" horiz-adv-x="737" d="M718 334q0 -144 -102.5 -246t-246.5 -102t-246 102t-102 246t102 246.5t246 102.5t246.5 -102.5t102.5 -246.5zM675 334q0 127 -89.5 216.5t-216.5 89.5t-216 -89.5t-89 -216.5t89 -216t216 -89t216.5 89t89.5 216zM545 135h-73q-14 30 -14 68l1 34q0 66 -67 66h-137 v-168h-63v398h202q65 0 99.5 -28t34.5 -80q0 -64 -62 -93q31 -13 41.5 -33.5t11.5 -68.5q1 -39 5.5 -53t20.5 -24v-18zM464 418q0 63 -81 63h-128v-126h128q42 0 61.5 15t19.5 48z" />
+<glyph unicode="&#xaf;" horiz-adv-x="333" d="M302 620h-274v70h274v-70z" />
+<glyph unicode="&#xb0;" horiz-adv-x="400" d="M346 557q0 -62 -42 -104t-104 -42t-104 42t-42 104t42 104t104 42t104 -42t42 -104zM298 557q0 40 -29.5 71.5t-68.5 31.5t-68.5 -31.5t-29.5 -71.5t29.5 -71.5t68.5 -31.5t68.5 31.5t29.5 71.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="584" d="M516 284h-190v-155h-68v155h-190v68h190v190h68v-190h190v-68zM516 0h-448v68h448v-68z" />
+<glyph unicode="&#xb2;" horiz-adv-x="333" d="M299 598q0 -70 -85 -113l-55 -29q-29 -14 -42.5 -29.5t-21.5 -40.5h201v-51h-267q3 64 25.5 97.5t85.5 66.5l52 28q51 27 51 69q0 28 -21 47t-53 19q-36 0 -55 -20t-22 -67h-54q3 134 132 134q57 0 93 -31t36 -80z" />
+<glyph unicode="&#xb3;" horiz-adv-x="333" d="M303 441q0 -54 -37 -86t-99 -32q-64 0 -98.5 32.5t-34.5 92.5h55q1 -41 20.5 -60t59.5 -19q37 0 58 19t21 53q0 38 -25 50.5t-84 12.5v45q56 0 76.5 11t20.5 42q0 28 -18 44t-49 16q-37 0 -54.5 -18t-17.5 -60h-55q3 125 127 125q56 0 89 -28.5t33 -77.5q0 -52 -50 -74 q62 -22 62 -88z" />
+<glyph unicode="&#xb4;" horiz-adv-x="333" d="M346 729l-149 -148h-60l96 148h113z" />
+<glyph unicode="&#xb5;" d="M544 -14q-33 -9 -57 -9q-83 0 -86 83q-59 -83 -163 -83q-54 0 -90 26v-223h-83v744h83v-371q0 -47 29 -75t78 -28q65 0 104 48.5t39 128.5v297h83v-436q0 -41 45 -41q8 0 18 2v-63z" />
+<glyph unicode="&#xb6;" horiz-adv-x="537" d="M522 665h-57v-842h-64v842h-82v-842h-64v436q-97 5 -152 70.5t-55 159.5q0 101 65 170.5t159 69.5h250v-64z" />
+<glyph unicode="&#xb7;" horiz-adv-x="278" d="M191 250q0 -22 -15 -37t-37 -15t-37 15t-15 37t15 37t37 15t37 -15t15 -37z" />
+<glyph unicode="&#xb8;" horiz-adv-x="333" d="M287 -137q0 -43 -33 -68t-90 -25q-47 0 -125 34l21 40l9 -4q58 -29 89 -29q23 0 38.5 13t15.5 32q0 18 -12.5 31t-33.5 13q-14 0 -31 -4l-17 12l42 97h48l-23 -59h23q36 0 57.5 -24.5t21.5 -58.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="333" d="M211 335h-54v260h-87v41l13 1q46 3 63 16.5t28 55.5h37v-374z" />
+<glyph unicode="&#xba;" horiz-adv-x="365" d="M314 303h-263v51h263v-51zM324 568q0 -79 -37.5 -124t-104.5 -45t-104.5 45t-37.5 127q0 81 37.5 126t104.5 45q68 0 105 -45t37 -129zM266 569q0 57 -22 89t-62 32q-39 0 -61.5 -32t-22.5 -87q0 -56 22.5 -88t61.5 -32t61.5 31.5t22.5 86.5z" />
+<glyph unicode="&#xbb;" d="M451 228l-154 -122v83l108 83l-108 83v83l154 -121v-89zM252 228l-154 -122v83l108 83l-108 83v83l154 -121v-89z" />
+<glyph unicode="&#xbc;" horiz-adv-x="834" d="M222 335h-54v260h-87v41l13 1q46 3 63 16.5t28 55.5h37v-374zM681 709l-452 -734h-58l452 734h58zM767 88h-59v-88h-54v88h-166v52l180 234h40v-239h59v-47zM654 135v149l-114 -149h114z" />
+<glyph unicode="&#xbd;" horiz-adv-x="834" d="M222 335h-54v260h-87v41l13 1q46 3 63 16.5t28 55.5h37v-374zM637 709l-452 -734h-58l452 734h58zM763 263q0 -70 -85 -113l-55 -29q-29 -14 -42.5 -29.5t-21.5 -40.5h201v-51h-267q3 64 25.5 97.5t85.5 67.5l51 27q52 27 52 69q0 28 -21.5 47t-53.5 19q-36 0 -54.5 -20 t-21.5 -67h-55q4 134 133 134q57 0 93 -31t36 -80z" />
+<glyph unicode="&#xbe;" horiz-adv-x="834" d="M333 441q0 -54 -37 -86t-99 -32q-64 0 -98.5 32.5t-34.5 92.5h55q1 -41 20.5 -60t59.5 -19q37 0 58 19t21 53q0 38 -25 50.5t-84 12.5v45q56 0 76.5 11t20.5 42q0 28 -18 44t-49 16q-37 0 -54.5 -18t-17.5 -60h-55q3 125 127 125q56 0 89 -28.5t33 -77.5q0 -52 -50 -74 q62 -22 62 -88zM701 709l-452 -734h-58l452 734h58zM757 88h-59v-88h-54v88h-166v52l180 234h40v-239h59v-47zM644 135v149l-114 -149h114z" />
+<glyph unicode="&#xbf;" d="M486 17q0 -115 -55.5 -174.5t-163.5 -59.5q-97 0 -155 52t-58 140q0 50 22 89t78 90q51 47 65 69.5t14 54.5v47h90v-55q0 -50 -28 -87q-13 -17 -22.5 -26.5t-53.5 -49.5q-75 -67 -75 -132q0 -51 35 -82.5t93 -31.5q67 0 98 37.5t31 118.5h85zM323 420h-90v104h90v-104z " />
+<glyph unicode="&#xc0;" horiz-adv-x="667" d="M653 0h-104l-75 219h-281l-77 -219h-99l260 729h120zM448 297l-112 332l-120 -332h232zM373 783h-72l-179 133h136z" />
+<glyph unicode="&#xc1;" horiz-adv-x="667" d="M653 0h-104l-75 219h-281l-77 -219h-99l260 729h120zM448 297l-112 332l-120 -332h232zM552 916l-179 -133h-72l115 133h136z" />
+<glyph unicode="&#xc2;" horiz-adv-x="667" d="M653 0h-104l-75 219h-281l-77 -219h-99l260 729h120zM448 297l-112 332l-120 -332h232zM509 783h-75l-97 86l-95 -86h-77l115 135h114z" />
+<glyph unicode="&#xc3;" horiz-adv-x="667" d="M490 902q-15 -104 -89 -104q-21 0 -85 25q-35 13 -49 13q-23 0 -33 -37h-58q8 49 30.5 76t55.5 27q23 0 70 -19q41 -18 63 -18q25 0 37 37h58zM653 0h-104l-75 219h-281l-77 -219h-99l260 729h120zM448 297l-112 332l-120 -332h232z" />
+<glyph unicode="&#xc4;" horiz-adv-x="667" d="M302 799h-91v102h91v-102zM464 799h-91v102h91v-102zM653 0h-104l-75 219h-281l-77 -219h-99l260 729h120zM448 297l-112 332l-120 -332h232z" />
+<glyph unicode="&#xc5;" horiz-adv-x="667" d="M653 0h-104l-75 219h-281l-77 -219h-99l260 729h120zM448 297l-112 332l-120 -332h232zM434 864q0 -39 -28.5 -67t-67.5 -28q-40 0 -68.5 28.5t-28.5 68.5q0 38 28.5 66.5t68.5 28.5t68 -28.5t28 -68.5zM386 864q0 21 -14 35t-34 14t-34.5 -14t-14.5 -33 q0 -20 14.5 -34.5t34.5 -14.5q19 0 33.5 14t14.5 33z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1000" d="M950 0h-482v214h-269l-85 -214h-103l299 729h622v-82h-371v-233h352v-82h-352v-250h389v-82zM468 296v351h-100l-138 -351h238z" />
+<glyph unicode="&#xc7;" horiz-adv-x="722" d="M677 266q-31 -272 -278 -283l-14 -37h23q36 0 57.5 -24.5t21.5 -58.5q0 -43 -33 -68t-90 -25q-47 0 -125 34l21 40l9 -4q58 -29 89 -29q23 0 38.5 13t15.5 32q0 18 -12.5 31t-33.5 13q-14 0 -31 -4l-17 12l32 75q-144 9 -223 112t-79 261q0 168 87 279.5t246 111.5 q237 0 281 -244h-95q-17 84 -64.5 123t-132.5 39q-105 0 -167 -83.5t-62 -224.5q0 -136 64 -214.5t173 -78.5q91 0 138.5 48.5t64.5 153.5h96z" />
+<glyph unicode="&#xc8;" horiz-adv-x="667" d="M613 0h-523v729h505v-82h-412v-233h397v-82h-397v-250h430v-82zM379 783h-72l-179 133h136z" />
+<glyph unicode="&#xc9;" horiz-adv-x="667" d="M613 0h-523v729h505v-82h-412v-233h397v-82h-397v-250h430v-82zM558 916l-179 -133h-72l115 133h136z" />
+<glyph unicode="&#xca;" horiz-adv-x="667" d="M613 0h-523v729h505v-82h-412v-233h397v-82h-397v-250h430v-82zM515 783h-75l-97 86l-95 -86h-77l115 135h114z" />
+<glyph unicode="&#xcb;" horiz-adv-x="667" d="M308 799h-91v102h91v-102zM470 799h-91v102h91v-102zM613 0h-523v729h505v-82h-412v-233h397v-82h-397v-250h430v-82z" />
+<glyph unicode="&#xcc;" horiz-adv-x="278" d="M193 0h-93v729h93v-729zM193 783h-72l-179 133h136z" />
+<glyph unicode="&#xcd;" horiz-adv-x="278" d="M193 0h-93v729h93v-729zM352 916l-179 -133h-72l115 133h136z" />
+<glyph unicode="&#xce;" horiz-adv-x="278" d="M193 0h-93v729h93v-729zM319 783h-75l-97 86l-95 -86h-77l115 135h114z" />
+<glyph unicode="&#xcf;" horiz-adv-x="278" d="M112 799h-91v102h91v-102zM274 799h-91v102h91v-102zM193 0h-93v729h93v-729z" />
+<glyph unicode="&#xd0;" horiz-adv-x="722" d="M667 365q0 -170 -79 -267.5t-217 -97.5h-282v339h-69v67h69v323h282q138 0 217 -97t79 -267zM574 365q0 139 -56 210.5t-163 71.5h-173v-241h171v-67h-171v-257h173q107 0 163 72t56 211z" />
+<glyph unicode="&#xd1;" horiz-adv-x="722" d="M514 902q-15 -104 -89 -104q-21 0 -85 25q-35 13 -49 13q-23 0 -33 -37h-58q8 49 30.5 76t55.5 27q23 0 70 -19q41 -18 63 -18q25 0 37 37h58zM646 0h-105l-377 591v-591h-88v729h101l381 -596v596h88v-729z" />
+<glyph unicode="&#xd2;" horiz-adv-x="778" d="M742 353q0 -163 -96.5 -267t-255.5 -104q-158 0 -255 103.5t-97 273.5q0 172 97.5 280t253.5 108q160 0 256.5 -108.5t96.5 -285.5zM649 355q0 139 -71 224.5t-189 85.5q-115 0 -186.5 -85.5t-71.5 -220.5q0 -134 71 -214.5t188 -80.5q116 0 187.5 80t71.5 211zM425 783 h-72l-179 133h136z" />
+<glyph unicode="&#xd3;" horiz-adv-x="778" d="M742 353q0 -163 -96.5 -267t-255.5 -104q-158 0 -255 103.5t-97 273.5q0 172 97.5 280t253.5 108q160 0 256.5 -108.5t96.5 -285.5zM649 355q0 139 -71 224.5t-189 85.5q-115 0 -186.5 -85.5t-71.5 -220.5q0 -134 71 -214.5t188 -80.5q116 0 187.5 80t71.5 211zM604 916 l-179 -133h-72l115 133h136z" />
+<glyph unicode="&#xd4;" horiz-adv-x="778" d="M742 353q0 -163 -96.5 -267t-255.5 -104q-158 0 -255 103.5t-97 273.5q0 172 97.5 280t253.5 108q160 0 256.5 -108.5t96.5 -285.5zM649 355q0 139 -71 224.5t-189 85.5q-115 0 -186.5 -85.5t-71.5 -220.5q0 -134 71 -214.5t188 -80.5q116 0 187.5 80t71.5 211zM561 783 h-75l-97 86l-95 -86h-77l115 135h114z" />
+<glyph unicode="&#xd5;" horiz-adv-x="778" d="M542 902q-15 -104 -89 -104q-21 0 -85 25q-35 13 -49 13q-23 0 -33 -37h-58q8 49 30.5 76t55.5 27q23 0 70 -19q41 -18 63 -18q25 0 37 37h58zM742 353q0 -163 -96.5 -267t-255.5 -104q-158 0 -255 103.5t-97 273.5q0 172 97.5 280t253.5 108q160 0 256.5 -108.5 t96.5 -285.5zM649 355q0 139 -71 224.5t-189 85.5q-115 0 -186.5 -85.5t-71.5 -220.5q0 -134 71 -214.5t188 -80.5q116 0 187.5 80t71.5 211z" />
+<glyph unicode="&#xd6;" horiz-adv-x="778" d="M354 799h-91v102h91v-102zM516 799h-91v102h91v-102zM742 353q0 -163 -96.5 -267t-255.5 -104q-158 0 -255 103.5t-97 273.5q0 172 97.5 280t253.5 108q160 0 256.5 -108.5t96.5 -285.5zM649 355q0 139 -71 224.5t-189 85.5q-115 0 -186.5 -85.5t-71.5 -220.5 q0 -134 71 -214.5t188 -80.5q116 0 187.5 80t71.5 211z" />
+<glyph unicode="&#xd7;" horiz-adv-x="584" d="M474 116l-48 -48l-134 134l-134 -134l-48 48l134 134l-134 134l48 48l134 -134l134 134l48 -48l-134 -134z" />
+<glyph unicode="&#xd8;" horiz-adv-x="778" d="M742 353q0 -163 -96.5 -267t-255.5 -104q-143 0 -236 84l-75 -82l-41 37l79 86q-79 99 -79 252q0 172 97.5 280t253.5 108q142 0 235 -87l77 85l41 -37l-81 -88q81 -106 81 -267zM649 355q0 117 -51 196l-384 -419q68 -68 176 -68q116 0 187.5 80t71.5 211zM564 595 q-68 70 -175 70q-115 0 -186.5 -85.5t-71.5 -220.5q0 -110 48 -184z" />
+<glyph unicode="&#xd9;" horiz-adv-x="722" d="M645 222q0 -110 -76.5 -175t-204.5 -65q-130 0 -204.5 64.5t-74.5 175.5v507h93v-507q0 -77 50.5 -117.5t135.5 -40.5q88 0 138 42t50 116v507h93v-507zM397 783h-72l-179 133h136z" />
+<glyph unicode="&#xda;" horiz-adv-x="722" d="M645 222q0 -110 -76.5 -175t-204.5 -65q-130 0 -204.5 64.5t-74.5 175.5v507h93v-507q0 -77 50.5 -117.5t135.5 -40.5q88 0 138 42t50 116v507h93v-507zM576 916l-179 -133h-72l115 133h136z" />
+<glyph unicode="&#xdb;" horiz-adv-x="722" d="M645 222q0 -110 -76.5 -175t-204.5 -65q-130 0 -204.5 64.5t-74.5 175.5v507h93v-507q0 -77 50.5 -117.5t135.5 -40.5q88 0 138 42t50 116v507h93v-507zM533 783h-75l-97 86l-95 -86h-77l115 135h114z" />
+<glyph unicode="&#xdc;" horiz-adv-x="722" d="M326 799h-91v102h91v-102zM488 799h-91v102h91v-102zM645 222q0 -110 -76.5 -175t-204.5 -65q-130 0 -204.5 64.5t-74.5 175.5v507h93v-507q0 -77 50.5 -117.5t135.5 -40.5q88 0 138 42t50 116v507h93v-507z" />
+<glyph unicode="&#xdd;" horiz-adv-x="667" d="M661 729l-274 -443v-286h-93v286l-281 443h115l214 -355l208 355h111zM556 916l-179 -133h-72l115 133h136z" />
+<glyph unicode="&#xde;" horiz-adv-x="667" d="M616 397q0 -91 -57 -149.5t-146 -58.5h-229v-189h-93v729h93v-120h208q104 0 164 -56.5t60 -155.5zM516 399q0 60 -36.5 94t-101.5 34h-194v-256h194q65 0 101.5 34t36.5 94z" />
+<glyph unicode="&#xdf;" horiz-adv-x="611" d="M566 219q0 -110 -60.5 -174.5t-163.5 -64.5q-47 0 -84 4v83q42 -5 76 -5q64 0 104.5 42t40.5 109q0 77 -46 106.5t-141 29.5v82q59 0 102.5 30.5t43.5 80.5q0 49 -43.5 79t-101.5 30q-57 0 -98.5 -32t-41.5 -81v-538h-83v538q0 82 65.5 136.5t155.5 54.5 q95 0 164.5 -51.5t69.5 -132.5q0 -48 -27 -87.5t-72 -56.5q62 -16 101 -67t39 -115z" />
+<glyph unicode="&#xe0;" d="M535 2q-35 -9 -57 -9q-31 0 -55 19.5t-31 49.5q-72 -77 -178 -77q-80 0 -126 40t-46 111q0 98 92 136q25 10 53 15.5t115 16.5q49 6 68 19t19 39v22q0 38 -30.5 58t-86.5 20q-58 0 -88 -22.5t-35 -70.5h-84q7 170 210 170q97 0 147 -36.5t50 -106.5v-292q0 -41 45 -41 q9 0 18 2v-63zM389 181v78q-33 -15 -134 -29q-68 -10 -97 -30.5t-29 -61.5q0 -80 103 -80q63 0 110 34.5t47 88.5zM305 581h-60l-149 148h113z" />
+<glyph unicode="&#xe1;" d="M454 729l-149 -148h-60l96 148h113zM535 2q-35 -9 -57 -9q-31 0 -55 19.5t-31 49.5q-72 -77 -178 -77q-80 0 -126 40t-46 111q0 98 92 136q25 10 53 15.5t115 16.5q49 6 68 19t19 39v22q0 38 -30.5 58t-86.5 20q-58 0 -88 -22.5t-35 -70.5h-84q7 170 210 170 q97 0 147 -36.5t50 -106.5v-292q0 -41 45 -41q9 0 18 2v-63zM389 181v78q-33 -15 -134 -29q-68 -10 -97 -30.5t-29 -61.5q0 -80 103 -80q63 0 110 34.5t47 88.5z" />
+<glyph unicode="&#xe2;" d="M418 580h-63l-81 96l-79 -96h-64l96 150h95zM535 2q-35 -9 -57 -9q-31 0 -55 19.5t-31 49.5q-72 -77 -178 -77q-80 0 -126 40t-46 111q0 98 92 136q25 10 53 15.5t115 16.5q49 6 68 19t19 39v22q0 38 -30.5 58t-86.5 20q-58 0 -88 -22.5t-35 -70.5h-84q7 170 210 170 q97 0 147 -36.5t50 -106.5v-292q0 -41 45 -41q9 0 18 2v-63zM389 181v78q-33 -15 -134 -29q-68 -10 -97 -30.5t-29 -61.5q0 -80 103 -80q63 0 110 34.5t47 88.5z" />
+<glyph unicode="&#xe3;" d="M427 707q-15 -104 -89 -104q-21 0 -85 25q-35 13 -49 13q-23 0 -33 -37h-58q8 49 30.5 76t55.5 27q23 0 70 -19q41 -18 63 -18q25 0 37 37h58zM535 2q-35 -9 -57 -9q-31 0 -55 19.5t-31 49.5q-72 -77 -178 -77q-80 0 -126 40t-46 111q0 98 92 136q25 10 53 15.5t115 16.5 q49 6 68 19t19 39v22q0 38 -30.5 58t-86.5 20q-58 0 -88 -22.5t-35 -70.5h-84q7 170 210 170q97 0 147 -36.5t50 -106.5v-292q0 -41 45 -41q9 0 18 2v-63zM389 181v78q-33 -15 -134 -29q-68 -10 -97 -30.5t-29 -61.5q0 -80 103 -80q63 0 110 34.5t47 88.5z" />
+<glyph unicode="&#xe4;" d="M239 604h-91v102h91v-102zM401 604h-91v102h91v-102zM535 2q-35 -9 -57 -9q-31 0 -55 19.5t-31 49.5q-72 -77 -178 -77q-80 0 -126 40t-46 111q0 98 92 136q25 10 53 15.5t115 16.5q49 6 68 19t19 39v22q0 38 -30.5 58t-86.5 20q-58 0 -88 -22.5t-35 -70.5h-84 q7 170 210 170q97 0 147 -36.5t50 -106.5v-292q0 -41 45 -41q9 0 18 2v-63zM389 181v78q-33 -15 -134 -29q-68 -10 -97 -30.5t-29 -61.5q0 -80 103 -80q63 0 110 34.5t47 88.5z" />
+<glyph unicode="&#xe5;" d="M535 2q-35 -9 -57 -9q-31 0 -55 19.5t-31 49.5q-72 -77 -178 -77q-80 0 -126 40t-46 111q0 98 92 136q25 10 53 15.5t115 16.5q49 6 68 19t19 39v22q0 38 -30.5 58t-86.5 20q-58 0 -88 -22.5t-35 -70.5h-84q7 170 210 170q97 0 147 -36.5t50 -106.5v-292q0 -41 45 -41 q9 0 18 2v-63zM389 181v78q-33 -15 -134 -29q-68 -10 -97 -30.5t-29 -61.5q0 -80 103 -80q63 0 110 34.5t47 88.5zM371 654q0 -39 -28.5 -67t-67.5 -28q-40 0 -68.5 28.5t-28.5 68.5q0 38 28.5 66.5t68.5 28.5t68 -28.5t28 -68.5zM323 654q0 21 -14 35t-34 14t-34.5 -14 t-14.5 -33q0 -20 14.5 -34.5t34.5 -14.5q19 0 33.5 14t14.5 33z" />
+<glyph unicode="&#xe6;" horiz-adv-x="889" d="M845 234h-386q1 -82 44 -127t110 -45q100 0 138 97h84q-16 -80 -75.5 -127t-147.5 -47q-58 0 -105 22t-73 61l-16 27q-56 -58 -106.5 -84t-109.5 -26q-77 0 -122.5 40.5t-45.5 110.5q0 82 54.5 118t205.5 49q51 4 69 17t18 42v22q0 78 -118 78q-112 0 -122 -93h-84 q7 170 208 170q128 0 175 -82q27 38 73 60t100 22q73 0 129 -37t82 -101q21 -55 21 -167zM381 165v93q-33 -14 -134 -29q-69 -10 -97.5 -30t-28.5 -61q0 -39 26.5 -59.5t73.5 -20.5q55 0 107.5 36.5t52.5 70.5zM755 302q0 71 -40 115.5t-104 44.5q-63 0 -104 -43.5 t-46 -116.5h294z" />
+<glyph unicode="&#xe7;" horiz-adv-x="500" d="M477 180q-7 -83 -55.5 -134.5t-130.5 -59.5l-16 -40h23q36 0 57.5 -24.5t21.5 -58.5q0 -43 -33 -68t-90 -25q-47 0 -125 34l21 40l9 -4q58 -29 89 -29q23 0 38.5 13t15.5 32q0 18 -12.5 31t-33.5 13q-14 0 -31 -4l-17 12l34 78q-98 8 -154.5 80t-56.5 191q0 130 63.5 206 t169.5 76q90 0 145 -48.5t62 -142.5h-84q-8 55 -40 84.5t-84 29.5q-69 0 -107 -53.5t-38 -151.5q0 -93 39 -144t108 -51q54 0 86 28t42 90h84z" />
+<glyph unicode="&#xe8;" d="M513 238h-386q1 -87 43.5 -131.5t110.5 -44.5q105 0 137 97h84q-16 -80 -75.5 -127t-148.5 -47q-111 0 -174.5 72.5t-63.5 201.5t65 204.5t175 75.5q74 0 130.5 -37t81.5 -101q21 -55 21 -163zM424 312q0 62 -42 106t-103 44q-63 0 -104 -43t-46 -113h294zM310 581h-60 l-149 148h113z" />
+<glyph unicode="&#xe9;" d="M459 729l-149 -148h-60l96 148h113zM513 238h-386q1 -87 43.5 -131.5t110.5 -44.5q105 0 137 97h84q-16 -80 -75.5 -127t-148.5 -47q-111 0 -174.5 72.5t-63.5 201.5t65 204.5t175 75.5q74 0 130.5 -37t81.5 -101q21 -55 21 -163zM424 312q0 62 -42 106t-103 44 q-63 0 -104 -43t-46 -113h294z" />
+<glyph unicode="&#xea;" d="M423 580h-63l-81 96l-79 -96h-64l96 150h95zM513 238h-386q1 -87 43.5 -131.5t110.5 -44.5q105 0 137 97h84q-16 -80 -75.5 -127t-148.5 -47q-111 0 -174.5 72.5t-63.5 201.5t65 204.5t175 75.5q74 0 130.5 -37t81.5 -101q21 -55 21 -163zM424 312q0 62 -42 106t-103 44 q-63 0 -104 -43t-46 -113h294z" />
+<glyph unicode="&#xeb;" d="M244 604h-91v102h91v-102zM406 604h-91v102h91v-102zM513 238h-386q1 -87 43.5 -131.5t110.5 -44.5q105 0 137 97h84q-16 -80 -75.5 -127t-148.5 -47q-111 0 -174.5 72.5t-63.5 201.5t65 204.5t175 75.5q74 0 130.5 -37t81.5 -101q21 -55 21 -163zM424 312q0 62 -42 106 t-103 44q-63 0 -104 -43t-46 -113h294z" />
+<glyph unicode="&#xec;" horiz-adv-x="278" d="M181 581h-60l-149 148h113zM181 0h-83v524h83v-524z" />
+<glyph unicode="&#xed;" horiz-adv-x="278" d="M308 729l-149 -148h-60l96 148h113zM181 0h-83v524h83v-524z" />
+<glyph unicode="&#xee;" horiz-adv-x="278" d="M283 580h-63l-81 96l-79 -96h-64l96 150h95zM181 0h-83v524h83v-524z" />
+<glyph unicode="&#xef;" horiz-adv-x="278" d="M104 604h-91v102h91v-102zM266 604h-91v102h91v-102zM181 0h-83v524h83v-524z" />
+<glyph unicode="&#xf0;" d="M510 263q0 -134 -61.5 -206t-175.5 -72t-175.5 71.5t-61.5 205.5q0 128 59 201.5t159 73.5q24 0 63 -13q-39 40 -98 89l-97 -45l-36 39l85 40q-30 23 -82 52l44 44q37 -16 111 -63l97 45l40 -37l-90 -41q117 -89 168 -181t51 -203zM423 259q0 97 -39.5 150t-110.5 53 q-70 0 -110 -53t-40 -147t40 -147t110 -53q69 0 109.5 52.5t40.5 144.5z" />
+<glyph unicode="&#xf1;" d="M430 707q-15 -104 -89 -104q-21 0 -85 25q-35 13 -49 13q-23 0 -33 -37h-58q8 49 30.5 76t55.5 27q23 0 70 -19q41 -18 63 -18q25 0 37 37h58zM487 0h-83v363q0 47 -29 75t-79 28q-64 0 -103.5 -48.5t-39.5 -128.5v-289h-83v524h77v-88q35 55 75.5 79t98.5 24 q76 0 121 -39t45 -104v-396z" />
+<glyph unicode="&#xf2;" d="M510 258q0 -129 -63 -201t-174 -72q-112 0 -174.5 72.5t-62.5 204.5q0 131 62.5 204t173.5 73q114 0 176 -73t62 -208zM423 259q0 97 -39.5 150t-110.5 53q-70 0 -110 -53t-40 -147q0 -95 40 -147.5t110 -52.5q69 0 109.5 52.5t40.5 144.5zM308 581h-60l-149 148h113z " />
+<glyph unicode="&#xf3;" d="M457 729l-149 -148h-60l96 148h113zM510 258q0 -129 -63 -201t-174 -72q-112 0 -174.5 72.5t-62.5 204.5q0 131 62.5 204t173.5 73q114 0 176 -73t62 -208zM423 259q0 97 -39.5 150t-110.5 53q-70 0 -110 -53t-40 -147q0 -95 40 -147.5t110 -52.5q69 0 109.5 52.5 t40.5 144.5z" />
+<glyph unicode="&#xf4;" d="M421 580h-63l-81 96l-79 -96h-64l96 150h95zM510 258q0 -129 -63 -201t-174 -72q-112 0 -174.5 72.5t-62.5 204.5q0 131 62.5 204t173.5 73q114 0 176 -73t62 -208zM423 259q0 97 -39.5 150t-110.5 53q-70 0 -110 -53t-40 -147q0 -95 40 -147.5t110 -52.5 q69 0 109.5 52.5t40.5 144.5z" />
+<glyph unicode="&#xf5;" d="M430 707q-15 -104 -89 -104q-21 0 -85 25q-35 13 -49 13q-23 0 -33 -37h-58q8 49 30.5 76t55.5 27q23 0 70 -19q41 -18 63 -18q25 0 37 37h58zM510 258q0 -129 -63 -201t-174 -72q-112 0 -174.5 72.5t-62.5 204.5q0 131 62.5 204t173.5 73q114 0 176 -73t62 -208z M423 259q0 97 -39.5 150t-110.5 53q-70 0 -110 -53t-40 -147q0 -95 40 -147.5t110 -52.5q69 0 109.5 52.5t40.5 144.5z" />
+<glyph unicode="&#xf6;" d="M242 604h-91v102h91v-102zM404 604h-91v102h91v-102zM510 258q0 -129 -63 -201t-174 -72q-112 0 -174.5 72.5t-62.5 204.5q0 131 62.5 204t173.5 73q114 0 176 -73t62 -208zM423 259q0 97 -39.5 150t-110.5 53q-70 0 -110 -53t-40 -147q0 -95 40 -147.5t110 -52.5 q69 0 109.5 52.5t40.5 144.5z" />
+<glyph unicode="&#xf7;" horiz-adv-x="584" d="M516 216h-448v68h448v-68zM344 432q0 -21 -15 -36.5t-37 -15.5t-37 15.5t-15 36.5q0 22 15 37t37 15t37 -15t15 -37zM344 68q0 -22 -15 -37t-37 -15t-37 15t-15 37q0 21 15 36.5t37 15.5t37 -15.5t15 -36.5z" />
+<glyph unicode="&#xf8;" d="M510 258q0 -129 -63 -201t-174 -72q-96 0 -156 54l-42 -49l-37 31l46 55q-48 73 -48 186q0 131 62.5 204t173.5 73q98 0 157 -54l42 49l37 -31l-46 -55q48 -73 48 -190zM423 259q0 70 -21 118l-230 -273q39 -42 101 -42q69 0 109.5 52.5t40.5 144.5zM374 420 q-38 42 -101 42q-70 0 -110 -53t-40 -147q0 -68 21 -115z" />
+<glyph unicode="&#xf9;" d="M482 0h-75v81q-37 -52 -77 -74t-98 -22q-76 0 -121.5 39t-45.5 104v396h83v-363q0 -47 29 -75t79 -28q65 0 104 48.5t39 128.5v289h83v-524zM308 581h-60l-149 148h113z" />
+<glyph unicode="&#xfa;" d="M457 729l-149 -148h-60l96 148h113zM482 0h-75v81q-37 -52 -77 -74t-98 -22q-76 0 -121.5 39t-45.5 104v396h83v-363q0 -47 29 -75t79 -28q65 0 104 48.5t39 128.5v289h83v-524z" />
+<glyph unicode="&#xfb;" d="M421 580h-63l-81 96l-79 -96h-64l96 150h95zM482 0h-75v81q-37 -52 -77 -74t-98 -22q-76 0 -121.5 39t-45.5 104v396h83v-363q0 -47 29 -75t79 -28q65 0 104 48.5t39 128.5v289h83v-524z" />
+<glyph unicode="&#xfc;" d="M242 604h-91v102h91v-102zM404 604h-91v102h91v-102zM482 0h-75v81q-37 -52 -77 -74t-98 -22q-76 0 -121.5 39t-45.5 104v396h83v-363q0 -47 29 -75t79 -28q65 0 104 48.5t39 128.5v289h83v-524z" />
+<glyph unicode="&#xfd;" horiz-adv-x="500" d="M429 729l-149 -148h-60l96 148h113zM478 524l-233 -634q-40 -108 -135 -108q-31 0 -56 13v75q27 -6 44 -6q27 0 41.5 11.5t25.5 39.5l32 83l-177 526h89l134 -408l145 408h90z" />
+<glyph unicode="&#xfe;" d="M522 253q0 -120 -61.5 -194t-162.5 -74q-97 0 -161 78v-281h-83v932h83v-255q56 80 161 80q102 0 163 -78t61 -208zM435 255q0 94 -41.5 150t-110.5 56q-66 0 -106 -55.5t-40 -147.5q0 -87 40 -141t106 -54q68 0 110 54t42 138z" />
+<glyph unicode="&#xff;" horiz-adv-x="500" d="M214 604h-91v102h91v-102zM376 604h-91v102h91v-102zM478 524l-233 -634q-40 -108 -135 -108q-31 0 -56 13v75q27 -6 44 -6q27 0 41.5 11.5t25.5 39.5l32 83l-177 526h89l134 -408l145 408h90z" />
+<glyph unicode="&#x152;" horiz-adv-x="1000" d="M959 0h-434v79q-67 -94 -184 -94q-139 0 -218.5 98.5t-79.5 272.5q0 178 80.5 281.5t218.5 103.5q121 0 183 -88v76h429v-82h-336v-238h328v-82h-328v-245h341v-82zM525 187v352q-59 120 -183 120q-102 0 -154 -76t-52 -223q0 -144 52 -218.5t153 -74.5q125 0 184 120z " />
+<glyph unicode="&#x153;" horiz-adv-x="944" d="M899 234h-386q1 -82 44 -127t110 -45q100 0 137 97h84q-16 -80 -75 -127t-148 -47q-132 0 -194 103q-63 -103 -194 -103q-113 0 -175 72.5t-62 201.5q0 134 62 207t175 73q135 0 196 -106q31 50 81.5 78t111.5 28q74 0 130.5 -37t81.5 -101q21 -55 21 -167zM427 256 q0 97 -40 151.5t-110 54.5t-110 -54.5t-40 -148.5q0 -90 40.5 -143.5t109.5 -53.5t109.5 53t40.5 141zM809 302q0 71 -40 115.5t-104 44.5q-63 0 -104 -43.5t-46 -116.5h294z" />
+<glyph unicode="&#x178;" horiz-adv-x="667" d="M306 799h-91v102h91v-102zM468 799h-91v102h91v-102zM661 729l-274 -443v-286h-93v286l-281 443h115l214 -355l208 355h111z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="333" d="M310 580h-63l-81 96l-79 -96h-64l96 150h95z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="333" d="M319 707q-15 -104 -89 -104q-21 0 -85 25q-35 13 -49 13q-23 0 -33 -37h-58q8 49 30.5 76t55.5 27q23 0 70 -19q41 -18 63 -18q25 0 37 37h58z" />
+<glyph unicode="&#x2000;" horiz-adv-x="480" />
+<glyph unicode="&#x2001;" horiz-adv-x="961" />
+<glyph unicode="&#x2002;" horiz-adv-x="480" />
+<glyph unicode="&#x2003;" horiz-adv-x="961" />
+<glyph unicode="&#x2004;" horiz-adv-x="320" />
+<glyph unicode="&#x2005;" horiz-adv-x="240" />
+<glyph unicode="&#x2006;" horiz-adv-x="160" />
+<glyph unicode="&#x2007;" horiz-adv-x="160" />
+<glyph unicode="&#x2008;" horiz-adv-x="120" />
+<glyph unicode="&#x2009;" horiz-adv-x="192" />
+<glyph unicode="&#x200a;" horiz-adv-x="53" />
+<glyph unicode="&#x2010;" horiz-adv-x="333" d="M284 240h-238v72h238v-72z" />
+<glyph unicode="&#x2011;" horiz-adv-x="333" d="M284 240h-238v72h238v-72z" />
+<glyph unicode="&#x2013;" d="M555 240h-555v72h555v-72z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M1000 240h-1000v72h1000v-72z" />
+<glyph unicode="&#x2018;" horiz-adv-x="222" d="M158 477h-93v101q0 59 24 93t69 38v-38q-26 -4 -37 -25.5t-11 -64.5h48v-104z" />
+<glyph unicode="&#x2019;" horiz-adv-x="222" d="M157 628q0 -123 -93 -131v38q27 4 37.5 25t10.5 65h-48v104h93v-101z" />
+<glyph unicode="&#x201a;" horiz-adv-x="222" d="M158 3q0 -123 -94 -131v38q49 7 49 80v10h-48v104h93v-101z" />
+<glyph unicode="&#x201c;" horiz-adv-x="333" d="M299 477h-93v101q0 59 24 93t69 38v-38q-26 -4 -37 -25.5t-11 -64.5h48v-104zM141 477h-93v101q0 59 24 93t69 38v-38q-26 -4 -37 -25.5t-11 -64.5h48v-104z" />
+<glyph unicode="&#x201d;" horiz-adv-x="333" d="M302 608q0 -123 -93 -131v38q27 4 37.5 25t10.5 65h-48v104h93v-101zM142 608q0 -123 -93 -131v38q27 4 37.5 25t10.5 65h-48v104h93v-101z" />
+<glyph unicode="&#x201e;" horiz-adv-x="333" d="M300 3q0 -123 -93 -131v38q27 4 37.5 25t10.5 65h-48v104h93v-101zM140 3q0 -123 -93 -131v38q27 4 37.5 25t10.5 65h-48v104h93v-101z" />
+<glyph unicode="&#x2022;" horiz-adv-x="350" d="M300 343q0 -50 -37 -86.5t-88 -36.5q-52 0 -88.5 36.5t-36.5 88.5t36.5 88.5t88.5 36.5t88.5 -37t36.5 -90z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1000" d="M885 0h-104v104h104v-104zM552 0h-104v104h104v-104zM219 0h-104v104h104v-104z" />
+<glyph unicode="&#x202f;" horiz-adv-x="192" />
+<glyph unicode="&#x2039;" horiz-adv-x="333" d="M243 106l-152 121v89l152 122v-83l-106 -83l106 -83v-83z" />
+<glyph unicode="&#x203a;" horiz-adv-x="333" d="M239 228l-154 -122v83l108 83l-108 83v83l154 -121v-89z" />
+<glyph unicode="&#x205f;" horiz-adv-x="240" />
+<glyph unicode="&#x20ac;" d="M543 642l-32 -80q-54 40 -90.5 55.5t-76.5 15.5q-64 0 -104.5 -47.5t-61.5 -147.5h284l-23 -59h-270q-2 -16 -2 -36q0 -15 1 -30h246l-24 -59h-214q36 -191 169 -191q36 0 70.5 13t95.5 49v-93q-77 -47 -166 -47q-213 0 -260 269h-83l22 59h55v25q0 22 2 41h-79l22 59h63 q19 122 88 196.5t176 74.5q98 0 192 -67z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1000" d="M430 729v-51h-148v-347h-65v347h-149v51h362zM932 331h-62v310l-121 -310h-66l-121 310v-310h-63v398h87l131 -333l128 333h87v-398z" />
+</font>
+</defs></svg> \ No newline at end of file
diff --git a/theme/mnml/fonts/texgyreheros-regular-webfont.ttf b/theme/mnml/fonts/texgyreheros-regular-webfont.ttf
new file mode 100644
index 000000000..65840af15
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-regular-webfont.ttf
Binary files differ
diff --git a/theme/mnml/fonts/texgyreheros-regular-webfont.woff b/theme/mnml/fonts/texgyreheros-regular-webfont.woff
new file mode 100644
index 000000000..53a9349e6
--- /dev/null
+++ b/theme/mnml/fonts/texgyreheros-regular-webfont.woff
Binary files differ
diff --git a/theme/mnml/images/icons/README b/theme/mnml/images/icons/README
new file mode 100644
index 000000000..a469a7f8e
--- /dev/null
+++ b/theme/mnml/images/icons/README
@@ -0,0 +1,79 @@
+/**
+ * @author P.J. Onori
+ * @license Creative Commons Attribution-Share Alike 3.0 license http://creativecommons.org/licenses/by-sa/3.0/us/
+ * @link http://somerandomdude.com/projects/iconic/
+ * @note
+ Feed icon
+ Left arrow
+ Right arrow
+ Solid heart
+ Outlined heart
+ @-sign
+ Trash
+ Pencil
+ Envelope
+ Speech bubble
+ Lock
+ User
+ Sun
+ 'x'
+ Plus
+ Minus
+ Solid tag
+ Outlined tag
+ pair of outlined speech bubbles
+ pair of solid speech bubbles
+ New Window
+ Key
+ Solid map pin
+ Outlined map pin
+ Checkmark
+ Denied
+ Play
+ Pause
+
+ */
+
+/**
+ * @author Brightmix
+ * @link http://www.brightmix.com/blog/more-icons-in-the-brightmix-icon-set-free-for-all/
+ * @license WTFPL
+ Paper clip
+ Paper clip with paper
+ Flag
+ */
+
+/**
+ * @author Michael R. Bernstein <michael@fandomhome.com>
+ * @copyright 2010 StatusNet, Inc.
+ * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
+ * @note
+ These icons were heavily modified from versions
+ in the Iconic set by P.J. Onori, or were created
+ from scratch to match:
+ Speech bubble with minus
+ Speech bubble with plus
+ User in a circle
+ */
+
+/**
+ * @author Michael R. Bernstein <michael@fandomhome.com>
+ * @author Sarven Capadisli <csarven@status.net>
+ * @copyright 2008-2010 StatusNet, Inc.
+ * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
+ * @link http://status.net/
+ * @note
+ These icons were originally by Sarven Capadisli, but were
+ subsequently modified by Michael Bernstein:
+ Underscore with gray background
+ Broken underscore with grey background
+ White C with gray background
+ White magic wand with gray background
+ Gray sandbox with transparent background
+ Transparent sandbox with gray background
+ Skull in a circle
+ */
+
+Created by various authors
+* FOAF icon from http://iandavis.com/2006/foaf-icons/ with Public Domain license
+* Processing icon from/by Unknown with Unknown license //FIXME
diff --git a/theme/mnml/images/icons/icon_processing.gif b/theme/mnml/images/icons/icon_processing.gif
new file mode 100644
index 000000000..d0bce1542
--- /dev/null
+++ b/theme/mnml/images/icons/icon_processing.gif
Binary files differ
diff --git a/theme/mnml/images/icons/icon_vcard.gif b/theme/mnml/images/icons/icon_vcard.gif
new file mode 100644
index 000000000..6d52947f3
--- /dev/null
+++ b/theme/mnml/images/icons/icon_vcard.gif
Binary files differ
diff --git a/theme/mnml/images/icons/icons-01.png b/theme/mnml/images/icons/icons-01.png
new file mode 100644
index 000000000..072b95d35
--- /dev/null
+++ b/theme/mnml/images/icons/icons-01.png
Binary files differ
diff --git a/theme/mnml/images/illustrations/illu_jcrop.gif b/theme/mnml/images/illustrations/illu_jcrop.gif
new file mode 100644
index 000000000..72ea7ccb5
--- /dev/null
+++ b/theme/mnml/images/illustrations/illu_jcrop.gif
Binary files differ
diff --git a/theme/mnml/images/illustrations/illu_pattern-01.png b/theme/mnml/images/illustrations/illu_pattern-01.png
new file mode 100644
index 000000000..833309e58
--- /dev/null
+++ b/theme/mnml/images/illustrations/illu_pattern-01.png
Binary files differ
diff --git a/theme/mnml/images/illustrations/illu_progress_loading-01.gif b/theme/mnml/images/illustrations/illu_progress_loading-01.gif
new file mode 100644
index 000000000..82290f483
--- /dev/null
+++ b/theme/mnml/images/illustrations/illu_progress_loading-01.gif
Binary files differ
diff --git a/theme/mnml/images/logo.png b/theme/mnml/images/logo.png
new file mode 100644
index 000000000..8c2c2b723
--- /dev/null
+++ b/theme/mnml/images/logo.png
Binary files differ
diff --git a/theme/mnml/logo.png b/theme/mnml/logo.png
new file mode 100644
index 000000000..8c2c2b723
--- /dev/null
+++ b/theme/mnml/logo.png
Binary files differ
diff --git a/theme/mnml/mobilelogo.png b/theme/mnml/mobilelogo.png
new file mode 100644
index 000000000..67960b2a3
--- /dev/null
+++ b/theme/mnml/mobilelogo.png
Binary files differ