started scss files

This commit is contained in:
Perry Woodin 2016-07-12 09:26:33 -04:00
parent db6b949379
commit fecf2766d0
93 changed files with 6984 additions and 2491 deletions

View file

@ -1,43 +0,0 @@
.footer-title{
font-size:14px;
font-weight:600;
}
#site-footer a{
display:block;
margin-bottom:3px;
font-size:12px;
color:#777;
}
#site-footer a.loose{
display:block;
margin-bottom:20px;
}
#site-footer .bordered-group{
border:1px #aaa;
padding-right:5px;
}
#site-footer p{
font-size:12px;
margin:0px;
padding-top:5px;
}
.footer-panel{
margin-top:1px;
box-shadow:0px -1px 2px 0px rgba(0,0,0,0.3);
border-color:#555;
padding-top:8px;
}
.footer-list{
padding-left:0;
list-style:none;
margin-left:-5px;
padding-top:10px;
padding-bottom:0px;
}

View file

@ -1,122 +0,0 @@
@media (min-width:767px) {
.navbar{
-webkit-transition:background .15s ease-in-out,padding .15s ease-in-out;
-moz-transition:background .15s ease-in-out,padding .15s ease-in-out;
transition:background .15s ease-in-out,padding .15s ease-in-out;
padding-top:36px;
}
}
@media (min-width:767px) {
.top-nav-collapse{
padding:0;
}
}
.navbar{
min-height:30px !important;
}
.topnav{
font-size:13px;
margin:-30px 0px 0px 0px;
border-radius:0px;
box-shadow:0px 3px 4px 0px rgba(0,0,0,0.5);
border-color:#000;
}
@media (max-width:767px) {
.topnav{
margin:-30px 0px 0px 0px;
border-radius:0px;
box-shadow:0px 3px 4px 0px rgba(0,0,0,0.5);
border-color:#000;
}
}
.nav-tabs.nav-justified{
width:100%;
border-bottom:0;
font-size:14px;
}
.navbar-nav > li > a{
padding-top:0px !important;
padding-bottom:0px !important;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus{
margin-right:0;
background-color:transparent;
border:none;
color:#555;
-webkit-box-shadow:inset 0 -1px 0 #ddd;
box-shadow:inset 0 -1px 0 #ddd;
-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
transition:all 0.075s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
border: none;
-webkit-box-shadow: inset 0 -2px 0 #2196f3;
box-shadow: inset 0 -2px 0 #2196f3;
color: #2196f3;
}
.topnav-head{
}
.nav{
background-color:#fff;
}
.navbar .nav li{
white-space:nowrap;
}
.topnav-mask{
font-size:16px;
margin:0px;
min-height:13px;
background-color:#585858;
}
@media (max-width:767px) {
.topnav-mask{
max-height:0px;
min-height:0px;
}
}
.nav-container{
max-height:40px;
}
.nav-container-mask{
margin-left:15px;
background-color:#fff;
min-height:70px;
margin-right:15px;
margin-top:-10px;
}
.img-brand-collapsed{
float:left;
}
.img-brand{
margin-top:0px;
}
.navbar-toggle{
margin-top:55px;
}
.intro-divider{
width:400px;
border-top:1px solid #f8f8f8;
border-bottom:1px solid rgba(0,0,0,0.6);
}

View file

@ -1,392 +0,0 @@
@font-face {
font-family: 'gunship_italicitalic';
src: url('../fonts/gunshipital-webfont.woff2') format('woff2'),
url('../fonts/gunshipital-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body{
padding-top:0px;
background-color:#fff;
font-family: 'Noto Sans', sans-serif;
}
.section-subtitle{
margin:10px 0;
font-size:19px;
color:#777;
}
.section-lead-sub{
font-size:2em;
color:#777;
padding:0px 0px 0px 0px;
}
.section-caption{
margin:10px 0;
font-size:16px;
color:#777;
}
.section-lead{
margin:30px 0;
font-size:2em;
color:#777;
}
.mini-box-subtitle{
padding-top:1px;
padding-bottom:0px;
padding-left:1px;
padding-right:1px;
text-align:center;
}
.section-paragraph{
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
}
body, h1, h2, h3, h4, h5, h6{
font-family: 'Noto Sans', sans-serif;
font-weight:400;
color:#333;
}
.panel-title{
margin-top:5px;
margin-bottom:5px;
font-size:17px;
color:inherit;
font-weight:500;
}
.customer-img{
margin-top:10px;
margin-bottom:10px;
}
.breadcrumb{
padding:8px 15px;
margin-bottom:15px;
list-style:none;
background-color:#dfdfdf;
border-radius:3px;
margin-top:30px;
}
.page-panel{
padding:1px 10px 5px;
background-color:#fff;
margin-top:1px;
border-radius:1px;
box-shadow:0px 4px 4px 1px rgba(0,0,0,0.35);
margin-bottom:20px;
border-color:#555;
}
.page-main{
background-color:#fff;
border-radius:1px;
box-shadow:0px 3px 4px 0px rgba(0,0,0,0.5);
margin-left:0px;
margin-right:0px;
padding-bottom:0px;
border-color:#555;
}
@media (max-width:767px) {
.page-main{
background-color:#fff;
margin:0px 0px;
border-radius:0px;
box-shadow:0px 0px 0px 0px rgba(0,0,0,0.0);
margin-left:0px;
margin-right:0px;
min-width:100%;
margin-bottom:0px;
border-color:#555;
}
}
.lead-sub{
margin-bottom:23px;
font-size:16px;
font-weight:300;
line-height:1.4;
}
.well{
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#fff;
border:10px solid transparent;
border-radius:3px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
}
.big-box, .mini-box{
text-align:center;
padding-top:15px;
}
.banner-social-buttons{
float:right;
margin-top:0;
}
.list-inline > li{
padding-bottom:5px;
}
.text-muted{
color:#2d2d2d;
font-weight: bold;
}
.btn-primary{
background-color:#2196f3;
}
.btn-primary:hover{
background-color:#42a9fb;
}
.btn-default{
background-color:#2196f3;
}
.btn-default:hover{
background-color:#42a9fb;
}
.thumbnail img{
width:100%;
}
.thumbnail{
padding:0;
}
.content-section-a{
background:url('../img/dashorg-nodes.jpg') no-repeat center center;
background-size:cover;
}
.content-section-b{
background:url('../img/dashorg-coins.jpg') no-repeat center center;
background-size:cover;
}
.content-section-c{
background:url('../img/dashorg2.jpg') no-repeat center center;
background-size:cover;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding-top: 45px;
padding-bottom: 50px;
}
.content-section-d{
/*background:url('../img/dashorg-complady.jpg') no-repeat center center;
background-size:cover;*/
background:#fff;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding-top: 45px;
padding-bottom: 50px;
}
.content-section-e{
background:url('../img/dashorg-worldwide.jpg') no-repeat center center;
background-size:cover;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding-top: 45px;
padding-bottom: 50px;
}
.content-section-f{
/*background:url('../img/dashorg-complady.jpg') no-repeat center center;
background-size:cover;*/
background:#fff;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding-top: 45px;
padding-bottom: 50px;
}
.content-section-g{
background:url('../img/dashorg-guy.jpg') no-repeat center center;
background-size:cover;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding-top: 45px;
padding-bottom: 50px;
}
.content-section-h{
background:url('../img/dashorg-laptop.jpg') no-repeat center center;
background-size:cover;
border-top: 1px solid #e7e7e7;
border-bottom: 1px solid #e7e7e7;
padding-top: 45px;
padding-bottom: 50px;
text-align: center;
}
body, html{
width:100%;
height:100%;
}
.center{ text-align:center;}
.intro-well{
padding-top:10px;
padding-bottom:10px;
text-align:center;
color:#f8f8f8;
}
.intro-header{
padding-top:1px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
text-align:center;
color:#f8f8f8;
background:url('../img/dashorg-intro.jpg') no-repeat center center;
background-size:cover;
}
.white{color:#fff;}
.blue{color:#2d2d2d;}
.cta-header{
padding-top:0px;
padding-bottom:0px;
text-align:center;
color:#444;
}
.intro-message{
position:relative;
padding-top:12%;
padding-bottom:4%;
}
.cta-message{
position:relative;
padding-top:0%;
padding-bottom:0%;
color:#999;
}
.nav-divider{
border-top:1px solid #f8f8f8;
border-bottom:0px solid rgba(0,0,0,0.16);
margin-top:0px;
margin-bottom:0px;
}
.intro-message > h3{
font-size: 2em;
line-height: 10px;
text-shadow:0px 2px 3px rgba(0,0,0,0.4);
color:#fff;
}
.cta-message > h3{
text-shadow:0px 2px 3px rgba(0,0,0,0.4);
}
.intro-message > h1{
margin:0;
text-shadow:0px 2px 3px rgba(0,0,0,0.4);
font-size:3.5em;
color:#fff;
font-family: 'gunship_italicitalic';
}
.cta-message > h1{
margin:0;
text-shadow:0px 2px 3px rgba(0,0,0,0.4);
font-size:3em;
}
.network-name{
text-transform:uppercase;
font-size:14px;
font-weight:400;
letter-spacing:2px;
}
.content-section-a{
padding-top:5px;
background-color:#dfdfdf;
padding-bottom:40px;
padding-top:45px;
}
.content-section{
background-color:#fff;
padding-top:5px;
padding-bottom:40px;
}
.content-section-b{
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
padding-top:45px;
padding-bottom:50px;
}
.section-title{
margin-bottom:10px;
margin-left:10px;
}
.section-heading{
margin-bottom:30px;
}
.section-heading-spacer{
float:left;
width:200px;
border-top:3px solid #e7e7e7;
}
.footer-title{
font-size:14px;
font-weight:600;
}
#site-footer a{
margin-bottom:3px;
font-size:12px;
color:#777;
}
#site-footer a.loose{
display:block;
margin-bottom:20px;
}
#site-footer .bordered-group{
border:1px #aaa;
padding-right:5px;
}
#site-footer p{
font-size:12px;
margin:0px;
padding-top:5px;
}
.footer-panel{
margin-top:1px;
box-shadow:0px -1px 2px 0px rgba(0,0,0,0.3);
border-color:#555;
padding-top:8px;
}
.center{text-align: center;}
.footer-list{
padding-left:0;
list-style:none;
margin-left:-5px;
padding-top:10px;
padding-bottom:0px;
}

79
assets/css/style.scss Normal file
View file

@ -0,0 +1,79 @@
---
# this ensures Jekyll reads the file to be transformed into CSS later
# only Main files contain this front matter, not partials.
---
@import "colors";
@import "typography";
body {
margin: 0;
padding: 0;
color: $black;
background-color: $white;
font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
font-size: 14px;
line-height: 22px;
}
.content {
width: 1280px;
margin: 0 auto;
}
.col {
float: left
}
.clear {
clear: both;
display: block;
}
.right {
float: right;
display: inline-block;
}
.left {
float: left;
display: inline-block;
}
.button_container {
display: none;
}
img.staff {
max-width: 100px;
float: left;
margin-right: 10px;
}
a.blog_link {
text-align:right;
}
.img-circle {
margin: 1px;
border:1px solid #dddddd;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
@import "nav";
@import "buttons";
@import "forms";
@import "footer";
@import "overlay-menu";
@import "video";
@import "home";
@import "interior";
@import "post";
@import "1024";
@import "768";
@import "640";
@import "480";

Binary file not shown.

View file

@ -0,0 +1,490 @@
<?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></metadata>
<defs>
<font id="montserratbold" horiz-adv-x="1228" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="475" />
<glyph unicode="&#xfb01;" horiz-adv-x="1427" d="M57 831v234h150v92q0 180 119 279.5t303 99.5q124 0 215 -43l-13 -281q-75 43 -147 43q-58 0 -92.5 -29.5t-34.5 -90.5v-70h250v-234h-250v-831h-350v831h-150zM924 1421q0 82 52 134.5t134 52.5q83 0 135.5 -52.5t52.5 -134.5q0 -83 -52.5 -135.5t-135.5 -52.5 q-82 0 -134 52.5t-52 135.5zM934 0v1104h352v-1104h-352z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1462" d="M57 834l2 231h148v106q0 166 116.5 268t305.5 101q128 0 217 -39l-12 -282q-59 44 -132 47q-64 1 -104.5 -39.5t-40.5 -106.5v-55h252l-2 -231h-250v-834h-350v834h-150zM956 0v1520h355v-1520h-355z" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="475" />
<glyph unicode="&#x09;" horiz-adv-x="475" />
<glyph unicode="&#xa0;" horiz-adv-x="475" />
<glyph unicode="!" horiz-adv-x="520" d="M98 156q0 75 48 122.5t122 47.5q75 0 123.5 -47.5t48.5 -122.5q0 -76 -48.5 -124t-123.5 -48q-74 0 -122 48t-48 124zM106 1061v364h336v-364l-61 -569h-213z" />
<glyph unicode="&#x22;" horiz-adv-x="899" d="M123 874v560h266v-560h-266zM510 874v560h266v-560h-266z" />
<glyph unicode="#" horiz-adv-x="1505" d="M31 319l28 244h279l35 293h-273l27 244h276l41 334h254l-41 -334h287l41 334h254l-41 -334h277l-27 -244h-281l-37 -293h277l-29 -244h-278l-39 -319h-254l39 319h-285l-39 -319h-254l39 319h-276zM592 563h285l36 293h-284z" />
<glyph unicode="$" horiz-adv-x="1318" d="M35 217l141 281q108 -95 255.5 -155t262.5 -60q88 0 137.5 32t49.5 93q0 51 -42 86.5t-108.5 57.5t-147.5 42.5t-162 51t-147.5 73.5t-108.5 119.5t-42 179.5q0 163 107.5 272.5t295.5 145.5v303h271v-293q266 -28 463 -156l-138 -284q-114 66 -242 107.5t-216 41.5 q-73 0 -115.5 -26.5t-42.5 -77.5q0 -39 26 -69t70 -50.5t100.5 -37.5t119.5 -35.5t126 -40t119.5 -55.5t100.5 -77.5t70 -110t26 -149.5q0 -184 -128.5 -296t-338.5 -136v-309h-271v317q-138 22 -265.5 77.5t-225.5 137.5z" />
<glyph unicode="%" horiz-adv-x="2095" d="M63 1008q0 199 108.5 315.5t293.5 116.5q184 0 291.5 -116t107.5 -316q0 -201 -107.5 -318t-291.5 -117q-185 0 -293.5 117t-108.5 318zM291 1008q0 -114 46 -179t128 -65t128 65t46 179t-46 178.5t-128 64.5t-128 -64.5t-46 -178.5zM365 0l1024 1436h331l-1024 -1436 h-331zM1231 428q0 199 108 315.5t293 116.5t292.5 -116.5t107.5 -315.5q0 -201 -108 -318.5t-292 -117.5q-185 0 -293 117.5t-108 318.5zM1458 428q0 -116 46 -181t128 -65t128 65t46 181q0 114 -46 179t-128 65t-128 -65t-46 -179z" />
<glyph unicode="&#x26;" horiz-adv-x="1402" d="M113 401q0 70 22 128.5t64 105t88.5 80.5t109.5 69q-121 173 -121 322q0 157 111.5 250.5t298.5 93.5q181 0 295.5 -90.5t114.5 -231.5q0 -58 -19.5 -110t-49 -89.5t-77 -75t-90 -62.5t-102.5 -56q95 -106 227 -235q58 101 96 229l226 -160q-52 -139 -131 -254l213 -202 l-179 -174l-202 196q-183 -151 -408 -151q-211 0 -349 117.5t-138 299.5zM401 426q0 -87 60.5 -141t152.5 -54q109 0 213 80q-208 208 -292 303q-64 -42 -99 -87t-35 -101zM553 1106q0 -90 74 -203q92 50 142 102.5t50 120.5q0 56 -35.5 90.5t-93.5 34.5q-63 0 -100 -40.5 t-37 -104.5z" />
<glyph unicode="'" horiz-adv-x="512" d="M123 874v560h266v-560h-266z" />
<glyph unicode="(" horiz-adv-x="708" d="M125 633q0 250 68 478t194 409h318q-116 -186 -182 -414.5t-66 -472.5t66 -472.5t182 -414.5h-318q-126 181 -194 409t-68 478z" />
<glyph unicode=")" horiz-adv-x="733" d="M104 -254q116 185 181 413.5t65 473.5t-65 473.5t-181 413.5h318q126 -180 193 -408.5t67 -478.5t-67 -478.5t-193 -408.5h-318z" />
<glyph unicode="*" horiz-adv-x="774" d="M47 1034l170 96l-170 93l88 157l166 -102l-2 195h176l-2 -195l168 98l88 -153l-174 -93l174 -96l-88 -155l-170 104l4 -197h-176l4 197l-168 -100z" />
<glyph unicode="+" horiz-adv-x="1044" d="M68 557v223h342v344h223v-344h344v-223h-344v-344h-223v344h-342z" />
<glyph unicode="," horiz-adv-x="493" d="M55 -197l92 220q-67 44 -67 133q0 73 48 120.5t122 47.5q71 0 119.5 -44.5t48.5 -123.5q0 -68 -45 -136l-150 -217h-168z" />
<glyph unicode="-" horiz-adv-x="765" d="M113 516v223h540v-223h-540z" />
<glyph unicode="." horiz-adv-x="497" d="M78 156q0 75 47.5 122.5t122.5 47.5t123.5 -47.5t48.5 -122.5q0 -76 -48.5 -124t-123.5 -48t-122.5 48t-47.5 124z" />
<glyph unicode="/" horiz-adv-x="722" d="M-74 -227l662 1888h297l-662 -1888h-297z" />
<glyph unicode="0" horiz-adv-x="1439" d="M84 719q0 350 165 538.5t472 188.5q305 0 469 -188.5t164 -538.5q0 -351 -164 -540t-469 -189q-307 0 -472 188.5t-165 540.5zM459 719q0 -245 62 -354t200 -109q136 0 198 109t62 354q0 244 -62 352.5t-198 108.5q-138 0 -200 -108t-62 -353z" />
<glyph unicode="1" horiz-adv-x="843" d="M14 1143v293h629v-1436h-364v1143h-265z" />
<glyph unicode="2" d="M45 1235q287 215 582 215q216 0 352.5 -103t136.5 -272q0 -200 -270 -477l-291 -309h604v-289h-1073v236l512 542q62 65 99.5 131.5t37.5 114.5q0 62 -43 96.5t-119 34.5q-87 0 -189.5 -48t-201.5 -134z" />
<glyph unicode="3" horiz-adv-x="1142" d="M-4 158l147 276q160 -174 359 -174q107 0 164 49t57 137q0 90 -57.5 135.5t-165.5 45.5h-230v194l320 332h-522v279h946v-207l-359 -373l68 -10q162 -26 259 -128t97 -263q0 -207 -150.5 -337t-398.5 -130q-146 0 -290.5 47.5t-243.5 126.5z" />
<glyph unicode="4" horiz-adv-x="1296" d="M55 315v244l453 875h350l-426 -842h303v307h338v-307h195v-277h-195v-315h-338v315h-680z" />
<glyph unicode="5" horiz-adv-x="1218" d="M29 164l145 276q79 -86 173.5 -131t191.5 -45q106 0 164.5 50.5t58.5 142.5q0 85 -58.5 131.5t-164.5 46.5q-242 0 -389 -10v809h940v-289h-609v-232h129q245 0 394 -119.5t149 -312.5q0 -226 -155.5 -360.5t-415.5 -134.5q-139 0 -289 49t-264 129z" />
<glyph unicode="6" horiz-adv-x="1294" d="M84 696q0 343 181 548.5t483 205.5q121 0 246.5 -32t215.5 -87l-139 -254q-128 92 -301 92q-169 0 -254 -100t-82 -281q109 154 342 154q212 0 337.5 -126.5t125.5 -336.5q0 -226 -146.5 -360.5t-390.5 -134.5q-288 0 -453 190.5t-165 521.5zM473 475q0 -85 55 -143 t160 -58q99 0 156 54t57 153q0 92 -54.5 143.5t-152.5 51.5q-104 0 -162.5 -55.5t-58.5 -145.5z" />
<glyph unicode="7" horiz-adv-x="1216" d="M68 944v490h1116v-248l-529 -1186h-385l512 1145h-395v-201h-319z" />
<glyph unicode="8" horiz-adv-x="1314" d="M70 399q0 122 73.5 220.5t198.5 148.5q-92 52 -145.5 133t-53.5 174q0 172 139 273.5t373 101.5q236 0 375 -104t139 -281q0 -94 -47.5 -172.5t-132.5 -124.5q119 -50 187.5 -146t68.5 -216q0 -193 -159.5 -307.5t-428.5 -114.5t-428 112.5t-159 302.5zM414 436 q0 -91 62.5 -139.5t180.5 -48.5q119 0 182.5 48t63.5 140q0 89 -64 138t-182 49t-180.5 -48.5t-62.5 -138.5zM451 1044q0 -77 53 -118t153 -41t153.5 41t53.5 118q0 80 -53.5 123t-153.5 43q-99 0 -152.5 -43t-53.5 -123z" />
<glyph unicode="9" horiz-adv-x="1294" d="M61 956q0 227 146.5 361.5t390.5 134.5q288 0 453.5 -191t165.5 -522q0 -343 -181 -548t-483 -205q-122 0 -247.5 31.5t-215.5 86.5l139 254q128 -92 301 -92q169 0 254 100t82 281q-108 -153 -342 -153q-212 0 -337.5 126t-125.5 336zM399 954q0 -92 54.5 -143 t152.5 -51q104 0 162.5 55.5t58.5 145.5q0 85 -55 142.5t-160 57.5q-99 0 -156 -54t-57 -153z" />
<glyph unicode=":" horiz-adv-x="491" d="M78 156q0 75 47.5 122.5t122.5 47.5t123.5 -47.5t48.5 -122.5q0 -76 -48.5 -124t-123.5 -48t-122.5 48t-47.5 124zM78 764q0 75 47.5 122.5t122.5 47.5t123.5 -47.5t48.5 -122.5q0 -76 -48.5 -124t-123.5 -48t-122.5 48t-47.5 124z" />
<glyph unicode=";" horiz-adv-x="495" d="M55 -197l92 220q-67 44 -67 133q0 73 48 120.5t122 47.5q71 0 119.5 -44.5t48.5 -123.5q0 -68 -45 -136l-150 -217h-168zM78 764q0 75 47.5 122.5t122.5 47.5t123.5 -47.5t48.5 -122.5q0 -76 -48.5 -124t-123.5 -48t-122.5 48t-47.5 124z" />
<glyph unicode="&#x3c;" horiz-adv-x="1044" d="M68 522v285l909 379v-250l-680 -272l680 -273v-248z" />
<glyph unicode="=" horiz-adv-x="1044" d="M68 338v223h909v-223h-909zM68 778v223h909v-223h-909z" />
<glyph unicode="&#x3e;" horiz-adv-x="1044" d="M66 158v250l682 272l-682 272v248l911 -379v-284z" />
<glyph unicode="?" horiz-adv-x="966" d="M6 975q3 220 126.5 342.5t340.5 122.5q206 0 323 -93.5t117 -263.5q0 -63 -17.5 -117.5t-45 -94t-61 -75t-66.5 -69t-60.5 -67.5t-45 -77.5t-17.5 -93.5h-264q0 74 18.5 135.5t46.5 99.5t61 76t61 67t46.5 70.5t18.5 88.5q0 133 -148 133q-158 0 -161 -186zM293 156 q0 75 47.5 122.5t122.5 47.5t123.5 -47.5t48.5 -122.5q0 -76 -48.5 -124t-123.5 -48t-122.5 48t-47.5 124z" />
<glyph unicode="@" horiz-adv-x="1878" d="M49 549q0 184 70.5 348t191.5 281.5t288 186.5t353 69q248 0 448.5 -112.5t314.5 -312.5t114 -448q0 -227 -110 -365.5t-283 -138.5q-201 0 -240 160l-4 27q-114 -164 -309 -164q-86 0 -166.5 34.5t-143 94.5t-100 150t-37.5 194q0 202 116.5 341.5t303.5 139.5 q57 0 110.5 -17t87.5 -40.5t55 -43t26 -30.5v109h249v-690q0 -101 76 -101q67 0 118.5 95.5t51.5 238.5q0 197 -79.5 353t-235 248.5t-363.5 92.5q-143 0 -273 -55t-224 -148.5t-149.5 -223.5t-55.5 -273q0 -189 88.5 -342.5t243.5 -239.5t344 -86q95 0 200 32t187 93 l94 -164q-89 -66 -224.5 -106.5t-256.5 -40.5q-184 0 -346.5 65t-279 178t-184 272t-67.5 339zM709 563q0 -108 55 -184t145 -76q95 0 152 74t57 184q0 104 -57.5 175t-153.5 71q-87 0 -142.5 -71t-55.5 -173z" />
<glyph unicode="A" horiz-adv-x="1576" d="M-10 0l618 1434h375l604 -1434h-389l-102 264h-627l-104 -264h-375zM575 541h414l-205 530z" />
<glyph unicode="B" horiz-adv-x="1464" d="M143 0v1434h678q241 0 384 -97.5t143 -261.5q0 -114 -66 -198.5t-180 -116.5q135 -26 215 -124.5t80 -238.5q0 -183 -148.5 -290t-402.5 -107h-703zM506 281h295q102 0 160.5 42.5t58.5 118.5q0 72 -59 114t-160 42h-295v-317zM506 860h295q80 0 127 40.5t47 109.5 q0 68 -47 106.5t-127 38.5h-295v-295z" />
<glyph unicode="C" horiz-adv-x="1417" d="M49 721q0 204 100 370t275.5 260.5t390.5 94.5q159 0 314.5 -65.5t263.5 -176.5l-211 -250q-70 86 -168 136.5t-193 50.5q-170 0 -284.5 -119.5t-114.5 -296.5q0 -180 114.5 -301t284.5 -121q90 0 188 45.5t173 122.5l213 -225q-117 -120 -276 -191t-316 -71 q-159 0 -299.5 56.5t-240 154t-157 234.5t-57.5 292z" />
<glyph unicode="D" horiz-adv-x="1570" d="M143 0v1434h617q223 0 396.5 -90t269.5 -253t96 -374q0 -210 -97.5 -373t-274.5 -253.5t-405 -90.5h-602zM508 291h260q168 0 275.5 118t107.5 306q0 189 -112.5 308.5t-286.5 119.5h-244v-852z" />
<glyph unicode="E" horiz-adv-x="1380" d="M143 0v1434h1123v-287h-758v-285h684v-287h-684v-288h780v-287h-1145z" />
<glyph unicode="F" horiz-adv-x="1236" d="M143 0v1434h1063v-287h-698v-332h643v-287h-643v-528h-365z" />
<glyph unicode="G" horiz-adv-x="1521" d="M49 717q0 205 102.5 372t284 262t404.5 95q160 0 317.5 -57.5t267.5 -155.5l-204 -248q-78 72 -180.5 114t-202.5 42q-177 0 -296.5 -122t-119.5 -302q0 -183 120.5 -305.5t299.5 -122.5q116 0 254 69v371h315v-559q-116 -82 -281 -134t-315 -52q-215 0 -390.5 95.5 t-275.5 263.5t-100 374z" />
<glyph unicode="H" horiz-adv-x="1609" d="M143 0v1434h365v-590h594v590h364v-1434h-364v557h-594v-557h-365z" />
<glyph unicode="I" horiz-adv-x="651" d="M143 0v1434h365v-1434h-365z" />
<glyph unicode="J" horiz-adv-x="1097" d="M-10 213l168 244q74 -77 154.5 -118.5t146.5 -41.5q73 0 113 44.5t40 131.5v668h-491v295h858v-971q0 -227 -133 -354t-363 -127q-292 0 -493 229z" />
<glyph unicode="K" horiz-adv-x="1529" d="M143 0v1434h365v-621l549 621h422l-533 -594l567 -840h-436l-379 563l-190 -211v-352h-365z" />
<glyph unicode="L" horiz-adv-x="1146" d="M143 0v1434h365v-1129h608v-305h-973z" />
<glyph unicode="M" horiz-adv-x="1863" d="M143 0v1436h400l389 -854l389 854h397v-1436h-321l-2 932l-344 -789h-238l-344 789v-932h-326z" />
<glyph unicode="N" horiz-adv-x="1609" d="M143 0v1434h322l661 -885v885h340v-1434h-321l-660 883v-883h-342z" />
<glyph unicode="O" horiz-adv-x="1648" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q164 0 308 -55.5t247 -151.5t162 -231t59 -289t-59.5 -290.5t-162 -234t-246.5 -154t-308 -56.5q-163 0 -307 56t-246.5 153.5t-161.5 234t-59 291.5zM422 717q0 -180 119.5 -304t285.5 -124t282 123.5 t116 304.5q0 180 -115.5 302t-282.5 122q-168 0 -286.5 -122t-118.5 -302z" />
<glyph unicode="P" horiz-adv-x="1392" d="M143 0v1434h625q276 0 427 -130.5t151 -369.5q0 -252 -151.5 -391.5t-426.5 -139.5h-260v-403h-365zM508 690h242q121 0 186 59.5t65 172.5q0 111 -65 168t-186 57h-242v-457z" />
<glyph unicode="Q" horiz-adv-x="1658" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q164 0 308 -55.5t247 -151.5t162 -231t59 -289q0 -236 -130 -420t-347 -264q79 -98 174 -98q106 0 246 108l129 -225q-83 -73 -195.5 -115.5t-220.5 -42.5q-148 0 -268.5 85.5t-191.5 236.5 q-158 5 -296.5 63t-237.5 155t-155.5 231t-56.5 286zM422 717q0 -180 119.5 -304t285.5 -124t282 123.5t116 304.5q0 180 -115.5 302t-282.5 122q-168 0 -286.5 -122t-118.5 -302z" />
<glyph unicode="R" horiz-adv-x="1482" d="M143 0v1434h641q284 0 440 -130.5t156 -369.5q0 -163 -66.5 -280.5t-193.5 -180.5l301 -473h-413l-213 403h-11h-276v-403h-365zM508 690h276q120 0 185 59.5t65 172.5q0 111 -65 168t-185 57h-276v-457z" />
<glyph unicode="S" horiz-adv-x="1318" d="M35 217l141 281q108 -95 255.5 -155t262.5 -60q88 0 137.5 32t49.5 93q0 51 -42 86.5t-108.5 57.5t-147.5 42.5t-162 51t-147.5 73.5t-108.5 119.5t-42 179.5q0 197 156 314.5t415 117.5q153 0 303.5 -43.5t262.5 -116.5l-138 -284q-114 66 -242 107.5t-216 41.5 q-73 0 -115.5 -26.5t-42.5 -77.5q0 -39 26 -69t70 -50.5t100.5 -37.5t119.5 -35.5t126 -40t119.5 -55.5t100.5 -77.5t70 -110t26 -149.5q0 -105 -44.5 -189t-123 -138t-182 -82.5t-224.5 -28.5q-178 0 -352 61.5t-303 167.5z" />
<glyph unicode="T" horiz-adv-x="1251" d="M14 1141v295h1225v-295h-432v-1141h-365v1141h-428z" />
<glyph unicode="U" horiz-adv-x="1552" d="M119 602v832h364v-832q0 -144 83 -228.5t216 -84.5q130 0 209.5 84t79.5 229v832h363v-832q0 -284 -176.5 -451t-477.5 -167q-303 0 -482 167t-179 451z" />
<glyph unicode="V" horiz-adv-x="1492" d="M-2 1434h389l367 -1055l366 1055h375l-563 -1434h-377z" />
<glyph unicode="W" horiz-adv-x="2213" d="M-2 1434h389l281 -1055l274 1055h356l281 -1055l276 1055h373l-473 -1434h-375l-266 991l-270 -991h-377z" />
<glyph unicode="X" horiz-adv-x="1503" d="M10 0l512 733l-479 701h424l276 -418l277 418h428l-473 -684l514 -750h-436l-310 457l-309 -457h-424z" />
<glyph unicode="Y" horiz-adv-x="1392" d="M-10 1434h364l346 -625l338 625h365l-520 -971v-463h-363v453z" />
<glyph unicode="Z" horiz-adv-x="1382" d="M57 0v233l768 912h-741v289h1227v-234l-766 -911h778v-289h-1266z" />
<glyph unicode="[" horiz-adv-x="741" d="M143 -254v1774h562v-263h-246v-1249h246v-262h-562z" />
<glyph unicode="\" horiz-adv-x="931" d="M27 1661h297l661 -1888h-297z" />
<glyph unicode="]" horiz-adv-x="886" d="M182 8h246v1249h-246v263h561v-1774h-561v262z" />
<glyph unicode="^" horiz-adv-x="1177" d="M66 283l380 792h285l379 -792h-250l-272 591l-273 -591h-249z" />
<glyph unicode="_" horiz-adv-x="1193" d="M0 -225h1194v-193h-1194v193z" />
<glyph unicode="`" horiz-adv-x="716" d="M84 1460l319 113l218 -344h-271z" />
<glyph unicode="a" d="M55 330q0 158 110 245.5t314 88.5h291v16q0 83 -54.5 128.5t-160.5 45.5q-148 0 -330 -92l-100 233q269 125 512 125q227 0 353 -105.5t128 -293.5v-721h-346v127q-110 -143 -338 -143q-175 0 -277 95.5t-102 250.5zM387 354q0 -60 41.5 -95.5t114.5 -35.5 q83 0 146.5 42.5t80.5 109.5v98h-223q-160 0 -160 -119z" />
<glyph unicode="b" horiz-adv-x="1402" d="M152 0v1520h354v-562q123 158 330 158q233 0 375.5 -156.5t142.5 -412.5q0 -252 -139.5 -405.5t-370.5 -153.5q-216 0 -338 159v-147h-354zM506 557q0 -129 68 -209t176 -80q110 0 178.5 80.5t68.5 208.5q0 126 -68.5 206.5t-178.5 80.5q-107 0 -175.5 -80.5 t-68.5 -206.5z" />
<glyph unicode="c" horiz-adv-x="1150" d="M49 549q0 255 158.5 411t415.5 156q164 0 291.5 -64.5t199.5 -183.5l-254 -153q-81 114 -223 114q-103 0 -167 -77t-64 -201q0 -127 64 -204t167 -77q155 0 225 125l258 -151q-68 -122 -198 -189t-304 -67q-255 0 -412 154.5t-157 406.5z" />
<glyph unicode="d" horiz-adv-x="1404" d="M51 557q0 253 139.5 407t368.5 154q218 0 340 -160v562h354v-1520h-354v145q-122 -159 -332 -159q-233 0 -374.5 157t-141.5 414zM406 549q2 -128 69.5 -208.5t177.5 -80.5t178 80.5t68 208.5t-68 207.5t-178 79.5t-177.5 -79.5t-69.5 -207.5z" />
<glyph unicode="e" horiz-adv-x="1232" d="M49 549q0 256 159.5 411.5t416.5 155.5q288 0 432 -176q127 -155 127 -413q0 -34 -2 -70h-776q26 -98 94 -151.5t166 -53.5q151 0 264 113l186 -183q-178 -194 -481 -194q-268 0 -427 153.5t-159 407.5zM399 647h443q0 101 -58.5 162t-154.5 61q-91 0 -151.5 -60.5 t-78.5 -162.5z" />
<glyph unicode="f" horiz-adv-x="790" d="M57 821v234h150v102q0 178 118.5 278.5t303.5 100.5q175 0 309 -78l-125 -248q-61 45 -129 45h-7q-51 0 -85 -29q-35 -32 -35 -91v-80h250v-234h-250v-821h-350v821h-150z" />
<glyph unicode="g" horiz-adv-x="1325" d="M51 594q0 234 129.5 378t337.5 144h8q204 0 318 -147v135h352v-1004q0 -233 -164.5 -372.5t-433.5 -139.5q-139 0 -266 39.5t-226 106.5l123 239q157 -110 342 -110q127 0 200 61.5t73 165.5v117q-113 -148 -318 -148q-210 0 -342.5 147.5t-132.5 387.5zM381 584 q0 -119 64.5 -194t168.5 -75q102 0 166 75t64 194q0 121 -63.5 195.5t-166.5 74.5q-104 0 -168.5 -75t-64.5 -195z" />
<glyph unicode="h" horiz-adv-x="1388" d="M152 0v1520h354v-598q116 195 371 198q183 0 293 -115.5t110 -308.5v-696h-354v598q0 97 -52 153t-143 56q-103 0 -164 -73t-61 -189v-545h-354z" />
<glyph unicode="i" horiz-adv-x="636" d="M133 1421q0 82 52 134.5t134 52.5t134.5 -52.5t52.5 -134.5q0 -83 -52.5 -135.5t-134.5 -52.5t-134 52.5t-52 135.5zM141 0v1104h353v-1104h-353z" />
<glyph unicode="j" horiz-adv-x="653" d="M-178 -340l90 248q64 -39 125 -39h6q47 0 73 29q29 30 29 92v1114h355v-1137q0 -180 -114 -281q-111 -98 -281 -98h-7q-160 0 -276 72zM121 1419q0 83 56.5 136t144.5 53q89 0 144.5 -52.5t55.5 -136.5q0 -82 -55.5 -134t-144.5 -52q-88 0 -144.5 52t-56.5 134z" />
<glyph unicode="k" horiz-adv-x="1290" d="M152 0v1520h354v-803l364 387h402l-406 -424l418 -680h-420l-239 426l-119 -125v-301h-354z" />
<glyph unicode="l" horiz-adv-x="657" d="M152 0v1520h354v-1520h-354z" />
<glyph unicode="m" horiz-adv-x="2123" d="M141 0v1104h353v-182q113 195 364 198q134 0 230.5 -66t138.5 -184q54 122 153 185t236 65q181 0 289 -115t108 -309v-696h-352v598q0 98 -51.5 154.5t-139.5 56.5q-99 -3 -157 -75.5t-58 -186.5v-547h-354v598q0 98 -50 154.5t-138 56.5q-100 -3 -159.5 -75.5 t-59.5 -186.5v-547h-353z" />
<glyph unicode="n" horiz-adv-x="1378" d="M141 0v1104h355v-180q117 193 368 196q183 0 293.5 -115.5t110.5 -308.5v-696h-353v598q0 97 -52.5 153t-141.5 56q-95 0 -154.5 -61.5t-70.5 -161.5v-584h-355z" />
<glyph unicode="o" horiz-adv-x="1304" d="M49 553q0 255 166 409t438 154q271 0 436.5 -154.5t165.5 -408.5q0 -255 -166 -410t-436 -155q-272 0 -438 155t-166 410zM406 549q0 -129 68.5 -208t178.5 -79q109 0 177.5 79.5t68.5 207.5q0 127 -68.5 207t-177.5 80q-110 0 -178.5 -79.5t-68.5 -207.5z" />
<glyph unicode="p" horiz-adv-x="1402" d="M152 -397v1501h354v-146q123 158 330 158q233 0 375.5 -156.5t142.5 -412.5q0 -252 -139.5 -405.5t-370.5 -153.5q-216 0 -338 159v-544h-354zM506 557q0 -129 68 -209t176 -80q110 0 178.5 80.5t68.5 208.5q0 126 -68.5 206.5t-178.5 80.5q-107 0 -175.5 -80.5 t-68.5 -206.5z" />
<glyph unicode="q" horiz-adv-x="1404" d="M51 557q0 253 139.5 407t368.5 154q218 0 340 -160v146h354v-1501h-354v542q-122 -159 -332 -159q-233 0 -374.5 157t-141.5 414zM406 549q2 -128 69.5 -208.5t177.5 -80.5t178 80.5t68 208.5t-68 207.5t-178 79.5t-177.5 -79.5t-69.5 -207.5z" />
<glyph unicode="r" horiz-adv-x="874" d="M141 0v1104h355v-186q57 97 148.5 149t209.5 53v-319q-26 2 -50 2q-118 0 -198 -53q-96 -64 -110 -183v-567h-355z" />
<glyph unicode="s" horiz-adv-x="1050" d="M33 141l112 226q93 -66 196 -102t196 -36q54 0 87 19.5t33 56.5q0 29 -24.5 51t-64.5 35.5t-91.5 30t-105 31.5t-104.5 42.5t-91 61.5t-64 89t-24 124q0 165 125 257.5t324 92.5q243 0 454 -125l-121 -229q-205 111 -348 111q-49 0 -78.5 -19.5t-29.5 -56.5q0 -27 25 -48 t66 -34.5t93 -29.5t106.5 -32t106.5 -43.5t92.5 -62t65 -89.5t24.5 -124q0 -166 -129.5 -259t-335.5 -93q-140 0 -268 39.5t-227 115.5z" />
<glyph unicode="t" horiz-adv-x="890" d="M39 821v232h154v307h352v-305h289v-234h-289v-432q0 -63 26 -93q24 -28 70 -28h6q52 0 137 37l70 -246q-128 -75 -295 -75q-165 0 -265.5 91.5t-100.5 258.5v487h-154z" />
<glyph unicode="u" horiz-adv-x="1357" d="M109 408v696h354v-596q0 -98 49.5 -154.5t134.5 -56.5q99 1 157 74t58 188v545h355v-1104h-355v182q-114 -196 -358 -196q-180 0 -287.5 114.5t-107.5 307.5z" />
<glyph unicode="v" horiz-adv-x="1169" d="M-10 1104h364l238 -780l239 780h353l-416 -1104h-362z" />
<glyph unicode="w" horiz-adv-x="1918" d="M-10 1104h360l228 -764l221 764h338l227 -764l223 764h346l-403 -1104h-350l-217 700l-218 -700h-352z" />
<glyph unicode="x" horiz-adv-x="1241" d="M8 0l377 565l-352 539h405l185 -318l196 318h387l-350 -537l375 -567h-408l-200 346l-226 -346h-389z" />
<glyph unicode="y" horiz-adv-x="1187" d="M-25 1104h365l270 -733l240 733h352l-477 -1219q-122 -299 -426 -299q-176 0 -322 113l148 242q75 -60 145 -60q95 0 138 88l26 56z" />
<glyph unicode="z" horiz-adv-x="1132" d="M70 0v213l542 625h-522v266h965v-213l-541 -625h559v-266h-1003z" />
<glyph unicode="{" horiz-adv-x="729" d="M49 498v270h80q41 0 58.5 19.5t17.5 68.5v381q0 158 79.5 221.5t278.5 63.5h137v-260q-103 0 -141.5 -30t-38.5 -104v-249q0 -111 -39 -167.5t-133 -78.5q94 -23 133 -80t39 -168v-248q0 -74 38 -103.5t142 -29.5v-262h-137q-199 0 -278.5 64t-79.5 223v379 q0 49 -18 69.5t-58 20.5h-80z" />
<glyph unicode="|" horiz-adv-x="612" d="M174 -225v1870h264v-1870h-264z" />
<glyph unicode="}" horiz-adv-x="800" d="M137 4q102 0 141 30t39 103v248q0 112 38.5 168.5t133.5 77.5q-95 23 -133.5 79.5t-38.5 168.5v249q0 74 -39 104t-141 30v260h135q199 0 279 -63.5t80 -221.5v-381q0 -49 18 -68.5t60 -19.5h77v-270h-77q-42 0 -60 -20.5t-18 -69.5v-379q0 -159 -80 -223t-279 -64h-135 v262z" />
<glyph unicode="~" horiz-adv-x="1044" d="M115 496q0 177 57 262.5t174 85.5q46 0 92 -16.5t75.5 -36t61 -36t52.5 -16.5q67 0 67 95h236q0 -349 -232 -349q-47 0 -92.5 16.5t-74.5 36t-60 36t-53 16.5q-66 0 -66 -94h-237z" />
<glyph unicode="&#xa1;" horiz-adv-x="520" d="M104 43l62 567h213l61 -567v-367h-336v367zM106 946q0 77 48.5 125.5t124.5 48.5q74 0 122 -49t48 -125q0 -75 -48 -122.5t-122 -47.5q-76 0 -124.5 47.5t-48.5 122.5z" />
<glyph unicode="&#xa2;" horiz-adv-x="1144" d="M49 549q0 221 122 370.5t327 186.5v326h274v-330q230 -51 342 -234l-254 -153q-81 114 -223 114q-103 0 -167 -77t-64 -201q0 -127 64 -204t167 -77q155 0 225 125l258 -151q-107 -192 -348 -242v-317h-274v313q-205 35 -327 183t-122 368z" />
<glyph unicode="&#xa3;" horiz-adv-x="1140" d="M57 0v274h156v301h-156v242h156v154q0 229 127.5 354t359.5 125q125 0 238.5 -45.5t198.5 -130.5l-138 -266q-131 137 -260 137q-159 0 -159 -182v-146h342v-242h-342v-301h528v-274h-1051z" />
<glyph unicode="&#xa4;" horiz-adv-x="1435" d="M49 180l209 209q-74 123 -74 268q0 143 70 261l-205 202l199 199l203 -203q125 72 266 72q142 0 270 -72l201 203l198 -199l-202 -202q69 -117 69 -261q0 -149 -75 -268l208 -209l-198 -198l-211 213q-126 -66 -260 -66t-256 66l-213 -213zM461 657q0 -104 75 -177.5 t181 -73.5q107 0 183.5 73.5t76.5 177.5q0 106 -76.5 181t-183.5 75q-106 0 -181 -75t-75 -181z" />
<glyph unicode="&#xa5;" horiz-adv-x="1361" d="M-10 1436h364l346 -629l338 629h365l-397 -742h235v-133h-307l-51 -96v-37h358v-135h-358v-293h-363v293h-379v135h379v27l-57 106h-322v133h250z" />
<glyph unicode="&#xa6;" horiz-adv-x="612" d="M174 -225v702h264v-702h-264zM174 944v701h264v-701h-264z" />
<glyph unicode="&#xa7;" horiz-adv-x="1116" d="M33 -23l100 220q205 -140 393 -140q66 0 105 22.5t39 57.5q0 33 -33.5 59t-86.5 44.5t-117.5 38t-129 46.5t-117.5 62.5t-86.5 93.5t-33.5 133q0 94 56.5 164t158.5 107q-84 44 -116 92.5t-32 118.5q0 144 121.5 234.5t323.5 90.5q233 0 456 -125l-106 -217 q-208 109 -346 109q-62 0 -96.5 -21t-34.5 -57q0 -34 34 -60t88 -45t119.5 -38.5t131 -46.5t119.5 -62.5t88 -94.5t34 -134q0 -89 -55.5 -162.5t-147.5 -110.5q71 -42 102 -87.5t31 -121.5q0 -145 -125.5 -236t-334.5 -91q-134 0 -264.5 40.5t-237.5 116.5zM381 637 q0 -50 59 -81.5t148 -31.5q74 0 112.5 23t38.5 63q0 50 -60 81.5t-149 31.5q-72 0 -110.5 -23t-38.5 -63z" />
<glyph unicode="&#xa8;" horiz-adv-x="753" d="M2 1417q0 69 45 114.5t115 45.5q69 0 113 -45.5t44 -114.5q0 -70 -44 -115t-113 -45q-70 0 -115 44.5t-45 115.5zM397 1417q0 69 45 114.5t115 45.5q69 0 114.5 -45.5t45.5 -114.5q0 -70 -45.5 -115t-114.5 -45q-71 0 -115.5 44.5t-44.5 115.5z" />
<glyph unicode="&#xa9;" horiz-adv-x="1484" d="M49 713q0 140 54 268.5t146 223t221 150.5t273 56q191 0 350.5 -93.5t251 -253t91.5 -347.5q0 -187 -92 -348t-253 -256t-352 -95q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM213 713q0 -144 68.5 -266t190 -193.5t267.5 -71.5q147 0 270.5 72.5t194 195.5 t70.5 267t-69.5 265.5t-192 193t-269.5 71.5t-269.5 -72.5t-191.5 -195t-69 -266.5zM397 715q0 146 102.5 243t256.5 97q74 0 146.5 -30.5t123.5 -82.5l-98 -117q-34 40 -79 63t-89 23q-82 0 -136.5 -55t-54.5 -137q0 -85 54.5 -142t136.5 -57q41 0 87 21.5t81 56.5l98 -104 q-54 -57 -127.5 -90t-148.5 -33q-151 0 -252 98t-101 246z" />
<glyph unicode="&#xaa;" horiz-adv-x="804" d="M43 1133q0 95 69.5 145.5t198.5 50.5h178v10q0 45 -33 70t-96 25q-88 0 -217 -50l-57 156q179 68 332 68q147 0 228.5 -63t80.5 -177v-430h-238v84q-69 -94 -215 -94q-106 0 -168.5 56t-62.5 149zM272 1151q0 -34 22.5 -54t63.5 -20q88 0 131 72v70h-127q-90 0 -90 -68z " />
<glyph unicode="&#xab;" horiz-adv-x="1028" d="M4 545l246 377h287l-218 -377l218 -377h-287zM459 545l246 377h286l-219 -377l219 -377h-286z" />
<glyph unicode="&#xac;" horiz-adv-x="1183" d="M68 649v223h985v-591h-254v368h-731z" />
<glyph unicode="&#xad;" horiz-adv-x="765" d="M113 516v223h540v-223h-540z" />
<glyph unicode="&#xae;" horiz-adv-x="1484" d="M49 713q0 140 54 268.5t146 223t221 150.5t273 56q191 0 350.5 -93.5t251 -253t91.5 -347.5q0 -187 -92 -348t-253 -256t-352 -95q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM213 713q0 -144 68.5 -266t190 -193.5t267.5 -71.5q147 0 270.5 72.5t194 195.5 t70.5 267t-69.5 265.5t-192 193t-269.5 71.5t-269.5 -72.5t-191.5 -195t-69 -266.5zM479 410v655h283q130 0 201 -59t71 -168q0 -152 -119 -213l140 -215h-187l-98 184h-8h-121v-184h-162zM641 721h121q56 0 86.5 29t30.5 81t-30.5 80.5t-86.5 28.5h-121v-219z" />
<glyph unicode="&#xaf;" horiz-adv-x="716" d="M74 1294v238h569v-238h-569z" />
<glyph unicode="&#xb0;" horiz-adv-x="765" d="M170 1432q0 99 72 170t172 71q101 0 172 -70.5t71 -170.5t-71 -171t-172 -71q-100 0 -172 71t-72 171zM307 1432q0 -43 32 -74t75 -31q44 0 75 31t31 74t-31 73.5t-75 30.5q-43 0 -75 -31t-32 -73z" />
<glyph unicode="&#xb1;" horiz-adv-x="1044" d="M68 4v225h909v-225h-909zM68 713v215h342v332h223v-332h344v-215h-344v-330h-223v330h-342z" />
<glyph unicode="&#xb2;" horiz-adv-x="796" d="M37 1313q187 131 375 131q136 0 222.5 -62t86.5 -163q0 -124 -170 -287l-168 -166h360v-186h-677v153l317 318q78 82 78 133q0 65 -88 65q-53 0 -117 -28.5t-125 -79.5z" />
<glyph unicode="&#xb3;" horiz-adv-x="747" d="M10 676l101 182q98 -110 221 -110q58 0 90.5 26.5t32.5 73.5t-32.5 71.5t-92.5 24.5h-148v125l193 188h-322v175h604v-138l-213 -202l41 -9q96 -16 154.5 -77t58.5 -156q0 -124 -94.5 -202.5t-251.5 -78.5q-94 0 -187 29.5t-155 77.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="716" d="M90 1229l217 344l320 -113l-267 -231h-270z" />
<glyph unicode="&#xb5;" horiz-adv-x="1400" d="M152 -397v1501h354v-596q0 -98 49.5 -154.5t134.5 -56.5q99 1 157 74t58 188v545h355v-1104h-355v182q-114 -196 -358 -196l-41 2v-385h-354z" />
<glyph unicode="&#xb6;" horiz-adv-x="1331" d="M-12 1083q0 86 28 162t85 139t155.5 99.5t228.5 36.5h703v-1739h-264v1540h-205v-1540h-262v885h-56q-95 0 -169.5 28t-119 71t-73.5 100.5t-40 110.5t-11 107z" />
<glyph unicode="&#xb7;" horiz-adv-x="491" d="M78 592q0 73 47 120.5t119 47.5q74 0 121 -47t47 -121t-47 -121t-121 -47q-72 0 -119 47.5t-47 120.5z" />
<glyph unicode="&#xb8;" horiz-adv-x="716" d="M133 -418l66 146q44 -41 100 -41q39 0 62.5 21.5t23.5 53.5t-25 53t-69 21q-24 0 -74 -8l96 201h199l-68 -133q65 -18 102.5 -61t37.5 -105q0 -96 -71 -153.5t-185 -57.5q-103 0 -195 63z" />
<glyph unicode="&#xb9;" horiz-adv-x="561" d="M20 1243v191h412v-854h-250v663h-162z" />
<glyph unicode="&#xba;" horiz-adv-x="845" d="M41 1268q0 154 104.5 247t276.5 93q173 0 278 -93t105 -247q0 -152 -105 -245t-278 -93q-172 0 -276.5 93t-104.5 245zM285 1266q0 -70 37.5 -113t99.5 -43t99.5 43t37.5 113t-37.5 112.5t-99.5 42.5t-99.5 -42.5t-37.5 -112.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="1040" d="M72 168l217 377l-217 377h286l246 -377l-246 -377h-286zM526 168l217 377l-217 377h287l246 -377l-246 -377h-287z" />
<glyph unicode="&#xbc;" horiz-adv-x="1804" d="M20 1243v191h412v-854h-250v663h-162zM137 0l1024 1436h332l-1024 -1436h-332zM1004 178v162l274 514h240l-261 -504h170v182h232v-182h119v-172h-119v-178h-232v178h-423z" />
<glyph unicode="&#xbd;" horiz-adv-x="1847" d="M20 1243v191h412v-854h-250v663h-162zM137 0l1024 1436h332l-1024 -1436h-332zM1087 733q187 131 375 131q136 0 223 -62.5t87 -164.5q0 -122 -170 -285l-168 -168h360v-184h-678v154l318 315q77 84 77 135q0 31 -23.5 48.5t-64.5 17.5q-106 0 -241 -109z" />
<glyph unicode="&#xbe;" horiz-adv-x="1925" d="M10 676l101 182q98 -110 221 -110q58 0 90.5 26.5t32.5 73.5t-32.5 71.5t-92.5 24.5h-148v125l193 188h-322v175h604v-138l-213 -202l41 -9q96 -16 154.5 -77t58.5 -156q0 -124 -94.5 -202.5t-251.5 -78.5q-94 0 -187 29.5t-155 77.5zM260 0l1024 1436h332l-1024 -1436 h-332zM1124 178v162l275 514h239l-260 -504h170v182h232v-182h118v-172h-118v-178h-232v178h-424z" />
<glyph unicode="&#xbf;" horiz-adv-x="966" d="M51 20q0 63 17.5 117.5t45.5 94t61.5 75t67 69t61.5 67.5t45.5 77.5t17.5 93.5h264q0 -64 -14 -118t-36.5 -91.5t-49.5 -70t-54 -61t-49.5 -56.5t-36.5 -64t-14 -77q0 -131 149 -131q156 0 162 186l273 -2q-3 -220 -126.5 -342.5t-340.5 -122.5q-206 0 -324.5 93 t-118.5 263zM332 948q0 76 48.5 124t123.5 48q74 0 122 -48t48 -124q0 -75 -48 -122.5t-122 -47.5q-75 0 -123.5 47.5t-48.5 122.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1576" d="M-10 0l618 1434h375l604 -1434h-389l-102 264h-627l-104 -264h-375zM432 1790l320 113l217 -344h-271zM575 541h414l-205 530z" />
<glyph unicode="&#xc1;" horiz-adv-x="1576" d="M-10 0l618 1434h375l604 -1434h-389l-102 264h-627l-104 -264h-375zM575 541h414l-205 530zM612 1559l217 344l320 -113l-266 -231h-271z" />
<glyph unicode="&#xc2;" horiz-adv-x="1576" d="M-10 0l618 1434h375l604 -1434h-389l-102 264h-627l-104 -264h-375zM416 1579l231 309h283l231 -309h-254l-119 174l-118 -174h-254zM575 541h414l-205 530z" />
<glyph unicode="&#xc3;" horiz-adv-x="1576" d="M-10 0l618 1434h375l604 -1434h-389l-102 264h-627l-104 -264h-375zM424 1602q0 319 215 319q41 0 79.5 -15t62 -33t49.5 -33t44 -15q64 0 64 86h215q0 -318 -213 -318q-54 0 -100.5 24.5t-80.5 48.5t-57 24q-61 0 -61 -88h-217zM575 541h414l-205 530z" />
<glyph unicode="&#xc4;" horiz-adv-x="1576" d="M-10 0l618 1434h375l604 -1434h-389l-102 264h-627l-104 -264h-375zM432 1745q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5zM575 541h414l-205 530zM827 1745q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115 q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#xc5;" horiz-adv-x="1576" d="M-10 0l604 1403q-62 72 -62 170q0 107 77 183.5t186 76.5q110 0 187 -76t77 -184q0 -100 -64 -170l592 -1403h-389l-102 264h-627l-104 -264h-375zM575 541h414l-205 530zM684 1573q0 -46 32.5 -78.5t78.5 -32.5q47 0 79.5 32.5t32.5 78.5t-32.5 78t-79.5 32 q-46 0 -78.5 -32t-32.5 -78z" />
<glyph unicode="&#xc6;" horiz-adv-x="2256" d="M-10 0l815 1434h215v2h1122v-289h-760v-285h686v-284h-686v-291h783v-287h-1145v303h-492l-159 -303h-379zM668 565h352v590h-41z" />
<glyph unicode="&#xc7;" horiz-adv-x="1417" d="M49 721q0 204 100 370t275.5 260.5t390.5 94.5q159 0 314.5 -65.5t263.5 -176.5l-211 -250q-70 86 -168 136.5t-193 50.5q-170 0 -284.5 -119.5t-114.5 -296.5q0 -180 114.5 -301t284.5 -121q90 0 188 45.5t173 122.5l213 -225q-97 -100 -227 -167t-265 -87l-49 -96 q64 -18 101.5 -61t37.5 -105q0 -96 -71 -153.5t-185 -57.5q-102 0 -194 63l65 146q44 -41 101 -41q39 0 62.5 21.5t23.5 53.5t-25.5 53t-69.5 21q-23 0 -73 -8l78 162q-141 16 -263 78.5t-208.5 158t-135.5 223.5t-49 271z" />
<glyph unicode="&#xc8;" horiz-adv-x="1380" d="M143 0v1434h1123v-287h-758v-285h684v-287h-684v-288h780v-287h-1145zM352 1790l320 113l217 -344h-271z" />
<glyph unicode="&#xc9;" horiz-adv-x="1380" d="M143 0v1434h1123v-287h-758v-285h684v-287h-684v-288h780v-287h-1145zM532 1559l218 344l319 -113l-266 -231h-271z" />
<glyph unicode="&#xca;" horiz-adv-x="1380" d="M143 0v1434h1123v-287h-758v-285h684v-287h-684v-288h780v-287h-1145zM336 1579l231 309h283l231 -309h-254l-118 174l-119 -174h-254z" />
<glyph unicode="&#xcb;" horiz-adv-x="1380" d="M143 0v1434h1123v-287h-758v-285h684v-287h-684v-288h780v-287h-1145zM352 1745q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5zM748 1745q0 70 45 115t114 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5 t-114.5 -44.5t-114 44.5t-45 113.5z" />
<glyph unicode="&#xcc;" horiz-adv-x="651" d="M-31 1790l320 113l217 -344h-270zM143 0v1434h365v-1434h-365z" />
<glyph unicode="&#xcd;" horiz-adv-x="651" d="M143 0v1434h365v-1434h-365zM147 1559l218 344l319 -113l-266 -231h-271z" />
<glyph unicode="&#xce;" horiz-adv-x="651" d="M-47 1579l231 309h283l231 -309h-254l-118 174l-119 -174h-254zM143 0v1434h365v-1434h-365z" />
<glyph unicode="&#xcf;" horiz-adv-x="651" d="M-31 1745q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5zM143 0v1434h365v-1434h-365zM365 1745q0 70 45 115t114 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114 44.5t-45 113.5z" />
<glyph unicode="&#xd0;" horiz-adv-x="1636" d="M0 623v192h209v619h616q223 0 396.5 -90t269.5 -253t96 -374q0 -318 -215.5 -517.5t-560.5 -199.5h-602v623h-209zM571 291h263q168 0 275.5 118t107.5 306q0 189 -113 308.5t-287 119.5h-246v-328h326v-192h-326v-332z" />
<glyph unicode="&#xd1;" horiz-adv-x="1609" d="M143 0v1434h322l661 -885v885h340v-1434h-321l-660 883v-883h-342zM440 1602q0 319 215 319q41 0 79.5 -15t62.5 -33t50 -33t44 -15q63 0 63 86h215q0 -318 -213 -318q-54 0 -100.5 24.5t-80 48.5t-56.5 24q-62 0 -62 -88h-217z" />
<glyph unicode="&#xd2;" horiz-adv-x="1648" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q164 0 308 -55.5t247 -151.5t162 -231t59 -289t-59.5 -290.5t-162 -234t-246.5 -154t-308 -56.5q-163 0 -307 56t-246.5 153.5t-161.5 234t-59 291.5zM422 717q0 -180 119.5 -304t285.5 -124t282 123.5 t116 304.5q0 180 -115.5 302t-282.5 122q-168 0 -286.5 -122t-118.5 -302zM453 1790l319 113l217 -344h-270z" />
<glyph unicode="&#xd3;" horiz-adv-x="1648" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q164 0 308 -55.5t247 -151.5t162 -231t59 -289t-59.5 -290.5t-162 -234t-246.5 -154t-308 -56.5q-163 0 -307 56t-246.5 153.5t-161.5 234t-59 291.5zM422 717q0 -180 119.5 -304t285.5 -124t282 123.5 t116 304.5q0 180 -115.5 302t-282.5 122q-168 0 -286.5 -122t-118.5 -302zM631 1559l217 344l319 -113l-266 -231h-270z" />
<glyph unicode="&#xd4;" horiz-adv-x="1648" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q164 0 308 -55.5t247 -151.5t162 -231t59 -289t-59.5 -290.5t-162 -234t-246.5 -154t-308 -56.5q-163 0 -307 56t-246.5 153.5t-161.5 234t-59 291.5zM422 717q0 -180 119.5 -304t285.5 -124t282 123.5 t116 304.5q0 180 -115.5 302t-282.5 122q-168 0 -286.5 -122t-118.5 -302zM436 1579l232 309h282l232 -309h-254l-119 174l-119 -174h-254z" />
<glyph unicode="&#xd5;" horiz-adv-x="1648" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q164 0 308 -55.5t247 -151.5t162 -231t59 -289t-59.5 -290.5t-162 -234t-246.5 -154t-308 -56.5q-163 0 -307 56t-246.5 153.5t-161.5 234t-59 291.5zM422 717q0 -180 119.5 -304t285.5 -124t282 123.5 t116 304.5q0 180 -115.5 302t-282.5 122q-168 0 -286.5 -122t-118.5 -302zM444 1602q0 319 215 319q41 0 79.5 -15t62.5 -33t50 -33t44 -15q63 0 63 86h216q0 -318 -213 -318q-54 0 -100.5 24.5t-80.5 48.5t-57 24q-61 0 -61 -88h-218z" />
<glyph unicode="&#xd6;" horiz-adv-x="1648" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q164 0 308 -55.5t247 -151.5t162 -231t59 -289t-59.5 -290.5t-162 -234t-246.5 -154t-308 -56.5q-163 0 -307 56t-246.5 153.5t-161.5 234t-59 291.5zM422 717q0 -180 119.5 -304t285.5 -124t282 123.5 t116 304.5q0 180 -115.5 302t-282.5 122q-168 0 -286.5 -122t-118.5 -302zM453 1745q0 70 45 115t114 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114 44.5t-45 113.5zM848 1745q0 70 45.5 115t114.5 45t114 -45t45 -115q0 -69 -45 -113.5t-114 -44.5 t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#xd7;" horiz-adv-x="1044" d="M121 426l244 244l-244 241l158 158l243 -242l242 242l158 -158l-242 -241l242 -244l-158 -158l-242 244l-243 -244z" />
<glyph unicode="&#xd8;" horiz-adv-x="1648" d="M49 719q0 124 37.5 236t108 201t165 154.5t213.5 100.5t250 35q65 0 117 -8l76 219h205l-93 -264q215 -80 343 -261t128 -413q0 -154 -59.5 -290.5t-162 -234t-246.5 -154t-308 -56.5q-97 0 -182 18l-82 -233h-205l105 297q-189 91 -299.5 263.5t-110.5 389.5zM422 717 q0 -99 40 -185.5t109 -146.5l265 756h-9q-168 0 -286.5 -122t-118.5 -302zM745 297q54 -8 82 -8q166 0 282 123.5t116 304.5q0 121 -54.5 219.5t-148.5 153.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="1552" d="M119 602v832h364v-832q0 -144 83 -228.5t216 -84.5q130 0 209.5 84t79.5 229v832h363v-832q0 -284 -176.5 -451t-477.5 -167q-303 0 -482 167t-179 451zM420 1790l319 113l217 -344h-270z" />
<glyph unicode="&#xda;" horiz-adv-x="1552" d="M119 602v832h364v-832q0 -144 83 -228.5t216 -84.5q130 0 209.5 84t79.5 229v832h363v-832q0 -284 -176.5 -451t-477.5 -167q-303 0 -482 167t-179 451zM600 1559l217 344l320 -113l-267 -231h-270z" />
<glyph unicode="&#xdb;" horiz-adv-x="1552" d="M119 602v832h364v-832q0 -144 83 -228.5t216 -84.5q130 0 209.5 84t79.5 229v832h363v-832q0 -284 -176.5 -451t-477.5 -167q-303 0 -482 167t-179 451zM406 1579l231 309h283l231 -309h-254l-119 174l-119 -174h-253z" />
<glyph unicode="&#xdc;" horiz-adv-x="1552" d="M119 602v832h364v-832q0 -144 83 -228.5t216 -84.5q130 0 209.5 84t79.5 229v832h363v-832q0 -284 -176.5 -451t-477.5 -167q-303 0 -482 167t-179 451zM422 1745q0 70 45.5 115t114.5 45t114 -45t45 -115q0 -69 -45 -113.5t-114 -44.5t-114.5 44.5t-45.5 113.5z M817 1745q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#xdd;" horiz-adv-x="1392" d="M-10 1434h364l346 -625l338 625h365l-520 -971v-463h-363v453zM518 1559l217 344l320 -113l-267 -231h-270z" />
<glyph unicode="&#xde;" horiz-adv-x="1411" d="M143 0v1434h365v-189h250q284 0 445 -131.5t161 -361.5q0 -244 -161 -383.5t-445 -139.5h-250v-229h-365zM508 508h235q120 0 184 60t64 173q0 108 -64.5 167t-183.5 59h-235v-459z" />
<glyph unicode="&#xdf;" horiz-adv-x="1355" d="M119 0v1008q0 242 149.5 385t405.5 143q238 0 383 -112t145 -298q0 -107 -53.5 -199.5t-142.5 -142.5q128 -35 205 -126t77 -220q0 -197 -155.5 -317.5t-413.5 -120.5h-101v252h84q116 0 180 50t64 138q0 90 -70 137.5t-198 47.5h-37v249q106 0 162.5 52t56.5 149 q0 94 -48 144.5t-136 50.5q-98 0 -151.5 -62t-53.5 -176v-1032h-352z" />
<glyph unicode="&#xe0;" d="M55 330q0 158 110 245.5t314 88.5h291v16q0 83 -54.5 128.5t-160.5 45.5q-148 0 -330 -92l-100 233q269 125 512 125q227 0 353 -105.5t128 -293.5v-721h-346v127q-110 -143 -338 -143q-175 0 -277 95.5t-102 250.5zM256 1460l319 113l218 -344h-271zM387 354 q0 -60 41.5 -95.5t114.5 -35.5q83 0 146.5 42.5t80.5 109.5v98h-223q-160 0 -160 -119z" />
<glyph unicode="&#xe1;" d="M55 330q0 158 110 245.5t314 88.5h291v16q0 83 -54.5 128.5t-160.5 45.5q-148 0 -330 -92l-100 233q269 125 512 125q227 0 353 -105.5t128 -293.5v-721h-346v127q-110 -143 -338 -143q-175 0 -277 95.5t-102 250.5zM387 354q0 -60 41.5 -95.5t114.5 -35.5 q83 0 146.5 42.5t80.5 109.5v98h-223q-160 0 -160 -119zM436 1229l217 344l320 -113l-266 -231h-271z" />
<glyph unicode="&#xe2;" d="M55 330q0 158 110 245.5t314 88.5h291v16q0 83 -54.5 128.5t-160.5 45.5q-148 0 -330 -92l-100 233q269 125 512 125q227 0 353 -105.5t128 -293.5v-721h-346v127q-110 -143 -338 -143q-175 0 -277 95.5t-102 250.5zM240 1249l231 310h283l231 -310h-254l-119 174 l-118 -174h-254zM387 354q0 -60 41.5 -95.5t114.5 -35.5q83 0 146.5 42.5t80.5 109.5v98h-223q-160 0 -160 -119z" />
<glyph unicode="&#xe3;" d="M55 330q0 158 110 245.5t314 88.5h291v16q0 83 -54.5 128.5t-160.5 45.5q-148 0 -330 -92l-100 233q269 125 512 125q227 0 353 -105.5t128 -293.5v-721h-346v127q-110 -143 -338 -143q-175 0 -277 95.5t-102 250.5zM248 1272q0 319 215 319q41 0 79.5 -15t62 -33 t49.5 -33t44 -15q64 0 64 86h215q0 -161 -52.5 -239t-160.5 -78q-54 0 -100.5 24t-80.5 48t-57 24q-61 0 -61 -88h-217zM387 354q0 -60 41.5 -95.5t114.5 -35.5q83 0 146.5 42.5t80.5 109.5v98h-223q-160 0 -160 -119z" />
<glyph unicode="&#xe4;" d="M55 330q0 158 110 245.5t314 88.5h291v16q0 83 -54.5 128.5t-160.5 45.5q-148 0 -330 -92l-100 233q269 125 512 125q227 0 353 -105.5t128 -293.5v-721h-346v127q-110 -143 -338 -143q-175 0 -277 95.5t-102 250.5zM256 1415q0 70 45.5 115t114.5 45t114 -45t45 -115 q0 -69 -45 -113.5t-114 -44.5t-114.5 44.5t-45.5 113.5zM387 354q0 -60 41.5 -95.5t114.5 -35.5q83 0 146.5 42.5t80.5 109.5v98h-223q-160 0 -160 -119zM651 1415q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5z " />
<glyph unicode="&#xe5;" d="M55 330q0 158 110 245.5t314 88.5h291v16q0 83 -54.5 128.5t-160.5 45.5q-148 0 -330 -92l-100 233q269 125 512 125q227 0 353 -105.5t128 -293.5v-721h-346v127q-110 -143 -338 -143q-175 0 -277 95.5t-102 250.5zM365 1421q0 101 72.5 173.5t174.5 72.5 q103 0 175.5 -72.5t72.5 -173.5t-72.5 -173t-175.5 -72t-175 72t-72 173zM387 354q0 -60 41.5 -95.5t114.5 -35.5q83 0 146.5 42.5t80.5 109.5v98h-223q-160 0 -160 -119zM504 1421q0 -44 32 -75t76 -31q45 0 77 31t32 75q0 43 -32.5 75t-76.5 32t-76 -32t-32 -75z" />
<glyph unicode="&#xe6;" horiz-adv-x="1978" d="M55 326q0 155 110.5 238t315.5 85h295v31q0 83 -56 128.5t-161 45.5q-157 0 -352 -92l-82 237q277 121 514 121q243 0 373 -121q135 117 346 117q274 0 429.5 -175t141.5 -466h-794q22 -105 91 -164t171 -59q153 0 266 113l186 -183q-178 -194 -483 -194 q-157 0 -273.5 60t-183.5 171q-65 -115 -180 -175t-272 -60q-186 0 -294 93.5t-108 248.5zM387 354q0 -64 43 -102.5t115 -38.5q155 0 231 141v127h-223q-79 0 -122.5 -33t-43.5 -94zM850 332l10 -8v6zM1130 645h445q0 102 -59.5 168t-155.5 66q-90 0 -151 -64.5t-79 -169.5 z" />
<glyph unicode="&#xe7;" horiz-adv-x="1150" d="M49 549q0 255 158.5 411t415.5 156q164 0 291.5 -64.5t199.5 -183.5l-254 -153q-81 114 -223 114q-103 0 -167 -77t-64 -201q0 -127 64 -204t167 -77q155 0 225 125l258 -151q-57 -102 -156.5 -165.5t-232.5 -82.5l-51 -100q64 -18 101.5 -61t37.5 -105q0 -96 -71 -153.5 t-185 -57.5q-102 0 -194 63l65 146q44 -41 101 -41q39 0 62.5 21.5t23.5 53.5t-25.5 53t-69.5 21q-23 0 -73 -8l79 166q-221 26 -352 176t-131 379z" />
<glyph unicode="&#xe8;" horiz-adv-x="1232" d="M49 549q0 256 159.5 411.5t416.5 155.5q288 0 432 -176t125 -483h-776q26 -98 94 -151.5t166 -53.5q151 0 264 113l186 -183q-178 -194 -481 -194q-268 0 -427 153.5t-159 407.5zM260 1460l320 113l217 -344h-271zM399 647h443q0 101 -58.5 162t-154.5 61 q-91 0 -151.5 -60.5t-78.5 -162.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1232" d="M49 549q0 256 159.5 411.5t416.5 155.5q288 0 432 -176t125 -483h-776q26 -98 94 -151.5t166 -53.5q151 0 264 113l186 -183q-178 -194 -481 -194q-268 0 -427 153.5t-159 407.5zM399 647h443q0 101 -58.5 162t-154.5 61q-91 0 -151.5 -60.5t-78.5 -162.5zM438 1229 l217 344l320 -113l-266 -231h-271z" />
<glyph unicode="&#xea;" horiz-adv-x="1232" d="M49 549q0 256 159.5 411.5t416.5 155.5q288 0 432 -176t125 -483h-776q26 -98 94 -151.5t166 -53.5q151 0 264 113l186 -183q-178 -194 -481 -194q-268 0 -427 153.5t-159 407.5zM244 1247l231 309h283l231 -309h-254l-119 174l-118 -174h-254zM399 647h443 q0 101 -58.5 162t-154.5 61q-91 0 -151.5 -60.5t-78.5 -162.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1232" d="M49 549q0 256 159.5 411.5t416.5 155.5q288 0 432 -176t125 -483h-776q26 -98 94 -151.5t166 -53.5q151 0 264 113l186 -183q-178 -194 -481 -194q-268 0 -427 153.5t-159 407.5zM260 1415q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5 t-114.5 44.5t-45.5 113.5zM399 647h443q0 101 -58.5 162t-154.5 61q-91 0 -151.5 -60.5t-78.5 -162.5zM655 1415q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#xec;" horiz-adv-x="636" d="M-37 1460l320 113l217 -344h-271zM141 0v1104h353v-1104h-353z" />
<glyph unicode="&#xed;" horiz-adv-x="636" d="M141 0v1104h353v-1104h-353zM141 1229l217 344l320 -113l-266 -231h-271z" />
<glyph unicode="&#xee;" horiz-adv-x="636" d="M-53 1249l231 310h283l231 -310h-254l-119 174l-118 -174h-254zM141 0v1104h353v-1104h-353z" />
<glyph unicode="&#xef;" horiz-adv-x="636" d="M-37 1415q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5zM141 0v1104h353v-1104h-353zM358 1415q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#xf0;" horiz-adv-x="1236" d="M45 463q0 204 126.5 326t338.5 122q102 0 191.5 -33t138.5 -90q-56 165 -219 322l-334 -111l-54 164l232 78q-128 90 -256 150l237 143q190 -76 332 -188l293 98l55 -164l-200 -68q126 -137 194 -298.5t68 -331.5q0 -272 -165.5 -435t-442.5 -163q-243 0 -389 130.5 t-146 348.5zM383 479q0 -92 58 -147.5t153 -55.5q100 0 158.5 54t58.5 145t-59 146t-158 55q-97 0 -154 -53t-57 -144z" />
<glyph unicode="&#xf1;" horiz-adv-x="1378" d="M141 0v1104h355v-180q117 193 368 196q183 0 293.5 -115.5t110.5 -308.5v-696h-353v598q0 97 -52.5 153t-141.5 56q-95 0 -154.5 -61.5t-70.5 -161.5v-584h-355zM358 1272q0 319 215 319q41 0 79.5 -15t62.5 -33t50 -33t44 -15q63 0 63 86h215q0 -161 -52.5 -239 t-160.5 -78q-42 0 -81 15t-62.5 33t-49 33t-44.5 15q-62 0 -62 -88h-217z" />
<glyph unicode="&#xf2;" horiz-adv-x="1304" d="M49 553q0 255 166 409t438 154q271 0 436.5 -154.5t165.5 -408.5q0 -255 -166 -410t-436 -155q-272 0 -438 155t-166 410zM297 1460l319 113l218 -344h-271zM406 549q0 -129 68.5 -208t178.5 -79q109 0 177.5 79.5t68.5 207.5q0 127 -68.5 207t-177.5 80 q-110 0 -178.5 -79.5t-68.5 -207.5z" />
<glyph unicode="&#xf3;" horiz-adv-x="1304" d="M49 553q0 255 166 409t438 154q271 0 436.5 -154.5t165.5 -408.5q0 -255 -166 -410t-436 -155q-272 0 -438 155t-166 410zM406 549q0 -129 68.5 -208t178.5 -79q109 0 177.5 79.5t68.5 207.5q0 127 -68.5 207t-177.5 80q-110 0 -178.5 -79.5t-68.5 -207.5zM475 1229 l217 344l320 -113l-267 -231h-270z" />
<glyph unicode="&#xf4;" horiz-adv-x="1304" d="M49 553q0 255 166 409t438 154q271 0 436.5 -154.5t165.5 -408.5q0 -255 -166 -410t-436 -155q-272 0 -438 155t-166 410zM281 1247l231 309h283l231 -309h-254l-119 174l-118 -174h-254zM406 549q0 -129 68.5 -208t178.5 -79q109 0 177.5 79.5t68.5 207.5 q0 127 -68.5 207t-177.5 80q-110 0 -178.5 -79.5t-68.5 -207.5z" />
<glyph unicode="&#xf5;" horiz-adv-x="1304" d="M49 553q0 255 166 409t438 154q271 0 436.5 -154.5t165.5 -408.5q0 -255 -166 -410t-436 -155q-272 0 -438 155t-166 410zM287 1272q0 319 215 319q41 0 79.5 -15t62 -33t49.5 -33t44 -15q64 0 64 86h215q0 -161 -52.5 -239t-160.5 -78q-54 0 -100.5 24t-80.5 48t-57 24 q-61 0 -61 -88h-217zM406 549q0 -129 68.5 -208t178.5 -79q109 0 177.5 79.5t68.5 207.5q0 127 -68.5 207t-177.5 80q-110 0 -178.5 -79.5t-68.5 -207.5z" />
<glyph unicode="&#xf6;" horiz-adv-x="1304" d="M49 553q0 255 166 409t438 154q271 0 436.5 -154.5t165.5 -408.5q0 -255 -166 -410t-436 -155q-272 0 -438 155t-166 410zM297 1415q0 70 45.5 115t114.5 45t114 -45t45 -115q0 -69 -45 -113.5t-114 -44.5t-114.5 44.5t-45.5 113.5zM406 549q0 -129 68.5 -208t178.5 -79 q109 0 177.5 79.5t68.5 207.5q0 127 -68.5 207t-177.5 80q-110 0 -178.5 -79.5t-68.5 -207.5zM692 1415q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#xf7;" horiz-adv-x="1044" d="M68 557v223h909v-223h-909zM346 305q0 69 45.5 114.5t114.5 45.5q70 0 115 -45.5t45 -114.5t-45 -114.5t-115 -45.5q-69 0 -114.5 45.5t-45.5 114.5zM346 1036q0 70 45.5 115t114.5 45q70 0 115 -45t45 -115q0 -69 -45 -113t-115 -44q-69 0 -114.5 44t-45.5 113z" />
<glyph unicode="&#xf8;" horiz-adv-x="1304" d="M49 553q0 255 166 409t438 154q57 0 109 -6l86 264h145l-96 -297q167 -59 262.5 -196.5t95.5 -327.5q0 -255 -166 -410t-436 -155q-55 0 -108 6l-92 -285h-146l103 318q-169 59 -265 197.5t-96 328.5zM383 549q0 -87 29 -155.5t82 -108.5l188 577l-29 2 q-121 0 -195.5 -87t-74.5 -228zM623 236l30 -3q120 0 194.5 87t74.5 229q0 174 -111 264z" />
<glyph unicode="&#xf9;" horiz-adv-x="1357" d="M109 408v696h354v-596q0 -98 49.5 -154.5t134.5 -56.5q99 1 157 74t58 188v545h355v-1104h-355v182q-114 -196 -358 -196q-180 0 -287.5 114.5t-107.5 307.5zM313 1460l320 113l217 -344h-270z" />
<glyph unicode="&#xfa;" horiz-adv-x="1357" d="M109 408v696h354v-596q0 -98 49.5 -154.5t134.5 -56.5q99 1 157 74t58 188v545h355v-1104h-355v182q-114 -196 -358 -196q-180 0 -287.5 114.5t-107.5 307.5zM492 1229l217 344l319 -113l-266 -231h-270z" />
<glyph unicode="&#xfb;" horiz-adv-x="1357" d="M109 408v696h354v-596q0 -98 49.5 -154.5t134.5 -56.5q99 1 157 74t58 188v545h355v-1104h-355v182q-114 -196 -358 -196q-180 0 -287.5 114.5t-107.5 307.5zM297 1249l231 310h283l231 -310h-254l-118 174l-119 -174h-254z" />
<glyph unicode="&#xfc;" horiz-adv-x="1357" d="M109 408v696h354v-596q0 -98 49.5 -154.5t134.5 -56.5q99 1 157 74t58 188v545h355v-1104h-355v182q-114 -196 -358 -196q-180 0 -287.5 114.5t-107.5 307.5zM313 1415q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114.5 44.5 t-45.5 113.5zM709 1415q0 70 45 115t114 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114 44.5t-45 113.5z" />
<glyph unicode="&#xfd;" horiz-adv-x="1187" d="M-25 1104h365l270 -733l240 733h352l-477 -1219q-122 -299 -426 -299q-176 0 -322 113l148 242q75 -60 145 -60q95 0 138 88l26 56zM418 1229l217 344l319 -113l-266 -231h-270z" />
<glyph unicode="&#xfe;" horiz-adv-x="1402" d="M152 -397v1917h354v-562q123 158 330 158q233 0 375.5 -156.5t142.5 -412.5q0 -252 -139.5 -405.5t-370.5 -153.5q-216 0 -338 159v-544h-354zM506 557q0 -129 68 -209t176 -80q110 0 178.5 80.5t68.5 208.5q0 126 -68.5 206.5t-178.5 80.5q-107 0 -175.5 -80.5 t-68.5 -206.5z" />
<glyph unicode="&#xff;" horiz-adv-x="1187" d="M-25 1104h365l270 -733l240 733h352l-477 -1219q-122 -299 -426 -299q-176 0 -322 113l148 242q75 -60 145 -60q95 0 138 88l26 56zM240 1415q0 70 45 115t114 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5t-114 44.5t-45 113.5zM635 1415q0 70 45.5 115 t114.5 45t114 -45t45 -115q0 -69 -45 -113.5t-114 -44.5t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#x152;" horiz-adv-x="2279" d="M49 715q0 151 59 285t161 229.5t245.5 151t306.5 55.5h1346v-289h-760v-285h684v-284h-684v-291h780v-287h-1366q-162 0 -305 54.5t-245.5 149t-162 227.5t-59.5 284zM422 713q0 -180 114.5 -300t286.5 -120l219 2v840h-219q-172 0 -286.5 -120.5t-114.5 -301.5z" />
<glyph unicode="&#x153;" horiz-adv-x="2086" d="M49 553q0 255 166 409t438 154q275 0 416 -186q131 186 395 186q275 0 430.5 -175t141.5 -466h-801q23 -107 94 -165t174 -58q153 0 269 113l186 -183q-181 -194 -485 -194q-271 0 -406 184q-142 -184 -414 -184t-438 155t-166 410zM406 549q0 -129 68.5 -208t178.5 -79 q109 0 177.5 79.5t68.5 207.5q0 127 -68.5 207t-177.5 80q-110 0 -178.5 -79.5t-68.5 -207.5zM1233 645h450q0 102 -60.5 168t-156.5 66q-92 0 -153.5 -64.5t-79.5 -169.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1392" d="M-10 1434h364l346 -625l338 625h365l-520 -971v-463h-363v453zM340 1745q0 70 45.5 115t114.5 45t114 -45t45 -115q0 -69 -45 -113.5t-114 -44.5t-114.5 44.5t-45.5 113.5zM735 1745q0 70 45.5 115t114.5 45t114.5 -45t45.5 -115q0 -69 -45.5 -113.5t-114.5 -44.5 t-114.5 44.5t-45.5 113.5z" />
<glyph unicode="&#x2c6;" horiz-adv-x="716" d="M-14 1251l231 310h283l231 -310h-254l-119 174l-118 -174h-254z" />
<glyph unicode="&#x2dc;" horiz-adv-x="716" d="M-6 1272q0 319 215 319q41 0 79.5 -15t62 -33t49.5 -33t44 -15q64 0 64 86h215q0 -161 -52.5 -239t-160.5 -78q-54 0 -100.5 24t-80.5 48t-57 24q-61 0 -61 -88h-217z" />
<glyph unicode="&#x2000;" horiz-adv-x="960" />
<glyph unicode="&#x2001;" horiz-adv-x="1921" />
<glyph unicode="&#x2002;" horiz-adv-x="960" />
<glyph unicode="&#x2003;" horiz-adv-x="1921" />
<glyph unicode="&#x2004;" horiz-adv-x="640" />
<glyph unicode="&#x2005;" horiz-adv-x="480" />
<glyph unicode="&#x2006;" horiz-adv-x="320" />
<glyph unicode="&#x2007;" horiz-adv-x="320" />
<glyph unicode="&#x2008;" horiz-adv-x="240" />
<glyph unicode="&#x2009;" horiz-adv-x="384" />
<glyph unicode="&#x200a;" horiz-adv-x="106" />
<glyph unicode="&#x2010;" horiz-adv-x="765" d="M113 516v223h540v-223h-540z" />
<glyph unicode="&#x2011;" horiz-adv-x="765" d="M113 516v223h540v-223h-540z" />
<glyph unicode="&#x2012;" horiz-adv-x="765" d="M113 516v223h540v-223h-540z" />
<glyph unicode="&#x2013;" horiz-adv-x="833" d="M0 444v224h834v-224h-834z" />
<glyph unicode="&#x2014;" horiz-adv-x="1327" d="M0 444v224h1327v-224h-1327z" />
<glyph unicode="&#x2018;" horiz-adv-x="493" d="M55 1090q0 67 45 135l150 215h168l-90 -217q65 -48 65 -133q0 -73 -48 -120.5t-122 -47.5q-71 0 -119.5 44.5t-48.5 123.5z" />
<glyph unicode="&#x2019;" horiz-adv-x="493" d="M55 915l92 218q-67 47 -67 133q0 75 48 122.5t122 47.5q70 0 119 -45.5t49 -122.5q0 -70 -45 -135l-150 -218h-168z" />
<glyph unicode="&#x201a;" horiz-adv-x="493" d="M55 -197l92 220q-67 44 -67 133q0 73 48 120.5t122 47.5q71 0 119.5 -44.5t48.5 -123.5q0 -68 -45 -136l-150 -217h-168z" />
<glyph unicode="&#x201c;" horiz-adv-x="806" d="M55 1090q0 67 45 135l150 217h168l-92 -219q67 -44 67 -133q0 -73 -48 -120.5t-122 -47.5q-71 0 -119.5 44.5t-48.5 123.5zM434 1090q0 67 45 135l150 217h168l-92 -219q67 -44 67 -133q0 -73 -48 -120.5t-122 -47.5q-71 0 -119.5 44.5t-48.5 123.5z" />
<glyph unicode="&#x201d;" horiz-adv-x="843" d="M55 915l92 220q-67 44 -67 133q0 73 48 120.5t122 47.5q71 0 119.5 -44.5t48.5 -123.5q0 -67 -45 -135l-150 -218h-168zM434 915l92 220q-67 44 -67 133q0 73 48 120.5t122 47.5q71 0 119.5 -44.5t48.5 -123.5q0 -67 -45 -135l-150 -218h-168z" />
<glyph unicode="&#x201e;" horiz-adv-x="872" d="M55 -197l92 220q-67 44 -67 133q0 73 48 120.5t122 47.5q71 0 119.5 -44.5t48.5 -123.5q0 -68 -45 -136l-150 -217h-168zM434 -197l92 220q-67 44 -67 133q0 73 48 120.5t122 47.5q71 0 119.5 -44.5t48.5 -123.5q0 -68 -45 -136l-150 -217h-168z" />
<glyph unicode="&#x2022;" horiz-adv-x="669" d="M78 565q0 113 72 184.5t184 71.5q114 0 186 -71.5t72 -184.5q0 -114 -72 -187t-186 -73q-112 0 -184 73t-72 187z" />
<glyph unicode="&#x2026;" horiz-adv-x="1392" d="M78 152q0 73 47 120t119 47q74 0 121 -47t47 -120q0 -74 -47 -121t-121 -47q-72 0 -119 47.5t-47 120.5zM528 152q0 73 47 120t119 47q74 0 121 -47t47 -120q0 -74 -47 -121t-121 -47q-72 0 -119 47.5t-47 120.5zM979 152q0 73 47 120t119 47q74 0 121 -47t47 -120 q0 -74 -47.5 -121t-120.5 -47q-72 0 -119 47.5t-47 120.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="384" />
<glyph unicode="&#x2039;" horiz-adv-x="575" d="M4 545l246 377h287l-218 -377l218 -377h-287z" />
<glyph unicode="&#x203a;" horiz-adv-x="585" d="M72 168l219 377l-219 377h286l246 -377l-246 -377h-286z" />
<glyph unicode="&#x205f;" horiz-adv-x="480" />
<glyph unicode="&#x20ac;" horiz-adv-x="1601" d="M57 489v154h179q-5 63 -5 78q0 14 5 72h-179v153h209q73 225 271.5 362.5t461.5 137.5q158 0 314 -65.5t262 -176.5l-209 -250q-72 87 -169 137t-193 50q-109 0 -198.5 -52.5t-141.5 -142.5h462v-153h-518q-4 -46 -4 -68q0 -41 6 -82h516v-154h-456q53 -87 141 -136.5 t193 -49.5q91 0 188 45.5t174 122.5l211 -225q-115 -120 -274.5 -191t-317.5 -71q-257 0 -452.5 139t-266.5 366h-209z" />
<glyph unicode="&#x2122;" horiz-adv-x="1851" d="M-16 1229v207h712v-207h-229v-656h-256v656h-227zM784 573v863h281l211 -473l211 473h280v-863h-229v502l-176 -418h-172l-176 418v-502h-230z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1105" d="M0 0v1106h1106v-1106h-1106z" />
<hkern u1="&#x27;" u2="&#x2e;" k="104" />
<hkern u1="&#x28;" u2="&#x39;" k="29" />
<hkern u1="&#x2f;" u2="&#x39;" k="41" />
<hkern u1="&#x37;" u2="&#x2e;" k="76" />
<hkern u1="D" u2="Y" k="2" />
<hkern u1="J" u2="J" k="14" />
<hkern u1="J" u2="&#x2e;" k="16" />
<hkern u1="K" u2="&#x152;" k="41" />
<hkern u1="K" u2="&#xd8;" k="41" />
<hkern u1="K" u2="&#xd6;" k="41" />
<hkern u1="K" u2="&#xd5;" k="41" />
<hkern u1="K" u2="&#xd4;" k="41" />
<hkern u1="K" u2="&#xd3;" k="41" />
<hkern u1="K" u2="&#xd2;" k="41" />
<hkern u1="K" u2="&#xc7;" k="41" />
<hkern u1="K" u2="Q" k="41" />
<hkern u1="K" u2="O" k="41" />
<hkern u1="K" u2="G" k="41" />
<hkern u1="K" u2="C" k="41" />
<hkern u1="O" u2="Y" k="2" />
<hkern u1="Q" u2="Y" k="2" />
<hkern u1="U" u2="J" k="14" />
<hkern u1="V" u2="O" k="4" />
<hkern u1="V" u2="J" k="6" />
<hkern u1="W" u2="O" k="4" />
<hkern u1="W" u2="J" k="6" />
<hkern u1="W" u2="&#x2e;" k="6" />
<hkern u1="W" u2="&#x26;" k="14" />
<hkern u1="Y" u2="&#x152;" k="29" />
<hkern u1="Y" u2="&#xd8;" k="29" />
<hkern u1="Y" u2="&#xd6;" k="29" />
<hkern u1="Y" u2="&#xd5;" k="29" />
<hkern u1="Y" u2="&#xd4;" k="29" />
<hkern u1="Y" u2="&#xd3;" k="29" />
<hkern u1="Y" u2="&#xd2;" k="29" />
<hkern u1="Y" u2="&#xc7;" k="29" />
<hkern u1="Y" u2="Q" k="29" />
<hkern u1="Y" u2="O" k="29" />
<hkern u1="Y" u2="J" k="27" />
<hkern u1="Y" u2="G" k="29" />
<hkern u1="Y" u2="C" k="29" />
<hkern u1="Y" u2="&#x26;" k="86" />
<hkern u1="[" u2="&#x39;" k="35" />
<hkern u1="a" u2="&#x7d;" k="33" />
<hkern u1="a" u2="\" k="14" />
<hkern u1="a" u2="J" k="14" />
<hkern u1="b" u2="J" k="47" />
<hkern u1="e" u2="&#x7d;" k="41" />
<hkern u1="e" u2="\" k="20" />
<hkern u1="e" u2="J" k="47" />
<hkern u1="h" u2="J" k="14" />
<hkern u1="m" u2="J" k="14" />
<hkern u1="n" u2="J" k="14" />
<hkern u1="o" u2="J" k="47" />
<hkern u1="p" u2="J" k="47" />
<hkern u1="v" u2="J" k="37" />
<hkern u1="w" u2="J" k="37" />
<hkern u1="y" u2="J" k="4" />
<hkern u1="y" u2="&#x2e;" k="10" />
<hkern u1="&#xd0;" u2="Y" k="2" />
<hkern u1="&#xd2;" u2="Y" k="2" />
<hkern u1="&#xd3;" u2="Y" k="2" />
<hkern u1="&#xd4;" u2="Y" k="2" />
<hkern u1="&#xd5;" u2="Y" k="2" />
<hkern u1="&#xd6;" u2="Y" k="2" />
<hkern u1="&#xd8;" u2="Y" k="2" />
<hkern u1="&#xd9;" u2="J" k="14" />
<hkern u1="&#xda;" u2="J" k="14" />
<hkern u1="&#xdb;" u2="J" k="14" />
<hkern u1="&#xdc;" u2="J" k="14" />
<hkern u1="&#xdd;" u2="O" k="4" />
<hkern u1="&#xdd;" u2="J" k="6" />
<hkern u1="&#xde;" u2="Y" k="18" />
<hkern u1="&#xe0;" u2="J" k="14" />
<hkern u1="&#xe1;" u2="J" k="14" />
<hkern u1="&#xe2;" u2="J" k="14" />
<hkern u1="&#xe3;" u2="J" k="14" />
<hkern u1="&#xe4;" u2="J" k="14" />
<hkern u1="&#xe5;" u2="J" k="14" />
<hkern u1="&#xe8;" u2="J" k="47" />
<hkern u1="&#xe9;" u2="J" k="47" />
<hkern u1="&#xea;" u2="J" k="47" />
<hkern u1="&#xeb;" u2="J" k="47" />
<hkern u1="&#xf0;" u2="Y" k="2" />
<hkern u1="&#xf1;" u2="J" k="14" />
<hkern u1="&#xf2;" u2="J" k="47" />
<hkern u1="&#xf3;" u2="J" k="47" />
<hkern u1="&#xf4;" u2="J" k="47" />
<hkern u1="&#xf5;" u2="J" k="47" />
<hkern u1="&#xf6;" u2="J" k="47" />
<hkern u1="&#xf8;" u2="J" k="47" />
<hkern u1="&#xfd;" u2="J" k="37" />
<hkern u1="&#xfe;" u2="J" k="47" />
<hkern u1="&#xff;" u2="J" k="37" />
<hkern u1="&#x178;" u2="O" k="4" />
<hkern u1="&#x178;" u2="J" k="6" />
<hkern u1="&#x2018;" u2="&#x2e;" k="113" />
<hkern u1="&#x2019;" u2="&#x2e;" k="109" />
<hkern u1="&#x2019;" u2="&#x26;" k="43" />
<hkern g1="s" g2="T" k="20" />
<hkern g1="s" g2="v,w,y,yacute,ydieresis" k="14" />
<hkern g1="s" g2="V,W,Y,Yacute,Ydieresis" k="53" />
<hkern g1="s" g2="x" k="29" />
<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="14" />
<hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="C,Ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="25" />
<hkern g1="d,l,uniFB02" g2="J" k="18" />
<hkern g1="R" g2="backslash" k="18" />
<hkern g1="R" g2="J" k="18" />
<hkern g1="R" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="v,w,y,yacute,ydieresis" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="z" k="53" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="J" k="27" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="111" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="x" k="53" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="23" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="129" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="78" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="s" k="53" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="period" k="68" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="i" k="6" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="m,n,r,ntilde" k="57" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="ampersand" k="63" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="57" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="p" k="16" />
<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-6" />
<hkern g1="t" g2="V,W,Y,Yacute,Ydieresis" k="57" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="6" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="T" k="37" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="J" k="16" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="23" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="T" k="47" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="v,w,y,yacute,ydieresis" k="6" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="J" k="49" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="39" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="V,W,Y,Yacute,Ydieresis" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="x" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="period" k="47" />
<hkern g1="k,x" g2="v,w,y,yacute,ydieresis" k="6" />
<hkern g1="k,x" g2="V,W,Y,Yacute,Ydieresis" k="53" />
<hkern g1="k,x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="k,x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="57" />
<hkern g1="k,x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="45" />
<hkern g1="k,x" g2="s" k="29" />
<hkern g1="k,x" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="6" />
<hkern g1="q" g2="T" k="37" />
<hkern g1="q" g2="V,W,Y,Yacute,Ydieresis" k="16" />
<hkern g1="i,uniFB01" g2="V,W,Y,Yacute,Ydieresis" k="6" />
<hkern g1="f" g2="f,germandbls,uniFB01,uniFB02" k="-6" />
<hkern g1="f" g2="T" k="-188" />
<hkern g1="f" g2="v,w,y,yacute,ydieresis" k="-61" />
<hkern g1="f" g2="J" k="23" />
<hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="29" />
<hkern g1="f" g2="V,W,Y,Yacute,Ydieresis" k="-123" />
<hkern g1="f" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-57" />
<hkern g1="f" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="51" />
<hkern g1="f" g2="period" k="-10" />
<hkern g1="f" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="-29" />
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-10" />
<hkern g1="f" g2="b,h,k,l,thorn" k="-47" />
<hkern g1="f" g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" k="-70" />
<hkern g1="L" g2="backslash" k="104" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-6" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="68" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="154" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,y,yacute,ydieresis" k="66" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W,Y,Yacute,Ydieresis" k="111" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="45" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="45" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="S" k="6" />
<hkern g1="P" g2="J" k="59" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="106" />
<hkern g1="P" g2="period" k="86" />
<hkern g1="j" g2="T" k="31" />
<hkern g1="j" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="Thorn" g2="J" k="43" />
<hkern g1="Thorn" g2="V,W,Y,Yacute,Ydieresis" k="10" />
<hkern g1="Thorn" g2="period" k="59" />
<hkern g1="T" g2="v,w,y,yacute,ydieresis" k="37" />
<hkern g1="T" g2="z" k="31" />
<hkern g1="T" g2="J" k="31" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="154" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="74" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="131" />
<hkern g1="T" g2="s" k="16" />
<hkern g1="T" g2="period" k="115" />
<hkern g1="T" g2="m,n,r,ntilde" k="37" />
<hkern g1="T" g2="ampersand" k="113" />
<hkern g1="T" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="37" />
<hkern g1="T" g2="b,h,k,l,thorn" k="88" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="backslash" k="37" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="T" k="37" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="v,w,y,yacute,ydieresis" k="16" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="z" k="10" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="J" k="33" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="braceright" k="6" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="V,W,Y,Yacute,Ydieresis" k="92" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
<hkern g1="c,ccedilla" g2="V,W,Y,Yacute,Ydieresis" k="61" />
<hkern g1="c,ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="23" />
<hkern g1="c,ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="K,X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="23" />
<hkern g1="r" g2="v,w,y,yacute,ydieresis" k="-45" />
<hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="10" />
<hkern g1="r" g2="V,W,Y,Yacute,Ydieresis" k="47" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="v,w,y,yacute,ydieresis" g2="T" k="37" />
<hkern g1="v,w,y,yacute,ydieresis" g2="J" k="45" />
<hkern g1="v,w,y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="66" />
<hkern g1="v,w,y,yacute,ydieresis" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="v,w,y,yacute,ydieresis" g2="x" k="6" />
<hkern g1="v,w,y,yacute,ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="6" />
<hkern g1="v,w,y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
<hkern g1="v,w,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="35" />
<hkern g1="v,w,y,yacute,ydieresis" g2="s" k="14" />
<hkern g1="v,w,y,yacute,ydieresis" g2="period" k="61" />
<hkern g1="v,w,y,yacute,ydieresis" g2="m,n,r,ntilde" k="-6" />
<hkern g1="B,germandbls" g2="backslash" k="18" />
<hkern g1="B,germandbls" g2="J" k="14" />
<hkern g1="z" g2="V,W,Y,Yacute,Ydieresis" k="53" />
<hkern g1="z" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="6" />
<hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="10" />
<hkern g1="z" g2="m,n,r,ntilde" k="10" />
<hkern g1="F" g2="J" k="37" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="70" />
<hkern g1="F" g2="period" k="80" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="29" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="x" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="period" k="39" />
<hkern g1="asterisk" g2="J" k="27" />
<hkern g1="quotesingle" g2="J" k="33" />
<hkern g1="quoteright" g2="J" k="20" />
<hkern g1="trademark" g2="J" k="10" />
<hkern g1="slash" g2="J" k="35" />
<hkern g1="slash" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="23" />
<hkern g1="bracketleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="quoteleft" g2="J" k="29" />
<hkern g1="parenleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-14" />
<hkern g1="parenleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="guilsinglright" g2="J" k="23" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,502 @@
<?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></metadata>
<defs>
<font id="montserratlight" horiz-adv-x="1470" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="561" />
<glyph unicode="&#xfb01;" horiz-adv-x="1210" d="M88 922v131h139v118q0 87 29 157.5t78 114.5t110.5 67.5t128.5 23.5q114 -3 195 -55l-4 -150q-95 53 -189 53q-83 2 -136.5 -48t-53.5 -142v-139h309v-131h-309v-922h-158v922h-139zM834 1389q0 47 29 78.5t73 31.5t74 -31.5t30 -78.5t-30 -79t-74 -32t-73 32t-29 79z M858 0v1079h160v-1079h-160z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1249" d="M88 924v129h139v139q0 152 98.5 251t247.5 97q115 -3 197 -51l-4 -150q-77 55 -164 58q-93 2 -155 -63.5t-62 -164.5v-116h309v-129h-309v-924h-158v924h-139zM885 0v1520h159v-1520h-159z" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="561" />
<glyph unicode="&#x09;" horiz-adv-x="561" />
<glyph unicode="&#xa0;" horiz-adv-x="561" />
<glyph unicode="!" horiz-adv-x="415" d="M127 90q0 46 28.5 76.5t69.5 30.5q43 0 72 -30.5t29 -76.5t-29 -76t-72 -30q-41 0 -69.5 30.5t-28.5 75.5zM150 1063v346h153v-346l-24 -631h-107z" />
<glyph unicode="&#x22;" horiz-adv-x="641" d="M123 969v465h127v-465h-127zM391 969v465h127v-465h-127z" />
<glyph unicode="#" d="M72 379l10 129h297l51 405h-293l10 129h299l48 392h122l-47 -392h412l49 392h121l-47 -392h291l-9 -129h-299l-51 -405h293l-10 -129h-297l-47 -379h-123l47 379h-412l-47 -379h-123l48 379h-293zM502 508h411l52 405h-414z" />
<glyph unicode="$" horiz-adv-x="1249" d="M66 213l73 147q88 -87 201 -139t227 -61v508q-53 16 -89 28t-84 32t-80 40.5t-66 51t-54.5 65.5t-33.5 82t-13 102q0 153 114 251.5t306 115.5v250h125v-248q111 -6 218 -41t188 -90l-70 -154q-154 101 -336 119v-467q58 -18 92.5 -29.5t87.5 -33.5t85 -42.5t69.5 -52.5 t58 -68t34.5 -85t14 -107q0 -163 -120.5 -267.5t-320.5 -121.5v-272h-125v270q-142 9 -273.5 67t-227.5 150zM328 1083q0 -92 61.5 -145.5t177.5 -93.5v426q-112 -11 -175.5 -59.5t-63.5 -127.5zM692 162q122 14 191 71t69 146q0 42 -13.5 76.5t-35.5 59.5t-57 47t-70.5 37 t-83.5 30v-467z" />
<glyph unicode="%" horiz-adv-x="1929" d="M88 1012q0 200 96.5 312t268.5 112t269 -112.5t97 -311.5q0 -201 -97 -312.5t-269 -111.5t-268.5 111.5t-96.5 312.5zM201 1012q0 -154 65.5 -237t186.5 -83t186.5 83t65.5 237t-65.5 237.5t-186.5 83.5t-186.5 -83.5t-65.5 -237.5zM336 0l1073 1434h158l-1071 -1434 h-160zM1110 422q0 199 96.5 310.5t268.5 111.5t269 -111.5t97 -310.5q0 -201 -97 -312.5t-269 -111.5t-268.5 111.5t-96.5 312.5zM1223 422q0 -155 65.5 -238.5t186.5 -83.5t186 83.5t65 238.5q0 154 -65 236.5t-186 82.5t-186.5 -82.5t-65.5 -236.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1329" d="M119 385q0 61 18.5 114.5t47 93.5t73.5 78t87 64.5t99 57.5q-147 191 -147 337q0 136 97 223t253 87q149 0 240.5 -80.5t91.5 -208.5q0 -41 -11 -78.5t-27.5 -67t-45.5 -60t-55.5 -52t-67.5 -47.5t-71 -42.5t-76 -41.5q115 -133 348 -363q80 113 147 279l109 -84 q-71 -165 -162 -287l248 -244l-86 -90l-240 238q-206 -219 -444 -219q-180 0 -303 112.5t-123 280.5zM254 397q0 -120 85.5 -197t211.5 -77q183 0 346 180q-276 276 -383 402q-59 -33 -101 -62t-81 -67t-58.5 -82.5t-19.5 -96.5zM428 1133q0 -116 125 -285q57 30 92.5 50 t78.5 50.5t67 58t40.5 65t16.5 79.5q0 80 -54.5 129t-146.5 49q-98 0 -158.5 -55.5t-60.5 -140.5z" />
<glyph unicode="'" horiz-adv-x="372" d="M123 969v465h127v-465h-127z" />
<glyph unicode="(" horiz-adv-x="620" d="M178 633q0 257 63 485.5t181 401.5h145q-113 -175 -175 -404t-62 -483q0 -255 62 -484.5t175 -402.5h-145q-118 171 -181 400.5t-63 486.5z" />
<glyph unicode=")" horiz-adv-x="651" d="M180 -254q114 173 176 403t62 484t-62 483t-176 404h146q118 -173 180.5 -401.5t62.5 -485.5q0 -258 -62.5 -487t-180.5 -400h-146z" />
<glyph unicode="*" horiz-adv-x="671" d="M55 1065l193 111l-193 106l45 88l193 -113l-2 220h90v-220l190 111l45 -86l-194 -106l194 -111l-45 -86l-192 113l2 -222h-90l2 222l-193 -113z" />
<glyph unicode="+" horiz-adv-x="1005" d="M76 602v119h373v371h110v-371h371v-119h-371v-371h-110v371h-373z" />
<glyph unicode="," horiz-adv-x="403" d="M86 -147l68 149q-45 26 -45 88q0 44 27.5 73.5t68.5 29.5t69.5 -28.5t28.5 -76.5q0 -38 -31 -88l-96 -147h-90z" />
<glyph unicode="-" horiz-adv-x="743" d="M131 561v119h481v-119h-481z" />
<glyph unicode="." horiz-adv-x="407" d="M104 90q0 46 29 76.5t72 30.5q41 0 69.5 -30.5t28.5 -76.5q0 -45 -28.5 -75.5t-69.5 -30.5q-43 0 -72 30t-29 76z" />
<glyph unicode="/" horiz-adv-x="649" d="M-23 -250l639 1929h142l-641 -1929h-140z" />
<glyph unicode="0" horiz-adv-x="1400" d="M109 717q0 348 153 534.5t438 186.5q286 0 439 -187t153 -534t-153 -534t-439 -187q-285 0 -438 186.5t-153 534.5zM274 717q0 -289 108 -435.5t318 -146.5t318 146.5t108 435.5q0 290 -108 435.5t-318 145.5t-318 -145.5t-108 -435.5z" />
<glyph unicode="1" horiz-adv-x="759" d="M35 1278v156h452v-1434h-161v1278h-291z" />
<glyph unicode="2" horiz-adv-x="1189" d="M82 1241q105 95 231 147t252 52q198 0 317 -96t119 -257q0 -194 -253 -464l-441 -467h776v-156h-985v135l537 584q91 91 143.5 184t52.5 162q0 104 -75.5 163.5t-210.5 59.5q-98 0 -201 -47t-190 -131z" />
<glyph unicode="3" horiz-adv-x="1079" d="M14 137l72 137q77 -63 174.5 -99t196.5 -36q165 0 259.5 81t94.5 214t-93.5 203t-262.5 70h-176v104l419 465h-620v156h825v-111l-444 -494l80 -6q196 -9 314 -110.5t118 -270.5q0 -200 -137 -324t-365 -124q-122 0 -243 39.5t-212 105.5z" />
<glyph unicode="4" horiz-adv-x="1181" d="M63 377v135l515 922h161l-499 -899h512v378h153v-378h217v-158h-217v-377h-153v377h-689z" />
<glyph unicode="5" horiz-adv-x="1157" d="M68 152l67 139q89 -67 196 -105.5t204 -38.5q161 0 254.5 83.5t93.5 228.5q0 127 -93 201.5t-251 74.5q-73 0 -184 -10t-185 -25v734h831v-158h-679v-404q130 21 241 21q223 0 358.5 -118.5t135.5 -305.5q0 -215 -138 -344t-368 -129q-118 0 -249.5 42.5t-233.5 113.5z " />
<glyph unicode="6" horiz-adv-x="1236" d="M109 686q0 343 158.5 548.5t430.5 205.5q97 0 207 -28.5t199 -74.5l-66 -131q-70 41 -158 64.5t-171 23.5q-227 0 -342 -172t-97 -467q47 126 158.5 194.5t269.5 68.5q210 0 332.5 -122t122.5 -329q0 -219 -131.5 -347t-353.5 -128q-262 0 -410.5 182t-148.5 512z M309 457q-1 -54 20 -107.5t61 -100.5t110 -76.5t157 -29.5q154 0 248 87.5t94 238.5q0 143 -88.5 226t-240.5 83q-165 0 -264 -94t-97 -227z" />
<glyph unicode="7" horiz-adv-x="1134" d="M80 1067v367h995v-138l-596 -1296h-174l590 1276h-668v-209h-147z" />
<glyph unicode="8" horiz-adv-x="1263" d="M102 397q0 135 82.5 231t227.5 138q-114 45 -177 126.5t-63 190.5q0 166 123.5 261.5t335.5 95.5q214 0 337.5 -96.5t123.5 -264.5q0 -108 -61.5 -188.5t-172.5 -124.5q141 -42 221 -137t80 -228q0 -191 -141 -300t-385 -109q-246 0 -388.5 108t-142.5 297zM258 416 q0 -135 99 -210t276 -75q174 0 273.5 75.5t99.5 209.5q0 128 -99 200t-276 72q-175 0 -274 -72.5t-99 -199.5zM313 1069q0 -115 84.5 -179.5t235.5 -64.5q149 0 233 64.5t84 179.5t-84 179.5t-233 64.5q-151 0 -235.5 -64.5t-84.5 -179.5z" />
<glyph unicode="9" horiz-adv-x="1236" d="M100 967q0 219 132 347t354 128q262 0 410.5 -182t148.5 -510q0 -345 -159 -550.5t-431 -205.5q-97 0 -206.5 28t-198.5 74l65 131q70 -41 158.5 -64.5t171.5 -23.5q227 0 341.5 172t96.5 467q-47 -126 -158.5 -194t-269.5 -68q-210 0 -332.5 122t-122.5 329zM254 965 q0 -143 89 -226.5t241 -83.5q164 0 263 94.5t99 227.5q0 42 -12.5 85t-40 84.5t-67.5 73t-99.5 51t-130.5 19.5q-155 0 -248.5 -86.5t-93.5 -238.5z" />
<glyph unicode=":" horiz-adv-x="401" d="M104 90q0 46 29 76.5t72 30.5q41 0 69.5 -30.5t28.5 -76.5q0 -45 -28.5 -75.5t-69.5 -30.5q-43 0 -72 30t-29 76zM104 698q0 46 29 76.5t72 30.5q41 0 69.5 -30.5t28.5 -76.5q0 -45 -28.5 -75.5t-69.5 -30.5q-43 0 -72 30t-29 76z" />
<glyph unicode=";" horiz-adv-x="405" d="M86 -147l68 149q-45 26 -45 88q0 44 27.5 73.5t68.5 29.5t69.5 -28.5t28.5 -76.5q0 -38 -31 -88l-96 -147h-90zM104 698q0 46 29 76.5t72 30.5q41 0 69.5 -30.5t28.5 -76.5q0 -45 -28.5 -75.5t-69.5 -30.5q-43 0 -72 30t-29 76z" />
<glyph unicode="&#x3c;" horiz-adv-x="1005" d="M76 592v153l854 381v-135l-744 -323l744 -324v-133z" />
<glyph unicode="=" horiz-adv-x="1005" d="M76 389v121h854v-121h-854zM76 813v121h854v-121h-854z" />
<glyph unicode="&#x3e;" horiz-adv-x="1005" d="M76 217v135l743 324l-743 323v134l854 -381v-154z" />
<glyph unicode="?" horiz-adv-x="868" d="M12 1044q7 175 114 271t286 96q175 0 281 -85.5t106 -244.5q0 -68 -18 -124t-47 -95t-64 -74.5t-70 -69t-64 -70t-47 -87t-18 -110.5h-127q0 69 17 125.5t43.5 95.5t59 73t65.5 65.5t59.5 65t43.5 80.5t17 103q0 102 -68.5 155.5t-183.5 53.5q-116 0 -183 -58t-73 -170z M305 90q0 46 28.5 76.5t69.5 30.5q43 0 72 -30.5t29 -76.5t-29 -76t-72 -30q-41 0 -69.5 30.5t-28.5 75.5z" />
<glyph unicode="@" horiz-adv-x="2019" d="M82 545q0 254 123 461.5t338 325.5t477 118q196 0 366.5 -68t291.5 -186.5t190 -286t69 -360.5q0 -238 -99 -382t-259 -144q-91 0 -150.5 48t-68.5 138l-2 67q-61 -107 -166.5 -165t-235.5 -58q-206 0 -348.5 140t-142.5 356q0 141 59.5 255.5t169 181.5t248.5 67 q137 0 242.5 -64t140.5 -141v188h152v-766q0 -65 32 -100t84 -35q95 0 158.5 114.5t63.5 295.5q0 165 -57.5 308.5t-160.5 247t-252 163t-325 59.5q-170 0 -321 -60t-259 -163.5t-170.5 -248t-62.5 -306.5q0 -213 102.5 -384t282 -266.5t401.5 -95.5q94 0 201.5 30t183.5 83 l58 -115q-84 -57 -209 -92t-234 -35q-193 0 -362 66.5t-289.5 181.5t-190 278t-69.5 349zM629 557q0 -151 96 -252.5t246 -101.5q153 0 249.5 100.5t96.5 251.5q0 148 -97 246t-251 98q-149 0 -244.5 -98t-95.5 -244z" />
<glyph unicode="A" d="M8 0l643 1434h170l641 -1434h-178l-160 362h-782l-160 -362h-174zM412 520h643l-324 727z" />
<glyph unicode="B" horiz-adv-x="1466" d="M217 0v1434h604q217 0 340 -95t123 -264q0 -126 -69 -211.5t-195 -111.5q155 -23 241.5 -119t86.5 -244q0 -183 -137 -286t-380 -103h-614zM381 156h432q175 0 272 66.5t97 189.5q0 117 -97 182t-272 65h-432v-503zM381 815h432q145 0 225 61t80 173q0 109 -80 168 t-225 59h-432v-461z" />
<glyph unicode="C" horiz-adv-x="1433" d="M82 719q0 197 99.5 362.5t271 261t376.5 95.5q146 0 283.5 -55.5t241.5 -153.5l-99 -125q-84 85 -195 132.5t-229 47.5q-160 0 -294 -75t-211.5 -205t-77.5 -285q0 -154 77.5 -284t212 -205.5t293.5 -75.5q117 0 227.5 45.5t196.5 126.5l101 -113q-109 -102 -248 -161.5 t-285 -59.5q-153 0 -290 57t-236 154t-157 231.5t-58 284.5z" />
<glyph unicode="D" horiz-adv-x="1615" d="M217 0v1434h580q206 0 375 -93.5t265.5 -258t96.5 -365.5q0 -151 -57 -284t-155.5 -228t-236.5 -150t-294 -55h-574zM381 156h418q158 0 288 72.5t205.5 201t75.5 285.5q0 158 -76 287t-208 201.5t-291 72.5h-412v-1120z" />
<glyph unicode="E" horiz-adv-x="1333" d="M217 0v1434h973v-158h-809v-471h723v-158h-723v-491h836v-156h-1000z" />
<glyph unicode="F" horiz-adv-x="1153" d="M217 0v1434h911v-158h-747v-504h670v-158h-670v-614h-164z" />
<glyph unicode="G" horiz-adv-x="1542" d="M82 717q0 198 100.5 364t274 261.5t381.5 95.5q147 0 285.5 -52.5t242.5 -144.5l-94 -123q-88 79 -201.5 122.5t-232.5 43.5q-161 0 -297 -75.5t-214.5 -206t-78.5 -285.5q0 -156 79 -287t215.5 -207t297.5 -76q200 0 377 121v432h145v-520q-108 -86 -249.5 -137 t-283.5 -51q-205 0 -376.5 96.5t-271 263.5t-99.5 365z" />
<glyph unicode="H" horiz-adv-x="1626" d="M217 0v1434h164v-648h864v648h164v-1434h-164v631h-864v-631h-164z" />
<glyph unicode="I" horiz-adv-x="598" d="M217 0v1434h164v-1434h-164z" />
<glyph unicode="J" horiz-adv-x="989" d="M0 197l82 131q67 -81 148 -123.5t165 -42.5q119 0 182.5 69.5t63.5 202.5v842h-512v158h678v-1004q0 -208 -108.5 -323t-301.5 -115q-238 0 -397 205z" />
<glyph unicode="K" horiz-adv-x="1431" d="M217 0v1434h164v-826l770 826h195l-568 -623l611 -811h-201l-529 680l-278 -305v-375h-164z" />
<glyph unicode="L" horiz-adv-x="1058" d="M217 0v1434h164v-1278h629v-156h-793z" />
<glyph unicode="M" horiz-adv-x="1886" d="M217 0v1434h203l524 -1033l522 1033h201v-1434h-151l-3 1182l-522 -1030h-98l-520 1030v-1182h-156z" />
<glyph unicode="N" horiz-adv-x="1628" d="M217 0v1434h170l860 -1153v1153h162v-1434h-168l-860 1151v-1151h-164z" />
<glyph unicode="O" horiz-adv-x="1665" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q206 0 378 -95.5t271.5 -261.5t99.5 -364t-99.5 -365t-271.5 -263.5t-378 -96.5q-155 0 -294.5 57t-239.5 154t-159 231t-59 283zM248 717q0 -154 79.5 -285t214.5 -206.5t292 -75.5q118 0 225 44.5t185 120.5t124.5 181 t46.5 221t-46 221t-124.5 180t-185.5 119.5t-225 44.5q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5z" />
<glyph unicode="P" horiz-adv-x="1370" d="M217 0v1434h539q265 0 412 -126.5t147 -355.5q0 -238 -146.5 -368.5t-412.5 -130.5h-375v-453h-164zM381 610h369q195 0 301 86t106 252q0 161 -105.5 244.5t-301.5 83.5h-369v-666z" />
<glyph unicode="Q" horiz-adv-x="1699" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q206 0 378 -95.5t271.5 -261.5t99.5 -364q0 -252 -156 -446.5t-399 -254.5q150 -159 291 -159q125 0 276 129l72 -123q-172 -158 -367 -158q-243 0 -450 287h-16q-155 0 -294.5 57t-239.5 154t-159 231t-59 283zM248 717 q0 -154 79.5 -285t214.5 -206.5t292 -75.5q118 0 225 44.5t185 120.5t124.5 181t46.5 221t-46 221t-124.5 180t-185.5 119.5t-225 44.5q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5z" />
<glyph unicode="R" horiz-adv-x="1480" d="M217 0v1434h545q268 0 416.5 -126.5t148.5 -355.5q0 -177 -82.5 -295.5t-238.5 -169.5l335 -487h-186l-297 457q-62 -4 -96 -4h-381v-453h-164zM381 610h381q197 0 302 86t105 252q0 161 -105 244.5t-302 83.5h-381v-666z" />
<glyph unicode="S" horiz-adv-x="1251" d="M66 213l73 147q98 -95 226 -148.5t251 -53.5q155 0 245.5 59t90.5 162q0 60 -27 105.5t-73.5 74.5t-107 52t-127.5 42t-133.5 40.5t-127 52.5t-107.5 72t-74.5 105t-27.5 146q0 168 136.5 269.5t359.5 101.5q122 0 243 -36t212 -97l-70 -154q-91 61 -196.5 91t-198.5 30 q-140 0 -222.5 -50.5t-82.5 -140.5q0 -59 27.5 -103.5t74.5 -73.5t107.5 -51.5t127 -42.5t133.5 -42t127.5 -54t107 -73.5t73.5 -107t27 -148.5q0 -179 -143.5 -286t-375.5 -107q-153 0 -298.5 60t-249.5 159z" />
<glyph unicode="T" horiz-adv-x="1142" d="M23 1276v158h1099v-158h-469v-1276h-164v1276h-466z" />
<glyph unicode="U" horiz-adv-x="1572" d="M184 590v844h164v-844q0 -208 117.5 -324t322.5 -116t321 116t116 324v844h164v-844q0 -280 -160 -439t-441 -159q-283 0 -443.5 159t-160.5 439z" />
<glyph unicode="V" horiz-adv-x="1361" d="M12 1434h176l494 -1244l496 1244h172l-586 -1434h-170z" />
<glyph unicode="W" horiz-adv-x="2082" d="M12 1434h176l394 -1244l389 1242l164 2l393 -1244l389 1244h170l-481 -1434h-168l-387 1208l-392 -1208h-167z" />
<glyph unicode="X" horiz-adv-x="1361" d="M45 0l526 737l-489 697h192l396 -553l399 553h193l-488 -689l529 -745h-197l-436 600l-432 -600h-193z" />
<glyph unicode="Y" horiz-adv-x="1280" d="M8 1434h170l465 -748l459 748h168l-545 -942v-492h-162v485z" />
<glyph unicode="Z" horiz-adv-x="1351" d="M88 0v131l950 1145h-923v158h1138v-131l-950 -1147h961l-2 -156h-1174z" />
<glyph unicode="[" horiz-adv-x="684" d="M217 -254v1774h404v-138h-259v-1499h259v-137h-404z" />
<glyph unicode="\" horiz-adv-x="915" d="M133 1679h139l641 -1929h-139z" />
<glyph unicode="]" horiz-adv-x="843" d="M225 -117h258v1499h-258v138h402v-1774h-402v137z" />
<glyph unicode="^" horiz-adv-x="1054" d="M70 266l379 811h153l381 -811h-133l-324 707l-323 -707h-133z" />
<glyph unicode="_" horiz-adv-x="1134" d="M0 -311h1135v-107h-1135v107z" />
<glyph unicode="`" horiz-adv-x="716" d="M145 1460l164 76l246 -279h-154z" />
<glyph unicode="a" horiz-adv-x="1181" d="M102 322q0 142 107.5 225t296.5 84h354v63q0 120 -74 186t-215 66q-164 0 -342 -123l-67 117q114 75 212 110t228 35q198 0 306 -98.5t110 -273.5l2 -713h-156v166q-128 -174 -395 -174q-164 0 -265.5 94t-101.5 236zM252 328q0 -90 67 -143.5t181 -53.5q137 0 234 65 t128 177v129h-336q-274 0 -274 -174z" />
<glyph unicode="b" horiz-adv-x="1384" d="M205 0v1520h160v-674q60 115 167.5 177t247.5 62q229 0 373.5 -152.5t144.5 -395.5q0 -240 -143 -391.5t-371 -151.5q-143 0 -250.5 61.5t-168.5 175.5v-231h-160zM365 541q0 -177 108.5 -289.5t278.5 -112.5q168 0 276.5 113.5t108.5 288.5q0 174 -108.5 287.5 t-276.5 113.5q-170 0 -278.5 -113t-108.5 -288z" />
<glyph unicode="c" horiz-adv-x="1148" d="M86 539q0 240 150.5 392t384.5 152h9q252 0 406 -159l-88 -113q-131 125 -321 125q-168 0 -275.5 -110.5t-107.5 -286.5t107.5 -288t275.5 -112q216 0 334 140l92 -99q-73 -89 -183.5 -137.5t-248.5 -48.5q-235 0 -385 152t-150 393z" />
<glyph unicode="d" horiz-adv-x="1390" d="M86 541q0 243 144.5 394.5t373.5 151.5q144 0 253 -62.5t169 -178.5v674h160v-1520h-160v231q-60 -115 -168 -177t-252 -62q-230 0 -375 153.5t-145 395.5zM246 537q0 -175 110 -288.5t281 -113.5q170 0 279.5 113.5t109.5 288.5q0 177 -109.5 291t-279.5 114 q-172 0 -281.5 -114t-109.5 -291z" />
<glyph unicode="e" horiz-adv-x="1204" d="M86 539q0 241 150 392.5t385 151.5h3q254 0 382 -162q119 -149 119 -397q0 -23 -1 -47h-880q22 -158 128 -251t263 -93q205 0 334 135l88 -94q-77 -87 -188.5 -133.5t-245.5 -46.5q-238 0 -387.5 152t-149.5 393zM244 608h737q-8 155 -105 246.5t-255 91.5 q-154 0 -256 -92t-121 -246z" />
<glyph unicode="f" horiz-adv-x="663" d="M88 915v132h139v118q0 169 101.5 266t244.5 97q134 -3 232 -76l-66 -129q-77 55 -164 55q-82 0 -136 -51t-54 -141v-139h309v-132h-309v-915h-158v915h-139z" />
<glyph unicode="g" horiz-adv-x="1302" d="M86 569q0 226 135.5 370.5t351.5 145.5q137 0 240 -58.5t162 -166.5v219h160v-966q0 -235 -148 -374.5t-395 -139.5q-239 3 -442 155l73 123q162 -134 363 -137q177 0 283 100t106 269v163q-57 -108 -159.5 -166.5t-237.5 -58.5q-218 0 -355 145.5t-137 376.5zM236 563 q2 -167 105 -274t265 -107q161 0 265 107.5t104 273.5q0 168 -103.5 275.5t-265.5 107.5t-265 -107.5t-105 -275.5z" />
<glyph unicode="h" horiz-adv-x="1355" d="M205 0v1520h160v-682q107 244 419 247q193 0 301.5 -111.5t108.5 -307.5v-666h-160v623q0 142 -81 222.5t-224 80.5q-169 -1 -266.5 -110.5t-97.5 -285.5v-530h-160z" />
<glyph unicode="i" horiz-adv-x="546" d="M168 1389q0 47 30 78.5t74 31.5t74.5 -31.5t30.5 -78.5t-30.5 -79t-74.5 -32t-74 32t-30 79zM195 0v1079h157v-1079h-157z" />
<glyph unicode="j" horiz-adv-x="546" d="M-180 -330l57 131q74 -55 156 -55q73 0 114 48.5t41 144.5v1140h160v-1120q0 -178 -88 -271q-85 -91 -215 -91h-6q-124 0 -219 73zM160 1389q0 47 31 79.5t77 32.5q47 0 78 -32t31 -80t-31 -80.5t-78 -32.5q-46 0 -77 33t-31 80z" />
<glyph unicode="k" horiz-adv-x="1173" d="M205 0v1520h160v-994l555 553h188l-403 -417l446 -662h-190l-369 545l-227 -236v-309h-160z" />
<glyph unicode="l" horiz-adv-x="569" d="M205 0v1520h160v-1520h-160z" />
<glyph unicode="m" horiz-adv-x="2138" d="M195 0v1079h157v-243q105 246 412 249q152 0 252.5 -74t134.5 -208q100 279 426 282q188 0 294.5 -111.5t106.5 -307.5v-666h-159v623q0 144 -79.5 224.5t-219.5 80.5q-165 -4 -259 -113t-94 -285v-530h-161v623q0 145 -79 225t-220 80q-164 -4 -259.5 -113.5 t-95.5 -284.5v-530h-157z" />
<glyph unicode="n" horiz-adv-x="1343" d="M195 0v1079h159v-237q111 240 418 243q193 0 301.5 -111.5t108.5 -307.5v-666h-160v623q0 142 -81 222.5t-224 80.5q-157 -1 -253 -95.5t-110 -250.5v-580h-159z" />
<glyph unicode="o" horiz-adv-x="1265" d="M86 541q0 240 153.5 391t393.5 151t393.5 -151t153.5 -391q0 -242 -153.5 -394.5t-393.5 -152.5t-393.5 152.5t-153.5 394.5zM246 539q0 -178 109 -290t278 -112t278 112t109 290q0 176 -109 287.5t-278 111.5t-278 -111.5t-109 -287.5z" />
<glyph unicode="p" horiz-adv-x="1384" d="M205 -397v1476h160v-233q60 115 167.5 177t247.5 62q229 0 373.5 -152.5t144.5 -395.5q0 -240 -143 -391.5t-371 -151.5q-143 0 -250.5 61.5t-168.5 175.5v-628h-160zM365 541q0 -177 108.5 -289.5t278.5 -112.5q168 0 276.5 113.5t108.5 288.5q0 174 -108.5 287.5 t-276.5 113.5q-170 0 -278.5 -113t-108.5 -288z" />
<glyph unicode="q" horiz-adv-x="1390" d="M86 541q0 243 144.5 394.5t373.5 151.5q144 0 253 -62.5t169 -178.5v233h160v-1476h-160v628q-60 -115 -168 -177t-252 -62q-230 0 -375 153.5t-145 395.5zM246 537q0 -175 110 -288.5t281 -113.5q170 0 279.5 113.5t109.5 288.5q0 177 -109.5 291t-279.5 114 q-172 0 -281.5 -114t-109.5 -291z" />
<glyph unicode="r" horiz-adv-x="761" d="M195 0v1079h159v-239q54 119 152.5 181.5t234.5 63.5v-161h-10q-161 0 -261 -93q-102 -96 -116 -258v-573h-159z" />
<glyph unicode="s" horiz-adv-x="927" d="M51 145l62 121q68 -64 165 -100.5t193 -36.5q101 0 165 39q66 40 66 119q0 44 -24 77q-25 35 -67 54.5t-95.5 39t-110 34.5t-110.5 40t-96 56t-67.5 83.5t-25.5 121.5q0 75 30.5 132.5t83.5 91.5t119 51t142 17q199 0 344 -98l-61 -127q-139 88 -293 88 q-96 0 -154.5 -35.5t-58.5 -107.5q0 -43 26 -75t68 -50.5t96.5 -37.5t110.5 -34t110.5 -41t96.5 -58t68 -85.5t26 -122.5q0 -102 -56.5 -173t-143.5 -102.5t-195 -31.5q-118 0 -228.5 39.5t-185.5 111.5z" />
<glyph unicode="t" horiz-adv-x="798" d="M78 915v129h155v285h158v-285l342 3v-132h-342v-587q0 -95 36.5 -138t107.5 -43q83 0 172 56l45 -129q-118 -79 -244 -82q-125 0 -200 77t-75 230v616h-155z" />
<glyph unicode="u" horiz-adv-x="1325" d="M158 414v665h159v-622q0 -142 79.5 -222.5t219.5 -80.5q165 3 260 111.5t95 283.5v530h159v-1079h-159v244q-106 -247 -410 -250q-189 0 -296 112.5t-107 307.5z" />
<glyph unicode="v" horiz-adv-x="1019" d="M8 1079h170l344 -913l342 913h162l-424 -1079h-166z" />
<glyph unicode="w" horiz-adv-x="1769" d="M8 1079h168l320 -913l313 913h168l317 -913l316 913h166l-400 -1079h-166l-317 877l-315 -877h-166z" />
<glyph unicode="x" horiz-adv-x="1083" d="M43 0l393 555l-366 524h184l287 -409l290 409h177l-361 -524l387 -555h-186l-307 440l-318 -440h-180z" />
<glyph unicode="y" horiz-adv-x="1028" d="M-12 -326l67 133q71 -51 152 -51q131 0 196 152l46 100l-447 1071h168l358 -891l342 891h164l-495 -1233q-51 -124 -133.5 -188t-190.5 -64q-127 0 -227 80z" />
<glyph unicode="z" horiz-adv-x="1077" d="M106 0v121l676 817l-657 2v139l850 -2v-121l-676 -817l692 -2v-139z" />
<glyph unicode="{" horiz-adv-x="636" d="M88 561v141h53q51 0 75 29t24 92v455q0 130 68.5 187t223.5 57h58v-138q-109 0 -157 -36.5t-48 -116.5v-397q0 -89 -27.5 -136t-91.5 -67q64 -19 91.5 -65.5t27.5 -135.5v-399q0 -80 48 -116t157 -36v-137h-58q-155 0 -223.5 57t-68.5 187v452q0 64 -24 93.5t-75 29.5 h-53z" />
<glyph unicode="|" horiz-adv-x="512" d="M193 -248v1917h126v-1917h-126z" />
<glyph unicode="}" horiz-adv-x="729" d="M184 -121q109 0 157 36t48 116v399q0 89 27.5 135.5t91.5 65.5q-64 20 -91.5 67t-27.5 136v397q0 80 -48 116.5t-157 36.5v138h58q156 0 224.5 -57t68.5 -187v-455q0 -63 23.5 -92t74.5 -29h53v-141h-53q-51 0 -74.5 -29.5t-23.5 -93.5v-452q0 -130 -68.5 -187 t-224.5 -57h-58v137z" />
<glyph unicode="~" horiz-adv-x="1005" d="M150 541q0 120 45 181.5t131 61.5q54 0 116.5 -32t118.5 -63.5t94 -31.5q88 0 88 111h115q0 -120 -45 -182t-131 -62q-46 0 -95.5 19.5t-85 43t-76.5 43t-73 19.5q-88 0 -88 -108h-114z" />
<glyph unicode="&#xa1;" horiz-adv-x="413" d="M125 987q0 46 28.5 76.5t69.5 30.5q43 0 72 -30.5t29 -76.5q0 -47 -29 -76.5t-72 -29.5q-42 0 -70 29.5t-28 76.5zM147 14l23 631h106l23 -631v-346h-152v346z" />
<glyph unicode="&#xa2;" horiz-adv-x="1148" d="M86 539q0 221 129 369t336 171v299h125v-297q224 -15 360 -157l-88 -113q-115 109 -272 123v-793q181 15 285 138l92 -99q-66 -79 -162.5 -127t-214.5 -57v-270h-125v272q-208 23 -336.5 171t-128.5 370zM244 539q0 -155 84.5 -262t222.5 -132v785 q-138 -25 -222.5 -130.5t-84.5 -260.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1107" d="M88 0v143h178v490h-178v127h178v241q0 211 105 325t299 114q113 0 213.5 -49.5t173.5 -141.5l-70 -131q-131 166 -301 166q-125 0 -190.5 -73t-65.5 -212v-239h373v-127h-373v-490h602v-143h-944z" />
<glyph unicode="&#xa4;" horiz-adv-x="1468" d="M86 100l211 213q-121 150 -121 338q0 187 119 338l-209 211l92 100l217 -215q152 113 338 113q191 0 342 -113l215 215l92 -100l-206 -209q120 -148 120 -340q0 -191 -125 -338l211 -213l-92 -100l-219 217q-149 -108 -338 -108t-334 110l-221 -219zM305 651 q0 -164 125.5 -280.5t302.5 -116.5q180 0 307 116.5t127 280.5q0 167 -127 285.5t-307 118.5q-177 0 -302.5 -118.5t-125.5 -285.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1267" d="M10 1434h168l465 -748l459 748h168l-461 -797h328v-82h-375l-35 -59v-138h410v-82h-410v-276h-164v276h-403v82h403v129l-41 68h-362v82h315z" />
<glyph unicode="&#xa6;" horiz-adv-x="512" d="M193 -248v715h126v-715h-126zM193 954v715h126v-715h-126z" />
<glyph unicode="&#xa7;" horiz-adv-x="966" d="M49 -16l55 106q164 -139 365 -139q110 0 184 47t74 121q0 52 -34.5 90.5t-90 61.5t-123 43.5t-134.5 45t-122.5 57t-90 88t-34.5 130.5q0 100 72.5 167t198.5 89q-131 47 -186.5 105.5t-55.5 146.5q0 125 103.5 201.5t273.5 76.5q189 0 346 -98l-53 -109q-142 86 -293 86 q-107 0 -172.5 -40.5t-65.5 -110.5q0 -53 35 -91.5t90.5 -61.5t123 -43t134.5 -44.5t122.5 -56.5t90.5 -88.5t35 -132.5q0 -95 -68.5 -169t-162.5 -95q107 -42 155.5 -100t48.5 -146q0 -129 -110 -211t-285 -82q-122 0 -233 41t-193 115zM240 649q0 -82 84.5 -138t201.5 -56 q104 0 167 45.5t63 117.5q0 82 -75.5 131.5t-199.5 49.5q-112 0 -176.5 -41t-64.5 -109z" />
<glyph unicode="&#xa8;" horiz-adv-x="763" d="M90 1401q0 44 28.5 74t69.5 30t70 -30t29 -74t-29 -74.5t-70 -30.5t-69.5 30.5t-28.5 74.5zM432 1401q0 44 27.5 74t68.5 30q43 0 71 -30t28 -74q0 -45 -28 -75t-71 -30q-41 0 -68.5 30.5t-27.5 74.5z" />
<glyph unicode="&#xa9;" horiz-adv-x="1550" d="M82 713q0 140 54 268.5t146 223t221 150.5t273 56q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -140 -54.5 -268.5t-146.5 -223t-221.5 -151t-273.5 -56.5q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM170 713q0 -163 78.5 -300.5t217 -218.5t306.5 -81 q169 0 309.5 82t220.5 220.5t80 301.5q0 122 -47 232.5t-127.5 191.5t-193 128.5t-238.5 47.5q-168 0 -308 -82t-219 -220.5t-79 -301.5zM412 715q0 151 108.5 254.5t265.5 103.5q73 0 143.5 -28t123.5 -78l-56 -66q-92 86 -211 86q-118 0 -201 -78.5t-83 -191.5 q0 -116 83 -196.5t201 -80.5q117 0 211 84l56 -59q-55 -53 -126 -83t-145 -30q-155 0 -262.5 105.5t-107.5 257.5z" />
<glyph unicode="&#xaa;" horiz-adv-x="778" d="M82 1124q0 84 65.5 130t184.5 46h213v43q-2 66 -45.5 102t-126.5 36q-104 0 -221 -68l-33 86q144 80 278 80q124 0 193 -59t69 -164l3 -418h-117v115q-79 -119 -246 -119q-99 0 -158 52.5t-59 137.5zM193 1133q0 -51 39 -83t104 -32q152 0 209 123v94h-191 q-77 0 -119 -26.5t-42 -75.5z" />
<glyph unicode="&#xab;" horiz-adv-x="874" d="M76 522l231 344h139l-219 -344l219 -340h-139zM391 522l232 344h139l-219 -344l219 -340h-139z" />
<glyph unicode="&#xac;" horiz-adv-x="1128" d="M76 676v121h882v-490h-120v369h-762z" />
<glyph unicode="&#xad;" horiz-adv-x="745" d="M131 561v119h481v-119h-481z" />
<glyph unicode="&#xae;" horiz-adv-x="1550" d="M82 713q0 140 54 268.5t146 223t221 150.5t273 56q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -140 -54.5 -268.5t-146.5 -223t-221.5 -151t-273.5 -56.5q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM170 713q0 -163 78.5 -300.5t217 -218.5t306.5 -81 q169 0 309.5 82t220.5 220.5t80 301.5q0 122 -47 232.5t-127.5 191.5t-193 128.5t-238.5 47.5q-168 0 -308 -82t-219 -220.5t-79 -301.5zM514 373v719h274q138 0 212.5 -62.5t74.5 -179.5q0 -88 -42 -147.5t-120 -84.5l172 -245h-102l-152 229q-14 -2 -43 -2h-188v-227h-86z M600 678h188q96 0 149.5 44.5t53.5 127.5q0 79 -53.5 121.5t-149.5 42.5h-188v-336z" />
<glyph unicode="&#xaf;" horiz-adv-x="716" d="M113 1323v127h493v-127h-493z" />
<glyph unicode="&#xb0;" horiz-adv-x="671" d="M162 1417q0 94 69 163t164 69q97 0 167.5 -69t70.5 -163t-70.5 -161.5t-167.5 -67.5q-95 0 -164 67.5t-69 161.5zM240 1417q0 -60 46 -103.5t109 -43.5q66 0 113 43.5t47 103.5t-47 105t-113 45q-63 0 -109 -45t-46 -105z" />
<glyph unicode="&#xb1;" horiz-adv-x="1005" d="M76 66v120h854v-120h-854zM76 725v119h373v364h110v-364h371v-119h-371v-363h-110v363h-373z" />
<glyph unicode="&#xb2;" horiz-adv-x="778" d="M70 1317q143 121 307 121q122 0 196 -57.5t74 -153.5q0 -118 -158 -273l-256 -260h459v-102h-610v90l326 338q112 112 112 192q0 56 -43 87.5t-119 31.5q-58 0 -121 -28t-116 -78z" />
<glyph unicode="&#xb3;" horiz-adv-x="712" d="M33 674l51 98q95 -86 223 -86q94 0 147.5 44.5t53.5 117.5q0 71 -53.5 109t-149.5 38h-112v74l253 264h-376v97h516v-76l-260 -275l47 -2q115 -8 184.5 -68t69.5 -159q0 -118 -84.5 -190t-227.5 -72q-76 0 -152 23t-130 63z" />
<glyph unicode="&#xb4;" horiz-adv-x="716" d="M154 1257l245 279l162 -78l-254 -201h-153z" />
<glyph unicode="&#xb5;" horiz-adv-x="1370" d="M203 414v665h162v-665q12 -123 90 -191.5t207 -68.5q165 3 259.5 111.5t94.5 283.5v530h160v-1079h-160v244q-106 -247 -410 -250q-146 0 -241 65v-456h-160v759q-2 16 -2 52z" />
<glyph unicode="&#xb6;" horiz-adv-x="1212" d="M4 1139q0 75 25 141.5t75.5 121t137 86.5t200.5 32h553v-1745h-125v1634h-309v-1634h-125v999q-25 -2 -69 -2q-83 0 -148.5 25t-104.5 63t-65 88.5t-35.5 97t-9.5 93.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="401" d="M104 578q0 44 28 73t69 29t68.5 -29t27.5 -73q0 -46 -27.5 -76.5t-68.5 -30.5t-69 30.5t-28 76.5z" />
<glyph unicode="&#xb8;" horiz-adv-x="716" d="M176 -391l35 88q50 -41 121 -41q50 0 80 28t28 68q0 36 -27.5 61t-74.5 25q-41 0 -68 -6l78 186h101l-54 -120q65 -8 105.5 -49t40.5 -107q1 -82 -55 -132t-144 -50q-97 0 -166 49z" />
<glyph unicode="&#xb9;" horiz-adv-x="520" d="M43 1327v107h295v-842h-121v735h-174z" />
<glyph unicode="&#xba;" horiz-adv-x="823" d="M74 1257q0 143 94 232.5t244 89.5t245 -90t95 -232q0 -144 -95 -233.5t-245 -89.5q-151 0 -244.5 89t-93.5 234zM190 1255q0 -99 62 -160t160 -61q97 0 158 61t61 160q0 98 -61 160t-158 62t-159.5 -62t-62.5 -160z" />
<glyph unicode="&#xbb;" horiz-adv-x="888" d="M156 182l219 344l-219 340h139l231 -340l-231 -344h-139zM471 182l219 344l-219 340h139l232 -340l-232 -344h-139z" />
<glyph unicode="&#xbc;" horiz-adv-x="1589" d="M43 1327v107h295v-842h-121v735h-174zM80 0l1073 1434h158l-1071 -1434h-160zM870 213v94l306 535h118l-301 -533h295v226h115v-226h129v-96h-129v-213h-115v213h-418z" />
<glyph unicode="&#xbd;" horiz-adv-x="1636" d="M43 1327v107h295v-842h-121v735h-174zM80 0l1073 1434h158l-1071 -1434h-160zM928 727q145 119 307 119q122 0 196 -57t74 -152q0 -121 -157 -275l-256 -260h458v-102h-610v90l326 338q51 51 81.5 103t30.5 90q0 56 -42.5 87t-118.5 31q-58 0 -121.5 -28t-116.5 -76z" />
<glyph unicode="&#xbe;" horiz-adv-x="1722" d="M33 674l51 98q95 -86 223 -86q94 0 147.5 44.5t53.5 117.5q0 71 -53.5 109t-149.5 38h-112v74l253 264h-376v97h516v-76l-260 -275l47 -2q115 -8 184.5 -68t69.5 -159q0 -118 -84.5 -190t-227.5 -72q-76 0 -152 23t-130 63zM211 0l1073 1434h158l-1071 -1434h-160z M1004 213v94l305 535h118l-301 -533h295v226h115v-226h129v-96h-129v-213h-115v213h-417z" />
<glyph unicode="&#xbf;" horiz-adv-x="868" d="M72 -6q0 68 18 124.5t47 96t63.5 75t69.5 69.5t64 70t47 87t18 111h125q0 -69 -17 -125.5t-43.5 -95.5t-59 -73t-65.5 -65.5t-59.5 -65.5t-43.5 -81t-17 -103q0 -102 68.5 -155t183.5 -53q117 0 183.5 57t72.5 168l129 -2q-7 -175 -113.5 -272t-283.5 -97 q-175 0 -281 85.5t-106 244.5zM367 987q0 46 28.5 76.5t69.5 30.5q43 0 71.5 -30.5t28.5 -76.5q0 -47 -28.5 -76.5t-71.5 -29.5q-42 0 -70 29.5t-28 76.5z" />
<glyph unicode="&#xc0;" d="M8 0l643 1434h170l641 -1434h-178l-160 362h-782l-160 -362h-174zM412 520h643l-324 727zM428 1815l164 75l246 -278h-154z" />
<glyph unicode="&#xc1;" d="M8 0l643 1434h170l641 -1434h-178l-160 362h-782l-160 -362h-174zM412 520h643l-324 727zM627 1612l245 278l162 -78l-254 -200h-153z" />
<glyph unicode="&#xc2;" d="M8 0l643 1434h170l641 -1434h-178l-160 362h-782l-160 -362h-174zM412 520h643l-324 727zM449 1616l208 266h156l209 -266h-139l-148 184l-147 -184h-139z" />
<glyph unicode="&#xc3;" d="M8 0l643 1434h170l641 -1434h-178l-160 362h-782l-160 -362h-174zM412 520h643l-324 727zM430 1649q0 114 43.5 172.5t126.5 58.5q36 0 73 -19t62.5 -42.5t56.5 -42.5t56 -19q88 0 88 107h106q0 -114 -43.5 -173t-126.5 -59q-40 0 -77.5 19t-61.5 42.5t-53 42.5t-55 19 q-88 0 -88 -106h-107z" />
<glyph unicode="&#xc4;" d="M8 0l643 1434h170l641 -1434h-178l-160 362h-782l-160 -362h-174zM412 520h643l-324 727zM467 1755q0 44 28.5 74.5t69.5 30.5t70 -30.5t29 -74.5q0 -45 -28.5 -75.5t-70.5 -30.5q-41 0 -69.5 30.5t-28.5 75.5zM807 1755q0 44 28.5 74.5t69.5 30.5t70 -30.5t29 -74.5 q0 -45 -28.5 -75.5t-70.5 -30.5q-41 0 -69.5 30.5t-28.5 75.5z" />
<glyph unicode="&#xc5;" d="M8 0l621 1382q-60 29 -96.5 87t-36.5 126q0 97 71 168.5t170 71.5t171.5 -71.5t72.5 -168.5q0 -69 -37 -126.5t-98 -88.5l616 -1380h-178l-160 362h-782l-160 -362h-174zM412 520h643l-324 727zM578 1595q0 -63 47 -107t112 -44q66 0 114 44t48 107q0 61 -48 105.5 t-114 44.5q-65 0 -112 -44.5t-47 -105.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="2103" d="M8 0l846 1434h1104v-158h-809v-473h725v-156h-725v-489h836v-158h-1000v389h-575l-228 -389h-174zM492 528h493v760h-51z" />
<glyph unicode="&#xc7;" horiz-adv-x="1433" d="M82 719q0 197 99.5 362.5t271 261t376.5 95.5q146 0 283.5 -55.5t241.5 -153.5l-99 -125q-84 85 -195 132.5t-229 47.5q-160 0 -294 -75t-211.5 -205t-77.5 -285q0 -154 77.5 -284t212 -205.5t293.5 -75.5q117 0 227.5 45.5t196.5 126.5l101 -113q-100 -93 -225 -151.5 t-257 -67.5l-43 -96q65 -8 105.5 -49t40.5 -107q1 -82 -55 -132t-144 -50q-97 0 -166 49l35 88q50 -41 121 -41q50 0 80.5 28.5t28.5 67.5q0 36 -28 61t-75 25q-40 0 -67 -6l67 162q-144 9 -272.5 69.5t-220.5 156t-145.5 226t-53.5 273.5z" />
<glyph unicode="&#xc8;" horiz-adv-x="1333" d="M217 0v1434h973v-158h-809v-471h723v-158h-723v-491h836v-156h-1000zM403 1815l164 75l246 -278h-154z" />
<glyph unicode="&#xc9;" horiz-adv-x="1333" d="M217 0v1434h973v-158h-809v-471h723v-158h-723v-491h836v-156h-1000zM602 1612l246 278l162 -78l-254 -200h-154z" />
<glyph unicode="&#xca;" horiz-adv-x="1333" d="M217 0v1434h973v-158h-809v-471h723v-158h-723v-491h836v-156h-1000zM424 1616l209 266h155l209 -266h-139l-147 184l-148 -184h-139z" />
<glyph unicode="&#xcb;" horiz-adv-x="1333" d="M217 0v1434h973v-158h-809v-471h723v-158h-723v-491h836v-156h-1000zM442 1755q0 44 29 74.5t70 30.5t69.5 -30.5t28.5 -74.5q0 -45 -28.5 -75.5t-69.5 -30.5q-42 0 -70.5 30.5t-28.5 75.5zM782 1755q0 44 29 74.5t70 30.5t69.5 -30.5t28.5 -74.5q0 -45 -28.5 -75.5 t-69.5 -30.5q-42 0 -70.5 30.5t-28.5 75.5z" />
<glyph unicode="&#xcc;" horiz-adv-x="598" d="M-8 1815l164 75l245 -278h-153zM217 0v1434h164v-1434h-164z" />
<glyph unicode="&#xcd;" horiz-adv-x="598" d="M188 1612l246 278l162 -78l-254 -200h-154zM217 0v1434h164v-1434h-164z" />
<glyph unicode="&#xce;" horiz-adv-x="598" d="M12 1616l209 266h156l209 -266h-140l-147 184l-147 -184h-140zM217 0v1434h164v-1434h-164z" />
<glyph unicode="&#xcf;" horiz-adv-x="598" d="M31 1755q0 44 28.5 74.5t69.5 30.5t69.5 -30.5t28.5 -74.5q0 -45 -28.5 -75.5t-69.5 -30.5t-69.5 30.5t-28.5 75.5zM217 0v1434h164v-1434h-164zM371 1755q0 44 28.5 74.5t69.5 30.5t69.5 -30.5t28.5 -74.5q0 -45 -28.5 -75.5t-69.5 -30.5t-69.5 30.5t-28.5 75.5z" />
<glyph unicode="&#xd0;" horiz-adv-x="1640" d="M0 668v106h242v660h579q154 0 291 -55t235 -150t155 -228t57 -284q0 -201 -97 -365.5t-267.5 -258t-379.5 -93.5h-573v668h-242zM406 156h417q158 0 288.5 72.5t206 201t75.5 285.5q0 158 -76.5 287t-208.5 201.5t-291 72.5h-411v-502h456v-106h-456v-512z" />
<glyph unicode="&#xd1;" horiz-adv-x="1628" d="M217 0v1434h170l860 -1153v1153h162v-1434h-168l-860 1151v-1151h-164zM508 1649q0 114 43.5 172.5t126.5 58.5q36 0 73 -19t62.5 -42.5t56.5 -42.5t56 -19q88 0 88 107h106q0 -114 -43.5 -173t-126.5 -59q-33 0 -63.5 12.5t-53.5 31t-44 36.5t-43.5 30.5t-43.5 12.5 q-88 0 -88 -106h-106z" />
<glyph unicode="&#xd2;" horiz-adv-x="1665" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q206 0 378 -95.5t271.5 -261.5t99.5 -364t-99.5 -365t-271.5 -263.5t-378 -96.5q-155 0 -294.5 57t-239.5 154t-159 231t-59 283zM248 717q0 -154 79.5 -285t214.5 -206.5t292 -75.5q118 0 225 44.5t185 120.5t124.5 181 t46.5 221t-46 221t-124.5 180t-185.5 119.5t-225 44.5q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5zM520 1815l164 75l246 -278h-154z" />
<glyph unicode="&#xd3;" horiz-adv-x="1665" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q206 0 378 -95.5t271.5 -261.5t99.5 -364t-99.5 -365t-271.5 -263.5t-378 -96.5q-155 0 -294.5 57t-239.5 154t-159 231t-59 283zM248 717q0 -154 79.5 -285t214.5 -206.5t292 -75.5q118 0 225 44.5t185 120.5t124.5 181 t46.5 221t-46 221t-124.5 180t-185.5 119.5t-225 44.5q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5zM717 1612l246 278l161 -78l-254 -200h-153z" />
<glyph unicode="&#xd4;" horiz-adv-x="1665" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q206 0 378 -95.5t271.5 -261.5t99.5 -364t-99.5 -365t-271.5 -263.5t-378 -96.5q-155 0 -294.5 57t-239.5 154t-159 231t-59 283zM248 717q0 -154 79.5 -285t214.5 -206.5t292 -75.5q118 0 225 44.5t185 120.5t124.5 181 t46.5 221t-46 221t-124.5 180t-185.5 119.5t-225 44.5q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5zM541 1616l209 266h155l209 -266h-139l-148 184l-147 -184h-139z" />
<glyph unicode="&#xd5;" horiz-adv-x="1665" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q206 0 378 -95.5t271.5 -261.5t99.5 -364t-99.5 -365t-271.5 -263.5t-378 -96.5q-155 0 -294.5 57t-239.5 154t-159 231t-59 283zM248 717q0 -154 79.5 -285t214.5 -206.5t292 -75.5q118 0 225 44.5t185 120.5t124.5 181 t46.5 221t-46 221t-124.5 180t-185.5 119.5t-225 44.5q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5zM520 1649q0 114 43.5 172.5t126.5 58.5q36 0 73 -19t62.5 -42.5t56.5 -42.5t56 -19q88 0 88 107h107q0 -114 -43.5 -173t-126.5 -59q-33 0 -63.5 12.5t-53.5 31t-44 36.5 t-43.5 30.5t-43.5 12.5q-88 0 -88 -106h-107z" />
<glyph unicode="&#xd6;" horiz-adv-x="1665" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q206 0 378 -95.5t271.5 -261.5t99.5 -364t-99.5 -365t-271.5 -263.5t-378 -96.5q-155 0 -294.5 57t-239.5 154t-159 231t-59 283zM248 717q0 -154 79.5 -285t214.5 -206.5t292 -75.5q118 0 225 44.5t185 120.5t124.5 181 t46.5 221t-46 221t-124.5 180t-185.5 119.5t-225 44.5q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5zM559 1755q0 44 28.5 74.5t69.5 30.5t70 -30.5t29 -74.5q0 -45 -28.5 -75.5t-70.5 -30.5q-41 0 -69.5 30.5t-28.5 75.5zM899 1755q0 44 28.5 74.5t69.5 30.5t70 -30.5 t29 -74.5q0 -45 -28.5 -75.5t-70.5 -30.5q-41 0 -69.5 30.5t-28.5 75.5z" />
<glyph unicode="&#xd7;" horiz-adv-x="1005" d="M164 401l258 261l-258 260l78 86l262 -265l262 265l78 -86l-258 -260l258 -261l-78 -86l-262 265l-262 -265z" />
<glyph unicode="&#xd8;" horiz-adv-x="1665" d="M82 717q0 200 100 365.5t272.5 260.5t379.5 95q59 0 155 -15l80 242h105l-89 -268q221 -73 359.5 -259t138.5 -421q0 -198 -99.5 -365t-271.5 -263.5t-378 -96.5q-100 0 -207 26l-92 -280h-105l105 313q-204 85 -328.5 264t-124.5 402zM248 717q0 -167 92.5 -305.5 t243.5 -208.5l356 1069q-58 10 -106 10q-157 0 -292 -75t-214.5 -205.5t-79.5 -284.5zM678 170q70 -20 156 -20q118 0 225 44.5t185 120.5t124.5 181t46.5 221q0 181 -106 325t-275 205z" />
<glyph unicode="&#xd9;" horiz-adv-x="1572" d="M184 590v844h164v-844q0 -208 117.5 -324t322.5 -116t321 116t116 324v844h164v-844q0 -280 -160 -439t-441 -159q-283 0 -443.5 159t-160.5 439zM481 1815l164 75l246 -278h-154z" />
<glyph unicode="&#xda;" horiz-adv-x="1572" d="M184 590v844h164v-844q0 -208 117.5 -324t322.5 -116t321 116t116 324v844h164v-844q0 -280 -160 -439t-441 -159q-283 0 -443.5 159t-160.5 439zM678 1612l246 278l161 -78l-254 -200h-153z" />
<glyph unicode="&#xdb;" horiz-adv-x="1572" d="M184 590v844h164v-844q0 -208 117.5 -324t322.5 -116t321 116t116 324v844h164v-844q0 -280 -160 -439t-441 -159q-283 0 -443.5 159t-160.5 439zM500 1616l209 266h155l209 -266h-139l-148 184l-147 -184h-139z" />
<glyph unicode="&#xdc;" horiz-adv-x="1572" d="M184 590v844h164v-844q0 -208 117.5 -324t322.5 -116t321 116t116 324v844h164v-844q0 -280 -160 -439t-441 -159q-283 0 -443.5 159t-160.5 439zM518 1755q0 44 28.5 74.5t69.5 30.5t70 -30.5t29 -74.5q0 -45 -28.5 -75.5t-70.5 -30.5q-41 0 -69.5 30.5t-28.5 75.5z M858 1755q0 44 28.5 74.5t69.5 30.5t70 -30.5t29 -74.5q0 -45 -28.5 -75.5t-70.5 -30.5q-41 0 -69.5 30.5t-28.5 75.5z" />
<glyph unicode="&#xdd;" horiz-adv-x="1280" d="M8 1434h170l465 -748l459 748h168l-545 -942v-492h-162v485zM530 1612l246 278l162 -78l-254 -200h-154z" />
<glyph unicode="&#xde;" horiz-adv-x="1376" d="M217 0v1434h164v-213h332q297 0 452.5 -120t155.5 -349q0 -237 -155.5 -362.5t-452.5 -125.5h-332v-264h-164zM381 408h326q446 0 446 340q0 329 -446 329h-326v-669z" />
<glyph unicode="&#xdf;" horiz-adv-x="1329" d="M184 0v1004q0 239 134 381.5t362 142.5q202 0 327.5 -106.5t125.5 -282.5q0 -129 -72.5 -227.5t-192.5 -133.5q157 -27 249.5 -119t92.5 -237q0 -188 -142 -305t-376 -117h-108v133h118q159 0 256 79t97 204q0 130 -105.5 204t-283.5 74h-21v131q152 0 242 79.5t90 211.5 q0 124 -82 198.5t-217 74.5q-153 0 -243.5 -102t-90.5 -273v-1014h-160z" />
<glyph unicode="&#xe0;" horiz-adv-x="1181" d="M102 322q0 142 107.5 225t296.5 84h354v63q0 120 -74 186t-215 66q-164 0 -342 -123l-67 117q114 75 212 110t228 35q198 0 306 -98.5t110 -273.5l2 -713h-156v166q-128 -174 -395 -174q-164 0 -265.5 94t-101.5 236zM252 328q0 -90 67 -143.5t181 -53.5q137 0 234 65 t128 177v129h-336q-274 0 -274 -174zM276 1460l164 76l246 -279h-154z" />
<glyph unicode="&#xe1;" horiz-adv-x="1181" d="M102 322q0 142 107.5 225t296.5 84h354v63q0 120 -74 186t-215 66q-164 0 -342 -123l-67 117q114 75 212 110t228 35q198 0 306 -98.5t110 -273.5l2 -713h-156v166q-128 -174 -395 -174q-164 0 -265.5 94t-101.5 236zM252 328q0 -90 67 -143.5t181 -53.5q137 0 234 65 t128 177v129h-336q-274 0 -274 -174zM473 1257l246 279l162 -78l-254 -201h-154z" />
<glyph unicode="&#xe2;" horiz-adv-x="1181" d="M102 322q0 142 107.5 225t296.5 84h354v63q0 120 -74 186t-215 66q-164 0 -342 -123l-67 117q114 75 212 110t228 35q198 0 306 -98.5t110 -273.5l2 -713h-156v166q-128 -174 -395 -174q-164 0 -265.5 94t-101.5 236zM252 328q0 -90 67 -143.5t181 -53.5q137 0 234 65 t128 177v129h-336q-274 0 -274 -174zM295 1262l209 266h155l209 -266h-139l-147 184l-148 -184h-139z" />
<glyph unicode="&#xe3;" horiz-adv-x="1181" d="M102 322q0 142 107.5 225t296.5 84h354v63q0 120 -74 186t-215 66q-164 0 -342 -123l-67 117q114 75 212 110t228 35q198 0 306 -98.5t110 -273.5l2 -713h-156v166q-128 -174 -395 -174q-164 0 -265.5 94t-101.5 236zM252 328q0 -90 67 -143.5t181 -53.5q137 0 234 65 t128 177v129h-336q-274 0 -274 -174zM276 1294q0 114 43.5 173t126.5 59q36 0 73 -19t62.5 -42.5t56.5 -42.5t56 -19q88 0 88 106h107q0 -114 -43.5 -172.5t-126.5 -58.5q-33 0 -63.5 12.5t-53.5 31t-44 36.5t-43.5 30.5t-43.5 12.5q-88 0 -88 -107h-107z" />
<glyph unicode="&#xe4;" horiz-adv-x="1181" d="M102 322q0 142 107.5 225t296.5 84h354v63q0 120 -74 186t-215 66q-164 0 -342 -123l-67 117q114 75 212 110t228 35q198 0 306 -98.5t110 -273.5l2 -713h-156v166q-128 -174 -395 -174q-164 0 -265.5 94t-101.5 236zM252 328q0 -90 67 -143.5t181 -53.5q137 0 234 65 t128 177v129h-336q-274 0 -274 -174zM313 1401q0 44 29 74t70 30t69.5 -30t28.5 -74q0 -46 -28.5 -76.5t-69.5 -30.5q-42 0 -70.5 31t-28.5 76zM653 1401q0 44 29 74t70 30t69.5 -30t28.5 -74q0 -46 -28.5 -76.5t-69.5 -30.5q-42 0 -70.5 31t-28.5 76z" />
<glyph unicode="&#xe5;" horiz-adv-x="1181" d="M102 322q0 142 107.5 225t296.5 84h354v63q0 120 -74 186t-215 66q-164 0 -342 -123l-67 117q114 75 212 110t228 35q198 0 306 -98.5t110 -273.5l2 -713h-156v166q-128 -174 -395 -174q-164 0 -265.5 94t-101.5 236zM252 328q0 -90 67 -143.5t181 -53.5q137 0 234 65 t128 177v129h-336q-274 0 -274 -174zM346 1391q0 94 69.5 162.5t166.5 68.5t167 -68.5t70 -162.5q0 -95 -70 -164.5t-167 -69.5t-166.5 69.5t-69.5 164.5zM424 1391q0 -61 46.5 -105.5t111.5 -44.5t112 44.5t47 105.5q0 60 -47 103.5t-112 43.5q-64 0 -111 -43.5t-47 -103.5 z" />
<glyph unicode="&#xe6;" horiz-adv-x="2004" d="M102 313q0 140 108 217.5t298 77.5h356v86q-2 120 -76 186t-217 66q-176 0 -364 -123l-45 121q223 141 440 141q145 0 243.5 -53t143.5 -151q68 97 176 150.5t240 53.5q240 0 383.5 -160.5t138.5 -418.5h-901q12 -169 120 -271t273 -102q205 0 334 135l88 -94 q-163 -180 -432 -180q-161 0 -283 75t-184 207q-65 -142 -186 -213t-287 -71q-165 0 -266 90t-101 231zM252 328q0 -96 68.5 -154.5t181.5 -58.5q137 0 234 65t153 211l20 -26q-13 57 -16 81l-27 7v59h-329q-136 0 -210.5 -47.5t-74.5 -136.5zM1026 602h741 q-9 159 -107 257.5t-253 98.5q-156 0 -260 -98.5t-121 -257.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1148" d="M86 539q0 240 150.5 392t384.5 152q259 3 415 -159l-88 -113q-131 125 -321 125q-168 0 -275.5 -110.5t-107.5 -286.5t107.5 -288t275.5 -112q216 0 334 140l92 -99q-138 -166 -381 -184l-43 -98q65 -8 105 -49t40 -107q1 -82 -55 -132t-144 -50q-96 0 -165 49l34 88 q50 -41 121 -41q50 0 80.5 28.5t28.5 67.5q0 36 -28 61t-75 25q-40 0 -67 -6l67 164q-216 17 -350.5 166t-134.5 377z" />
<glyph unicode="&#xe8;" horiz-adv-x="1204" d="M86 539q0 241 150 392.5t385 151.5q256 1 385.5 -162t117.5 -444h-880q22 -158 128 -251t263 -93q205 0 334 135l88 -94q-77 -87 -188.5 -133.5t-245.5 -46.5q-238 0 -387.5 152t-149.5 393zM244 608h737q-8 155 -105 246.5t-255 91.5q-154 0 -256 -92t-121 -246z M303 1460l164 76l246 -279h-154z" />
<glyph unicode="&#xe9;" horiz-adv-x="1204" d="M86 539q0 241 150 392.5t385 151.5q256 1 385.5 -162t117.5 -444h-880q22 -158 128 -251t263 -93q205 0 334 135l88 -94q-77 -87 -188.5 -133.5t-245.5 -46.5q-238 0 -387.5 152t-149.5 393zM244 608h737q-8 155 -105 246.5t-255 91.5q-154 0 -256 -92t-121 -246z M500 1257l245 279l162 -78l-254 -201h-153z" />
<glyph unicode="&#xea;" horiz-adv-x="1204" d="M86 539q0 241 150 392.5t385 151.5q256 1 385.5 -162t117.5 -444h-880q22 -158 128 -251t263 -93q205 0 334 135l88 -94q-77 -87 -188.5 -133.5t-245.5 -46.5q-238 0 -387.5 152t-149.5 393zM244 608h737q-8 155 -105 246.5t-255 91.5q-154 0 -256 -92t-121 -246z M322 1262l208 266h156l209 -266h-139l-148 184l-147 -184h-139z" />
<glyph unicode="&#xeb;" horiz-adv-x="1204" d="M86 539q0 241 150 392.5t385 151.5q256 1 385.5 -162t117.5 -444h-880q22 -158 128 -251t263 -93q205 0 334 135l88 -94q-77 -87 -188.5 -133.5t-245.5 -46.5q-238 0 -387.5 152t-149.5 393zM244 608h737q-8 155 -105 246.5t-255 91.5q-154 0 -256 -92t-121 -246z M340 1401q0 44 28.5 74t69.5 30t70 -30t29 -74q0 -45 -28.5 -76t-70.5 -31q-41 0 -69.5 30.5t-28.5 76.5zM680 1401q0 44 28.5 74t69.5 30t70 -30t29 -74q0 -45 -28.5 -76t-70.5 -31q-41 0 -69.5 30.5t-28.5 76.5z" />
<glyph unicode="&#xec;" horiz-adv-x="546" d="M-33 1460l164 76l246 -279h-154zM195 0v1079h157v-1079h-157z" />
<glyph unicode="&#xed;" horiz-adv-x="546" d="M164 1257l246 279l161 -78l-254 -201h-153zM195 0v1079h157v-1079h-157z" />
<glyph unicode="&#xee;" horiz-adv-x="546" d="M-14 1262l209 266h155l209 -266h-139l-148 184l-147 -184h-139zM195 0v1079h157v-1079h-157z" />
<glyph unicode="&#xef;" horiz-adv-x="546" d="M4 1401q0 44 28.5 74t69.5 30t70 -30t29 -74q0 -45 -28.5 -76t-70.5 -31q-41 0 -69.5 30.5t-28.5 76.5zM195 0v1079h157v-1079h-157zM344 1401q0 44 28.5 74t69.5 30t70 -30t29 -74q0 -45 -28.5 -76t-70.5 -31q-41 0 -69.5 30.5t-28.5 76.5z" />
<glyph unicode="&#xf0;" horiz-adv-x="1189" d="M94 459q0 203 126.5 323.5t338.5 120.5q127 0 231.5 -53t153.5 -143q-78 266 -326 497l-299 -96l-26 92l239 78q-133 104 -253 164l104 84q166 -82 301 -199l258 84l29 -94l-203 -66q161 -160 249.5 -350t88.5 -385q0 -238 -143.5 -381t-384.5 -143q-220 0 -352 127.5 t-132 339.5zM248 469q0 -149 92.5 -237.5t249.5 -88.5q158 0 253 85.5t95 228.5q0 146 -95 233.5t-253 87.5q-157 0 -249.5 -84t-92.5 -225z" />
<glyph unicode="&#xf1;" horiz-adv-x="1343" d="M195 0v1079h159v-237q111 240 418 243q193 0 301.5 -111.5t108.5 -307.5v-666h-160v623q0 142 -81 222.5t-224 80.5q-157 -1 -253 -95.5t-110 -250.5v-580h-159zM391 1294q0 114 43.5 173t126.5 59q36 0 73 -19t62.5 -42.5t56.5 -42.5t56 -19q88 0 88 106h107 q0 -114 -43.5 -172.5t-126.5 -58.5q-33 0 -63.5 12.5t-53.5 31t-44 36.5t-43.5 30.5t-43.5 12.5q-88 0 -88 -107h-107z" />
<glyph unicode="&#xf2;" horiz-adv-x="1265" d="M86 541q0 240 153.5 391t393.5 151t393.5 -151t153.5 -391q0 -242 -153.5 -394.5t-393.5 -152.5t-393.5 152.5t-153.5 394.5zM246 539q0 -178 109 -290t278 -112t278 112t109 290q0 176 -109 287.5t-278 111.5t-278 -111.5t-109 -287.5zM326 1460l163 76l246 -279h-153z " />
<glyph unicode="&#xf3;" horiz-adv-x="1265" d="M86 541q0 240 153.5 391t393.5 151t393.5 -151t153.5 -391q0 -242 -153.5 -394.5t-393.5 -152.5t-393.5 152.5t-153.5 394.5zM246 539q0 -178 109 -290t278 -112t278 112t109 290q0 176 -109 287.5t-278 111.5t-278 -111.5t-109 -287.5zM524 1257l246 279l162 -78 l-254 -201h-154z" />
<glyph unicode="&#xf4;" horiz-adv-x="1265" d="M86 541q0 240 153.5 391t393.5 151t393.5 -151t153.5 -391q0 -242 -153.5 -394.5t-393.5 -152.5t-393.5 152.5t-153.5 394.5zM246 539q0 -178 109 -290t278 -112t278 112t109 290q0 176 -109 287.5t-278 111.5t-278 -111.5t-109 -287.5zM346 1262l209 266h156l209 -266 h-140l-147 184l-148 -184h-139z" />
<glyph unicode="&#xf5;" horiz-adv-x="1265" d="M86 541q0 240 153.5 391t393.5 151t393.5 -151t153.5 -391q0 -242 -153.5 -394.5t-393.5 -152.5t-393.5 152.5t-153.5 394.5zM246 539q0 -178 109 -290t278 -112t278 112t109 290q0 176 -109 287.5t-278 111.5t-278 -111.5t-109 -287.5zM328 1294q0 114 43.5 173 t126.5 59q36 0 72.5 -19t62 -42.5t56.5 -42.5t56 -19q89 0 89 106h106q0 -114 -43.5 -172.5t-126.5 -58.5q-33 0 -63.5 12.5t-53.5 31t-44 36.5t-43.5 30.5t-43.5 12.5q-88 0 -88 -107h-106z" />
<glyph unicode="&#xf6;" horiz-adv-x="1265" d="M86 541q0 240 153.5 391t393.5 151t393.5 -151t153.5 -391q0 -242 -153.5 -394.5t-393.5 -152.5t-393.5 152.5t-153.5 394.5zM246 539q0 -178 109 -290t278 -112t278 112t109 290q0 176 -109 287.5t-278 111.5t-278 -111.5t-109 -287.5zM365 1401q0 44 28.5 74t69.5 30 t69.5 -30t28.5 -74q0 -46 -28.5 -76.5t-69.5 -30.5t-69.5 30.5t-28.5 76.5zM705 1401q0 44 28.5 74t69.5 30t69.5 -30t28.5 -74q0 -46 -28.5 -76.5t-69.5 -30.5t-69.5 30.5t-28.5 76.5z" />
<glyph unicode="&#xf7;" horiz-adv-x="1005" d="M76 602v119h854v-119h-854zM401 313q0 45 28.5 76t70.5 31q41 0 69.5 -30.5t28.5 -76.5q0 -44 -28.5 -74t-69.5 -30t-70 30t-29 74zM401 1038q0 44 29 74.5t70 30.5t69.5 -30.5t28.5 -74.5q0 -45 -28.5 -75.5t-69.5 -30.5q-42 0 -70.5 30.5t-28.5 75.5z" />
<glyph unicode="&#xf8;" horiz-adv-x="1265" d="M86 541q0 240 153.5 391t393.5 151q67 0 131 -12l90 283h80l-96 -303q157 -56 249.5 -191t92.5 -319q0 -242 -153.5 -394.5t-393.5 -152.5q-67 0 -131 12l-99 -309h-81l106 332q-158 56 -250 191.5t-92 320.5zM238 539q0 -135 62 -235.5t169 -145.5l252 784q-36 8 -88 8 q-174 0 -284.5 -114.5t-110.5 -296.5zM543 133q39 -8 90 -8q174 0 284.5 115t110.5 299q0 135 -63 235.5t-170 145.5z" />
<glyph unicode="&#xf9;" horiz-adv-x="1325" d="M158 414v665h159v-622q0 -142 79.5 -222.5t219.5 -80.5q165 3 260 111.5t95 283.5v530h159v-1079h-159v244q-106 -247 -410 -250q-189 0 -296 112.5t-107 307.5zM350 1460l164 76l246 -279h-154z" />
<glyph unicode="&#xfa;" horiz-adv-x="1325" d="M158 414v665h159v-622q0 -142 79.5 -222.5t219.5 -80.5q165 3 260 111.5t95 283.5v530h159v-1079h-159v244q-106 -247 -410 -250q-189 0 -296 112.5t-107 307.5zM547 1257l246 279l161 -78l-254 -201h-153z" />
<glyph unicode="&#xfb;" horiz-adv-x="1325" d="M158 414v665h159v-622q0 -142 79.5 -222.5t219.5 -80.5q165 3 260 111.5t95 283.5v530h159v-1079h-159v244q-106 -247 -410 -250q-189 0 -296 112.5t-107 307.5zM369 1262l209 266h155l209 -266h-139l-148 184l-147 -184h-139z" />
<glyph unicode="&#xfc;" horiz-adv-x="1325" d="M158 414v665h159v-622q0 -142 79.5 -222.5t219.5 -80.5q165 3 260 111.5t95 283.5v530h159v-1079h-159v244q-106 -247 -410 -250q-189 0 -296 112.5t-107 307.5zM387 1401q0 44 28.5 74t69.5 30t70 -30t29 -74q0 -45 -28.5 -76t-70.5 -31q-41 0 -69.5 30.5t-28.5 76.5z M727 1401q0 44 28.5 74t69.5 30t70 -30t29 -74q0 -45 -28.5 -76t-70.5 -31q-41 0 -69.5 30.5t-28.5 76.5z" />
<glyph unicode="&#xfd;" horiz-adv-x="1028" d="M-12 -326l67 133q71 -51 152 -51q131 0 196 152l46 100l-447 1071h168l358 -891l342 891h164l-495 -1233q-51 -124 -133.5 -188t-190.5 -64q-127 0 -227 80zM410 1257l245 279l162 -78l-254 -201h-153z" />
<glyph unicode="&#xfe;" horiz-adv-x="1384" d="M205 -397v1917h160v-674q60 115 167.5 177t247.5 62q229 0 373.5 -152.5t144.5 -395.5q0 -240 -143 -391.5t-371 -151.5q-143 0 -250.5 61.5t-168.5 175.5v-628h-160zM365 541q0 -177 108.5 -289.5t278.5 -112.5q168 0 276.5 113.5t108.5 288.5q0 174 -108.5 287.5 t-276.5 113.5q-170 0 -278.5 -113t-108.5 -288z" />
<glyph unicode="&#xff;" horiz-adv-x="1028" d="M-12 -326l67 133q71 -51 152 -51q131 0 196 152l46 100l-447 1071h168l358 -891l342 891h164l-495 -1233q-51 -124 -133.5 -188t-190.5 -64q-127 0 -227 80zM252 1401q0 44 28.5 74t69.5 30t70 -30t29 -74q0 -45 -28.5 -76t-70.5 -31q-41 0 -69.5 30.5t-28.5 76.5z M592 1401q0 44 28.5 74t69.5 30t69.5 -30t28.5 -74q0 -46 -28.5 -76.5t-69.5 -30.5t-69.5 30.5t-28.5 76.5z" />
<glyph unicode="&#x152;" horiz-adv-x="2240" d="M82 717q0 196 99.5 361t271.5 260.5t378 95.5h1266v-158h-811v-473h725v-156h-725v-489h838v-158h-1293q-206 0 -378 95t-271.5 260t-99.5 362zM248 715q0 -155 78 -283.5t212.5 -202t295.5 -73.5l290 -2v1122h-290q-161 0 -295.5 -74t-212.5 -203t-78 -284z" />
<glyph unicode="&#x153;" horiz-adv-x="2158" d="M86 541q0 240 153.5 391t393.5 151q161 0 282.5 -75.5t182.5 -208.5q61 133 180 208.5t276 75.5q241 0 385.5 -160t139.5 -417h-905q12 -169 121 -271t274 -102q207 0 336 135l88 -94q-79 -87 -190 -133.5t-244 -46.5q-161 0 -281.5 75.5t-179.5 209.5 q-62 -134 -184 -209.5t-281 -75.5q-240 0 -393.5 152.5t-153.5 394.5zM246 539q0 -178 109 -290t278 -112t278 112t109 290q0 176 -109 287.5t-278 111.5t-278 -111.5t-109 -287.5zM1176 604h743q-9 157 -108 254.5t-257 97.5q-154 0 -257.5 -97t-120.5 -255z" />
<glyph unicode="&#x178;" horiz-adv-x="1280" d="M8 1434h170l465 -748l459 748h168l-545 -942v-492h-162v485zM371 1755q0 44 28.5 74.5t69.5 30.5t69.5 -30.5t28.5 -74.5q0 -45 -28.5 -75.5t-69.5 -30.5t-69.5 30.5t-28.5 75.5zM711 1755q0 44 28.5 74.5t69.5 30.5t69.5 -30.5t28.5 -74.5q0 -45 -28.5 -75.5 t-69.5 -30.5t-69.5 30.5t-28.5 75.5z" />
<glyph unicode="&#x2c6;" horiz-adv-x="716" d="M72 1266l209 266h155l209 -266h-139l-148 184l-147 -184h-139z" />
<glyph unicode="&#x2dc;" horiz-adv-x="716" d="M53 1294q0 114 43.5 173t126.5 59q36 0 73 -19t62.5 -42.5t56.5 -42.5t56 -19q88 0 88 106h107q0 -114 -43.5 -172.5t-126.5 -58.5q-33 0 -63.5 12.5t-53.5 31t-44 36.5t-43.5 30.5t-43.5 12.5q-88 0 -88 -107h-107z" />
<glyph unicode="&#x2000;" horiz-adv-x="945" />
<glyph unicode="&#x2001;" horiz-adv-x="1890" />
<glyph unicode="&#x2002;" horiz-adv-x="945" />
<glyph unicode="&#x2003;" horiz-adv-x="1890" />
<glyph unicode="&#x2004;" horiz-adv-x="630" />
<glyph unicode="&#x2005;" horiz-adv-x="472" />
<glyph unicode="&#x2006;" horiz-adv-x="315" />
<glyph unicode="&#x2007;" horiz-adv-x="315" />
<glyph unicode="&#x2008;" horiz-adv-x="236" />
<glyph unicode="&#x2009;" horiz-adv-x="378" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="743" d="M131 561v119h481v-119h-481z" />
<glyph unicode="&#x2011;" horiz-adv-x="743" d="M131 561v119h481v-119h-481z" />
<glyph unicode="&#x2012;" horiz-adv-x="743" d="M131 561v119h481v-119h-481z" />
<glyph unicode="&#x2013;" horiz-adv-x="825" d="M0 471v121h825v-121h-825z" />
<glyph unicode="&#x2014;" d="M0 471v121h1470v-121h-1470z" />
<glyph unicode="&#x2018;" horiz-adv-x="403" d="M86 1212q0 40 31 86l96 150h90l-67 -150q47 -27 47 -88q0 -44 -28.5 -73t-70.5 -29q-40 0 -69 28.5t-29 75.5z" />
<glyph unicode="&#x2019;" horiz-adv-x="403" d="M86 1094l68 149q-45 26 -45 86q0 46 27.5 75.5t68.5 29.5t69.5 -29.5t28.5 -75.5q0 -38 -31 -88l-96 -147h-90z" />
<glyph unicode="&#x201a;" horiz-adv-x="403" d="M86 -147l68 149q-45 26 -45 88q0 44 27.5 73.5t68.5 29.5t69.5 -28.5t28.5 -76.5q0 -38 -31 -88l-96 -147h-90z" />
<glyph unicode="&#x201c;" horiz-adv-x="577" d="M86 1212q0 38 31 88l96 148h90l-67 -150q45 -26 45 -88q0 -44 -28 -73t-69 -29t-69.5 28t-28.5 76zM344 1212q0 38 31 88l96 148h90l-67 -150q45 -26 45 -88q0 -44 -28 -73t-69 -29t-69.5 28t-28.5 76z" />
<glyph unicode="&#x201d;" horiz-adv-x="624" d="M86 1094l68 149q-45 26 -45 88q0 44 27.5 73.5t68.5 29.5t69.5 -28.5t28.5 -76.5q0 -38 -31 -88l-96 -147h-90zM344 1094l68 149q-45 26 -45 88q0 44 27.5 73.5t68.5 29.5t69.5 -28.5t28.5 -76.5q0 -38 -31 -88l-96 -147h-90z" />
<glyph unicode="&#x201e;" horiz-adv-x="661" d="M86 -147l68 149q-45 26 -45 88q0 44 27.5 73.5t68.5 29.5t69.5 -28.5t28.5 -76.5q0 -38 -31 -88l-96 -147h-90zM344 -147l68 149q-45 26 -45 88q0 44 27.5 73.5t68.5 29.5t69.5 -28.5t28.5 -76.5q0 -38 -31 -88l-96 -147h-90z" />
<glyph unicode="&#x2022;" horiz-adv-x="507" d="M104 549q0 68 43 113t107 45q63 0 106 -45t43 -113q0 -69 -43 -115.5t-106 -46.5t-106.5 46.5t-43.5 115.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1150" d="M104 88q0 44 28 73t69 29t68.5 -29t27.5 -73t-27.5 -74t-68.5 -30t-69 30t-28 74zM479 88q0 44 28 73t68 29q42 0 70.5 -29t28.5 -73t-29 -74t-70 -30q-40 0 -68 30t-28 74zM854 88q0 44 28 73t70 29q40 0 68.5 -29t28.5 -73t-28.5 -74t-68.5 -30q-41 0 -69.5 30 t-28.5 74z" />
<glyph unicode="&#x202f;" horiz-adv-x="378" />
<glyph unicode="&#x2039;" horiz-adv-x="559" d="M76 522l231 344h139l-219 -344l219 -340h-139z" />
<glyph unicode="&#x203a;" horiz-adv-x="573" d="M156 182l221 344l-221 342h139l231 -342l-231 -344h-139z" />
<glyph unicode="&#x205f;" horiz-adv-x="472" />
<glyph unicode="&#x20ac;" horiz-adv-x="1630" d="M88 477v105h203q-12 68 -12 137q0 67 12 131h-203v104h229q76 215 269.5 349.5t439.5 134.5q146 0 283.5 -55.5t238.5 -153.5l-94 -125q-86 86 -196.5 133t-229.5 47q-176 0 -319 -90t-213 -240h555v-104h-590q-17 -70 -17 -131q0 -64 17 -137h590v-105h-551 q71 -147 213 -235t315 -88q115 0 226 45.5t200 126.5l96 -113q-105 -102 -244.5 -161.5t-285.5 -59.5q-243 0 -434 134.5t-267 350.5h-231z" />
<glyph unicode="&#x2122;" horiz-adv-x="1792" d="M-6 1321v113h653v-113h-266v-748h-123v748h-264zM782 573v861h148l297 -600l295 600h149v-861h-112v682l-293 -591h-78l-293 591v-682h-113z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1075" d="M0 0v1075h1075v-1075h-1075z" />
<hkern u1="&#x27;" u2="&#x2e;" k="131" />
<hkern u1="&#x28;" u2="&#x39;" k="12" />
<hkern u1="&#x2f;" u2="&#x39;" k="35" />
<hkern u1="&#x37;" u2="&#x2e;" k="53" />
<hkern u1="D" u2="Y" k="8" />
<hkern u1="J" u2="J" k="12" />
<hkern u1="J" u2="&#x2e;" k="6" />
<hkern u1="K" u2="&#x152;" k="51" />
<hkern u1="K" u2="&#xd8;" k="51" />
<hkern u1="K" u2="&#xd6;" k="51" />
<hkern u1="K" u2="&#xd5;" k="51" />
<hkern u1="K" u2="&#xd4;" k="51" />
<hkern u1="K" u2="&#xd3;" k="51" />
<hkern u1="K" u2="&#xd2;" k="51" />
<hkern u1="K" u2="&#xc7;" k="51" />
<hkern u1="K" u2="Q" k="51" />
<hkern u1="K" u2="O" k="51" />
<hkern u1="K" u2="G" k="51" />
<hkern u1="K" u2="C" k="51" />
<hkern u1="O" u2="Y" k="8" />
<hkern u1="Q" u2="Y" k="8" />
<hkern u1="U" u2="J" k="12" />
<hkern u1="V" u2="O" k="10" />
<hkern u1="V" u2="J" k="18" />
<hkern u1="W" u2="O" k="10" />
<hkern u1="W" u2="J" k="18" />
<hkern u1="W" u2="&#x2e;" k="16" />
<hkern u1="W" u2="&#x26;" k="41" />
<hkern u1="Y" u2="&#x152;" k="80" />
<hkern u1="Y" u2="&#xd8;" k="80" />
<hkern u1="Y" u2="&#xd6;" k="80" />
<hkern u1="Y" u2="&#xd5;" k="80" />
<hkern u1="Y" u2="&#xd4;" k="80" />
<hkern u1="Y" u2="&#xd3;" k="80" />
<hkern u1="Y" u2="&#xd2;" k="80" />
<hkern u1="Y" u2="&#xc7;" k="80" />
<hkern u1="Y" u2="Q" k="80" />
<hkern u1="Y" u2="O" k="80" />
<hkern u1="Y" u2="J" k="76" />
<hkern u1="Y" u2="G" k="80" />
<hkern u1="Y" u2="C" k="80" />
<hkern u1="Y" u2="&#x2e;" k="16" />
<hkern u1="Y" u2="&#x26;" k="53" />
<hkern u1="[" u2="&#x39;" k="41" />
<hkern u1="a" u2="&#x7d;" k="90" />
<hkern u1="a" u2="\" k="14" />
<hkern u1="a" u2="O" k="10" />
<hkern u1="a" u2="J" k="12" />
<hkern u1="b" u2="J" k="113" />
<hkern u1="e" u2="&#x7d;" k="113" />
<hkern u1="e" u2="\" k="29" />
<hkern u1="e" u2="J" k="113" />
<hkern u1="h" u2="O" k="10" />
<hkern u1="h" u2="J" k="12" />
<hkern u1="m" u2="O" k="10" />
<hkern u1="m" u2="J" k="12" />
<hkern u1="n" u2="O" k="10" />
<hkern u1="n" u2="J" k="12" />
<hkern u1="o" u2="J" k="113" />
<hkern u1="p" u2="J" k="113" />
<hkern u1="v" u2="J" k="14" />
<hkern u1="w" u2="J" k="14" />
<hkern u1="y" u2="J" k="14" />
<hkern u1="y" u2="&#x2e;" k="27" />
<hkern u1="&#xd0;" u2="Y" k="8" />
<hkern u1="&#xd2;" u2="Y" k="8" />
<hkern u1="&#xd3;" u2="Y" k="8" />
<hkern u1="&#xd4;" u2="Y" k="8" />
<hkern u1="&#xd5;" u2="Y" k="8" />
<hkern u1="&#xd6;" u2="Y" k="8" />
<hkern u1="&#xd8;" u2="Y" k="8" />
<hkern u1="&#xd9;" u2="J" k="12" />
<hkern u1="&#xda;" u2="J" k="12" />
<hkern u1="&#xdb;" u2="J" k="12" />
<hkern u1="&#xdc;" u2="J" k="12" />
<hkern u1="&#xdd;" u2="O" k="10" />
<hkern u1="&#xdd;" u2="J" k="18" />
<hkern u1="&#xde;" u2="Y" k="39" />
<hkern u1="&#xe0;" u2="O" k="10" />
<hkern u1="&#xe0;" u2="J" k="12" />
<hkern u1="&#xe1;" u2="O" k="10" />
<hkern u1="&#xe1;" u2="J" k="12" />
<hkern u1="&#xe2;" u2="O" k="10" />
<hkern u1="&#xe2;" u2="J" k="12" />
<hkern u1="&#xe3;" u2="O" k="10" />
<hkern u1="&#xe3;" u2="J" k="12" />
<hkern u1="&#xe4;" u2="O" k="10" />
<hkern u1="&#xe4;" u2="J" k="12" />
<hkern u1="&#xe5;" u2="O" k="10" />
<hkern u1="&#xe5;" u2="J" k="12" />
<hkern u1="&#xe8;" u2="J" k="113" />
<hkern u1="&#xe9;" u2="J" k="113" />
<hkern u1="&#xea;" u2="J" k="113" />
<hkern u1="&#xeb;" u2="J" k="113" />
<hkern u1="&#xf0;" u2="Y" k="8" />
<hkern u1="&#xf1;" u2="O" k="10" />
<hkern u1="&#xf1;" u2="J" k="12" />
<hkern u1="&#xf2;" u2="J" k="113" />
<hkern u1="&#xf3;" u2="J" k="113" />
<hkern u1="&#xf4;" u2="J" k="113" />
<hkern u1="&#xf5;" u2="J" k="113" />
<hkern u1="&#xf6;" u2="J" k="113" />
<hkern u1="&#xf8;" u2="J" k="113" />
<hkern u1="&#xfd;" u2="J" k="14" />
<hkern u1="&#xfe;" u2="J" k="113" />
<hkern u1="&#xff;" u2="J" k="14" />
<hkern u1="&#x178;" u2="O" k="10" />
<hkern u1="&#x178;" u2="J" k="18" />
<hkern u1="&#x2018;" u2="&#x2e;" k="70" />
<hkern u1="&#x2019;" u2="&#x2e;" k="57" />
<hkern u1="&#x2019;" u2="&#x26;" k="45" />
<hkern g1="s" g2="T" k="59" />
<hkern g1="s" g2="v,w,y,yacute,ydieresis" k="6" />
<hkern g1="s" g2="V,W,Y,Yacute,Ydieresis" k="33" />
<hkern g1="s" g2="x" k="12" />
<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="6" />
<hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
<hkern g1="C,Ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
<hkern g1="R" g2="backslash" k="39" />
<hkern g1="R" g2="J" k="20" />
<hkern g1="R" g2="V,W,Y,Yacute,Ydieresis" k="18" />
<hkern g1="d,l,uniFB02" g2="J" k="16" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="v,w,y,yacute,ydieresis" k="6" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="z" k="33" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="J" k="16" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="94" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="x" k="33" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="100" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="106" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="s" k="33" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="i" k="16" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="period" k="-14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="m,n,r,ntilde" k="47" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="47" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="ampersand" k="-41" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="p" k="45" />
<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16" />
<hkern g1="t" g2="V,W,Y,Yacute,Ydieresis" k="47" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="T" k="102" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="J" k="12" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="53" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="T" k="18" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="v,w,y,yacute,ydieresis" k="16" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="J" k="70" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="35" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="V,W,Y,Yacute,Ydieresis" k="18" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="x" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="period" k="51" />
<hkern g1="k,x" g2="v,w,y,yacute,ydieresis" k="16" />
<hkern g1="k,x" g2="V,W,Y,Yacute,Ydieresis" k="33" />
<hkern g1="k,x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="k,x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="47" />
<hkern g1="k,x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="57" />
<hkern g1="k,x" g2="s" k="12" />
<hkern g1="k,x" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="16" />
<hkern g1="q" g2="T" k="102" />
<hkern g1="q" g2="V,W,Y,Yacute,Ydieresis" k="45" />
<hkern g1="i,uniFB01" g2="V,W,Y,Yacute,Ydieresis" k="16" />
<hkern g1="f" g2="f,germandbls,uniFB01,uniFB02" k="-16" />
<hkern g1="f" g2="T" k="-199" />
<hkern g1="f" g2="v,w,y,yacute,ydieresis" k="-61" />
<hkern g1="f" g2="J" k="66" />
<hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="12" />
<hkern g1="f" g2="V,W,Y,Yacute,Ydieresis" k="-47" />
<hkern g1="f" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-47" />
<hkern g1="f" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="72" />
<hkern g1="f" g2="period" k="-29" />
<hkern g1="f" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="-12" />
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-29" />
<hkern g1="f" g2="b,h,k,l,thorn" k="-18" />
<hkern g1="f" g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" k="-51" />
<hkern g1="L" g2="backslash" k="115" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-16" />
<hkern g1="j" g2="T" k="88" />
<hkern g1="j" g2="V,W,Y,Yacute,Ydieresis" k="6" />
<hkern g1="P" g2="J" k="61" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="80" />
<hkern g1="P" g2="period" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="84" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="133" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,y,yacute,ydieresis" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W,Y,Yacute,Ydieresis" k="94" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="35" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="57" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="57" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="S" k="16" />
<hkern g1="Thorn" g2="J" k="16" />
<hkern g1="Thorn" g2="V,W,Y,Yacute,Ydieresis" k="4" />
<hkern g1="Thorn" g2="period" k="80" />
<hkern g1="T" g2="v,w,y,yacute,ydieresis" k="102" />
<hkern g1="T" g2="z" k="88" />
<hkern g1="T" g2="J" k="29" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="133" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="92" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="152" />
<hkern g1="T" g2="s" k="45" />
<hkern g1="T" g2="period" k="115" />
<hkern g1="T" g2="m,n,r,ntilde" k="102" />
<hkern g1="T" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="102" />
<hkern g1="T" g2="ampersand" k="59" />
<hkern g1="T" g2="b,h,k,l,thorn" k="119" />
<hkern g1="c,ccedilla" g2="V,W,Y,Yacute,Ydieresis" k="23" />
<hkern g1="c,ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="c,ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="51" />
<hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="59" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="backslash" k="92" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="T" k="102" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="v,w,y,yacute,ydieresis" k="45" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="z" k="29" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="J" k="80" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="braceright" k="16" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="V,W,Y,Yacute,Ydieresis" k="74" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
<hkern g1="K,X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="47" />
<hkern g1="r" g2="v,w,y,yacute,ydieresis" k="-57" />
<hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="29" />
<hkern g1="r" g2="V,W,Y,Yacute,Ydieresis" k="18" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="51" />
<hkern g1="v,w,y,yacute,ydieresis" g2="T" k="102" />
<hkern g1="v,w,y,yacute,ydieresis" g2="J" k="57" />
<hkern g1="v,w,y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="39" />
<hkern g1="v,w,y,yacute,ydieresis" g2="V,W,Y,Yacute,Ydieresis" k="6" />
<hkern g1="v,w,y,yacute,ydieresis" g2="x" k="16" />
<hkern g1="v,w,y,yacute,ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="16" />
<hkern g1="v,w,y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="35" />
<hkern g1="v,w,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="27" />
<hkern g1="v,w,y,yacute,ydieresis" g2="s" k="6" />
<hkern g1="v,w,y,yacute,ydieresis" g2="period" k="31" />
<hkern g1="v,w,y,yacute,ydieresis" g2="m,n,r,ntilde" k="-16" />
<hkern g1="B,germandbls" g2="backslash" k="20" />
<hkern g1="B,germandbls" g2="J" k="6" />
<hkern g1="z" g2="V,W,Y,Yacute,Ydieresis" k="33" />
<hkern g1="z" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="16" />
<hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="29" />
<hkern g1="z" g2="m,n,r,ntilde" k="29" />
<hkern g1="F" g2="J" k="33" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="51" />
<hkern g1="F" g2="period" k="43" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="39" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="x" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="period" k="25" />
<hkern g1="asterisk" g2="J" k="-10" />
<hkern g1="quotesingle" g2="J" k="35" />
<hkern g1="quoteright" g2="J" k="8" />
<hkern g1="trademark" g2="J" k="27" />
<hkern g1="slash" g2="J" k="66" />
<hkern g1="slash" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="25" />
<hkern g1="bracketleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="39" />
<hkern g1="quoteleft" g2="J" k="35" />
<hkern g1="parenleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-123" />
<hkern g1="parenleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="guilsinglright" g2="J" k="29" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,501 @@
<?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></metadata>
<defs>
<font id="montserratregular" horiz-adv-x="1019" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="528" />
<glyph unicode="&#xfb01;" horiz-adv-x="1284" d="M76 874v177h143v104q0 75 21.5 138.5t58 106.5t85 73t101.5 43.5t109 13.5q118 0 203 -49l-9 -205q-102 47 -188 47q-68 0 -107.5 -35t-39.5 -110v-127h284v-177h-284v-874h-234v874h-143zM856 1401q0 63 39 103t98 40t98 -40t39 -103q0 -61 -39 -101t-98 -40t-98 40 t-39 101zM877 0v1090h233v-1090h-233z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1333" d="M76 877l2 174h141v133q0 158 105.5 258t271.5 98q123 -3 203 -47l-6 -205q-68 53 -152 53q-82 2 -135 -52t-53 -140v-98h286l-2 -174h-284v-877h-234v877h-143zM913 0v1520h236v-1520h-236z" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="528" />
<glyph unicode="&#x09;" horiz-adv-x="528" />
<glyph unicode="&#xa0;" horiz-adv-x="528" />
<glyph unicode="!" horiz-adv-x="430" d="M117 119q0 58 36.5 95.5t92.5 37.5t92.5 -37.5t36.5 -95.5q0 -60 -36.5 -98.5t-92.5 -38.5t-92.5 38.5t-36.5 98.5zM133 1063v352h223v-352l-37 -606h-149z" />
<glyph unicode="&#x22;" horiz-adv-x="741" d="M123 930v504h180v-504h-180zM438 930v504h180v-504h-180z" />
<glyph unicode="#" horiz-adv-x="1484" d="M55 354l17 176h293l43 361h-285l16 176h291l45 367h174l-45 -367h363l45 367h174l-45 -367h284l-14 -176h-293l-45 -361h287l-17 -176h-290l-45 -354h-172l43 354h-363l-45 -354h-172l43 354h-287zM537 530h364l43 361h-362z" />
<glyph unicode="$" horiz-adv-x="1271" d="M53 219l105 209q186 -170 405 -203v410q-41 12 -69 21t-67 23.5t-66 28t-59.5 33.5t-54.5 40.5t-44.5 49t-35.5 59.5t-21.5 70.5t-8.5 83.5q0 163 115 267.5t311 126.5v270h180v-268q235 -21 418 -144l-100 -213q-156 95 -318 123v-379q48 -15 79.5 -25t77 -27.5 t75 -34.5t65.5 -41.5t58.5 -53t43 -64t29.5 -80t9 -95.5q0 -168 -119.5 -276t-317.5 -132v-289h-180v287q-145 12 -277 71t-233 152zM408 1067q0 -64 40 -106t115 -72v321q-73 -12 -114 -48.5t-41 -94.5zM743 227q81 17 124.5 59.5t43.5 106.5q0 67 -43.5 111t-124.5 76 v-353z" />
<glyph unicode="%" horiz-adv-x="1992" d="M78 1012q0 199 101 312.5t278 113.5t278 -113.5t101 -312.5q0 -201 -101 -315.5t-278 -114.5t-278 114.5t-101 315.5zM236 1012q0 -138 57.5 -214.5t163.5 -76.5t164.5 76.5t58.5 214.5q0 136 -58.5 211t-164.5 75t-163.5 -74.5t-57.5 -211.5zM348 0l1055 1434h225 l-1053 -1434h-227zM1157 424q0 199 101 312.5t278 113.5t278 -113.5t101 -312.5q0 -201 -101 -314.5t-278 -113.5t-278 113.5t-101 314.5zM1315 424q0 -138 57.5 -213.5t163.5 -75.5t164.5 75.5t58.5 213.5q0 137 -58.5 213t-164.5 76q-105 0 -163 -76t-58 -213z" />
<glyph unicode="&#x26;" horiz-adv-x="1357" d="M117 391q0 59 17 111t44.5 91.5t69.5 76.5t83 63t95 55q-137 185 -137 332q0 143 103.5 233.5t269.5 90.5q161 0 261.5 -84.5t100.5 -216.5q0 -57 -20.5 -108t-50 -88t-80 -75t-92.5 -62.5t-105 -57.5q110 -124 301 -312q73 111 129 258l154 -114q-67 -160 -150 -273 l233 -227l-120 -123l-224 219q-199 -190 -432 -190q-193 0 -321.5 114t-128.5 287zM311 410q0 -106 76 -174t188 -68q153 0 295 139q-235 236 -348 363q-102 -58 -156.5 -118.5t-54.5 -141.5zM475 1122q0 -108 107 -254q60 31 100 56t79 59t58 73t19 85q0 71 -47.5 113 t-126.5 42q-85 0 -137 -49.5t-52 -124.5z" />
<glyph unicode="'" horiz-adv-x="425" d="M123 930v504h180v-504h-180z" />
<glyph unicode="(" horiz-adv-x="653" d="M158 633q0 255 64.5 483.5t185.5 403.5h213q-115 -178 -178.5 -407t-63.5 -480t63.5 -480t178.5 -407h-213q-121 175 -185.5 403.5t-64.5 483.5z" />
<glyph unicode=")" horiz-adv-x="706" d="M244 -254q114 178 177.5 407t63.5 480t-63.5 480t-177.5 407h213q121 -175 185.5 -403.5t64.5 -483.5t-64.5 -483.5t-185.5 -403.5h-213z" />
<glyph unicode="*" horiz-adv-x="712" d="M51 1053l185 104l-185 100l64 117l182 -108l-2 211h123l-2 -211l182 106l61 -115l-184 -100l184 -104l-61 -115l-182 109l2 -211h-123l2 211l-182 -107z" />
<glyph unicode="+" d="M72 584v161h362v359h154v-359h360v-161h-360v-359h-154v359h-362z" />
<glyph unicode="," horiz-adv-x="438" d="M74 -168l78 178q-56 38 -56 107q0 57 36 94t91 37q52 0 88.5 -36t36.5 -95q0 -56 -37 -109l-116 -176h-121z" />
<glyph unicode="-" horiz-adv-x="753" d="M125 543v162h504v-162h-504z" />
<glyph unicode="." horiz-adv-x="446" d="M94 119q0 58 36.5 95.5t92.5 37.5t92.5 -37.5t36.5 -95.5q0 -60 -36.5 -98.5t-92.5 -38.5t-92.5 38.5t-36.5 98.5z" />
<glyph unicode="/" horiz-adv-x="677" d="M-43 -240l649 1911h201l-649 -1911h-201z" />
<glyph unicode="0" horiz-adv-x="1415" d="M98 717q0 349 158 536t453 187q293 0 450.5 -187t157.5 -536t-157.5 -536t-450.5 -187q-295 0 -453 187t-158 536zM346 717q0 -270 90.5 -401.5t272.5 -131.5q181 0 270.5 131.5t89.5 401.5q0 272 -89.5 402t-270.5 130q-183 0 -273 -130t-90 -402z" />
<glyph unicode="1" horiz-adv-x="792" d="M27 1219v215h522v-1434h-242v1219h-280z" />
<glyph unicode="2" horiz-adv-x="1204" d="M68 1239q252 205 522 205q204 0 330.5 -99t126.5 -262q0 -187 -263 -471l-372 -395h700v-217h-1020v176l529 567q79 81 126.5 163t47.5 143q0 86 -63.5 135t-176.5 49q-93 0 -196 -48t-195 -132z" />
<glyph unicode="3" horiz-adv-x="1103" d="M8 145l101 197q76 -72 171.5 -110.5t194.5 -38.5q141 0 221 66.5t80 178.5q0 116 -79.5 176t-223.5 60h-199v141l373 402h-573v215h872v-152l-409 -442l73 -9q183 -15 293.5 -117t110.5 -268q0 -203 -142.5 -328.5t-379.5 -125.5q-131 0 -261 42t-223 113z" />
<glyph unicode="4" horiz-adv-x="1226" d="M61 352v180l490 902h233l-465 -867h426v340h226v-340h209v-215h-209v-352h-226v352h-684z" />
<glyph unicode="5" horiz-adv-x="1181" d="M53 156l97 196q86 -72 188 -111.5t199 -39.5q140 0 219.5 68.5t79.5 189.5q0 109 -79.5 172t-217.5 63q-204 0 -377 -18v758h872l2 -217h-651v-310l197 2q231 0 371.5 -122.5t140.5 -313.5q0 -218 -145 -349.5t-386 -131.5q-126 0 -264.5 45t-245.5 119z" />
<glyph unicode="6" horiz-adv-x="1259" d="M98 688q0 344 168 550t451 206q106 0 223 -30t205 -79l-94 -182q-65 42 -150 66t-168 24q-203 0 -304 -139t-95 -379q116 203 391 203q214 0 337.5 -123.5t123.5 -333.5q0 -222 -137 -351.5t-367 -129.5q-273 0 -428.5 184.5t-155.5 513.5zM373 465q-1 -48 17 -94.5 t52.5 -85.5t94 -62.5t133.5 -23.5q132 0 211.5 72.5t79.5 201.5q0 123 -75 193.5t-206 70.5q-142 0 -225.5 -78.5t-81.5 -193.5z" />
<glyph unicode="7" horiz-adv-x="1167" d="M76 1016v418h1042v-185l-571 -1249h-256l557 1217h-557l-2 -201h-213z" />
<glyph unicode="8" horiz-adv-x="1282" d="M90 397q0 131 78.5 228.5t216.5 140.5q-105 48 -164 130t-59 185q0 168 129.5 265.5t349.5 97.5q222 0 351.5 -100t129.5 -271q0 -103 -56 -182.5t-157 -124.5q132 -43 208.5 -139.5t76.5 -225.5q0 -191 -148.5 -301t-404.5 -110q-254 0 -402.5 109t-148.5 298zM319 424 q0 -117 84 -180.5t238 -63.5t239 63.5t85 180.5q0 113 -85 175.5t-239 62.5q-152 0 -237 -62.5t-85 -175.5zM367 1059q0 -99 72.5 -154t201.5 -55q131 0 202.5 54.5t71.5 154.5t-72 155.5t-202 55.5q-129 0 -201.5 -55.5t-72.5 -155.5z" />
<glyph unicode="9" horiz-adv-x="1259" d="M86 963q0 222 137 351.5t367 129.5q273 0 428.5 -185t155.5 -514q0 -344 -168 -549.5t-451 -205.5q-106 0 -223.5 29.5t-204.5 78.5l94 183q66 -43 151 -67t167 -24q203 0 304 139.5t95 379.5q-116 -203 -391 -203q-214 0 -337.5 123.5t-123.5 333.5zM311 961 q0 -123 75.5 -194t205.5 -71q142 0 225.5 79t81.5 194q1 48 -17 94.5t-52.5 85.5t-94 62.5t-133.5 23.5q-132 0 -211.5 -72.5t-79.5 -201.5z" />
<glyph unicode=":" horiz-adv-x="434" d="M94 119q0 58 36.5 95.5t92.5 37.5t92.5 -37.5t36.5 -95.5q0 -60 -36.5 -98.5t-92.5 -38.5t-92.5 38.5t-36.5 98.5zM94 727q0 58 36.5 95.5t92.5 37.5t92.5 -37.5t36.5 -95.5q0 -60 -36.5 -98.5t-92.5 -38.5t-92.5 38.5t-36.5 98.5z" />
<glyph unicode=";" horiz-adv-x="442" d="M74 -168l78 178q-56 38 -56 107q0 57 36 94t91 37q52 0 88.5 -36t36.5 -95q0 -56 -37 -109l-116 -176h-121zM94 727q0 58 36.5 95.5t92.5 37.5t92.5 -37.5t36.5 -95.5q0 -60 -36.5 -98.5t-92.5 -38.5t-92.5 38.5t-36.5 98.5z" />
<glyph unicode="&#x3c;" d="M72 563v207l876 381v-182l-719 -301l719 -303v-183z" />
<glyph unicode="=" d="M72 369v161h876v-161h-876zM72 799v162h876v-162h-876z" />
<glyph unicode="&#x3e;" d="M72 193v182l719 301l-719 303v182l876 -381v-207z" />
<glyph unicode="?" horiz-adv-x="907" d="M10 1016q6 193 119 300t305 107q188 0 299 -89t111 -253q0 -66 -18 -121t-46.5 -94.5t-63 -75t-69 -68.5t-63 -68.5t-46.5 -83t-18 -103.5h-180q0 67 15.5 122.5t41 94t56 72t60.5 63.5t55.5 61.5t41 74t15.5 92.5q0 87 -56.5 131.5t-154.5 44.5q-101 0 -158 -53 t-61 -156zM299 119q0 58 36.5 95.5t92.5 37.5t92.5 -37.5t36.5 -95.5q0 -60 -36.5 -98.5t-92.5 -38.5t-92.5 38.5t-36.5 98.5z" />
<glyph unicode="@" horiz-adv-x="1994" d="M70 547q0 186 73 351.5t198.5 283.5t299.5 187t369 69t364.5 -66.5t290.5 -182.5t190.5 -280t69.5 -352q0 -230 -109 -370t-282 -140q-97 0 -159 41t-79 125l-4 41q-62 -90 -153 -136t-199 -46q-125 0 -232.5 59t-174 170t-66.5 250q0 135 55.5 246t159 177t236.5 66 q119 0 210.5 -54t112.5 -99v133h221v-715q0 -56 25 -83t69 -27q78 0 135.5 101t57.5 255q0 152 -52 284.5t-146 229t-234 152t-307 55.5q-210 0 -385.5 -96t-277 -262.5t-101.5 -366.5q0 -147 56.5 -275.5t154.5 -219.5t234.5 -143t291.5 -52q97 0 205 31t190 89l84 -149 q-89 -63 -224 -102t-255 -39q-192 0 -361.5 65.5t-290.5 179t-191 273.5t-70 342zM707 561q0 -121 72 -205t186 -84q119 0 190.5 82t71.5 205q0 118 -73.5 197.5t-192.5 79.5q-112 0 -183 -79.5t-71 -195.5z" />
<glyph unicode="A" horiz-adv-x="1511" d="M2 0l633 1434h248l626 -1434h-258l-137 324h-723l-137 -324h-252zM481 539h541l-270 637z" />
<glyph unicode="B" horiz-adv-x="1445" d="M188 0v1434h623q223 0 352 -96t129 -263q0 -121 -67.5 -206t-184.5 -113q144 -25 226 -121.5t82 -241.5q0 -184 -139.5 -288.5t-383.5 -104.5h-637zM430 215h369q142 0 221.5 54.5t79.5 154.5q0 95 -80 149t-221 54h-369v-412zM430 840h369q116 0 180.5 50.5t64.5 141.5 q0 90 -64.5 138.5t-180.5 48.5h-369v-379z" />
<glyph unicode="C" horiz-adv-x="1427" d="M70 719q0 150 58.5 284t158.5 230t239.5 151.5t296.5 55.5q151 0 295.5 -59t249.5 -162l-141 -177q-78 85 -185 134t-215 49q-215 0 -363.5 -146t-148.5 -358t148.5 -359t363.5 -147q106 0 211.5 45.5t188.5 124.5l143 -160q-110 -109 -257.5 -172t-297.5 -63 q-155 0 -293 56.5t-237 153t-157 232t-58 287.5z" />
<glyph unicode="D" horiz-adv-x="1587" d="M188 0v1434h588q159 0 297 -54t235.5 -148t153.5 -227.5t56 -287.5q0 -204 -96 -368t-267 -256.5t-385 -92.5h-582zM430 217h352q211 0 351.5 140.5t140.5 357.5q0 218 -144 360t-358 142h-342v-1000z" />
<glyph unicode="E" horiz-adv-x="1343" d="M188 0v1434h1024v-217h-782v-388h700v-217h-700v-395h807v-217h-1049z" />
<glyph unicode="F" horiz-adv-x="1177" d="M188 0v1434h963l-2 -217h-719v-414h651v-215h-651v-588h-242z" />
<glyph unicode="G" horiz-adv-x="1533" d="M70 717q0 202 101 368t277 260.5t390 94.5q152 0 298 -54t253 -147l-138 -178q-84 77 -192.5 120.5t-220.5 43.5q-144 0 -264.5 -67t-189.5 -184t-69 -257q0 -106 41 -200.5t111 -162.5t167.5 -107.5t205.5 -39.5q165 0 329 98v400h211v-529q-110 -84 -260.5 -135 t-296.5 -51q-156 0 -296 56.5t-240 153t-158.5 231.5t-58.5 286z" />
<glyph unicode="H" horiz-adv-x="1619" d="M188 0v1434h242v-623h760v623h242v-1434h-242v594h-760v-594h-242z" />
<glyph unicode="I" horiz-adv-x="618" d="M188 0v1434h242v-1434h-242z" />
<glyph unicode="J" horiz-adv-x="1021" d="M-4 197l115 184q70 -76 150.5 -117t154.5 -41q97 0 151 59t54 169v766h-496v217h739v-992q0 -215 -118.5 -333.5t-327.5 -118.5q-255 0 -422 207z" />
<glyph unicode="K" horiz-adv-x="1470" d="M188 0v1434h242v-742l684 742h285l-555 -613l592 -821h-291l-471 633l-244 -268v-365h-242z" />
<glyph unicode="L" horiz-adv-x="1093" d="M188 0v1434h242v-1215h621v-219h-863z" />
<glyph unicode="M" horiz-adv-x="1894" d="M188 0v1434h287l473 -953l471 953h285v-1434h-223l-2 1071l-453 -921h-158l-452 921v-1071h-228z" />
<glyph unicode="N" horiz-adv-x="1622" d="M188 0v1434h238l768 -1031v1031h238v-1434h-238l-764 1028v-1028h-242z" />
<glyph unicode="O" horiz-adv-x="1658" d="M70 717q0 203 100 369t274 260t385 94q158 0 299 -55.5t242 -151.5t160 -230.5t59 -285.5t-59 -286t-160 -231.5t-242 -153t-299 -56.5q-211 0 -385 95.5t-274 262.5t-100 369zM315 717q0 -140 70 -257.5t188.5 -185t257.5 -67.5t256 67.5t185.5 185t68.5 257.5 t-68.5 256.5t-185.5 183t-256 66.5q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5z" />
<glyph unicode="P" horiz-adv-x="1378" d="M188 0v1434h572q270 0 418.5 -128.5t148.5 -361.5q0 -243 -148.5 -377.5t-418.5 -134.5h-330v-432h-242zM430 649h320q168 0 257 72.5t89 216.5q0 139 -89 209t-257 70h-320v-568z" />
<glyph unicode="Q" horiz-adv-x="1689" d="M70 717q0 203 100 369t274 260t385 94q158 0 299 -55.5t242 -151.5t160 -230.5t59 -285.5q0 -243 -142.5 -431t-373.5 -259q123 -133 240 -133q114 0 264 118l96 -170q-83 -74 -186 -115.5t-203 -41.5q-134 0 -252 79.5t-205 225.5q-211 1 -384.5 96.5t-273 262 t-99.5 368.5zM315 717q0 -140 70 -257.5t188.5 -185t257.5 -67.5t256 67.5t185.5 185t68.5 257.5t-68.5 256.5t-185.5 183t-256 66.5q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5z" />
<glyph unicode="R" horiz-adv-x="1480" d="M188 0v1434h582q275 0 426.5 -128.5t151.5 -361.5q0 -171 -77 -290t-220 -175l321 -479h-274l-262 434q-20 -2 -66 -2h-340v-432h-242zM430 649h340q168 0 258 72.5t90 216.5q0 139 -90 209t-258 70h-340v-568z" />
<glyph unicode="S" horiz-adv-x="1273" d="M53 219l105 209q108 -99 237.5 -154t247.5 -55q127 0 197.5 45.5t70.5 128.5q0 51 -26.5 89.5t-71.5 63t-103 44.5t-122 38.5t-128 39t-122 52t-103 73t-71.5 105.5t-26.5 146q0 183 143.5 291.5t378.5 108.5q136 0 267.5 -40t234.5 -108l-100 -213q-111 67 -222 100.5 t-198 33.5q-107 0 -170 -39.5t-63 -110.5q0 -50 26.5 -88t71 -62.5t103 -45t122.5 -39.5t128 -41t122 -54.5t102.5 -75t70.5 -107.5t26 -148q0 -189 -150.5 -301.5t-390.5 -112.5q-165 0 -319 61.5t-267 165.5z" />
<glyph unicode="T" horiz-adv-x="1185" d="M18 1217v217h1149v-217h-454v-1217h-242v1217h-453z" />
<glyph unicode="U" horiz-adv-x="1564" d="M160 594v840h241v-840q0 -181 103.5 -284t281.5 -103q176 0 277.5 102.5t101.5 284.5v840h242v-840q0 -281 -166.5 -442.5t-456.5 -161.5t-457 161.5t-167 442.5z" />
<glyph unicode="V" horiz-adv-x="1413" d="M6 1434h260l443 -1166l446 1166h252l-580 -1434h-249z" />
<glyph unicode="W" horiz-adv-x="2121" d="M6 1434h260l348 -1166l347 1164l237 2l348 -1166l346 1166h250l-479 -1434h-248l-340 1118l-344 -1118h-250z" />
<glyph unicode="X" horiz-adv-x="1417" d="M31 0l522 735l-485 699h280l350 -498l353 498h282l-481 -689l522 -745h-289l-387 541l-385 -541h-282z" />
<glyph unicode="Y" horiz-adv-x="1304" d="M2 1434h244l409 -699l402 699h246l-527 -957v-477h-239v469z" />
<glyph unicode="Z" horiz-adv-x="1363" d="M76 0v174l874 1043h-848v217h1174v-174l-873 -1043h883v-217h-1210z" />
<glyph unicode="[" horiz-adv-x="706" d="M188 -254v1774h465v-189h-254v-1397h254v-188h-465z" />
<glyph unicode="\" horiz-adv-x="1116" d="M266 1671h201l649 -1911h-201z" />
<glyph unicode="]" horiz-adv-x="968" d="M315 -66h254v1397h-254v189h465v-1774h-465v188z" />
<glyph unicode="^" horiz-adv-x="1101" d="M66 270l380 807h207l381 -807h-182l-301 662l-303 -662h-182z" />
<glyph unicode="_" horiz-adv-x="1159" d="M0 -274h1159v-144h-1159v144z" />
<glyph unicode="`" horiz-adv-x="716" d="M115 1448l241 102l217 -303h-208z" />
<glyph unicode="a" horiz-adv-x="1200" d="M84 328q0 151 108.5 238.5t303.5 88.5h329v33q0 104 -66.5 161.5t-193.5 57.5q-159 0 -321 -110l-97 164q125 74 224 105.5t245 31.5q210 0 324.5 -101t116.5 -282l2 -715h-232v133q-116 -143 -360 -143q-174 0 -278.5 95t-104.5 243zM305 338q0 -74 56.5 -118t154.5 -44 q126 0 213 58.5t96 148.5v100h-295q-117 0 -171 -34t-54 -111z" />
<glyph unicode="b" horiz-adv-x="1392" d="M184 0v1520h236v-619q124 197 381 197q232 0 376 -154t144 -403q0 -245 -142 -397t-374 -152q-262 0 -385 196v-188h-236zM420 549q0 -158 92.5 -257t239.5 -99q146 0 238.5 99.5t92.5 256.5q0 153 -92.5 252.5t-238.5 99.5t-239 -99t-93 -253z" />
<glyph unicode="c" horiz-adv-x="1155" d="M72 543q0 247 153 401t396 154q295 0 450 -178l-129 -152q-120 123 -302 123h-9q-142 0 -233 -97t-91 -251t91 -251t233 -97q208 0 321 131l131 -131q-154 -203 -462 -203q-243 0 -396 153t-153 398z" />
<glyph unicode="d" horiz-adv-x="1396" d="M72 549q0 246 144 398.5t374 152.5q262 0 387 -199v619h235v-1520h-235v186q-120 -196 -383 -196q-234 0 -378 154.5t-144 404.5zM307 541q2 -156 95 -255.5t241 -99.5q147 0 240.5 99.5t93.5 255.5q0 158 -93 258t-241 100q-147 0 -240.5 -100.5t-95.5 -257.5z" />
<glyph unicode="e" horiz-adv-x="1204" d="M72 543q0 247 153.5 400t397.5 155q280 0 406 -170q107 -144 107 -386q0 -42 -3 -87h-824q28 -126 118.5 -199.5t219.5 -73.5q183 0 307 127l125 -133q-167 -184 -450 -184q-251 0 -404 152t-153 399zM305 627h623q-6 131 -87.5 206.5t-215.5 75.5q-129 0 -214.5 -75.5 t-105.5 -206.5z" />
<glyph unicode="f" horiz-adv-x="702" d="M76 872v177h143v106q0 92 32 165.5t85.5 118t119.5 68t138 23.5q142 0 246 -76l-90 -180q-70 51 -150 51q-64 0 -105.5 -37t-41.5 -110v-129h284v-177h-284v-872h-234v872h-143z" />
<glyph unicode="g" horiz-adv-x="1310" d="M72 580q0 230 133 373.5t350 144.5h8q243 0 361 -185v177h233v-984q0 -234 -154 -371.5t-411 -137.5q-242 0 -453 143l101 170q160 -119 342 -119q155 0 248.5 84t93.5 225v138q-115 -185 -361 -185q-221 0 -356 146t-135 381zM293 573q2 -148 89.5 -241.5t227.5 -93.5 q138 0 226 93.5t88 241.5t-88 241t-226 93q-139 0 -227 -93.5t-90 -240.5z" />
<glyph unicode="h" horiz-adv-x="1370" d="M184 0v1520h236v-643q112 221 403 221q190 0 298 -112t108 -308v-678h-236v612q0 123 -69.5 194t-192.5 71q-143 -1 -227 -96.5t-84 -243.5v-537h-236z" />
<glyph unicode="i" horiz-adv-x="581" d="M154 1401q0 63 39 103t98 40t98 -40t39 -103q0 -61 -39 -101t-98 -40t-98 40t-39 101zM174 0v1090h234v-1090h-234z" />
<glyph unicode="j" horiz-adv-x="587" d="M-174 -334l78 182q68 -49 139 -49q58 0 93.5 37t35.5 111v1143h234v-1121q0 -93 -30.5 -167t-81 -119t-112.5 -68t-129 -23q-128 0 -227 74zM145 1401q0 63 41 103t103 40q64 0 104.5 -40t40.5 -103q0 -62 -40.5 -103t-104.5 -41q-61 0 -102.5 41.5t-41.5 102.5z" />
<glyph unicode="k" horiz-adv-x="1218" d="M184 0v1520h236v-918l481 488h270l-403 -422l434 -668h-278l-320 500l-184 -195v-305h-236z" />
<glyph unicode="l" horiz-adv-x="604" d="M184 0v1520h236v-1520h-236z" />
<glyph unicode="m" horiz-adv-x="2136" d="M174 0v1090h234v-211q108 219 395 219q145 0 242.5 -68.5t136.5 -193.5q101 262 413 262q187 0 293.5 -112.5t106.5 -307.5v-678h-236v612q0 124 -69 195.5t-189 71.5q-137 -4 -218 -99.5t-81 -240.5v-539h-235v612q0 125 -68 196t-188 71q-139 -4 -221 -99.5t-82 -240.5 v-539h-234z" />
<glyph unicode="n" horiz-adv-x="1357" d="M174 0v1090h236v-209q111 217 401 217q190 0 298 -112t108 -308v-678h-236v612q0 123 -69.5 194t-192.5 71q-132 -1 -214.5 -83.5t-94.5 -213.5v-580h-236z" />
<glyph unicode="o" horiz-adv-x="1280" d="M72 545q0 247 157.5 400t411.5 153q252 0 409.5 -153t157.5 -400q0 -246 -157.5 -399.5t-409.5 -153.5q-253 0 -411 153.5t-158 399.5zM307 543q0 -158 93 -256.5t241 -98.5q147 0 239.5 98.5t92.5 256.5q0 156 -92.5 254t-239.5 98q-148 0 -241 -97.5t-93 -254.5z" />
<glyph unicode="p" horiz-adv-x="1392" d="M184 -397v1487h236v-189q124 197 381 197q232 0 376 -154t144 -403q0 -245 -142 -397t-374 -152q-262 0 -385 196v-585h-236zM420 549q0 -158 92.5 -257t239.5 -99q146 0 238.5 99.5t92.5 256.5q0 153 -92.5 252.5t-238.5 99.5t-239 -99t-93 -253z" />
<glyph unicode="q" horiz-adv-x="1396" d="M72 549q0 246 144 398.5t374 152.5q262 0 387 -199v189h235v-1487h-235v583q-120 -196 -383 -196q-234 0 -378 154.5t-144 404.5zM307 541q2 -156 95 -255.5t241 -99.5q147 0 240.5 99.5t93.5 255.5q0 158 -93 258t-241 100q-147 0 -240.5 -100.5t-95.5 -257.5z" />
<glyph unicode="r" horiz-adv-x="806" d="M174 0v1090h236v-218q56 110 151.5 168t224.5 58v-226q-15 1 -30 1q-140 -1 -232 -77q-100 -84 -114 -227v-569h-236z" />
<glyph unicode="s" horiz-adv-x="962" d="M43 143l84 168q69 -61 171 -98t194 -37q80 0 129 29t49 88q0 35 -19.5 62t-53 44.5t-76.5 32t-90.5 28.5t-95 30.5t-90.5 41.5t-76 57t-52 82t-19 113q0 80 33 142t90 99t127.5 56t151.5 19q104 0 206 -29.5t175 -81.5l-86 -174q-72 44 -157 70t-157 26q-159 0 -159 -108 q0 -40 32 -69t83 -47t112.5 -35.5t123 -42.5t112.5 -59.5t82.5 -94.5t31.5 -140q0 -81 -34 -144t-93 -101.5t-133 -58t-158 -19.5q-123 0 -240.5 39.5t-197.5 111.5z" />
<glyph unicode="t" horiz-adv-x="833" d="M63 872v177h154v299h234v-299h321v-177h-321v-522q0 -81 28.5 -114t87.5 -33q68 0 164 47l60 -180q-135 -80 -269 -80q-133 0 -219 79.5t-86 237.5v565h-154z" />
<glyph unicode="u" horiz-adv-x="1337" d="M139 412v678h236v-613q0 -123 68 -193.5t186 -70.5q138 3 218.5 98.5t80.5 241.5v537h235v-1090h-235v213q-106 -218 -389 -221q-187 0 -293.5 112.5t-106.5 307.5z" />
<glyph unicode="v" horiz-adv-x="1075" d="M2 1090h246l303 -859l299 859h235l-417 -1090h-244z" />
<glyph unicode="w" horiz-adv-x="1828" d="M2 1090h242l282 -857l275 857h243l277 -857l278 857h240l-397 -1090h-244l-276 807l-277 -807h-242z" />
<glyph unicode="x" horiz-adv-x="1134" d="M29 0l385 559l-359 531h271l243 -373l248 373h258l-350 -531l375 -559h-271l-260 399l-278 -399h-262z" />
<glyph unicode="y" horiz-adv-x="1087" d="M-10 1090h243l326 -826l303 826h236l-496 -1240q-102 -258 -354 -258q-140 0 -252 93l100 182q73 -53 142 -53q111 0 165 120l37 82z" />
<glyph unicode="z" horiz-adv-x="1099" d="M92 0v160l623 737h-604v193l895 -3v-157l-623 -737l641 -3v-192z" />
<glyph unicode="{" horiz-adv-x="673" d="M74 535v194h63q46 0 67 25.5t21 83.5v424q0 141 74 200.5t246 59.5h88v-189q-107 0 -151 -33.5t-44 -111.5v-336q0 -99 -32.5 -150t-110.5 -71q78 -19 110.5 -69.5t32.5 -149.5v-336q0 -78 44 -112t151 -34v-188h-88q-172 0 -246 60t-74 202v422q0 58 -21 83.5t-67 25.5 h-63z" />
<glyph unicode="|" horiz-adv-x="550" d="M186 -238v1897h179v-1897h-179z" />
<glyph unicode="}" horiz-adv-x="823" d="M264 -70q107 0 151 34t44 112v336q0 99 32.5 150t110.5 71q-78 19 -110.5 69.5t-32.5 149.5v336q0 78 -44 111.5t-151 33.5v189h88q172 0 246 -59.5t74 -200.5v-424q0 -58 21 -83.5t67 -25.5h63v-194h-63q-46 0 -67 -25.5t-21 -83.5v-422q0 -142 -74 -202t-246 -60h-88 v188z" />
<glyph unicode="~" d="M135 522q0 287 199 287q56 0 116 -29.5t110.5 -58.5t84.5 -29q80 0 80 103h162q0 -287 -199 -287q-47 0 -95 18.5t-80.5 40t-69.5 40t-64 18.5q-80 0 -80 -103h-164z" />
<glyph unicode="&#xa1;" horiz-adv-x="428" d="M111 969q0 60 36.5 98.5t92.5 38.5t92.5 -38.5t36.5 -98.5q0 -58 -36.5 -95.5t-92.5 -37.5t-92.5 37.5t-36.5 95.5zM129 27l37 604h149l37 -604v-355h-223v355z" />
<glyph unicode="&#xa2;" horiz-adv-x="1155" d="M72 543q0 223 125.5 371.5t332.5 177.5v309h179v-307q230 -24 362 -174l-129 -152q-95 98 -233 119v-686q153 18 243 125l131 -131q-130 -172 -374 -199v-287h-179v289q-207 28 -332.5 176t-125.5 369zM307 543q0 -125 60.5 -214t162.5 -120v668q-102 -31 -162.5 -120 t-60.5 -214z" />
<glyph unicode="&#xa3;" horiz-adv-x="1120" d="M76 0v197h170v413h-170v172h170v207q0 218 113.5 336.5t322.5 118.5q117 0 222 -47.5t183 -136.5l-96 -189q-132 156 -284 156q-107 0 -163.5 -62t-56.5 -182v-201h361v-172h-361v-413h574v-197h-985z" />
<glyph unicode="&#xa4;" horiz-adv-x="1456" d="M72 133l209 209q-103 144 -103 311q0 169 98 310l-204 204l133 142l211 -211q142 96 311 96q170 0 313 -94l211 209l133 -142l-204 -204q100 -140 100 -310q0 -172 -104 -311l208 -209l-133 -141l-217 215q-139 -90 -307 -90q-166 0 -305 90l-217 -215zM367 653 q0 -138 105.5 -237t254.5 -99q152 0 259.5 99t107.5 237q0 141 -107.5 241.5t-259.5 100.5q-149 0 -254.5 -100.5t-105.5 -241.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1286" d="M2 1434h244l409 -699l402 699h246l-426 -775h301v-102h-357l-43 -78v-92h400v-102h-400v-285h-241v285h-383v102h383v82l-50 88h-333v102h278z" />
<glyph unicode="&#xa6;" horiz-adv-x="550" d="M186 -238v709h179v-709h-179zM186 950v709h179v-709h-179z" />
<glyph unicode="&#xa7;" horiz-adv-x="1021" d="M43 -18l72 151q177 -139 374 -139q94 0 155 37t61 92q0 36 -21 65t-57 48.5t-82.5 36.5t-97.5 33t-102.5 34t-98 43.5t-82.5 57.5t-57 80t-21 108q0 96 66.5 164t183.5 96q-115 47 -161 100.5t-46 136.5q0 130 110 212.5t291 82.5q208 0 388 -108l-74 -152 q-166 94 -312 94q-90 0 -144 -33t-54 -87q0 -41 27 -72.5t70.5 -50.5t100 -38.5t114.5 -36t114.5 -43.5t100 -59.5t70.5 -86t27 -121.5q0 -88 -63.5 -162.5t-157.5 -102.5q95 -41 136.5 -93.5t41.5 -139.5q0 -133 -116 -218t-303 -85q-125 0 -243 40.5t-210 115.5zM291 645 q0 -71 75 -117.5t185 -46.5q96 0 147.5 36t51.5 95q0 70 -71.5 114t-182.5 44q-97 0 -151 -33.5t-54 -91.5z" />
<glyph unicode="&#xa8;" horiz-adv-x="794" d="M53 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM416 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xa9;" horiz-adv-x="1525" d="M70 713q0 140 54 268.5t146 223t221 150.5t273 56q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -140 -54.5 -268.5t-146.5 -223t-221.5 -151t-273.5 -56.5q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM186 713q0 -155 75 -286t207 -208.5t292 -77.5 q161 0 294.5 78.5t209 210.5t75.5 287t-75 286t-207.5 208t-292.5 77q-161 0 -294 -78t-208.5 -210t-75.5 -287zM406 715q0 149 106 249.5t262 100.5q73 0 144 -29t124 -80l-71 -86q-86 86 -195 86q-104 0 -176 -69.5t-72 -169.5q0 -102 72 -173t176 -71q51 0 103 22t92 60 l71 -80q-55 -53 -126.5 -84t-145.5 -31q-154 0 -259 102t-105 253z" />
<glyph unicode="&#xaa;" horiz-adv-x="788" d="M68 1126q0 89 66.5 137t189.5 50h198v28q0 58 -39 89.5t-116 31.5q-98 0 -220 -61l-41 115q156 75 300 75q133 0 206.5 -61t73.5 -170v-422h-162v102q-76 -108 -235 -108q-102 0 -161.5 53.5t-59.5 140.5zM223 1141q0 -45 33 -72t88 -27q125 0 178 101v86h-166 q-63 0 -98 -23t-35 -65z" />
<glyph unicode="&#xab;" horiz-adv-x="933" d="M47 532l238 357h196l-219 -357l219 -356h-196zM416 532l237 357h197l-219 -357l219 -356h-197z" />
<glyph unicode="&#xac;" horiz-adv-x="1150" d="M72 666v161h923v-530h-172v369h-751z" />
<glyph unicode="&#xad;" horiz-adv-x="753" d="M125 543v162h504v-162h-504z" />
<glyph unicode="&#xae;" horiz-adv-x="1525" d="M70 713q0 140 54 268.5t146 223t221 150.5t273 56q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -140 -54.5 -268.5t-146.5 -223t-221.5 -151t-273.5 -56.5q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM186 713q0 -155 75 -286t207 -208.5t292 -77.5 q161 0 294.5 78.5t209 210.5t75.5 287t-75 286t-207.5 208t-292.5 77q-161 0 -294 -78t-208.5 -210t-75.5 -287zM500 389v692h278q135 0 208 -61.5t73 -175.5q0 -166 -146 -223l160 -232h-135l-129 209h-31h-162v-209h-116zM616 696h162q80 0 125 38.5t45 107.5 q0 68 -45 104.5t-125 36.5h-162v-287z" />
<glyph unicode="&#xaf;" horiz-adv-x="716" d="M98 1313v170h523v-170h-523z" />
<glyph unicode="&#xb0;" horiz-adv-x="708" d="M166 1423q0 97 69.5 166.5t167.5 69.5t168 -69.5t70 -166.5t-70 -166t-168 -69q-97 0 -167 69t-70 166zM266 1423q0 -53 40 -91t97 -38t97.5 38t40.5 91t-40.5 92t-97.5 39t-97 -39t-40 -92z" />
<glyph unicode="&#xb1;" d="M72 41v164h876v-164h-876zM72 721v160h362v350h154v-350h360v-160h-360v-350h-154v350h-362z" />
<glyph unicode="&#xb2;" horiz-adv-x="784" d="M57 1317q162 123 334 123q127 0 206 -59t79 -156q0 -122 -164 -279l-221 -223h422v-135h-637v114l321 330q45 44 73 89.5t28 78.5q0 46 -35 71t-98 25q-55 0 -119 -28t-121 -78z" />
<glyph unicode="&#xb3;" horiz-adv-x="727" d="M23 674l71 135q98 -98 223 -98q79 0 124.5 37t45.5 100q0 62 -44.5 94.5t-127.5 32.5h-127v94l230 234h-355v127h551v-101l-243 -246l45 -4q108 -11 173.5 -71t65.5 -158q0 -120 -88.5 -195t-236.5 -75q-83 0 -166 26t-141 68z" />
<glyph unicode="&#xb4;" horiz-adv-x="716" d="M127 1245l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xb5;" horiz-adv-x="1382" d="M184 -397v1487h236v-613q0 -123 68 -193.5t186 -70.5q138 3 218.5 98.5t80.5 241.5v537h235v-1090h-235v213q-106 -218 -389 -221q-84 0 -164 26v-415h-236z" />
<glyph unicode="&#xb6;" horiz-adv-x="1259" d="M-2 1116q0 80 26 150t79 128t144.5 92t211.5 34h612v-1743h-180v1595h-268v-1595h-179v952h-63q-87 0 -156.5 26t-110.5 66t-68.5 93.5t-37.5 102.5t-10 99z" />
<glyph unicode="&#xb7;" horiz-adv-x="434" d="M94 588q0 57 35 93t88 36t88 -36t35 -93q0 -55 -35 -92t-88 -37t-88 37t-35 92z" />
<glyph unicode="&#xb8;" horiz-adv-x="716" d="M160 -401l45 110q53 -41 119 -41q42 0 68 25.5t26 58.5q0 32 -25.5 55t-73.5 23q-33 0 -71 -10l86 203h139l-59 -125q66 -12 104.5 -54t38.5 -108q0 -87 -62 -141t-155 -54q-102 0 -180 58z" />
<glyph unicode="&#xb9;" horiz-adv-x="536" d="M33 1292v142h342v-846h-172v704h-170z" />
<glyph unicode="&#xba;" horiz-adv-x="833" d="M61 1262q0 147 98 237t257 90t257.5 -90t98.5 -237t-98.5 -237.5t-257.5 -90.5t-257 90.5t-98 237.5zM227 1260q0 -87 52.5 -141t136.5 -54q83 0 134.5 53.5t51.5 141.5t-51.5 141t-134.5 53q-84 0 -136.5 -53.5t-52.5 -140.5z" />
<glyph unicode="&#xbb;" horiz-adv-x="958" d="M156 178l219 357l-219 356h196l238 -356l-238 -357h-196zM524 178l219 357l-219 356h197l237 -356l-237 -357h-197z" />
<glyph unicode="&#xbc;" horiz-adv-x="1673" d="M33 1292v142h342v-846h-172v704h-170zM102 0l1055 1434h225l-1052 -1434h-228zM924 199v120l293 527h163l-284 -520h245v209h162v-209h125v-127h-125v-199h-162v199h-417z" />
<glyph unicode="&#xbd;" horiz-adv-x="1718" d="M33 1292v142h342v-846h-172v704h-170zM102 0l1055 1434h225l-1052 -1434h-228zM991 729q158 123 334 123q127 0 206 -59t79 -156q0 -122 -164 -279l-221 -221h422v-137h-637v117l321 327q101 101 101 170q0 45 -35.5 71t-98.5 26q-55 0 -118 -28.5t-121 -78.5z" />
<glyph unicode="&#xbe;" horiz-adv-x="1798" d="M23 674l71 135q98 -98 223 -98q79 0 124.5 37t45.5 100q0 62 -44.5 94.5t-127.5 32.5h-127v94l230 234h-355v127h551v-101l-243 -246l45 -4q108 -11 173.5 -71t65.5 -158q0 -120 -88.5 -195t-236.5 -75q-83 0 -166 26t-141 68zM229 0l1055 1434h225l-1052 -1434h-228z M1051 199v120l292 527h164l-284 -520h245v209h162v-209h125v-127h-125v-199h-162v199h-417z" />
<glyph unicode="&#xbf;" horiz-adv-x="907" d="M63 6q0 66 18 121t46.5 94.5t63 75t69 69t63 69t46.5 83t18 103.5h180q0 -77 -21 -140t-52.5 -102t-68.5 -78.5t-68.5 -71.5t-52.5 -80.5t-21 -105.5q0 -88 56.5 -133t154.5 -45q101 0 158 53t61 156l184 -2q-6 -192 -119 -300t-305 -108q-188 0 -299 89t-111 253z M350 969q0 60 36.5 98.5t92.5 38.5t92.5 -38.5t36.5 -98.5q0 -58 -36.5 -95.5t-92.5 -37.5t-92.5 37.5t-36.5 95.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1511" d="M2 0l633 1434h248l626 -1434h-258l-137 324h-723l-137 -324h-252zM424 1792l242 102l217 -303h-209zM481 539h541l-270 637z" />
<glyph unicode="&#xc1;" horiz-adv-x="1511" d="M2 0l633 1434h248l626 -1434h-258l-137 324h-723l-137 -324h-252zM481 539h541l-270 637zM618 1589l218 303l241 -102l-250 -201h-209z" />
<glyph unicode="&#xc2;" horiz-adv-x="1511" d="M2 0l633 1434h248l626 -1434h-258l-137 324h-723l-137 -324h-252zM436 1595l211 289h217l211 -289h-192l-127 181l-127 -181h-193zM481 539h541l-270 637z" />
<glyph unicode="&#xc3;" horiz-adv-x="1511" d="M2 0l633 1434h248l626 -1434h-258l-137 324h-723l-137 -324h-252zM426 1628q0 268 188 268q38 0 75.5 -17.5t62.5 -38.5t54 -38.5t52 -17.5q78 0 78 100h149q0 -268 -186 -268q-42 0 -80.5 17.5t-62 39t-52 39t-51.5 17.5q-75 0 -75 -101h-152zM481 539h541l-270 637z " />
<glyph unicode="&#xc4;" horiz-adv-x="1511" d="M2 0l633 1434h248l626 -1434h-258l-137 324h-723l-137 -324h-252zM451 1755q0 57 35 94t89 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89 36.5t-35 92.5zM481 539h541l-270 637zM813 1755q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5 t-88.5 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xc5;" horiz-adv-x="1511" d="M2 0l612 1384q-48 34 -76 87t-28 114q0 103 73.5 176.5t176.5 73.5q104 0 178 -73.5t74 -176.5q0 -60 -29.5 -114t-77.5 -89l604 -1382h-258l-137 324h-723l-137 -324h-252zM481 539h541l-270 637zM618 1585q0 -55 41.5 -94t100.5 -39t101 39t42 94t-42 95t-101 40 q-58 0 -100 -39.5t-42 -95.5z" />
<glyph unicode="&#xc6;" horiz-adv-x="2154" d="M2 0l832 1434h1187v-217h-782v-390h703v-215h-703v-395h807v-217h-1047v354h-544l-201 -354h-252zM561 543h438v690h-49z" />
<glyph unicode="&#xc7;" horiz-adv-x="1427" d="M70 719q0 150 58.5 284t158.5 230t239.5 151.5t296.5 55.5q151 0 295.5 -59t249.5 -162l-141 -177q-78 85 -185 134t-215 49q-215 0 -363.5 -146t-148.5 -358t148.5 -359t363.5 -147q106 0 211.5 45.5t188.5 124.5l143 -160q-98 -96 -224.5 -157t-260.5 -74l-45 -96 q66 -12 104.5 -54t38.5 -108q0 -87 -62 -141t-155 -54q-102 0 -180 58l45 110q53 -41 119 -41q42 0 68 25.5t26 58.5q0 32 -25.5 55t-73.5 23q-33 0 -71 -10l74 172q-191 16 -346 115t-243.5 260t-88.5 352z" />
<glyph unicode="&#xc8;" horiz-adv-x="1343" d="M188 0v1434h1024v-217h-782v-388h700v-217h-700v-395h807v-217h-1049zM373 1792l241 102l217 -303h-208z" />
<glyph unicode="&#xc9;" horiz-adv-x="1343" d="M188 0v1434h1024v-217h-782v-388h700v-217h-700v-395h807v-217h-1049zM567 1589l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xca;" horiz-adv-x="1343" d="M188 0v1434h1024v-217h-782v-388h700v-217h-700v-395h807v-217h-1049zM385 1595l211 289h217l211 -289h-193l-126 181l-127 -181h-193z" />
<glyph unicode="&#xcb;" horiz-adv-x="1343" d="M188 0v1434h1024v-217h-782v-388h700v-217h-700v-395h807v-217h-1049zM399 1755q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM762 1755q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5 t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xcc;" horiz-adv-x="618" d="M-25 1792l242 102l217 -303h-209zM188 0v1434h242v-1434h-242z" />
<glyph unicode="&#xcd;" horiz-adv-x="618" d="M172 1589l217 303l242 -102l-250 -201h-209zM188 0v1434h242v-1434h-242z" />
<glyph unicode="&#xce;" horiz-adv-x="618" d="M-10 1595l211 289h217l211 -289h-193l-127 181l-127 -181h-192zM188 0v1434h242v-1434h-242z" />
<glyph unicode="&#xcf;" horiz-adv-x="618" d="M4 1755q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM188 0v1434h242v-1434h-242zM367 1755q0 57 35.5 94t89.5 37t88 -37t34 -94q0 -56 -34 -92.5t-88 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xd0;" horiz-adv-x="1628" d="M0 649v142h229v643h588q211 0 381 -92t265.5 -256t95.5 -369t-96 -368.5t-267.5 -256t-386.5 -92.5h-580v649h-229zM469 217h354q211 0 350.5 140.5t139.5 357.5q0 218 -143 360t-357 142h-344v-426h408v-142h-408v-432z" />
<glyph unicode="&#xd1;" horiz-adv-x="1622" d="M188 0v1434h238l768 -1031v1031h238v-1434h-238l-764 1028v-1028h-242zM481 1628q0 133 48 200.5t141 67.5q38 0 75.5 -17.5t62 -38.5t53.5 -38.5t52 -17.5q78 0 78 100h150q0 -268 -187 -268q-42 0 -80 17.5t-61.5 39t-52 39t-51.5 17.5q-76 0 -76 -101h-152z" />
<glyph unicode="&#xd2;" horiz-adv-x="1658" d="M70 717q0 203 100 369t274 260t385 94q158 0 299 -55.5t242 -151.5t160 -230.5t59 -285.5t-59 -286t-160 -231.5t-242 -153t-299 -56.5q-211 0 -385 95.5t-274 262.5t-100 369zM315 717q0 -140 70 -257.5t188.5 -185t257.5 -67.5t256 67.5t185.5 185t68.5 257.5 t-68.5 256.5t-185.5 183t-256 66.5q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5zM487 1792l242 102l217 -303h-209z" />
<glyph unicode="&#xd3;" horiz-adv-x="1658" d="M70 717q0 203 100 369t274 260t385 94q158 0 299 -55.5t242 -151.5t160 -230.5t59 -285.5t-59 -286t-160 -231.5t-242 -153t-299 -56.5q-211 0 -385 95.5t-274 262.5t-100 369zM315 717q0 -140 70 -257.5t188.5 -185t257.5 -67.5t256 67.5t185.5 185t68.5 257.5 t-68.5 256.5t-185.5 183t-256 66.5q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5zM682 1589l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xd4;" horiz-adv-x="1658" d="M70 717q0 203 100 369t274 260t385 94q158 0 299 -55.5t242 -151.5t160 -230.5t59 -285.5t-59 -286t-160 -231.5t-242 -153t-299 -56.5q-211 0 -385 95.5t-274 262.5t-100 369zM315 717q0 -140 70 -257.5t188.5 -185t257.5 -67.5t256 67.5t185.5 185t68.5 257.5 t-68.5 256.5t-185.5 183t-256 66.5q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5zM500 1595l211 289h217l211 -289h-193l-127 181l-127 -181h-192z" />
<glyph unicode="&#xd5;" horiz-adv-x="1658" d="M70 717q0 203 100 369t274 260t385 94q158 0 299 -55.5t242 -151.5t160 -230.5t59 -285.5t-59 -286t-160 -231.5t-242 -153t-299 -56.5q-211 0 -385 95.5t-274 262.5t-100 369zM315 717q0 -140 70 -257.5t188.5 -185t257.5 -67.5t256 67.5t185.5 185t68.5 257.5 t-68.5 256.5t-185.5 183t-256 66.5q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5zM489 1628q0 133 48 200.5t141 67.5q38 0 75.5 -17.5t62.5 -38.5t54 -38.5t52 -17.5q77 0 77 100h150q0 -268 -186 -268q-42 0 -80.5 17.5t-62 39t-52 39t-51.5 17.5q-76 0 -76 -101h-152z " />
<glyph unicode="&#xd6;" horiz-adv-x="1658" d="M70 717q0 203 100 369t274 260t385 94q158 0 299 -55.5t242 -151.5t160 -230.5t59 -285.5t-59 -286t-160 -231.5t-242 -153t-299 -56.5q-211 0 -385 95.5t-274 262.5t-100 369zM315 717q0 -140 70 -257.5t188.5 -185t257.5 -67.5t256 67.5t185.5 185t68.5 257.5 t-68.5 256.5t-185.5 183t-256 66.5q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5zM514 1755q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM877 1755q0 57 35 94t89 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5 t-89 36.5t-35 92.5z" />
<glyph unicode="&#xd7;" d="M147 412l252 254l-252 252l109 114l256 -256l254 256l108 -114l-251 -252l251 -254l-108 -115l-254 256l-256 -256z" />
<glyph unicode="&#xd8;" horiz-adv-x="1658" d="M70 717q0 203 100 369t274 260t385 94q66 0 142 -13l78 234h143l-90 -266q219 -76 353 -259.5t134 -418.5q0 -151 -59 -286t-160 -231.5t-242 -153t-299 -56.5q-100 0 -196 22l-90 -262h-142l105 305q-198 88 -317 265t-119 397zM315 717q0 -142 71.5 -259.5 t191.5 -185.5l321 947q-46 4 -68 4q-140 0 -258.5 -66.5t-188 -183t-69.5 -256.5zM702 223q66 -16 129 -16q139 0 256 67.5t185.5 185t68.5 257.5q0 157 -86.5 283t-226.5 184z" />
<glyph unicode="&#xd9;" horiz-adv-x="1564" d="M160 594v840h241v-840q0 -181 103.5 -284t281.5 -103q176 0 277.5 102.5t101.5 284.5v840h242v-840q0 -281 -166.5 -442.5t-456.5 -161.5t-457 161.5t-167 442.5zM451 1792l241 102l217 -303h-209z" />
<glyph unicode="&#xda;" horiz-adv-x="1564" d="M160 594v840h241v-840q0 -181 103.5 -284t281.5 -103q176 0 277.5 102.5t101.5 284.5v840h242v-840q0 -281 -166.5 -442.5t-456.5 -161.5t-457 161.5t-167 442.5zM645 1589l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xdb;" horiz-adv-x="1564" d="M160 594v840h241v-840q0 -181 103.5 -284t281.5 -103q176 0 277.5 102.5t101.5 284.5v840h242v-840q0 -281 -166.5 -442.5t-456.5 -161.5t-457 161.5t-167 442.5zM463 1595l211 289h217l211 -289h-193l-127 181l-127 -181h-192z" />
<glyph unicode="&#xdc;" horiz-adv-x="1564" d="M160 594v840h241v-840q0 -181 103.5 -284t281.5 -103q176 0 277.5 102.5t101.5 284.5v840h242v-840q0 -281 -166.5 -442.5t-456.5 -161.5t-457 161.5t-167 442.5zM477 1755q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5 zM840 1755q0 57 35.5 94t89.5 37t88 -37t34 -94q0 -56 -34 -92.5t-88 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xdd;" horiz-adv-x="1304" d="M2 1434h244l409 -699l402 699h246l-527 -957v-477h-239v469zM514 1589l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xde;" horiz-adv-x="1390" d="M188 0v1434h242v-203h301q291 0 448.5 -125t157.5 -354q0 -240 -157.5 -371t-448.5 -131h-301v-250h-242zM430 451h291q183 0 277 74t94 220q0 140 -94 212.5t-277 72.5h-291v-579z" />
<glyph unicode="&#xdf;" horiz-adv-x="1339" d="M160 0v999q0 243 139.5 387t382.5 144q212 0 344.5 -108t132.5 -287q0 -120 -64.5 -217t-172.5 -138q145 -29 232 -118.5t87 -231.5q0 -190 -148 -310t-391 -120h-104v182h123q131 0 211 67.5t80 174.5q0 114 -92.5 178t-249.5 64h-27v180q132 0 210.5 68.5t78.5 183.5 q0 111 -69.5 176t-184.5 65q-132 0 -208.5 -87t-76.5 -236v-1016h-233z" />
<glyph unicode="&#xe0;" horiz-adv-x="1200" d="M84 328q0 151 108.5 238.5t303.5 88.5h329v33q0 104 -66.5 161.5t-193.5 57.5q-159 0 -321 -110l-97 164q125 74 224 105.5t245 31.5q210 0 324.5 -101t116.5 -282l2 -715h-232v133q-116 -143 -360 -143q-174 0 -278.5 95t-104.5 243zM262 1448l242 102l217 -303h-209z M305 338q0 -74 56.5 -118t154.5 -44q126 0 213 58.5t96 148.5v100h-295q-117 0 -171 -34t-54 -111z" />
<glyph unicode="&#xe1;" horiz-adv-x="1200" d="M84 328q0 151 108.5 238.5t303.5 88.5h329v33q0 104 -66.5 161.5t-193.5 57.5q-159 0 -321 -110l-97 164q125 74 224 105.5t245 31.5q210 0 324.5 -101t116.5 -282l2 -715h-232v133q-116 -143 -360 -143q-174 0 -278.5 95t-104.5 243zM305 338q0 -74 56.5 -118t154.5 -44 q126 0 213 58.5t96 148.5v100h-295q-117 0 -171 -34t-54 -111zM457 1245l217 303l241 -102l-249 -201h-209z" />
<glyph unicode="&#xe2;" horiz-adv-x="1200" d="M84 328q0 151 108.5 238.5t303.5 88.5h329v33q0 104 -66.5 161.5t-193.5 57.5q-159 0 -321 -110l-97 164q125 74 224 105.5t245 31.5q210 0 324.5 -101t116.5 -282l2 -715h-232v133q-116 -143 -360 -143q-174 0 -278.5 95t-104.5 243zM274 1251l211 289h217l211 -289 h-192l-127 181l-127 -181h-193zM305 338q0 -74 56.5 -118t154.5 -44q126 0 213 58.5t96 148.5v100h-295q-117 0 -171 -34t-54 -111z" />
<glyph unicode="&#xe3;" horiz-adv-x="1200" d="M84 328q0 151 108.5 238.5t303.5 88.5h329v33q0 104 -66.5 161.5t-193.5 57.5q-159 0 -321 -110l-97 164q125 74 224 105.5t245 31.5q210 0 324.5 -101t116.5 -282l2 -715h-232v133q-116 -143 -360 -143q-174 0 -278.5 95t-104.5 243zM264 1284q0 133 48 200.5t141 67.5 q38 0 75.5 -17.5t62 -38.5t53.5 -38.5t52 -17.5q78 0 78 100h150q0 -268 -187 -268q-42 0 -80 17.5t-61.5 38.5t-52 38.5t-51.5 17.5q-76 0 -76 -100h-152zM305 338q0 -74 56.5 -118t154.5 -44q126 0 213 58.5t96 148.5v100h-295q-117 0 -171 -34t-54 -111z" />
<glyph unicode="&#xe4;" horiz-adv-x="1200" d="M84 328q0 151 108.5 238.5t303.5 88.5h329v33q0 104 -66.5 161.5t-193.5 57.5q-159 0 -321 -110l-97 164q125 74 224 105.5t245 31.5q210 0 324.5 -101t116.5 -282l2 -715h-232v133q-116 -143 -360 -143q-174 0 -278.5 95t-104.5 243zM289 1411q0 57 35.5 94t89.5 37 t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM305 338q0 -74 56.5 -118t154.5 -44q126 0 213 58.5t96 148.5v100h-295q-117 0 -171 -34t-54 -111zM651 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5 t-35.5 92.5z" />
<glyph unicode="&#xe5;" horiz-adv-x="1200" d="M84 328q0 151 108.5 238.5t303.5 88.5h329v33q0 104 -66.5 161.5t-193.5 57.5q-159 0 -321 -110l-97 164q125 74 224 105.5t245 31.5q210 0 324.5 -101t116.5 -282l2 -715h-232v133q-116 -143 -360 -143q-174 0 -278.5 95t-104.5 243zM305 338q0 -74 56.5 -118t154.5 -44 q126 0 213 58.5t96 148.5v100h-295q-117 0 -171 -34t-54 -111zM352 1403q0 97 71 167t171 70t171 -70t71 -167q0 -98 -71 -168t-171 -70t-171 70t-71 168zM455 1403q0 -54 41 -92.5t98 -38.5t98 38.5t41 92.5t-41 92.5t-98 38.5t-98 -38.5t-41 -92.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1994" d="M84 317q0 147 109 227.5t305 82.5h331v61q0 104 -67 161.5t-195 57.5q-175 0 -360 -110l-60 170q240 131 469 131q269 0 383 -164q145 164 387 164q254 0 402 -166.5t139 -437.5h-860q19 -144 112 -228t232 -84q183 0 307 127l127 -133q-171 -184 -452 -184 q-160 0 -279.5 69t-183.5 193q-65 -131 -183.5 -197.5t-281.5 -66.5q-173 0 -277 90.5t-104 236.5zM305 338q0 -82 58.5 -132t154.5 -50q237 0 330 227l45 -39q-6 17 -14 55l-48 11v90h-288q-114 0 -176 -42t-62 -120zM1067 621h625q-5 135 -88 220t-215 85 q-129 0 -216 -84.5t-106 -220.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1155" d="M72 543q0 247 153 401t396 154q295 0 450 -178l-129 -152q-123 126 -311 123q-142 0 -233 -97t-91 -251t91 -251t233 -97q208 0 321 131l131 -131q-136 -178 -389 -199l-47 -98q66 -12 105 -54t39 -108q0 -87 -62.5 -141t-155.5 -54q-102 0 -180 58l45 110 q53 -41 119 -41q42 0 68 25.5t26 58.5q0 32 -25 55t-73 23q-34 0 -72 -10l74 176q-218 20 -350.5 169.5t-132.5 377.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1204" d="M72 543q0 247 153.5 400t397.5 155q280 0 406 -169.5t104 -473.5h-824q28 -126 118.5 -199.5t219.5 -73.5q183 0 307 127l125 -133q-167 -184 -450 -184q-251 0 -404 152t-153 399zM279 1448l241 102l217 -303h-209zM305 627h623q-6 131 -87.5 206.5t-215.5 75.5 q-129 0 -214.5 -75.5t-105.5 -206.5z" />
<glyph unicode="&#xe9;" horiz-adv-x="1204" d="M72 543q0 247 153.5 400t397.5 155q280 0 406 -169.5t104 -473.5h-824q28 -126 118.5 -199.5t219.5 -73.5q183 0 307 127l125 -133q-167 -184 -450 -184q-251 0 -404 152t-153 399zM305 627h623q-6 131 -87.5 206.5t-215.5 75.5q-129 0 -214.5 -75.5t-105.5 -206.5z M473 1245l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xea;" horiz-adv-x="1204" d="M72 543q0 247 153.5 400t397.5 155q280 0 406 -169.5t104 -473.5h-824q28 -126 118.5 -199.5t219.5 -73.5q183 0 307 127l125 -133q-167 -184 -450 -184q-251 0 -404 152t-153 399zM293 1251l211 289h217l211 -289h-193l-127 181l-127 -181h-192zM305 627h623 q-6 131 -87.5 206.5t-215.5 75.5q-129 0 -214.5 -75.5t-105.5 -206.5z" />
<glyph unicode="&#xeb;" horiz-adv-x="1204" d="M72 543q0 247 153.5 400t397.5 155q280 0 406 -169.5t104 -473.5h-824q28 -126 118.5 -199.5t219.5 -73.5q183 0 307 127l125 -133q-167 -184 -450 -184q-251 0 -404 152t-153 399zM305 627h623q-6 131 -87.5 206.5t-215.5 75.5q-129 0 -214.5 -75.5t-105.5 -206.5z M307 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM670 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xec;" horiz-adv-x="581" d="M-41 1448l242 102l217 -303h-209zM174 0v1090h234v-1090h-234z" />
<glyph unicode="&#xed;" horiz-adv-x="581" d="M154 1245l217 303l241 -102l-250 -201h-208zM174 0v1090h234v-1090h-234z" />
<glyph unicode="&#xee;" horiz-adv-x="581" d="M-29 1251l211 289h217l211 -289h-192l-127 181l-127 -181h-193zM174 0v1090h234v-1090h-234z" />
<glyph unicode="&#xef;" horiz-adv-x="581" d="M-14 1411q0 57 35.5 94t89.5 37t88 -37t34 -94q0 -56 -34 -92.5t-88 -36.5t-89.5 36.5t-35.5 92.5zM174 0v1090h234v-1090h-234zM348 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xf0;" horiz-adv-x="1208" d="M74 459q0 204 126.5 326t338.5 122q117 0 215.5 -45.5t148.5 -120.5q-68 220 -285 424l-311 -102l-39 123l236 78q-131 99 -252 157l156 109q170 -77 313 -195l272 90l37 -122l-201 -66q148 -151 229 -330t81 -364q0 -252 -153 -402.5t-408 -150.5q-229 0 -366.5 127.5 t-137.5 341.5zM299 473q0 -125 80 -199.5t213 -74.5q135 0 216 72t81 192q0 124 -81 198t-216 74q-134 0 -213.5 -71t-79.5 -191z" />
<glyph unicode="&#xf1;" horiz-adv-x="1357" d="M174 0v1090h236v-209q111 217 401 217q190 0 298 -112t108 -308v-678h-236v612q0 123 -69.5 194t-192.5 71q-132 -1 -214.5 -83.5t-94.5 -213.5v-580h-236zM379 1284q0 268 188 268q38 0 75.5 -17.5t62.5 -38.5t54 -38.5t52 -17.5q78 0 78 100h149q0 -268 -186 -268 q-42 0 -80.5 17.5t-62 38.5t-52 38.5t-51.5 17.5q-76 0 -76 -100h-151z" />
<glyph unicode="&#xf2;" horiz-adv-x="1280" d="M72 545q0 247 157.5 400t411.5 153q252 0 409.5 -153t157.5 -400q0 -246 -157.5 -399.5t-409.5 -153.5q-253 0 -411 153.5t-158 399.5zM307 543q0 -158 93 -256.5t241 -98.5q147 0 239.5 98.5t92.5 256.5q0 156 -92.5 254t-239.5 98q-148 0 -241 -97.5t-93 -254.5z M307 1448l242 102l217 -303h-209z" />
<glyph unicode="&#xf3;" horiz-adv-x="1280" d="M72 545q0 247 157.5 400t411.5 153q252 0 409.5 -153t157.5 -400q0 -246 -157.5 -399.5t-409.5 -153.5q-253 0 -411 153.5t-158 399.5zM307 543q0 -158 93 -256.5t241 -98.5q147 0 239.5 98.5t92.5 256.5q0 156 -92.5 254t-239.5 98q-148 0 -241 -97.5t-93 -254.5z M502 1245l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xf4;" horiz-adv-x="1280" d="M72 545q0 247 157.5 400t411.5 153q252 0 409.5 -153t157.5 -400q0 -246 -157.5 -399.5t-409.5 -153.5q-253 0 -411 153.5t-158 399.5zM307 543q0 -158 93 -256.5t241 -98.5q147 0 239.5 98.5t92.5 256.5q0 156 -92.5 254t-239.5 98q-148 0 -241 -97.5t-93 -254.5z M322 1251l210 289h218l211 -289h-193l-127 181l-127 -181h-192z" />
<glyph unicode="&#xf5;" horiz-adv-x="1280" d="M72 545q0 247 157.5 400t411.5 153q252 0 409.5 -153t157.5 -400q0 -246 -157.5 -399.5t-409.5 -153.5q-253 0 -411 153.5t-158 399.5zM307 543q0 -158 93 -256.5t241 -98.5q147 0 239.5 98.5t92.5 256.5q0 156 -92.5 254t-239.5 98q-148 0 -241 -97.5t-93 -254.5z M309 1284q0 133 48 200.5t141 67.5q38 0 75.5 -17.5t62 -38.5t53.5 -38.5t52 -17.5q78 0 78 100h150q0 -268 -187 -268q-42 0 -80 17.5t-61.5 38.5t-52 38.5t-51.5 17.5q-76 0 -76 -100h-152z" />
<glyph unicode="&#xf6;" horiz-adv-x="1280" d="M72 545q0 247 157.5 400t411.5 153q252 0 409.5 -153t157.5 -400q0 -246 -157.5 -399.5t-409.5 -153.5q-253 0 -411 153.5t-158 399.5zM307 543q0 -158 93 -256.5t241 -98.5q147 0 239.5 98.5t92.5 256.5q0 156 -92.5 254t-239.5 98q-148 0 -241 -97.5t-93 -254.5z M336 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM698 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xf7;" d="M72 584v161h876v-161h-876zM375 315q0 56 34.5 92.5t88.5 36.5t89.5 -36.5t35.5 -92.5q0 -57 -35.5 -94t-89.5 -37t-88.5 37t-34.5 94zM375 1042q0 56 34.5 92.5t88.5 36.5t89.5 -36.5t35.5 -92.5q0 -57 -35.5 -94t-89.5 -37t-88.5 37t-34.5 94z" />
<glyph unicode="&#xf8;" horiz-adv-x="1280" d="M72 545q0 247 157.5 400t411.5 153q51 0 123 -11l88 275h106l-96 -301q160 -58 253 -193.5t93 -322.5q0 -246 -157.5 -399.5t-409.5 -153.5q-59 0 -121 10l-98 -301h-107l107 328q-163 58 -256.5 194t-93.5 322zM295 543q0 -118 48.5 -205.5t135.5 -130.5l228 702 q-30 6 -66 6q-154 0 -250 -103t-96 -269zM575 176q30 -6 66 -6q153 0 249.5 103t96.5 270q0 116 -49 204.5t-135 131.5z" />
<glyph unicode="&#xf9;" horiz-adv-x="1337" d="M139 412v678h236v-613q0 -123 68 -193.5t186 -70.5q138 3 218.5 98.5t80.5 241.5v537h235v-1090h-235v213q-106 -218 -389 -221q-187 0 -293.5 112.5t-106.5 307.5zM330 1448l241 102l217 -303h-208z" />
<glyph unicode="&#xfa;" horiz-adv-x="1337" d="M139 412v678h236v-613q0 -123 68 -193.5t186 -70.5q138 3 218.5 98.5t80.5 241.5v537h235v-1090h-235v213q-106 -218 -389 -221q-187 0 -293.5 112.5t-106.5 307.5zM524 1245l217 303l242 -102l-250 -201h-209z" />
<glyph unicode="&#xfb;" horiz-adv-x="1337" d="M139 412v678h236v-613q0 -123 68 -193.5t186 -70.5q138 3 218.5 98.5t80.5 241.5v537h235v-1090h-235v213q-106 -218 -389 -221q-187 0 -293.5 112.5t-106.5 307.5zM342 1251l211 289h217l211 -289h-193l-126 181l-127 -181h-193z" />
<glyph unicode="&#xfc;" horiz-adv-x="1337" d="M139 412v678h236v-613q0 -123 68 -193.5t186 -70.5q138 3 218.5 98.5t80.5 241.5v537h235v-1090h-235v213q-106 -218 -389 -221q-187 0 -293.5 112.5t-106.5 307.5zM356 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5 t-35.5 92.5zM719 1411q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#xfd;" horiz-adv-x="1087" d="M-10 1090h243l326 -826l303 826h236l-496 -1240q-102 -258 -354 -258q-140 0 -252 93l100 182q73 -53 142 -53q111 0 165 120l37 82zM410 1245l217 303l241 -102l-250 -201h-208z" />
<glyph unicode="&#xfe;" horiz-adv-x="1392" d="M184 -397v1917h236v-619q124 197 381 197q232 0 376 -154t144 -403q0 -245 -142 -397t-374 -152q-262 0 -385 196v-585h-236zM420 549q0 -158 92.5 -257t239.5 -99q146 0 238.5 99.5t92.5 256.5q0 153 -92.5 252.5t-238.5 99.5t-239 -99t-93 -253z" />
<glyph unicode="&#xff;" horiz-adv-x="1087" d="M-10 1090h243l326 -826l303 826h236l-496 -1240q-102 -258 -354 -258q-140 0 -252 93l100 182q73 -53 142 -53q111 0 165 120l37 82zM242 1411q0 57 35.5 94t89.5 37t88 -37t34 -94q0 -56 -34 -92.5t-88 -36.5t-89.5 36.5t-35.5 92.5zM604 1411q0 57 35.5 94t89.5 37 t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5z" />
<glyph unicode="&#x152;" horiz-adv-x="2246" d="M70 717q0 148 58.5 281t159 228.5t241 151.5t298.5 56h1289v-217h-783v-390h701v-215h-701v-395h807v-217h-1313q-210 0 -383.5 94t-273.5 258.5t-100 364.5zM315 715q0 -140 68 -254.5t185.5 -179t260.5 -64.5h263v997h-263q-143 0 -260.5 -65t-185.5 -179.5t-68 -254.5 z" />
<glyph unicode="&#x153;" horiz-adv-x="2129" d="M72 545q0 247 157.5 400t411.5 153q152 0 266 -63.5t178 -178.5q66 115 178 178.5t257 63.5q254 0 402 -166.5t140 -437.5h-866q19 -144 113 -228t235 -84q182 0 309 127l125 -133q-171 -184 -454 -184q-150 0 -262.5 63t-176.5 178q-65 -115 -179 -178t-265 -63 q-253 0 -411 153.5t-158 399.5zM307 543q0 -158 93 -256.5t241 -98.5q147 0 239.5 98.5t92.5 256.5q0 156 -92.5 254t-239.5 98q-148 0 -241 -97.5t-93 -254.5zM1196 621h631q-5 134 -88.5 218.5t-216.5 84.5q-131 0 -219 -83.5t-107 -219.5z" />
<glyph unicode="&#x178;" horiz-adv-x="1304" d="M2 1434h244l409 -699l402 699h246l-527 -957v-477h-239v469zM346 1755q0 57 35.5 94t89.5 37t88.5 -37t34.5 -94q0 -56 -34.5 -92.5t-88.5 -36.5t-89.5 36.5t-35.5 92.5zM709 1755q0 57 35.5 94t89.5 37t88 -37t34 -94q0 -56 -34 -92.5t-88 -36.5t-89.5 36.5t-35.5 92.5z " />
<glyph unicode="&#x2c6;" horiz-adv-x="716" d="M39 1257l211 289h217l211 -289h-193l-127 181l-127 -181h-192z" />
<glyph unicode="&#x2dc;" horiz-adv-x="716" d="M29 1284q0 268 188 268q38 0 75.5 -17.5t62.5 -38.5t54 -38.5t52 -17.5q78 0 78 100h149q0 -268 -186 -268q-42 0 -80.5 17.5t-62 38.5t-52 38.5t-51.5 17.5q-76 0 -76 -100h-151z" />
<glyph unicode="&#x2000;" horiz-adv-x="948" />
<glyph unicode="&#x2001;" horiz-adv-x="1896" />
<glyph unicode="&#x2002;" horiz-adv-x="948" />
<glyph unicode="&#x2003;" horiz-adv-x="1896" />
<glyph unicode="&#x2004;" horiz-adv-x="632" />
<glyph unicode="&#x2005;" horiz-adv-x="474" />
<glyph unicode="&#x2006;" horiz-adv-x="316" />
<glyph unicode="&#x2007;" horiz-adv-x="316" />
<glyph unicode="&#x2008;" horiz-adv-x="237" />
<glyph unicode="&#x2009;" horiz-adv-x="379" />
<glyph unicode="&#x200a;" horiz-adv-x="105" />
<glyph unicode="&#x2010;" horiz-adv-x="753" d="M125 543v162h504v-162h-504z" />
<glyph unicode="&#x2011;" horiz-adv-x="753" d="M125 543v162h504v-162h-504z" />
<glyph unicode="&#x2012;" horiz-adv-x="753" d="M125 543v162h504v-162h-504z" />
<glyph unicode="&#x2013;" horiz-adv-x="829" d="M0 461v162h829v-162h-829z" />
<glyph unicode="&#x2014;" horiz-adv-x="1415" d="M0 461v162h1415v-162h-1415z" />
<glyph unicode="&#x2018;" horiz-adv-x="438" d="M74 1161q0 54 37 107l116 178h121l-78 -178q56 -38 56 -107q0 -58 -35.5 -94.5t-91.5 -36.5q-52 0 -88.5 35.5t-36.5 95.5z" />
<glyph unicode="&#x2019;" horiz-adv-x="438" d="M74 1020l78 176q-56 38 -56 107q0 58 35.5 94.5t91.5 36.5q52 0 88.5 -35.5t36.5 -95.5q0 -54 -37 -107l-116 -176h-121z" />
<glyph unicode="&#x201a;" horiz-adv-x="438" d="M74 -168l78 178q-56 38 -56 107q0 57 36 94t91 37q52 0 88.5 -36t36.5 -95q0 -56 -37 -109l-116 -176h-121z" />
<glyph unicode="&#x201c;" horiz-adv-x="606" d="M74 1161q0 56 37 109l116 176h121l-78 -178q56 -38 56 -107q0 -57 -36 -94t-91 -37q-52 0 -88.5 36t-36.5 95zM379 1161q0 56 37 109l116 176h121l-78 -178q56 -38 56 -107q0 -57 -36 -94t-91 -37q-52 0 -88.5 36t-36.5 95z" />
<glyph unicode="&#x201d;" horiz-adv-x="681" d="M74 1020l78 178q-56 38 -56 107q0 57 36 94t91 37q52 0 88.5 -36t36.5 -95q0 -56 -37 -109l-116 -176h-121zM379 1020l78 178q-56 38 -56 107q0 57 36 94t91 37q52 0 88.5 -36t36.5 -95q0 -56 -37 -109l-116 -176h-121z" />
<glyph unicode="&#x201e;" horiz-adv-x="743" d="M74 -168l78 178q-56 38 -56 107q0 57 36 94t91 37q52 0 88.5 -36t36.5 -95q0 -56 -37 -109l-116 -176h-121zM379 -168l78 178q-56 38 -56 107q0 57 36 94t91 37q52 0 88.5 -36t36.5 -95q0 -56 -37 -109l-116 -176h-121z" />
<glyph unicode="&#x2022;" horiz-adv-x="575" d="M94 549q0 88 55 144.5t138 56.5q85 0 139.5 -56.5t54.5 -144.5t-55 -146.5t-139 -58.5q-83 0 -138 58.5t-55 146.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1245" d="M94 113q0 57 35 93t88 36t88 -36t35 -93t-35 -94t-88 -37t-88 37t-35 94zM500 113q0 57 35 93t88 36t87.5 -36t34.5 -93t-34.5 -94t-87.5 -37t-88 37t-35 94zM905 113q0 57 35 93t88 36t88 -36t35 -93t-35 -94t-88 -37t-88 37t-35 94z" />
<glyph unicode="&#x202f;" horiz-adv-x="379" />
<glyph unicode="&#x2039;" horiz-adv-x="565" d="M47 532l238 357h196l-219 -357l219 -356h-196z" />
<glyph unicode="&#x203a;" horiz-adv-x="589" d="M156 176l219 359l-219 356h196l238 -356l-238 -359h-196z" />
<glyph unicode="&#x205f;" horiz-adv-x="474" />
<glyph unicode="&#x20ac;" horiz-adv-x="1617" d="M76 481v131h192q-8 47 -8 107q0 61 8 108h-192v131h225q76 216 270 349t445 133q152 0 296 -59t247 -162l-140 -177q-80 86 -186 134.5t-215 48.5q-146 0 -267 -72.5t-186 -194.5h514v-131h-563q-10 -58 -10 -106q0 -57 12 -109h561v-131h-514q65 -122 186 -194t267 -72 q106 0 211 45.5t190 124.5l142 -160q-109 -109 -256 -172t-299 -63q-248 0 -440.5 135.5t-266.5 355.5h-223z" />
<glyph unicode="&#x2122;" horiz-adv-x="1814" d="M-10 1282v152h676v-152h-252v-709h-174v709h-250zM782 573v861h201l262 -547l262 547h201v-861h-158v609l-247 -520h-115l-246 520v-609h-160z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1085" d="M0 0v1085h1085v-1085h-1085z" />
<hkern u1="&#x27;" u2="&#x2e;" k="121" />
<hkern u1="&#x28;" u2="&#x39;" k="18" />
<hkern u1="&#x2f;" u2="&#x39;" k="37" />
<hkern u1="&#x37;" u2="&#x2e;" k="61" />
<hkern u1="D" u2="Y" k="6" />
<hkern u1="J" u2="J" k="14" />
<hkern u1="J" u2="&#x2e;" k="10" />
<hkern u1="K" u2="&#x152;" k="47" />
<hkern u1="K" u2="&#xd8;" k="47" />
<hkern u1="K" u2="&#xd6;" k="47" />
<hkern u1="K" u2="&#xd5;" k="47" />
<hkern u1="K" u2="&#xd4;" k="47" />
<hkern u1="K" u2="&#xd3;" k="47" />
<hkern u1="K" u2="&#xd2;" k="47" />
<hkern u1="K" u2="&#xc7;" k="47" />
<hkern u1="K" u2="Q" k="47" />
<hkern u1="K" u2="O" k="47" />
<hkern u1="K" u2="G" k="47" />
<hkern u1="K" u2="C" k="47" />
<hkern u1="O" u2="Y" k="6" />
<hkern u1="Q" u2="Y" k="6" />
<hkern u1="U" u2="J" k="14" />
<hkern u1="V" u2="O" k="8" />
<hkern u1="V" u2="J" k="2" />
<hkern u1="W" u2="O" k="8" />
<hkern u1="W" u2="J" k="2" />
<hkern u1="W" u2="&#x2e;" k="12" />
<hkern u1="W" u2="&#x26;" k="29" />
<hkern u1="Y" u2="&#x152;" k="61" />
<hkern u1="Y" u2="&#xd8;" k="61" />
<hkern u1="Y" u2="&#xd6;" k="61" />
<hkern u1="Y" u2="&#xd5;" k="61" />
<hkern u1="Y" u2="&#xd4;" k="61" />
<hkern u1="Y" u2="&#xd3;" k="61" />
<hkern u1="Y" u2="&#xd2;" k="61" />
<hkern u1="Y" u2="&#xc7;" k="61" />
<hkern u1="Y" u2="Q" k="61" />
<hkern u1="Y" u2="O" k="61" />
<hkern u1="Y" u2="J" k="57" />
<hkern u1="Y" u2="G" k="61" />
<hkern u1="Y" u2="C" k="61" />
<hkern u1="Y" u2="&#x2e;" k="2" />
<hkern u1="Y" u2="&#x26;" k="66" />
<hkern u1="[" u2="&#x39;" k="37" />
<hkern u1="a" u2="&#x7d;" k="68" />
<hkern u1="a" u2="\" k="14" />
<hkern u1="a" u2="O" k="2" />
<hkern u1="a" u2="J" k="14" />
<hkern u1="b" u2="J" k="88" />
<hkern u1="e" u2="&#x7d;" k="84" />
<hkern u1="e" u2="\" k="25" />
<hkern u1="e" u2="J" k="88" />
<hkern u1="h" u2="O" k="2" />
<hkern u1="h" u2="J" k="14" />
<hkern u1="m" u2="O" k="2" />
<hkern u1="m" u2="J" k="14" />
<hkern u1="n" u2="O" k="2" />
<hkern u1="n" u2="J" k="14" />
<hkern u1="o" u2="J" k="88" />
<hkern u1="p" u2="J" k="88" />
<hkern u1="v" u2="J" k="23" />
<hkern u1="w" u2="J" k="23" />
<hkern u1="y" u2="J" k="10" />
<hkern u1="y" u2="&#x2e;" k="20" />
<hkern u1="&#xd0;" u2="Y" k="6" />
<hkern u1="&#xd2;" u2="Y" k="6" />
<hkern u1="&#xd3;" u2="Y" k="6" />
<hkern u1="&#xd4;" u2="Y" k="6" />
<hkern u1="&#xd5;" u2="Y" k="6" />
<hkern u1="&#xd6;" u2="Y" k="6" />
<hkern u1="&#xd8;" u2="Y" k="6" />
<hkern u1="&#xd9;" u2="J" k="14" />
<hkern u1="&#xda;" u2="J" k="14" />
<hkern u1="&#xdb;" u2="J" k="14" />
<hkern u1="&#xdc;" u2="J" k="14" />
<hkern u1="&#xdd;" u2="O" k="8" />
<hkern u1="&#xdd;" u2="J" k="2" />
<hkern u1="&#xde;" u2="Y" k="31" />
<hkern u1="&#xe0;" u2="O" k="2" />
<hkern u1="&#xe0;" u2="J" k="14" />
<hkern u1="&#xe1;" u2="O" k="2" />
<hkern u1="&#xe1;" u2="J" k="14" />
<hkern u1="&#xe2;" u2="O" k="2" />
<hkern u1="&#xe2;" u2="J" k="14" />
<hkern u1="&#xe3;" u2="O" k="2" />
<hkern u1="&#xe3;" u2="J" k="14" />
<hkern u1="&#xe4;" u2="O" k="2" />
<hkern u1="&#xe4;" u2="J" k="14" />
<hkern u1="&#xe5;" u2="O" k="2" />
<hkern u1="&#xe5;" u2="J" k="14" />
<hkern u1="&#xe8;" u2="J" k="88" />
<hkern u1="&#xe9;" u2="J" k="88" />
<hkern u1="&#xea;" u2="J" k="88" />
<hkern u1="&#xeb;" u2="J" k="88" />
<hkern u1="&#xf0;" u2="Y" k="6" />
<hkern u1="&#xf1;" u2="O" k="2" />
<hkern u1="&#xf1;" u2="J" k="14" />
<hkern u1="&#xf2;" u2="J" k="88" />
<hkern u1="&#xf3;" u2="J" k="88" />
<hkern u1="&#xf4;" u2="J" k="88" />
<hkern u1="&#xf5;" u2="J" k="88" />
<hkern u1="&#xf6;" u2="J" k="88" />
<hkern u1="&#xf8;" u2="J" k="88" />
<hkern u1="&#xfd;" u2="J" k="23" />
<hkern u1="&#xfe;" u2="J" k="88" />
<hkern u1="&#xff;" u2="J" k="23" />
<hkern u1="&#x178;" u2="O" k="8" />
<hkern u1="&#x178;" u2="J" k="2" />
<hkern u1="&#x2018;" u2="&#x2e;" k="86" />
<hkern u1="&#x2019;" u2="&#x2e;" k="78" />
<hkern u1="&#x2019;" u2="&#x26;" k="43" />
<hkern g1="s" g2="T" k="45" />
<hkern g1="s" g2="v,w,y,yacute,ydieresis" k="10" />
<hkern g1="s" g2="V,W,Y,Yacute,Ydieresis" k="41" />
<hkern g1="s" g2="x" k="18" />
<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="10" />
<hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" />
<hkern g1="C,Ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="31" />
<hkern g1="R" g2="backslash" k="31" />
<hkern g1="R" g2="J" k="20" />
<hkern g1="R" g2="V,W,Y,Yacute,Ydieresis" k="16" />
<hkern g1="d,l,uniFB02" g2="J" k="16" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="v,w,y,yacute,ydieresis" k="10" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="z" k="41" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="J" k="20" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="100" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="x" k="41" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="111" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="96" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="s" k="41" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="i" k="12" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="period" k="16" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="m,n,r,ntilde" k="51" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="51" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="p" k="33" />
<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-12" />
<hkern g1="t" g2="V,W,Y,Yacute,Ydieresis" k="51" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="12" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="T" k="78" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="J" k="14" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="T" k="29" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="v,w,y,yacute,ydieresis" k="12" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="J" k="61" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="37" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="V,W,Y,Yacute,Ydieresis" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="x" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="57" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="period" k="49" />
<hkern g1="k,x" g2="v,w,y,yacute,ydieresis" k="12" />
<hkern g1="k,x" g2="V,W,Y,Yacute,Ydieresis" k="41" />
<hkern g1="k,x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="k,x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="51" />
<hkern g1="k,x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="53" />
<hkern g1="k,x" g2="s" k="18" />
<hkern g1="k,x" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="12" />
<hkern g1="q" g2="T" k="78" />
<hkern g1="q" g2="V,W,Y,Yacute,Ydieresis" k="33" />
<hkern g1="i,uniFB01" g2="V,W,Y,Yacute,Ydieresis" k="12" />
<hkern g1="f" g2="f,germandbls,uniFB01,uniFB02" k="-12" />
<hkern g1="f" g2="T" k="-195" />
<hkern g1="f" g2="v,w,y,yacute,ydieresis" k="-61" />
<hkern g1="f" g2="J" k="49" />
<hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="18" />
<hkern g1="f" g2="V,W,Y,Yacute,Ydieresis" k="-76" />
<hkern g1="f" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-51" />
<hkern g1="f" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="63" />
<hkern g1="f" g2="period" k="-20" />
<hkern g1="f" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="-18" />
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-20" />
<hkern g1="f" g2="b,h,k,l,thorn" k="-29" />
<hkern g1="f" g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" k="-57" />
<hkern g1="L" g2="backslash" k="111" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-12" />
<hkern g1="j" g2="T" k="66" />
<hkern g1="j" g2="V,W,Y,Yacute,Ydieresis" k="10" />
<hkern g1="P" g2="J" k="61" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="90" />
<hkern g1="P" g2="period" k="57" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="78" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="141" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,y,yacute,ydieresis" k="49" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W,Y,Yacute,Ydieresis" k="100" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="53" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="53" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="S" k="12" />
<hkern g1="Thorn" g2="J" k="27" />
<hkern g1="Thorn" g2="V,W,Y,Yacute,Ydieresis" k="6" />
<hkern g1="Thorn" g2="period" k="72" />
<hkern g1="T" g2="v,w,y,yacute,ydieresis" k="78" />
<hkern g1="T" g2="z" k="66" />
<hkern g1="T" g2="J" k="29" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="141" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="86" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="143" />
<hkern g1="T" g2="s" k="33" />
<hkern g1="T" g2="period" k="115" />
<hkern g1="T" g2="m,n,r,ntilde" k="78" />
<hkern g1="T" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="78" />
<hkern g1="T" g2="ampersand" k="82" />
<hkern g1="T" g2="b,h,k,l,thorn" k="109" />
<hkern g1="c,ccedilla" g2="V,W,Y,Yacute,Ydieresis" k="37" />
<hkern g1="c,ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
<hkern g1="c,ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="43" />
<hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="45" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="backslash" k="70" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="T" k="78" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="v,w,y,yacute,ydieresis" k="33" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="z" k="20" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="J" k="61" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="braceright" k="12" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="V,W,Y,Yacute,Ydieresis" k="80" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
<hkern g1="K,X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="r" g2="v,w,y,yacute,ydieresis" k="-53" />
<hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="20" />
<hkern g1="r" g2="V,W,Y,Yacute,Ydieresis" k="29" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" />
<hkern g1="v,w,y,yacute,ydieresis" g2="T" k="78" />
<hkern g1="v,w,y,yacute,ydieresis" g2="J" k="53" />
<hkern g1="v,w,y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="49" />
<hkern g1="v,w,y,yacute,ydieresis" g2="V,W,Y,Yacute,Ydieresis" k="10" />
<hkern g1="v,w,y,yacute,ydieresis" g2="x" k="12" />
<hkern g1="v,w,y,yacute,ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
<hkern g1="v,w,y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="41" />
<hkern g1="v,w,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="v,w,y,yacute,ydieresis" g2="s" k="10" />
<hkern g1="v,w,y,yacute,ydieresis" g2="period" k="43" />
<hkern g1="v,w,y,yacute,ydieresis" g2="m,n,r,ntilde" k="-12" />
<hkern g1="B,germandbls" g2="backslash" k="18" />
<hkern g1="B,germandbls" g2="J" k="10" />
<hkern g1="z" g2="V,W,Y,Yacute,Ydieresis" k="41" />
<hkern g1="z" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="12" />
<hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="z" g2="m,n,r,ntilde" k="20" />
<hkern g1="F" g2="J" k="35" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="57" />
<hkern g1="F" g2="period" k="55" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="35" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="x" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="period" k="29" />
<hkern g1="asterisk" g2="J" k="4" />
<hkern g1="quotesingle" g2="J" k="35" />
<hkern g1="quoteright" g2="J" k="14" />
<hkern g1="trademark" g2="J" k="20" />
<hkern g1="slash" g2="J" k="53" />
<hkern g1="slash" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="39" />
<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="23" />
<hkern g1="bracketleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="33" />
<hkern g1="quoteleft" g2="J" k="33" />
<hkern g1="parenleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-80" />
<hkern g1="parenleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="guilsinglright" g2="J" k="27" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,507 @@
<?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></metadata>
<defs>
<font id="montserratsemi_bold" horiz-adv-x="1220" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="493" />
<glyph unicode="&#xfb01;" horiz-adv-x="1380" d="M63 844v217h148v96q0 179 116.5 278t288.5 99q122 0 213 -43l-12 -262q-84 43 -162 43q-60 2 -95.5 -30t-35.5 -97v-84h260v-217h-260v-844h-313v844h-148zM901 1415q0 76 48 126t122 50q75 0 123.5 -49.5t48.5 -126.5t-48.5 -126.5t-123.5 -49.5q-74 0 -122 50t-48 126z M915 0v1102h314v-1102h-314z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1419" d="M63 844l3 217h145v115q0 164 112 264.5t295 99.5q128 -3 211 -41l-8 -264q-60 45 -139 49q-69 2 -113.5 -43t-44.5 -115v-65h262l-2 -217h-260v-844h-313v844h-148zM942 0v1520h315v-1520h-315z" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="493" />
<glyph unicode="&#x09;" horiz-adv-x="493" />
<glyph unicode="&#xa0;" horiz-adv-x="493" />
<glyph unicode="!" horiz-adv-x="491" d="M104 145q0 72 44 117t112 45q70 0 115 -45.5t45 -116.5q0 -70 -45.5 -116.5t-114.5 -46.5q-67 0 -111.5 46t-44.5 117zM115 1061v362h299v-362l-54 -578h-192z" />
<glyph unicode="&#x22;" horiz-adv-x="847" d="M123 889v545h237v-545h-237zM487 889v545h238v-545h-238z" />
<glyph unicode="#" horiz-adv-x="1499" d="M39 328l24 227h283l37 309h-277l25 228h281l43 342h227l-43 -342h311l43 342h230l-43 -342h278l-22 -228h-285l-37 -309h277l-25 -227h-281l-41 -328h-227l41 328h-311l-41 -328h-230l41 328h-278zM573 555h312l39 309h-312z" />
<glyph unicode="$" horiz-adv-x="1304" d="M41 217l129 264q109 -97 250.5 -156t257.5 -59q100 0 156.5 35.5t56.5 101.5q0 43 -26 75.5t-70.5 53.5t-101.5 38.5t-120.5 35.5t-127 38.5t-120.5 53t-101.5 74.5t-70.5 106.5t-26 145.5q0 163 110.5 272t299.5 140v297h245v-289q250 -24 445 -152l-125 -268 q-113 67 -236.5 107t-210.5 40q-84 0 -133 -29.5t-49 -86.5q0 -42 26 -74t70.5 -53t101.5 -39.5t120.5 -37t126.5 -40t120.5 -55t101.5 -76.5t69.5 -109t25.5 -149q0 -180 -124.5 -291t-328.5 -135v-305h-245v309q-139 20 -268 76.5t-228 140.5z" />
<glyph unicode="%" horiz-adv-x="2062" d="M70 1010q0 200 105 315t286 115q183 0 288 -115t105 -315q0 -201 -105 -318t-288 -117q-181 0 -286 117t-105 318zM272 1010q0 -121 50 -188.5t139 -67.5q91 0 140.5 67t49.5 189q0 119 -50 186.5t-140 67.5q-89 0 -139 -67.5t-50 -186.5zM358 0l1037 1434h295 l-1033 -1434h-299zM1208 426q0 200 105 316t286 116q183 0 288.5 -116t105.5 -316q0 -201 -105.5 -316.5t-288.5 -115.5q-182 0 -286.5 115.5t-104.5 316.5zM1411 426q0 -120 49.5 -188t138.5 -68q90 0 140.5 68t50.5 188t-50.5 188t-140.5 68q-89 0 -138.5 -68t-49.5 -188z " />
<glyph unicode="&#x26;" horiz-adv-x="1388" d="M113 399q0 71 22.5 130.5t66.5 106.5t91 81.5t113 70.5q-125 172 -125 322q0 153 108 245.5t289 92.5q174 0 284.5 -88.5t110.5 -226.5q0 -58 -20 -109t-49.5 -89t-77.5 -75.5t-90.5 -62.5t-102.5 -56q106 -119 248 -258q67 108 109 240l200 -150q-51 -133 -135 -258 l219 -211l-160 -159l-208 205q-190 -164 -416 -164q-205 0 -341 116.5t-136 296.5zM373 422q0 -91 65 -149t164 -58q122 0 238 96q-187 187 -310 322q-76 -47 -116.5 -97.5t-40.5 -113.5zM528 1110q0 -93 84 -217q103 54 158 109t55 128q0 59 -39.5 95.5t-103.5 36.5 q-70 0 -112 -42.5t-42 -109.5z" />
<glyph unicode="'" horiz-adv-x="483" d="M123 889v545h237v-545h-237z" />
<glyph unicode="(" horiz-adv-x="690" d="M137 633q0 251 66 479t192 408h281q-115 -184 -179.5 -413t-64.5 -474q0 -246 64.5 -475.5t179.5 -411.5h-281q-125 178 -191.5 406.5t-66.5 480.5z" />
<glyph unicode=")" horiz-adv-x="724" d="M150 -254q115 183 180 412.5t65 474.5t-65 473.5t-180 413.5h282q126 -180 192 -408t66 -479q0 -252 -66.5 -480.5t-191.5 -406.5h-282z" />
<glyph unicode="*" horiz-adv-x="753" d="M47 1038l176 99l-176 96l80 145l174 -104l-4 201h160l-2 -201l172 102l80 -143l-179 -96l179 -99l-80 -143l-174 102l4 -198h-160l4 200l-174 -102z" />
<glyph unicode="+" horiz-adv-x="1036" d="M68 563v209h350v348h200v-348h351v-209h-351v-346h-200v346h-350z" />
<glyph unicode="," horiz-adv-x="475" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154z" />
<glyph unicode="-" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="." horiz-adv-x="481" d="M82 145q0 71 45 116.5t113 45.5q69 0 113 -45t44 -117q0 -71 -44 -117t-113 -46q-68 0 -113 46.5t-45 116.5z" />
<glyph unicode="/" horiz-adv-x="708" d="M-63 -229l657 1892h266l-659 -1892h-264z" />
<glyph unicode="0" horiz-adv-x="1431" d="M90 719q0 351 161.5 538t465.5 187q301 0 462.5 -187.5t161.5 -537.5q0 -352 -161.5 -540.5t-462.5 -188.5q-304 0 -465.5 188.5t-161.5 540.5zM422 719q0 -252 71 -366.5t224 -114.5q152 0 222.5 114.5t70.5 366.5q0 250 -70.5 363.5t-222.5 113.5q-153 0 -224 -113 t-71 -364z" />
<glyph unicode="1" horiz-adv-x="827" d="M18 1161v273h594v-1434h-323v1161h-271z" />
<glyph unicode="2" d="M51 1235q279 213 563 213q213 0 346.5 -102t133.5 -269q0 -199 -269 -475l-317 -332h635v-270h-1055v221l518 549q68 70 109 139.5t41 120.5q0 68 -50 106t-139 38q-88 0 -191 -48.5t-200 -132.5z" />
<glyph unicode="3" horiz-adv-x="1130" d="M0 154l131 256q161 -166 363 -166q118 0 182.5 53t62.5 147q0 96 -63 145.5t-184 49.5h-220v180l336 350h-538v263h921v-193l-375 -391l70 -8q168 -24 269.5 -126t101.5 -265q0 -206 -147 -334.5t-392 -128.5q-141 0 -280.5 46t-237.5 122z" />
<glyph unicode="4" horiz-adv-x="1273" d="M57 324v229l465 881h312l-439 -848h344v315h301v-315h199v-262h-199v-324h-301v324h-682z" />
<glyph unicode="5" horiz-adv-x="1206" d="M37 162l129 256q83 -83 179.5 -126.5t193.5 -43.5q117 0 182 55.5t65 153.5q0 92 -65 142t-182 50q-234 0 -387 -10l2 795h917v-271h-620v-252l149 2q241 0 387 -120.5t146 -313.5q0 -224 -152 -357.5t-406 -133.5q-136 0 -282 47.5t-256 126.5z" />
<glyph unicode="6" horiz-adv-x="1284" d="M88 694q0 343 176.5 548.5t472.5 205.5q116 0 239 -31.5t212 -83.5l-123 -237q-134 92 -307 92q-181 0 -271.5 -110.5t-85.5 -305.5q54 80 145.5 124t213.5 44q212 0 336.5 -126t124.5 -337q0 -226 -143 -358.5t-382 -132.5q-283 0 -445.5 189t-162.5 519zM440 473 q-2 -90 61 -153.5t181 -63.5q110 0 174 58.5t64 164.5q0 100 -61 156.5t-169 56.5q-117 0 -184.5 -62t-65.5 -157z" />
<glyph unicode="7" horiz-adv-x="1200" d="M70 963v471h1093v-232l-545 -1202h-342l529 1163h-449v-200h-286z" />
<glyph unicode="8" horiz-adv-x="1304" d="M76 399q0 124 75.5 223t204.5 146q-96 50 -151 131t-55 176q0 171 136 272t365 101q230 0 367 -103t137 -278q0 -95 -51 -175t-139 -124q122 -47 193 -145t71 -220q0 -192 -156.5 -304.5t-419.5 -112.5q-266 0 -421.5 111.5t-155.5 301.5zM383 434q0 -98 69.5 -150.5 t200.5 -52.5q128 0 199.5 52.5t71.5 148.5q0 95 -71 147t-202 52q-129 0 -198.5 -51.5t-69.5 -145.5zM422 1049q0 -83 60.5 -129t170.5 -46q109 0 168.5 46t59.5 129q0 85 -59.5 130.5t-168.5 45.5q-110 0 -170.5 -45.5t-60.5 -130.5z" />
<glyph unicode="9" horiz-adv-x="1284" d="M72 956q0 226 142.5 359t381.5 133q283 0 445.5 -189.5t162.5 -519.5q0 -343 -176.5 -548t-472.5 -205q-116 0 -239 31t-212 83l123 238q134 -92 308 -92q180 0 270.5 110.5t85.5 305.5q-54 -80 -145.5 -124t-213.5 -44q-212 0 -336 125.5t-124 336.5zM373 954 q0 -100 60.5 -156.5t168.5 -56.5q117 0 184.5 62.5t65.5 157.5q2 90 -61 153.5t-181 63.5q-110 0 -173.5 -59t-63.5 -165z" />
<glyph unicode=":" horiz-adv-x="473" d="M82 145q0 71 45 116.5t113 45.5q69 0 113 -45t44 -117q0 -71 -44 -117t-113 -46q-68 0 -113 46.5t-45 116.5zM82 754q0 71 45 116t113 45q69 0 113 -44.5t44 -116.5q0 -71 -44 -117.5t-113 -46.5q-68 0 -113 47t-45 117z" />
<glyph unicode=";" horiz-adv-x="477" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154zM82 754q0 71 45 116t113 45q69 0 113 -44.5t44 -116.5q0 -71 -44 -117.5t-113 -46.5q-68 0 -113 47t-45 117z" />
<glyph unicode="&#x3c;" horiz-adv-x="1036" d="M68 532v265l901 381v-234l-695 -278l695 -281v-233z" />
<glyph unicode="=" horiz-adv-x="1036" d="M68 344v209h901v-209h-901zM68 782v209h901v-209h-901z" />
<glyph unicode="&#x3e;" horiz-adv-x="1036" d="M68 166v233l694 279l-694 280v234l899 -381v-264z" />
<glyph unicode="?" horiz-adv-x="946" d="M6 985q4 213 124.5 332t330.5 119q199 0 314.5 -92.5t115.5 -260.5q0 -64 -17.5 -118.5t-45.5 -94t-62 -75.5t-68 -69t-62 -67.5t-45.5 -79.5t-17.5 -96h-237q0 65 14.5 120t38 92.5t51.5 70.5t56 61.5t51.5 57.5t38 66.5t14.5 80.5q0 72 -44 108t-124 36 q-173 0 -182 -193zM295 145q0 72 44.5 117t113.5 45q68 0 112.5 -45.5t44.5 -116.5q0 -70 -44.5 -116.5t-112.5 -46.5q-69 0 -113.5 46t-44.5 117z" />
<glyph unicode="@" horiz-adv-x="1916" d="M55 547q0 184 71.5 349t194 282.5t292 186.5t358.5 69t354 -66t282.5 -181t185 -277.5t67.5 -348.5q0 -228 -109.5 -367t-282.5 -139q-200 0 -239 160l-4 31q-115 -168 -324 -168q-88 0 -170.5 34.5t-145.5 95.5t-101 151t-38 194q0 132 52.5 241.5t151.5 175.5t227 66 q58 0 113.5 -17t91.5 -41.5t58.5 -45t28.5 -33.5v115h240v-697q0 -102 84 -102q70 0 123 97t53 243q0 197 -83 355t-243 251.5t-372 93.5q-197 0 -363.5 -94.5t-263 -257.5t-96.5 -356q0 -190 91.5 -344.5t251 -241t353.5 -86.5q95 0 201 31.5t188 91.5l92 -158 q-89 -66 -224.5 -106.5t-256.5 -40.5q-187 0 -352 65t-283 178t-186 272t-68 339zM709 563q0 -111 61 -188.5t158 -77.5q103 0 164 76t61 188q0 107 -63 179.5t-166 72.5q-95 0 -155 -72.5t-60 -177.5z" />
<glyph unicode="A" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM547 539h452l-225 557z" />
<glyph unicode="B" horiz-adv-x="1458" d="M158 0v1434h659q236 0 374 -96.5t138 -262.5q0 -117 -66.5 -201.5t-181.5 -113.5q138 -26 218.5 -124t80.5 -239q0 -184 -144.5 -290.5t-395.5 -106.5h-682zM481 264h320q116 0 181 45.5t65 128.5q0 78 -65.5 123t-180.5 45h-320v-342zM481 856h320q91 0 143.5 42.5 t52.5 117.5q0 73 -52 113t-144 40h-320v-313z" />
<glyph unicode="C" horiz-adv-x="1421" d="M55 719q0 153 58.5 287.5t160 230.5t243.5 151.5t302 55.5q155 0 307 -64.5t258 -173.5l-188 -229q-74 85 -174 135.5t-199 50.5q-185 0 -310.5 -126.5t-125.5 -313.5t125.5 -314.5t310.5 -127.5q96 0 196 45.5t177 122.5l190 -207q-115 -118 -269.5 -187t-309.5 -69 q-211 0 -383.5 96t-270.5 264t-98 373z" />
<glyph unicode="D" horiz-adv-x="1574" d="M158 0v1434h608q220 0 391.5 -90.5t267 -254t95.5 -372.5t-96.5 -372t-271 -254t-398.5 -91h-596zM481 272h293q181 0 298.5 124t117.5 319q0 196 -122 321t-308 125h-279v-889z" />
<glyph unicode="E" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114z" />
<glyph unicode="F" horiz-adv-x="1218" d="M158 0v1434h1030l-2 -269h-705v-352h647v-270h-647v-543h-323z" />
<glyph unicode="G" horiz-adv-x="1525" d="M55 717q0 204 102 370.5t281.5 261.5t399.5 95q158 0 311.5 -56.5t263.5 -152.5l-182 -231q-80 74 -184.5 116.5t-208.5 42.5q-191 0 -321 -128.5t-130 -317.5q0 -190 131 -319.5t322 -129.5q127 0 280 78v377h281v-551q-115 -84 -274 -135t-308 -51q-214 0 -389 95.5 t-275 263t-100 372.5z" />
<glyph unicode="H" horiz-adv-x="1611" d="M158 0v1434h323v-598h649v598h324v-1434h-324v565h-649v-565h-323z" />
<glyph unicode="I" horiz-adv-x="641" d="M158 0v1434h323v-1434h-323z" />
<glyph unicode="J" horiz-adv-x="1073" d="M-8 209l149 229q73 -77 153.5 -118t149.5 -41q81 0 126.5 48.5t45.5 139.5v692h-493v275h819v-975q0 -224 -128.5 -348.5t-352.5 -124.5q-278 0 -469 223z" />
<glyph unicode="K" horiz-adv-x="1509" d="M158 0v1434h323v-652l596 652h375l-539 -598l576 -836h-389l-412 584l-207 -230v-354h-323z" />
<glyph unicode="L" horiz-adv-x="1130" d="M158 0v1434h323v-1151h615v-283h-938z" />
<glyph unicode="M" horiz-adv-x="1873" d="M158 0v1434h362l418 -877l416 877h360v-1434h-291v967l-381 -822h-211l-380 822v-967h-293z" />
<glyph unicode="N" horiz-adv-x="1613" d="M158 0v1434h295l696 -922v922h307v-1434h-295l-694 920v-920h-309z" />
<glyph unicode="O" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5z" />
<glyph unicode="P" horiz-adv-x="1388" d="M158 0v1434h608q274 0 423.5 -130t149.5 -368q0 -251 -149.5 -388.5t-423.5 -137.5h-285v-410h-323zM481 680h269q136 0 209 62t73 184q0 119 -72.5 179t-209.5 60h-269v-485z" />
<glyph unicode="Q" horiz-adv-x="1669" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -237 -133 -421t-354 -263q91 -109 195 -109q106 0 251 113l117 -211q-83 -73 -192 -115.5t-213 -42.5q-145 0 -265 84t-196 234q-158 4 -297.5 61.5t-238.5 154t-156.5 230.5 t-57.5 285zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5z" />
<glyph unicode="R" horiz-adv-x="1482" d="M158 0v1434h622q281 0 434.5 -130t153.5 -368q0 -165 -68.5 -283t-199.5 -180l305 -473h-367l-227 410h-31h-299v-410h-323zM481 680h299q135 0 208 62t73 184q0 118 -73 178.5t-208 60.5h-299v-485z" />
<glyph unicode="S" horiz-adv-x="1304" d="M41 217l129 264q109 -97 250.5 -156t257.5 -59q100 0 156.5 35.5t56.5 101.5q0 43 -26 75.5t-70.5 53.5t-101.5 38.5t-120.5 35.5t-127 38.5t-120.5 53t-101.5 74.5t-70.5 106.5t-26 145.5q0 194 152 309t403 115q148 0 292 -42t253 -114l-125 -268q-113 67 -236.5 107 t-210.5 40q-84 0 -133 -29.5t-49 -86.5q0 -42 26 -74t70.5 -53t101.5 -39.5t120.5 -37t126.5 -40t120.5 -55t101.5 -76.5t69.5 -109t25.5 -149q0 -137 -75 -236t-200 -147.5t-286 -48.5q-174 0 -341.5 61t-291.5 166z" />
<glyph unicode="T" horiz-adv-x="1230" d="M16 1159v275h1198v-275h-438v-1159h-323v1159h-437z" />
<glyph unicode="U" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5z" />
<glyph unicode="V" horiz-adv-x="1466" d="M0 1434h348l391 -1082l394 1082h333l-569 -1434h-334z" />
<glyph unicode="W" horiz-adv-x="2183" d="M0 1434h348l301 -1082l299 1082h318l303 -1082l299 1082h332l-476 -1434h-333l-289 1022l-295 -1022h-334z" />
<glyph unicode="X" horiz-adv-x="1476" d="M16 0l514 733l-479 701h377l299 -439l301 439h383l-477 -686l518 -748h-387l-338 477l-332 -477h-379z" />
<glyph unicode="Y" horiz-adv-x="1363" d="M-6 1434h325l367 -643l358 643h326l-522 -971v-463h-324v455z" />
<glyph unicode="Z" horiz-adv-x="1376" d="M63 0v219l803 944h-776v271h1210v-217l-800 -947h813l-2 -270h-1248z" />
<glyph unicode="[" horiz-adv-x="729" d="M158 -254v1774h530v-244h-250v-1286h250v-244h-530z" />
<glyph unicode="\" horiz-adv-x="991" d="M104 1663h267l657 -1892h-266z" />
<glyph unicode="]" horiz-adv-x="913" d="M225 -10h250v1286h-250v244h531v-1774h-531v244z" />
<glyph unicode="^" horiz-adv-x="1153" d="M63 276l379 799h267l378 -799h-231l-281 617l-280 -617h-232z" />
<glyph unicode="_" horiz-adv-x="1181" d="M0 -238h1182v-180h-1182v180z" />
<glyph unicode="`" horiz-adv-x="716" d="M94 1458l293 109l219 -334h-252z" />
<glyph unicode="a" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM360 350q0 -63 46.5 -101t125.5 -38 q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="b" horiz-adv-x="1398" d="M162 0v1520h315v-580q121 172 348 172q232 0 375 -156t143 -411q0 -251 -140.5 -404t-371.5 -153q-230 0 -354 172v-160h-315zM477 555q0 -136 76.5 -220.5t198.5 -84.5q121 0 196.5 85t75.5 220q0 133 -75.5 218t-196.5 85t-198 -84.5t-77 -218.5z" />
<glyph unicode="c" horiz-adv-x="1153" d="M57 547q0 253 156 409t410 156q157 0 280 -60t197 -171l-213 -154q-94 117 -244 117h-8q-116 0 -189 -81.5t-73 -213.5q0 -133 73 -216t189 -83q173 0 256 129l217 -148q-70 -116 -196 -179.5t-294 -63.5q-251 0 -406 154.5t-155 404.5z" />
<glyph unicode="d" horiz-adv-x="1402" d="M57 555q0 252 141 405.5t371 153.5q234 0 357 -174v580h313v-1520h-313v162q-120 -174 -348 -174q-235 0 -378 156t-143 411zM373 547q2 -136 78 -220.5t200 -84.5q122 0 198.5 85t76.5 220t-76.5 220t-198.5 85t-199 -85.5t-79 -219.5z" />
<glyph unicode="e" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175q120 -152 120 -403q0 -38 -3 -79h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM369 641h501q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65 t-87 -175z" />
<glyph unicode="f" horiz-adv-x="761" d="M63 834v219h148v104q0 119 55.5 206t146 129t203.5 42q170 0 289 -78l-112 -229q-62 47 -138 47q-58 0 -94.5 -33t-36.5 -96v-92h260v-219h-260v-834h-313v834h-148z" />
<glyph unicode="g" horiz-adv-x="1320" d="M57 590q0 233 131 377.5t342 144.5h8q213 0 332 -160v150h314v-1000q0 -234 -161.5 -373t-426.5 -139q-263 0 -479 146l116 221q154 -111 342 -111q135 0 215 66.5t80 179.5v125q-116 -160 -331 -160q-214 0 -348 147t-134 386zM352 582q2 -127 73 -206t187 -79 q115 0 186.5 79.5t71.5 205.5q0 128 -71.5 207t-186.5 79t-186.5 -79.5t-73.5 -206.5z" />
<glyph unicode="h" horiz-adv-x="1382" d="M162 0v1520h315v-613q116 204 381 207q186 0 296 -114.5t110 -307.5v-692h-316v600q0 104 -58 164.5t-159 60.5q-117 -1 -185.5 -79.5t-68.5 -202.5v-543h-315z" />
<glyph unicode="i" horiz-adv-x="618" d="M139 1415q0 77 47.5 126.5t122.5 49.5t122.5 -49.5t47.5 -126.5t-47.5 -126.5t-122.5 -49.5t-122.5 49.5t-47.5 126.5zM152 0v1102h315v-1102h-315z" />
<glyph unicode="j" horiz-adv-x="630" d="M-176 -338l86 232q67 -44 129 -44q53 0 85 32.5t32 97.5v1122h313v-1135q0 -91 -31 -164t-84 -119.5t-122 -71t-148 -24.5q-147 0 -260 74zM129 1415q0 77 51.5 126.5t130.5 49.5q82 0 132.5 -49t50.5 -127q0 -77 -51 -126.5t-132 -49.5q-78 0 -130 50t-52 126z" />
<glyph unicode="k" horiz-adv-x="1267" d="M162 0v1520h315v-836l404 416h358l-403 -424l421 -676h-372l-267 449l-141 -150v-299h-315z" />
<glyph unicode="l" horiz-adv-x="641" d="M162 0v1520h315v-1520h-315z" />
<glyph unicode="m" horiz-adv-x="2127" d="M152 0v1102h315v-191q115 200 373 203q139 0 235.5 -66.5t136.5 -187.5q106 251 398 254q183 0 290 -114t107 -308v-692h-313v600q0 105 -57 165t-156 60q-112 -1 -178 -79.5t-66 -200.5v-545h-313v600q0 105 -57 165t-154 60q-113 -1 -179.5 -79.5t-66.5 -200.5v-545 h-315z" />
<glyph unicode="n" horiz-adv-x="1372" d="M152 0v1102h315v-193q115 202 381 205q185 0 294 -114.5t109 -307.5v-692h-315v600q0 104 -58 164.5t-159 60.5q-116 -1 -184 -79.5t-68 -202.5v-543h-315z" />
<glyph unicode="o" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219z" />
<glyph unicode="p" horiz-adv-x="1400" d="M162 -397v1499h315v-162q121 172 348 172q232 0 375 -156t143 -411q0 -251 -140.5 -404t-371.5 -153q-230 0 -354 172v-557h-315zM477 555q0 -136 76.5 -220.5t198.5 -84.5q121 0 196.5 85t75.5 220q0 133 -75.5 218t-196.5 85t-198 -84.5t-77 -218.5z" />
<glyph unicode="q" horiz-adv-x="1402" d="M57 555q0 252 141 405.5t371 153.5q234 0 357 -174v162h313v-1499h-313v559q-120 -174 -348 -174q-235 0 -378 156t-143 411zM373 547q2 -136 78 -220.5t200 -84.5q122 0 198.5 85t76.5 220t-76.5 220t-198.5 85t-199 -85.5t-79 -219.5z" />
<glyph unicode="r" horiz-adv-x="851" d="M152 0v1102h315v-199q117 208 364 211v-297q-26 2 -51 2q-131 0 -214 -67q-99 -80 -99 -222v-530h-315z" />
<glyph unicode="s" horiz-adv-x="1021" d="M37 141l102 213q85 -65 187.5 -101t195.5 -36q63 0 101.5 21.5t38.5 64.5q0 31 -24.5 55t-65 38t-91.5 30.5t-105 31.5t-105 42t-91.5 60t-65 88t-24.5 124q0 110 59 189t156 117t219 38q236 0 430 -123l-108 -215q-190 107 -336 107q-58 0 -92.5 -20.5t-34.5 -61.5 q0 -29 25 -52t66 -37t93 -30.5t106.5 -32t106.5 -43t93 -62t65.5 -89.5t24.5 -125q0 -109 -60.5 -188t-161 -117.5t-227.5 -38.5q-135 0 -259.5 39.5t-217.5 113.5z" />
<glyph unicode="t" horiz-adv-x="872" d="M47 836v217h154v303h313v-303h299v-219h-299v-455q0 -67 28 -98q26 -29 73 -29h6q60 0 147 41l66 -232q-131 -75 -287 -75q-154 0 -250 88t-96 252v510h-154z" />
<glyph unicode="u" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5z" />
<glyph unicode="v" horiz-adv-x="1138" d="M-6 1100l325 2l261 -803l258 803h313l-416 -1102h-323z" />
<glyph unicode="w" horiz-adv-x="1890" d="M-6 1100l321 2l246 -789l238 789h309l242 -789l241 789h312l-402 -1102h-315l-238 727l-235 -727h-316z" />
<glyph unicode="x" horiz-adv-x="1206" d="M14 0l381 563l-354 539h360l203 -334l215 334h344l-350 -537l375 -565h-363l-221 360l-242 -360h-348z" />
<glyph unicode="y" horiz-adv-x="1155" d="M-20 1102h325l289 -758l260 758h315l-483 -1225q-116 -289 -403 -289q-169 0 -299 107l133 227q71 -59 143 -59q100 0 146 98l30 62z" />
<glyph unicode="z" horiz-adv-x="1122" d="M78 0v199l567 653l-547 2v246h940v-199l-567 -653h586v-250z" />
<glyph unicode="{" horiz-adv-x="710" d="M57 508v250h74q43 0 61.5 21.5t18.5 72.5v391q0 154 77.5 216.5t268.5 62.5h121v-244q-106 0 -146 -30t-40 -105v-271q0 -108 -36 -162.5t-124 -76.5q88 -23 124 -78.5t36 -163.5v-270q0 -75 40 -105t146 -30v-244h-121q-191 0 -268.5 63t-77.5 218v389q0 52 -18.5 74 t-61.5 22h-74z" />
<glyph unicode="|" horiz-adv-x="591" d="M178 -227v1876h236v-1876h-236z" />
<glyph unicode="}" horiz-adv-x="808" d="M178 -14q104 0 144 30t40 105v270q0 108 36.5 163.5t125.5 78.5q-89 22 -125.5 76.5t-36.5 162.5v271q0 75 -40 105t-144 30v244h121q191 0 268.5 -62.5t77.5 -216.5v-391q0 -51 18.5 -72.5t61.5 -21.5h74v-250h-74q-43 0 -61.5 -22t-18.5 -74v-389q0 -155 -77.5 -218 t-268.5 -63h-121v244z" />
<glyph unicode="~" horiz-adv-x="1036" d="M123 502q0 334 219 334q46 0 92 -17t77 -37.5t65 -37.5t57 -17q69 0 69 98h213q0 -333 -219 -333q-48 0 -94.5 16.5t-76 36.5t-62.5 36.5t-57 16.5q-70 0 -70 -96h-213z" />
<glyph unicode="&#xa1;" horiz-adv-x="489" d="M109 952q0 72 44 118t113 46q68 0 112 -46t44 -118q0 -70 -44 -115.5t-112 -45.5q-69 0 -113 45t-44 116zM113 39l53 577h192l54 -577v-363h-299v363z" />
<glyph unicode="&#xa2;" horiz-adv-x="1142" d="M57 547q0 223 122 372t329 183v323h252v-325q225 -44 340 -219l-213 -154q-96 120 -252 117q-116 0 -189 -81.5t-73 -213.5q0 -133 73 -216t189 -83q173 0 256 129l217 -148q-111 -184 -348 -231v-309h-252v305q-205 34 -328 182.5t-123 368.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1134" d="M63 0v256h160v328h-160v225h160v166q0 226 123.5 349.5t347.5 123.5q123 0 233 -46t193 -132l-123 -246q-135 141 -268 141q-180 0 -180 -196v-160h348v-225h-348v-328h543v-256h-1029z" />
<glyph unicode="&#xa4;" horiz-adv-x="1443" d="M57 168l207 209q-82 132 -82 280q0 144 76 273l-201 203l176 184l207 -207q129 80 281 80t283 -78l204 205l178 -184l-202 -203q78 -127 78 -273q0 -150 -82 -282l206 -207l-178 -184l-215 215q-128 -72 -272 -72t-272 72l-216 -215zM430 657q0 -114 85 -194t206 -80 q122 0 208.5 80t86.5 194t-87 195.5t-208 81.5t-206 -81.5t-85 -195.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1337" d="M-6 1434h325l367 -643l358 643h326l-401 -748h252v-125h-320l-51 -98v-45h371v-127h-371v-291h-326v291h-379v127h379v37l-57 106h-322v125h254z" />
<glyph unicode="&#xa6;" horiz-adv-x="591" d="M178 -227v702h236v-702h-236zM178 944v705h236v-705h-236z" />
<glyph unicode="&#xa7;" horiz-adv-x="1085" d="M37 -20l90 200q195 -139 387 -139q75 0 120.5 26.5t45.5 67.5q0 36 -33.5 63.5t-87 47t-118.5 38.5t-130 46t-118.5 62t-87 93t-33.5 133q0 94 60 163.5t167 105.5q-94 44 -131 94t-37 121q0 141 118 230t314 89q227 0 432 -121l-96 -200q-198 106 -334 106 q-70 0 -111.5 -25t-41.5 -65q0 -33 26.5 -59t70 -43t99 -35.5t113.5 -35.5t113.5 -45t99 -61.5t70 -87t26.5 -120.5q0 -89 -58 -163t-151 -108q79 -42 113.5 -89t34.5 -126q0 -141 -122.5 -231t-324.5 -90q-131 0 -257.5 41t-227.5 117zM352 639q0 -56 64 -91.5t159 -35.5 q81 0 124.5 27t43.5 71q0 55 -64.5 90t-160.5 35q-80 0 -123 -26t-43 -70z" />
<glyph unicode="&#xa8;" horiz-adv-x="768" d="M18 1421q0 67 41.5 110.5t106.5 43.5q66 0 107.5 -43t41.5 -111q0 -66 -41.5 -109.5t-107.5 -43.5q-64 0 -106 43.5t-42 109.5zM403 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42.5 -109.5t-106.5 -43.5t-106 43.5t-42 109.5z" />
<glyph unicode="&#xa9;" horiz-adv-x="1499" d="M55 713q0 187 91.5 347.5t252 255.5t351.5 95q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -187 -92 -348t-253 -256t-352 -95q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM203 713q0 -147 71 -271t196 -197t275 -73q152 0 279 74t198.5 199t71.5 272 t-71.5 271t-196.5 196.5t-276 72.5q-114 0 -215.5 -43.5t-174 -117t-115 -173.5t-42.5 -210zM399 715q0 146 104.5 244t258.5 98q73 0 145 -30t125 -83l-90 -108q-37 41 -84.5 64.5t-93.5 23.5q-88 0 -147.5 -59.5t-59.5 -147.5t59.5 -148.5t147.5 -60.5q44 0 92.5 21.5 t85.5 58.5l90 -99q-54 -56 -127.5 -88t-148.5 -32q-152 0 -254.5 99t-102.5 247z" />
<glyph unicode="&#xaa;" horiz-adv-x="798" d="M51 1133q0 92 68.5 142t195.5 50h185v14q0 48 -35 74.5t-103 26.5q-96 0 -217 -51l-51 145q173 70 320 70q141 0 220.5 -63t78.5 -175l2 -428h-213v90q-71 -100 -221 -100q-106 0 -168 56t-62 149zM256 1149q0 -37 26 -58.5t72 -21.5q97 0 146 78v74h-140 q-104 0 -104 -72z" />
<glyph unicode="&#xab;" horiz-adv-x="997" d="M18 543l244 370h258l-219 -370l219 -373h-258zM444 543l244 370h256l-217 -370l217 -373h-256z" />
<glyph unicode="&#xac;" horiz-adv-x="1173" d="M68 653v209h966v-577h-227v368h-739z" />
<glyph unicode="&#xad;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#xae;" horiz-adv-x="1499" d="M55 713q0 187 91.5 347.5t252 255.5t351.5 95q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -187 -92 -348t-253 -256t-352 -95q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM203 713q0 -147 71 -271t196 -197t275 -73q152 0 279 74t198.5 199t71.5 272 t-71.5 271t-196.5 196.5t-276 72.5q-114 0 -215.5 -43.5t-174 -117t-115 -173.5t-42.5 -210zM485 403v666h283q132 0 203 -60t71 -169q0 -158 -127 -215l146 -222h-170l-107 193h-16h-135v-193h-148zM633 715h135q63 0 98 31t35 88q0 56 -34.5 86t-98.5 30h-135v-235z" />
<glyph unicode="&#xaf;" horiz-adv-x="716" d="M82 1298v222h555v-222h-555z" />
<glyph unicode="&#xb0;" horiz-adv-x="747" d="M170 1430q0 98 71 168.5t169 70.5q100 0 171.5 -70.5t71.5 -168.5t-71.5 -169t-171.5 -71q-98 0 -169 71t-71 169zM295 1430q0 -46 34 -78.5t81 -32.5q49 0 83.5 32.5t34.5 78.5q0 45 -34.5 77.5t-83.5 32.5q-47 0 -81 -33t-34 -77z" />
<glyph unicode="&#xb1;" horiz-adv-x="1036" d="M68 14v209h901v-209h-901zM68 715v203h350v335h200v-335h351v-203h-351v-336h-200v336h-350z" />
<glyph unicode="&#xb2;" horiz-adv-x="792" d="M43 1315q179 127 363 127q132 0 216.5 -61.5t84.5 -161.5q0 -125 -168 -283l-185 -180h379v-174h-663v143l317 322q86 86 86 141q0 35 -26.5 54.5t-75.5 19.5q-54 0 -118 -29t-124 -80z" />
<glyph unicode="&#xb3;" horiz-adv-x="739" d="M14 676l90 170q101 -107 222 -107q67 0 103 29t36 80q0 102 -139 102h-142v119l205 199h-332v164h586v-127l-223 -215l43 -9q100 -14 160.5 -74.5t60.5 -156.5q0 -124 -93 -201.5t-247 -77.5q-91 0 -180 28.5t-150 76.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="716" d="M102 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xb5;" horiz-adv-x="1394" d="M162 -397v1499h315v-602q0 -104 56 -164t153 -60q112 1 177 79.5t65 201.5v545h315v-1102h-315v193q-114 -205 -369 -205q-41 0 -82 6v-391h-315z" />
<glyph unicode="&#xb6;" horiz-adv-x="1308" d="M-8 1092q0 85 27.5 159t83 135.5t152 97.5t222.5 36h672v-1739h-236v1552h-225v-1552h-235v901h-58q-92 0 -165 27.5t-116.5 70t-72 99t-39 109t-10.5 104.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="473" d="M82 592q0 68 44 112t110 44t109.5 -43.5t43.5 -112.5q0 -70 -43.5 -115t-109.5 -45t-110 45t-44 115z" />
<glyph unicode="&#xb8;" horiz-adv-x="716" d="M141 -414l60 138q48 -41 106 -41q40 0 64 22.5t24 54.5t-25 53t-69 21q-24 0 -74 -8l95 203h178l-66 -131q64 -18 101.5 -61t37.5 -105q0 -94 -67 -150.5t-174 -56.5q-104 0 -191 61z" />
<glyph unicode="&#xb9;" horiz-adv-x="552" d="M25 1255v179h387v-852h-222v673h-165z" />
<glyph unicode="&#xba;" horiz-adv-x="841" d="M49 1268q0 151 102 243.5t269 92.5q168 0 270.5 -92.5t102.5 -243.5q0 -152 -102 -244t-271 -92q-167 0 -269 92t-102 244zM266 1264q0 -73 43 -118.5t111 -45.5q69 0 111 45t42 119q0 75 -42 120.5t-111 45.5q-68 0 -111 -46t-43 -120z" />
<glyph unicode="&#xbb;" horiz-adv-x="1013" d="M98 170l219 371l-219 372h258l244 -372l-244 -371h-258zM524 170l219 371l-219 372h258l244 -372l-244 -371h-258z" />
<glyph unicode="&#xbc;" horiz-adv-x="1759" d="M25 1255v179h387v-852h-222v673h-165zM125 0l1036 1434h295l-1032 -1434h-299zM977 184v150l280 518h213l-268 -508h195v188h209v-188h120v-160h-120v-184h-209v184h-420z" />
<glyph unicode="&#xbd;" horiz-adv-x="1806" d="M25 1255v179h387v-852h-222v673h-165zM125 0l1036 1434h295l-1032 -1434h-299zM1057 731q178 129 362 129q132 0 216.5 -61.5t84.5 -161.5q0 -125 -168 -283l-184 -182h379v-172h-664v143l318 320q86 86 86 143q0 35 -27 54.5t-76 19.5q-109 0 -241 -109z" />
<glyph unicode="&#xbe;" horiz-adv-x="1882" d="M14 676l90 170q101 -107 222 -107q67 0 103 29t36 80q0 102 -139 102h-142v119l205 199h-332v164h586v-127l-223 -215l43 -9q100 -14 160.5 -74.5t60.5 -156.5q0 -124 -93 -201.5t-247 -77.5q-91 0 -180 28.5t-150 76.5zM248 0l1036 1434h295l-1032 -1434h-299zM1100 184 v150l280 518h213l-268 -508h195v188h209v-188h120v-160h-120v-184h-209v184h-420z" />
<glyph unicode="&#xbf;" horiz-adv-x="946" d="M55 16q0 64 17.5 118.5t45.5 94t62 75.5t68 69t62 67.5t45.5 79.5t17.5 96h237q0 -65 -14.5 -120t-38 -92.5t-51.5 -70t-56 -61t-51.5 -57.5t-38 -66.5t-14.5 -80.5q0 -72 44.5 -108t123.5 -36q176 0 182 193l244 -2q-4 -213 -124.5 -332t-330.5 -119q-199 0 -314.5 92 t-115.5 260zM338 954q0 71 44.5 117.5t113.5 46.5q67 0 112 -46.5t45 -117.5t-44.5 -116t-112.5 -45q-69 0 -113.5 44.5t-44.5 116.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM430 1792l293 109l219 -334h-252zM547 539h452l-225 557z" />
<glyph unicode="&#xc1;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM547 539h452l-225 557zM614 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xc2;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM424 1583l223 303h262l224 -303h-232l-123 174l-123 -174h-231zM547 539h452l-225 557z" />
<glyph unicode="&#xc3;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM426 1608q0 309 205 309q51 0 97.5 -25.5t82 -51t59.5 -25.5q68 0 68 90h195q0 -306 -205 -306q-54 0 -100.5 25.5t-80.5 50.5t-59 25q-67 0 -67 -92h-195zM547 539h452l-225 557z" />
<glyph unicode="&#xc4;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM438 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM547 539h452l-225 557zM823 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5 q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xc5;" horiz-adv-x="1554" d="M-6 0l606 1395q-76 76 -76 180q0 107 76.5 182.5t183.5 75.5t182.5 -75.5t75.5 -182.5q0 -108 -75 -180l596 -1395h-346l-113 279h-664l-112 -279h-334zM547 539h452l-225 557zM662 1575q0 -47 35.5 -81t86.5 -34t87 34t36 81q0 49 -36 83t-87 34t-86.5 -34t-35.5 -83z " />
<glyph unicode="&#xc6;" horiz-adv-x="2222" d="M-6 0l821 1434h1288v-269h-768v-311h693v-268h-693v-316h791v-270h-1112v315h-512l-170 -315h-338zM635 561h379v615h-45z" />
<glyph unicode="&#xc7;" horiz-adv-x="1421" d="M55 719q0 153 58.5 287.5t160 230.5t243.5 151.5t302 55.5q155 0 307 -64.5t258 -173.5l-188 -229q-74 85 -174 135.5t-199 50.5q-185 0 -310.5 -126.5t-125.5 -313.5t125.5 -314.5t310.5 -127.5q96 0 196 45.5t177 122.5l190 -207q-97 -100 -225.5 -165.5t-263.5 -84.5 l-47 -94q64 -18 101.5 -61t37.5 -105q0 -94 -67 -150.5t-174 -56.5q-104 0 -191 61l59 138q48 -41 107 -41q40 0 64 22.5t24 54.5t-25 53t-69 21q-24 0 -74 -8l76 164q-142 15 -265 77t-211 157.5t-138 223.5t-50 271z" />
<glyph unicode="&#xc8;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM358 1792l293 109l219 -334h-252z" />
<glyph unicode="&#xc9;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM543 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xca;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM354 1583l224 303h262l223 -303h-232l-122 174l-123 -174h-232z" />
<glyph unicode="&#xcb;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM369 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM754 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5 q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xcc;" horiz-adv-x="641" d="M-29 1792l293 109l219 -334h-252zM158 0v1434h323v-1434h-323z" />
<glyph unicode="&#xcd;" horiz-adv-x="641" d="M156 1567l217 334l293 -111l-260 -223h-250zM158 0v1434h323v-1434h-323z" />
<glyph unicode="&#xce;" horiz-adv-x="641" d="M-35 1583l223 303h263l223 -303h-232l-123 174l-122 -174h-232zM158 0v1434h323v-1434h-323z" />
<glyph unicode="&#xcf;" horiz-adv-x="641" d="M-20 1755q0 68 41.5 111t105.5 43q65 0 107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM158 0v1434h323v-1434h-323zM365 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5 q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xd0;" horiz-adv-x="1632" d="M0 629v180h215v625h608q220 0 391.5 -90.5t267 -254t95.5 -372.5t-96.5 -372t-271 -254t-398.5 -91h-596v629h-215zM539 272h292q181 0 298.5 124t117.5 319q0 196 -122 321t-308 125h-278v-352h352v-180h-352v-357z" />
<glyph unicode="&#xd1;" horiz-adv-x="1613" d="M158 0v1434h295l696 -922v922h307v-1434h-295l-694 920v-920h-309zM455 1608q0 309 204 309q40 0 79 -16t63 -35t51 -35t47 -16q68 0 68 90h194q0 -306 -205 -306q-54 0 -100 25.5t-80 50.5t-59 25q-68 0 -68 -92h-194z" />
<glyph unicode="&#xd2;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM463 1792l293 109l219 -334h-252z" />
<glyph unicode="&#xd3;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM647 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xd4;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM457 1583l223 303h262l223 -303h-231l-123 174l-123 -174h-231z" />
<glyph unicode="&#xd5;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM459 1608q0 309 205 309q51 0 97.5 -25.5t82 -51t59.5 -25.5q68 0 68 90h194q0 -306 -204 -306q-54 0 -100.5 25.5t-80.5 50.5t-59 25q-68 0 -68 -92h-194z" />
<glyph unicode="&#xd6;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM471 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM856 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5 t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xd7;" horiz-adv-x="1036" d="M129 422l244 246l-244 245l143 148l246 -248l246 248l143 -148l-243 -245l243 -246l-143 -148l-246 248l-246 -248z" />
<glyph unicode="&#xd8;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94q67 0 142 -10l77 223h185l-94 -271q210 -83 335 -261.5t125 -407.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96q-85 0 -170 16l-84 -240h-182l100 291q-198 88 -316 264.5t-118 399.5zM387 717q0 -117 55 -216t148 -161 l282 819q-14 2 -43 2q-183 0 -312.5 -128.5t-129.5 -315.5zM750 276q36 -8 79 -8q181 0 308 130.5t127 318.5q0 127 -61.5 230.5t-164.5 160.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM430 1792l293 109l219 -334h-252z" />
<glyph unicode="&#xda;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM614 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xdb;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM424 1583l223 303h262l224 -303h-232l-123 174l-123 -174h-231z" />
<glyph unicode="&#xdc;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM438 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z M823 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xdd;" horiz-adv-x="1363" d="M-6 1434h325l367 -643l358 643h326l-522 -971v-463h-324v455zM518 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xde;" horiz-adv-x="1404" d="M158 0v1434h323v-193h269q286 0 446 -129.5t160 -359.5q0 -243 -160 -379.5t-446 -136.5h-269v-236h-323zM481 494h254q141 0 215 63.5t74 183.5q0 117 -74 179.5t-215 62.5h-254v-489z" />
<glyph unicode="&#xdf;" horiz-adv-x="1351" d="M133 0v1006q0 242 146 385t397 143q230 0 371 -111t141 -295q0 -111 -57.5 -204.5t-153.5 -139.5q135 -35 216 -126t81 -222q0 -195 -153 -315.5t-406 -120.5h-103v233h97q120 0 189 55t69 148q0 96 -76.5 147.5t-214.5 51.5h-35v231q115 0 178.5 56.5t63.5 158.5 q0 98 -55 152.5t-152 54.5q-109 0 -169.5 -68.5t-60.5 -191.5v-1028h-313z" />
<glyph unicode="&#xe0;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM258 1458l293 109l219 -334h-252zM360 350 q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="&#xe1;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM360 350q0 -63 46.5 -101t125.5 -38 q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95zM442 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xe2;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM252 1249l223 303h262l224 -303h-232l-123 174 l-123 -174h-231zM360 350q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="&#xe3;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM254 1274q0 309 205 309q51 0 97.5 -25.5t82 -51 t59.5 -25.5q68 0 68 90h195q0 -305 -205 -305q-42 0 -81 15.5t-62.5 34.5t-50 34.5t-46.5 15.5q-67 0 -67 -92h-195zM360 350q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="&#xe4;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM266 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5 t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM360 350q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95zM651 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5 t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xe5;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM360 350q0 -63 46.5 -101t125.5 -38 q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95zM360 1417q0 100 72.5 172t173.5 72t173.5 -72t72.5 -172q0 -101 -72 -172t-174 -71t-174 71t-72 172zM489 1417q0 -47 34 -79.5t83 -32.5q50 0 84.5 32.5t34.5 79.5q0 46 -35 78.5t-84 32.5t-83 -32.5 t-34 -78.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1982" d="M66 324q0 153 109 235t312 84h306v39q0 88 -59.5 136t-172.5 48q-167 0 -354 -96l-74 221q262 123 498 123q253 0 377 -133q140 131 358 131q269 0 421 -173t140 -460h-815q22 -116 99 -181t190 -65q164 0 280 119l166 -172q-176 -192 -471 -192q-159 0 -276 62.5 t-182 178.5q-134 -243 -457 -243q-183 0 -289 93t-106 245zM360 350q0 -69 47.5 -110t127.5 -41q185 0 264 163l-4 3v120h-244q-91 0 -141 -34.5t-50 -100.5zM834 354l38 -24l-6 18zM1110 639h504q-2 110 -70 181t-174 71q-102 0 -171.5 -69.5t-88.5 -182.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1153" d="M57 547q0 253 156 409t410 156q157 0 280 -60t197 -171l-213 -154q-96 120 -252 117q-116 0 -189 -81.5t-73 -213.5q0 -133 73 -216t189 -83q173 0 256 129l217 -148q-59 -98 -158 -159t-231 -78l-49 -96q64 -18 101.5 -61t37.5 -105q0 -94 -67.5 -150.5t-174.5 -56.5 q-103 0 -190 61l59 138q48 -41 107 -41q40 0 64 22.5t24 54.5t-25 53t-69 21q-24 0 -74 -8l78 166q-219 25 -351.5 175.5t-132.5 379.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM266 1458l293 109l219 -334h-252zM369 641h501q-3 109 -69 174.5t-174 65.5 q-103 0 -171 -65t-87 -175z" />
<glyph unicode="&#xe9;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM369 641h501q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65t-87 -175zM451 1233l217 334 l293 -111l-261 -223h-249z" />
<glyph unicode="&#xea;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM260 1249l223 303h262l224 -303h-232l-123 174l-122 -174h-232zM369 641h501 q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65t-87 -175z" />
<glyph unicode="&#xeb;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM274 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5 t-107 -42.5t-106.5 42.5t-41.5 108.5zM369 641h501q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65t-87 -175zM659 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xec;" horiz-adv-x="618" d="M-39 1458l293 109l219 -334h-252zM152 0v1102h315v-1102h-315z" />
<glyph unicode="&#xed;" horiz-adv-x="618" d="M145 1233l217 334l293 -111l-260 -223h-250zM152 0v1102h315v-1102h-315z" />
<glyph unicode="&#xee;" horiz-adv-x="618" d="M-45 1249l223 303h262l224 -303h-232l-123 174l-123 -174h-231zM152 0v1102h315v-1102h-315z" />
<glyph unicode="&#xef;" horiz-adv-x="618" d="M-31 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM152 0v1102h315v-1102h-315zM354 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xf0;" horiz-adv-x="1228" d="M55 461q0 204 126.5 327t338.5 123q106 0 198 -36.5t142 -98.5q-57 175 -239 350l-326 -110l-49 151l231 80q-126 89 -254 150l211 137q182 -76 328 -191l285 97l47 -154l-197 -67q132 -139 203 -306t71 -342q0 -267 -160.5 -426t-430.5 -159q-239 0 -382 129t-143 346z M356 479q0 -101 65.5 -162t172.5 -61q110 0 176 59t66 156q0 100 -66 160.5t-176 60.5q-109 0 -173.5 -58t-64.5 -155z" />
<glyph unicode="&#xf1;" horiz-adv-x="1372" d="M152 0v1102h315v-193q115 202 381 205q185 0 294 -114.5t109 -307.5v-692h-315v600q0 104 -58 164.5t-159 60.5q-116 -1 -184 -79.5t-68 -202.5v-543h-315zM367 1274q0 309 204 309q40 0 79 -16t63 -35t51 -35t47 -16q68 0 68 90h194q0 -305 -205 -305q-54 0 -100 25 t-80 50t-59 25q-68 0 -68 -92h-194z" />
<glyph unicode="&#xf2;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM299 1458l293 109l219 -334h-252zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84 t-75.5 -219z" />
<glyph unicode="&#xf3;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219zM483 1233l217 334 l293 -111l-260 -223h-250z" />
<glyph unicode="&#xf4;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM295 1249l223 303h262l224 -303h-232l-123 174l-123 -174h-231zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219 t-198.5 84q-123 0 -198.5 -84t-75.5 -219z" />
<glyph unicode="&#xf5;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM297 1274q0 309 205 309q51 0 97.5 -25.5t82 -51t59.5 -25.5q68 0 68 90h195q0 -305 -205 -305q-42 0 -81 15.5t-62.5 34.5t-50 34.5 t-46.5 15.5q-67 0 -67 -92h-195zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219z" />
<glyph unicode="&#xf6;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM309 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM375 547 q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219zM694 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xf7;" horiz-adv-x="1036" d="M68 563v209h901v-209h-901zM354 313q0 67 42.5 110.5t107.5 43.5q64 0 105.5 -43t41.5 -111q0 -66 -41.5 -109.5t-105.5 -43.5q-65 0 -107.5 43.5t-42.5 109.5zM354 1044q0 67 42.5 110.5t107.5 43.5q64 0 105.5 -43t41.5 -111q0 -66 -41.5 -109.5t-105.5 -43.5 q-65 0 -107.5 43.5t-42.5 109.5z" />
<glyph unicode="&#xf8;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q66 0 115 -8l86 266h131l-96 -297q166 -59 260 -195.5t94 -326.5q0 -252 -163 -407.5t-427 -155.5q-65 0 -112 8l-95 -289h-133l105 320q-167 59 -262 197t-95 327zM354 547q0 -96 35.5 -169.5t99.5 -115.5l199 612q-18 3 -39 3 q-131 0 -213 -91t-82 -239zM608 219q12 -2 41 -2q131 0 212 91t81 239q0 97 -35.5 170.5t-99.5 113.5z" />
<glyph unicode="&#xf9;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM317 1458l293 109l219 -334h-251z" />
<glyph unicode="&#xfa;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM502 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xfb;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM311 1249l224 303h262l223 -303h-232l-122 174l-123 -174h-232z" />
<glyph unicode="&#xfc;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM326 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5 q-64 0 -105.5 42.5t-41.5 108.5zM711 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xfd;" horiz-adv-x="1155" d="M-20 1102h325l289 -758l260 758h315l-483 -1225q-116 -289 -403 -289q-169 0 -299 107l133 227q71 -59 143 -59q100 0 146 98l30 62zM416 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xfe;" horiz-adv-x="1400" d="M162 -397v1917h315v-580q121 172 348 172q232 0 375 -156t143 -411q0 -251 -140.5 -404t-371.5 -153q-230 0 -354 172v-557h-315zM477 555q0 -136 76.5 -220.5t198.5 -84.5q121 0 196.5 85t75.5 220q0 133 -75.5 218t-196.5 85t-198 -84.5t-77 -218.5z" />
<glyph unicode="&#xff;" horiz-adv-x="1155" d="M-20 1102h325l289 -758l260 758h315l-483 -1225q-116 -289 -403 -289q-169 0 -299 107l133 227q71 -59 143 -59q100 0 146 98l30 62zM240 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z M625 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#x152;" horiz-adv-x="2269" d="M55 717q0 200 100 364.5t276 258.5t392 94h1327v-269h-768v-311h691v-268h-691v-316h791v-270h-1350q-214 0 -390 93t-277 257.5t-101 366.5zM387 715q0 -189 126 -315t312 -126l234 2v879h-234q-187 0 -312.5 -125.5t-125.5 -314.5z" />
<glyph unicode="&#x153;" horiz-adv-x="2101" d="M57 551q0 253 163 407t429 154q140 0 248.5 -53t177.5 -150q66 97 169.5 150t236.5 53q269 0 422 -173t141 -460h-821q22 -116 100 -181t193 -65q162 0 282 117l166 -168q-178 -194 -475 -194q-140 0 -246 52.5t-170 149.5q-69 -97 -177 -149.5t-247 -52.5 q-265 0 -428.5 155.5t-163.5 407.5zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219zM1221 639h510q-2 109 -70.5 179.5t-175.5 70.5q-104 0 -174.5 -69t-89.5 -181z" />
<glyph unicode="&#x178;" horiz-adv-x="1363" d="M-6 1434h325l367 -643l358 643h326l-522 -971v-463h-324v455zM342 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM727 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5 q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#x2c6;" horiz-adv-x="716" d="M4 1253l223 303h262l224 -303h-232l-123 174l-122 -174h-232z" />
<glyph unicode="&#x2dc;" horiz-adv-x="716" d="M6 1274q0 309 205 309q40 0 79 -16t63 -35t51 -35t47 -16q67 0 67 90h195q0 -305 -205 -305q-42 0 -81 15.5t-62.5 34.5t-50 34.5t-46.5 15.5q-67 0 -67 -92h-195z" />
<glyph unicode="&#x2000;" horiz-adv-x="958" />
<glyph unicode="&#x2001;" horiz-adv-x="1917" />
<glyph unicode="&#x2002;" horiz-adv-x="958" />
<glyph unicode="&#x2003;" horiz-adv-x="1917" />
<glyph unicode="&#x2004;" horiz-adv-x="639" />
<glyph unicode="&#x2005;" horiz-adv-x="479" />
<glyph unicode="&#x2006;" horiz-adv-x="319" />
<glyph unicode="&#x2007;" horiz-adv-x="319" />
<glyph unicode="&#x2008;" horiz-adv-x="239" />
<glyph unicode="&#x2009;" horiz-adv-x="383" />
<glyph unicode="&#x200a;" horiz-adv-x="106" />
<glyph unicode="&#x2010;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#x2011;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#x2012;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#x2013;" horiz-adv-x="833" d="M0 449v208h834v-208h-834z" />
<glyph unicode="&#x2014;" horiz-adv-x="1355" d="M0 449v208h1356v-208h-1356z" />
<glyph unicode="&#x2018;" horiz-adv-x="475" d="M61 1106q0 67 43 129l138 207h153l-86 -209q62 -44 62 -125q0 -70 -44 -115t-112 -45q-64 0 -109 43t-45 115z" />
<glyph unicode="&#x2019;" horiz-adv-x="475" d="M61 942l86 207q-63 45 -63 127q0 69 45 114.5t113 45.5q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -207h-154z" />
<glyph unicode="&#x201a;" horiz-adv-x="475" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154z" />
<glyph unicode="&#x201c;" horiz-adv-x="741" d="M61 1108q0 68 43 127l138 207h153l-86 -207q64 -46 64 -127q0 -70 -45 -115t-113 -45q-64 0 -109 43t-45 117zM416 1108q0 68 43 127l137 207h154l-86 -207q63 -45 63 -127q0 -70 -45 -115t-113 -45q-64 0 -108.5 43t-44.5 117z" />
<glyph unicode="&#x201d;" horiz-adv-x="790" d="M61 942l86 207q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -207h-154zM416 942l86 207q-64 46 -64 127q0 70 45 115t113 45q64 0 109 -43t45 -117q0 -68 -43 -127l-138 -207h-153z" />
<glyph unicode="&#x201e;" horiz-adv-x="829" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154zM416 -188l86 206q-64 46 -64 127q0 70 45 115t113 45q64 0 109 -43t45 -117q0 -68 -43 -127l-138 -206h-153z" />
<glyph unicode="&#x2022;" horiz-adv-x="638" d="M82 561q0 106 66 174t169 68q104 0 171 -68t67 -174q0 -107 -67 -176.5t-171 -69.5q-103 0 -169 69.5t-66 176.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1343" d="M82 141q0 69 44 113.5t110 44.5t109.5 -44.5t43.5 -113.5t-43.5 -113t-109.5 -44t-110 44t-44 113zM518 141q0 69 44 113.5t110 44.5t109.5 -44.5t43.5 -113.5t-43.5 -113t-109.5 -44t-110 44t-44 113zM954 141q0 69 43.5 113.5t110.5 44.5q66 0 109 -44.5t43 -113.5 t-43 -113t-109 -44q-68 0 -111 44t-43 113z" />
<glyph unicode="&#x202f;" horiz-adv-x="383" />
<glyph unicode="&#x2039;" horiz-adv-x="571" d="M18 543l244 370h258l-219 -370l219 -373h-258z" />
<glyph unicode="&#x203a;" horiz-adv-x="587" d="M98 170l219 373l-219 370h258l244 -370l-244 -373h-258z" />
<glyph unicode="&#x205f;" horiz-adv-x="479" />
<glyph unicode="&#x20ac;" horiz-adv-x="1605" d="M63 489v152h183q-4 50 -4 78q0 30 4 88h-183v151h218q76 219 272 352.5t453 133.5q156 0 307.5 -64t257.5 -174l-189 -229q-74 86 -174 136t-200 50q-117 0 -215 -55t-156 -150h473v-151h-530q-9 -41 -9 -84q0 -35 7 -82h532v-152h-475q58 -97 156 -152.5t217 -55.5 q96 0 195.5 45.5t178.5 122.5l189 -207q-114 -118 -268.5 -187t-311.5 -69q-255 0 -449.5 139t-265.5 364h-213z" />
<glyph unicode="&#x2122;" horiz-adv-x="1839" d="M-14 1243v191h700v-191h-237v-670h-230v670h-233zM782 573v861h256l228 -490l227 490h256v-861h-207v529l-199 -443h-155l-197 443v-529h-209z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1105" d="M0 0v1106h1106v-1106h-1106z" />
<hkern u1="&#x27;" u2="&#x2e;" k="111" />
<hkern u1="&#x28;" u2="&#x39;" k="27" />
<hkern u1="&#x2f;" u2="&#x39;" k="39" />
<hkern u1="&#x37;" u2="&#x2e;" k="72" />
<hkern u1="D" u2="Y" k="4" />
<hkern u1="J" u2="J" k="16" />
<hkern u1="J" u2="&#x2e;" k="14" />
<hkern u1="K" u2="&#x152;" k="43" />
<hkern u1="K" u2="&#xd8;" k="43" />
<hkern u1="K" u2="&#xd6;" k="43" />
<hkern u1="K" u2="&#xd5;" k="43" />
<hkern u1="K" u2="&#xd4;" k="43" />
<hkern u1="K" u2="&#xd3;" k="43" />
<hkern u1="K" u2="&#xd2;" k="43" />
<hkern u1="K" u2="&#xc7;" k="43" />
<hkern u1="K" u2="Q" k="43" />
<hkern u1="K" u2="O" k="43" />
<hkern u1="K" u2="G" k="43" />
<hkern u1="K" u2="C" k="43" />
<hkern u1="O" u2="Y" k="4" />
<hkern u1="Q" u2="Y" k="4" />
<hkern u1="U" u2="J" k="16" />
<hkern u1="V" u2="O" k="6" />
<hkern u1="V" u2="J" k="4" />
<hkern u1="W" u2="O" k="6" />
<hkern u1="W" u2="J" k="4" />
<hkern u1="W" u2="&#x26;" k="18" />
<hkern u1="Y" u2="&#x152;" k="39" />
<hkern u1="Y" u2="&#xd8;" k="39" />
<hkern u1="Y" u2="&#xd6;" k="39" />
<hkern u1="Y" u2="&#xd5;" k="39" />
<hkern u1="Y" u2="&#xd4;" k="39" />
<hkern u1="Y" u2="&#xd3;" k="39" />
<hkern u1="Y" u2="&#xd2;" k="39" />
<hkern u1="Y" u2="&#xc7;" k="39" />
<hkern u1="Y" u2="Q" k="39" />
<hkern u1="Y" u2="O" k="39" />
<hkern u1="Y" u2="J" k="37" />
<hkern u1="Y" u2="G" k="39" />
<hkern u1="Y" u2="C" k="39" />
<hkern u1="Y" u2="&#x2e;" k="2" />
<hkern u1="Y" u2="&#x26;" k="80" />
<hkern u1="[" u2="&#x39;" k="35" />
<hkern u1="a" u2="&#x7d;" k="43" />
<hkern u1="a" u2="\" k="14" />
<hkern u1="a" u2="O" k="2" />
<hkern u1="a" u2="J" k="16" />
<hkern u1="b" u2="J" k="61" />
<hkern u1="e" u2="&#x7d;" k="55" />
<hkern u1="e" u2="\" k="20" />
<hkern u1="e" u2="J" k="61" />
<hkern u1="h" u2="O" k="2" />
<hkern u1="h" u2="J" k="16" />
<hkern u1="m" u2="O" k="2" />
<hkern u1="m" u2="J" k="16" />
<hkern u1="n" u2="O" k="2" />
<hkern u1="n" u2="J" k="16" />
<hkern u1="o" u2="J" k="61" />
<hkern u1="p" u2="J" k="61" />
<hkern u1="v" u2="J" k="18" />
<hkern u1="w" u2="J" k="18" />
<hkern u1="y" u2="J" k="6" />
<hkern u1="y" u2="&#x2e;" k="12" />
<hkern u1="&#xd0;" u2="Y" k="4" />
<hkern u1="&#xd2;" u2="Y" k="4" />
<hkern u1="&#xd3;" u2="Y" k="4" />
<hkern u1="&#xd4;" u2="Y" k="4" />
<hkern u1="&#xd5;" u2="Y" k="4" />
<hkern u1="&#xd6;" u2="Y" k="4" />
<hkern u1="&#xd8;" u2="Y" k="4" />
<hkern u1="&#xd9;" u2="J" k="16" />
<hkern u1="&#xda;" u2="J" k="16" />
<hkern u1="&#xdb;" u2="J" k="16" />
<hkern u1="&#xdc;" u2="J" k="16" />
<hkern u1="&#xdd;" u2="O" k="6" />
<hkern u1="&#xdd;" u2="J" k="4" />
<hkern u1="&#xde;" u2="Y" k="23" />
<hkern u1="&#xe0;" u2="O" k="2" />
<hkern u1="&#xe0;" u2="J" k="16" />
<hkern u1="&#xe1;" u2="O" k="2" />
<hkern u1="&#xe1;" u2="J" k="16" />
<hkern u1="&#xe2;" u2="O" k="2" />
<hkern u1="&#xe2;" u2="J" k="16" />
<hkern u1="&#xe3;" u2="O" k="2" />
<hkern u1="&#xe3;" u2="J" k="16" />
<hkern u1="&#xe4;" u2="O" k="2" />
<hkern u1="&#xe4;" u2="J" k="16" />
<hkern u1="&#xe5;" u2="O" k="2" />
<hkern u1="&#xe5;" u2="J" k="16" />
<hkern u1="&#xe8;" u2="J" k="61" />
<hkern u1="&#xe9;" u2="J" k="61" />
<hkern u1="&#xea;" u2="J" k="61" />
<hkern u1="&#xeb;" u2="J" k="61" />
<hkern u1="&#xf0;" u2="Y" k="4" />
<hkern u1="&#xf1;" u2="O" k="2" />
<hkern u1="&#xf1;" u2="J" k="16" />
<hkern u1="&#xf2;" u2="J" k="61" />
<hkern u1="&#xf3;" u2="J" k="61" />
<hkern u1="&#xf4;" u2="J" k="61" />
<hkern u1="&#xf5;" u2="J" k="61" />
<hkern u1="&#xf6;" u2="J" k="61" />
<hkern u1="&#xf8;" u2="J" k="61" />
<hkern u1="&#xfd;" u2="J" k="18" />
<hkern u1="&#xfe;" u2="J" k="61" />
<hkern u1="&#xff;" u2="J" k="18" />
<hkern u1="&#x178;" u2="O" k="6" />
<hkern u1="&#x178;" u2="J" k="4" />
<hkern u1="&#x2018;" u2="&#x2e;" k="102" />
<hkern u1="&#x2019;" u2="&#x2e;" k="100" />
<hkern u1="&#x2019;" u2="&#x26;" k="43" />
<hkern g1="s" g2="T" k="29" />
<hkern g1="s" g2="v,w,y,yacute,ydieresis" k="14" />
<hkern g1="s" g2="V,W,Y,Yacute,Ydieresis" k="49" />
<hkern g1="s" g2="x" k="27" />
<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="14" />
<hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="C,Ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="29" />
<hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="8" />
<hkern g1="d,l,uniFB02" g2="J" k="16" />
<hkern g1="R" g2="backslash" k="23" />
<hkern g1="R" g2="J" k="18" />
<hkern g1="R" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="v,w,y,yacute,ydieresis" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="z" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="J" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="109" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="x" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="123" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="113" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="s" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="period" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="i" k="8" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="m,n,r,ntilde" k="55" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="igrave,iacute,icircumflex,idieresis" k="8" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="ampersand" k="43" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="55" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="p,uni00B5" k="20" />
<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-8" />
<hkern g1="t" g2="V,W,Y,Yacute,Ydieresis" k="55" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="T" k="51" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="J" k="16" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="V,W,Y,Yacute,Ydieresis" k="8" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="T" k="41" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="v,w,y,yacute,ydieresis" k="8" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="J" k="53" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="39" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="V,W,Y,Yacute,Ydieresis" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="x" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="period" k="49" />
<hkern g1="k,x" g2="v,w,y,yacute,ydieresis" k="8" />
<hkern g1="k,x" g2="V,W,Y,Yacute,Ydieresis" k="49" />
<hkern g1="k,x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="k,x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="55" />
<hkern g1="k,x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="49" />
<hkern g1="k,x" g2="s" k="27" />
<hkern g1="k,x" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="8" />
<hkern g1="q" g2="T" k="51" />
<hkern g1="q" g2="V,W,Y,Yacute,Ydieresis" k="20" />
<hkern g1="i,uni00B5,uniFB01" g2="T" k="51" />
<hkern g1="i,uni00B5,uniFB01" g2="J" k="10" />
<hkern g1="i,uni00B5,uniFB01" g2="V,W,Y,Yacute,Ydieresis" k="8" />
<hkern g1="f" g2="f,germandbls,uniFB01,uniFB02" k="-8" />
<hkern g1="f" g2="T" k="-193" />
<hkern g1="f" g2="v,w,y,yacute,ydieresis" k="-61" />
<hkern g1="f" g2="J" k="33" />
<hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="27" />
<hkern g1="f" g2="V,W,Y,Yacute,Ydieresis" k="-106" />
<hkern g1="f" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-55" />
<hkern g1="f" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="55" />
<hkern g1="f" g2="period" k="-12" />
<hkern g1="f" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="-27" />
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-12" />
<hkern g1="f" g2="b,h,k,l,thorn" k="-41" />
<hkern g1="f" g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" k="-66" />
<hkern g1="L" g2="backslash" k="106" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-8" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="72" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="150" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,y,yacute,ydieresis" k="61" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W,Y,Yacute,Ydieresis" k="109" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="49" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="49" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="S" k="8" />
<hkern g1="P" g2="J" k="59" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="100" />
<hkern g1="P" g2="period" k="78" />
<hkern g1="g,j" g2="T" k="43" />
<hkern g1="g,j" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="Thorn" g2="J" k="37" />
<hkern g1="Thorn" g2="V,W,Y,Yacute,Ydieresis" k="8" />
<hkern g1="Thorn" g2="period" k="63" />
<hkern g1="T" g2="v,w,y,yacute,ydieresis" k="51" />
<hkern g1="T" g2="z" k="43" />
<hkern g1="T" g2="J" k="29" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="150" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="78" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="135" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" />
<hkern g1="T" g2="s" k="20" />
<hkern g1="T" g2="period" k="113" />
<hkern g1="T" g2="m,n,r,ntilde" k="51" />
<hkern g1="T" g2="ampersand" k="102" />
<hkern g1="T" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="51" />
<hkern g1="T" g2="b,h,k,l,thorn" k="94" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="backslash" k="47" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="T" k="51" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="v,w,y,yacute,ydieresis" k="20" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="z" k="12" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="J" k="41" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="braceright" k="8" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="V,W,Y,Yacute,Ydieresis" k="88" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
<hkern g1="c,ccedilla" g2="V,W,Y,Yacute,Ydieresis" k="53" />
<hkern g1="c,ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="c,ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
<hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="29" />
<hkern g1="K,X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
<hkern g1="r" g2="v,w,y,yacute,ydieresis" k="-49" />
<hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="12" />
<hkern g1="r" g2="V,W,Y,Yacute,Ydieresis" k="41" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="37" />
<hkern g1="v,w,y,yacute,ydieresis" g2="T" k="51" />
<hkern g1="v,w,y,yacute,ydieresis" g2="J" k="29" />
<hkern g1="v,w,y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="61" />
<hkern g1="v,w,y,yacute,ydieresis" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="v,w,y,yacute,ydieresis" g2="x" k="8" />
<hkern g1="v,w,y,yacute,ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="8" />
<hkern g1="v,w,y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
<hkern g1="v,w,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="v,w,y,yacute,ydieresis" g2="s" k="14" />
<hkern g1="v,w,y,yacute,ydieresis" g2="period" k="55" />
<hkern g1="v,w,y,yacute,ydieresis" g2="m,n,r,ntilde" k="-8" />
<hkern g1="B,germandbls" g2="backslash" k="18" />
<hkern g1="B,germandbls" g2="J" k="14" />
<hkern g1="z" g2="V,W,Y,Yacute,Ydieresis" k="49" />
<hkern g1="z" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
<hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="12" />
<hkern g1="z" g2="m,n,r,ntilde" k="12" />
<hkern g1="F" g2="J" k="37" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="66" />
<hkern g1="F" g2="period" k="72" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="31" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="x" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="period" k="35" />
<hkern g1="asterisk" g2="J" k="18" />
<hkern g1="quotesingle" g2="J" k="35" />
<hkern g1="quoteright" g2="J" k="20" />
<hkern g1="trademark" g2="J" k="12" />
<hkern g1="slash" g2="J" k="41" />
<hkern g1="slash" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="23" />
<hkern g1="bracketleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
<hkern g1="quoteleft" g2="J" k="29" />
<hkern g1="parenleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-35" />
<hkern g1="parenleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="guilsinglright" g2="J" k="25" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/img/logo-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

4
assets/js/full-menu.js Normal file
View file

@ -0,0 +1,4 @@
$('#toggle').click(function() {
$(this).toggleClass('active');
$('#overlay').toggleClass('open');
});

7
assets/js/moment.min.js vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.