[ansible] Add few missing package in x86_64
by Nicolas Chauvet
commit dcd9ac7c7e7cac951fa2d46537578a991fda56af
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Aug 25 16:26:24 2016 +0200
Add few missing package in x86_64
roles/bodhi2/backend/files/rpmfusion-nonfree.file | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/roles/bodhi2/backend/files/rpmfusion-nonfree.file b/roles/bodhi2/backend/files/rpmfusion-nonfree.file
index 62abf7e..9413b20 100644
--- a/roles/bodhi2/backend/files/rpmfusion-nonfree.file
+++ b/roles/bodhi2/backend/files/rpmfusion-nonfree.file
@@ -1,12 +1,15 @@
*-devel
+dega-sdl
gens
gens-gs
gens-gs-doc
gstreamer-.*
--xorg-x11-drv-nvidia-340xx-kmodsrc
--xorg-x11-drv-nvidia-304xx-kmodsrc
--xorg-x11-drv-nvidia-kmodsrc
+jad
libCg
-steam
-pcsx2
lpf-skype
+pcsx2
+steam
+unace
+-xorg-x11-drv-nvidia-304xx-kmodsrc
+-xorg-x11-drv-nvidia-340xx-kmodsrc
+-xorg-x11-drv-nvidia-kmodsrc
8 years, 1 month
[ansible] Avoid using namespace in setup_git_package
by Nicolas Chauvet
commit a5704b7e7cd13cc3fc2d0397b67f32e1b7057359
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Aug 25 15:44:49 2016 +0200
Avoid using namespace in setup_git_package
roles/distgit/files/setup_git_package | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/roles/distgit/files/setup_git_package b/roles/distgit/files/setup_git_package
index 7a83b56..872a9a6 100755
--- a/roles/distgit/files/setup_git_package
+++ b/roles/distgit/files/setup_git_package
@@ -94,10 +94,10 @@ TMPDIR=$(mktemp -d /tmp/tmpXXXXXX)
mkdir -p $GITROOT/$PACKAGE.git
pushd $GITROOT/$PACKAGE.git >/dev/null
git init -q --shared --bare
-echo "$PACKAGE" > description # This is used to figure out who to send mail to.
-git config --add hooks.mailinglist "$PACKAGE-owner@rpmfusion.org,rpmfusion-commits(a)lists.rpmfusion.org"
+echo "${PACKAGE#*/}" > description # This is used to figure out who to send mail to.
+git config --add hooks.mailinglist "${PACKAGE#*/}-owner@rpmfusion.org,rpmfusion-commits(a)lists.rpmfusion.org"
git config --add hooks.maildomain rpmfusion.org
-git remote add github git@github.com:rpmfusion/${PACKAGE}.git
+git remote add github git@github.com:rpmfusion/${PACKAGE#*/}.git
popd >/dev/null
# Now clone that repo and create the .gitignore and sources file
8 years, 1 month
[ansible] Switch to rfpkg-minimal
by Nicolas Chauvet
commit 5c904ee2e11532f7ea0847e86eb6cfdb46580f3a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Aug 13 18:19:54 2016 +0200
Switch to rfpkg-minimal
roles/koji_builder/templates/kojid.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf
index 2274d05..a009e58 100644
--- a/roles/koji_builder/templates/kojid.conf
+++ b/roles/koji_builder/templates/kojid.conf
@@ -52,10 +52,10 @@ pkgurl=http://kojipkgs.stg.rpmfusion.org/packages
{% if env == 'staging' %}
; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
-allowed_scms=pkgs.stg.rpmfusion.org:/docker/*:false pkgs.stg.rpmfusion.org:/rpms/*:false:rfpkg,sources pkgs.stg.rpmfusion.org:/*:false:rfpkg,sources pkgs.rpmfusion.org:/rpms/*:false:rfpkg,sources pkgs.rpmfusion.org:/*:false:rfpkg,sources git.rpmfusion.org.org:/git/spin-kickstarts.git:false
+allowed_scms=pkgs.stg.rpmfusion.org:/docker/*:false pkgs.stg.rpmfusion.org:/rpms/*:false:rfpkg-minimal,sources pkgs.stg.rpmfusion.org:/*:false:rfpkg-minimal,sources pkgs.rpmfusion.org:/rpms/*:false:rfpkg-minimal,sources pkgs.rpmfusion.org:/*:false:rfpkg-minimal,sources git.rpmfusion.org.org:/git/spin-kickstarts.git:false
{% else %}
; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
-allowed_scms=pkgs.rpmfusion.org:/*:false:rfpkg,sources
+allowed_scms=pkgs.rpmfusion.org:/*:false:rfpkg-minimal,sources
{% endif %}
; The mail host to use for sending email notifications
8 years, 1 month
[ansible] Update owner-sync for koji
by Nicolas Chauvet
commit 4457983872357263055b91d8831f613beba68a17
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Aug 6 19:53:33 2016 +0200
Update owner-sync for koji
roles/bodhi2/backend/tasks/main.yml | 2 +-
roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml
index 5710a83..7ca788e 100644
--- a/roles/bodhi2/backend/tasks/main.yml
+++ b/roles/bodhi2/backend/tasks/main.yml
@@ -189,7 +189,7 @@
- name: sync packages from pkgdb2 to koji fedora
cron: name="owner-sync-fedora" minute="7,17,27,37,47,57" user="root"
- job="/usr/local/bin/owner-sync-pkgdb f23-free; /usr/local/bin/owner-sync-pkgdb f23-nonfree; /usr/local/bin/owner-sync-pkgdb f24-free; /usr/local/bin/owner-sync-pkgdb f24-nonfree; /usr/local/bin/owner-sync-pkgdb f25-free; /usr/local/bin/owner-sync-pkgdb f25-nonfree"
+ job="/usr/local/bin/owner-sync-pkgdb f23-free; /usr/local/bin/owner-sync-pkgdb f23-nonfree; /usr/local/bin/owner-sync-pkgdb f24-free; /usr/local/bin/owner-sync-pkgdb f24-nonfree; /usr/local/bin/owner-sync-pkgdb f25-free; /usr/local/bin/owner-sync-pkgdb f25-nonfree; /usr/local/bin/owner-sync-pkgdb f26-free; /usr/local/bin/owner-sync-pkgdb f26-nonfree"
cron_file=update-koji-owner-fedora
when: inventory_hostname.startswith('bodhi01') and env == "production"
tags:
diff --git a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2 b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2
index ebc2a16..a172565 100755
--- a/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2
+++ b/roles/bodhi2/backend/templates/owner-sync-pkgdb.j2
@@ -25,7 +25,7 @@ sys.path.append('.')
import koji
-rawhide = '25'
+rawhide = '26'
extraArchList = {'ffmpeg': ('armv7hnl'),
'x264': ('armv7hnl'),
'x265': ('armv7hnl',),
8 years, 1 month
[ansible] Update genacls.pkgdb
by Nicolas Chauvet
commit 6e4b0f4d7b8c56d18d3f19c45e0021af1485ad73
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Aug 6 18:06:09 2016 +0200
Update genacls.pkgdb
roles/distgit/templates/genacls.pkgdb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/roles/distgit/templates/genacls.pkgdb b/roles/distgit/templates/genacls.pkgdb
index c955a8b..81f26ba 100755
--- a/roles/distgit/templates/genacls.pkgdb
+++ b/roles/distgit/templates/genacls.pkgdb
@@ -32,6 +32,7 @@ if __name__ == '__main__':
'F-11': 'f11', 'F-12': 'f12', 'F-13': 'f13', 'f14': 'f14', 'f15':
'f15', 'f16': 'f16', 'f17': 'f17', 'f18': 'f18', 'f19': 'f19',
'f20': 'f20', 'f21': 'f21', 'f22': 'f22', 'f23': 'f23', 'f24': 'f24',
+ 'f25': 'f25',
'devel': 'master', 'master': 'master'}
# Create a "regex"ish list 0f the reserved branches
8 years, 1 month
[ansible] Update pkgdb2.cfg
by Nicolas Chauvet
commit 969a1104a571b47b7a8b4ceda9f42efffec7e7e4
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Aug 6 18:03:46 2016 +0200
Update pkgdb2.cfg
roles/pkgdb2/templates/pkgdb2.cfg | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg
index 5fd3f82..e6a4c52 100644
--- a/roles/pkgdb2/templates/pkgdb2.cfg
+++ b/roles/pkgdb2/templates/pkgdb2.cfg
@@ -182,6 +182,8 @@ FEDOCAL_CALENDAR_SHIELD = 'vacation'
REPO_MAP = [
('rawhide-free', 'free/fedora/development/rawhide/Everything/source/SRPMS/'),
('rawhide-nonfree', 'nonfree/fedora/development/rawhide/Everything/source/SRPMS/'),
+ ('f25-free', 'free/fedora/development/25/Everything/source/SRPMS/'),
+ ('f25-nonfree', 'nonfree/fedora/development/25/Everything/source/SRPMS/'),
('f24-free', 'free/fedora/releases/24/Everything/source/SRPMS/'),
('f24-free-up', 'free/fedora/updates/24/SRPMS/'),
('f24-nonfree', 'nonfree/fedora/releases/24/Everything/source/SRPMS/'),
8 years, 1 month
[ansible] Add initial ipsilon role for rpmfusion
by Nicolas Chauvet
commit 2a4e304abf6a799a953c668134a44d397768e9d3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 2 15:52:02 2016 +0200
Add initial ipsilon role for rpmfusion
roles/ipsilon/files/api.py | 106 +
roles/ipsilon/files/browserid | 1 +
roles/ipsilon/files/browserid.stg | 1 +
roles/ipsilon/files/ipsilon-httpd.conf | 25 +
roles/ipsilon/files/openid_server.py | 1861 +++++++
roles/ipsilon/files/persona.pem | 35 +
roles/ipsilon/files/saml2.pem | 35 +
roles/ipsilon/files/templates/index.html | 7 +
roles/ipsilon/files/templates/internalerror.html | 15 +
roles/ipsilon/files/templates/layout.html | 68 +
roles/ipsilon/files/templates/login/form.html | 42 +
roles/ipsilon/files/templates/login/index.html | 11 +
roles/ipsilon/files/templates/logout.html | 13 +
roles/ipsilon/files/templates/notfound.html | 13 +
.../files/templates/openid/consent_form.html | 37 +
roles/ipsilon/files/templates/openid/userpage.html | 7 +
roles/ipsilon/files/templates/openid/xrds.xml | 16 +
.../files/templates/persona/provisioning.html | 59 +
.../files/templates/persona/signin_result.html | 19 +
roles/ipsilon/files/templates/unauthorized.html | 12 +
.../files/ui-fedora/fedora-authn-logo-white.png | Bin 0 -> 9202 bytes
roles/ipsilon/files/ui-fedora/fedora.css | 143 +
roles/ipsilon/files/ui-fedora/fonts/fonts.css | 84 +
.../fonts/open-sans-v13-latin_latin-ext-300.eot | Bin 0 -> 31896 bytes
.../fonts/open-sans-v13-latin_latin-ext-300.svg | 5074 +++++++++++++++++++
.../fonts/open-sans-v13-latin_latin-ext-300.ttf | Bin 0 -> 68444 bytes
.../fonts/open-sans-v13-latin_latin-ext-300.woff | Bin 0 -> 33704 bytes
.../fonts/open-sans-v13-latin_latin-ext-300.woff2 | Bin 0 -> 23816 bytes
.../open-sans-v13-latin_latin-ext-300italic.eot | Bin 0 -> 30763 bytes
.../open-sans-v13-latin_latin-ext-300italic.svg | 5087 +++++++++++++++++++
.../open-sans-v13-latin_latin-ext-300italic.ttf | Bin 0 -> 64668 bytes
.../open-sans-v13-latin_latin-ext-300italic.woff | Bin 0 -> 32300 bytes
.../open-sans-v13-latin_latin-ext-300italic.woff2 | Bin 0 -> 22220 bytes
.../fonts/open-sans-v13-latin_latin-ext-700.eot | Bin 0 -> 32088 bytes
.../fonts/open-sans-v13-latin_latin-ext-700.svg | 5076 +++++++++++++++++++
.../fonts/open-sans-v13-latin_latin-ext-700.ttf | Bin 0 -> 68776 bytes
.../fonts/open-sans-v13-latin_latin-ext-700.woff | Bin 0 -> 33876 bytes
.../fonts/open-sans-v13-latin_latin-ext-700.woff2 | Bin 0 -> 23652 bytes
.../open-sans-v13-latin_latin-ext-700italic.eot | Bin 0 -> 30546 bytes
.../open-sans-v13-latin_latin-ext-700italic.svg | 5084 +++++++++++++++++++
.../open-sans-v13-latin_latin-ext-700italic.ttf | Bin 0 -> 65236 bytes
.../open-sans-v13-latin_latin-ext-700italic.woff | Bin 0 -> 32180 bytes
.../open-sans-v13-latin_latin-ext-700italic.woff2 | Bin 0 -> 22176 bytes
.../fonts/open-sans-v13-latin_latin-ext-italic.eot | Bin 0 -> 30880 bytes
.../fonts/open-sans-v13-latin_latin-ext-italic.svg | 5091 ++++++++++++++++++++
.../fonts/open-sans-v13-latin_latin-ext-italic.ttf | Bin 0 -> 65072 bytes
.../open-sans-v13-latin_latin-ext-italic.woff | Bin 0 -> 32212 bytes
.../open-sans-v13-latin_latin-ext-italic.woff2 | Bin 0 -> 22196 bytes
.../open-sans-v13-latin_latin-ext-regular.eot | Bin 0 -> 31491 bytes
.../open-sans-v13-latin_latin-ext-regular.svg | 5078 +++++++++++++++++++
.../open-sans-v13-latin_latin-ext-regular.ttf | Bin 0 -> 66740 bytes
.../open-sans-v13-latin_latin-ext-regular.woff | Bin 0 -> 33060 bytes
.../open-sans-v13-latin_latin-ext-regular.woff2 | Bin 0 -> 23048 bytes
roles/ipsilon/files/ui-fedora/logo.svg | 158 +
roles/ipsilon/files/ui-fedora/repeater.png | Bin 0 -> 190 bytes
roles/ipsilon/tasks/main.yml | 109 +
roles/ipsilon/templates/configuration.conf | 59 +
roles/ipsilon/templates/ipsilon.conf | 26 +
roles/ipsilon/templates/saml2_data | 10 +
roles/ipsilon/templates/saml2_data_stg | 14 +
60 files changed, 33476 insertions(+), 0 deletions(-)
---
diff --git a/roles/ipsilon/files/api.py b/roles/ipsilon/files/api.py
new file mode 100644
index 0000000..f0ebb17
--- /dev/null
+++ b/roles/ipsilon/files/api.py
@@ -0,0 +1,106 @@
+# Copyright (C) 2015 Patrick Uiterwijk, for license see COPYING
+
+from __future__ import absolute_import
+
+from ipsilon.providers.openid.extensions.common import OpenidExtensionBase
+import ipsilon.root
+from ipsilon.util.page import Page
+from ipsilon.util.user import User
+
+import json
+import inspect
+
+
+class OpenidExtension(OpenidExtensionBase):
+
+ def __init__(self, *pargs):
+ super(OpenidExtension, self).__init__('API')
+
+ def enable(self):
+ # This is the most ugly hack in my history of python...
+ # But I need to find the root object, and that is not passed into
+ # the OpenID extension system anywhere...
+ root_obj = inspect.stack()[5][0].f_locals['self']
+ root_obj.api = APIPage(root_obj)
+
+
+class APIPage(Page):
+ def __init__(self, root_obj):
+ ipsilon.root.sites['api'] = dict()
+ ipsilon.root.sites['api']['template_env'] = \
+ ipsilon.root.sites['default']['template_env']
+ super(APIPage, self).__init__(ipsilon.root.sites['api'])
+ self.v1 = APIV1Page(root_obj)
+
+
+class APIV1Page(Page):
+ def __init__(self, root_obj):
+ ipsilon.root.sites['api_v1'] = dict()
+ ipsilon.root.sites['api_v1']['template_env'] = \
+ ipsilon.root.sites['default']['template_env']
+ super(APIV1Page, self).__init__(ipsilon.root.sites['api_v1'])
+ self.root_obj = root_obj
+
+ def root(self, *args, **kwargs):
+ return json.dumps(self._perform_call(kwargs))
+
+ def _perform_call(self, arguments):
+ required_arguments = ['auth_module', 'username', 'password']
+ for arg in required_arguments:
+ if not arg in arguments:
+ return {'success': False,
+ 'status': 400,
+ 'message': 'Missing argument: %s' % arg
+ }
+
+ fas = self.root_obj.login.fas.lm
+ openid = self.root_obj.openid
+
+ openid_request = None
+ try:
+ openid_request = openid.cfg.server.decodeRequest(arguments)
+ except Exception, ex:
+ print 'Error during openid decoding: %s' % ex
+ return {'success': False,
+ 'status': 400,
+ 'message': 'Invalid request'
+ }
+ if not openid_request:
+ print 'No OpenID request parsed'
+ return {'success': False,
+ 'status': 400,
+ 'message': 'Invalid request'
+ }
+ if not arguments['auth_module'] == 'fedoauth.auth.fas.Auth_FAS':
+ print 'Unknown auth module selected'
+ return {'success': False,
+ 'status': 400,
+ 'message': 'Unknown authentication module'
+ }
+ username = arguments['username']
+ password = arguments['password']
+ user = None
+ userdata = None
+ try:
+ _, user = fas.fpc.login(username, password)
+ userdata = fas.page.make_userdata(user.user)
+ except Exception, ex:
+ print 'Error during auth: %s' % ex
+ pass
+
+ if user is None or userdata is None:
+ print 'No user or data: %s, %s' % (user, userdata)
+ return {'success': False,
+ 'status': 400,
+ 'message': 'Authentication failed'}
+
+ us_obj = User(username)
+ fake_session = lambda: None
+ setattr(fake_session, 'get_user', lambda *args: us_obj)
+ setattr(fake_session, 'get_user_attrs', lambda *args: userdata)
+
+ openid_response = openid._response(openid_request, fake_session)
+ openid_response = openid.cfg.server.signatory.sign(openid_response).fields.toPostArgs()
+ return {'success': True,
+ 'response': openid_response}
+
diff --git a/roles/ipsilon/files/browserid b/roles/ipsilon/files/browserid
new file mode 100644
index 0000000..05645af
--- /dev/null
+++ b/roles/ipsilon/files/browserid
@@ -0,0 +1 @@
+{"authentication": "/persona/SignIn/", "public-key": {"e": "65537", "algorithm": "RS", "n": "20247910214254214736729789035336914874343682534429989745106339093407288102989557063184506037998917181790215715971603657930991910656165517065370043861309799873084779893863141779981928089804591906957196420164549257292728537239850169134965453215201485763974844238012120894562718111241748339139704777496487373194259775726158955322486626724162292237287168783784930591965244460256625429877029195226939201178097727365180294396322283340847229335816394958113297492642359188468999825212878655452005870852700169928746108241045675403745184355855187672170175907229725179585841454478158220055559216110930961906825939648077396790149"}, "provisioning": "/persona/"}
diff --git a/roles/ipsilon/files/browserid.stg b/roles/ipsilon/files/browserid.stg
new file mode 100644
index 0000000..48b7c34
--- /dev/null
+++ b/roles/ipsilon/files/browserid.stg
@@ -0,0 +1 @@
+{"authentication": "/persona/SignIn/", "public-key": {"e": "65537", "algorithm": "RS", "n": "24385401622012488402539132889528239710238371499364219659865183447144892222632942644107391086078596883298333289301440622808937201961563413336713854531004427355567568454568571597570778008466814108855520638826098878970029818658588699370647874263246095096125987696737419874653290133091853008175415840047281899222135647106187883870551008181199834578374579742134849852832157691170956320006663616762467403852221196792157796783374711458950947541675365075247861549915581204101510909365184142477502215065622520027148767888270269738114472766288513587067872744281044556932905239237198857201987370675203351195488146053544362182501"}, "provisioning": "/persona/"}
diff --git a/roles/ipsilon/files/ipsilon-httpd.conf b/roles/ipsilon/files/ipsilon-httpd.conf
new file mode 100644
index 0000000..56032cd
--- /dev/null
+++ b/roles/ipsilon/files/ipsilon-httpd.conf
@@ -0,0 +1,25 @@
+Alias /ui /usr/share/ipsilon/ui
+Alias /.well-known /etc/ipsilon/wellknown
+WSGIScriptAlias / /usr/libexec/ipsilon
+WSGIDaemonProcess ipsilon user=ipsilon group=ipsilon home=/var/lib/ipsilon processes=2 threads=2 maximum-requests=1000
+WSGIImportScript /usr/libexec/ipsilon process-group=ipsilon application-group=ipsilon
+
+
+<Location />
+ WSGIProcessGroup ipsilon
+</Location>
+
+<Directory /usr/libexec>
+ Require all granted
+</Directory>
+
+<Directory /usr/share/ipsilon>
+ Require all granted
+</Directory>
+
+<Directory /etc/ipsilon/wellknown>
+ Require all granted
+</Directory>
+<Location /.well-known/browserid>
+ ForceType application/json
+</Location>
diff --git a/roles/ipsilon/files/openid_server.py b/roles/ipsilon/files/openid_server.py
new file mode 100644
index 0000000..34d45bb
--- /dev/null
+++ b/roles/ipsilon/files/openid_server.py
@@ -0,0 +1,1861 @@
+# -*- test-case-name: openid.test.test_server -*-
+"""OpenID server protocol and logic.
+
+Overview
+========
+
+ An OpenID server must perform three tasks:
+
+ 1. Examine the incoming request to determine its nature and validity.
+
+ 2. Make a decision about how to respond to this request.
+
+ 3. Format the response according to the protocol.
+
+ The first and last of these tasks may performed by
+ the L{decodeRequest<Server.decodeRequest>} and
+ L{encodeResponse<Server.encodeResponse>} methods of the
+ L{Server} object. Who gets to do the intermediate task -- deciding
+ how to respond to the request -- will depend on what type of request it
+ is.
+
+ If it's a request to authenticate a user (a X{C{checkid_setup}} or
+ X{C{checkid_immediate}} request), you need to decide if you will assert
+ that this user may claim the identity in question. Exactly how you do
+ that is a matter of application policy, but it generally involves making
+ sure the user has an account with your system and is logged in, checking
+ to see if that identity is hers to claim, and verifying with the user that
+ she does consent to releasing that information to the party making the
+ request.
+
+ Examine the properties of the L{CheckIDRequest} object, optionally
+ check L{CheckIDRequest.returnToVerified}, and and when you've come
+ to a decision, form a response by calling L{CheckIDRequest.answer}.
+
+ Other types of requests relate to establishing associations between client
+ and server and verifying the authenticity of previous communications.
+ L{Server} contains all the logic and data necessary to respond to
+ such requests; just pass the request to L{Server.handleRequest}.
+
+
+OpenID Extensions
+=================
+
+ Do you want to provide other information for your users
+ in addition to authentication? Version 2.0 of the OpenID
+ protocol allows consumers to add extensions to their requests.
+ For example, with sites using the U{Simple Registration
+ Extension<http://openid.net/specs/openid-simple-registration-extension-1_0.html >},
+ a user can agree to have their nickname and e-mail address sent to a
+ site when they sign up.
+
+ Since extensions do not change the way OpenID authentication works,
+ code to handle extension requests may be completely separate from the
+ L{OpenIDRequest} class here. But you'll likely want data sent back by
+ your extension to be signed. L{OpenIDResponse} provides methods with
+ which you can add data to it which can be signed with the other data in
+ the OpenID signature.
+
+ For example::
+
+ # when request is a checkid_* request
+ response = request.answer(True)
+ # this will a signed 'openid.sreg.timezone' parameter to the response
+ # as well as a namespace declaration for the openid.sreg namespace
+ response.fields.setArg('http://openid.net/sreg/1.0 ', 'timezone', 'America/Los_Angeles')
+
+ There are helper modules for a number of extensions, including
+ L{Attribute Exchange<openid.extensions.ax>},
+ L{PAPE<openid.extensions.pape>}, and
+ L{Simple Registration<openid.extensions.sreg>} in the L{openid.extensions}
+ package.
+
+Stores
+======
+
+ The OpenID server needs to maintain state between requests in order
+ to function. Its mechanism for doing this is called a store. The
+ store interface is defined in C{L{openid.store.interface.OpenIDStore}}.
+ Additionally, several concrete store implementations are provided, so that
+ most sites won't need to implement a custom store. For a store backed
+ by flat files on disk, see C{L{openid.store.filestore.FileOpenIDStore}}.
+ For stores based on MySQL or SQLite, see the C{L{openid.store.sqlstore}}
+ module.
+
+
+Upgrading
+=========
+
+From 1.0 to 1.1
+---------------
+
+ The keys by which a server looks up associations in its store have changed
+ in version 1.2 of this library. If your store has entries created from
+ version 1.0 code, you should empty it.
+
+From 1.1 to 2.0
+---------------
+
+ One of the additions to the OpenID protocol was a specified nonce
+ format for one-way nonces. As a result, the nonce table in the store
+ has changed. You'll need to run contrib/upgrade-store-1.1-to-2.0 to
+ upgrade your store, or you'll encounter errors about the wrong number
+ of columns in the oid_nonces table.
+
+ If you've written your own custom store or code that interacts
+ directly with it, you'll need to review the change notes in
+ L{openid.store.interface}.
+
+@group Requests: OpenIDRequest, AssociateRequest, CheckIDRequest,
+ CheckAuthRequest
+
+@group Responses: OpenIDResponse
+
+@group HTTP Codes: HTTP_OK, HTTP_REDIRECT, HTTP_ERROR
+
+@group Response Encodings: ENCODE_KVFORM, ENCODE_HTML_FORM, ENCODE_URL
+"""
+
+import time, warnings
+import logging
+from copy import deepcopy
+
+from openid import cryptutil
+from openid import oidutil
+from openid import kvform
+from openid.dh import DiffieHellman
+from openid.store.nonce import mkNonce
+from openid.server.trustroot import TrustRoot, verifyReturnTo
+from openid.association import Association, default_negotiator, getSecretSize
+from openid.message import Message, InvalidOpenIDNamespace, \
+ OPENID_NS, OPENID2_NS, IDENTIFIER_SELECT, OPENID1_URL_LIMIT
+from openid.urinorm import urinorm
+
+HTTP_OK = 200
+HTTP_REDIRECT = 302
+HTTP_ERROR = 400
+
+BROWSER_REQUEST_MODES = ['checkid_setup', 'checkid_immediate']
+
+ENCODE_KVFORM = ('kvform',)
+ENCODE_URL = ('URL/redirect',)
+ENCODE_HTML_FORM = ('HTML form',)
+
+UNUSED = None
+
+class OpenIDRequest(object):
+ """I represent an incoming OpenID request.
+
+ @cvar mode: the C{X{openid.mode}} of this request.
+ @type mode: str
+ """
+ mode = None
+
+
+class CheckAuthRequest(OpenIDRequest):
+ """A request to verify the validity of a previous response.
+
+ @cvar mode: "X{C{check_authentication}}"
+ @type mode: str
+
+ @ivar assoc_handle: The X{association handle} the response was signed with.
+ @type assoc_handle: str
+ @ivar signed: The message with the signature which wants checking.
+ @type signed: L{Message}
+
+ @ivar invalidate_handle: An X{association handle} the client is asking
+ about the validity of. Optional, may be C{None}.
+ @type invalidate_handle: str
+
+ @see: U{OpenID Specs, Mode: check_authentication
+ <http://openid.net/specs.bml#mode-check_authentication >}
+ """
+ mode = "check_authentication"
+
+ required_fields = ["identity", "return_to", "response_nonce"]
+
+ def __init__(self, assoc_handle, signed, invalidate_handle=None):
+ """Construct me.
+
+ These parameters are assigned directly as class attributes, see
+ my L{class documentation<CheckAuthRequest>} for their descriptions.
+
+ @type assoc_handle: str
+ @type signed: L{Message}
+ @type invalidate_handle: str
+ """
+ self.assoc_handle = assoc_handle
+ self.signed = signed
+ self.invalidate_handle = invalidate_handle
+ self.namespace = OPENID2_NS
+
+
+ def fromMessage(klass, message, op_endpoint=UNUSED):
+ """Construct me from an OpenID Message.
+
+ @param message: An OpenID check_authentication Message
+ @type message: L{openid.message.Message}
+
+ @returntype: L{CheckAuthRequest}
+ """
+ self = klass.__new__(klass)
+ self.message = message
+ self.namespace = message.getOpenIDNamespace()
+ self.assoc_handle = message.getArg(OPENID_NS, 'assoc_handle')
+ self.sig = message.getArg(OPENID_NS, 'sig')
+
+ if (self.assoc_handle is None or
+ self.sig is None):
+ fmt = "%s request missing required parameter from message %s"
+ raise ProtocolError(
+ message, text=fmt % (self.mode, message))
+
+ self.invalidate_handle = message.getArg(OPENID_NS, 'invalidate_handle')
+
+ self.signed = message.copy()
+ # openid.mode is currently check_authentication because
+ # that's the mode of this request. But the signature
+ # was made on something with a different openid.mode.
+ # http://article.gmane.org/gmane.comp.web.openid.general/537
+ if self.signed.hasKey(OPENID_NS, "mode"):
+ self.signed.setArg(OPENID_NS, "mode", "id_res")
+
+ return self
+
+ fromMessage = classmethod(fromMessage)
+
+ def answer(self, signatory):
+ """Respond to this request.
+
+ Given a L{Signatory}, I can check the validity of the signature and
+ the X{C{invalidate_handle}}.
+
+ @param signatory: The L{Signatory} to use to check the signature.
+ @type signatory: L{Signatory}
+
+ @returns: A response with an X{C{is_valid}} (and, if
+ appropriate X{C{invalidate_handle}}) field.
+ @returntype: L{OpenIDResponse}
+ """
+ is_valid = signatory.verify(self.assoc_handle, self.signed)
+ # Now invalidate that assoc_handle so it this checkAuth message cannot
+ # be replayed.
+ signatory.invalidate(self.assoc_handle, dumb=True)
+ response = OpenIDResponse(self)
+ valid_str = (is_valid and "true") or "false"
+ response.fields.setArg(OPENID_NS, 'is_valid', valid_str)
+
+ if self.invalidate_handle:
+ assoc = signatory.getAssociation(self.invalidate_handle, dumb=False)
+ if not assoc:
+ response.fields.setArg(
+ OPENID_NS, 'invalidate_handle', self.invalidate_handle)
+ return response
+
+
+ def __str__(self):
+ if self.invalidate_handle:
+ ih = " invalidate? %r" % (self.invalidate_handle,)
+ else:
+ ih = ""
+ s = "<%s handle: %r sig: %r: signed: %r%s>" % (
+ self.__class__.__name__, self.assoc_handle,
+ self.sig, self.signed, ih)
+ return s
+
+
+class PlainTextServerSession(object):
+ """An object that knows how to handle association requests with no
+ session type.
+
+ @cvar session_type: The session_type for this association
+ session. There is no type defined for plain-text in the OpenID
+ specification, so we use 'no-encryption'.
+ @type session_type: str
+
+ @see: U{OpenID Specs, Mode: associate
+ <http://openid.net/specs.bml#mode-associate >}
+ @see: AssociateRequest
+ """
+ session_type = 'no-encryption'
+ allowed_assoc_types = ['HMAC-SHA1', 'HMAC-SHA256']
+
+ def fromMessage(cls, unused_request):
+ return cls()
+
+ fromMessage = classmethod(fromMessage)
+
+ def answer(self, secret):
+ return {'mac_key': oidutil.toBase64(secret)}
+
+
+class DiffieHellmanSHA1ServerSession(object):
+ """An object that knows how to handle association requests with the
+ Diffie-Hellman session type.
+
+ @cvar session_type: The session_type for this association
+ session.
+ @type session_type: str
+
+ @ivar dh: The Diffie-Hellman algorithm values for this request
+ @type dh: DiffieHellman
+
+ @ivar consumer_pubkey: The public key sent by the consumer in the
+ associate request
+ @type consumer_pubkey: long
+
+ @see: U{OpenID Specs, Mode: associate
+ <http://openid.net/specs.bml#mode-associate >}
+ @see: AssociateRequest
+ """
+ session_type = 'DH-SHA1'
+ hash_func = staticmethod(cryptutil.sha1)
+ allowed_assoc_types = ['HMAC-SHA1']
+
+ def __init__(self, dh, consumer_pubkey):
+ self.dh = dh
+ self.consumer_pubkey = consumer_pubkey
+
+ def fromMessage(cls, message):
+ """
+ @param message: The associate request message
+ @type message: openid.message.Message
+
+ @returntype: L{DiffieHellmanSHA1ServerSession}
+
+ @raises ProtocolError: When parameters required to establish the
+ session are missing.
+ """
+ dh_modulus = message.getArg(OPENID_NS, 'dh_modulus')
+ dh_gen = message.getArg(OPENID_NS, 'dh_gen')
+ if (dh_modulus is None and dh_gen is not None or
+ dh_gen is None and dh_modulus is not None):
+
+ if dh_modulus is None:
+ missing = 'modulus'
+ else:
+ missing = 'generator'
+
+ raise ProtocolError(message,
+ 'If non-default modulus or generator is '
+ 'supplied, both must be supplied. Missing %s'
+ % (missing,))
+
+ if dh_modulus or dh_gen:
+ dh_modulus = cryptutil.base64ToLong(dh_modulus)
+ dh_gen = cryptutil.base64ToLong(dh_gen)
+ dh = DiffieHellman(dh_modulus, dh_gen)
+ else:
+ dh = DiffieHellman.fromDefaults()
+
+ consumer_pubkey = message.getArg(OPENID_NS, 'dh_consumer_public')
+ if consumer_pubkey is None:
+ raise ProtocolError(message, "Public key for DH-SHA1 session "
+ "not found in message %s" % (message,))
+
+ consumer_pubkey = cryptutil.base64ToLong(consumer_pubkey)
+
+ return cls(dh, consumer_pubkey)
+
+ fromMessage = classmethod(fromMessage)
+
+ def answer(self, secret):
+ mac_key = self.dh.xorSecret(self.consumer_pubkey,
+ secret,
+ self.hash_func)
+ return {
+ 'dh_server_public': cryptutil.longToBase64(self.dh.public),
+ 'enc_mac_key': oidutil.toBase64(mac_key),
+ }
+
+class DiffieHellmanSHA256ServerSession(DiffieHellmanSHA1ServerSession):
+ session_type = 'DH-SHA256'
+ hash_func = staticmethod(cryptutil.sha256)
+ allowed_assoc_types = ['HMAC-SHA256']
+
+class AssociateRequest(OpenIDRequest):
+ """A request to establish an X{association}.
+
+ @cvar mode: "X{C{check_authentication}}"
+ @type mode: str
+
+ @ivar assoc_type: The type of association. The protocol currently only
+ defines one value for this, "X{C{HMAC-SHA1}}".
+ @type assoc_type: str
+
+ @ivar session: An object that knows how to handle association
+ requests of a certain type.
+
+ @see: U{OpenID Specs, Mode: associate
+ <http://openid.net/specs.bml#mode-associate >}
+ """
+
+ mode = "associate"
+
+ session_classes = {
+ 'no-encryption': PlainTextServerSession,
+ 'DH-SHA1': DiffieHellmanSHA1ServerSession,
+ 'DH-SHA256': DiffieHellmanSHA256ServerSession,
+ }
+
+ def __init__(self, session, assoc_type):
+ """Construct me.
+
+ The session is assigned directly as a class attribute. See my
+ L{class documentation<AssociateRequest>} for its description.
+ """
+ super(AssociateRequest, self).__init__()
+ self.session = session
+ self.assoc_type = assoc_type
+ self.namespace = OPENID2_NS
+
+
+ def fromMessage(klass, message, op_endpoint=UNUSED):
+ """Construct me from an OpenID Message.
+
+ @param message: The OpenID associate request
+ @type message: openid.message.Message
+
+ @returntype: L{AssociateRequest}
+ """
+ if message.isOpenID1():
+ session_type = message.getArg(OPENID_NS, 'session_type')
+ if session_type == 'no-encryption':
+ logging.warn('Received OpenID 1 request with a no-encryption '
+ 'assocaition session type. Continuing anyway.')
+ elif not session_type:
+ session_type = 'no-encryption'
+ else:
+ session_type = message.getArg(OPENID2_NS, 'session_type')
+ if session_type is None:
+ raise ProtocolError(message,
+ text="session_type missing from request")
+
+ try:
+ session_class = klass.session_classes[session_type]
+ except KeyError:
+ raise ProtocolError(message,
+ "Unknown session type %r" % (session_type,))
+
+ try:
+ session = session_class.fromMessage(message)
+ except ValueError, why:
+ raise ProtocolError(message, 'Error parsing %s session: %s' %
+ (session_class.session_type, why[0]))
+
+ assoc_type = message.getArg(OPENID_NS, 'assoc_type', 'HMAC-SHA1')
+ if assoc_type not in session.allowed_assoc_types:
+ fmt = 'Session type %s does not support association type %s'
+ raise ProtocolError(message, fmt % (session_type, assoc_type))
+
+ self = klass(session, assoc_type)
+ self.message = message
+ self.namespace = message.getOpenIDNamespace()
+ return self
+
+ fromMessage = classmethod(fromMessage)
+
+ def answer(self, assoc):
+ """Respond to this request with an X{association}.
+
+ @param assoc: The association to send back.
+ @type assoc: L{openid.association.Association}
+
+ @returns: A response with the association information, encrypted
+ to the consumer's X{public key} if appropriate.
+ @returntype: L{OpenIDResponse}
+ """
+ response = OpenIDResponse(self)
+ response.fields.updateArgs(OPENID_NS, {
+ 'expires_in': '%d' % (assoc.getExpiresIn(),),
+ 'assoc_type': self.assoc_type,
+ 'assoc_handle': assoc.handle,
+ })
+ response.fields.updateArgs(OPENID_NS,
+ self.session.answer(assoc.secret))
+
+ if not (self.session.session_type == 'no-encryption' and
+ self.message.isOpenID1()):
+ # The session type "no-encryption" did not have a name
+ # in OpenID v1, it was just omitted.
+ response.fields.setArg(
+ OPENID_NS, 'session_type', self.session.session_type)
+
+ return response
+
+ def answerUnsupported(self, message, preferred_association_type=None,
+ preferred_session_type=None):
+ """Respond to this request indicating that the association
+ type or association session type is not supported."""
+ if self.message.isOpenID1():
+ raise ProtocolError(self.message)
+
+ response = OpenIDResponse(self)
+ response.fields.setArg(OPENID_NS, 'error_code', 'unsupported-type')
+ response.fields.setArg(OPENID_NS, 'error', message)
+
+ if preferred_association_type:
+ response.fields.setArg(
+ OPENID_NS, 'assoc_type', preferred_association_type)
+
+ if preferred_session_type:
+ response.fields.setArg(
+ OPENID_NS, 'session_type', preferred_session_type)
+
+ return response
+
+class CheckIDRequest(OpenIDRequest):
+ """A request to confirm the identity of a user.
+
+ This class handles requests for openid modes X{C{checkid_immediate}}
+ and X{C{checkid_setup}}.
+
+ @cvar mode: "X{C{checkid_immediate}}" or "X{C{checkid_setup}}"
+ @type mode: str
+
+ @ivar immediate: Is this an immediate-mode request?
+ @type immediate: bool
+
+ @ivar identity: The OP-local identifier being checked.
+ @type identity: str
+
+ @ivar claimed_id: The claimed identifier. Not present in OpenID 1.x
+ messages.
+ @type claimed_id: str
+
+ @ivar trust_root: "Are you Frank?" asks the checkid request. "Who wants
+ to know?" C{trust_root}, that's who. This URL identifies the party
+ making the request, and the user will use that to make her decision
+ about what answer she trusts them to have. Referred to as "realm" in
+ OpenID 2.0.
+ @type trust_root: str
+
+ @ivar return_to: The URL to send the user agent back to to reply to this
+ request.
+ @type return_to: str
+
+ @ivar assoc_handle: Provided in smart mode requests, a handle for a
+ previously established association. C{None} for dumb mode requests.
+ @type assoc_handle: str
+ """
+
+ def __init__(self, identity, return_to, trust_root=None, immediate=False,
+ assoc_handle=None, op_endpoint=None, claimed_id=None):
+ """Construct me.
+
+ These parameters are assigned directly as class attributes, see
+ my L{class documentation<CheckIDRequest>} for their descriptions.
+
+ @raises MalformedReturnURL: When the C{return_to} URL is not a URL.
+ """
+ self.assoc_handle = assoc_handle
+ self.identity = identity
+ self.claimed_id = claimed_id or identity
+ self.return_to = return_to
+ self.trust_root = trust_root or return_to
+ self.op_endpoint = op_endpoint
+ assert self.op_endpoint is not None
+ if immediate:
+ self.immediate = True
+ self.mode = "checkid_immediate"
+ else:
+ self.immediate = False
+ self.mode = "checkid_setup"
+
+ if self.return_to is not None and \
+ not TrustRoot.parse(self.return_to):
+ raise MalformedReturnURL(None, self.return_to)
+ if not self.trustRootValid():
+ raise UntrustedReturnURL(None, self.return_to, self.trust_root)
+ self.message = None
+
+ def _getNamespace(self):
+ warnings.warn('The "namespace" attribute of CheckIDRequest objects '
+ 'is deprecated. Use "message.getOpenIDNamespace()" '
+ 'instead', DeprecationWarning, stacklevel=2)
+ return self.message.getOpenIDNamespace()
+
+ namespace = property(_getNamespace)
+
+ def fromMessage(klass, message, op_endpoint):
+ """Construct me from an OpenID message.
+
+ @raises ProtocolError: When not all required parameters are present
+ in the message.
+
+ @raises MalformedReturnURL: When the C{return_to} URL is not a URL.
+
+ @raises UntrustedReturnURL: When the C{return_to} URL is outside
+ the C{trust_root}.
+
+ @param message: An OpenID checkid_* request Message
+ @type message: openid.message.Message
+
+ @param op_endpoint: The endpoint URL of the server that this
+ message was sent to.
+ @type op_endpoint: str
+
+ @returntype: L{CheckIDRequest}
+ """
+ self = klass.__new__(klass)
+ self.message = message
+ self.op_endpoint = op_endpoint
+ mode = message.getArg(OPENID_NS, 'mode')
+ if mode == "checkid_immediate":
+ self.immediate = True
+ self.mode = "checkid_immediate"
+ else:
+ self.immediate = False
+ self.mode = "checkid_setup"
+
+ self.return_to = message.getArg(OPENID_NS, 'return_to')
+ if message.isOpenID1() and not self.return_to:
+ fmt = "Missing required field 'return_to' from %r"
+ raise ProtocolError(message, text=fmt % (message,))
+
+ self.identity = message.getArg(OPENID_NS, 'identity')
+ self.claimed_id = message.getArg(OPENID_NS, 'claimed_id')
+ if message.isOpenID1():
+ if self.identity is None:
+ s = "OpenID 1 message did not contain openid.identity"
+ raise ProtocolError(message, text=s)
+ else:
+ if self.identity and not self.claimed_id:
+ s = ("OpenID 2.0 message contained openid.identity but not "
+ "claimed_id")
+ raise ProtocolError(message, text=s)
+ elif self.claimed_id and not self.identity:
+ s = ("OpenID 2.0 message contained openid.claimed_id but not "
+ "identity")
+ raise ProtocolError(message, text=s)
+
+ # There's a case for making self.trust_root be a TrustRoot
+ # here. But if TrustRoot isn't currently part of the "public" API,
+ # I'm not sure it's worth doing.
+
+ if message.isOpenID1():
+ trust_root_param = 'trust_root'
+ else:
+ trust_root_param = 'realm'
+
+ # Using 'or' here is slightly different than sending a default
+ # argument to getArg, as it will treat no value and an empty
+ # string as equivalent.
+ self.trust_root = (message.getArg(OPENID_NS, trust_root_param)
+ or self.return_to)
+
+ if not message.isOpenID1():
+ if self.return_to is self.trust_root is None:
+ raise ProtocolError(message, "openid.realm required when " +
+ "openid.return_to absent")
+
+ self.assoc_handle = message.getArg(OPENID_NS, 'assoc_handle')
+
+ # Using TrustRoot.parse here is a bit misleading, as we're not
+ # parsing return_to as a trust root at all. However, valid URLs
+ # are valid trust roots, so we can use this to get an idea if it
+ # is a valid URL. Not all trust roots are valid return_to URLs,
+ # however (particularly ones with wildcards), so this is still a
+ # little sketchy.
+ if self.return_to is not None and \
+ not TrustRoot.parse(self.return_to):
+ raise MalformedReturnURL(message, self.return_to)
+
+ # I first thought that checking to see if the return_to is within
+ # the trust_root is premature here, a logic-not-decoding thing. But
+ # it was argued that this is really part of data validation. A
+ # request with an invalid trust_root/return_to is broken regardless of
+ # application, right?
+ if not self.trustRootValid():
+ raise UntrustedReturnURL(message, self.return_to, self.trust_root)
+
+ return self
+
+ fromMessage = classmethod(fromMessage)
+
+ def idSelect(self):
+ """Is the identifier to be selected by the IDP?
+
+ @returntype: bool
+ """
+ # So IDPs don't have to import the constant
+ return self.identity == IDENTIFIER_SELECT
+
+ def trustRootValid(self):
+ """Is my return_to under my trust_root?
+
+ @returntype: bool
+ """
+ if not self.trust_root:
+ return True
+ tr = TrustRoot.parse(self.trust_root)
+ if tr is None:
+ raise MalformedTrustRoot(self.message, self.trust_root)
+
+ if self.return_to is not None:
+ return tr.validateURL(self.return_to)
+ else:
+ return True
+
+ def returnToVerified(self):
+ """Does the relying party publish the return_to URL for this
+ response under the realm? It is up to the provider to set a
+ policy for what kinds of realms should be allowed. This
+ return_to URL verification reduces vulnerability to data-theft
+ attacks based on open proxies, cross-site-scripting, or open
+ redirectors.
+
+ This check should only be performed after making sure that the
+ return_to URL matches the realm.
+
+ @see: L{trustRootValid}
+
+ @raises openid.yadis.discover.DiscoveryFailure: if the realm
+ URL does not support Yadis discovery (and so does not
+ support the verification process).
+
+ @raises openid.fetchers.HTTPFetchingError: if the realm URL
+ is not reachable. When this is the case, the RP may be hosted
+ on the user's intranet.
+
+ @returntype: bool
+
+ @returns: True if the realm publishes a document with the
+ return_to URL listed
+
+ @since: 2.1.0
+ """
+ return verifyReturnTo(self.trust_root, self.return_to)
+
+ def answer(self, allow, server_url=None, identity=None, claimed_id=None):
+ """Respond to this request.
+
+ @param allow: Allow this user to claim this identity, and allow the
+ consumer to have this information?
+ @type allow: bool
+
+ @param server_url: DEPRECATED. Passing C{op_endpoint} to the
+ L{Server} constructor makes this optional.
+
+ When an OpenID 1.x immediate mode request does not succeed,
+ it gets back a URL where the request may be carried out
+ in a not-so-immediate fashion. Pass my URL in here (the
+ fully qualified address of this server's endpoint, i.e.
+ C{http://example.com/server} ), and I will use it as a base for the
+ URL for a new request.
+
+ Optional for requests where C{CheckIDRequest.immediate} is C{False}
+ or C{allow} is C{True}.
+
+ @type server_url: str
+
+ @param identity: The OP-local identifier to answer with. Only for use
+ when the relying party requested identifier selection.
+ @type identity: str or None
+
+ @param claimed_id: The claimed identifier to answer with, for use
+ with identifier selection in the case where the claimed identifier
+ and the OP-local identifier differ, i.e. when the claimed_id uses
+ delegation.
+
+ If C{identity} is provided but this is not, C{claimed_id} will
+ default to the value of C{identity}. When answering requests
+ that did not ask for identifier selection, the response
+ C{claimed_id} will default to that of the request.
+
+ This parameter is new in OpenID 2.0.
+ @type claimed_id: str or None
+
+ @returntype: L{OpenIDResponse}
+
+ @change: Version 2.0 deprecates C{server_url} and adds C{claimed_id}.
+
+ @raises NoReturnError: when I do not have a return_to.
+ """
+ assert self.message is not None
+
+ if not self.return_to:
+ raise NoReturnToError
+
+ if not server_url:
+ if not self.message.isOpenID1() and not self.op_endpoint:
+ # In other words, that warning I raised in Server.__init__?
+ # You should pay attention to it now.
+ raise RuntimeError("%s should be constructed with op_endpoint "
+ "to respond to OpenID 2.0 messages." %
+ (self,))
+ server_url = self.op_endpoint
+
+ if allow:
+ mode = 'id_res'
+ elif self.message.isOpenID1():
+ if self.immediate:
+ mode = 'id_res'
+ else:
+ mode = 'cancel'
+ else:
+ if self.immediate:
+ mode = 'setup_needed'
+ else:
+ mode = 'cancel'
+
+ response = OpenIDResponse(self)
+
+ if claimed_id and self.message.isOpenID1():
+ namespace = self.message.getOpenIDNamespace()
+ raise VersionError("claimed_id is new in OpenID 2.0 and not "
+ "available for %s" % (namespace,))
+
+ if allow:
+ if self.identity == IDENTIFIER_SELECT:
+ if not identity:
+ raise ValueError(
+ "This request uses IdP-driven identifier selection."
+ "You must supply an identifier in the response.")
+ response_identity = identity
+ response_claimed_id = claimed_id or identity
+
+ elif self.identity:
+ if identity and (self.identity != identity):
+ normalized_request_identity = urinorm(self.identity)
+ normalized_answer_identity = urinorm(identity)
+
+ if (normalized_request_identity !=
+ normalized_answer_identity):
+ raise ValueError(
+ "Request was for identity %r, cannot reply "
+ "with identity %r" % (self.identity, identity))
+
+ # The "identity" value in the response shall always be
+ # the same as that in the request, otherwise the RP is
+ # likely to not validate the response.
+ response_identity = self.identity
+ response_claimed_id = self.claimed_id
+ else:
+ if identity:
+ raise ValueError(
+ "This request specified no identity and you "
+ "supplied %r" % (identity,))
+ response_identity = None
+
+ if self.message.isOpenID1() and response_identity is None:
+ raise ValueError(
+ "Request was an OpenID 1 request, so response must "
+ "include an identifier."
+ )
+
+ response.fields.updateArgs(OPENID_NS, {
+ 'mode': mode,
+ 'return_to': self.return_to,
+ 'response_nonce': mkNonce(),
+ })
+
+ if server_url:
+ response.fields.setArg(OPENID_NS, 'op_endpoint', server_url)
+
+ if response_identity is not None:
+ response.fields.setArg(
+ OPENID_NS, 'identity', response_identity)
+ if self.message.isOpenID2():
+ response.fields.setArg(
+ OPENID_NS, 'claimed_id', response_claimed_id)
+ else:
+ response.fields.setArg(OPENID_NS, 'mode', mode)
+ if self.immediate:
+ if self.message.isOpenID1() and not server_url:
+ raise ValueError("setup_url is required for allow=False "
+ "in OpenID 1.x immediate mode.")
+ # Make a new request just like me, but with immediate=False.
+ setup_request = self.__class__(
+ self.identity, self.return_to, self.trust_root,
+ immediate=False, assoc_handle=self.assoc_handle,
+ op_endpoint=self.op_endpoint, claimed_id=self.claimed_id)
+
+ # XXX: This API is weird.
+ setup_request.message = self.message
+
+ setup_url = setup_request.encodeToURL(server_url)
+ response.fields.setArg(OPENID_NS, 'user_setup_url', setup_url)
+
+ return response
+
+
+ def encodeToURL(self, server_url):
+ """Encode this request as a URL to GET.
+
+ @param server_url: The URL of the OpenID server to make this request of.
+ @type server_url: str
+
+ @returntype: str
+
+ @raises NoReturnError: when I do not have a return_to.
+ """
+ if not self.return_to:
+ raise NoReturnToError
+
+ # Imported from the alternate reality where these classes are used
+ # in both the client and server code, so Requests are Encodable too.
+ # That's right, code imported from alternate realities all for the
+ # love of you, id_res/user_setup_url.
+ q = {'mode': self.mode,
+ 'identity': self.identity,
+ 'claimed_id': self.claimed_id,
+ 'return_to': self.return_to}
+ if self.trust_root:
+ if self.message.isOpenID1():
+ q['trust_root'] = self.trust_root
+ else:
+ q['realm'] = self.trust_root
+ if self.assoc_handle:
+ q['assoc_handle'] = self.assoc_handle
+
+ response = Message(self.message.getOpenIDNamespace())
+ response.updateArgs(OPENID_NS, q)
+ return response.toURL(server_url)
+
+
+ def getCancelURL(self):
+ """Get the URL to cancel this request.
+
+ Useful for creating a "Cancel" button on a web form so that operation
+ can be carried out directly without another trip through the server.
+
+ (Except you probably want to make another trip through the server so
+ that it knows that the user did make a decision. Or you could simulate
+ this method by doing C{.answer(False).encodeToURL()})
+
+ @returntype: str
+ @returns: The return_to URL with openid.mode = cancel.
+
+ @raises NoReturnError: when I do not have a return_to.
+ """
+ if not self.return_to:
+ raise NoReturnToError
+
+ if self.immediate:
+ raise ValueError("Cancel is not an appropriate response to "
+ "immediate mode requests.")
+
+ response = Message(self.message.getOpenIDNamespace())
+ response.setArg(OPENID_NS, 'mode', 'cancel')
+ return response.toURL(self.return_to)
+
+
+ def __repr__(self):
+ return '<%s id:%r im:%s tr:%r ah:%r>' % (self.__class__.__name__,
+ self.identity,
+ self.immediate,
+ self.trust_root,
+ self.assoc_handle)
+
+
+
+class OpenIDResponse(object):
+ """I am a response to an OpenID request.
+
+ @ivar request: The request I respond to.
+ @type request: L{OpenIDRequest}
+
+ @ivar fields: My parameters as a dictionary with each key mapping to
+ one value. Keys are parameter names with no leading "C{openid.}".
+ e.g. "C{identity}" and "C{mac_key}", never "C{openid.identity}".
+ @type fields: L{openid.message.Message}
+
+ @ivar signed: The names of the fields which should be signed.
+ @type signed: list of str
+ """
+
+ # Implementer's note: In a more symmetric client/server
+ # implementation, there would be more types of OpenIDResponse
+ # object and they would have validated attributes according to the
+ # type of response. But as it is, Response objects in a server are
+ # basically write-only, their only job is to go out over the wire,
+ # so this is just a loose wrapper around OpenIDResponse.fields.
+
+ def __init__(self, request):
+ """Make a response to an L{OpenIDRequest}.
+
+ @type request: L{OpenIDRequest}
+ """
+ self.request = request
+ self.fields = Message(request.namespace)
+
+ def __str__(self):
+ return "%s for %s: %s" % (
+ self.__class__.__name__,
+ self.request.__class__.__name__,
+ self.fields)
+
+
+ def toFormMarkup(self, form_tag_attrs=None):
+ """Returns the form markup for this response.
+
+ @param form_tag_attrs: Dictionary of attributes to be added to
+ the form tag. 'accept-charset' and 'enctype' have defaults
+ that can be overridden. If a value is supplied for
+ 'action' or 'method', it will be replaced.
+
+ @returntype: str
+
+ @since: 2.1.0
+ """
+ return self.fields.toFormMarkup(self.request.return_to,
+ form_tag_attrs=form_tag_attrs)
+
+ def toHTML(self, form_tag_attrs=None):
+ """Returns an HTML document that auto-submits the form markup
+ for this response.
+
+ @returntype: str
+
+ @see: toFormMarkup
+
+ @since: 2.1.?
+ """
+ return oidutil.autoSubmitHTML(self.toFormMarkup(form_tag_attrs))
+
+ def renderAsForm(self):
+ """Returns True if this response's encoding is
+ ENCODE_HTML_FORM. Convenience method for server authors.
+
+ @returntype: bool
+
+ @since: 2.1.0
+ """
+ return self.whichEncoding() == ENCODE_HTML_FORM
+
+
+ def needsSigning(self):
+ """Does this response require signing?
+
+ @returntype: bool
+ """
+ return self.fields.getArg(OPENID_NS, 'mode') == 'id_res'
+
+
+ # implements IEncodable
+
+ def whichEncoding(self):
+ """How should I be encoded?
+
+ @returns: one of ENCODE_URL, ENCODE_HTML_FORM, or ENCODE_KVFORM.
+
+ @change: 2.1.0 added the ENCODE_HTML_FORM response.
+ """
+ if self.request.mode in BROWSER_REQUEST_MODES:
+ do_post_trusts = ['http://taigastg.cloud.fedoraproject.org/ ',
+ 'http://taiga.cloud.fedoraproject.org/ ',
+ 'http://taiga.fedorainfracloud.org/ ',
+ 'http://taigastg.fedorainfracloud.org/ ']
+ if self.request.trust_root in do_post_trusts:
+ # Workaround, since too many clients don't follow the spec
+ return ENCODE_HTML_FORM
+ # This is more privacy friendly, as it leaks less user data
+ # with OpenID urls in referal
+ if self.fields.isOpenID1() and \
+ len(self.encodeToURL()) > OPENID1_URL_LIMIT:
+ return ENCODE_HTML_FORM
+ else:
+ return ENCODE_URL
+ else:
+ return ENCODE_KVFORM
+
+
+ def encodeToURL(self):
+ """Encode a response as a URL for the user agent to GET.
+
+ You will generally use this URL with a HTTP redirect.
+
+ @returns: A URL to direct the user agent back to.
+ @returntype: str
+ """
+ return self.fields.toURL(self.request.return_to)
+
+
+ def addExtension(self, extension_response):
+ """
+ Add an extension response to this response message.
+
+ @param extension_response: An object that implements the
+ extension interface for adding arguments to an OpenID
+ message.
+ @type extension_response: L{openid.extension}
+
+ @returntype: None
+ """
+ extension_response.toMessage(self.fields)
+
+
+ def encodeToKVForm(self):
+ """Encode a response in key-value colon/newline format.
+
+ This is a machine-readable format used to respond to messages which
+ came directly from the consumer and not through the user agent.
+
+ @see: OpenID Specs,
+ U{Key-Value Colon/Newline format<http://openid.net/specs.bml#keyvalue >}
+
+ @returntype: str
+ """
+ return self.fields.toKVForm()
+
+
+
+class WebResponse(object):
+ """I am a response to an OpenID request in terms a web server understands.
+
+ I generally come from an L{Encoder}, either directly or from
+ L{Server.encodeResponse}.
+
+ @ivar code: The HTTP code of this response.
+ @type code: int
+
+ @ivar headers: Headers to include in this response.
+ @type headers: dict
+
+ @ivar body: The body of this response.
+ @type body: str
+ """
+
+ def __init__(self, code=HTTP_OK, headers=None, body=""):
+ """Construct me.
+
+ These parameters are assigned directly as class attributes, see
+ my L{class documentation<WebResponse>} for their descriptions.
+ """
+ self.code = code
+ if headers is not None:
+ self.headers = headers
+ else:
+ self.headers = {}
+ self.body = body
+
+
+
+class Signatory(object):
+ """I sign things.
+
+ I also check signatures.
+
+ All my state is encapsulated in an
+ L{OpenIDStore<openid.store.interface.OpenIDStore>}, which means
+ I'm not generally pickleable but I am easy to reconstruct.
+
+ @cvar SECRET_LIFETIME: The number of seconds a secret remains valid.
+ @type SECRET_LIFETIME: int
+ """
+
+ SECRET_LIFETIME = 14 * 24 * 60 * 60 # 14 days, in seconds
+
+ # keys have a bogus server URL in them because the filestore
+ # really does expect that key to be a URL. This seems a little
+ # silly for the server store, since I expect there to be only one
+ # server URL.
+ _normal_key = 'http://localhost/|normal '
+ _dumb_key = 'http://localhost/|dumb '
+
+
+ def __init__(self, store):
+ """Create a new Signatory.
+
+ @param store: The back-end where my associations are stored.
+ @type store: L{openid.store.interface.OpenIDStore}
+ """
+ assert store is not None
+ self.store = store
+
+
+ def verify(self, assoc_handle, message):
+ """Verify that the signature for some data is valid.
+
+ @param assoc_handle: The handle of the association used to sign the
+ data.
+ @type assoc_handle: str
+
+ @param message: The signed message to verify
+ @type message: openid.message.Message
+
+ @returns: C{True} if the signature is valid, C{False} if not.
+ @returntype: bool
+ """
+ assoc = self.getAssociation(assoc_handle, dumb=True)
+ if not assoc:
+ logging.error("failed to get assoc with handle %r to verify "
+ "message %r"
+ % (assoc_handle, message))
+ return False
+
+ try:
+ valid = assoc.checkMessageSignature(message)
+ except ValueError, ex:
+ logging.exception("Error in verifying %s with %s: %s" % (message,
+ assoc,
+ ex))
+ return False
+ return valid
+
+
+ def sign(self, response):
+ """Sign a response.
+
+ I take a L{OpenIDResponse}, create a signature for everything
+ in its L{signed<OpenIDResponse.signed>} list, and return a new
+ copy of the response object with that signature included.
+
+ @param response: A response to sign.
+ @type response: L{OpenIDResponse}
+
+ @returns: A signed copy of the response.
+ @returntype: L{OpenIDResponse}
+ """
+ signed_response = deepcopy(response)
+ assoc_handle = response.request.assoc_handle
+ if assoc_handle:
+ # normal mode
+ # disabling expiration check because even if the association
+ # is expired, we still need to know some properties of the
+ # association so that we may preserve those properties when
+ # creating the fallback association.
+ assoc = self.getAssociation(assoc_handle, dumb=False,
+ checkExpiration=False)
+
+ if not assoc or assoc.expiresIn <= 0:
+ # fall back to dumb mode
+ signed_response.fields.setArg(
+ OPENID_NS, 'invalidate_handle', assoc_handle)
+ assoc_type = assoc and assoc.assoc_type or 'HMAC-SHA1'
+ if assoc and assoc.expiresIn <= 0:
+ # now do the clean-up that the disabled checkExpiration
+ # code didn't get to do.
+ self.invalidate(assoc_handle, dumb=False)
+ assoc = self.createAssociation(dumb=True, assoc_type=assoc_type)
+ else:
+ # dumb mode.
+ assoc = self.createAssociation(dumb=True)
+
+ try:
+ signed_response.fields = assoc.signMessage(signed_response.fields)
+ except kvform.KVFormError, err:
+ raise EncodingError(response, explanation=str(err))
+ return signed_response
+
+
+ def createAssociation(self, dumb=True, assoc_type='HMAC-SHA1'):
+ """Make a new association.
+
+ @param dumb: Is this association for a dumb-mode transaction?
+ @type dumb: bool
+
+ @param assoc_type: The type of association to create. Currently
+ there is only one type defined, C{HMAC-SHA1}.
+ @type assoc_type: str
+
+ @returns: the new association.
+ @returntype: L{openid.association.Association}
+ """
+ secret = cryptutil.getBytes(getSecretSize(assoc_type))
+ uniq = oidutil.toBase64(cryptutil.getBytes(4))
+ handle = '{%s}{%x}{%s}' % (assoc_type, int(time.time()), uniq)
+
+ assoc = Association.fromExpiresIn(
+ self.SECRET_LIFETIME, handle, secret, assoc_type)
+
+ if dumb:
+ key = self._dumb_key
+ else:
+ key = self._normal_key
+ self.store.storeAssociation(key, assoc)
+ return assoc
+
+
+ def getAssociation(self, assoc_handle, dumb, checkExpiration=True):
+ """Get the association with the specified handle.
+
+ @type assoc_handle: str
+
+ @param dumb: Is this association used with dumb mode?
+ @type dumb: bool
+
+ @returns: the association, or None if no valid association with that
+ handle was found.
+ @returntype: L{openid.association.Association}
+ """
+ # Hmm. We've created an interface that deals almost entirely with
+ # assoc_handles. The only place outside the Signatory that uses this
+ # (and thus the only place that ever sees Association objects) is
+ # when creating a response to an association request, as it must have
+ # the association's secret.
+
+ if assoc_handle is None:
+ raise ValueError("assoc_handle must not be None")
+
+ if dumb:
+ key = self._dumb_key
+ else:
+ key = self._normal_key
+ assoc = self.store.getAssociation(key, assoc_handle)
+ if assoc is not None and assoc.expiresIn <= 0:
+ logging.info("requested %sdumb key %r is expired (by %s seconds)" %
+ ((not dumb) and 'not-' or '',
+ assoc_handle, assoc.expiresIn))
+ if checkExpiration:
+ self.store.removeAssociation(key, assoc_handle)
+ assoc = None
+ return assoc
+
+
+ def invalidate(self, assoc_handle, dumb):
+ """Invalidates the association with the given handle.
+
+ @type assoc_handle: str
+
+ @param dumb: Is this association used with dumb mode?
+ @type dumb: bool
+ """
+ if dumb:
+ key = self._dumb_key
+ else:
+ key = self._normal_key
+ self.store.removeAssociation(key, assoc_handle)
+
+
+
+class Encoder(object):
+ """I encode responses in to L{WebResponses<WebResponse>}.
+
+ If you don't like L{WebResponses<WebResponse>}, you can do
+ your own handling of L{OpenIDResponses<OpenIDResponse>} with
+ L{OpenIDResponse.whichEncoding}, L{OpenIDResponse.encodeToURL}, and
+ L{OpenIDResponse.encodeToKVForm}.
+ """
+
+ responseFactory = WebResponse
+
+
+ def encode(self, response):
+ """Encode a response to a L{WebResponse}.
+
+ @raises EncodingError: When I can't figure out how to encode this
+ message.
+ """
+ encode_as = response.whichEncoding()
+ if encode_as == ENCODE_KVFORM:
+ wr = self.responseFactory(body=response.encodeToKVForm())
+ if isinstance(response, Exception):
+ wr.code = HTTP_ERROR
+ elif encode_as == ENCODE_URL:
+ location = response.encodeToURL()
+ wr = self.responseFactory(code=HTTP_REDIRECT,
+ headers={'location': location})
+ elif encode_as == ENCODE_HTML_FORM:
+ wr = self.responseFactory(code=HTTP_OK,
+ body=response.toHTML())
+ else:
+ # Can't encode this to a protocol message. You should probably
+ # render it to HTML and show it to the user.
+ raise EncodingError(response)
+ return wr
+
+
+
+class SigningEncoder(Encoder):
+ """I encode responses in to L{WebResponses<WebResponse>}, signing them when required.
+ """
+
+ def __init__(self, signatory):
+ """Create a L{SigningEncoder}.
+
+ @param signatory: The L{Signatory} I will make signatures with.
+ @type signatory: L{Signatory}
+ """
+ self.signatory = signatory
+
+
+ def encode(self, response):
+ """Encode a response to a L{WebResponse}, signing it first if appropriate.
+
+ @raises EncodingError: When I can't figure out how to encode this
+ message.
+
+ @raises AlreadySigned: When this response is already signed.
+
+ @returntype: L{WebResponse}
+ """
+ # the isinstance is a bit of a kludge... it means there isn't really
+ # an adapter to make the interfaces quite match.
+ if (not isinstance(response, Exception)) and response.needsSigning():
+ if not self.signatory:
+ raise ValueError(
+ "Must have a store to sign this request: %s" %
+ (response,), response)
+ if response.fields.hasKey(OPENID_NS, 'sig'):
+ raise AlreadySigned(response)
+ response = self.signatory.sign(response)
+ return super(SigningEncoder, self).encode(response)
+
+
+
+class Decoder(object):
+ """I decode an incoming web request in to a L{OpenIDRequest}.
+ """
+
+ _handlers = {
+ 'checkid_setup': CheckIDRequest.fromMessage,
+ 'checkid_immediate': CheckIDRequest.fromMessage,
+ 'check_authentication': CheckAuthRequest.fromMessage,
+ 'associate': AssociateRequest.fromMessage,
+ }
+
+ def __init__(self, server):
+ """Construct a Decoder.
+
+ @param server: The server which I am decoding requests for.
+ (Necessary because some replies reference their server.)
+ @type server: L{Server}
+ """
+ self.server = server
+
+ def decode(self, query):
+ """I transform query parameters into an L{OpenIDRequest}.
+
+ If the query does not seem to be an OpenID request at all, I return
+ C{None}.
+
+ @param query: The query parameters as a dictionary with each
+ key mapping to one value.
+ @type query: dict
+
+ @raises ProtocolError: When the query does not seem to be a valid
+ OpenID request.
+
+ @returntype: L{OpenIDRequest}
+ """
+ if not query:
+ return None
+
+ try:
+ message = Message.fromPostArgs(query)
+ except InvalidOpenIDNamespace, err:
+ # It's useful to have a Message attached to a ProtocolError, so we
+ # override the bad ns value to build a Message out of it. Kinda
+ # kludgy, since it's made of lies, but the parts that aren't lies
+ # are more useful than a 'None'.
+ query = query.copy()
+ query['openid.ns'] = OPENID2_NS
+ message = Message.fromPostArgs(query)
+ raise ProtocolError(message, str(err))
+
+ mode = message.getArg(OPENID_NS, 'mode')
+ if not mode:
+ fmt = "No mode value in message %s"
+ raise ProtocolError(message, text=fmt % (message,))
+
+ handler = self._handlers.get(mode, self.defaultDecoder)
+ return handler(message, self.server.op_endpoint)
+
+
+ def defaultDecoder(self, message, server):
+ """Called to decode queries when no handler for that mode is found.
+
+ @raises ProtocolError: This implementation always raises
+ L{ProtocolError}.
+ """
+ mode = message.getArg(OPENID_NS, 'mode')
+ fmt = "Unrecognized OpenID mode %r"
+ raise ProtocolError(message, text=fmt % (mode,))
+
+
+
+class Server(object):
+ """I handle requests for an OpenID server.
+
+ Some types of requests (those which are not C{checkid} requests) may be
+ handed to my L{handleRequest} method, and I will take care of it and
+ return a response.
+
+ For your convenience, I also provide an interface to L{Decoder.decode}
+ and L{SigningEncoder.encode} through my methods L{decodeRequest} and
+ L{encodeResponse}.
+
+ All my state is encapsulated in an
+ L{OpenIDStore<openid.store.interface.OpenIDStore>}, which means
+ I'm not generally pickleable but I am easy to reconstruct.
+
+ Example::
+
+ oserver = Server(FileOpenIDStore(data_path), "http://example.com/op ")
+ request = oserver.decodeRequest(query)
+ if request.mode in ['checkid_immediate', 'checkid_setup']:
+ if self.isAuthorized(request.identity, request.trust_root):
+ response = request.answer(True)
+ elif request.immediate:
+ response = request.answer(False)
+ else:
+ self.showDecidePage(request)
+ return
+ else:
+ response = oserver.handleRequest(request)
+
+ webresponse = oserver.encode(response)
+
+ @ivar signatory: I'm using this for associate requests and to sign things.
+ @type signatory: L{Signatory}
+
+ @ivar decoder: I'm using this to decode things.
+ @type decoder: L{Decoder}
+
+ @ivar encoder: I'm using this to encode things.
+ @type encoder: L{Encoder}
+
+ @ivar op_endpoint: My URL.
+ @type op_endpoint: str
+
+ @ivar negotiator: I use this to determine which kinds of
+ associations I can make and how.
+ @type negotiator: L{openid.association.SessionNegotiator}
+ """
+
+ def __init__(
+ self,
+ store,
+ op_endpoint=None,
+ signatoryClass=Signatory,
+ encoderClass=SigningEncoder,
+ decoderClass=Decoder):
+ """A new L{Server}.
+
+ @param store: The back-end where my associations are stored.
+ @type store: L{openid.store.interface.OpenIDStore}
+
+ @param op_endpoint: My URL, the fully qualified address of this
+ server's endpoint, i.e. C{http://example.com/server}
+ @type op_endpoint: str
+
+ @change: C{op_endpoint} is new in library version 2.0. It
+ currently defaults to C{None} for compatibility with
+ earlier versions of the library, but you must provide it
+ if you want to respond to any version 2 OpenID requests.
+ """
+ self.store = store
+ self.signatory = signatoryClass(self.store)
+ self.encoder = encoderClass(self.signatory)
+ self.decoder = decoderClass(self)
+ self.negotiator = default_negotiator.copy()
+
+ if not op_endpoint:
+ warnings.warn("%s.%s constructor requires op_endpoint parameter "
+ "for OpenID 2.0 servers" %
+ (self.__class__.__module__, self.__class__.__name__),
+ stacklevel=2)
+ self.op_endpoint = op_endpoint
+
+
+ def handleRequest(self, request):
+ """Handle a request.
+
+ Give me a request, I will give you a response. Unless it's a type
+ of request I cannot handle myself, in which case I will raise
+ C{NotImplementedError}. In that case, you can handle it yourself,
+ or add a method to me for handling that request type.
+
+ @raises NotImplementedError: When I do not have a handler defined
+ for that type of request.
+
+ @returntype: L{OpenIDResponse}
+ """
+ handler = getattr(self, 'openid_' + request.mode, None)
+ if handler is not None:
+ return handler(request)
+ else:
+ raise NotImplementedError(
+ "%s has no handler for a request of mode %r." %
+ (self, request.mode))
+
+
+ def openid_check_authentication(self, request):
+ """Handle and respond to C{check_authentication} requests.
+
+ @returntype: L{OpenIDResponse}
+ """
+ return request.answer(self.signatory)
+
+
+ def openid_associate(self, request):
+ """Handle and respond to C{associate} requests.
+
+ @returntype: L{OpenIDResponse}
+ """
+ # XXX: TESTME
+ assoc_type = request.assoc_type
+ session_type = request.session.session_type
+ if self.negotiator.isAllowed(assoc_type, session_type):
+ assoc = self.signatory.createAssociation(dumb=False,
+ assoc_type=assoc_type)
+ return request.answer(assoc)
+ else:
+ message = ('Association type %r is not supported with '
+ 'session type %r' % (assoc_type, session_type))
+ (preferred_assoc_type, preferred_session_type) = \
+ self.negotiator.getAllowedType()
+ return request.answerUnsupported(
+ message,
+ preferred_assoc_type,
+ preferred_session_type)
+
+
+ def decodeRequest(self, query):
+ """Transform query parameters into an L{OpenIDRequest}.
+
+ If the query does not seem to be an OpenID request at all, I return
+ C{None}.
+
+ @param query: The query parameters as a dictionary with each
+ key mapping to one value.
+ @type query: dict
+
+ @raises ProtocolError: When the query does not seem to be a valid
+ OpenID request.
+
+ @returntype: L{OpenIDRequest}
+
+ @see: L{Decoder.decode}
+ """
+ return self.decoder.decode(query)
+
+
+ def encodeResponse(self, response):
+ """Encode a response to a L{WebResponse}, signing it first if appropriate.
+
+ @raises EncodingError: When I can't figure out how to encode this
+ message.
+
+ @raises AlreadySigned: When this response is already signed.
+
+ @returntype: L{WebResponse}
+
+ @see: L{SigningEncoder.encode}
+ """
+ return self.encoder.encode(response)
+
+
+
+class ProtocolError(Exception):
+ """A message did not conform to the OpenID protocol.
+
+ @ivar message: The query that is failing to be a valid OpenID request.
+ @type message: openid.message.Message
+ """
+
+ def __init__(self, message, text=None, reference=None, contact=None):
+ """When an error occurs.
+
+ @param message: The message that is failing to be a valid
+ OpenID request.
+ @type message: openid.message.Message
+
+ @param text: A message about the encountered error. Set as C{args[0]}.
+ @type text: str
+ """
+ self.openid_message = message
+ self.reference = reference
+ self.contact = contact
+ assert type(message) not in [str, unicode]
+ Exception.__init__(self, text)
+
+
+ def getReturnTo(self):
+ """Get the return_to argument from the request, if any.
+
+ @returntype: str
+ """
+ if self.openid_message is None:
+ return None
+ else:
+ return self.openid_message.getArg(OPENID_NS, 'return_to')
+
+ def hasReturnTo(self):
+ """Did this request have a return_to parameter?
+
+ @returntype: bool
+ """
+ return self.getReturnTo() is not None
+
+ def toMessage(self):
+ """Generate a Message object for sending to the relying party,
+ after encoding.
+ """
+ namespace = self.openid_message.getOpenIDNamespace()
+ reply = Message(namespace)
+ reply.setArg(OPENID_NS, 'mode', 'error')
+ reply.setArg(OPENID_NS, 'error', str(self))
+
+ if self.contact is not None:
+ reply.setArg(OPENID_NS, 'contact', str(self.contact))
+
+ if self.reference is not None:
+ reply.setArg(OPENID_NS, 'reference', str(self.reference))
+
+ return reply
+
+ # implements IEncodable
+
+ def encodeToURL(self):
+ return self.toMessage().toURL(self.getReturnTo())
+
+ def encodeToKVForm(self):
+ return self.toMessage().toKVForm()
+
+ def toFormMarkup(self):
+ """Encode to HTML form markup for POST.
+
+ @since: 2.1.0
+ """
+ return self.toMessage().toFormMarkup(self.getReturnTo())
+
+ def toHTML(self):
+ """Encode to a full HTML page, wrapping the form markup in a page
+ that will autosubmit the form.
+
+ @since: 2.1.?
+ """
+ return oidutil.autoSubmitHTML(self.toFormMarkup())
+
+ def whichEncoding(self):
+ """How should I be encoded?
+
+ @returns: one of ENCODE_URL, ENCODE_KVFORM, or None. If None,
+ I cannot be encoded as a protocol message and should be
+ displayed to the user.
+ """
+ if self.hasReturnTo():
+ if self.openid_message.isOpenID1() and \
+ len(self.encodeToURL()) > OPENID1_URL_LIMIT:
+ return ENCODE_HTML_FORM
+ else:
+ return ENCODE_URL
+
+ if self.openid_message is None:
+ return None
+
+ mode = self.openid_message.getArg(OPENID_NS, 'mode')
+ if mode:
+ if mode not in BROWSER_REQUEST_MODES:
+ return ENCODE_KVFORM
+
+ # According to the OpenID spec as of this writing, we are probably
+ # supposed to switch on request type here (GET versus POST) to figure
+ # out if we're supposed to print machine-readable or human-readable
+ # content at this point. GET/POST seems like a pretty lousy way of
+ # making the distinction though, as it's just as possible that the
+ # user agent could have mistakenly been directed to post to the
+ # server URL.
+
+ # Basically, if your request was so broken that you didn't manage to
+ # include an openid.mode, I'm not going to worry too much about
+ # returning you something you can't parse.
+ return None
+
+
+
+class VersionError(Exception):
+ """Raised when an operation was attempted that is not compatible with
+ the protocol version being used."""
+
+
+
+class NoReturnToError(Exception):
+ """Raised when a response to a request cannot be generated because
+ the request contains no return_to URL.
+ """
+ pass
+
+
+
+class EncodingError(Exception):
+ """Could not encode this as a protocol message.
+
+ You should probably render it and show it to the user.
+
+ @ivar response: The response that failed to encode.
+ @type response: L{OpenIDResponse}
+ """
+
+ def __init__(self, response, explanation=None):
+ Exception.__init__(self, response)
+ self.response = response
+ self.explanation = explanation
+
+ def __str__(self):
+ if self.explanation:
+ s = '%s: %s' % (self.__class__.__name__,
+ self.explanation)
+ else:
+ s = '%s for Response %s' % (
+ self.__class__.__name__, self.response)
+ return s
+
+
+class AlreadySigned(EncodingError):
+ """This response is already signed."""
+
+
+
+class UntrustedReturnURL(ProtocolError):
+ """A return_to is outside the trust_root."""
+
+ def __init__(self, message, return_to, trust_root):
+ ProtocolError.__init__(self, message)
+ self.return_to = return_to
+ self.trust_root = trust_root
+
+ def __str__(self):
+ return "return_to %r not under trust_root %r" % (self.return_to,
+ self.trust_root)
+
+
+class MalformedReturnURL(ProtocolError):
+ """The return_to URL doesn't look like a valid URL."""
+ def __init__(self, openid_message, return_to):
+ self.return_to = return_to
+ ProtocolError.__init__(self, openid_message)
+
+
+
+class MalformedTrustRoot(ProtocolError):
+ """The trust root is not well-formed.
+
+ @see: OpenID Specs, U{openid.trust_root<http://openid.net/specs.bml#mode-checkid_immediate >}
+ """
+ pass
+
+
+#class IEncodable: # Interface
+# def encodeToURL(return_to):
+# """Encode a response as a URL for redirection.
+#
+# @returns: A URL to direct the user agent back to.
+# @returntype: str
+# """
+# pass
+#
+# def encodeToKvform():
+# """Encode a response in key-value colon/newline format.
+#
+# This is a machine-readable format used to respond to messages which
+# came directly from the consumer and not through the user agent.
+#
+# @see: OpenID Specs,
+# U{Key-Value Colon/Newline format<http://openid.net/specs.bml#keyvalue >}
+#
+# @returntype: str
+# """
+# pass
+#
+# def whichEncoding():
+# """How should I be encoded?
+#
+# @returns: one of ENCODE_URL, ENCODE_KVFORM, or None. If None,
+# I cannot be encoded as a protocol message and should be
+# displayed to the user.
+# """
+# pass
diff --git a/roles/ipsilon/files/persona.pem b/roles/ipsilon/files/persona.pem
new file mode 100644
index 0000000..d4b78d1
--- /dev/null
+++ b/roles/ipsilon/files/persona.pem
@@ -0,0 +1,35 @@
+-----BEGIN CERTIFICATE-----
+MIIGATCCA+mgAwIBAgIJAItwdKPu0brEMA0GCSqGSIb3DQEBCwUAMIGWMQswCQYD
+VQQGEwJGUjEPMA0GA1UECAwGRnJhbmNlMQ4wDAYDVQQHDAVQYXJpczETMBEGA1UE
+CgwKUlBNIEZ1c2lvbjETMBEGA1UECwwKQ0EgaXBzaWxvbjEZMBcGA1UEAwwQaWQu
+cnBtZnVzaW9uLm9yZzEhMB8GCSqGSIb3DQEJARYScm9vdEBycG1mdXNpb24ub3Jn
+MB4XDTE2MDgwMjEzNDk1OVoXDTE2MDgzMTEzNDk1OVowgZYxCzAJBgNVBAYTAkZS
+MQ8wDQYDVQQIDAZGcmFuY2UxDjAMBgNVBAcMBVBhcmlzMRMwEQYDVQQKDApSUE0g
+RnVzaW9uMRMwEQYDVQQLDApDQSBpcHNpbG9uMRkwFwYDVQQDDBBpZC5ycG1mdXNp
+b24ub3JnMSEwHwYJKoZIhvcNAQkBFhJyb290QHJwbWZ1c2lvbi5vcmcwggIiMA0G
+CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDC0XqfpTo2I0JSzFPx5ECCo03A5LJX
+h24hFDfQklf3Q3ma70XePfd05sJtYjqee75fTQDbcXViPYdNd6VADJjaDN090KzI
+7/0Pbg6jet8cNqDSZ7dNloYZzwUgYvxZ3xQLAdMa+XwRjkgJ/nPlkZvlPnpzpteF
+HLiyMl3vm4GjScBblsbyWWZoPVnXMcGfF9Hw7qjVnIGCKiGM2juUarDoHJAWg77L
+yUD8xMR8r/xGG7igMG2i9mj4SGKo4VQ7+C/gM9LeKDa9uayL9VUs3RI/tOLXnqZS
+EqY8G/jkgLHaEE0ngvM1CC/YhhUC7EvrCvyXjjYO/xik4Z+Ryvd6nD9oK98HZbyP
+o1g58MWNFEDZStXbSvRZ4feUsH+t1rRZDOwJgEubxqVwMx0nq5rru2WsWep1Kmsb
++Sur0YWnGmWBQDZdwkuSME1PtqfVlUrMmgeNK0W6lyFT0QoVCPZcHBKqixXHhaEG
+9CM6bl2YvtyWOKiQHEpePZ1x1FjGJ2AApIVaajPA60vJIGoEURuG40eeuH329AE4
+aRDIyKw664WzrvmeI+AgbG6aAlG8ie4MwEw0v69A4DqB2R7MyHax9ClaQEOZfOZe
+n3a/fJS0N2tqDMhzFciSBPaGAbuVY6UXxGX4o/59rIW8pay8xJmaSKtcYLk1+uuq
+jjDLmE0WeFQvIwIDAQABo1AwTjAdBgNVHQ4EFgQUmr15+cPNEjLpRQpMwjvuZI2b
+yUwwHwYDVR0jBBgwFoAUmr15+cPNEjLpRQpMwjvuZI2byUwwDAYDVR0TBAUwAwEB
+/zANBgkqhkiG9w0BAQsFAAOCAgEAHifKWTlNgjxLBbpDVfwrhZHLMIzA6nPB7+04
+3p1CGwvACKsvjnBchV9y2IsI9RFi3tZxXuSf1oEQvY7kZO+oEn8RvuP4p4KHixCZ
+BkRl9knCzda05+S9qUMJukssHM4i/HKJ/a7T5eGrLRI4ZANN/qsrNe0OUOT6sCfL
+uOeuYm0/gUUdCX+S2rI6h6N1vEzPY8ADT66a7VuMlBbpcoC0R6ppNYUOurT+mulJ
+uc+nZnixdfq1SXYi7Ey/x1j1fAbEnynddz4jqTN+6DixOuFHMs+tYKKbwQBUyOui
+LbseqnXSuKV2/PakznLFER4gCEDbZK2O2eJUkPNAjspuaeLijUsWCWpVnolxSoSq
+tcNRK/tQvp6kndBoMf79grX07UY+4O/GoaPlzs3qPlFuR/RYYID2s75c+BMZnSh9
+piInNTnw+KqZKtVD28RjGcHwREVPmsfiEUXkwZZO9/4WPLUdkRIsKdbIT6tFSzu6
+aCIGVM5csXQWKTAfdKI18lGgfNHm/n7KE1aUZAj2IycMnCOO62xxBzKWigOnj+AT
+8xYDp+hYmQB0nKxPb8kAUjJBt7+QRQzmiFoiXEx8cQdTnjz0KsjjXp4HdVJjiepo
+ygHCB82hbWYa885ePwmNHG0NN2vLWz/93XHaS4eaCUyxPNN19hy3g+61n4ikUwJW
+wqoRV+0=
+-----END CERTIFICATE-----
diff --git a/roles/ipsilon/files/saml2.pem b/roles/ipsilon/files/saml2.pem
new file mode 100644
index 0000000..a07f535
--- /dev/null
+++ b/roles/ipsilon/files/saml2.pem
@@ -0,0 +1,35 @@
+-----BEGIN CERTIFICATE-----
+MIIGATCCA+mgAwIBAgIJANPph/tVbAzlMA0GCSqGSIb3DQEBCwUAMIGWMQswCQYD
+VQQGEwJGUjEPMA0GA1UECAwGRnJhbmNlMQ4wDAYDVQQHDAVQYXJpczETMBEGA1UE
+CgwKUlBNIEZ1c2lvbjETMBEGA1UECwwKQ0EgaXBzaWxvbjEZMBcGA1UEAwwQaWQu
+cnBtZnVzaW9uLm9yZzEhMB8GCSqGSIb3DQEJARYScm9vdEBycG1mdXNpb24ub3Jn
+MB4XDTE2MDgwMjEzNDYzMVoXDTE2MDgzMTEzNDYzMVowgZYxCzAJBgNVBAYTAkZS
+MQ8wDQYDVQQIDAZGcmFuY2UxDjAMBgNVBAcMBVBhcmlzMRMwEQYDVQQKDApSUE0g
+RnVzaW9uMRMwEQYDVQQLDApDQSBpcHNpbG9uMRkwFwYDVQQDDBBpZC5ycG1mdXNp
+b24ub3JnMSEwHwYJKoZIhvcNAQkBFhJyb290QHJwbWZ1c2lvbi5vcmcwggIiMA0G
+CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDAnR6HXXY4Ni6VnoJvKNd8EjVNg4b1
+3EQzD0mzEYn+6aO1D/i+2jcJrott9h7/XqnFbSltnjqxdw6sNnuprpesNAXV1gg9
+qqs7eHZaRCj6OP+XWntxbz+WaHPesHISoJZkjW2okMI2JZZqNeP/Gh1CM4dKgKNG
+n6kWcTtJ5eZJ+aZBgTJ+4V92Nq5f1V4GdmkTYpy8kIwuNoPTC9KNzZidHD71rHGy
+ByWvKnTsNRlBtyBaMp3hXcPgVw7fDrV+Hlz7jX2cEtjwiWiLuoAdrUKbQjK7zq5I
+/WdYp3Dh5nScUoUREtexg05DppnfV25qZ2z9B3NDks0J+/n3SUO2I6Nagx3nFQqd
+YNdMZQQwVxtHTjpl3qDc5CiV8/b2yj6evoEE4m/m80Brvwyg7qJOuxPLvOAGyH51
+/pLx5C1URZa9K8QZ7J6tOxnjlRKni7ABJd3Gp/l/GAdbXIJ9SkoTtem9BQhZnB6D
+CULRxD4zWX1dCiaP442Ier5uP4xeqtdU4YXfgpTnD6V8Z2E7ZLf7ml6Vf4lGJh4b
+Ut5nSa1xwh5tCw72BQZBV/PIyGb4AEK2z9oDFFm/9tCjIO62G3ScvKJjosq51T9u
+XbpQMjwWyMJxN/knZdB/MM/2kMBpSR5ZqbBHoVXkKCFHDlEjwxzTHfQf3Ei2vQ+l
+mVbLeC+iJNwADQIDAQABo1AwTjAdBgNVHQ4EFgQUpwHxn7oeUUX3ObX7GUIcqkW6
+69gwHwYDVR0jBBgwFoAUpwHxn7oeUUX3ObX7GUIcqkW669gwDAYDVR0TBAUwAwEB
+/zANBgkqhkiG9w0BAQsFAAOCAgEAIW2MPEtOHW4n6+ToCj0ha+o6D9CPnCU7Bl7G
+mmS4MybiQjYcOGs/2WhlB7mTa3mp4kOrHVgLzpoWfTaU8SjvfrSfouCXqtFhjkfo
+IGSIS587kmuIvaTKtqFDlBfmNi4bUtZw6tfPlfOfoUrui+hGxE13YmL5dIWJQc2R
+UoK0V2chjIIvcWw/OsGD3cFd0965iW/vXL9XYa7bEbGK5OkebEueBYKm1bDWSgdw
+zMbP1UQ3Br2e0KHlKO0ogwAQrTfzqbcuzbukQrfLC3HXzPGl6ISdfPZfqECkj631
+p+08g/izMT0tbC1VxgTWofpT0jNmg1fYgU8jBoBZlBbr0bnUQV2LYJLOl43DrrWu
+irAov3f7t/TJv09TaR2nAuxiRNcTi9sMK4Kk+8cMVqKbmoDprxajWDB3n66uAADW
+issPUEqH4AYCpGWKrKgHvUVWNsMOSBUu3HFUPRlx9ElcrC01OaRlgxU0okR22Kuf
+kn+ABZzX+KUTdkn1XCa0DgvxjMEC//iVwoATHs9JLk79LNZrzC8h7HfOv2SPq+FA
+TQjf3cxjo/30bHq5vp4Efs2caAfvSa10ExvWiVZSCeI0BQu5pg6W4b9UODbl/qAu
++CFwK3vlpAijwgdS2kYXSj7w4SGz3/09KhpFmwaMgd3+ezUVMuKAJOzXyS6rensH
+TD6/A5M=
+-----END CERTIFICATE-----
diff --git a/roles/ipsilon/files/templates/index.html b/roles/ipsilon/files/templates/index.html
new file mode 100644
index 0000000..d217b7a
--- /dev/null
+++ b/roles/ipsilon/files/templates/index.html
@@ -0,0 +1,7 @@
+{% extends "layout.html" %}
+{% block toptext %}
+This is the Federated Open Authentication provider homepage.
+{% endblock %}
+{% block main %}
+You will be redirected to this application whenever another application requires you to authenticate.
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/internalerror.html b/roles/ipsilon/files/templates/internalerror.html
new file mode 100644
index 0000000..055e903
--- /dev/null
+++ b/roles/ipsilon/files/templates/internalerror.html
@@ -0,0 +1,15 @@
+{% extends "layout.html" %}
+{% block toptext %}
+500 - Internal Server Error
+{% endblock %}
+{% block main %}
+ {% if message: %}
+ <p>{{ message }}</p>
+ {% else %}
+ <p>Ipsilon encountered an unexpected internal error while trying to
+ fulfill your request.</p>
+ {% endif %}
+ <p>Please retry again.</p>
+ <p>If the error persists, contact the server administrator to resolve
+ the problem.</p>
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/layout.html b/roles/ipsilon/files/templates/layout.html
new file mode 100644
index 0000000..28074b1
--- /dev/null
+++ b/roles/ipsilon/files/templates/layout.html
@@ -0,0 +1,68 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>{{ title }}</title>
+
+ <link rel="shortcut icon" type="image/vnd.microsoft.icon"
+ href="//rpmfusion.org/static/images/favicon.ico"/>
+
+ <!--<link rel="stylesheet" href="{{ basepath }}/ui/fedora/fedora.css?v=0c4c5a3ae8781de41b62d3f5862a8e46">-->
+ <link href="https://apps.fedoraproject.org/global/fedora-bootstrap-1.0/fedora-bootstr... " rel="stylesheet">
+ <link href='/ui/fedora/fonts/fonts.css?v=67bec19c506ab613d1922c53f63ae4ba' rel='stylesheet' type='text/css'>
+ <meta name="generator" content="Ipsilon">
+ <style>
+ .bodycontent { min-height: 85vh; }
+ </style>
+
+
+ {%- if heads %}
+ {%- for group, value in heads.items() %}
+ {%- for head in value %}
+ {{ head | safe }}
+ {%- endfor %}
+ {%- endfor %}
+ {%- endif %}
+ </head>
+ <body>
+ <div class="masthead">
+ <div class="container text-center">
+ <img alt="logo" src="{{ basepath }}/ui/fedora/fedora-authn-logo-white.png?v=dcabcce440f62c6282cfffb82f2f5614" height=40px />
+ </div>
+ </div>
+ <div class="bodycontent p-t-lg">
+ <div class="container">
+ <div class="row">
+ <div class="col-sm-10 col-sm-offset-1">
+ <div class="row">
+ <div class="col-xs-12 text-center">
+ {% block toptext %}{% endblock %}
+ </div>
+ </div>
+ <div class="row p-b-lg">
+ <div class="{% block cardwidths %}{% endblock %}">
+ <div class="card">
+ <div class="card-header small">
+ {% block maintitle %}{% endblock %}
+ </div>
+ <div class="card-block">
+ {% block main %}{% endblock %}
+ </div>
+ </div>
+ {% block after_card %}{% endblock %}
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <div class="footer p-t p-b text-center">
+ <div class="container">
+ <p class="text-muted credit">
+ Fedora FAS Login uses OpenID powered by Ipsilon
+ </p>
+ </div>
+ </div>
+ </body>
+</html>
diff --git a/roles/ipsilon/files/templates/login/form.html b/roles/ipsilon/files/templates/login/form.html
new file mode 100644
index 0000000..62b9939
--- /dev/null
+++ b/roles/ipsilon/files/templates/login/form.html
@@ -0,0 +1,42 @@
+{% extends "layout.html" %}
+{% block title %}Login{% endblock %}
+{% block toptext %}
+
+<p>
+ <small><strong>{{ login_target }}</strong> wants to use your Fedora Account System (FAS) credentials</small>
+</p>
+{% endblock %}
+{% block cardwidths %}col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2{% endblock %}
+{% block maintitle %}
+ Log in with FAS
+{% endblock %}
+{% block main %}
+ {% if error %}<p>{{error}}</p>{% endif %}
+ <form method="post" action="{{ action }}" enctype="application/x-www-form-urlencoded">
+ <input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{ ipsilon_transaction_id}}"/>
+ <div class="form-group row">
+ <div class="col-xs-12">
+ <input class="form-control" id="username" name="login_name" placeholder="Username" autofocus value="{{ username | e }}" />
+ </div>
+ </div>
+ <div class="form-group row m-b-0">
+ <div class="col-xs-12">
+ <input class="form-control" id="password" name="login_password" type="password" placeholder="Password" />
+ </div>
+ <div class="col-xs-12 text-xs-right">
+ <small class="text-muted"><a target="_blank" href="https://fas.rpmfusion.org/accounts/user/resetpass ">Forgot password?</a></small>
+ </div>
+ </div>
+ <div class="form-group row m-b-0">
+ <div class="col-xs-12">
+ <input class="btn btn-primary" type="submit" id="loginbutton" value="Log in" />
+ </div>
+ </div>
+ </form>
+{% endblock %}
+
+{% block after_card %}
+
+<div class="text-xs-center"><small class="text-muted">Don't have a FAS account? <a target="_blank" href="https://fas.rpmfusion.org/accounts/user/new ">Sign up now</a>.</small></div>
+
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/login/index.html b/roles/ipsilon/files/templates/login/index.html
new file mode 100644
index 0000000..14ec837
--- /dev/null
+++ b/roles/ipsilon/files/templates/login/index.html
@@ -0,0 +1,11 @@
+{% extends "layout.html" %}
+{% block title %}Login{% endblock %}
+{% block toptext %}
+{{ login_target }} is asking to authenticate using Ipsilon
+{% endblock %}
+{% block main %}
+ <div>
+ Redirecting... {{ redirect }}
+ </div>
+{% endblock %}
+
diff --git a/roles/ipsilon/files/templates/logout.html b/roles/ipsilon/files/templates/logout.html
new file mode 100644
index 0000000..d2383d1
--- /dev/null
+++ b/roles/ipsilon/files/templates/logout.html
@@ -0,0 +1,13 @@
+{% extends "master.html" %}
+{% block toptext %}
+Logged out
+{% endblock %}
+{% block main %}
+{% if user.name %}
+ <p>Something prevented a successful logout</p>
+ <p>You are still logged in as {{ user.fullname }}</p>
+{% else %}
+ <p>Successfully logged out.</p>
+ <p>Return to <a href="{{ basepath }}/">Home</a> page</p>
+{% endif %}
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/notfound.html b/roles/ipsilon/files/templates/notfound.html
new file mode 100644
index 0000000..38203cb
--- /dev/null
+++ b/roles/ipsilon/files/templates/notfound.html
@@ -0,0 +1,13 @@
+{% extends "layout.html" %}
+{% block toptext %}
+404 - Not Found
+{% endblock %}
+{% block main %}
+ {% if message: %}
+ <p>{{ message }}</p>
+ {% else %}
+ <p>This page does not exist.</p>
+ {% endif %}
+ <p>If you think this is an error, contact the server administrator to resolve
+ the problem.</p>
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/openid/consent_form.html b/roles/ipsilon/files/templates/openid/consent_form.html
new file mode 100644
index 0000000..afa9011
--- /dev/null
+++ b/roles/ipsilon/files/templates/openid/consent_form.html
@@ -0,0 +1,37 @@
+{% extends "layout.html" %}
+{% block toptext %}
+<p><small><strong>{{trustroot}}</strong> requests to use the following details from your FAS Account</small></p>
+{% endblock %}
+{% block cardwidths %}col-md-10 col-md-offset-1{% endblock %}
+{% block maintitle %}Review the authorization details{% endblock %}
+{% block main %}
+ <div class="small">
+ <form method="post" action="{{action}}" enctype="application/x-www-form-urlencoded">
+ <input type="hidden" name="ipsilon_transaction_id" id="ipsilon_transaction_id" value="{{ ipsilon_transaction_id }}" />
+ {% for entry in authz_details|dictsort %}
+ <div class="row m-b">
+ <div class="col-sm-5"><strong>{{ entry[0] }}</strong></div>
+ {%- if entry[1] is iterable and not entry[1] is string -%}
+ <div class="col-sm-7">{{ entry[1] | join(', ') }}</div>
+ {%- else -%}
+ <div class="col-sm-7">{{ entry[1] }}</div>
+ {%- endif -%}
+ </div>
+ {% endfor %}
+
+ <div class="row m-b">
+ <div class="col-sm-5"><strong>Remember approval</strong></div>
+ <div class="col-sm-7"><select name="remember_for_days" class="c-select-sm c-select">
+ <option value="0">never</option>
+ <option value="3">3 days</option>
+ <option value="7">7 days</option>
+ </select>
+ </div>
+ </div>
+ <p class="form_item">
+ <input class="btn btn-primary" name="decided_allow" type="submit" value="Approve" />
+ <input class="btn btn-link" name="decided_deny" type="submit" value="Reject" />
+ </p>
+ </form>
+ </div>
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/openid/userpage.html b/roles/ipsilon/files/templates/openid/userpage.html
new file mode 100644
index 0000000..74ae88a
--- /dev/null
+++ b/roles/ipsilon/files/templates/openid/userpage.html
@@ -0,0 +1,7 @@
+{% extends "layout.html" %}
+{% block toptext %}
+This is the OpenID page for {{username}}.
+{% endblock %}
+{% block main %}
+This page is primarily used internally
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/openid/xrds.xml b/roles/ipsilon/files/templates/openid/xrds.xml
new file mode 100644
index 0000000..86b3e0f
--- /dev/null
+++ b/roles/ipsilon/files/templates/openid/xrds.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
+ <XRD>
+ <Service>
+{%- for t in types %}
+ <Type>{{ t }}</Type>
+{%- endfor %}
+{%- if uri %}
+ <URI>{{ uri }}</URI>
+{%- endif %}
+{%- if localid %}
+ <LocalID>{{ localid }}</LocalID>
+{%- endif %}
+ </Service>
+ </XRD>
+</xrds:XRDS>
diff --git a/roles/ipsilon/files/templates/persona/provisioning.html b/roles/ipsilon/files/templates/persona/provisioning.html
new file mode 100644
index 0000000..0ced48f
--- /dev/null
+++ b/roles/ipsilon/files/templates/persona/provisioning.html
@@ -0,0 +1,59 @@
+{% extends "layout.html" %}
+{% block toptext %}
+This page is used internally
+{% endblock %}
+{% block main %}
+<script type="text/javascript" src="https://login.persona.org/provisioning_api.js "></script>
+<script type="text/javascript">
+ var xmlhttp = new XMLHttpRequest()
+
+ var loggedin = {{ loggedin|lower }};
+
+ xmlhttp.onreadystatechange = function()
+ {
+ if(xmlhttp.readyState == 4)
+ {
+ if(xmlhttp.status == 200)
+ {
+ navigator.id.registerCertificate(xmlhttp.responseText);
+ }
+ else if((xmlhttp.status == 401) || (xmlhttp.status == 403))
+ {
+ navigator.id.raiseProvisioningFailure('Error in provisioning!');
+ }
+ else
+ {
+ alert("Response code: " + xmlhttp.status);
+ alert("Response text: " + xmlhttp.responseText);
+ }
+ }
+ }
+
+ function generateServerSide(email, publicKey, certDuration, callback)
+ {
+ xmlhttp.open("POST", "Sign/", true);
+ xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
+ xmlhttp.send("email=" + encodeURIComponent(email)
+ + "&publicKey=" + encodeURIComponent(publicKey)
+ + "&certDuration=" + encodeURIComponent(certDuration));
+ }
+
+ function startProvisioning()
+ {
+ navigator.id.beginProvisioning(function(email, certDuration)
+ {
+ if(loggedin)
+ {
+ navigator.id.genKeyPair(function(publicKey)
+ {
+ generateServerSide(email, publicKey, certDuration);
+ });
+ } else {
+ navigator.id.raiseProvisioningFailure('user is not authenticated');
+ }
+ });
+ }
+
+ startProvisioning();
+</script>
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/persona/signin_result.html b/roles/ipsilon/files/templates/persona/signin_result.html
new file mode 100644
index 0000000..a2fc18b
--- /dev/null
+++ b/roles/ipsilon/files/templates/persona/signin_result.html
@@ -0,0 +1,19 @@
+{% extends "layout.html" %}
+{% block toptext %}
+This page is used internally
+{% endblock %}
+{% block main %}
+<script type="text/javascript" src="https://login.persona.org/authentication_api.js "></script>
+<script type="text/javascript">
+ var loggedin = {{ loggedin|lower }};
+
+ if(loggedin)
+ {
+ navigator.id.beginAuthentication(function(email) {
+ navigator.id.completeAuthentication();
+ });
+ } else {
+ navigator.id.raiseAuthenticationFailure('User cancelled signon');
+ }
+</script>
+{% endblock %}
diff --git a/roles/ipsilon/files/templates/unauthorized.html b/roles/ipsilon/files/templates/unauthorized.html
new file mode 100644
index 0000000..9762691
--- /dev/null
+++ b/roles/ipsilon/files/templates/unauthorized.html
@@ -0,0 +1,12 @@
+{% extends "layout.html" %}
+{% block maintitle %}
+401 - Unauthorized
+{% endblock %}
+{% block main %}
+ {% if message: %}
+ <p>{{ message }}</p>
+ {% else %}
+ <p>Authentication was not succesful</p>
+ {% endif %}
+ <p><a href="{{ basepath }}/login" title="Login">Try to login again</a></p>
+{% endblock %}
diff --git a/roles/ipsilon/files/ui-fedora/fedora-authn-logo-white.png b/roles/ipsilon/files/ui-fedora/fedora-authn-logo-white.png
new file mode 100644
index 0000000..555fe59
Binary files /dev/null and b/roles/ipsilon/files/ui-fedora/fedora-authn-logo-white.png differ
diff --git a/roles/ipsilon/files/ui-fedora/fedora.css b/roles/ipsilon/files/ui-fedora/fedora.css
new file mode 100644
index 0000000..6ff1c77
--- /dev/null
+++ b/roles/ipsilon/files/ui-fedora/fedora.css
@@ -0,0 +1,143 @@
+@import url(https://fonts.googleapis.com/css?family=Cantarell:400,700) ;
+
+body
+{
+ padding:0;
+ margin:0;
+ font-family: 'Cantarell', sans-serif;
+ font-size:20px;
+}
+
+.header_bg
+{
+ width:100%;
+ background-image: url('repeater.png');
+ height:84px;
+ display: block;
+}
+
+.body
+{
+ max-width:800px;
+ margin-left:auto;
+ margin-right:auto;
+
+}
+
+.main
+{
+/* margin-top:50px;*/
+}
+
+.header
+{
+ height:100%;
+}
+
+#loginbutton
+{
+ float: right;
+ margin-right: 4px;
+ margin-left: 8px;
+}
+
+#logo
+{
+ padding-top:9px;
+ margin-left:auto;
+ margin-right:auto;
+ display:block;
+}
+
+.middlebox
+{
+ width:320px;
+ background:#eee;
+ margin-left:auto;
+ margin-right:auto;
+ box-shadow: 0px 0px 5px 1px #999;
+ padding:10px 40px 40px;
+ color:#555;
+ text-align:center;
+}
+
+table.details
+{
+ text-align:left;
+ font-size:16px;
+ margin-left:auto;
+ margin-right:auto;
+}
+
+table.details td:first-child
+{
+ font-weight:bold;
+ text-align:right;
+ padding-right:10px;
+}
+
+
+#toptext
+{
+ text-align:center;
+/* margin-bottom:30px;*/
+}
+
+
+input {
+ border: 1px solid #555;
+ padding-top:5px;
+ padding-bottom:5px;
+ font-size: 15px;
+/* width: 100%; */
+ background: #fff;
+ color: 000000;
+ text-indent:10px;
+ font-family: 'Cantarell', sans-serif;
+ }
+
+input:focus {
+ box-shadow: 0px 0px 5px #3366FF;
+}
+
+input[type=submit]
+{
+ text-indent:0px;
+ background-image: url('repeater.png');
+ color:white;
+/* font-weight:bold;*/
+ width: 150px;
+}
+
+.middlebox a {
+ padding-left: 5px;
+ padding-right: 5px;
+}
+
+.button {
+ border: 1px solid #555;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ font-size: 15px;
+/* width: 100%; */
+ background: #fff;
+ text-indent: 10px;
+ font-family: 'Cantarell', sans-serif;
+ text-indent: 0px;
+ background-image: url('repeater.png');
+ color: white;
+/* font-weight: bold;*/
+ text-decoration: none;
+/* display: block; */
+}
+
+
+#password, #username {
+ width: 310px;
+}
+
+input::-moz-focus-inner {
+ border:0;
+ padding:0;
+}
+
diff --git a/roles/ipsilon/files/ui-fedora/fonts/fonts.css b/roles/ipsilon/files/ui-fedora/fonts/fonts.css
new file mode 100644
index 0000000..4464e67
--- /dev/null
+++ b/roles/ipsilon/files/ui-fedora/fonts/fonts.css
@@ -0,0 +1,84 @@
+/* open-sans-300 - latin_latin-ext */
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 300;
+ src: url('../fonts/open-sans-v13-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
+ src: local('Open Sans Light'), local('OpenSans-Light'),
+ url('../fonts/open-sans-v13-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/open-sans-v13-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/open-sans-v13-latin_latin-ext-300.svg#OpenSans') format('svg'); /* Legacy iOS */
+}
+
+/* open-sans-300italic - latin_latin-ext */
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: 300;
+ src: url('../fonts/open-sans-v13-latin_latin-ext-300italic.eot'); /* IE9 Compat Modes */
+ src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'),
+ url('../fonts/open-sans-v13-latin_latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/open-sans-v13-latin_latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/open-sans-v13-latin_latin-ext-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
+}
+
+/* open-sans-regular - latin_latin-ext */
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../fonts/open-sans-v13-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
+ src: local('Open Sans'), local('OpenSans'),
+ url('../fonts/open-sans-v13-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/open-sans-v13-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/open-sans-v13-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
+}
+
+/* open-sans-italic - latin_latin-ext */
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: 400;
+ src: url('../fonts/open-sans-v13-latin_latin-ext-italic.eot'); /* IE9 Compat Modes */
+ src: local('Open Sans Italic'), local('OpenSans-Italic'),
+ url('../fonts/open-sans-v13-latin_latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/open-sans-v13-latin_latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-italic.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/open-sans-v13-latin_latin-ext-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
+}
+
+/* open-sans-700 - latin_latin-ext */
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 700;
+ src: url('../fonts/open-sans-v13-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
+ src: local('Open Sans Bold'), local('OpenSans-Bold'),
+ url('../fonts/open-sans-v13-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/open-sans-v13-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/open-sans-v13-latin_latin-ext-700.svg#OpenSans') format('svg'); /* Legacy iOS */
+}
+
+/* open-sans-700italic - latin_latin-ext */
+@font-face {
+ font-family: 'Open Sans';
+ font-style: italic;
+ font-weight: 700;
+ src: url('../fonts/open-sans-v13-latin_latin-ext-700italic.eot'); /* IE9 Compat Modes */
+ src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
+ url('../fonts/open-sans-v13-latin_latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url('../fonts/open-sans-v13-latin_latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
+ url('../fonts/open-sans-v13-latin_latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
+ url('../fonts/open-sans-v13-latin_latin-ext-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
+}
+
diff --git a/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.eot b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.eot
new file mode 100644
index 0000000..b19e213
Binary files /dev/null and b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.eot differ
diff --git a/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.svg b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.svg
new file mode 100644
index 0000000..afe8dd3
--- /dev/null
+++ b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.svg
@@ -0,0 +1,5074 @@
+<?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 ">
+<defs >
+<font id="OpenSans" horiz-adv-x="1159" ><font-face
+ font-family="Open Sans Light"
+ units-per-em="2048"
+ panose-1="2 11 3 6 3 5 4 2 2 4"
+ ascent="2189"
+ descent="-600"
+ alphabetic="0" />
+<glyph unicode=" " glyph-name="space" horiz-adv-x="532" />
+<glyph unicode="!" glyph-name="exclam" horiz-adv-x="492" d="M276 377H215L186 1462H305L276 377ZM164 78Q164 176 244 176Q326 176 326 78Q326 -20 244 -20Q164 -20 164 78Z" />
+<glyph unicode=""" glyph-name="quotedbl" horiz-adv-x="723" d="M260 1462L227 934H166L133 1462H260ZM590 1462L557 934H496L463 1462H590Z" />
+<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="1323" d="M967 928L891 530H1194V451H874L788 0H698L786 451H426L340 0H252L338 451H55V530H354L430 928H133V1008H444L530 1462H621L532 1008H897L985 1462H1071L983 1008H1268V928H967ZM440 530H803L881
+928H518L440 530Z" />
+<glyph unicode="$" glyph-name="dollar" horiz-adv-x="1169" d="M991 440Q991 307 892 223T618 117V-119H537V113Q445 115 337 135T164 186V289Q239 253 343 228T537 203V711Q392 755 322 799T220 903T188 1049Q188 1173 282 1257T537 1362V1554H618V1364Q815
+1355 969 1292L936 1202Q795 1264 618 1274V788Q831 722 911 644T991 440ZM881 444Q881 529 818 584T618 680V209Q740 222 810 284T881 444ZM297 1049Q297 963 354 908T537 815V1268Q418 1252 358 1192T297 1049Z" />
+<glyph unicode="%" glyph-name="percent" horiz-adv-x="1653" d="M211 1026Q211 840 256 747T397 653Q590 653 590 1026Q590 1210 541 1302T397 1395Q301 1395 256 1303T211 1026ZM688 1026Q688 800 613 683T397 565Q264 565 189 685T113 1026Q113 1249 185 1366T397
+1483Q536 1483 612 1363T688 1026ZM1063 438Q1063 253 1108 161T1249 68Q1442 68 1442 438Q1442 807 1249 807Q1153 807 1108 716T1063 438ZM1540 438Q1540 212 1466 95T1251 -23Q1115 -23 1040 98T965 438Q965 663 1038 779T1251 895Q1388 895 1464 775T1540 438ZM1280
+1462L469 0H373L1184 1462H1280Z" />
+<glyph unicode="&" glyph-name="ampersand" horiz-adv-x="1460" d="M123 371Q123 509 196 606T471 811L396 893Q330 964 298 1032T266 1174Q266 1317 361 1401T618 1485Q773 1485 863 1404T954 1180Q954 1075 884 988T631 793L1083 336Q1144 408 1187 493T1262
+694H1358Q1295 448 1149 268L1415 0H1280L1087 197Q995 107 923 66T766 2T571 -20Q362 -20 243 83T123 371ZM578 70Q706 70 812 113T1022 260L539 745Q403 673 343 623T255 513T227 375Q227 232 320 151T578 70ZM373 1176Q373 1097 413 1030T565 856Q724 941 786
+1015T848 1184Q848 1278 786 1336T618 1395Q504 1395 439 1337T373 1176Z" />
+<glyph unicode="'" glyph-name="quotesingle" horiz-adv-x="393" d="M260 1462L227 934H166L133 1462H260Z" />
+<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="557" d="M82 561Q82 826 159 1057T383 1462H496Q348 1280 269 1050T190 563Q190 80 494 -324H383Q236 -154 159 73T82 561Z" />
+<glyph unicode=")" glyph-name="parenright" horiz-adv-x="557" d="M475 561Q475 298 398 71T174 -324H63Q367 80 367 563Q367 820 288 1050T61 1462H174Q321 1287 398 1056T475 561Z" />
+<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="1128" d="M631 1556L594 1151L999 1255L1020 1124L625 1085L872 745L748 674L557 1053L377 674L252 745L494 1085L104 1124L123 1255L524 1151L485 1556H631Z" />
+<glyph unicode="+" glyph-name="plus" horiz-adv-x="1169" d="M625 764H1059V682H625V250H543V682H111V764H543V1198H625V764Z" />
+<glyph unicode="," glyph-name="comma" horiz-adv-x="440" d="M295 238L307 217Q232 -48 133 -264H68Q145 11 178 238H295Z" />
+<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="659" d="M92 512V594H567V512H92Z" />
+<glyph unicode="." glyph-name="period" horiz-adv-x="487" d="M162 78Q162 176 242 176Q324 176 324 78Q324 -20 242 -20Q162 -20 162 78Z" />
+<glyph unicode="/" glyph-name="slash" horiz-adv-x="698" d="M674 1462L129 0H25L569 1462H674Z" />
+<glyph unicode="0" glyph-name="zero" horiz-adv-x="1169" d="M1055 735Q1055 350 938 165T582 -20Q353 -20 234 170T115 735Q115 1117 230 1301T582 1485Q813 1485 934 1295T1055 735ZM223 735Q223 395 312 233T582 70Q771 70 857 238T944 735Q944 1059 858 1227T582
+1395Q393 1395 308 1227T223 735Z" />
+<glyph unicode="1" glyph-name="one" horiz-adv-x="1169" d="M682 0H584V1065Q584 1210 596 1366Q581 1351 565 1337T256 1094L199 1165L596 1462H682V0Z" />
+<glyph unicode="2" glyph-name="two" horiz-adv-x="1169" d="M1028 0H113V88L502 494Q666 664 732 754T829 926T860 1098Q860 1229 774 1311T551 1393Q368 1393 201 1260L147 1329Q330 1483 553 1483Q744 1483 853 1381T963 1100Q963 955 890 820T621 485L246
+100V96H1028V0Z" />
+<glyph unicode="3" glyph-name="three" horiz-adv-x="1169" d="M979 1118Q979 982 894 889T664 770V764Q840 742 932 652T1024 410Q1024 205 885 93T483 -20Q260 -20 94 63V162Q178 118 282 93T479 68Q700 68 811 157T922 410Q922 555 809 633T475 711H317V807H477Q659
+807 765 893T872 1128Q872 1250 786 1323T559 1397Q450 1397 360 1367T158 1262L109 1329Q194 1400 314 1441T557 1483Q759 1483 869 1388T979 1118Z" />
+<glyph unicode="4" glyph-name="four" horiz-adv-x="1169" d="M1141 373H889V0H795V373H43V440L768 1470H889V459H1141V373ZM795 459V877Q795 1179 809 1384H801Q781 1347 678 1196L162 459H795Z" />
+<glyph unicode="5" glyph-name="five" horiz-adv-x="1169" d="M537 879Q771 879 905 766T1040 455Q1040 230 900 105T514 -20Q405 -20 307 1T143 63V166Q251 111 335 90T514 68Q706 68 822 169T938 444Q938 607 825 700T518 793Q388 793 246 754L186 793L244 1462H948V1366H338L293
+850Q449 879 537 879Z" />
+<glyph unicode="6" glyph-name="six" horiz-adv-x="1169" d="M131 623Q131 908 208 1102T428 1391T772 1485Q866 1485 944 1462V1374Q871 1401 768 1401Q521 1401 384 1223T229 705H242Q318 803 416 853T623 903Q828 903 943 786T1059 463Q1059 239 938 110T610
+-20Q388 -20 260 149T131 623ZM610 68Q774 68 865 171T956 465Q956 633 866 727T621 821Q519 821 432 776T292 657T240 504Q240 393 289 291T423 128T610 68Z" />
+<glyph unicode="7" glyph-name="seven" horiz-adv-x="1169" d="M334 0L936 1366H109V1462H1055V1389L451 0H334Z" />
+<glyph unicode="8" glyph-name="eight" horiz-adv-x="1169" d="M582 1487Q768 1487 881 1392T995 1135Q995 1023 925 937T696 778Q888 699 966 605T1044 377Q1044 196 918 88T578 -20Q357 -20 239 81T121 375Q121 506 204 605T461 774Q300 850 234 934T168 1137Q168
+1242 221 1321T369 1444T582 1487ZM223 360Q223 222 316 146T578 70Q742 70 842 150T942 369Q942 493 864 570T561 733Q377 662 300 576T223 360ZM580 1397Q439 1397 354 1328T268 1137Q268 1067 299 1014T390 917T590 815Q753 878 824 954T895 1137Q895 1257 811
+1327T580 1397Z" />
+<glyph unicode="9" glyph-name="nine" horiz-adv-x="1169" d="M1036 842Q1036 554 961 360T741 73T391 -20Q287 -20 199 6V92Q242 78 302 71T395 63Q642 63 782 241T938 762H926Q853 666 752 615T541 563Q338 563 225 675T111 993Q111 1213 235 1349T559 1485Q703
+1485 811 1410T977 1188T1036 842ZM559 1397Q401 1397 307 1291T213 999Q213 825 300 735T549 645Q650 645 737 690T876 809T928 961Q928 1078 882 1180T752 1339T559 1397Z" />
+<glyph unicode=":" glyph-name="colon" horiz-adv-x="487" d="M162 78Q162 176 242 176Q324 176 324 78Q324 -20 242 -20Q162 -20 162 78ZM162 971Q162 1069 242 1069Q324 1069 324 971Q324 918 301 895T242 872Q208 872 185 895T162 971Z" />
+<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="487" d="M303 238L315 217Q240 -48 141 -264H76Q105 -167 138 -19T186 238H303ZM162 971Q162 1069 242 1069Q324 1069 324 971Q324 918 301 895T242 872Q208 872 185 895T162 971Z" />
+<glyph unicode="<" glyph-name="less" horiz-adv-x="1169" d="M1059 266L111 682V743L1059 1217V1122L236 717L1059 362V266Z" />
+<glyph unicode="=" glyph-name="equal" horiz-adv-x="1169" d="M111 885V967H1059V885H111ZM111 477V559H1059V477H111Z" />
+<glyph unicode=">" glyph-name="greater" horiz-adv-x="1169" d="M111 362L934 717L111 1122V1217L1059 743V682L111 266V362Z" />
+<glyph unicode="?" glyph-name="question" horiz-adv-x="862" d="M293 377V414Q293 537 330 615T469 782L560 861Q632 922 663 982T694 1120Q694 1247 611 1322T391 1397Q312 1397 243 1380T94 1323L57 1403Q167 1451 241 1467T395 1483Q578 1483 683 1385T788
+1114Q788 1046 770 995T720 901T641 817T539 729Q475 675 441 631T391 537T375 391V377H293ZM260 78Q260 176 340 176Q422 176 422 78Q422 -20 340 -20Q260 -20 260 78Z" />
+<glyph unicode="@" glyph-name="at" horiz-adv-x="1815" d="M1702 725Q1702 497 1612 359T1366 221Q1277 221 1222 275T1157 422H1153Q1110 322 1029 272T840 221Q692 221 611 317T530 588Q530 790 650 918T965 1047Q1103 1047 1251 1006L1229 542V512Q1229 408
+1264 356T1380 303Q1483 303 1548 419T1614 723Q1614 917 1535 1063T1310 1287T975 1366Q745 1366 570 1267T300 985T205 567Q205 245 372 70T846 -106Q939 -106 1034 -88T1266 -18V-117Q1063 -197 852 -197Q503 -197 308 3T113 561Q113 817 221 1021T528 1339T977
+1452Q1192 1452 1357 1363T1612 1109T1702 725ZM633 590Q633 447 688 375T862 303Q1117 303 1135 649L1151 940Q1072 967 958 967Q809 967 721 865T633 590Z" />
+<glyph unicode="A" glyph-name="A" horiz-adv-x="1229" d="M911 516H317L113 0H0L588 1468H653L1229 0H1114L911 516ZM354 608H877L678 1135Q653 1197 618 1307Q591 1211 559 1133L354 608Z" />
+<glyph unicode="B" glyph-name="B" horiz-adv-x="1284" d="M207 1462H608Q879 1462 1006 1370T1133 1092Q1133 965 1056 881T829 772V766Q1004 740 1086 656T1169 420Q1169 218 1035 109T655 0H207V1462ZM309 811H631Q837 811 930 879T1024 1094Q1024 1240 919
+1306T604 1372H309V811ZM309 721V90H653Q1059 90 1059 420Q1059 721 631 721H309Z" />
+<glyph unicode="C" glyph-name="C" horiz-adv-x="1272" d="M831 1391Q556 1391 398 1215T240 733Q240 420 389 247T815 74Q999 74 1153 121V31Q1008 -20 791 -20Q483 -20 306 179T129 735Q129 958 213 1128T456 1390T825 1483Q1039 1483 1208 1403L1167 1311Q1007
+1391 831 1391Z" />
+<glyph unicode="D" glyph-name="D" horiz-adv-x="1446" d="M1317 745Q1317 377 1124 189T557 0H207V1462H602Q952 1462 1134 1279T1317 745ZM1206 741Q1206 1055 1047 1213T578 1372H309V90H551Q1206 90 1206 741Z" />
+<glyph unicode="E" glyph-name="E" horiz-adv-x="1130" d="M1006 0H207V1462H1006V1368H309V815H967V721H309V94H1006V0Z" />
+<glyph unicode="F" glyph-name="F" horiz-adv-x="1028" d="M309 0H207V1462H1008V1368H309V748H969V653H309V0Z" />
+<glyph unicode="G" glyph-name="G" horiz-adv-x="1481" d="M782 737H1321V70Q1109 -20 844 -20Q498 -20 314 175T129 729Q129 952 220 1124T482 1391T874 1485Q1113 1485 1303 1397L1262 1305Q1072 1393 868 1393Q579 1393 410 1215T240 733Q240 403 401 237T874
+70Q1076 70 1217 127V641H782V737Z" />
+<glyph unicode="H" glyph-name="H" horiz-adv-x="1473" d="M1266 0H1163V719H309V0H207V1462H309V813H1163V1462H1266V0Z" />
+<glyph unicode="I" glyph-name="I" horiz-adv-x="516" d="M207 0V1462H309V0H207Z" />
+<glyph unicode="J" glyph-name="J" horiz-adv-x="506" d="M-33 -369Q-125 -369 -184 -342V-254Q-106 -274 -35 -274Q207 -274 207 -10V1462H309V0Q309 -369 -33 -369Z" />
+<glyph unicode="K" glyph-name="K" horiz-adv-x="1190" d="M1190 0H1065L504 772L309 600V0H207V1462H309V702L471 864L1044 1462H1174L575 844L1190 0Z" />
+<glyph unicode="L" glyph-name="L" horiz-adv-x="1051" d="M207 0V1462H309V96H1006V0H207Z" />
+<glyph unicode="M" glyph-name="M" horiz-adv-x="1767" d="M850 0L305 1350H297Q305 1226 305 1096V0H207V1462H365L883 176H889L1407 1462H1561V0H1458V1108Q1458 1224 1470 1348H1462L915 0H850Z" />
+<glyph unicode="N" glyph-name="N" horiz-adv-x="1477" d="M1270 0H1167L301 1298H293Q305 1066 305 948V0H207V1462H309L1174 166H1180Q1171 346 1171 508V1462H1270V0Z" />
+<glyph unicode="O" glyph-name="O" horiz-adv-x="1565" d="M1436 733Q1436 385 1262 183T782 -20Q477 -20 303 182T129 735Q129 1084 304 1284T784 1485Q1090 1485 1263 1284T1436 733ZM240 733Q240 419 380 248T782 76Q1046 76 1185 246T1325 733Q1325 1049 1186
+1217T784 1386Q523 1386 382 1216T240 733Z" />
+<glyph unicode="P" glyph-name="P" horiz-adv-x="1198" d="M1087 1042Q1087 830 943 717T535 604H309V0H207V1462H565Q1087 1462 1087 1042ZM309 692H510Q757 692 867 773T977 1038Q977 1207 873 1288T551 1370H309V692Z" />
+<glyph unicode="Q" glyph-name="Q" horiz-adv-x="1565" d="M1436 733Q1436 439 1310 247T961 0L1294 -348H1128L846 -18L813 -20H782Q477 -20 303 182T129 735Q129 1084 304 1284T784 1485Q1090 1485 1263 1284T1436 733ZM240 733Q240 419 380 248T782 76Q1046
+76 1185 246T1325 733Q1325 1049 1186 1217T784 1386Q523 1386 382 1216T240 733Z" />
+<glyph unicode="R" glyph-name="R" horiz-adv-x="1217" d="M309 637V0H207V1462H555Q827 1462 957 1362T1087 1059Q1087 912 1010 811T774 666L1171 0H1049L672 637H309ZM309 725H588Q773 725 875 807T977 1051Q977 1218 877 1294T551 1370H309V725Z" />
+<glyph unicode="S" glyph-name="S" horiz-adv-x="1116" d="M1014 377Q1014 194 880 87T522 -20Q254 -20 111 39V141Q269 74 514 74Q694 74 799 156T905 373Q905 456 870 510T756 610T524 707Q300 784 215 873T129 1112Q129 1276 257 1379T588 1483Q794 1483 975
+1405L938 1317Q756 1393 590 1393Q428 1393 332 1318T236 1114Q236 1033 265 981T362 888T592 788Q763 729 849 674T974 548T1014 377Z" />
+<glyph unicode="T" glyph-name="T" horiz-adv-x="1073" d="M588 0H485V1366H10V1462H1063V1366H588V0Z" />
+<glyph unicode="U" glyph-name="U" horiz-adv-x="1473" d="M1282 1462V516Q1282 264 1136 122T729 -20Q475 -20 333 122T190 520V1462H293V516Q293 305 410 188T741 70Q950 70 1065 185T1180 506V1462H1282Z" />
+<glyph unicode="V" glyph-name="V" horiz-adv-x="1182" d="M1071 1462H1182L635 0H545L0 1462H109L477 467Q561 242 590 129Q610 204 669 362L1071 1462Z" />
+<glyph unicode="W" glyph-name="W" horiz-adv-x="1827" d="M1372 0H1288L967 1128Q927 1267 907 1356Q891 1269 862 1156T539 0H453L51 1462H158L414 520Q429 463 442 415T465 324T484 242T500 162Q524 298 602 575L852 1462H965L1258 444Q1309 268 1331 160Q1344
+232 1364 313T1673 1462H1776L1372 0Z" />
+<glyph unicode="X" glyph-name="X" horiz-adv-x="1102" d="M1102 0H985L553 682L113 0H0L492 762L45 1462H160L555 836L956 1462H1065L612 764L1102 0Z" />
+<glyph unicode="Y" glyph-name="Y" horiz-adv-x="1081" d="M543 662L971 1462H1081L594 565V0H489V557L0 1462H117L543 662Z" />
+<glyph unicode="Z" glyph-name="Z" horiz-adv-x="1180" d="M1098 0H82V76L938 1366H121V1462H1075V1386L217 96H1098V0Z" />
+<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="653" d="M602 -324H174V1462H602V1368H272V-229H602V-324Z" />
+<glyph unicode="\" glyph-name="backslash" horiz-adv-x="698" d="M127 1462L674 0H571L25 1462H127Z" />
+<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="653" d="M51 -229H381V1368H51V1462H479V-324H51V-229Z" />
+<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="1169" d="M88 561L553 1473H621L1081 561H981L586 1352L188 561H88Z" />
+<glyph unicode="_" glyph-name="underscore" horiz-adv-x="842" d="M846 -266H-4V-184H846V-266Z" />
+<glyph unicode="`" glyph-name="grave" horiz-adv-x="1182" d="M776 1241H707Q611 1320 519 1412T393 1552V1569H535Q561 1521 633 1427T776 1257V1241Z" />
+<glyph unicode="a" glyph-name="a" horiz-adv-x="1085" d="M842 0L817 172H809Q727 67 641 24T436 -20Q276 -20 187 62T98 289Q98 448 230 536T614 629L821 635V707Q821 862 758 941T555 1020Q404 1020 242 936L205 1022Q384 1106 559 1106Q738 1106 826 1013T915
+723V0H842ZM442 70Q616 70 716 169T817 446V553L627 545Q398 534 301 474T203 285Q203 183 265 127T442 70Z" />
+<glyph unicode="b" glyph-name="b" horiz-adv-x="1219" d="M641 1108Q869 1108 984 965T1100 545Q1100 274 979 127T637 -20Q521 -20 428 28T281 164H272L244 0H182V1556H281V1165Q281 1077 277 1003L274 918H281Q343 1016 430 1062T641 1108ZM639 1018Q447 1018
+364 908T281 545V528Q281 282 367 175T637 68Q815 68 905 192T995 547Q995 1018 639 1018Z" />
+<glyph unicode="c" glyph-name="c" horiz-adv-x="973" d="M616 -20Q383 -20 251 127T119 537Q119 807 256 957T631 1108Q772 1108 901 1059L874 971Q733 1018 629 1018Q429 1018 326 895T223 539Q223 319 326 195T614 70Q762 70 889 123V31Q785 -20 616 -20Z" />
+<glyph unicode="d" glyph-name="d" horiz-adv-x="1219" d="M580 1108Q698 1108 784 1065T938 918H944Q938 1044 938 1165V1556H1036V0H971L946 166H938Q814 -20 582 -20Q357 -20 238 120T119 528Q119 810 237 959T580 1108ZM580 1018Q402 1018 313 893T223 530Q223
+68 582 68Q766 68 852 175T938 528V545Q938 797 854 907T580 1018Z" />
+<glyph unicode="e" glyph-name="e" horiz-adv-x="1124" d="M621 -20Q384 -20 252 126T119 535Q119 795 247 951T592 1108Q784 1108 895 974T1006 610V530H223Q225 306 327 188T621 70Q714 70 784 83T963 139V49Q871 9 793 -5T621 -20ZM592 1020Q435 1020 340 917T229
+618H901Q901 807 819 913T592 1020Z" />
+<glyph unicode="f" glyph-name="f" horiz-adv-x="614" d="M586 1001H330V0H231V1001H29V1059L231 1096V1180Q231 1380 304 1473T545 1567Q635 1567 725 1540L702 1454Q622 1479 543 1479Q427 1479 379 1411T330 1188V1087H586V1001Z" />
+<glyph unicode="g" glyph-name="g" horiz-adv-x="1071" d="M1030 1087V1018L805 1004Q895 892 895 758Q895 601 791 504T510 406Q436 406 406 412Q347 381 316 339T285 250Q285 198 324 174T457 150H647Q824 150 918 79T1012 -133Q1012 -305 873 -398T475 -492Q270
+-492 158 -413T45 -193Q45 -81 114 -7T303 94Q254 115 225 153T195 242Q195 351 334 434Q239 473 186 556T133 748Q133 911 236 1009T516 1108Q623 1108 682 1087H1030ZM150 -184Q150 -408 483 -408Q911 -408 911 -135Q911 -37 844 7T627 51H449Q150 51 150 -184ZM233
+748Q233 622 309 553T514 483Q650 483 722 552T795 752Q795 891 721 960T512 1030Q382 1030 308 956T233 748Z" />
+<glyph unicode="h" glyph-name="h" horiz-adv-x="1208" d="M940 0V705Q940 869 871 943T657 1018Q462 1018 372 920T281 600V0H182V1556H281V1061L276 922H283Q344 1020 437 1064T668 1108Q1038 1108 1038 711V0H940Z" />
+<glyph unicode="i" glyph-name="i" horiz-adv-x="463" d="M281 0H182V1087H281V0ZM168 1389Q168 1485 231 1485Q262 1485 279 1460T297 1389Q297 1344 280 1318T231 1292Q168 1292 168 1389Z" />
+<glyph unicode="j" glyph-name="j" horiz-adv-x="463" d="M37 -492Q-43 -492 -98 -467V-381Q-29 -401 31 -401Q182 -401 182 -225V1087H281V-211Q281 -346 218 -419T37 -492ZM168 1389Q168 1485 231 1485Q262 1485 279 1460T297 1389Q297 1344 280 1318T231 1292Q168
+1292 168 1389Z" />
+<glyph unicode="k" glyph-name="k" horiz-adv-x="991" d="M279 477L834 1087H954L526 623L991 0H872L459 549L281 387V0H182V1556H281V776L274 477H279Z" />
+<glyph unicode="l" glyph-name="l" horiz-adv-x="463" d="M281 0H182V1556H281V0Z" />
+<glyph unicode="m" glyph-name="m" horiz-adv-x="1808" d="M1540 0V713Q1540 872 1478 945T1288 1018Q1121 1018 1041 926T961 637V0H860V743Q860 1018 608 1018Q437 1018 359 919T281 600V0H182V1087H264L285 938H291Q336 1019 419 1063T602 1108Q859 1108 932
+915H936Q989 1008 1078 1058T1282 1108Q1460 1108 1549 1013T1638 711V0H1540Z" />
+<glyph unicode="n" glyph-name="n" horiz-adv-x="1208" d="M940 0V705Q940 869 871 943T657 1018Q462 1018 372 920T281 600V0H182V1087H266L285 938H291Q397 1108 668 1108Q1038 1108 1038 711V0H940Z" />
+<glyph unicode="o" glyph-name="o" horiz-adv-x="1200" d="M1081 545Q1081 279 952 130T596 -20Q453 -20 344 49T177 247T119 545Q119 811 248 959T602 1108Q826 1108 953 958T1081 545ZM223 545Q223 321 321 196T600 70Q780 70 878 195T977 545Q977 770 878 894T598
+1018Q418 1018 321 895T223 545Z" />
+<glyph unicode="p" glyph-name="p" horiz-adv-x="1219" d="M647 -20Q396 -20 281 168H274L277 84Q281 10 281 -78V-492H182V1087H266L285 932H291Q403 1108 649 1108Q869 1108 984 964T1100 543Q1100 275 979 128T647 -20ZM645 68Q812 68 903 192T995 539Q995
+1018 649 1018Q459 1018 370 914T281 573V541Q281 286 366 177T645 68Z" />
+<glyph unicode="q" glyph-name="q" horiz-adv-x="1219" d="M569 -20Q355 -20 237 122T119 532Q119 807 237 957T575 1108Q811 1108 928 934H934L952 1087H1036V-492H938V-78Q938 44 944 170H938Q820 -20 569 -20ZM571 68Q769 68 853 177T938 543V555Q938 800 853
+909T582 1018Q406 1018 315 894T223 530Q223 301 312 185T571 68Z" />
+<glyph unicode="r" glyph-name="r" horiz-adv-x="797" d="M610 1108Q679 1108 758 1094L739 999Q671 1016 598 1016Q459 1016 370 898T281 600V0H182V1087H266L276 891H283Q350 1011 426 1059T610 1108Z" />
+<glyph unicode="s" glyph-name="s" horiz-adv-x="954" d="M856 283Q856 137 745 59T430 -20Q212 -20 84 47V154Q248 72 430 72Q591 72 674 125T758 268Q758 350 692 406T473 516Q310 575 244 617T145 713T111 844Q111 966 213 1037T500 1108Q676 1108 834 1042L797
+952Q637 1018 500 1018Q367 1018 289 974T211 852Q211 767 271 716T508 602Q655 549 722 507T822 410T856 283Z" />
+<glyph unicode="t" glyph-name="t" horiz-adv-x="686" d="M469 68Q563 68 633 84V4Q561 -20 467 -20Q323 -20 255 57T186 299V1001H25V1059L186 1104L236 1350H287V1087H606V1001H287V313Q287 188 331 128T469 68Z" />
+<glyph unicode="u" glyph-name="u" horiz-adv-x="1208" d="M268 1087V383Q268 219 337 145T551 70Q745 70 836 168T928 487V1087H1026V0H942L924 150H918Q812 -20 541 -20Q170 -20 170 377V1087H268Z" />
+<glyph unicode="v" glyph-name="v" horiz-adv-x="940" d="M420 0L0 1087H102L383 348Q439 206 467 100H473Q514 236 557 350L838 1087H940L520 0H420Z" />
+<glyph unicode="w" glyph-name="w" horiz-adv-x="1481" d="M1051 0L813 727Q790 801 754 944H748L727 870L682 725L440 0H342L31 1087H137L311 457Q372 223 391 113H397Q456 347 483 424L707 1087H797L1010 426Q1082 191 1098 115H1104Q1112 180 1184 463L1350
+1087H1450L1155 0H1051Z" />
+<glyph unicode="x" glyph-name="x" horiz-adv-x="1020" d="M449 559L70 1087H184L508 629L829 1087H938L565 559L965 0H850L508 485L164 0H55L449 559Z" />
+<glyph unicode="y" glyph-name="y" horiz-adv-x="940" d="M0 1087H102L332 477Q437 196 465 98H471Q513 227 608 483L838 1087H940L453 -176Q394 -330 354 -384T261 -465T131 -492Q74 -492 4 -471V-385Q62 -401 129 -401Q180 -401 219 -377T289 -303T362 -143T416
+0L0 1087Z" />
+<glyph unicode="z" glyph-name="z" horiz-adv-x="944" d="M858 0H82V63L727 999H129V1087H856V1024L207 88H858V0Z" />
+<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="723" d="M389 -27Q389 -129 448 -179T651 -233V-324Q456 -324 374 -249T291 -18V319Q291 524 61 528V608Q183 610 237 659T291 807V1157Q291 1456 651 1462V1372Q513 1367 451 1314T389 1157V852Q389 722
+345 658T203 573V565Q300 545 344 482T389 295V-27Z" />
+<glyph unicode="|" glyph-name="bar" horiz-adv-x="1108" d="M508 1561H600V-506H508V1561Z" />
+<glyph unicode="}" glyph-name="braceright" horiz-adv-x="723" d="M334 295Q334 418 378 481T520 565V573Q423 593 379 657T334 852V1157Q334 1260 273 1313T72 1372V1462Q246 1462 339 1385T432 1157V807Q432 707 486 659T662 608V528Q432 524 432 319V-18Q432
+-173 350 -248T72 -324V-233Q213 -231 273 -181T334 -27V295Z" />
+<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1169" d="M334 745Q285 745 226 715T111 625V719Q219 829 344 829Q405 829 459 816T614 758Q740 700 834 700Q890 700 943 730T1059 825V729Q1011 680 955 648T825 616Q709 616 555 688Q431 745 334 745Z" />
+<glyph unicode=" " glyph-name="nbspace" horiz-adv-x="532" />
+<glyph unicode="¡" glyph-name="exclamdown" horiz-adv-x="492" d="M215 711H276L305 -375H186L215 711ZM166 1010Q166 1108 246 1108Q328 1108 328 1010Q328 957 305 934T246 911Q212 911 189 934T166 1010Z" />
+<glyph unicode="¢" glyph-name="cent" horiz-adv-x="1169" d="M602 190Q416 220 314 365T211 745Q211 977 313 1126T602 1309V1483H684V1317H698Q829 1317 973 1262L942 1178Q808 1229 705 1229Q518 1229 417 1107T315 748Q315 523 415 399T696 274Q827 274
+963 332V240Q853 184 696 184H684V-20H602V190Z" />
+<glyph unicode="£" glyph-name="sterling" horiz-adv-x="1169" d="M412 676V420Q412 304 377 224T264 96H1073V0H78V84Q188 105 249 194T311 418V676H100V758H311V1055Q311 1259 409 1370T690 1481Q865 1481 1020 1413L985 1327Q828 1393 690 1393Q549 1393
+481 1312T412 1059V758H823V676H412Z" />
+<glyph unicode="¤" glyph-name="currency" horiz-adv-x="1169" d="M991 723Q991 572 901 467L1040 326L981 266L844 408Q734 315 584 315Q431 315 324 408L186 266L127 326L266 467Q176 573 176 723Q176 870 266 981L127 1122L186 1182L324 1040Q427 1133
+584 1133Q739 1133 844 1040L981 1182L1040 1122L901 981Q991 870 991 723ZM584 395Q718 395 812 490T907 723Q907 859 812 956T584 1053Q450 1053 355 956T260 723Q260 587 354 491T584 395Z" />
+<glyph unicode="¥" glyph-name="yen" horiz-adv-x="1169" d="M586 666L1014 1462H1124L692 674H975V592H637V387H975V305H637V0H532V305H195V387H532V592H195V674H473L43 1462H160L586 666Z" />
+<glyph unicode="¦" glyph-name="brokenbar" horiz-adv-x="1108" d="M508 1561H600V797H508V1561ZM508 258H600V-506H508V258Z" />
+<glyph unicode="§" glyph-name="section" horiz-adv-x="1057" d="M145 813Q145 896 195 965T334 1073Q248 1120 209 1175T170 1311Q170 1428 271 1494T547 1561Q722 1561 883 1497L848 1417Q757 1451 690 1464T545 1477Q411 1477 340 1433T268 1313Q268 1259
+293 1225T379 1159T567 1085Q759 1021 831 953T903 782Q903 609 717 508Q803 466 846 412T889 276Q889 141 776 69T465 -4Q373 -4 294 11T129 63V158Q311 80 461 80Q623 80 708 129T793 270Q793 325 768 357T680 423T489 502Q289 575 217 643T145 813ZM246 825Q246
+760 277 721T383 646T633 547Q715 588 759 645T803 766Q803 828 771 868T663 945T426 1032Q345 1009 296 953T246 825Z" />
+<glyph unicode="¨" glyph-name="dieresis" horiz-adv-x="1182" d="M336 1389Q336 1435 351 1455T399 1475Q463 1475 463 1389Q463 1303 399 1303Q336 1303 336 1389ZM717 1389Q717 1435 732 1455T780 1475Q844 1475 844 1389Q844 1303 780 1303Q717 1303 717 1389Z" />
+<glyph unicode="©" glyph-name="copyright" horiz-adv-x="1704" d="M897 1092Q755 1092 675 998T594 733Q594 547 668 458T889 369Q973 369 1087 412V324Q985 279 879 279Q692 279 591 394T489 725Q489 933 600 1057T897 1182Q1016 1182 1124 1130L1087 1047Q989
+1092 897 1092ZM100 731Q100 931 200 1106T475 1382T852 1483Q1052 1483 1227 1383T1503 1108T1604 731Q1604 534 1507 361T1235 84T852 -20Q645 -20 470 83T198 360T100 731ZM193 731Q193 553 281 402T522 161T852 72Q1030 72 1181 160T1422 401T1511 731Q1511
+905 1426 1056T1187 1299T852 1391Q676 1391 524 1303T282 1060T193 731Z" />
+<glyph unicode="ª" glyph-name="ordfeminine" horiz-adv-x="686" d="M512 813L487 885Q403 801 285 801Q190 801 134 850T78 989Q78 1089 158 1140T399 1200L494 1204V1247Q494 1324 456 1361T350 1399Q263 1399 154 1350L121 1423Q238 1479 352 1479Q580
+1479 580 1264V813H512ZM168 993Q168 939 203 908T299 877Q389 877 441 927T494 1069V1133L406 1128Q290 1122 229 1092T168 993Z" />
+<glyph unicode="«" glyph-name="guillemotleft" horiz-adv-x="885" d="M82 543L391 936L453 893L199 530L453 168L391 125L82 516V543ZM442 543L752 936L813 893L559 530L813 168L752 125L442 516V543Z" />
+<glyph unicode="¬" glyph-name="logicalnot" horiz-adv-x="1169" d="M1038 764V270H956V682H111V764H1038Z" />
+<glyph unicode="­" glyph-name="uni00AD" horiz-adv-x="659" d="M92 512V594H567V512H92Z" />
+<glyph unicode="®" glyph-name="registered" horiz-adv-x="1704" d="M709 731H821Q912 731 964 777T1016 913Q1016 1085 819 1085H709V731ZM1120 918Q1120 839 1082 779T971 684L1208 291H1087L877 651H709V291H608V1171H819Q962 1171 1041 1109T1120 918ZM100
+731Q100 931 200 1106T475 1382T852 1483Q1052 1483 1227 1383T1503 1108T1604 731Q1604 534 1507 361T1235 84T852 -20Q645 -20 470 83T198 360T100 731ZM193 731Q193 553 281 402T522 161T852 72Q1030 72 1181 160T1422 401T1511 731Q1511 905 1426 1056T1187
+1299T852 1391Q676 1391 524 1303T282 1060T193 731Z" />
+<glyph unicode="¯" glyph-name="overscore" horiz-adv-x="1024" d="M1030 1556H-6V1638H1030V1556Z" />
+<glyph unicode="°" glyph-name="degree" horiz-adv-x="877" d="M139 1184Q139 1316 225 1399T438 1483Q564 1483 650 1400T737 1184Q737 1052 651 969T438 885Q308 885 224 968T139 1184ZM229 1184Q229 1093 290 1030T438 967Q524 967 585 1029T647 1184Q647
+1276 587 1338T438 1401Q348 1401 289 1337T229 1184Z" />
+<glyph unicode="±" glyph-name="plusminus" horiz-adv-x="1169" d="M111 1V83H1059V1H111ZM625 764H1059V682H625V250H543V682H111V764H543V1198H625V764Z" />
+<glyph unicode="²" glyph-name="twosuperior" horiz-adv-x="688" d="M629 586H53V664L295 901Q420 1022 467 1094T514 1243Q514 1314 468 1355T344 1397Q236 1397 127 1315L78 1380Q197 1483 348 1483Q472 1483 542 1420T612 1245Q612 1198 599 1156T559
+1071T491 981T182 674H629V586Z" />
+<glyph unicode="³" glyph-name="threesuperior" horiz-adv-x="688" d="M616 1260Q616 1182 572 1129T455 1053Q641 1008 641 842Q641 712 553 641T305 569Q161 569 41 629V717Q177 655 307 655Q422 655 481 704T541 840Q541 923 482 962T303 1001H172V1085H307Q412
+1085 465 1128T518 1249Q518 1316 471 1356T344 1397Q216 1397 98 1319L51 1389Q181 1483 344 1483Q471 1483 543 1423T616 1260Z" />
+<glyph unicode="´" glyph-name="acute" horiz-adv-x="1182" d="M393 1257Q466 1336 537 1428T635 1569H776V1552Q740 1500 654 1414T463 1241H393V1257Z" />
+<glyph unicode="µ" glyph-name="mu" horiz-adv-x="1221" d="M281 1087V383Q281 219 350 145T563 70Q757 70 848 168T940 487V1087H1038V0H954L936 150H930Q880 73 780 27T563 -20Q464 -20 396 7T276 92Q281 0 281 -78V-492H182V1087H281Z" />
+<glyph unicode="¶" glyph-name="paragraph" horiz-adv-x="1341" d="M1106 -260H1006V1462H778V-260H678V559Q614 541 532 541Q316 541 215 666T113 1042Q113 1302 222 1429T563 1556H1106V-260Z" />
+<glyph unicode="·" glyph-name="middot" horiz-adv-x="487" d="M162 721Q162 819 242 819Q324 819 324 721Q324 623 242 623Q162 623 162 721Z" />
+<glyph unicode="¸" glyph-name="cedilla" horiz-adv-x="420" d="M393 -291Q393 -391 326 -441T137 -492Q69 -492 43 -481V-393Q73 -403 135 -403Q213 -403 254 -375T295 -295Q295 -201 102 -174L195 0H291L225 -117Q393 -154 393 -291Z" />
+<glyph unicode="¹" glyph-name="onesuperior" horiz-adv-x="688" d="M350 1462H442V586H344V1133Q344 1232 356 1366Q330 1343 123 1221L76 1298L350 1462Z" />
+<glyph unicode="º" glyph-name="ordmasculine" horiz-adv-x="739" d="M670 1141Q670 980 590 891T367 801Q224 801 147 887T70 1141Q70 1303 148 1391T371 1479Q513 1479 591 1392T670 1141ZM160 1141Q160 877 369 877Q578 877 578 1141Q578 1272 528 1335T369
+1399Q260 1399 210 1336T160 1141Z" />
+<glyph unicode="»" glyph-name="guillemotright" horiz-adv-x="885" d="M803 518L494 125L432 168L686 530L432 893L494 936L803 545V518ZM442 518L133 125L72 168L326 530L72 893L133 936L442 545V518Z" />
+<glyph unicode="¼" glyph-name="onequarter" horiz-adv-x="1516" d="M589 1462H681V586H583V1133Q583 1232 595 1366Q569 1343 362 1221L315 1298L589 1462ZM1148 1462L337 0H243L1054 1462H1148ZM1392 242H1263V1H1173V242H760V302L1167 883H1263V320H1392V242ZM1173
+320V541Q1173 673 1181 773Q1175 761 1160 738T864 320H1173Z" />
+<glyph unicode="½" glyph-name="onehalf" horiz-adv-x="1516" d="M541 1462H633V586H535V1133Q535 1232 547 1366Q521 1343 314 1221L267 1298L541 1462ZM1073 1462L262 0H168L979 1462H1073ZM1403 1H827V79L1069 316Q1194 437 1241 509T1288 658Q1288 729
+1242 770T1118 812Q1010 812 901 730L852 795Q971 898 1122 898Q1246 898 1316 835T1386 660Q1386 613 1373 571T1333 486T1265 396T956 89H1403V1Z" />
+<glyph unicode="¾" glyph-name="threequarters" horiz-adv-x="1516" d="M616 1260Q616 1182 572 1129T455 1053Q641 1008 641 842Q641 712 553 641T305 569Q161 569 41 629V717Q177 655 307 655Q422 655 481 704T541 840Q541 923 482 962T303 1001H172V1085H307Q412
+1085 465 1128T518 1249Q518 1316 471 1356T344 1397Q216 1397 98 1319L51 1389Q181 1483 344 1483Q471 1483 543 1423T616 1260ZM1300 1462L489 0H395L1206 1462H1300ZM1495 242H1366V1H1276V242H863V302L1270 883H1366V320H1495V242ZM1276 320V541Q1276 673 1284
+773Q1278 761 1263 738T967 320H1276Z" />
+<glyph unicode="¿" glyph-name="questiondown" horiz-adv-x="862" d="M569 711V674Q569 549 530 470T393 305L303 226Q230 165 199 106T168 -33Q168 -157 250 -233T471 -309Q596 -309 704 -263L768 -236L805 -315Q694 -363 620 -379T467 -395Q283 -395 179
+-296T74 -27Q74 43 94 97T152 199T324 358Q388 411 422 456T472 550T487 696V711H569ZM440 1010Q440 1108 520 1108Q602 1108 602 1010Q602 957 579 934T520 911Q486 911 463 934T440 1010Z" />
+<glyph unicode="À" glyph-name="Agrave" horiz-adv-x="1229" d="M911 516H317L113 0H0L588 1468H653L1229 0H1114L911 516ZM354 608H877L678 1135Q653 1197 618 1307Q591 1211 559 1133L354 608ZM720 1579H651Q555 1658 463 1750T337 1890V1907H479Q505 1859
+577 1765T720 1595V1579Z" />
+<glyph unicode="Á" glyph-name="Aacute" horiz-adv-x="1229" d="M911 516H317L113 0H0L588 1468H653L1229 0H1114L911 516ZM354 608H877L678 1135Q653 1197 618 1307Q591 1211 559 1133L354 608ZM504 1595Q577 1674 648 1766T746 1907H887V1890Q851 1838
+765 1752T574 1579H504V1595Z" />
+<glyph unicode="Â" glyph-name="Acircumflex" horiz-adv-x="1229" d="M911 516H317L113 0H0L588 1468H653L1229 0H1114L911 516ZM354 608H877L678 1135Q653 1197 618 1307Q591 1211 559 1133L354 608ZM328 1595Q390 1662 459 1751T570 1907H668Q736 1787
+910 1595V1579H840Q718 1680 619 1786Q511 1672 398 1579H328V1595Z" />
+<glyph unicode="Ã" glyph-name="Atilde" horiz-adv-x="1229" d="M911 516H317L113 0H0L588 1468H653L1229 0H1114L911 516ZM354 608H877L678 1135Q653 1197 618 1307Q591 1211 559 1133L354 608ZM784 1581Q748 1581 709 1599T608 1671Q576 1697 546 1717T483
+1737Q438 1737 408 1703T360 1581H287Q297 1692 350 1755T487 1819Q535 1819 575 1794T657 1735Q691 1707 723 1685T784 1663Q830 1663 861 1699T909 1819H985Q969 1703 916 1642T784 1581Z" />
+<glyph unicode="Ä" glyph-name="Adieresis" horiz-adv-x="1229" d="M911 516H317L113 0H0L588 1468H653L1229 0H1114L911 516ZM354 608H877L678 1135Q653 1197 618 1307Q591 1211 559 1133L354 608ZM367 1727Q367 1773 382 1793T430 1813Q494 1813 494 1727Q494
+1641 430 1641Q367 1641 367 1727ZM748 1727Q748 1773 763 1793T811 1813Q875 1813 875 1727Q875 1641 811 1641Q748 1641 748 1727Z" />
+<glyph unicode="Å" glyph-name="Aring" horiz-adv-x="1229" d="M911 516H317L113 0H0L588 1468H653L1229 0H1114L911 516ZM354 608H877L678 1135Q653 1197 618 1307Q591 1211 559 1133L354 608ZM836 1610Q836 1513 776 1455T619 1397Q522 1397 462 1455T402
+1610Q402 1704 462 1762T619 1821Q716 1821 776 1762T836 1610ZM482 1610Q482 1544 519 1507T619 1469Q681 1469 718 1506T756 1610Q756 1674 717 1711T619 1749Q557 1749 520 1711T482 1610Z" />
+<glyph unicode="Æ" glyph-name="AE" horiz-adv-x="1653" d="M1528 0H811V516H336L109 0H-2L651 1462H1528V1368H913V815H1489V721H913V94H1528V0ZM377 608H811V1368H711L377 608Z" />
+<glyph unicode="Ç" glyph-name="Ccedilla" horiz-adv-x="1272" d="M831 1391Q556 1391 398 1215T240 733Q240 420 389 247T815 74Q999 74 1153 121V31Q1008 -20 791 -20Q483 -20 306 179T129 735Q129 958 213 1128T456 1390T825 1483Q1039 1483 1208 1403L1167
+1311Q1007 1391 831 1391ZM911 -291Q911 -391 844 -441T655 -492Q587 -492 561 -481V-393Q591 -403 653 -403Q731 -403 772 -375T813 -295Q813 -201 620 -174L713 0H809L743 -117Q911 -154 911 -291Z" />
+<glyph unicode="È" glyph-name="Egrave" horiz-adv-x="1130" d="M1006 0H207V1462H1006V1368H309V815H967V721H309V94H1006V0ZM697 1579H628Q532 1658 440 1750T314 1890V1907H456Q482 1859 554 1765T697 1595V1579Z" />
+<glyph unicode="É" glyph-name="Eacute" horiz-adv-x="1130" d="M1006 0H207V1462H1006V1368H309V815H967V721H309V94H1006V0ZM463 1595Q536 1674 607 1766T705 1907H846V1890Q810 1838 724 1752T533 1579H463V1595Z" />
+<glyph unicode="Ê" glyph-name="Ecircumflex" horiz-adv-x="1130" d="M1006 0H207V1462H1006V1368H309V815H967V721H309V94H1006V0ZM315 1595Q377 1662 446 1751T557 1907H655Q723 1787 897 1595V1579H827Q705 1680 606 1786Q498 1672 385 1579H315V1595Z" />
+<glyph unicode="Ë" glyph-name="Edieresis" horiz-adv-x="1130" d="M1006 0H207V1462H1006V1368H309V815H967V721H309V94H1006V0ZM354 1727Q354 1773 369 1793T417 1813Q481 1813 481 1727Q481 1641 417 1641Q354 1641 354 1727ZM735 1727Q735 1773 750 1793T798
+1813Q862 1813 862 1727Q862 1641 798 1641Q735 1641 735 1727Z" />
+<glyph unicode="Ì" glyph-name="Igrave" horiz-adv-x="516" d="M207 0V1462H309V0H207ZM320 1579H251Q155 1658 63 1750T-63 1890V1907H79Q105 1859 177 1765T320 1595V1579Z" />
+<glyph unicode="Í" glyph-name="Iacute" horiz-adv-x="516" d="M207 0V1462H309V0H207ZM191 1595Q264 1674 335 1766T433 1907H574V1890Q538 1838 452 1752T261 1579H191V1595Z" />
+<glyph unicode="Î" glyph-name="Icircumflex" horiz-adv-x="516" d="M207 0V1462H309V0H207ZM-32 1595Q30 1662 99 1751T210 1907H308Q376 1787 550 1595V1579H480Q358 1680 259 1786Q151 1672 38 1579H-32V1595Z" />
+<glyph unicode="Ï" glyph-name="Idieresis" horiz-adv-x="516" d="M207 0V1462H309V0H207ZM5 1727Q5 1773 20 1793T68 1813Q132 1813 132 1727Q132 1641 68 1641Q5 1641 5 1727ZM386 1727Q386 1773 401 1793T449 1813Q513 1813 513 1727Q513 1641 449 1641Q386
+1641 386 1727Z" />
+<glyph unicode="Ð" glyph-name="Eth" horiz-adv-x="1466" d="M1317 745Q1317 377 1124 189T557 0H207V678H47V772H207V1462H602Q952 1462 1134 1279T1317 745ZM1206 741Q1206 1055 1047 1213T578 1372H309V772H715V678H309V90H551Q1206 90 1206 741Z" />
+<glyph unicode="Ñ" glyph-name="Ntilde" horiz-adv-x="1477" d="M1270 0H1167L301 1298H293Q305 1066 305 948V0H207V1462H309L1174 166H1180Q1171 346 1171 508V1462H1270V0ZM897 1581Q861 1581 822 1599T721 1671Q689 1697 659 1717T596 1737Q551 1737
+521 1703T473 1581H400Q410 1692 463 1755T600 1819Q648 1819 688 1794T770 1735Q804 1707 836 1685T897 1663Q943 1663 974 1699T1022 1819H1098Q1082 1703 1029 1642T897 1581Z" />
+<glyph unicode="Ò" glyph-name="Ograve" horiz-adv-x="1565" d="M1436 733Q1436 385 1262 183T782 -20Q477 -20 303 182T129 735Q129 1084 304 1284T784 1485Q1090 1485 1263 1284T1436 733ZM240 733Q240 419 380 248T782 76Q1046 76 1185 246T1325 733Q1325
+1049 1186 1217T784 1386Q523 1386 382 1216T240 733ZM885 1579H816Q720 1658 628 1750T502 1890V1907H644Q670 1859 742 1765T885 1595V1579Z" />
+<glyph unicode="Ó" glyph-name="Oacute" horiz-adv-x="1565" d="M1436 733Q1436 385 1262 183T782 -20Q477 -20 303 182T129 735Q129 1084 304 1284T784 1485Q1090 1485 1263 1284T1436 733ZM240 733Q240 419 380 248T782 76Q1046 76 1185 246T1325 733Q1325
+1049 1186 1217T784 1386Q523 1386 382 1216T240 733ZM686 1595Q759 1674 830 1766T928 1907H1069V1890Q1033 1838 947 1752T756 1579H686V1595Z" />
+<glyph unicode="Ô" glyph-name="Ocircumflex" horiz-adv-x="1565" d="M1436 733Q1436 385 1262 183T782 -20Q477 -20 303 182T129 735Q129 1084 304 1284T784 1485Q1090 1485 1263 1284T1436 733ZM240 733Q240 419 380 248T782 76Q1046 76 1185 246T1325
+733Q1325 1049 1186 1217T784 1386Q523 1386 382 1216T240 733ZM492 1595Q554 1662 623 1751T734 1907H832Q900 1787 1074 1595V1579H1004Q882 1680 783 1786Q675 1672 562 1579H492V1595Z" />
+<glyph unicode="Õ" glyph-name="Otilde" horiz-adv-x="1565" d="M1436 733Q1436 385 1262 183T782 -20Q477 -20 303 182T129 735Q129 1084 304 1284T784 1485Q1090 1485 1263 1284T1436 733ZM240 733Q240 419 380 248T782 76Q1046 76 1185 246T1325 733Q1325
+1049 1186 1217T784 1386Q523 1386 382 1216T240 733ZM940 1581Q904 1581 865 1599T764 1671Q732 1697 702 1717T639 1737Q594 1737 564 1703T516 1581H443Q453 1692 506 1755T643 1819Q691 1819 731 1794T813 1735Q847 1707 879 1685T940 1663Q986 1663 1017 1699T1065
+1819H1141Q1125 1703 1072 1642T940 1581Z" />
+<glyph unicode="Ö" glyph-name="Odieresis" horiz-adv-x="1565" d="M1436 733Q1436 385 1262 183T782 -20Q477 -20 303 182T129 735Q129 1084 304 1284T784 1485Q1090 1485 1263 1284T1436 733ZM240 733Q240 419 380 248T782 76Q1046 76 1185 246T1325 733Q1325
+1049 1186 1217T784 1386Q523 1386 382 1216T240 733ZM529 1727Q529 1773 544 1793T592 1813Q656 1813 656 1727Q656 1641 592 1641Q529 1641 529 1727ZM910 1727Q910 1773 925 1793T973 1813Q1037 1813 1037 1727Q1037 1641 973 1641Q910 1641 910 1727Z" />
+<glyph unicode="×" glyph-name="multiply" horiz-adv-x="1169" d="M584 780L993 1188L1051 1130L643 723L1049 315L991 258L584 666L178 258L121 315L526 723L119 1130L176 1188L584 780Z" />
+<glyph unicode="Ø" glyph-name="Oslash" horiz-adv-x="1565" d="M1436 733Q1436 385 1262 183T782 -20Q546 -20 387 100L301 -20L227 39L317 166Q129 366 129 735Q129 1084 304 1284T784 1485Q1016 1485 1176 1364L1284 1516L1356 1456L1245 1303Q1436 1096
+1436 733ZM1325 733Q1325 1048 1186 1219L444 182Q577 76 782 76Q1046 76 1185 246T1325 733ZM240 733Q240 421 379 250L1118 1284Q985 1386 784 1386Q523 1386 382 1216T240 733Z" />
+<glyph unicode="Ù" glyph-name="Ugrave" horiz-adv-x="1473" d="M1282 1462V516Q1282 264 1136 122T729 -20Q475 -20 333 122T190 520V1462H293V516Q293 305 410 188T741 70Q950 70 1065 185T1180 506V1462H1282ZM833 1579H764Q668 1658 576 1750T450 1890V1907H592Q618
+1859 690 1765T833 1595V1579Z" />
+<glyph unicode="Ú" glyph-name="Uacute" horiz-adv-x="1473" d="M1282 1462V516Q1282 264 1136 122T729 -20Q475 -20 333 122T190 520V1462H293V516Q293 305 410 188T741 70Q950 70 1065 185T1180 506V1462H1282ZM633 1595Q706 1674 777 1766T875 1907H1016V1890Q980
+1838 894 1752T703 1579H633V1595Z" />
+<glyph unicode="Û" glyph-name="Ucircumflex" horiz-adv-x="1473" d="M1282 1462V516Q1282 264 1136 122T729 -20Q475 -20 333 122T190 520V1462H293V516Q293 305 410 188T741 70Q950 70 1065 185T1180 506V1462H1282ZM444 1595Q506 1662 575 1751T686 1907H784Q852
+1787 1026 1595V1579H956Q834 1680 735 1786Q627 1672 514 1579H444V1595Z" />
+<glyph unicode="Ü" glyph-name="Udieresis" horiz-adv-x="1473" d="M1282 1462V516Q1282 264 1136 122T729 -20Q475 -20 333 122T190 520V1462H293V516Q293 305 410 188T741 70Q950 70 1065 185T1180 506V1462H1282ZM481 1727Q481 1773 496 1793T544 1813Q608
+1813 608 1727Q608 1641 544 1641Q481 1641 481 1727ZM862 1727Q862 1773 877 1793T925 1813Q989 1813 989 1727Q989 1641 925 1641Q862 1641 862 1727Z" />
+<glyph unicode="Ý" glyph-name="Yacute" horiz-adv-x="1081" d="M543 662L971 1462H1081L594 565V0H489V557L0 1462H117L543 662ZM434 1595Q507 1674 578 1766T676 1907H817V1890Q781 1838 695 1752T504 1579H434V1595Z" />
+<glyph unicode="Þ" glyph-name="Thorn" horiz-adv-x="1198" d="M1087 778Q1087 566 943 453T535 340H309V0H207V1462H309V1198H565Q1087 1198 1087 778ZM309 428H510Q757 428 867 509T977 774Q977 943 873 1024T551 1106H309V428Z" />
+<glyph unicode="ß" glyph-name="germandbls" horiz-adv-x="1194" d="M961 1284Q961 1145 822 1034Q741 970 712 934T682 858Q682 814 696 790T748 733T850 655Q956 580 1001 531T1069 428T1092 307Q1092 151 1004 66T758 -20Q663 -20 584 -2T457 47V154Q522
+116 605 92T758 68Q872 68 932 122T993 283Q993 366 954 427T805 563Q678 650 630 710T582 856Q582 916 614 966T721 1074Q795 1131 827 1179T860 1286Q860 1379 790 1429T588 1479Q443 1479 362 1410T281 1214V0H182V1206Q182 1379 285 1473T578 1567Q766 1567
+863 1495T961 1284Z" />
+<glyph unicode="à" glyph-name="agrave" horiz-adv-x="1085" d="M842 0L817 172H809Q727 67 641 24T436 -20Q276 -20 187 62T98 289Q98 448 230 536T614 629L821 635V707Q821 862 758 941T555 1020Q404 1020 242 936L205 1022Q384 1106 559 1106Q738 1106
+826 1013T915 723V0H842ZM442 70Q616 70 716 169T817 446V553L627 545Q398 534 301 474T203 285Q203 183 265 127T442 70ZM638 1241H569Q473 1320 381 1412T255 1552V1569H397Q423 1521 495 1427T638 1257V1241Z" />
+<glyph unicode="á" glyph-name="aacute" horiz-adv-x="1085" d="M842 0L817 172H809Q727 67 641 24T436 -20Q276 -20 187 62T98 289Q98 448 230 536T614 629L821 635V707Q821 862 758 941T555 1020Q404 1020 242 936L205 1022Q384 1106 559 1106Q738 1106
+826 1013T915 723V0H842ZM442 70Q616 70 716 169T817 446V553L627 545Q398 534 301 474T203 285Q203 183 265 127T442 70ZM422 1257Q495 1336 566 1428T664 1569H805V1552Q769 1500 683 1414T492 1241H422V1257Z" />
+<glyph unicode="â" glyph-name="acircumflex" horiz-adv-x="1085" d="M842 0L817 172H809Q727 67 641 24T436 -20Q276 -20 187 62T98 289Q98 448 230 536T614 629L821 635V707Q821 862 758 941T555 1020Q404 1020 242 936L205 1022Q384 1106 559 1106Q738
+1106 826 1013T915 723V0H842ZM442 70Q616 70 716 169T817 446V553L627 545Q398 534 301 474T203 285Q203 183 265 127T442 70ZM507 1257Q569 1324 638 1413T749 1569H847Q915 1449 1089 1257V1241H1019Q897 1342 798 1448Q690 1334 577 1241H507V1257Z" />
+<glyph unicode="ã" glyph-name="atilde" horiz-adv-x="1085" d="M842 0L817 172H809Q727 67 641 24T436 -20Q276 -20 187 62T98 289Q98 448 230 536T614 629L821 635V707Q821 862 758 941T555 1020Q404 1020 242 936L205 1022Q384 1106 559 1106Q738 1106
+826 1013T915 723V0H842ZM442 70Q616 70 716 169T817 446V553L627 545Q398 534 301 474T203 285Q203 183 265 127T442 70ZM953 1243Q917 1243 878 1261T777 1333Q745 1359 715 1379T652 1399Q607 1399 577 1365T529 1243H456Q466 1354 519 1417T656 1481Q704 1481
+744 1456T826 1397Q860 1369 892 1347T953 1325Q999 1325 1030 1361T1078 1481H1154Q1138 1365 1085 1304T953 1243Z" />
+<glyph unicode="ä" glyph-name="adieresis" horiz-adv-x="1085" d="M842 0L817 172H809Q727 67 641 24T436 -20Q276 -20 187 62T98 289Q98 448 230 536T614 629L821 635V707Q821 862 758 941T555 1020Q404 1020 242 936L205 1022Q384 1106 559 1106Q738 1106
+826 1013T915 723V0H842ZM442 70Q616 70 716 169T817 446V553L627 545Q398 534 301 474T203 285Q203 183 265 127T442 70ZM538 1389Q538 1435 553 1455T601 1475Q665 1475 665 1389Q665 1303 601 1303Q538 1303 538 1389ZM919 1389Q919 1435 934 1455T982 1475Q1046
+1475 1046 1389Q1046 1303 982 1303Q919 1303 919 1389Z" />
+<glyph unicode="å" glyph-name="aring" horiz-adv-x="1085" d="M842 0L817 172H809Q727 67 641 24T436 -20Q276 -20 187 62T98 289Q98 448 230 536T614 629L821 635V707Q821 862 758 941T555 1020Q404 1020 242 936L205 1022Q384 1106 559 1106Q738 1106
+826 1013T915 723V0H842ZM442 70Q616 70 716 169T817 446V553L627 545Q398 534 301 474T203 285Q203 183 265 127T442 70ZM1015 1456Q1015 1359 955 1301T798 1243Q701 1243 641 1301T581 1456Q581 1550 641 1608T798 1667Q895 1667 955 1608T1015 1456ZM661 1456Q661
+1390 698 1353T798 1315Q860 1315 897 1352T935 1456Q935 1520 896 1557T798 1595Q736 1595 699 1557T661 1456Z" />
+<glyph unicode="æ" glyph-name="ae" horiz-adv-x="1731" d="M1243 -20Q948 -20 846 236Q778 103 678 42T426 -20Q270 -20 184 62T98 289Q98 443 223 532T600 629L801 635V707Q801 862 740 941T541 1020Q393 1020 236 936L199 1022Q372 1106 545 1106Q806
+1106 870 895Q981 1108 1217 1108Q1401 1108 1506 974T1612 610V530H897Q897 70 1245 70Q1330 70 1395 82T1569 139V49Q1477 8 1404 -6T1243 -20ZM434 70Q603 70 700 169T797 446V553L610 545Q391 534 297 474T203 285Q203 183 264 127T434 70ZM1217 1020Q933 1020
+903 618H1507Q1507 806 1430 913T1217 1020Z" />
+<glyph unicode="ç" glyph-name="ccedilla" horiz-adv-x="973" d="M616 -20Q383 -20 251 127T119 537Q119 807 256 957T631 1108Q772 1108 901 1059L874 971Q733 1018 629 1018Q429 1018 326 895T223 539Q223 319 326 195T614 70Q762 70 889 123V31Q785 -20
+616 -20ZM723 -291Q723 -391 656 -441T467 -492Q399 -492 373 -481V-393Q403 -403 465 -403Q543 -403 584 -375T625 -295Q625 -201 432 -174L525 0H621L555 -117Q723 -154 723 -291Z" />
+<glyph unicode="è" glyph-name="egrave" horiz-adv-x="1124" d="M621 -20Q384 -20 252 126T119 535Q119 795 247 951T592 1108Q784 1108 895 974T1006 610V530H223Q225 306 327 188T621 70Q714 70 784 83T963 139V49Q871 9 793 -5T621 -20ZM592 1020Q435
+1020 340 917T229 618H901Q901 807 819 913T592 1020ZM941 1241H872Q776 1320 684 1412T558 1552V1569H700Q726 1521 798 1427T941 1257V1241Z" />
+<glyph unicode="é" glyph-name="eacute" horiz-adv-x="1124" d="M621 -20Q384 -20 252 126T119 535Q119 795 247 951T592 1108Q784 1108 895 974T1006 610V530H223Q225 306 327 188T621 70Q714 70 784 83T963 139V49Q871 9 793 -5T621 -20ZM592 1020Q435
+1020 340 917T229 618H901Q901 807 819 913T592 1020ZM452 1257Q525 1336 596 1428T694 1569H835V1552Q799 1500 713 1414T522 1241H452V1257Z" />
+<glyph unicode="ê" glyph-name="ecircumflex" horiz-adv-x="1124" d="M621 -20Q384 -20 252 126T119 535Q119 795 247 951T592 1108Q784 1108 895 974T1006 610V530H223Q225 306 327 188T621 70Q714 70 784 83T963 139V49Q871 9 793 -5T621 -20ZM592 1020Q435
+1020 340 917T229 618H901Q901 807 819 913T592 1020ZM546 1257Q608 1324 677 1413T788 1569H886Q954 1449 1128 1257V1241H1058Q936 1342 837 1448Q729 1334 616 1241H546V1257Z" />
+<glyph unicode="ë" glyph-name="edieresis" horiz-adv-x="1124" d="M621 -20Q384 -20 252 126T119 535Q119 795 247 951T592 1108Q784 1108 895 974T1006 610V530H223Q225 306 327 188T621 70Q714 70 784 83T963 139V49Q871 9 793 -5T621 -20ZM592 1020Q435
+1020 340 917T229 618H901Q901 807 819 913T592 1020ZM587 1389Q587 1435 602 1455T650 1475Q714 1475 714 1389Q714 1303 650 1303Q587 1303 587 1389ZM968 1389Q968 1435 983 1455T1031 1475Q1095 1475 1095 1389Q1095 1303 1031 1303Q968 1303 968 1389Z" />
+<glyph unicode="ì" glyph-name="igrave" horiz-adv-x="463" d="M281 0H182V1087H281V0ZM349 1241H280Q184 1320 92 1412T-34 1552V1569H108Q134 1521 206 1427T349 1257V1241Z" />
+<glyph unicode="í" glyph-name="iacute" horiz-adv-x="463" d="M281 0H182V1087H281V0ZM107 1257Q180 1336 251 1428T349 1569H490V1552Q454 1500 368 1414T177 1241H107V1257Z" />
+<glyph unicode="î" glyph-name="icircumflex" horiz-adv-x="463" d="M281 0H182V1087H281V0ZM-58 1257Q4 1324 73 1413T184 1569H282Q350 1449 524 1257V1241H454Q332 1342 233 1448Q125 1334 12 1241H-58V1257Z" />
+<glyph unicode="ï" glyph-name="idieresis" horiz-adv-x="463" d="M281 0H182V1087H281V0ZM-21 1389Q-21 1435 -6 1455T42 1475Q106 1475 106 1389Q106 1303 42 1303Q-21 1303 -21 1389ZM360 1389Q360 1435 375 1455T423 1475Q487 1475 487 1389Q487 1303
+423 1303Q360 1303 360 1389Z" />
+<glyph unicode="ð" glyph-name="eth" horiz-adv-x="1174" d="M1055 559Q1055 283 931 132T582 -20Q368 -20 243 110T117 471Q117 699 243 828T586 958Q694 958 773 925T922 829L926 831Q862 1101 657 1290L387 1133L338 1210L582 1356Q496 1418 383 1475L428
+1556Q575 1487 676 1411L901 1548L950 1464L748 1343Q902 1192 978 990T1055 559ZM950 557Q950 703 853 785T586 868Q401 868 311 768T221 463Q221 277 315 174T584 70Q763 70 856 193T950 557Z" />
+<glyph unicode="ñ" glyph-name="ntilde" horiz-adv-x="1208" d="M940 0V705Q940 869 871 943T657 1018Q462 1018 372 920T281 600V0H182V1087H266L285 938H291Q397 1108 668 1108Q1038 1108 1038 711V0H940ZM1035 1243Q999 1243 960 1261T859 1333Q827 1359
+797 1379T734 1399Q689 1399 659 1365T611 1243H538Q548 1354 601 1417T738 1481Q786 1481 826 1456T908 1397Q942 1369 974 1347T1035 1325Q1081 1325 1112 1361T1160 1481H1236Q1220 1365 1167 1304T1035 1243Z" />
+<glyph unicode="ò" glyph-name="ograve" horiz-adv-x="1200" d="M1081 545Q1081 279 952 130T596 -20Q453 -20 344 49T177 247T119 545Q119 811 248 959T602 1108Q826 1108 953 958T1081 545ZM223 545Q223 321 321 196T600 70Q780 70 878 195T977 545Q977
+770 878 894T598 1018Q418 1018 321 895T223 545ZM974 1241H905Q809 1320 717 1412T591 1552V1569H733Q759 1521 831 1427T974 1257V1241Z" />
+<glyph unicode="ó" glyph-name="oacute" horiz-adv-x="1200" d="M1081 545Q1081 279 952 130T596 -20Q453 -20 344 49T177 247T119 545Q119 811 248 959T602 1108Q826 1108 953 958T1081 545ZM223 545Q223 321 321 196T600 70Q780 70 878 195T977 545Q977
+770 878 894T598 1018Q418 1018 321 895T223 545ZM499 1257Q572 1336 643 1428T741 1569H882V1552Q846 1500 760 1414T569 1241H499V1257Z" />
+<glyph unicode="ô" glyph-name="ocircumflex" horiz-adv-x="1200" d="M1081 545Q1081 279 952 130T596 -20Q453 -20 344 49T177 247T119 545Q119 811 248 959T602 1108Q826 1108 953 958T1081 545ZM223 545Q223 321 321 196T600 70Q780 70 878 195T977 545Q977
+770 878 894T598 1018Q418 1018 321 895T223 545ZM309 1257Q371 1324 440 1413T551 1569H649Q717 1449 891 1257V1241H821Q699 1342 600 1448Q492 1334 379 1241H309V1257Z" />
+<glyph unicode="õ" glyph-name="otilde" horiz-adv-x="1200" d="M1081 545Q1081 279 952 130T596 -20Q453 -20 344 49T177 247T119 545Q119 811 248 959T602 1108Q826 1108 953 958T1081 545ZM223 545Q223 321 321 196T600 70Q780 70 878 195T977 545Q977
+770 878 894T598 1018Q418 1018 321 895T223 545ZM1017 1243Q981 1243 942 1261T841 1333Q809 1359 779 1379T716 1399Q671 1399 641 1365T593 1243H520Q530 1354 583 1417T720 1481Q768 1481 808 1456T890 1397Q924 1369 956 1347T1017 1325Q1063 1325 1094 1361T1142
+1481H1218Q1202 1365 1149 1304T1017 1243Z" />
+<glyph unicode="ö" glyph-name="odieresis" horiz-adv-x="1200" d="M1081 545Q1081 279 952 130T596 -20Q453 -20 344 49T177 247T119 545Q119 811 248 959T602 1108Q826 1108 953 958T1081 545ZM223 545Q223 321 321 196T600 70Q780 70 878 195T977 545Q977
+770 878 894T598 1018Q418 1018 321 895T223 545ZM346 1389Q346 1435 361 1455T409 1475Q473 1475 473 1389Q473 1303 409 1303Q346 1303 346 1389ZM727 1389Q727 1435 742 1455T790 1475Q854 1475 854 1389Q854 1303 790 1303Q727 1303 727 1389Z" />
+<glyph unicode="÷" glyph-name="divide" horiz-adv-x="1169" d="M111 682V764H1059V682H111ZM504 1075Q504 1174 584 1174Q666 1174 666 1075Q666 1023 643 1000T584 977Q550 977 527 1000T504 1075ZM504 371Q504 469 584 469Q666 469 666 371Q666 318 643
+295T584 272Q550 272 527 295T504 371Z" />
+<glyph unicode="ø" glyph-name="oslash" horiz-adv-x="1200" d="M1081 545Q1081 279 952 130T596 -20Q423 -20 305 78L219 -35L147 23L240 143Q119 296 119 545Q119 811 248 959T602 1108Q781 1108 903 1004L999 1128L1073 1073L969 936Q1081 789 1081 545ZM223
+545Q223 345 301 223L844 928Q746 1018 598 1018Q418 1018 321 895T223 545ZM977 545Q977 735 905 854L362 152Q456 70 600 70Q780 70 878 195T977 545Z" />
+<glyph unicode="ù" glyph-name="ugrave" horiz-adv-x="1208" d="M268 1087V383Q268 219 337 145T551 70Q745 70 836 168T928 487V1087H1026V0H942L924 150H918Q812 -20 541 -20Q170 -20 170 377V1087H268ZM943 1241H874Q778 1320 686 1412T560 1552V1569H702Q728
+1521 800 1427T943 1257V1241Z" />
+<glyph unicode="ú" glyph-name="uacute" horiz-adv-x="1208" d="M268 1087V383Q268 219 337 145T551 70Q745 70 836 168T928 487V1087H1026V0H942L924 150H918Q812 -20 541 -20Q170 -20 170 377V1087H268ZM495 1257Q568 1336 639 1428T737 1569H878V1552Q842
+1500 756 1414T565 1241H495V1257Z" />
+<glyph unicode="û" glyph-name="ucircumflex" horiz-adv-x="1208" d="M268 1087V383Q268 219 337 145T551 70Q745 70 836 168T928 487V1087H1026V0H942L924 150H918Q812 -20 541 -20Q170 -20 170 377V1087H268ZM313 1257Q375 1324 444 1413T555 1569H653Q721
+1449 895 1257V1241H825Q703 1342 604 1448Q496 1334 383 1241H313V1257Z" />
+<glyph unicode="ü" glyph-name="udieresis" horiz-adv-x="1208" d="M268 1087V383Q268 219 337 145T551 70Q745 70 836 168T928 487V1087H1026V0H942L924 150H918Q812 -20 541 -20Q170 -20 170 377V1087H268ZM350 1389Q350 1435 365 1455T413 1475Q477 1475
+477 1389Q477 1303 413 1303Q350 1303 350 1389ZM731 1389Q731 1435 746 1455T794 1475Q858 1475 858 1389Q858 1303 794 1303Q731 1303 731 1389Z" />
+<glyph unicode="ý" glyph-name="yacute" horiz-adv-x="940" d="M0 1087H102L332 477Q437 196 465 98H471Q513 227 608 483L838 1087H940L453 -176Q394 -330 354 -384T261 -465T131 -492Q74 -492 4 -471V-385Q62 -401 129 -401Q180 -401 219 -377T289 -303T362
+-143T416 0L0 1087ZM617 1257Q690 1336 761 1428T859 1569H1000V1552Q964 1500 878 1414T687 1241H617V1257Z" />
+<glyph unicode="þ" glyph-name="thorn" horiz-adv-x="1219" d="M281 918Q395 1108 649 1108Q869 1108 984 964T1100 543Q1100 275 979 128T647 -20Q396 -20 281 168H274L277 84Q281 10 281 -78V-492H182V1556H281V1165L274 918H281ZM645 68Q812 68 903 192T995
+539Q995 1018 647 1018Q454 1018 368 913T281 559V541Q281 286 366 177T645 68Z" />
+<glyph unicode="ÿ" glyph-name="ydieresis" horiz-adv-x="940" d="M0 1087H102L332 477Q437 196 465 98H471Q513 227 608 483L838 1087H940L453 -176Q394 -330 354 -384T261 -465T131 -492Q74 -492 4 -471V-385Q62 -401 129 -401Q180 -401 219 -377T289 -303T362
+-143T416 0L0 1087ZM470 1389Q470 1435 485 1455T533 1475Q597 1475 597 1389Q597 1303 533 1303Q470 1303 470 1389ZM851 1389Q851 1435 866 1455T914 1475Q978 1475 978 1389Q978 1303 914 1303Q851 1303 851 1389Z" />
+<glyph unicode="–" glyph-name="endash" horiz-adv-x="1024" d="M82 512V594H942V512H82Z" />
+<glyph unicode="—" glyph-name="emdash" horiz-adv-x="2048" d="M82 512V594H1966V512H82Z" />
+<glyph unicode="‘" glyph-name="quoteleft" horiz-adv-x="297" d="M41 961L29 981Q61 1093 110 1232T203 1462H268Q238 1361 204 1205T158 961H41Z" />
+<glyph unicode="’" glyph-name="quoteright" horiz-adv-x="297" d="M256 1462L268 1442Q193 1177 94 961H29Q58 1057 90 1202T139 1462H256Z" />
+<glyph unicode="‚" glyph-name="quotesinglbase" horiz-adv-x="451" d="M295 238L307 218Q232 -47 133 -263H68Q97 -167 129 -22T178 238H295Z" />
+<glyph unicode="“" glyph-name="quotedblleft" horiz-adv-x="614" d="M358 961L346 981Q380 1101 429 1236T520 1462H586Q556 1364 523 1214T475 961H358ZM41 961L29 981Q61 1093 110 1232T203 1462H268Q238 1361 204 1205T158 961H41Z" />
+<glyph unicode="”" glyph-name="quotedblright" horiz-adv-x="614" d="M256 1462L268 1442Q193 1177 94 961H29Q58 1057 90 1202T139 1462H256ZM573 1462L586 1442Q550 1314 501 1181T412 961H346Q376 1059 409 1209T457 1462H573Z" />
+<glyph unicode="„" glyph-name="quotedblbase" horiz-adv-x="768" d="M295 238L307 218Q232 -47 133 -263H68Q97 -167 129 -22T178 238H295ZM612 238L625 218Q589 90 540 -43T451 -263H385Q415 -165 448 -15T496 238H612Z" />
+<glyph unicode="•" glyph-name="bullet" horiz-adv-x="770" d="M231 748Q231 837 271 882T385 928Q458 928 498 881T539 748Q539 663 498 615T385 567Q313 567 272 614T231 748Z" />
+<glyph unicode="‹" glyph-name="guilsinglleft" horiz-adv-x="524" d="M82 543L391 936L453 893L199 530L453 168L391 125L82 516V543Z" />
+<glyph unicode="›" glyph-name="guilsinglright" horiz-adv-x="524" d="M442 518L133 125L72 168L326 530L72 893L133 936L442 545V518Z" />
+<hkern g1="quotedbl" g2="A" k="143" />
+<hkern g1="quotedbl" g2="T" k="-41" />
+<hkern g1="quotedbl" g2="V" k="-41" />
+<hkern g1="quotedbl" g2="W" k="-41" />
+<hkern g1="quotedbl" g2="Y" k="-20" />
+<hkern g1="quotedbl" g2="a" k="82" />
+<hkern g1="quotedbl" g2="c" k="123" />
+<hkern g1="quotedbl" g2="d" k="123" />
+<hkern g1="quotedbl" g2="e" k="123" />
+<hkern g1="quotedbl" g2="g" k="61" />
+<hkern g1="quotedbl" g2="m" k="61" />
+<hkern g1="quotedbl" g2="n" k="61" />
+<hkern g1="quotedbl" g2="o" k="123" />
+<hkern g1="quotedbl" g2="p" k="61" />
+<hkern g1="quotedbl" g2="q" k="123" />
+<hkern g1="quotedbl" g2="r" k="61" />
+<hkern g1="quotedbl" g2="s" k="61" />
+<hkern g1="quotedbl" g2="u" k="61" />
+<hkern g1="quotedbl" g2="Agrave" k="143" />
+<hkern g1="quotedbl" g2="Aacute" k="143" />
+<hkern g1="quotedbl" g2="Acircumflex" k="143" />
+<hkern g1="quotedbl" g2="Atilde" k="143" />
+<hkern g1="quotedbl" g2="Adieresis" k="143" />
+<hkern g1="quotedbl" g2="Aring" k="143" />
+<hkern g1="quotedbl" g2="Yacute" k="-20" />
+<hkern g1="quotedbl" g2="agrave" k="123" />
+<hkern g1="quotedbl" g2="aacute" k="82" />
+<hkern g1="quotedbl" g2="acircumflex" k="82" />
+<hkern g1="quotedbl" g2="atilde" k="82" />
+<hkern g1="quotedbl" g2="adieresis" k="82" />
+<hkern g1="quotedbl" g2="aring" k="82" />
+<hkern g1="quotedbl" g2="ae" k="82" />
+<hkern g1="quotedbl" g2="ccedilla" k="123" />
+<hkern g1="quotedbl" g2="egrave" k="123" />
+<hkern g1="quotedbl" g2="eacute" k="123" />
+<hkern g1="quotedbl" g2="ecircumflex" k="123" />
+<hkern g1="quotedbl" g2="edieresis" k="123" />
+<hkern g1="quotedbl" g2="ograve" k="123" />
+<hkern g1="quotedbl" g2="oacute" k="123" />
+<hkern g1="quotedbl" g2="ocircumflex" k="123" />
+<hkern g1="quotedbl" g2="otilde" k="123" />
+<hkern g1="quotedbl" g2="odieresis" k="123" />
+<hkern g1="quotedbl" g2="oslash" k="123" />
+<hkern g1="quotedbl" g2="ugrave" k="61" />
+<hkern g1="quotedbl" g2="uacute" k="61" />
+<hkern g1="quotedbl" g2="ucircumflex" k="61" />
+<hkern g1="quotedbl" g2="udieresis" k="61" />
+<hkern g1="quotedbl" g2="Amacron" k="143" />
+<hkern g1="quotedbl" g2="amacron" k="82" />
+<hkern g1="quotedbl" g2="Abreve" k="143" />
+<hkern g1="quotedbl" g2="abreve" k="82" />
+<hkern g1="quotedbl" g2="Aogonek" k="143" />
+<hkern g1="quotedbl" g2="aogonek" k="82" />
+<hkern g1="quotedbl" g2="cacute" k="123" />
+<hkern g1="quotedbl" g2="ccircumflex" k="123" />
+<hkern g1="quotedbl" g2="cdot" k="123" />
+<hkern g1="quotedbl" g2="ccaron" k="123" />
+<hkern g1="quotedbl" g2="dcaron" k="123" />
+<hkern g1="quotedbl" g2="" k="123" />
+<hkern g1="quotedbl" g2="emacron" k="123" />
+<hkern g1="quotedbl" g2="ebreve" k="123" />
+<hkern g1="quotedbl" g2="edotaccent" k="123" />
+<hkern g1="quotedbl" g2="eogonek" k="123" />
+<hkern g1="quotedbl" g2="ecaron" k="123" />
+<hkern g1="quotedbl" g2="gcircumflex" k="61" />
+<hkern g1="quotedbl" g2="gbreve" k="61" />
+<hkern g1="quotedbl" g2="gdot" k="61" />
+<hkern g1="quotedbl" g2="gcommaaccent" k="61" />
+<hkern g1="quotedbl" g2="kgreenlandic" k="61" />
+<hkern g1="quotedbl" g2="nacute" k="61" />
+<hkern g1="quotedbl" g2="ncommaaccent" k="61" />
+<hkern g1="quotedbl" g2="eng" k="61" />
+<hkern g1="quotedbl" g2="omacron" k="123" />
+<hkern g1="quotedbl" g2="obreve" k="123" />
+<hkern g1="quotedbl" g2="ohungarumlaut" k="123" />
+<hkern g1="quotedbl" g2="oe" k="123" />
+<hkern g1="quotedbl" g2="racute" k="61" />
+<hkern g1="quotedbl" g2="rcommaaccent" k="61" />
+<hkern g1="quotedbl" g2="sacute" k="61" />
+<hkern g1="quotedbl" g2="scedilla" k="61" />
+<hkern g1="quotedbl" g2="Tcommaaccent" k="-41" />
+<hkern g1="quotedbl" g2="Tcaron" k="-41" />
+<hkern g1="quotedbl" g2="utilde" k="61" />
+<hkern g1="quotedbl" g2="umacron" k="61" />
+<hkern g1="quotedbl" g2="ubreve" k="61" />
+<hkern g1="quotedbl" g2="uring" k="61" />
+<hkern g1="quotedbl" g2="uhungarumlaut" k="61" />
+<hkern g1="quotedbl" g2="uogonek" k="61" />
+<hkern g1="quotedbl" g2="Wcircumflex" k="-41" />
+<hkern g1="quotedbl" g2="Ycircumflex" k="-20" />
+<hkern g1="quotedbl" g2="Ydieresis" k="-20" />
+<hkern g1="quotedbl" g2="Aringacute" k="143" />
+<hkern g1="quotedbl" g2="aringacute" k="82" />
+<hkern g1="quotedbl" g2="aeacute" k="82" />
+<hkern g1="quotedbl" g2="oslashacute" k="123" />
+<hkern g1="quotedbl" g2="scommaaccent" k="61" />
+<hkern g1="quotedbl" g2="Wgrave" k="-41" />
+<hkern g1="quotedbl" g2="Wacute" k="-41" />
+<hkern g1="quotedbl" g2="Wdieresis" k="-41" />
+<hkern g1="quotedbl" g2="Ygrave" k="-20" />
+<hkern g1="quotedbl" g2="uni1E3F" k="61" />
+<hkern g1="quotedbl" g2="uni1E00" k="143" />
+<hkern g1="quotedbl" g2="uni1E01" k="82" />
+<hkern g1="quotedbl" g2="ohorn" k="123" />
+<hkern g1="quotedbl" g2="uhorn" k="61" />
+<hkern g1="quotedbl" g2="uni1EF4" k="-20" />
+<hkern g1="quotedbl" g2="uni1EF6" k="-20" />
+<hkern g1="quotedbl" g2="uni1EF8" k="-20" />
+<hkern g1="quotedbl" g2="Tcedilla" k="-41" />
+<hkern g1="quotesingle" g2="A" k="143" />
+<hkern g1="quotesingle" g2="T" k="-41" />
+<hkern g1="quotesingle" g2="V" k="-41" />
+<hkern g1="quotesingle" g2="W" k="-41" />
+<hkern g1="quotesingle" g2="Y" k="-20" />
+<hkern g1="quotesingle" g2="a" k="82" />
+<hkern g1="quotesingle" g2="c" k="123" />
+<hkern g1="quotesingle" g2="d" k="123" />
+<hkern g1="quotesingle" g2="e" k="123" />
+<hkern g1="quotesingle" g2="g" k="61" />
+<hkern g1="quotesingle" g2="m" k="61" />
+<hkern g1="quotesingle" g2="n" k="61" />
+<hkern g1="quotesingle" g2="o" k="123" />
+<hkern g1="quotesingle" g2="p" k="61" />
+<hkern g1="quotesingle" g2="q" k="123" />
+<hkern g1="quotesingle" g2="r" k="61" />
+<hkern g1="quotesingle" g2="s" k="61" />
+<hkern g1="quotesingle" g2="u" k="61" />
+<hkern g1="quotesingle" g2="Agrave" k="143" />
+<hkern g1="quotesingle" g2="Aacute" k="143" />
+<hkern g1="quotesingle" g2="Acircumflex" k="143" />
+<hkern g1="quotesingle" g2="Atilde" k="143" />
+<hkern g1="quotesingle" g2="Adieresis" k="143" />
+<hkern g1="quotesingle" g2="Aring" k="143" />
+<hkern g1="quotesingle" g2="Yacute" k="-20" />
+<hkern g1="quotesingle" g2="agrave" k="123" />
+<hkern g1="quotesingle" g2="aacute" k="82" />
+<hkern g1="quotesingle" g2="acircumflex" k="82" />
+<hkern g1="quotesingle" g2="atilde" k="82" />
+<hkern g1="quotesingle" g2="adieresis" k="82" />
+<hkern g1="quotesingle" g2="aring" k="82" />
+<hkern g1="quotesingle" g2="ae" k="82" />
+<hkern g1="quotesingle" g2="ccedilla" k="123" />
+<hkern g1="quotesingle" g2="egrave" k="123" />
+<hkern g1="quotesingle" g2="eacute" k="123" />
+<hkern g1="quotesingle" g2="ecircumflex" k="123" />
+<hkern g1="quotesingle" g2="edieresis" k="123" />
+<hkern g1="quotesingle" g2="ograve" k="123" />
+<hkern g1="quotesingle" g2="oacute" k="123" />
+<hkern g1="quotesingle" g2="ocircumflex" k="123" />
+<hkern g1="quotesingle" g2="otilde" k="123" />
+<hkern g1="quotesingle" g2="odieresis" k="123" />
+<hkern g1="quotesingle" g2="oslash" k="123" />
+<hkern g1="quotesingle" g2="ugrave" k="61" />
+<hkern g1="quotesingle" g2="uacute" k="61" />
+<hkern g1="quotesingle" g2="ucircumflex" k="61" />
+<hkern g1="quotesingle" g2="udieresis" k="61" />
+<hkern g1="quotesingle" g2="Amacron" k="143" />
+<hkern g1="quotesingle" g2="amacron" k="82" />
+<hkern g1="quotesingle" g2="Abreve" k="143" />
+<hkern g1="quotesingle" g2="abreve" k="82" />
+<hkern g1="quotesingle" g2="Aogonek" k="143" />
+<hkern g1="quotesingle" g2="aogonek" k="82" />
+<hkern g1="quotesingle" g2="cacute" k="123" />
+<hkern g1="quotesingle" g2="ccircumflex" k="123" />
+<hkern g1="quotesingle" g2="cdot" k="123" />
+<hkern g1="quotesingle" g2="ccaron" k="123" />
+<hkern g1="quotesingle" g2="dcaron" k="123" />
+<hkern g1="quotesingle" g2="" k="123" />
+<hkern g1="quotesingle" g2="emacron" k="123" />
+<hkern g1="quotesingle" g2="ebreve" k="123" />
+<hkern g1="quotesingle" g2="edotaccent" k="123" />
+<hkern g1="quotesingle" g2="eogonek" k="123" />
+<hkern g1="quotesingle" g2="ecaron" k="123" />
+<hkern g1="quotesingle" g2="gcircumflex" k="61" />
+<hkern g1="quotesingle" g2="gbreve" k="61" />
+<hkern g1="quotesingle" g2="gdot" k="61" />
+<hkern g1="quotesingle" g2="gcommaaccent" k="61" />
+<hkern g1="quotesingle" g2="kgreenlandic" k="61" />
+<hkern g1="quotesingle" g2="nacute" k="61" />
+<hkern g1="quotesingle" g2="ncommaaccent" k="61" />
+<hkern g1="quotesingle" g2="eng" k="61" />
+<hkern g1="quotesingle" g2="omacron" k="123" />
+<hkern g1="quotesingle" g2="obreve" k="123" />
+<hkern g1="quotesingle" g2="ohungarumlaut" k="123" />
+<hkern g1="quotesingle" g2="oe" k="123" />
+<hkern g1="quotesingle" g2="racute" k="61" />
+<hkern g1="quotesingle" g2="rcommaaccent" k="61" />
+<hkern g1="quotesingle" g2="sacute" k="61" />
+<hkern g1="quotesingle" g2="scedilla" k="61" />
+<hkern g1="quotesingle" g2="Tcommaaccent" k="-41" />
+<hkern g1="quotesingle" g2="Tcaron" k="-41" />
+<hkern g1="quotesingle" g2="utilde" k="61" />
+<hkern g1="quotesingle" g2="umacron" k="61" />
+<hkern g1="quotesingle" g2="ubreve" k="61" />
+<hkern g1="quotesingle" g2="uring" k="61" />
+<hkern g1="quotesingle" g2="uhungarumlaut" k="61" />
+<hkern g1="quotesingle" g2="uogonek" k="61" />
+<hkern g1="quotesingle" g2="Wcircumflex" k="-41" />
+<hkern g1="quotesingle" g2="Ycircumflex" k="-20" />
+<hkern g1="quotesingle" g2="Ydieresis" k="-20" />
+<hkern g1="quotesingle" g2="Aringacute" k="143" />
+<hkern g1="quotesingle" g2="aringacute" k="82" />
+<hkern g1="quotesingle" g2="aeacute" k="82" />
+<hkern g1="quotesingle" g2="oslashacute" k="123" />
+<hkern g1="quotesingle" g2="scommaaccent" k="61" />
+<hkern g1="quotesingle" g2="Wgrave" k="-41" />
+<hkern g1="quotesingle" g2="Wacute" k="-41" />
+<hkern g1="quotesingle" g2="Wdieresis" k="-41" />
+<hkern g1="quotesingle" g2="Ygrave" k="-20" />
+<hkern g1="quotesingle" g2="uni1E3F" k="61" />
+<hkern g1="quotesingle" g2="uni1E00" k="143" />
+<hkern g1="quotesingle" g2="uni1E01" k="82" />
+<hkern g1="quotesingle" g2="ohorn" k="123" />
+<hkern g1="quotesingle" g2="uhorn" k="61" />
+<hkern g1="quotesingle" g2="uni1EF4" k="-20" />
+<hkern g1="quotesingle" g2="uni1EF6" k="-20" />
+<hkern g1="quotesingle" g2="uni1EF8" k="-20" />
+<hkern g1="quotesingle" g2="Tcedilla" k="-41" />
+<hkern g1="parenleft" g2="J" k="-184" />
+<hkern g1="comma" g2="C" k="102" />
+<hkern g1="comma" g2="G" k="102" />
+<hkern g1="comma" g2="O" k="102" />
+<hkern g1="comma" g2="Q" k="102" />
+<hkern g1="comma" g2="T" k="143" />
+<hkern g1="comma" g2="U" k="41" />
+<hkern g1="comma" g2="V" k="123" />
+<hkern g1="comma" g2="W" k="123" />
+<hkern g1="comma" g2="Y" k="123" />
+<hkern g1="comma" g2="Ccedilla" k="102" />
+<hkern g1="comma" g2="Ograve" k="102" />
+<hkern g1="comma" g2="Oacute" k="102" />
+<hkern g1="comma" g2="Ocircumflex" k="102" />
+<hkern g1="comma" g2="Otilde" k="102" />
+<hkern g1="comma" g2="Odieresis" k="102" />
+<hkern g1="comma" g2="Oslash" k="102" />
+<hkern g1="comma" g2="Ugrave" k="41" />
+<hkern g1="comma" g2="Uacute" k="41" />
+<hkern g1="comma" g2="Ucircumflex" k="41" />
+<hkern g1="comma" g2="Udieresis" k="41" />
+<hkern g1="comma" g2="Yacute" k="123" />
+<hkern g1="comma" g2="Cacute" k="102" />
+<hkern g1="comma" g2="Ccircumflex" k="102" />
+<hkern g1="comma" g2="Cdot" k="102" />
+<hkern g1="comma" g2="Ccaron" k="102" />
+<hkern g1="comma" g2="Gcircumflex" k="102" />
+<hkern g1="comma" g2="Gbreve" k="102" />
+<hkern g1="comma" g2="Gdot" k="102" />
+<hkern g1="comma" g2="Gcommaaccent" k="102" />
+<hkern g1="comma" g2="Omacron" k="102" />
+<hkern g1="comma" g2="Obreve" k="102" />
+<hkern g1="comma" g2="Ohungarumlaut" k="102" />
+<hkern g1="comma" g2="OE" k="102" />
+<hkern g1="comma" g2="Tcommaaccent" k="143" />
+<hkern g1="comma" g2="Tcaron" k="143" />
+<hkern g1="comma" g2="Utilde" k="41" />
+<hkern g1="comma" g2="Umacron" k="41" />
+<hkern g1="comma" g2="Ubreve" k="41" />
+<hkern g1="comma" g2="Uring" k="41" />
+<hkern g1="comma" g2="Uhungarumlaut" k="41" />
+<hkern g1="comma" g2="Uogonek" k="41" />
+<hkern g1="comma" g2="Wcircumflex" k="123" />
+<hkern g1="comma" g2="Ycircumflex" k="123" />
+<hkern g1="comma" g2="Ydieresis" k="123" />
+<hkern g1="comma" g2="Oslashacute" k="102" />
+<hkern g1="comma" g2="Wgrave" k="123" />
+<hkern g1="comma" g2="Wacute" k="123" />
+<hkern g1="comma" g2="Wdieresis" k="123" />
+<hkern g1="comma" g2="Ygrave" k="123" />
+<hkern g1="comma" g2="Ohorn" k="102" />
+<hkern g1="comma" g2="Uhorn" k="41" />
+<hkern g1="comma" g2="uni1EF4" k="123" />
+<hkern g1="comma" g2="uni1EF6" k="123" />
+<hkern g1="comma" g2="uni1EF8" k="123" />
+<hkern g1="comma" g2="Tcedilla" k="143" />
+<hkern g1="hyphen" g2="T" k="82" />
+<hkern g1="hyphen" g2="Tcommaaccent" k="82" />
+<hkern g1="hyphen" g2="Tcaron" k="82" />
+<hkern g1="hyphen" g2="Tcedilla" k="82" />
+<hkern g1="period" g2="C" k="102" />
+<hkern g1="period" g2="G" k="102" />
+<hkern g1="period" g2="O" k="102" />
+<hkern g1="period" g2="Q" k="102" />
+<hkern g1="period" g2="T" k="143" />
+<hkern g1="period" g2="U" k="41" />
+<hkern g1="period" g2="V" k="123" />
+<hkern g1="period" g2="W" k="123" />
+<hkern g1="period" g2="Y" k="123" />
+<hkern g1="period" g2="Ccedilla" k="102" />
+<hkern g1="period" g2="Ograve" k="102" />
+<hkern g1="period" g2="Oacute" k="102" />
+<hkern g1="period" g2="Ocircumflex" k="102" />
+<hkern g1="period" g2="Otilde" k="102" />
+<hkern g1="period" g2="Odieresis" k="102" />
+<hkern g1="period" g2="Oslash" k="102" />
+<hkern g1="period" g2="Ugrave" k="41" />
+<hkern g1="period" g2="Uacute" k="41" />
+<hkern g1="period" g2="Ucircumflex" k="41" />
+<hkern g1="period" g2="Udieresis" k="41" />
+<hkern g1="period" g2="Yacute" k="123" />
+<hkern g1="period" g2="Cacute" k="102" />
+<hkern g1="period" g2="Ccircumflex" k="102" />
+<hkern g1="period" g2="Cdot" k="102" />
+<hkern g1="period" g2="Ccaron" k="102" />
+<hkern g1="period" g2="Gcircumflex" k="102" />
+<hkern g1="period" g2="Gbreve" k="102" />
+<hkern g1="period" g2="Gdot" k="102" />
+<hkern g1="period" g2="Gcommaaccent" k="102" />
+<hkern g1="period" g2="Omacron" k="102" />
+<hkern g1="period" g2="Obreve" k="102" />
+<hkern g1="period" g2="Ohungarumlaut" k="102" />
+<hkern g1="period" g2="OE" k="102" />
+<hkern g1="period" g2="Tcommaaccent" k="143" />
+<hkern g1="period" g2="Tcaron" k="143" />
+<hkern g1="period" g2="Utilde" k="41" />
+<hkern g1="period" g2="Umacron" k="41" />
+<hkern g1="period" g2="Ubreve" k="41" />
+<hkern g1="period" g2="Uring" k="41" />
+<hkern g1="period" g2="Uhungarumlaut" k="41" />
+<hkern g1="period" g2="Uogonek" k="41" />
+<hkern g1="period" g2="Wcircumflex" k="123" />
+<hkern g1="period" g2="Ycircumflex" k="123" />
+<hkern g1="period" g2="Ydieresis" k="123" />
+<hkern g1="period" g2="Oslashacute" k="102" />
+<hkern g1="period" g2="Wgrave" k="123" />
+<hkern g1="period" g2="Wacute" k="123" />
+<hkern g1="period" g2="Wdieresis" k="123" />
+<hkern g1="period" g2="Ygrave" k="123" />
+<hkern g1="period" g2="Ohorn" k="102" />
+<hkern g1="period" g2="Uhorn" k="41" />
+<hkern g1="period" g2="uni1EF4" k="123" />
+<hkern g1="period" g2="uni1EF6" k="123" />
+<hkern g1="period" g2="uni1EF8" k="123" />
+<hkern g1="period" g2="Tcedilla" k="143" />
+<hkern g1="A" g2="quotedbl" k="143" />
+<hkern g1="A" g2="quotesingle" k="143" />
+<hkern g1="A" g2="C" k="41" />
+<hkern g1="A" g2="G" k="41" />
+<hkern g1="A" g2="J" k="-266" />
+<hkern g1="A" g2="O" k="41" />
+<hkern g1="A" g2="Q" k="41" />
+<hkern g1="A" g2="T" k="143" />
+<hkern g1="A" g2="V" k="82" />
+<hkern g1="A" g2="W" k="82" />
+<hkern g1="A" g2="Y" k="123" />
+<hkern g1="A" g2="Ccedilla" k="41" />
+<hkern g1="A" g2="Ograve" k="41" />
+<hkern g1="A" g2="Oacute" k="41" />
+<hkern g1="A" g2="Ocircumflex" k="41" />
+<hkern g1="A" g2="Otilde" k="41" />
+<hkern g1="A" g2="Odieresis" k="41" />
+<hkern g1="A" g2="Oslash" k="41" />
+<hkern g1="A" g2="Yacute" k="123" />
+<hkern g1="A" g2="Cacute" k="41" />
+<hkern g1="A" g2="Ccircumflex" k="41" />
+<hkern g1="A" g2="Cdot" k="41" />
+<hkern g1="A" g2="Ccaron" k="41" />
+<hkern g1="A" g2="Gcircumflex" k="41" />
+<hkern g1="A" g2="Gbreve" k="41" />
+<hkern g1="A" g2="Gdot" k="41" />
+<hkern g1="A" g2="Gcommaaccent" k="41" />
+<hkern g1="A" g2="Omacron" k="41" />
+<hkern g1="A" g2="Obreve" k="41" />
+<hkern g1="A" g2="Ohungarumlaut" k="41" />
+<hkern g1="A" g2="OE" k="41" />
+<hkern g1="A" g2="Tcommaaccent" k="143" />
+<hkern g1="A" g2="Tcaron" k="143" />
+<hkern g1="A" g2="Wcircumflex" k="82" />
+<hkern g1="A" g2="Ycircumflex" k="123" />
+<hkern g1="A" g2="Ydieresis" k="123" />
+<hkern g1="A" g2="Oslashacute" k="41" />
+<hkern g1="A" g2="Wgrave" k="82" />
+<hkern g1="A" g2="Wacute" k="82" />
+<hkern g1="A" g2="Wdieresis" k="82" />
+<hkern g1="A" g2="Ygrave" k="123" />
+<hkern g1="A" g2="quoteright" k="143" />
+<hkern g1="A" g2="quotedblright" k="143" />
+<hkern g1="A" g2="Ohorn" k="41" />
+<hkern g1="A" g2="uni1EF4" k="123" />
+<hkern g1="A" g2="uni1EF6" k="123" />
+<hkern g1="A" g2="uni1EF8" k="123" />
+<hkern g1="A" g2="Tcedilla" k="143" />
+<hkern g1="B" g2="comma" k="82" />
+<hkern g1="B" g2="period" k="82" />
+<hkern g1="B" g2="A" k="41" />
+<hkern g1="B" g2="T" k="61" />
+<hkern g1="B" g2="V" k="20" />
+<hkern g1="B" g2="W" k="20" />
+<hkern g1="B" g2="X" k="41" />
+<hkern g1="B" g2="Y" k="20" />
+<hkern g1="B" g2="Z" k="20" />
+<hkern g1="B" g2="Agrave" k="41" />
+<hkern g1="B" g2="Aacute" k="41" />
+<hkern g1="B" g2="Acircumflex" k="41" />
+<hkern g1="B" g2="Atilde" k="41" />
+<hkern g1="B" g2="Adieresis" k="41" />
+<hkern g1="B" g2="Aring" k="41" />
+<hkern g1="B" g2="Yacute" k="20" />
+<hkern g1="B" g2="Amacron" k="41" />
+<hkern g1="B" g2="Abreve" k="41" />
+<hkern g1="B" g2="Aogonek" k="41" />
+<hkern g1="B" g2="Tcommaaccent" k="61" />
+<hkern g1="B" g2="Tcaron" k="61" />
+<hkern g1="B" g2="Wcircumflex" k="20" />
+<hkern g1="B" g2="Ycircumflex" k="20" />
+<hkern g1="B" g2="Ydieresis" k="20" />
+<hkern g1="B" g2="Zacute" k="20" />
+<hkern g1="B" g2="Zdotaccent" k="20" />
+<hkern g1="B" g2="Zcaron" k="20" />
+<hkern g1="B" g2="Aringacute" k="41" />
+<hkern g1="B" g2="Wgrave" k="20" />
+<hkern g1="B" g2="Wacute" k="20" />
+<hkern g1="B" g2="Wdieresis" k="20" />
+<hkern g1="B" g2="Ygrave" k="20" />
+<hkern g1="B" g2="quotesinglbase" k="82" />
+<hkern g1="B" g2="quotedblbase" k="82" />
+<hkern g1="B" g2="uni1E00" k="41" />
+<hkern g1="B" g2="uni1EF4" k="20" />
+<hkern g1="B" g2="uni1EF6" k="20" />
+<hkern g1="B" g2="uni1EF8" k="20" />
+<hkern g1="B" g2="Tcedilla" k="61" />
+<hkern g1="C" g2="C" k="41" />
+<hkern g1="C" g2="G" k="41" />
+<hkern g1="C" g2="O" k="41" />
+<hkern g1="C" g2="Q" k="41" />
+<hkern g1="C" g2="Ccedilla" k="41" />
+<hkern g1="C" g2="Ograve" k="41" />
+<hkern g1="C" g2="Oacute" k="41" />
+<hkern g1="C" g2="Ocircumflex" k="41" />
+<hkern g1="C" g2="Otilde" k="41" />
+<hkern g1="C" g2="Odieresis" k="41" />
+<hkern g1="C" g2="Oslash" k="41" />
+<hkern g1="C" g2="Cacute" k="41" />
+<hkern g1="C" g2="Ccircumflex" k="41" />
+<hkern g1="C" g2="Cdot" k="41" />
+<hkern g1="C" g2="Ccaron" k="41" />
+<hkern g1="C" g2="Gcircumflex" k="41" />
+<hkern g1="C" g2="Gbreve" k="41" />
+<hkern g1="C" g2="Gdot" k="41" />
+<hkern g1="C" g2="Gcommaaccent" k="41" />
+<hkern g1="C" g2="Omacron" k="41" />
+<hkern g1="C" g2="Obreve" k="41" />
+<hkern g1="C" g2="Ohungarumlaut" k="41" />
+<hkern g1="C" g2="OE" k="41" />
+<hkern g1="C" g2="Oslashacute" k="41" />
+<hkern g1="C" g2="Ohorn" k="41" />
+<hkern g1="D" g2="comma" k="82" />
+<hkern g1="D" g2="period" k="82" />
+<hkern g1="D" g2="A" k="41" />
+<hkern g1="D" g2="T" k="61" />
+<hkern g1="D" g2="V" k="20" />
+<hkern g1="D" g2="W" k="20" />
+<hkern g1="D" g2="X" k="41" />
+<hkern g1="D" g2="Y" k="20" />
+<hkern g1="D" g2="Z" k="20" />
+<hkern g1="D" g2="Agrave" k="41" />
+<hkern g1="D" g2="Aacute" k="41" />
+<hkern g1="D" g2="Acircumflex" k="41" />
+<hkern g1="D" g2="Atilde" k="41" />
+<hkern g1="D" g2="Adieresis" k="41" />
+<hkern g1="D" g2="Aring" k="41" />
+<hkern g1="D" g2="Yacute" k="20" />
+<hkern g1="D" g2="Amacron" k="41" />
+<hkern g1="D" g2="Abreve" k="41" />
+<hkern g1="D" g2="Aogonek" k="41" />
+<hkern g1="D" g2="Tcommaaccent" k="61" />
+<hkern g1="D" g2="Tcaron" k="61" />
+<hkern g1="D" g2="Wcircumflex" k="20" />
+<hkern g1="D" g2="Ycircumflex" k="20" />
+<hkern g1="D" g2="Ydieresis" k="20" />
+<hkern g1="D" g2="Zacute" k="20" />
+<hkern g1="D" g2="Zdotaccent" k="20" />
+<hkern g1="D" g2="Zcaron" k="20" />
+<hkern g1="D" g2="Aringacute" k="41" />
+<hkern g1="D" g2="Wgrave" k="20" />
+<hkern g1="D" g2="Wacute" k="20" />
+<hkern g1="D" g2="Wdieresis" k="20" />
+<hkern g1="D" g2="Ygrave" k="20" />
+<hkern g1="D" g2="quotesinglbase" k="82" />
+<hkern g1="D" g2="quotedblbase" k="82" />
+<hkern g1="D" g2="uni1E00" k="41" />
+<hkern g1="D" g2="uni1EF4" k="20" />
+<hkern g1="D" g2="uni1EF6" k="20" />
+<hkern g1="D" g2="uni1EF8" k="20" />
+<hkern g1="D" g2="Tcedilla" k="61" />
+<hkern g1="E" g2="J" k="-123" />
+<hkern g1="F" g2="comma" k="123" />
+<hkern g1="F" g2="period" k="123" />
+<hkern g1="F" g2="question" k="-41" />
+<hkern g1="F" g2="A" k="41" />
+<hkern g1="F" g2="Agrave" k="41" />
+<hkern g1="F" g2="Aacute" k="41" />
+<hkern g1="F" g2="Acircumflex" k="41" />
+<hkern g1="F" g2="Atilde" k="41" />
+<hkern g1="F" g2="Adieresis" k="41" />
+<hkern g1="F" g2="Aring" k="41" />
+<hkern g1="F" g2="Amacron" k="41" />
+<hkern g1="F" g2="Abreve" k="41" />
+<hkern g1="F" g2="Aogonek" k="41" />
+<hkern g1="F" g2="Aringacute" k="41" />
+<hkern g1="F" g2="quotesinglbase" k="123" />
+<hkern g1="F" g2="quotedblbase" k="123" />
+<hkern g1="F" g2="uni1E00" k="41" />
+<hkern g1="K" g2="C" k="41" />
+<hkern g1="K" g2="G" k="41" />
+<hkern g1="K" g2="O" k="41" />
+<hkern g1="K" g2="Q" k="41" />
+<hkern g1="K" g2="Ccedilla" k="41" />
+<hkern g1="K" g2="Ograve" k="41" />
+<hkern g1="K" g2="Oacute" k="41" />
+<hkern g1="K" g2="Ocircumflex" k="41" />
+<hkern g1="K" g2="Otilde" k="41" />
+<hkern g1="K" g2="Odieresis" k="41" />
+<hkern g1="K" g2="Oslash" k="41" />
+<hkern g1="K" g2="Cacute" k="41" />
+<hkern g1="K" g2="Ccircumflex" k="41" />
+<hkern g1="K" g2="Cdot" k="41" />
+<hkern g1="K" g2="Ccaron" k="41" />
+<hkern g1="K" g2="Gcircumflex" k="41" />
+<hkern g1="K" g2="Gbreve" k="41" />
+<hkern g1="K" g2="Gdot" k="41" />
+<hkern g1="K" g2="Gcommaaccent" k="41" />
+<hkern g1="K" g2="Omacron" k="41" />
+<hkern g1="K" g2="Obreve" k="41" />
+<hkern g1="K" g2="Ohungarumlaut" k="41" />
+<hkern g1="K" g2="OE" k="41" />
+<hkern g1="K" g2="Oslashacute" k="41" />
+<hkern g1="K" g2="Ohorn" k="41" />
+<hkern g1="L" g2="quotedbl" k="164" />
+<hkern g1="L" g2="quotesingle" k="164" />
+<hkern g1="L" g2="C" k="41" />
+<hkern g1="L" g2="G" k="41" />
+<hkern g1="L" g2="O" k="41" />
+<hkern g1="L" g2="Q" k="41" />
+<hkern g1="L" g2="T" k="41" />
+<hkern g1="L" g2="U" k="20" />
+<hkern g1="L" g2="V" k="41" />
+<hkern g1="L" g2="W" k="41" />
+<hkern g1="L" g2="Y" k="61" />
+<hkern g1="L" g2="Ccedilla" k="41" />
+<hkern g1="L" g2="Ograve" k="41" />
+<hkern g1="L" g2="Oacute" k="41" />
+<hkern g1="L" g2="Ocircumflex" k="41" />
+<hkern g1="L" g2="Otilde" k="41" />
+<hkern g1="L" g2="Odieresis" k="41" />
+<hkern g1="L" g2="Oslash" k="41" />
+<hkern g1="L" g2="Ugrave" k="20" />
+<hkern g1="L" g2="Uacute" k="20" />
+<hkern g1="L" g2="Ucircumflex" k="20" />
+<hkern g1="L" g2="Udieresis" k="20" />
+<hkern g1="L" g2="Yacute" k="61" />
+<hkern g1="L" g2="Cacute" k="41" />
+<hkern g1="L" g2="Ccircumflex" k="41" />
+<hkern g1="L" g2="Cdot" k="41" />
+<hkern g1="L" g2="Ccaron" k="41" />
+<hkern g1="L" g2="Gcircumflex" k="41" />
+<hkern g1="L" g2="Gbreve" k="41" />
+<hkern g1="L" g2="Gdot" k="41" />
+<hkern g1="L" g2="Gcommaaccent" k="41" />
+<hkern g1="L" g2="Omacron" k="41" />
+<hkern g1="L" g2="Obreve" k="41" />
+<hkern g1="L" g2="Ohungarumlaut" k="41" />
+<hkern g1="L" g2="OE" k="41" />
+<hkern g1="L" g2="Tcommaaccent" k="41" />
+<hkern g1="L" g2="Tcaron" k="41" />
+<hkern g1="L" g2="Utilde" k="20" />
+<hkern g1="L" g2="Umacron" k="20" />
+<hkern g1="L" g2="Ubreve" k="20" />
+<hkern g1="L" g2="Uring" k="20" />
+<hkern g1="L" g2="Uhungarumlaut" k="20" />
+<hkern g1="L" g2="Uogonek" k="20" />
+<hkern g1="L" g2="Wcircumflex" k="41" />
+<hkern g1="L" g2="Ycircumflex" k="61" />
+<hkern g1="L" g2="Ydieresis" k="61" />
+<hkern g1="L" g2="Oslashacute" k="41" />
+<hkern g1="L" g2="Wgrave" k="41" />
+<hkern g1="L" g2="Wacute" k="41" />
+<hkern g1="L" g2="Wdieresis" k="41" />
+<hkern g1="L" g2="Ygrave" k="61" />
+<hkern g1="L" g2="quoteright" k="164" />
+<hkern g1="L" g2="quotedblright" k="164" />
+<hkern g1="L" g2="Ohorn" k="41" />
+<hkern g1="L" g2="Uhorn" k="20" />
+<hkern g1="L" g2="uni1EF4" k="61" />
+<hkern g1="L" g2="uni1EF6" k="61" />
+<hkern g1="L" g2="uni1EF8" k="61" />
+<hkern g1="L" g2="Tcedilla" k="41" />
+<hkern g1="O" g2="comma" k="82" />
+<hkern g1="O" g2="period" k="82" />
+<hkern g1="O" g2="A" k="41" />
+<hkern g1="O" g2="T" k="61" />
+<hkern g1="O" g2="V" k="20" />
+<hkern g1="O" g2="W" k="20" />
+<hkern g1="O" g2="X" k="41" />
+<hkern g1="O" g2="Y" k="20" />
+<hkern g1="O" g2="Z" k="20" />
+<hkern g1="O" g2="Agrave" k="41" />
+<hkern g1="O" g2="Aacute" k="41" />
+<hkern g1="O" g2="Acircumflex" k="41" />
+<hkern g1="O" g2="Atilde" k="41" />
+<hkern g1="O" g2="Adieresis" k="41" />
+<hkern g1="O" g2="Aring" k="41" />
+<hkern g1="O" g2="Yacute" k="20" />
+<hkern g1="O" g2="Amacron" k="41" />
+<hkern g1="O" g2="Abreve" k="41" />
+<hkern g1="O" g2="Aogonek" k="41" />
+<hkern g1="O" g2="Tcommaaccent" k="61" />
+<hkern g1="O" g2="Tcaron" k="61" />
+<hkern g1="O" g2="Wcircumflex" k="20" />
+<hkern g1="O" g2="Ycircumflex" k="20" />
+<hkern g1="O" g2="Ydieresis" k="20" />
+<hkern g1="O" g2="Zacute" k="20" />
+<hkern g1="O" g2="Zdotaccent" k="20" />
+<hkern g1="O" g2="Zcaron" k="20" />
+<hkern g1="O" g2="Aringacute" k="41" />
+<hkern g1="O" g2="Wgrave" k="20" />
+<hkern g1="O" g2="Wacute" k="20" />
+<hkern g1="O" g2="Wdieresis" k="20" />
+<hkern g1="O" g2="Ygrave" k="20" />
+<hkern g1="O" g2="quotesinglbase" k="82" />
+<hkern g1="O" g2="quotedblbase" k="82" />
+<hkern g1="O" g2="uni1E00" k="41" />
+<hkern g1="O" g2="uni1EF4" k="20" />
+<hkern g1="O" g2="uni1EF6" k="20" />
+<hkern g1="O" g2="uni1EF8" k="20" />
+<hkern g1="O" g2="Tcedilla" k="61" />
+<hkern g1="P" g2="comma" k="266" />
+<hkern g1="P" g2="period" k="266" />
+<hkern g1="P" g2="A" k="102" />
+<hkern g1="P" g2="X" k="41" />
+<hkern g1="P" g2="Z" k="20" />
+<hkern g1="P" g2="Agrave" k="102" />
+<hkern g1="P" g2="Aacute" k="102" />
+<hkern g1="P" g2="Acircumflex" k="102" />
+<hkern g1="P" g2="Atilde" k="102" />
+<hkern g1="P" g2="Adieresis" k="102" />
+<hkern g1="P" g2="Aring" k="102" />
+<hkern g1="P" g2="Amacron" k="102" />
+<hkern g1="P" g2="Abreve" k="102" />
+<hkern g1="P" g2="Aogonek" k="102" />
+<hkern g1="P" g2="Zacute" k="20" />
+<hkern g1="P" g2="Zdotaccent" k="20" />
+<hkern g1="P" g2="Zcaron" k="20" />
+<hkern g1="P" g2="Aringacute" k="102" />
+<hkern g1="P" g2="quotesinglbase" k="266" />
+<hkern g1="P" g2="quotedblbase" k="266" />
+<hkern g1="P" g2="uni1E00" k="102" />
+<hkern g1="Q" g2="comma" k="82" />
+<hkern g1="Q" g2="period" k="82" />
+<hkern g1="Q" g2="A" k="41" />
+<hkern g1="Q" g2="T" k="61" />
+<hkern g1="Q" g2="V" k="20" />
+<hkern g1="Q" g2="W" k="20" />
+<hkern g1="Q" g2="X" k="41" />
+<hkern g1="Q" g2="Y" k="20" />
+<hkern g1="Q" g2="Z" k="20" />
+<hkern g1="Q" g2="Agrave" k="41" />
+<hkern g1="Q" g2="Aacute" k="41" />
+<hkern g1="Q" g2="Acircumflex" k="41" />
+<hkern g1="Q" g2="Atilde" k="41" />
+<hkern g1="Q" g2="Adieresis" k="41" />
+<hkern g1="Q" g2="Aring" k="41" />
+<hkern g1="Q" g2="Yacute" k="20" />
+<hkern g1="Q" g2="Amacron" k="41" />
+<hkern g1="Q" g2="Abreve" k="41" />
+<hkern g1="Q" g2="Aogonek" k="41" />
+<hkern g1="Q" g2="Tcommaaccent" k="61" />
+<hkern g1="Q" g2="Tcaron" k="61" />
+<hkern g1="Q" g2="Wcircumflex" k="20" />
+<hkern g1="Q" g2="Ycircumflex" k="20" />
+<hkern g1="Q" g2="Ydieresis" k="20" />
+<hkern g1="Q" g2="Zacute" k="20" />
+<hkern g1="Q" g2="Zdotaccent" k="20" />
+<hkern g1="Q" g2="Zcaron" k="20" />
+<hkern g1="Q" g2="Aringacute" k="41" />
+<hkern g1="Q" g2="Wgrave" k="20" />
+<hkern g1="Q" g2="Wacute" k="20" />
+<hkern g1="Q" g2="Wdieresis" k="20" />
+<hkern g1="Q" g2="Ygrave" k="20" />
+<hkern g1="Q" g2="quotesinglbase" k="82" />
+<hkern g1="Q" g2="quotedblbase" k="82" />
+<hkern g1="Q" g2="uni1E00" k="41" />
+<hkern g1="Q" g2="uni1EF4" k="20" />
+<hkern g1="Q" g2="uni1EF6" k="20" />
+<hkern g1="Q" g2="uni1EF8" k="20" />
+<hkern g1="Q" g2="Tcedilla" k="61" />
+<hkern g1="T" g2="comma" k="123" />
+<hkern g1="T" g2="hyphen" k="82" />
+<hkern g1="T" g2="period" k="123" />
+<hkern g1="T" g2="question" k="-41" />
+<hkern g1="T" g2="A" k="143" />
+<hkern g1="T" g2="C" k="41" />
+<hkern g1="T" g2="G" k="41" />
+<hkern g1="T" g2="O" k="41" />
+<hkern g1="T" g2="Q" k="41" />
+<hkern g1="T" g2="T" k="-41" />
+<hkern g1="T" g2="a" k="164" />
+<hkern g1="T" g2="c" k="143" />
+<hkern g1="T" g2="d" k="143" />
+<hkern g1="T" g2="e" k="143" />
+<hkern g1="T" g2="g" k="143" />
+<hkern g1="T" g2="m" k="102" />
+<hkern g1="T" g2="n" k="102" />
+<hkern g1="T" g2="o" k="143" />
+<hkern g1="T" g2="p" k="102" />
+<hkern g1="T" g2="q" k="143" />
+<hkern g1="T" g2="r" k="102" />
+<hkern g1="T" g2="s" k="123" />
+<hkern g1="T" g2="u" k="102" />
+<hkern g1="T" g2="v" k="41" />
+<hkern g1="T" g2="w" k="41" />
+<hkern g1="T" g2="x" k="41" />
+<hkern g1="T" g2="y" k="41" />
+<hkern g1="T" g2="z" k="82" />
+<hkern g1="T" g2="Agrave" k="143" />
+<hkern g1="T" g2="Aacute" k="143" />
+<hkern g1="T" g2="Acircumflex" k="143" />
+<hkern g1="T" g2="Atilde" k="143" />
+<hkern g1="T" g2="Adieresis" k="143" />
+<hkern g1="T" g2="Aring" k="143" />
+<hkern g1="T" g2="Ccedilla" k="41" />
+<hkern g1="T" g2="Ograve" k="41" />
+<hkern g1="T" g2="Oacute" k="41" />
+<hkern g1="T" g2="Ocircumflex" k="41" />
+<hkern g1="T" g2="Otilde" k="41" />
+<hkern g1="T" g2="Odieresis" k="41" />
+<hkern g1="T" g2="Oslash" k="41" />
+<hkern g1="T" g2="agrave" k="143" />
+<hkern g1="T" g2="aacute" k="164" />
+<hkern g1="T" g2="acircumflex" k="164" />
+<hkern g1="T" g2="atilde" k="164" />
+<hkern g1="T" g2="adieresis" k="164" />
+<hkern g1="T" g2="aring" k="164" />
+<hkern g1="T" g2="ae" k="164" />
+<hkern g1="T" g2="ccedilla" k="143" />
+<hkern g1="T" g2="egrave" k="143" />
+<hkern g1="T" g2="eacute" k="143" />
+<hkern g1="T" g2="ecircumflex" k="143" />
+<hkern g1="T" g2="edieresis" k="143" />
+<hkern g1="T" g2="ograve" k="143" />
+<hkern g1="T" g2="oacute" k="143" />
+<hkern g1="T" g2="ocircumflex" k="143" />
+<hkern g1="T" g2="otilde" k="143" />
+<hkern g1="T" g2="odieresis" k="143" />
+<hkern g1="T" g2="oslash" k="143" />
+<hkern g1="T" g2="ugrave" k="102" />
+<hkern g1="T" g2="uacute" k="102" />
+<hkern g1="T" g2="ucircumflex" k="102" />
+<hkern g1="T" g2="udieresis" k="102" />
+<hkern g1="T" g2="yacute" k="41" />
+<hkern g1="T" g2="Amacron" k="143" />
+<hkern g1="T" g2="amacron" k="164" />
+<hkern g1="T" g2="Abreve" k="143" />
+<hkern g1="T" g2="abreve" k="164" />
+<hkern g1="T" g2="Aogonek" k="143" />
+<hkern g1="T" g2="aogonek" k="164" />
+<hkern g1="T" g2="Cacute" k="41" />
+<hkern g1="T" g2="cacute" k="143" />
+<hkern g1="T" g2="Ccircumflex" k="41" />
+<hkern g1="T" g2="ccircumflex" k="143" />
+<hkern g1="T" g2="Cdot" k="41" />
+<hkern g1="T" g2="cdot" k="143" />
+<hkern g1="T" g2="Ccaron" k="41" />
+<hkern g1="T" g2="ccaron" k="143" />
+<hkern g1="T" g2="dcaron" k="143" />
+<hkern g1="T" g2="" k="143" />
+<hkern g1="T" g2="emacron" k="143" />
+<hkern g1="T" g2="ebreve" k="143" />
+<hkern g1="T" g2="edotaccent" k="143" />
+<hkern g1="T" g2="eogonek" k="143" />
+<hkern g1="T" g2="ecaron" k="143" />
+<hkern g1="T" g2="Gcircumflex" k="41" />
+<hkern g1="T" g2="gcircumflex" k="143" />
+<hkern g1="T" g2="Gbreve" k="41" />
+<hkern g1="T" g2="gbreve" k="143" />
+<hkern g1="T" g2="Gdot" k="41" />
+<hkern g1="T" g2="gdot" k="143" />
+<hkern g1="T" g2="Gcommaaccent" k="41" />
+<hkern g1="T" g2="gcommaaccent" k="143" />
+<hkern g1="T" g2="kgreenlandic" k="102" />
+<hkern g1="T" g2="nacute" k="102" />
+<hkern g1="T" g2="ncommaaccent" k="102" />
+<hkern g1="T" g2="eng" k="102" />
+<hkern g1="T" g2="Omacron" k="41" />
+<hkern g1="T" g2="omacron" k="143" />
+<hkern g1="T" g2="Obreve" k="41" />
+<hkern g1="T" g2="obreve" k="143" />
+<hkern g1="T" g2="Ohungarumlaut" k="41" />
+<hkern g1="T" g2="ohungarumlaut" k="143" />
+<hkern g1="T" g2="OE" k="41" />
+<hkern g1="T" g2="oe" k="143" />
+<hkern g1="T" g2="racute" k="102" />
+<hkern g1="T" g2="rcommaaccent" k="102" />
+<hkern g1="T" g2="sacute" k="123" />
+<hkern g1="T" g2="scedilla" k="123" />
+<hkern g1="T" g2="Tcommaaccent" k="-41" />
+<hkern g1="T" g2="Tcaron" k="-41" />
+<hkern g1="T" g2="utilde" k="102" />
+<hkern g1="T" g2="umacron" k="102" />
+<hkern g1="T" g2="ubreve" k="102" />
+<hkern g1="T" g2="uring" k="102" />
+<hkern g1="T" g2="uhungarumlaut" k="102" />
+<hkern g1="T" g2="uogonek" k="102" />
+<hkern g1="T" g2="wcircumflex" k="41" />
+<hkern g1="T" g2="zacute" k="82" />
+<hkern g1="T" g2="zdotaccent" k="82" />
+<hkern g1="T" g2="zcaron" k="82" />
+<hkern g1="T" g2="Aringacute" k="143" />
+<hkern g1="T" g2="aringacute" k="164" />
+<hkern g1="T" g2="aeacute" k="164" />
+<hkern g1="T" g2="Oslashacute" k="41" />
+<hkern g1="T" g2="oslashacute" k="143" />
+<hkern g1="T" g2="scommaaccent" k="123" />
+<hkern g1="T" g2="wgrave" k="41" />
+<hkern g1="T" g2="wacute" k="41" />
+<hkern g1="T" g2="endash" k="82" />
+<hkern g1="T" g2="emdash" k="82" />
+<hkern g1="T" g2="quotesinglbase" k="123" />
+<hkern g1="T" g2="quotedblbase" k="123" />
+<hkern g1="T" g2="uni1E3F" k="102" />
+<hkern g1="T" g2="uni1E00" k="143" />
+<hkern g1="T" g2="uni1E01" k="164" />
+<hkern g1="T" g2="Ohorn" k="41" />
+<hkern g1="T" g2="ohorn" k="143" />
+<hkern g1="T" g2="uhorn" k="102" />
+<hkern g1="T" g2="uni1EF5" k="41" />
+<hkern g1="T" g2="Tcedilla" k="-41" />
+<hkern g1="U" g2="comma" k="41" />
+<hkern g1="U" g2="period" k="41" />
+<hkern g1="U" g2="A" k="20" />
+<hkern g1="U" g2="Agrave" k="20" />
+<hkern g1="U" g2="Aacute" k="20" />
+<hkern g1="U" g2="Acircumflex" k="20" />
+<hkern g1="U" g2="Atilde" k="20" />
+<hkern g1="U" g2="Adieresis" k="20" />
+<hkern g1="U" g2="Aring" k="20" />
+<hkern g1="U" g2="Amacron" k="20" />
+<hkern g1="U" g2="Abreve" k="20" />
+<hkern g1="U" g2="Aogonek" k="20" />
+<hkern g1="U" g2="Aringacute" k="20" />
+<hkern g1="U" g2="quotesinglbase" k="41" />
+<hkern g1="U" g2="quotedblbase" k="41" />
+<hkern g1="U" g2="uni1E00" k="20" />
+<hkern g1="V" g2="comma" k="102" />
+<hkern g1="V" g2="period" k="102" />
+<hkern g1="V" g2="question" k="-41" />
+<hkern g1="V" g2="A" k="82" />
+<hkern g1="V" g2="C" k="20" />
+<hkern g1="V" g2="G" k="20" />
+<hkern g1="V" g2="O" k="20" />
+<hkern g1="V" g2="Q" k="20" />
+<hkern g1="V" g2="a" k="41" />
+<hkern g1="V" g2="c" k="41" />
+<hkern g1="V" g2="d" k="41" />
+<hkern g1="V" g2="e" k="41" />
+<hkern g1="V" g2="g" k="20" />
+<hkern g1="V" g2="m" k="20" />
+<hkern g1="V" g2="n" k="20" />
+<hkern g1="V" g2="o" k="41" />
+<hkern g1="V" g2="p" k="20" />
+<hkern g1="V" g2="q" k="41" />
+<hkern g1="V" g2="r" k="20" />
+<hkern g1="V" g2="s" k="20" />
+<hkern g1="V" g2="u" k="20" />
+<hkern g1="V" g2="Agrave" k="82" />
+<hkern g1="V" g2="Aacute" k="82" />
+<hkern g1="V" g2="Acircumflex" k="82" />
+<hkern g1="V" g2="Atilde" k="82" />
+<hkern g1="V" g2="Adieresis" k="82" />
+<hkern g1="V" g2="Aring" k="82" />
+<hkern g1="V" g2="Ccedilla" k="20" />
+<hkern g1="V" g2="Ograve" k="20" />
+<hkern g1="V" g2="Oacute" k="20" />
+<hkern g1="V" g2="Ocircumflex" k="20" />
+<hkern g1="V" g2="Otilde" k="20" />
+<hkern g1="V" g2="Odieresis" k="20" />
+<hkern g1="V" g2="Oslash" k="20" />
+<hkern g1="V" g2="agrave" k="41" />
+<hkern g1="V" g2="aacute" k="41" />
+<hkern g1="V" g2="acircumflex" k="41" />
+<hkern g1="V" g2="atilde" k="41" />
+<hkern g1="V" g2="adieresis" k="41" />
+<hkern g1="V" g2="aring" k="41" />
+<hkern g1="V" g2="ae" k="41" />
+<hkern g1="V" g2="ccedilla" k="41" />
+<hkern g1="V" g2="egrave" k="41" />
+<hkern g1="V" g2="eacute" k="41" />
+<hkern g1="V" g2="ecircumflex" k="41" />
+<hkern g1="V" g2="edieresis" k="41" />
+<hkern g1="V" g2="ograve" k="41" />
+<hkern g1="V" g2="oacute" k="41" />
+<hkern g1="V" g2="ocircumflex" k="41" />
+<hkern g1="V" g2="otilde" k="41" />
+<hkern g1="V" g2="odieresis" k="41" />
+<hkern g1="V" g2="oslash" k="41" />
+<hkern g1="V" g2="ugrave" k="20" />
+<hkern g1="V" g2="uacute" k="20" />
+<hkern g1="V" g2="ucircumflex" k="20" />
+<hkern g1="V" g2="udieresis" k="20" />
+<hkern g1="V" g2="Amacron" k="82" />
+<hkern g1="V" g2="amacron" k="41" />
+<hkern g1="V" g2="Abreve" k="82" />
+<hkern g1="V" g2="abreve" k="41" />
+<hkern g1="V" g2="Aogonek" k="82" />
+<hkern g1="V" g2="aogonek" k="41" />
+<hkern g1="V" g2="Cacute" k="20" />
+<hkern g1="V" g2="cacute" k="41" />
+<hkern g1="V" g2="Ccircumflex" k="20" />
+<hkern g1="V" g2="ccircumflex" k="41" />
+<hkern g1="V" g2="Cdot" k="20" />
+<hkern g1="V" g2="cdot" k="41" />
+<hkern g1="V" g2="Ccaron" k="20" />
+<hkern g1="V" g2="ccaron" k="41" />
+<hkern g1="V" g2="dcaron" k="41" />
+<hkern g1="V" g2="" k="41" />
+<hkern g1="V" g2="emacron" k="41" />
+<hkern g1="V" g2="ebreve" k="41" />
+<hkern g1="V" g2="edotaccent" k="41" />
+<hkern g1="V" g2="eogonek" k="41" />
+<hkern g1="V" g2="ecaron" k="41" />
+<hkern g1="V" g2="Gcircumflex" k="20" />
+<hkern g1="V" g2="gcircumflex" k="20" />
+<hkern g1="V" g2="Gbreve" k="20" />
+<hkern g1="V" g2="gbreve" k="20" />
+<hkern g1="V" g2="Gdot" k="20" />
+<hkern g1="V" g2="gdot" k="20" />
+<hkern g1="V" g2="Gcommaaccent" k="20" />
+<hkern g1="V" g2="gcommaaccent" k="20" />
+<hkern g1="V" g2="kgreenlandic" k="20" />
+<hkern g1="V" g2="nacute" k="20" />
+<hkern g1="V" g2="ncommaaccent" k="20" />
+<hkern g1="V" g2="eng" k="20" />
+<hkern g1="V" g2="Omacron" k="20" />
+<hkern g1="V" g2="omacron" k="41" />
+<hkern g1="V" g2="Obreve" k="20" />
+<hkern g1="V" g2="obreve" k="41" />
+<hkern g1="V" g2="Ohungarumlaut" k="20" />
+<hkern g1="V" g2="ohungarumlaut" k="41" />
+<hkern g1="V" g2="OE" k="20" />
+<hkern g1="V" g2="oe" k="41" />
+<hkern g1="V" g2="racute" k="20" />
+<hkern g1="V" g2="rcommaaccent" k="20" />
+<hkern g1="V" g2="sacute" k="20" />
+<hkern g1="V" g2="scedilla" k="20" />
+<hkern g1="V" g2="utilde" k="20" />
+<hkern g1="V" g2="umacron" k="20" />
+<hkern g1="V" g2="ubreve" k="20" />
+<hkern g1="V" g2="uring" k="20" />
+<hkern g1="V" g2="uhungarumlaut" k="20" />
+<hkern g1="V" g2="uogonek" k="20" />
+<hkern g1="V" g2="Aringacute" k="82" />
+<hkern g1="V" g2="aringacute" k="41" />
+<hkern g1="V" g2="aeacute" k="41" />
+<hkern g1="V" g2="Oslashacute" k="20" />
+<hkern g1="V" g2="oslashacute" k="41" />
+<hkern g1="V" g2="scommaaccent" k="20" />
+<hkern g1="V" g2="quotesinglbase" k="102" />
+<hkern g1="V" g2="quotedblbase" k="102" />
+<hkern g1="V" g2="uni1E3F" k="20" />
+<hkern g1="V" g2="uni1E00" k="82" />
+<hkern g1="V" g2="uni1E01" k="41" />
+<hkern g1="V" g2="Ohorn" k="20" />
+<hkern g1="V" g2="ohorn" k="41" />
+<hkern g1="V" g2="uhorn" k="20" />
+<hkern g1="W" g2="comma" k="102" />
+<hkern g1="W" g2="period" k="102" />
+<hkern g1="W" g2="question" k="-41" />
+<hkern g1="W" g2="A" k="82" />
+<hkern g1="W" g2="C" k="20" />
+<hkern g1="W" g2="G" k="20" />
+<hkern g1="W" g2="O" k="20" />
+<hkern g1="W" g2="Q" k="20" />
+<hkern g1="W" g2="a" k="41" />
+<hkern g1="W" g2="c" k="41" />
+<hkern g1="W" g2="d" k="41" />
+<hkern g1="W" g2="e" k="41" />
+<hkern g1="W" g2="g" k="20" />
+<hkern g1="W" g2="m" k="20" />
+<hkern g1="W" g2="n" k="20" />
+<hkern g1="W" g2="o" k="41" />
+<hkern g1="W" g2="p" k="20" />
+<hkern g1="W" g2="q" k="41" />
+<hkern g1="W" g2="r" k="20" />
+<hkern g1="W" g2="s" k="20" />
+<hkern g1="W" g2="u" k="20" />
+<hkern g1="W" g2="Agrave" k="82" />
+<hkern g1="W" g2="Aacute" k="82" />
+<hkern g1="W" g2="Acircumflex" k="82" />
+<hkern g1="W" g2="Atilde" k="82" />
+<hkern g1="W" g2="Adieresis" k="82" />
+<hkern g1="W" g2="Aring" k="82" />
+<hkern g1="W" g2="Ccedilla" k="20" />
+<hkern g1="W" g2="Ograve" k="20" />
+<hkern g1="W" g2="Oacute" k="20" />
+<hkern g1="W" g2="Ocircumflex" k="20" />
+<hkern g1="W" g2="Otilde" k="20" />
+<hkern g1="W" g2="Odieresis" k="20" />
+<hkern g1="W" g2="Oslash" k="20" />
+<hkern g1="W" g2="agrave" k="41" />
+<hkern g1="W" g2="aacute" k="41" />
+<hkern g1="W" g2="acircumflex" k="41" />
+<hkern g1="W" g2="atilde" k="41" />
+<hkern g1="W" g2="adieresis" k="41" />
+<hkern g1="W" g2="aring" k="41" />
+<hkern g1="W" g2="ae" k="41" />
+<hkern g1="W" g2="ccedilla" k="41" />
+<hkern g1="W" g2="egrave" k="41" />
+<hkern g1="W" g2="eacute" k="41" />
+<hkern g1="W" g2="ecircumflex" k="41" />
+<hkern g1="W" g2="edieresis" k="41" />
+<hkern g1="W" g2="ograve" k="41" />
+<hkern g1="W" g2="oacute" k="41" />
+<hkern g1="W" g2="ocircumflex" k="41" />
+<hkern g1="W" g2="otilde" k="41" />
+<hkern g1="W" g2="odieresis" k="41" />
+<hkern g1="W" g2="oslash" k="41" />
+<hkern g1="W" g2="ugrave" k="20" />
+<hkern g1="W" g2="uacute" k="20" />
+<hkern g1="W" g2="ucircumflex" k="20" />
+<hkern g1="W" g2="udieresis" k="20" />
+<hkern g1="W" g2="Amacron" k="82" />
+<hkern g1="W" g2="amacron" k="41" />
+<hkern g1="W" g2="Abreve" k="82" />
+<hkern g1="W" g2="abreve" k="41" />
+<hkern g1="W" g2="Aogonek" k="82" />
+<hkern g1="W" g2="aogonek" k="41" />
+<hkern g1="W" g2="Cacute" k="20" />
+<hkern g1="W" g2="cacute" k="41" />
+<hkern g1="W" g2="Ccircumflex" k="20" />
+<hkern g1="W" g2="ccircumflex" k="41" />
+<hkern g1="W" g2="Cdot" k="20" />
+<hkern g1="W" g2="cdot" k="41" />
+<hkern g1="W" g2="Ccaron" k="20" />
+<hkern g1="W" g2="ccaron" k="41" />
+<hkern g1="W" g2="dcaron" k="41" />
+<hkern g1="W" g2="" k="41" />
+<hkern g1="W" g2="emacron" k="41" />
+<hkern g1="W" g2="ebreve" k="41" />
+<hkern g1="W" g2="edotaccent" k="41" />
+<hkern g1="W" g2="eogonek" k="41" />
+<hkern g1="W" g2="ecaron" k="41" />
+<hkern g1="W" g2="Gcircumflex" k="20" />
+<hkern g1="W" g2="gcircumflex" k="20" />
+<hkern g1="W" g2="Gbreve" k="20" />
+<hkern g1="W" g2="gbreve" k="20" />
+<hkern g1="W" g2="Gdot" k="20" />
+<hkern g1="W" g2="gdot" k="20" />
+<hkern g1="W" g2="Gcommaaccent" k="20" />
+<hkern g1="W" g2="gcommaaccent" k="20" />
+<hkern g1="W" g2="kgreenlandic" k="20" />
+<hkern g1="W" g2="nacute" k="20" />
+<hkern g1="W" g2="ncommaaccent" k="20" />
+<hkern g1="W" g2="eng" k="20" />
+<hkern g1="W" g2="Omacron" k="20" />
+<hkern g1="W" g2="omacron" k="41" />
+<hkern g1="W" g2="Obreve" k="20" />
+<hkern g1="W" g2="obreve" k="41" />
+<hkern g1="W" g2="Ohungarumlaut" k="20" />
+<hkern g1="W" g2="ohungarumlaut" k="41" />
+<hkern g1="W" g2="OE" k="20" />
+<hkern g1="W" g2="oe" k="41" />
+<hkern g1="W" g2="racute" k="20" />
+<hkern g1="W" g2="rcommaaccent" k="20" />
+<hkern g1="W" g2="sacute" k="20" />
+<hkern g1="W" g2="scedilla" k="20" />
+<hkern g1="W" g2="utilde" k="20" />
+<hkern g1="W" g2="umacron" k="20" />
+<hkern g1="W" g2="ubreve" k="20" />
+<hkern g1="W" g2="uring" k="20" />
+<hkern g1="W" g2="uhungarumlaut" k="20" />
+<hkern g1="W" g2="uogonek" k="20" />
+<hkern g1="W" g2="Aringacute" k="82" />
+<hkern g1="W" g2="aringacute" k="41" />
+<hkern g1="W" g2="aeacute" k="41" />
+<hkern g1="W" g2="Oslashacute" k="20" />
+<hkern g1="W" g2="oslashacute" k="41" />
+<hkern g1="W" g2="scommaaccent" k="20" />
+<hkern g1="W" g2="quotesinglbase" k="102" />
+<hkern g1="W" g2="quotedblbase" k="102" />
+<hkern g1="W" g2="uni1E3F" k="20" />
+<hkern g1="W" g2="uni1E00" k="82" />
+<hkern g1="W" g2="uni1E01" k="41" />
+<hkern g1="W" g2="Ohorn" k="20" />
+<hkern g1="W" g2="ohorn" k="41" />
+<hkern g1="W" g2="uhorn" k="20" />
+<hkern g1="X" g2="C" k="41" />
+<hkern g1="X" g2="G" k="41" />
+<hkern g1="X" g2="O" k="41" />
+<hkern g1="X" g2="Q" k="41" />
+<hkern g1="X" g2="Ccedilla" k="41" />
+<hkern g1="X" g2="Ograve" k="41" />
+<hkern g1="X" g2="Oacute" k="41" />
+<hkern g1="X" g2="Ocircumflex" k="41" />
+<hkern g1="X" g2="Otilde" k="41" />
+<hkern g1="X" g2="Odieresis" k="41" />
+<hkern g1="X" g2="Oslash" k="41" />
+<hkern g1="X" g2="Cacute" k="41" />
+<hkern g1="X" g2="Ccircumflex" k="41" />
+<hkern g1="X" g2="Cdot" k="41" />
+<hkern g1="X" g2="Ccaron" k="41" />
+<hkern g1="X" g2="Gcircumflex" k="41" />
+<hkern g1="X" g2="Gbreve" k="41" />
+<hkern g1="X" g2="Gdot" k="41" />
+<hkern g1="X" g2="Gcommaaccent" k="41" />
+<hkern g1="X" g2="Omacron" k="41" />
+<hkern g1="X" g2="Obreve" k="41" />
+<hkern g1="X" g2="Ohungarumlaut" k="41" />
+<hkern g1="X" g2="OE" k="41" />
+<hkern g1="X" g2="Oslashacute" k="41" />
+<hkern g1="X" g2="Ohorn" k="41" />
+<hkern g1="Y" g2="comma" k="123" />
+<hkern g1="Y" g2="period" k="123" />
+<hkern g1="Y" g2="question" k="-41" />
+<hkern g1="Y" g2="A" k="123" />
+<hkern g1="Y" g2="C" k="41" />
+<hkern g1="Y" g2="G" k="41" />
+<hkern g1="Y" g2="O" k="41" />
+<hkern g1="Y" g2="Q" k="41" />
+<hkern g1="Y" g2="a" k="102" />
+<hkern g1="Y" g2="c" k="102" />
+<hkern g1="Y" g2="d" k="102" />
+<hkern g1="Y" g2="e" k="102" />
+<hkern g1="Y" g2="g" k="41" />
+<hkern g1="Y" g2="m" k="61" />
+<hkern g1="Y" g2="n" k="61" />
+<hkern g1="Y" g2="o" k="102" />
+<hkern g1="Y" g2="p" k="61" />
+<hkern g1="Y" g2="q" k="102" />
+<hkern g1="Y" g2="r" k="61" />
+<hkern g1="Y" g2="s" k="82" />
+<hkern g1="Y" g2="u" k="61" />
+<hkern g1="Y" g2="z" k="41" />
+<hkern g1="Y" g2="Agrave" k="123" />
+<hkern g1="Y" g2="Aacute" k="123" />
+<hkern g1="Y" g2="Acircumflex" k="123" />
+<hkern g1="Y" g2="Atilde" k="123" />
+<hkern g1="Y" g2="Adieresis" k="123" />
+<hkern g1="Y" g2="Aring" k="123" />
+<hkern g1="Y" g2="Ccedilla" k="41" />
+<hkern g1="Y" g2="Ograve" k="41" />
+<hkern g1="Y" g2="Oacute" k="41" />
+<hkern g1="Y" g2="Ocircumflex" k="41" />
+<hkern g1="Y" g2="Otilde" k="41" />
+<hkern g1="Y" g2="Odieresis" k="41" />
+<hkern g1="Y" g2="Oslash" k="41" />
+<hkern g1="Y" g2="agrave" k="102" />
+<hkern g1="Y" g2="aacute" k="102" />
+<hkern g1="Y" g2="acircumflex" k="102" />
+<hkern g1="Y" g2="atilde" k="102" />
+<hkern g1="Y" g2="adieresis" k="102" />
+<hkern g1="Y" g2="aring" k="102" />
+<hkern g1="Y" g2="ae" k="102" />
+<hkern g1="Y" g2="ccedilla" k="102" />
+<hkern g1="Y" g2="egrave" k="102" />
+<hkern g1="Y" g2="eacute" k="102" />
+<hkern g1="Y" g2="ecircumflex" k="102" />
+<hkern g1="Y" g2="edieresis" k="102" />
+<hkern g1="Y" g2="ograve" k="102" />
+<hkern g1="Y" g2="oacute" k="102" />
+<hkern g1="Y" g2="ocircumflex" k="102" />
+<hkern g1="Y" g2="otilde" k="102" />
+<hkern g1="Y" g2="odieresis" k="102" />
+<hkern g1="Y" g2="oslash" k="102" />
+<hkern g1="Y" g2="ugrave" k="61" />
+<hkern g1="Y" g2="uacute" k="61" />
+<hkern g1="Y" g2="ucircumflex" k="61" />
+<hkern g1="Y" g2="udieresis" k="61" />
+<hkern g1="Y" g2="Amacron" k="123" />
+<hkern g1="Y" g2="amacron" k="102" />
+<hkern g1="Y" g2="Abreve" k="123" />
+<hkern g1="Y" g2="abreve" k="102" />
+<hkern g1="Y" g2="Aogonek" k="123" />
+<hkern g1="Y" g2="aogonek" k="102" />
+<hkern g1="Y" g2="Cacute" k="41" />
+<hkern g1="Y" g2="cacute" k="102" />
+<hkern g1="Y" g2="Ccircumflex" k="41" />
+<hkern g1="Y" g2="ccircumflex" k="102" />
+<hkern g1="Y" g2="Cdot" k="41" />
+<hkern g1="Y" g2="cdot" k="102" />
+<hkern g1="Y" g2="Ccaron" k="41" />
+<hkern g1="Y" g2="ccaron" k="102" />
+<hkern g1="Y" g2="dcaron" k="102" />
+<hkern g1="Y" g2="" k="102" />
+<hkern g1="Y" g2="emacron" k="102" />
+<hkern g1="Y" g2="ebreve" k="102" />
+<hkern g1="Y" g2="edotaccent" k="102" />
+<hkern g1="Y" g2="eogonek" k="102" />
+<hkern g1="Y" g2="ecaron" k="102" />
+<hkern g1="Y" g2="Gcircumflex" k="41" />
+<hkern g1="Y" g2="gcircumflex" k="41" />
+<hkern g1="Y" g2="Gbreve" k="41" />
+<hkern g1="Y" g2="gbreve" k="41" />
+<hkern g1="Y" g2="Gdot" k="41" />
+<hkern g1="Y" g2="gdot" k="41" />
+<hkern g1="Y" g2="Gcommaaccent" k="41" />
+<hkern g1="Y" g2="gcommaaccent" k="41" />
+<hkern g1="Y" g2="kgreenlandic" k="61" />
+<hkern g1="Y" g2="nacute" k="61" />
+<hkern g1="Y" g2="ncommaaccent" k="61" />
+<hkern g1="Y" g2="eng" k="61" />
+<hkern g1="Y" g2="Omacron" k="41" />
+<hkern g1="Y" g2="omacron" k="102" />
+<hkern g1="Y" g2="Obreve" k="41" />
+<hkern g1="Y" g2="obreve" k="102" />
+<hkern g1="Y" g2="Ohungarumlaut" k="41" />
+<hkern g1="Y" g2="ohungarumlaut" k="102" />
+<hkern g1="Y" g2="OE" k="41" />
+<hkern g1="Y" g2="oe" k="102" />
+<hkern g1="Y" g2="racute" k="61" />
+<hkern g1="Y" g2="rcommaaccent" k="61" />
+<hkern g1="Y" g2="sacute" k="82" />
+<hkern g1="Y" g2="scedilla" k="82" />
+<hkern g1="Y" g2="utilde" k="61" />
+<hkern g1="Y" g2="umacron" k="61" />
+<hkern g1="Y" g2="ubreve" k="61" />
+<hkern g1="Y" g2="uring" k="61" />
+<hkern g1="Y" g2="uhungarumlaut" k="61" />
+<hkern g1="Y" g2="uogonek" k="61" />
+<hkern g1="Y" g2="zacute" k="41" />
+<hkern g1="Y" g2="zdotaccent" k="41" />
+<hkern g1="Y" g2="zcaron" k="41" />
+<hkern g1="Y" g2="Aringacute" k="123" />
+<hkern g1="Y" g2="aringacute" k="102" />
+<hkern g1="Y" g2="aeacute" k="102" />
+<hkern g1="Y" g2="Oslashacute" k="41" />
+<hkern g1="Y" g2="oslashacute" k="102" />
+<hkern g1="Y" g2="scommaaccent" k="82" />
+<hkern g1="Y" g2="quotesinglbase" k="123" />
+<hkern g1="Y" g2="quotedblbase" k="123" />
+<hkern g1="Y" g2="uni1E3F" k="61" />
+<hkern g1="Y" g2="uni1E00" k="123" />
+<hkern g1="Y" g2="uni1E01" k="102" />
+<hkern g1="Y" g2="Ohorn" k="41" />
+<hkern g1="Y" g2="ohorn" k="102" />
+<hkern g1="Y" g2="uhorn" k="61" />
+<hkern g1="Z" g2="C" k="20" />
+<hkern g1="Z" g2="G" k="20" />
+<hkern g1="Z" g2="O" k="20" />
+<hkern g1="Z" g2="Q" k="20" />
+<hkern g1="Z" g2="Ccedilla" k="20" />
+<hkern g1="Z" g2="Ograve" k="20" />
+<hkern g1="Z" g2="Oacute" k="20" />
+<hkern g1="Z" g2="Ocircumflex" k="20" />
+<hkern g1="Z" g2="Otilde" k="20" />
+<hkern g1="Z" g2="Odieresis" k="20" />
+<hkern g1="Z" g2="Oslash" k="20" />
+<hkern g1="Z" g2="Cacute" k="20" />
+<hkern g1="Z" g2="Ccircumflex" k="20" />
+<hkern g1="Z" g2="Cdot" k="20" />
+<hkern g1="Z" g2="Ccaron" k="20" />
+<hkern g1="Z" g2="Gcircumflex" k="20" />
+<hkern g1="Z" g2="Gbreve" k="20" />
+<hkern g1="Z" g2="Gdot" k="20" />
+<hkern g1="Z" g2="Gcommaaccent" k="20" />
+<hkern g1="Z" g2="Omacron" k="20" />
+<hkern g1="Z" g2="Obreve" k="20" />
+<hkern g1="Z" g2="Ohungarumlaut" k="20" />
+<hkern g1="Z" g2="OE" k="20" />
+<hkern g1="Z" g2="Oslashacute" k="20" />
+<hkern g1="Z" g2="Ohorn" k="20" />
+<hkern g1="bracketleft" g2="J" k="-184" />
+<hkern g1="a" g2="quotedbl" k="20" />
+<hkern g1="a" g2="quotesingle" k="20" />
+<hkern g1="a" g2="quoteright" k="20" />
+<hkern g1="a" g2="quotedblright" k="20" />
+<hkern g1="b" g2="quotedbl" k="20" />
+<hkern g1="b" g2="quotesingle" k="20" />
+<hkern g1="b" g2="v" k="41" />
+<hkern g1="b" g2="w" k="41" />
+<hkern g1="b" g2="x" k="41" />
+<hkern g1="b" g2="y" k="41" />
+<hkern g1="b" g2="z" k="20" />
+<hkern g1="b" g2="yacute" k="41" />
+<hkern g1="b" g2="wcircumflex" k="41" />
+<hkern g1="b" g2="zacute" k="20" />
+<hkern g1="b" g2="zdotaccent" k="20" />
+<hkern g1="b" g2="zcaron" k="20" />
+<hkern g1="b" g2="wgrave" k="41" />
+<hkern g1="b" g2="wacute" k="41" />
+<hkern g1="b" g2="quoteright" k="20" />
+<hkern g1="b" g2="quotedblright" k="20" />
+<hkern g1="b" g2="uni1EF5" k="41" />
+<hkern g1="c" g2="quotedbl" k="-41" />
+<hkern g1="c" g2="quotesingle" k="-41" />
+<hkern g1="c" g2="quoteright" k="-41" />
+<hkern g1="c" g2="quotedblright" k="-41" />
+<hkern g1="e" g2="quotedbl" k="20" />
+<hkern g1="e" g2="quotesingle" k="20" />
+<hkern g1="e" g2="v" k="41" />
+<hkern g1="e" g2="w" k="41" />
+<hkern g1="e" g2="x" k="41" />
+<hkern g1="e" g2="y" k="41" />
+<hkern g1="e" g2="z" k="20" />
+<hkern g1="e" g2="yacute" k="41" />
+<hkern g1="e" g2="wcircumflex" k="41" />
+<hkern g1="e" g2="zacute" k="20" />
+<hkern g1="e" g2="zdotaccent" k="20" />
+<hkern g1="e" g2="zcaron" k="20" />
+<hkern g1="e" g2="wgrave" k="41" />
+<hkern g1="e" g2="wacute" k="41" />
+<hkern g1="e" g2="quoteright" k="20" />
+<hkern g1="e" g2="quotedblright" k="20" />
+<hkern g1="e" g2="uni1EF5" k="41" />
+<hkern g1="f" g2="quotedbl" k="-123" />
+<hkern g1="f" g2="quotesingle" k="-123" />
+<hkern g1="f" g2="quoteright" k="-123" />
+<hkern g1="f" g2="quotedblright" k="-123" />
+<hkern g1="h" g2="quotedbl" k="20" />
+<hkern g1="h" g2="quotesingle" k="20" />
+<hkern g1="h" g2="quoteright" k="20" />
+<hkern g1="h" g2="quotedblright" k="20" />
+<hkern g1="k" g2="c" k="41" />
+<hkern g1="k" g2="d" k="41" />
+<hkern g1="k" g2="e" k="41" />
+<hkern g1="k" g2="o" k="41" />
+<hkern g1="k" g2="q" k="41" />
+<hkern g1="k" g2="agrave" k="41" />
+<hkern g1="k" g2="ccedilla" k="41" />
+<hkern g1="k" g2="egrave" k="41" />
+<hkern g1="k" g2="eacute" k="41" />
+<hkern g1="k" g2="ecircumflex" k="41" />
+<hkern g1="k" g2="edieresis" k="41" />
+<hkern g1="k" g2="ograve" k="41" />
+<hkern g1="k" g2="oacute" k="41" />
+<hkern g1="k" g2="ocircumflex" k="41" />
+<hkern g1="k" g2="otilde" k="41" />
+<hkern g1="k" g2="odieresis" k="41" />
+<hkern g1="k" g2="oslash" k="41" />
+<hkern g1="k" g2="cacute" k="41" />
+<hkern g1="k" g2="ccircumflex" k="41" />
+<hkern g1="k" g2="cdot" k="41" />
+<hkern g1="k" g2="ccaron" k="41" />
+<hkern g1="k" g2="dcaron" k="41" />
+<hkern g1="k" g2="" k="41" />
+<hkern g1="k" g2="emacron" k="41" />
+<hkern g1="k" g2="ebreve" k="41" />
+<hkern g1="k" g2="edotaccent" k="41" />
+<hkern g1="k" g2="eogonek" k="41" />
+<hkern g1="k" g2="ecaron" k="41" />
+<hkern g1="k" g2="omacron" k="41" />
+<hkern g1="k" g2="obreve" k="41" />
+<hkern g1="k" g2="ohungarumlaut" k="41" />
+<hkern g1="k" g2="oe" k="41" />
+<hkern g1="k" g2="oslashacute" k="41" />
+<hkern g1="k" g2="ohorn" k="41" />
+<hkern g1="m" g2="quotedbl" k="20" />
+<hkern g1="m" g2="quotesingle" k="20" />
+<hkern g1="m" g2="quoteright" k="20" />
+<hkern g1="m" g2="quotedblright" k="20" />
+<hkern g1="n" g2="quotedbl" k="20" />
+<hkern g1="n" g2="quotesingle" k="20" />
+<hkern g1="n" g2="quoteright" k="20" />
+<hkern g1="n" g2="quotedblright" k="20" />
+<hkern g1="o" g2="quotedbl" k="20" />
+<hkern g1="o" g2="quotesingle" k="20" />
+<hkern g1="o" g2="v" k="41" />
+<hkern g1="o" g2="w" k="41" />
+<hkern g1="o" g2="x" k="41" />
+<hkern g1="o" g2="y" k="41" />
+<hkern g1="o" g2="z" k="20" />
+<hkern g1="o" g2="yacute" k="41" />
+<hkern g1="o" g2="wcircumflex" k="41" />
+<hkern g1="o" g2="zacute" k="20" />
+<hkern g1="o" g2="zdotaccent" k="20" />
+<hkern g1="o" g2="zcaron" k="20" />
+<hkern g1="o" g2="wgrave" k="41" />
+<hkern g1="o" g2="wacute" k="41" />
+<hkern g1="o" g2="quoteright" k="20" />
+<hkern g1="o" g2="quotedblright" k="20" />
+<hkern g1="o" g2="uni1EF5" k="41" />
+<hkern g1="p" g2="quotedbl" k="20" />
+<hkern g1="p" g2="quotesingle" k="20" />
+<hkern g1="p" g2="v" k="41" />
+<hkern g1="p" g2="w" k="41" />
+<hkern g1="p" g2="x" k="41" />
+<hkern g1="p" g2="y" k="41" />
+<hkern g1="p" g2="z" k="20" />
+<hkern g1="p" g2="yacute" k="41" />
+<hkern g1="p" g2="wcircumflex" k="41" />
+<hkern g1="p" g2="zacute" k="20" />
+<hkern g1="p" g2="zdotaccent" k="20" />
+<hkern g1="p" g2="zcaron" k="20" />
+<hkern g1="p" g2="wgrave" k="41" />
+<hkern g1="p" g2="wacute" k="41" />
+<hkern g1="p" g2="quoteright" k="20" />
+<hkern g1="p" g2="quotedblright" k="20" />
+<hkern g1="p" g2="uni1EF5" k="41" />
+<hkern g1="r" g2="quotedbl" k="-82" />
+<hkern g1="r" g2="quotesingle" k="-82" />
+<hkern g1="r" g2="a" k="41" />
+<hkern g1="r" g2="c" k="41" />
+<hkern g1="r" g2="d" k="41" />
+<hkern g1="r" g2="e" k="41" />
+<hkern g1="r" g2="g" k="20" />
+<hkern g1="r" g2="o" k="41" />
+<hkern g1="r" g2="q" k="41" />
+<hkern g1="r" g2="agrave" k="41" />
+<hkern g1="r" g2="aacute" k="41" />
+<hkern g1="r" g2="acircumflex" k="41" />
+<hkern g1="r" g2="atilde" k="41" />
+<hkern g1="r" g2="adieresis" k="41" />
+<hkern g1="r" g2="aring" k="41" />
+<hkern g1="r" g2="ae" k="41" />
+<hkern g1="r" g2="ccedilla" k="41" />
+<hkern g1="r" g2="egrave" k="41" />
+<hkern g1="r" g2="eacute" k="41" />
+<hkern g1="r" g2="ecircumflex" k="41" />
+<hkern g1="r" g2="edieresis" k="41" />
+<hkern g1="r" g2="ograve" k="41" />
+<hkern g1="r" g2="oacute" k="41" />
+<hkern g1="r" g2="ocircumflex" k="41" />
+<hkern g1="r" g2="otilde" k="41" />
+<hkern g1="r" g2="odieresis" k="41" />
+<hkern g1="r" g2="oslash" k="41" />
+<hkern g1="r" g2="amacron" k="41" />
+<hkern g1="r" g2="abreve" k="41" />
+<hkern g1="r" g2="aogonek" k="41" />
+<hkern g1="r" g2="cacute" k="41" />
+<hkern g1="r" g2="ccircumflex" k="41" />
+<hkern g1="r" g2="cdot" k="41" />
+<hkern g1="r" g2="ccaron" k="41" />
+<hkern g1="r" g2="dcaron" k="41" />
+<hkern g1="r" g2="" k="41" />
+<hkern g1="r" g2="emacron" k="41" />
+<hkern g1="r" g2="ebreve" k="41" />
+<hkern g1="r" g2="edotaccent" k="41" />
+<hkern g1="r" g2="eogonek" k="41" />
+<hkern g1="r" g2="ecaron" k="41" />
+<hkern g1="r" g2="gcircumflex" k="20" />
+<hkern g1="r" g2="gbreve" k="20" />
+<hkern g1="r" g2="gdot" k="20" />
+<hkern g1="r" g2="gcommaaccent" k="20" />
+<hkern g1="r" g2="omacron" k="41" />
+<hkern g1="r" g2="obreve" k="41" />
+<hkern g1="r" g2="ohungarumlaut" k="41" />
+<hkern g1="r" g2="oe" k="41" />
+<hkern g1="r" g2="aringacute" k="41" />
+<hkern g1="r" g2="aeacute" k="41" />
+<hkern g1="r" g2="oslashacute" k="41" />
+<hkern g1="r" g2="quoteright" k="-82" />
+<hkern g1="r" g2="quotedblright" k="-82" />
+<hkern g1="r" g2="uni1E01" k="41" />
+<hkern g1="r" g2="ohorn" k="41" />
+<hkern g1="t" g2="quotedbl" k="-41" />
+<hkern g1="t" g2="quotesingle" k="-41" />
+<hkern g1="t" g2="quoteright" k="-41" />
+<hkern g1="t" g2="quotedblright" k="-41" />
+<hkern g1="v" g2="quotedbl" k="-82" />
+<hkern g1="v" g2="quotesingle" k="-82" />
+<hkern g1="v" g2="comma" k="82" />
+<hkern g1="v" g2="period" k="82" />
+<hkern g1="v" g2="question" k="-41" />
+<hkern g1="v" g2="quoteright" k="-82" />
+<hkern g1="v" g2="quotesinglbase" k="82" />
+<hkern g1="v" g2="quotedblright" k="-82" />
+<hkern g1="v" g2="quotedblbase" k="82" />
+<hkern g1="w" g2="quotedbl" k="-82" />
+<hkern g1="w" g2="quotesingle" k="-82" />
+<hkern g1="w" g2="comma" k="82" />
+<hkern g1="w" g2="period" k="82" />
+<hkern g1="w" g2="question" k="-41" />
+<hkern g1="w" g2="quoteright" k="-82" />
+<hkern g1="w" g2="quotesinglbase" k="82" />
+<hkern g1="w" g2="quotedblright" k="-82" />
+<hkern g1="w" g2="quotedblbase" k="82" />
+<hkern g1="x" g2="c" k="41" />
+<hkern g1="x" g2="d" k="41" />
+<hkern g1="x" g2="e" k="41" />
+<hkern g1="x" g2="o" k="41" />
+<hkern g1="x" g2="q" k="41" />
+<hkern g1="x" g2="agrave" k="41" />
+<hkern g1="x" g2="ccedilla" k="41" />
+<hkern g1="x" g2="egrave" k="41" />
+<hkern g1="x" g2="eacute" k="41" />
+<hkern g1="x" g2="ecircumflex" k="41" />
+<hkern g1="x" g2="edieresis" k="41" />
+<hkern g1="x" g2="ograve" k="41" />
+<hkern g1="x" g2="oacute" k="41" />
+<hkern g1="x" g2="ocircumflex" k="41" />
+<hkern g1="x" g2="otilde" k="41" />
+<hkern g1="x" g2="odieresis" k="41" />
+<hkern g1="x" g2="oslash" k="41" />
+<hkern g1="x" g2="cacute" k="41" />
+<hkern g1="x" g2="ccircumflex" k="41" />
+<hkern g1="x" g2="cdot" k="41" />
+<hkern g1="x" g2="ccaron" k="41" />
+<hkern g1="x" g2="dcaron" k="41" />
+<hkern g1="x" g2="" k="41" />
+<hkern g1="x" g2="emacron" k="41" />
+<hkern g1="x" g2="ebreve" k="41" />
+<hkern g1="x" g2="edotaccent" k="41" />
+<hkern g1="x" g2="eogonek" k="41" />
+<hkern g1="x" g2="ecaron" k="41" />
+<hkern g1="x" g2="omacron" k="41" />
+<hkern g1="x" g2="obreve" k="41" />
+<hkern g1="x" g2="ohungarumlaut" k="41" />
+<hkern g1="x" g2="oe" k="41" />
+<hkern g1="x" g2="oslashacute" k="41" />
+<hkern g1="x" g2="ohorn" k="41" />
+<hkern g1="y" g2="quotedbl" k="-82" />
+<hkern g1="y" g2="quotesingle" k="-82" />
+<hkern g1="y" g2="comma" k="82" />
+<hkern g1="y" g2="period" k="82" />
+<hkern g1="y" g2="question" k="-41" />
+<hkern g1="y" g2="quoteright" k="-82" />
+<hkern g1="y" g2="quotesinglbase" k="82" />
+<hkern g1="y" g2="quotedblright" k="-82" />
+<hkern g1="y" g2="quotedblbase" k="82" />
+<hkern g1="braceleft" g2="J" k="-184" />
+<hkern g1="Agrave" g2="quotedbl" k="143" />
+<hkern g1="Agrave" g2="quotesingle" k="143" />
+<hkern g1="Agrave" g2="C" k="41" />
+<hkern g1="Agrave" g2="G" k="41" />
+<hkern g1="Agrave" g2="J" k="-266" />
+<hkern g1="Agrave" g2="O" k="41" />
+<hkern g1="Agrave" g2="Q" k="41" />
+<hkern g1="Agrave" g2="T" k="143" />
+<hkern g1="Agrave" g2="V" k="82" />
+<hkern g1="Agrave" g2="W" k="82" />
+<hkern g1="Agrave" g2="Y" k="123" />
+<hkern g1="Agrave" g2="Ccedilla" k="41" />
+<hkern g1="Agrave" g2="Ograve" k="41" />
+<hkern g1="Agrave" g2="Oacute" k="41" />
+<hkern g1="Agrave" g2="Ocircumflex" k="41" />
+<hkern g1="Agrave" g2="Otilde" k="41" />
+<hkern g1="Agrave" g2="Odieresis" k="41" />
+<hkern g1="Agrave" g2="Oslash" k="41" />
+<hkern g1="Agrave" g2="Yacute" k="123" />
+<hkern g1="Agrave" g2="Cacute" k="41" />
+<hkern g1="Agrave" g2="Ccircumflex" k="41" />
+<hkern g1="Agrave" g2="Cdot" k="41" />
+<hkern g1="Agrave" g2="Ccaron" k="41" />
+<hkern g1="Agrave" g2="Gcircumflex" k="41" />
+<hkern g1="Agrave" g2="Gbreve" k="41" />
+<hkern g1="Agrave" g2="Gdot" k="41" />
+<hkern g1="Agrave" g2="Gcommaaccent" k="41" />
+<hkern g1="Agrave" g2="Omacron" k="41" />
+<hkern g1="Agrave" g2="Obreve" k="41" />
+<hkern g1="Agrave" g2="Ohungarumlaut" k="41" />
+<hkern g1="Agrave" g2="OE" k="41" />
+<hkern g1="Agrave" g2="Tcommaaccent" k="143" />
+<hkern g1="Agrave" g2="Tcaron" k="143" />
+<hkern g1="Agrave" g2="Wcircumflex" k="82" />
+<hkern g1="Agrave" g2="Ycircumflex" k="123" />
+<hkern g1="Agrave" g2="Ydieresis" k="123" />
+<hkern g1="Agrave" g2="Oslashacute" k="41" />
+<hkern g1="Agrave" g2="Wgrave" k="82" />
+<hkern g1="Agrave" g2="Wacute" k="82" />
+<hkern g1="Agrave" g2="Wdieresis" k="82" />
+<hkern g1="Agrave" g2="Ygrave" k="123" />
+<hkern g1="Agrave" g2="quoteright" k="143" />
+<hkern g1="Agrave" g2="quotedblright" k="143" />
+<hkern g1="Agrave" g2="Ohorn" k="41" />
+<hkern g1="Agrave" g2="uni1EF4" k="123" />
+<hkern g1="Agrave" g2="uni1EF6" k="123" />
+<hkern g1="Agrave" g2="uni1EF8" k="123" />
+<hkern g1="Agrave" g2="Tcedilla" k="143" />
+<hkern g1="Aacute" g2="quotedbl" k="143" />
+<hkern g1="Aacute" g2="quotesingle" k="143" />
+<hkern g1="Aacute" g2="C" k="41" />
+<hkern g1="Aacute" g2="G" k="41" />
+<hkern g1="Aacute" g2="J" k="-266" />
+<hkern g1="Aacute" g2="O" k="41" />
+<hkern g1="Aacute" g2="Q" k="41" />
+<hkern g1="Aacute" g2="T" k="143" />
+<hkern g1="Aacute" g2="V" k="82" />
+<hkern g1="Aacute" g2="W" k="82" />
+<hkern g1="Aacute" g2="Y" k="123" />
+<hkern g1="Aacute" g2="Ccedilla" k="41" />
+<hkern g1="Aacute" g2="Ograve" k="41" />
+<hkern g1="Aacute" g2="Oacute" k="41" />
+<hkern g1="Aacute" g2="Ocircumflex" k="41" />
+<hkern g1="Aacute" g2="Otilde" k="41" />
+<hkern g1="Aacute" g2="Odieresis" k="41" />
+<hkern g1="Aacute" g2="Oslash" k="41" />
+<hkern g1="Aacute" g2="Yacute" k="123" />
+<hkern g1="Aacute" g2="Cacute" k="41" />
+<hkern g1="Aacute" g2="Ccircumflex" k="41" />
+<hkern g1="Aacute" g2="Cdot" k="41" />
+<hkern g1="Aacute" g2="Ccaron" k="41" />
+<hkern g1="Aacute" g2="Gcircumflex" k="41" />
+<hkern g1="Aacute" g2="Gbreve" k="41" />
+<hkern g1="Aacute" g2="Gdot" k="41" />
+<hkern g1="Aacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Aacute" g2="Omacron" k="41" />
+<hkern g1="Aacute" g2="Obreve" k="41" />
+<hkern g1="Aacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Aacute" g2="OE" k="41" />
+<hkern g1="Aacute" g2="Tcommaaccent" k="143" />
+<hkern g1="Aacute" g2="Tcaron" k="143" />
+<hkern g1="Aacute" g2="Wcircumflex" k="82" />
+<hkern g1="Aacute" g2="Ycircumflex" k="123" />
+<hkern g1="Aacute" g2="Ydieresis" k="123" />
+<hkern g1="Aacute" g2="Oslashacute" k="41" />
+<hkern g1="Aacute" g2="Wgrave" k="82" />
+<hkern g1="Aacute" g2="Wacute" k="82" />
+<hkern g1="Aacute" g2="Wdieresis" k="82" />
+<hkern g1="Aacute" g2="Ygrave" k="123" />
+<hkern g1="Aacute" g2="quoteright" k="143" />
+<hkern g1="Aacute" g2="quotedblright" k="143" />
+<hkern g1="Aacute" g2="Ohorn" k="41" />
+<hkern g1="Aacute" g2="uni1EF4" k="123" />
+<hkern g1="Aacute" g2="uni1EF6" k="123" />
+<hkern g1="Aacute" g2="uni1EF8" k="123" />
+<hkern g1="Aacute" g2="Tcedilla" k="143" />
+<hkern g1="Acircumflex" g2="quotedbl" k="143" />
+<hkern g1="Acircumflex" g2="quotesingle" k="143" />
+<hkern g1="Acircumflex" g2="C" k="41" />
+<hkern g1="Acircumflex" g2="G" k="41" />
+<hkern g1="Acircumflex" g2="J" k="-266" />
+<hkern g1="Acircumflex" g2="O" k="41" />
+<hkern g1="Acircumflex" g2="Q" k="41" />
+<hkern g1="Acircumflex" g2="T" k="143" />
+<hkern g1="Acircumflex" g2="V" k="82" />
+<hkern g1="Acircumflex" g2="W" k="82" />
+<hkern g1="Acircumflex" g2="Y" k="123" />
+<hkern g1="Acircumflex" g2="Ccedilla" k="41" />
+<hkern g1="Acircumflex" g2="Ograve" k="41" />
+<hkern g1="Acircumflex" g2="Oacute" k="41" />
+<hkern g1="Acircumflex" g2="Ocircumflex" k="41" />
+<hkern g1="Acircumflex" g2="Otilde" k="41" />
+<hkern g1="Acircumflex" g2="Odieresis" k="41" />
+<hkern g1="Acircumflex" g2="Oslash" k="41" />
+<hkern g1="Acircumflex" g2="Yacute" k="123" />
+<hkern g1="Acircumflex" g2="Cacute" k="41" />
+<hkern g1="Acircumflex" g2="Ccircumflex" k="41" />
+<hkern g1="Acircumflex" g2="Cdot" k="41" />
+<hkern g1="Acircumflex" g2="Ccaron" k="41" />
+<hkern g1="Acircumflex" g2="Gcircumflex" k="41" />
+<hkern g1="Acircumflex" g2="Gbreve" k="41" />
+<hkern g1="Acircumflex" g2="Gdot" k="41" />
+<hkern g1="Acircumflex" g2="Gcommaaccent" k="41" />
+<hkern g1="Acircumflex" g2="Omacron" k="41" />
+<hkern g1="Acircumflex" g2="Obreve" k="41" />
+<hkern g1="Acircumflex" g2="Ohungarumlaut" k="41" />
+<hkern g1="Acircumflex" g2="OE" k="41" />
+<hkern g1="Acircumflex" g2="Tcommaaccent" k="143" />
+<hkern g1="Acircumflex" g2="Tcaron" k="143" />
+<hkern g1="Acircumflex" g2="Wcircumflex" k="82" />
+<hkern g1="Acircumflex" g2="Ycircumflex" k="123" />
+<hkern g1="Acircumflex" g2="Ydieresis" k="123" />
+<hkern g1="Acircumflex" g2="Oslashacute" k="41" />
+<hkern g1="Acircumflex" g2="Wgrave" k="82" />
+<hkern g1="Acircumflex" g2="Wacute" k="82" />
+<hkern g1="Acircumflex" g2="Wdieresis" k="82" />
+<hkern g1="Acircumflex" g2="Ygrave" k="123" />
+<hkern g1="Acircumflex" g2="quoteright" k="143" />
+<hkern g1="Acircumflex" g2="quotedblright" k="143" />
+<hkern g1="Acircumflex" g2="Ohorn" k="41" />
+<hkern g1="Acircumflex" g2="uni1EF4" k="123" />
+<hkern g1="Acircumflex" g2="uni1EF6" k="123" />
+<hkern g1="Acircumflex" g2="uni1EF8" k="123" />
+<hkern g1="Acircumflex" g2="Tcedilla" k="143" />
+<hkern g1="Atilde" g2="quotedbl" k="143" />
+<hkern g1="Atilde" g2="quotesingle" k="143" />
+<hkern g1="Atilde" g2="C" k="41" />
+<hkern g1="Atilde" g2="G" k="41" />
+<hkern g1="Atilde" g2="J" k="-266" />
+<hkern g1="Atilde" g2="O" k="41" />
+<hkern g1="Atilde" g2="Q" k="41" />
+<hkern g1="Atilde" g2="T" k="143" />
+<hkern g1="Atilde" g2="V" k="82" />
+<hkern g1="Atilde" g2="W" k="82" />
+<hkern g1="Atilde" g2="Y" k="123" />
+<hkern g1="Atilde" g2="Ccedilla" k="41" />
+<hkern g1="Atilde" g2="Ograve" k="41" />
+<hkern g1="Atilde" g2="Oacute" k="41" />
+<hkern g1="Atilde" g2="Ocircumflex" k="41" />
+<hkern g1="Atilde" g2="Otilde" k="41" />
+<hkern g1="Atilde" g2="Odieresis" k="41" />
+<hkern g1="Atilde" g2="Oslash" k="41" />
+<hkern g1="Atilde" g2="Yacute" k="123" />
+<hkern g1="Atilde" g2="Cacute" k="41" />
+<hkern g1="Atilde" g2="Ccircumflex" k="41" />
+<hkern g1="Atilde" g2="Cdot" k="41" />
+<hkern g1="Atilde" g2="Ccaron" k="41" />
+<hkern g1="Atilde" g2="Gcircumflex" k="41" />
+<hkern g1="Atilde" g2="Gbreve" k="41" />
+<hkern g1="Atilde" g2="Gdot" k="41" />
+<hkern g1="Atilde" g2="Gcommaaccent" k="41" />
+<hkern g1="Atilde" g2="Omacron" k="41" />
+<hkern g1="Atilde" g2="Obreve" k="41" />
+<hkern g1="Atilde" g2="Ohungarumlaut" k="41" />
+<hkern g1="Atilde" g2="OE" k="41" />
+<hkern g1="Atilde" g2="Tcommaaccent" k="143" />
+<hkern g1="Atilde" g2="Tcaron" k="143" />
+<hkern g1="Atilde" g2="Wcircumflex" k="82" />
+<hkern g1="Atilde" g2="Ycircumflex" k="123" />
+<hkern g1="Atilde" g2="Ydieresis" k="123" />
+<hkern g1="Atilde" g2="Oslashacute" k="41" />
+<hkern g1="Atilde" g2="Wgrave" k="82" />
+<hkern g1="Atilde" g2="Wacute" k="82" />
+<hkern g1="Atilde" g2="Wdieresis" k="82" />
+<hkern g1="Atilde" g2="Ygrave" k="123" />
+<hkern g1="Atilde" g2="quoteright" k="143" />
+<hkern g1="Atilde" g2="quotedblright" k="143" />
+<hkern g1="Atilde" g2="Ohorn" k="41" />
+<hkern g1="Atilde" g2="uni1EF4" k="123" />
+<hkern g1="Atilde" g2="uni1EF6" k="123" />
+<hkern g1="Atilde" g2="uni1EF8" k="123" />
+<hkern g1="Atilde" g2="Tcedilla" k="143" />
+<hkern g1="Adieresis" g2="quotedbl" k="143" />
+<hkern g1="Adieresis" g2="quotesingle" k="143" />
+<hkern g1="Adieresis" g2="C" k="41" />
+<hkern g1="Adieresis" g2="G" k="41" />
+<hkern g1="Adieresis" g2="J" k="-266" />
+<hkern g1="Adieresis" g2="O" k="41" />
+<hkern g1="Adieresis" g2="Q" k="41" />
+<hkern g1="Adieresis" g2="T" k="143" />
+<hkern g1="Adieresis" g2="V" k="82" />
+<hkern g1="Adieresis" g2="W" k="82" />
+<hkern g1="Adieresis" g2="Y" k="123" />
+<hkern g1="Adieresis" g2="Ccedilla" k="41" />
+<hkern g1="Adieresis" g2="Ograve" k="41" />
+<hkern g1="Adieresis" g2="Oacute" k="41" />
+<hkern g1="Adieresis" g2="Ocircumflex" k="41" />
+<hkern g1="Adieresis" g2="Otilde" k="41" />
+<hkern g1="Adieresis" g2="Odieresis" k="41" />
+<hkern g1="Adieresis" g2="Oslash" k="41" />
+<hkern g1="Adieresis" g2="Yacute" k="123" />
+<hkern g1="Adieresis" g2="Cacute" k="41" />
+<hkern g1="Adieresis" g2="Ccircumflex" k="41" />
+<hkern g1="Adieresis" g2="Cdot" k="41" />
+<hkern g1="Adieresis" g2="Ccaron" k="41" />
+<hkern g1="Adieresis" g2="Gcircumflex" k="41" />
+<hkern g1="Adieresis" g2="Gbreve" k="41" />
+<hkern g1="Adieresis" g2="Gdot" k="41" />
+<hkern g1="Adieresis" g2="Gcommaaccent" k="41" />
+<hkern g1="Adieresis" g2="Omacron" k="41" />
+<hkern g1="Adieresis" g2="Obreve" k="41" />
+<hkern g1="Adieresis" g2="Ohungarumlaut" k="41" />
+<hkern g1="Adieresis" g2="OE" k="41" />
+<hkern g1="Adieresis" g2="Tcommaaccent" k="143" />
+<hkern g1="Adieresis" g2="Tcaron" k="143" />
+<hkern g1="Adieresis" g2="Wcircumflex" k="82" />
+<hkern g1="Adieresis" g2="Ycircumflex" k="123" />
+<hkern g1="Adieresis" g2="Ydieresis" k="123" />
+<hkern g1="Adieresis" g2="Oslashacute" k="41" />
+<hkern g1="Adieresis" g2="Wgrave" k="82" />
+<hkern g1="Adieresis" g2="Wacute" k="82" />
+<hkern g1="Adieresis" g2="Wdieresis" k="82" />
+<hkern g1="Adieresis" g2="Ygrave" k="123" />
+<hkern g1="Adieresis" g2="quoteright" k="143" />
+<hkern g1="Adieresis" g2="quotedblright" k="143" />
+<hkern g1="Adieresis" g2="Ohorn" k="41" />
+<hkern g1="Adieresis" g2="uni1EF4" k="123" />
+<hkern g1="Adieresis" g2="uni1EF6" k="123" />
+<hkern g1="Adieresis" g2="uni1EF8" k="123" />
+<hkern g1="Adieresis" g2="Tcedilla" k="143" />
+<hkern g1="Aring" g2="quotedbl" k="143" />
+<hkern g1="Aring" g2="quotesingle" k="143" />
+<hkern g1="Aring" g2="C" k="41" />
+<hkern g1="Aring" g2="G" k="41" />
+<hkern g1="Aring" g2="J" k="-266" />
+<hkern g1="Aring" g2="O" k="41" />
+<hkern g1="Aring" g2="Q" k="41" />
+<hkern g1="Aring" g2="T" k="143" />
+<hkern g1="Aring" g2="V" k="82" />
+<hkern g1="Aring" g2="W" k="82" />
+<hkern g1="Aring" g2="Y" k="123" />
+<hkern g1="Aring" g2="Ccedilla" k="41" />
+<hkern g1="Aring" g2="Ograve" k="41" />
+<hkern g1="Aring" g2="Oacute" k="41" />
+<hkern g1="Aring" g2="Ocircumflex" k="41" />
+<hkern g1="Aring" g2="Otilde" k="41" />
+<hkern g1="Aring" g2="Odieresis" k="41" />
+<hkern g1="Aring" g2="Oslash" k="41" />
+<hkern g1="Aring" g2="Yacute" k="123" />
+<hkern g1="Aring" g2="Cacute" k="41" />
+<hkern g1="Aring" g2="Ccircumflex" k="41" />
+<hkern g1="Aring" g2="Cdot" k="41" />
+<hkern g1="Aring" g2="Ccaron" k="41" />
+<hkern g1="Aring" g2="Gcircumflex" k="41" />
+<hkern g1="Aring" g2="Gbreve" k="41" />
+<hkern g1="Aring" g2="Gdot" k="41" />
+<hkern g1="Aring" g2="Gcommaaccent" k="41" />
+<hkern g1="Aring" g2="Omacron" k="41" />
+<hkern g1="Aring" g2="Obreve" k="41" />
+<hkern g1="Aring" g2="Ohungarumlaut" k="41" />
+<hkern g1="Aring" g2="OE" k="41" />
+<hkern g1="Aring" g2="Tcommaaccent" k="143" />
+<hkern g1="Aring" g2="Tcaron" k="143" />
+<hkern g1="Aring" g2="Wcircumflex" k="82" />
+<hkern g1="Aring" g2="Ycircumflex" k="123" />
+<hkern g1="Aring" g2="Ydieresis" k="123" />
+<hkern g1="Aring" g2="Oslashacute" k="41" />
+<hkern g1="Aring" g2="Wgrave" k="82" />
+<hkern g1="Aring" g2="Wacute" k="82" />
+<hkern g1="Aring" g2="Wdieresis" k="82" />
+<hkern g1="Aring" g2="Ygrave" k="123" />
+<hkern g1="Aring" g2="quoteright" k="143" />
+<hkern g1="Aring" g2="quotedblright" k="143" />
+<hkern g1="Aring" g2="Ohorn" k="41" />
+<hkern g1="Aring" g2="uni1EF4" k="123" />
+<hkern g1="Aring" g2="uni1EF6" k="123" />
+<hkern g1="Aring" g2="uni1EF8" k="123" />
+<hkern g1="Aring" g2="Tcedilla" k="143" />
+<hkern g1="AE" g2="J" k="-123" />
+<hkern g1="Ccedilla" g2="C" k="41" />
+<hkern g1="Ccedilla" g2="G" k="41" />
+<hkern g1="Ccedilla" g2="O" k="41" />
+<hkern g1="Ccedilla" g2="Q" k="41" />
+<hkern g1="Ccedilla" g2="Ccedilla" k="41" />
+<hkern g1="Ccedilla" g2="Ograve" k="41" />
+<hkern g1="Ccedilla" g2="Oacute" k="41" />
+<hkern g1="Ccedilla" g2="Ocircumflex" k="41" />
+<hkern g1="Ccedilla" g2="Otilde" k="41" />
+<hkern g1="Ccedilla" g2="Odieresis" k="41" />
+<hkern g1="Ccedilla" g2="Oslash" k="41" />
+<hkern g1="Ccedilla" g2="Cacute" k="41" />
+<hkern g1="Ccedilla" g2="Ccircumflex" k="41" />
+<hkern g1="Ccedilla" g2="Cdot" k="41" />
+<hkern g1="Ccedilla" g2="Ccaron" k="41" />
+<hkern g1="Ccedilla" g2="Gcircumflex" k="41" />
+<hkern g1="Ccedilla" g2="Gbreve" k="41" />
+<hkern g1="Ccedilla" g2="Gdot" k="41" />
+<hkern g1="Ccedilla" g2="Gcommaaccent" k="41" />
+<hkern g1="Ccedilla" g2="Omacron" k="41" />
+<hkern g1="Ccedilla" g2="Obreve" k="41" />
+<hkern g1="Ccedilla" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ccedilla" g2="OE" k="41" />
+<hkern g1="Ccedilla" g2="Oslashacute" k="41" />
+<hkern g1="Ccedilla" g2="Ohorn" k="41" />
+<hkern g1="Egrave" g2="J" k="-123" />
+<hkern g1="Eacute" g2="J" k="-123" />
+<hkern g1="Ecircumflex" g2="J" k="-123" />
+<hkern g1="Edieresis" g2="J" k="-123" />
+<hkern g1="Eth" g2="comma" k="82" />
+<hkern g1="Eth" g2="period" k="82" />
+<hkern g1="Eth" g2="A" k="41" />
+<hkern g1="Eth" g2="T" k="61" />
+<hkern g1="Eth" g2="V" k="20" />
+<hkern g1="Eth" g2="W" k="20" />
+<hkern g1="Eth" g2="X" k="41" />
+<hkern g1="Eth" g2="Y" k="20" />
+<hkern g1="Eth" g2="Z" k="20" />
+<hkern g1="Eth" g2="Agrave" k="41" />
+<hkern g1="Eth" g2="Aacute" k="41" />
+<hkern g1="Eth" g2="Acircumflex" k="41" />
+<hkern g1="Eth" g2="Atilde" k="41" />
+<hkern g1="Eth" g2="Adieresis" k="41" />
+<hkern g1="Eth" g2="Aring" k="41" />
+<hkern g1="Eth" g2="Yacute" k="20" />
+<hkern g1="Eth" g2="Amacron" k="41" />
+<hkern g1="Eth" g2="Abreve" k="41" />
+<hkern g1="Eth" g2="Aogonek" k="41" />
+<hkern g1="Eth" g2="Tcommaaccent" k="61" />
+<hkern g1="Eth" g2="Tcaron" k="61" />
+<hkern g1="Eth" g2="Wcircumflex" k="20" />
+<hkern g1="Eth" g2="Ycircumflex" k="20" />
+<hkern g1="Eth" g2="Ydieresis" k="20" />
+<hkern g1="Eth" g2="Zacute" k="20" />
+<hkern g1="Eth" g2="Zdotaccent" k="20" />
+<hkern g1="Eth" g2="Zcaron" k="20" />
+<hkern g1="Eth" g2="Aringacute" k="41" />
+<hkern g1="Eth" g2="Wgrave" k="20" />
+<hkern g1="Eth" g2="Wacute" k="20" />
+<hkern g1="Eth" g2="Wdieresis" k="20" />
+<hkern g1="Eth" g2="Ygrave" k="20" />
+<hkern g1="Eth" g2="quotesinglbase" k="82" />
+<hkern g1="Eth" g2="quotedblbase" k="82" />
+<hkern g1="Eth" g2="uni1E00" k="41" />
+<hkern g1="Eth" g2="uni1EF4" k="20" />
+<hkern g1="Eth" g2="uni1EF6" k="20" />
+<hkern g1="Eth" g2="uni1EF8" k="20" />
+<hkern g1="Eth" g2="Tcedilla" k="61" />
+<hkern g1="Ograve" g2="comma" k="82" />
+<hkern g1="Ograve" g2="period" k="82" />
+<hkern g1="Ograve" g2="A" k="41" />
+<hkern g1="Ograve" g2="T" k="61" />
+<hkern g1="Ograve" g2="V" k="20" />
+<hkern g1="Ograve" g2="W" k="20" />
+<hkern g1="Ograve" g2="X" k="41" />
+<hkern g1="Ograve" g2="Y" k="20" />
+<hkern g1="Ograve" g2="Z" k="20" />
+<hkern g1="Ograve" g2="Agrave" k="41" />
+<hkern g1="Ograve" g2="Aacute" k="41" />
+<hkern g1="Ograve" g2="Acircumflex" k="41" />
+<hkern g1="Ograve" g2="Atilde" k="41" />
+<hkern g1="Ograve" g2="Adieresis" k="41" />
+<hkern g1="Ograve" g2="Aring" k="41" />
+<hkern g1="Ograve" g2="Yacute" k="20" />
+<hkern g1="Ograve" g2="Amacron" k="41" />
+<hkern g1="Ograve" g2="Abreve" k="41" />
+<hkern g1="Ograve" g2="Aogonek" k="41" />
+<hkern g1="Ograve" g2="Tcommaaccent" k="61" />
+<hkern g1="Ograve" g2="Tcaron" k="61" />
+<hkern g1="Ograve" g2="Wcircumflex" k="20" />
+<hkern g1="Ograve" g2="Ycircumflex" k="20" />
+<hkern g1="Ograve" g2="Ydieresis" k="20" />
+<hkern g1="Ograve" g2="Zacute" k="20" />
+<hkern g1="Ograve" g2="Zdotaccent" k="20" />
+<hkern g1="Ograve" g2="Zcaron" k="20" />
+<hkern g1="Ograve" g2="Aringacute" k="41" />
+<hkern g1="Ograve" g2="Wgrave" k="20" />
+<hkern g1="Ograve" g2="Wacute" k="20" />
+<hkern g1="Ograve" g2="Wdieresis" k="20" />
+<hkern g1="Ograve" g2="Ygrave" k="20" />
+<hkern g1="Ograve" g2="quotesinglbase" k="82" />
+<hkern g1="Ograve" g2="quotedblbase" k="82" />
+<hkern g1="Ograve" g2="uni1E00" k="41" />
+<hkern g1="Ograve" g2="uni1EF4" k="20" />
+<hkern g1="Ograve" g2="uni1EF6" k="20" />
+<hkern g1="Ograve" g2="uni1EF8" k="20" />
+<hkern g1="Ograve" g2="Tcedilla" k="61" />
+<hkern g1="Oacute" g2="comma" k="82" />
+<hkern g1="Oacute" g2="period" k="82" />
+<hkern g1="Oacute" g2="A" k="41" />
+<hkern g1="Oacute" g2="T" k="61" />
+<hkern g1="Oacute" g2="V" k="20" />
+<hkern g1="Oacute" g2="W" k="20" />
+<hkern g1="Oacute" g2="X" k="41" />
+<hkern g1="Oacute" g2="Y" k="20" />
+<hkern g1="Oacute" g2="Z" k="20" />
+<hkern g1="Oacute" g2="Agrave" k="41" />
+<hkern g1="Oacute" g2="Aacute" k="41" />
+<hkern g1="Oacute" g2="Acircumflex" k="41" />
+<hkern g1="Oacute" g2="Atilde" k="41" />
+<hkern g1="Oacute" g2="Adieresis" k="41" />
+<hkern g1="Oacute" g2="Aring" k="41" />
+<hkern g1="Oacute" g2="Yacute" k="20" />
+<hkern g1="Oacute" g2="Amacron" k="41" />
+<hkern g1="Oacute" g2="Abreve" k="41" />
+<hkern g1="Oacute" g2="Aogonek" k="41" />
+<hkern g1="Oacute" g2="Tcommaaccent" k="61" />
+<hkern g1="Oacute" g2="Tcaron" k="61" />
+<hkern g1="Oacute" g2="Wcircumflex" k="20" />
+<hkern g1="Oacute" g2="Ycircumflex" k="20" />
+<hkern g1="Oacute" g2="Ydieresis" k="20" />
+<hkern g1="Oacute" g2="Zacute" k="20" />
+<hkern g1="Oacute" g2="Zdotaccent" k="20" />
+<hkern g1="Oacute" g2="Zcaron" k="20" />
+<hkern g1="Oacute" g2="Aringacute" k="41" />
+<hkern g1="Oacute" g2="Wgrave" k="20" />
+<hkern g1="Oacute" g2="Wacute" k="20" />
+<hkern g1="Oacute" g2="Wdieresis" k="20" />
+<hkern g1="Oacute" g2="Ygrave" k="20" />
+<hkern g1="Oacute" g2="quotesinglbase" k="82" />
+<hkern g1="Oacute" g2="quotedblbase" k="82" />
+<hkern g1="Oacute" g2="uni1E00" k="41" />
+<hkern g1="Oacute" g2="uni1EF4" k="20" />
+<hkern g1="Oacute" g2="uni1EF6" k="20" />
+<hkern g1="Oacute" g2="uni1EF8" k="20" />
+<hkern g1="Oacute" g2="Tcedilla" k="61" />
+<hkern g1="Ocircumflex" g2="comma" k="82" />
+<hkern g1="Ocircumflex" g2="period" k="82" />
+<hkern g1="Ocircumflex" g2="A" k="41" />
+<hkern g1="Ocircumflex" g2="T" k="61" />
+<hkern g1="Ocircumflex" g2="V" k="20" />
+<hkern g1="Ocircumflex" g2="W" k="20" />
+<hkern g1="Ocircumflex" g2="X" k="41" />
+<hkern g1="Ocircumflex" g2="Y" k="20" />
+<hkern g1="Ocircumflex" g2="Z" k="20" />
+<hkern g1="Ocircumflex" g2="Agrave" k="41" />
+<hkern g1="Ocircumflex" g2="Aacute" k="41" />
+<hkern g1="Ocircumflex" g2="Acircumflex" k="41" />
+<hkern g1="Ocircumflex" g2="Atilde" k="41" />
+<hkern g1="Ocircumflex" g2="Adieresis" k="41" />
+<hkern g1="Ocircumflex" g2="Aring" k="41" />
+<hkern g1="Ocircumflex" g2="Yacute" k="20" />
+<hkern g1="Ocircumflex" g2="Amacron" k="41" />
+<hkern g1="Ocircumflex" g2="Abreve" k="41" />
+<hkern g1="Ocircumflex" g2="Aogonek" k="41" />
+<hkern g1="Ocircumflex" g2="Tcommaaccent" k="61" />
+<hkern g1="Ocircumflex" g2="Tcaron" k="61" />
+<hkern g1="Ocircumflex" g2="Wcircumflex" k="20" />
+<hkern g1="Ocircumflex" g2="Ycircumflex" k="20" />
+<hkern g1="Ocircumflex" g2="Ydieresis" k="20" />
+<hkern g1="Ocircumflex" g2="Zacute" k="20" />
+<hkern g1="Ocircumflex" g2="Zdotaccent" k="20" />
+<hkern g1="Ocircumflex" g2="Zcaron" k="20" />
+<hkern g1="Ocircumflex" g2="Aringacute" k="41" />
+<hkern g1="Ocircumflex" g2="Wgrave" k="20" />
+<hkern g1="Ocircumflex" g2="Wacute" k="20" />
+<hkern g1="Ocircumflex" g2="Wdieresis" k="20" />
+<hkern g1="Ocircumflex" g2="Ygrave" k="20" />
+<hkern g1="Ocircumflex" g2="quotesinglbase" k="82" />
+<hkern g1="Ocircumflex" g2="quotedblbase" k="82" />
+<hkern g1="Ocircumflex" g2="uni1E00" k="41" />
+<hkern g1="Ocircumflex" g2="uni1EF4" k="20" />
+<hkern g1="Ocircumflex" g2="uni1EF6" k="20" />
+<hkern g1="Ocircumflex" g2="uni1EF8" k="20" />
+<hkern g1="Ocircumflex" g2="Tcedilla" k="61" />
+<hkern g1="Otilde" g2="comma" k="82" />
+<hkern g1="Otilde" g2="period" k="82" />
+<hkern g1="Otilde" g2="A" k="41" />
+<hkern g1="Otilde" g2="T" k="61" />
+<hkern g1="Otilde" g2="V" k="20" />
+<hkern g1="Otilde" g2="W" k="20" />
+<hkern g1="Otilde" g2="X" k="41" />
+<hkern g1="Otilde" g2="Y" k="20" />
+<hkern g1="Otilde" g2="Z" k="20" />
+<hkern g1="Otilde" g2="Agrave" k="41" />
+<hkern g1="Otilde" g2="Aacute" k="41" />
+<hkern g1="Otilde" g2="Acircumflex" k="41" />
+<hkern g1="Otilde" g2="Atilde" k="41" />
+<hkern g1="Otilde" g2="Adieresis" k="41" />
+<hkern g1="Otilde" g2="Aring" k="41" />
+<hkern g1="Otilde" g2="Yacute" k="20" />
+<hkern g1="Otilde" g2="Amacron" k="41" />
+<hkern g1="Otilde" g2="Abreve" k="41" />
+<hkern g1="Otilde" g2="Aogonek" k="41" />
+<hkern g1="Otilde" g2="Tcommaaccent" k="61" />
+<hkern g1="Otilde" g2="Tcaron" k="61" />
+<hkern g1="Otilde" g2="Wcircumflex" k="20" />
+<hkern g1="Otilde" g2="Ycircumflex" k="20" />
+<hkern g1="Otilde" g2="Ydieresis" k="20" />
+<hkern g1="Otilde" g2="Zacute" k="20" />
+<hkern g1="Otilde" g2="Zdotaccent" k="20" />
+<hkern g1="Otilde" g2="Zcaron" k="20" />
+<hkern g1="Otilde" g2="Aringacute" k="41" />
+<hkern g1="Otilde" g2="Wgrave" k="20" />
+<hkern g1="Otilde" g2="Wacute" k="20" />
+<hkern g1="Otilde" g2="Wdieresis" k="20" />
+<hkern g1="Otilde" g2="Ygrave" k="20" />
+<hkern g1="Otilde" g2="quotesinglbase" k="82" />
+<hkern g1="Otilde" g2="quotedblbase" k="82" />
+<hkern g1="Otilde" g2="uni1E00" k="41" />
+<hkern g1="Otilde" g2="uni1EF4" k="20" />
+<hkern g1="Otilde" g2="uni1EF6" k="20" />
+<hkern g1="Otilde" g2="uni1EF8" k="20" />
+<hkern g1="Otilde" g2="Tcedilla" k="61" />
+<hkern g1="Odieresis" g2="comma" k="82" />
+<hkern g1="Odieresis" g2="period" k="82" />
+<hkern g1="Odieresis" g2="A" k="41" />
+<hkern g1="Odieresis" g2="T" k="61" />
+<hkern g1="Odieresis" g2="V" k="20" />
+<hkern g1="Odieresis" g2="W" k="20" />
+<hkern g1="Odieresis" g2="X" k="41" />
+<hkern g1="Odieresis" g2="Y" k="20" />
+<hkern g1="Odieresis" g2="Z" k="20" />
+<hkern g1="Odieresis" g2="Agrave" k="41" />
+<hkern g1="Odieresis" g2="Aacute" k="41" />
+<hkern g1="Odieresis" g2="Acircumflex" k="41" />
+<hkern g1="Odieresis" g2="Atilde" k="41" />
+<hkern g1="Odieresis" g2="Adieresis" k="41" />
+<hkern g1="Odieresis" g2="Aring" k="41" />
+<hkern g1="Odieresis" g2="Yacute" k="20" />
+<hkern g1="Odieresis" g2="Amacron" k="41" />
+<hkern g1="Odieresis" g2="Abreve" k="41" />
+<hkern g1="Odieresis" g2="Aogonek" k="41" />
+<hkern g1="Odieresis" g2="Tcommaaccent" k="61" />
+<hkern g1="Odieresis" g2="Tcaron" k="61" />
+<hkern g1="Odieresis" g2="Wcircumflex" k="20" />
+<hkern g1="Odieresis" g2="Ycircumflex" k="20" />
+<hkern g1="Odieresis" g2="Ydieresis" k="20" />
+<hkern g1="Odieresis" g2="Zacute" k="20" />
+<hkern g1="Odieresis" g2="Zdotaccent" k="20" />
+<hkern g1="Odieresis" g2="Zcaron" k="20" />
+<hkern g1="Odieresis" g2="Aringacute" k="41" />
+<hkern g1="Odieresis" g2="Wgrave" k="20" />
+<hkern g1="Odieresis" g2="Wacute" k="20" />
+<hkern g1="Odieresis" g2="Wdieresis" k="20" />
+<hkern g1="Odieresis" g2="Ygrave" k="20" />
+<hkern g1="Odieresis" g2="quotesinglbase" k="82" />
+<hkern g1="Odieresis" g2="quotedblbase" k="82" />
+<hkern g1="Odieresis" g2="uni1E00" k="41" />
+<hkern g1="Odieresis" g2="uni1EF4" k="20" />
+<hkern g1="Odieresis" g2="uni1EF6" k="20" />
+<hkern g1="Odieresis" g2="uni1EF8" k="20" />
+<hkern g1="Odieresis" g2="Tcedilla" k="61" />
+<hkern g1="Oslash" g2="comma" k="82" />
+<hkern g1="Oslash" g2="period" k="82" />
+<hkern g1="Oslash" g2="A" k="41" />
+<hkern g1="Oslash" g2="T" k="61" />
+<hkern g1="Oslash" g2="V" k="20" />
+<hkern g1="Oslash" g2="W" k="20" />
+<hkern g1="Oslash" g2="X" k="41" />
+<hkern g1="Oslash" g2="Y" k="20" />
+<hkern g1="Oslash" g2="Z" k="20" />
+<hkern g1="Oslash" g2="Agrave" k="41" />
+<hkern g1="Oslash" g2="Aacute" k="41" />
+<hkern g1="Oslash" g2="Acircumflex" k="41" />
+<hkern g1="Oslash" g2="Atilde" k="41" />
+<hkern g1="Oslash" g2="Adieresis" k="41" />
+<hkern g1="Oslash" g2="Aring" k="41" />
+<hkern g1="Oslash" g2="Yacute" k="20" />
+<hkern g1="Oslash" g2="Amacron" k="41" />
+<hkern g1="Oslash" g2="Abreve" k="41" />
+<hkern g1="Oslash" g2="Aogonek" k="41" />
+<hkern g1="Oslash" g2="Tcommaaccent" k="61" />
+<hkern g1="Oslash" g2="Tcaron" k="61" />
+<hkern g1="Oslash" g2="Wcircumflex" k="20" />
+<hkern g1="Oslash" g2="Ycircumflex" k="20" />
+<hkern g1="Oslash" g2="Ydieresis" k="20" />
+<hkern g1="Oslash" g2="Zacute" k="20" />
+<hkern g1="Oslash" g2="Zdotaccent" k="20" />
+<hkern g1="Oslash" g2="Zcaron" k="20" />
+<hkern g1="Oslash" g2="Aringacute" k="41" />
+<hkern g1="Oslash" g2="Wgrave" k="20" />
+<hkern g1="Oslash" g2="Wacute" k="20" />
+<hkern g1="Oslash" g2="Wdieresis" k="20" />
+<hkern g1="Oslash" g2="Ygrave" k="20" />
+<hkern g1="Oslash" g2="quotesinglbase" k="82" />
+<hkern g1="Oslash" g2="quotedblbase" k="82" />
+<hkern g1="Oslash" g2="uni1E00" k="41" />
+<hkern g1="Oslash" g2="uni1EF4" k="20" />
+<hkern g1="Oslash" g2="uni1EF6" k="20" />
+<hkern g1="Oslash" g2="uni1EF8" k="20" />
+<hkern g1="Oslash" g2="Tcedilla" k="61" />
+<hkern g1="Ugrave" g2="comma" k="41" />
+<hkern g1="Ugrave" g2="period" k="41" />
+<hkern g1="Ugrave" g2="A" k="20" />
+<hkern g1="Ugrave" g2="Agrave" k="20" />
+<hkern g1="Ugrave" g2="Aacute" k="20" />
+<hkern g1="Ugrave" g2="Acircumflex" k="20" />
+<hkern g1="Ugrave" g2="Atilde" k="20" />
+<hkern g1="Ugrave" g2="Adieresis" k="20" />
+<hkern g1="Ugrave" g2="Aring" k="20" />
+<hkern g1="Ugrave" g2="Amacron" k="20" />
+<hkern g1="Ugrave" g2="Abreve" k="20" />
+<hkern g1="Ugrave" g2="Aogonek" k="20" />
+<hkern g1="Ugrave" g2="Aringacute" k="20" />
+<hkern g1="Ugrave" g2="quotesinglbase" k="41" />
+<hkern g1="Ugrave" g2="quotedblbase" k="41" />
+<hkern g1="Ugrave" g2="uni1E00" k="20" />
+<hkern g1="Uacute" g2="comma" k="41" />
+<hkern g1="Uacute" g2="period" k="41" />
+<hkern g1="Uacute" g2="A" k="20" />
+<hkern g1="Uacute" g2="Agrave" k="20" />
+<hkern g1="Uacute" g2="Aacute" k="20" />
+<hkern g1="Uacute" g2="Acircumflex" k="20" />
+<hkern g1="Uacute" g2="Atilde" k="20" />
+<hkern g1="Uacute" g2="Adieresis" k="20" />
+<hkern g1="Uacute" g2="Aring" k="20" />
+<hkern g1="Uacute" g2="Amacron" k="20" />
+<hkern g1="Uacute" g2="Abreve" k="20" />
+<hkern g1="Uacute" g2="Aogonek" k="20" />
+<hkern g1="Uacute" g2="Aringacute" k="20" />
+<hkern g1="Uacute" g2="quotesinglbase" k="41" />
+<hkern g1="Uacute" g2="quotedblbase" k="41" />
+<hkern g1="Uacute" g2="uni1E00" k="20" />
+<hkern g1="Ucircumflex" g2="comma" k="41" />
+<hkern g1="Ucircumflex" g2="period" k="41" />
+<hkern g1="Ucircumflex" g2="A" k="20" />
+<hkern g1="Ucircumflex" g2="Agrave" k="20" />
+<hkern g1="Ucircumflex" g2="Aacute" k="20" />
+<hkern g1="Ucircumflex" g2="Acircumflex" k="20" />
+<hkern g1="Ucircumflex" g2="Atilde" k="20" />
+<hkern g1="Ucircumflex" g2="Adieresis" k="20" />
+<hkern g1="Ucircumflex" g2="Aring" k="20" />
+<hkern g1="Ucircumflex" g2="Amacron" k="20" />
+<hkern g1="Ucircumflex" g2="Abreve" k="20" />
+<hkern g1="Ucircumflex" g2="Aogonek" k="20" />
+<hkern g1="Ucircumflex" g2="Aringacute" k="20" />
+<hkern g1="Ucircumflex" g2="quotesinglbase" k="41" />
+<hkern g1="Ucircumflex" g2="quotedblbase" k="41" />
+<hkern g1="Ucircumflex" g2="uni1E00" k="20" />
+<hkern g1="Udieresis" g2="comma" k="41" />
+<hkern g1="Udieresis" g2="period" k="41" />
+<hkern g1="Udieresis" g2="A" k="20" />
+<hkern g1="Udieresis" g2="Agrave" k="20" />
+<hkern g1="Udieresis" g2="Aacute" k="20" />
+<hkern g1="Udieresis" g2="Acircumflex" k="20" />
+<hkern g1="Udieresis" g2="Atilde" k="20" />
+<hkern g1="Udieresis" g2="Adieresis" k="20" />
+<hkern g1="Udieresis" g2="Aring" k="20" />
+<hkern g1="Udieresis" g2="Amacron" k="20" />
+<hkern g1="Udieresis" g2="Abreve" k="20" />
+<hkern g1="Udieresis" g2="Aogonek" k="20" />
+<hkern g1="Udieresis" g2="Aringacute" k="20" />
+<hkern g1="Udieresis" g2="quotesinglbase" k="41" />
+<hkern g1="Udieresis" g2="quotedblbase" k="41" />
+<hkern g1="Udieresis" g2="uni1E00" k="20" />
+<hkern g1="Yacute" g2="comma" k="123" />
+<hkern g1="Yacute" g2="period" k="123" />
+<hkern g1="Yacute" g2="question" k="-41" />
+<hkern g1="Yacute" g2="A" k="123" />
+<hkern g1="Yacute" g2="C" k="41" />
+<hkern g1="Yacute" g2="G" k="41" />
+<hkern g1="Yacute" g2="O" k="41" />
+<hkern g1="Yacute" g2="Q" k="41" />
+<hkern g1="Yacute" g2="a" k="102" />
+<hkern g1="Yacute" g2="c" k="102" />
+<hkern g1="Yacute" g2="d" k="102" />
+<hkern g1="Yacute" g2="e" k="102" />
+<hkern g1="Yacute" g2="g" k="41" />
+<hkern g1="Yacute" g2="m" k="61" />
+<hkern g1="Yacute" g2="n" k="61" />
+<hkern g1="Yacute" g2="o" k="102" />
+<hkern g1="Yacute" g2="p" k="61" />
+<hkern g1="Yacute" g2="q" k="102" />
+<hkern g1="Yacute" g2="r" k="61" />
+<hkern g1="Yacute" g2="s" k="82" />
+<hkern g1="Yacute" g2="u" k="61" />
+<hkern g1="Yacute" g2="z" k="41" />
+<hkern g1="Yacute" g2="Agrave" k="123" />
+<hkern g1="Yacute" g2="Aacute" k="123" />
+<hkern g1="Yacute" g2="Acircumflex" k="123" />
+<hkern g1="Yacute" g2="Atilde" k="123" />
+<hkern g1="Yacute" g2="Adieresis" k="123" />
+<hkern g1="Yacute" g2="Aring" k="123" />
+<hkern g1="Yacute" g2="Ccedilla" k="41" />
+<hkern g1="Yacute" g2="Ograve" k="41" />
+<hkern g1="Yacute" g2="Oacute" k="41" />
+<hkern g1="Yacute" g2="Ocircumflex" k="41" />
+<hkern g1="Yacute" g2="Otilde" k="41" />
+<hkern g1="Yacute" g2="Odieresis" k="41" />
+<hkern g1="Yacute" g2="Oslash" k="41" />
+<hkern g1="Yacute" g2="agrave" k="102" />
+<hkern g1="Yacute" g2="aacute" k="102" />
+<hkern g1="Yacute" g2="acircumflex" k="102" />
+<hkern g1="Yacute" g2="atilde" k="102" />
+<hkern g1="Yacute" g2="adieresis" k="102" />
+<hkern g1="Yacute" g2="aring" k="102" />
+<hkern g1="Yacute" g2="ae" k="102" />
+<hkern g1="Yacute" g2="ccedilla" k="102" />
+<hkern g1="Yacute" g2="egrave" k="102" />
+<hkern g1="Yacute" g2="eacute" k="102" />
+<hkern g1="Yacute" g2="ecircumflex" k="102" />
+<hkern g1="Yacute" g2="edieresis" k="102" />
+<hkern g1="Yacute" g2="ograve" k="102" />
+<hkern g1="Yacute" g2="oacute" k="102" />
+<hkern g1="Yacute" g2="ocircumflex" k="102" />
+<hkern g1="Yacute" g2="otilde" k="102" />
+<hkern g1="Yacute" g2="odieresis" k="102" />
+<hkern g1="Yacute" g2="oslash" k="102" />
+<hkern g1="Yacute" g2="ugrave" k="61" />
+<hkern g1="Yacute" g2="uacute" k="61" />
+<hkern g1="Yacute" g2="ucircumflex" k="61" />
+<hkern g1="Yacute" g2="udieresis" k="61" />
+<hkern g1="Yacute" g2="Amacron" k="123" />
+<hkern g1="Yacute" g2="amacron" k="102" />
+<hkern g1="Yacute" g2="Abreve" k="123" />
+<hkern g1="Yacute" g2="abreve" k="102" />
+<hkern g1="Yacute" g2="Aogonek" k="123" />
+<hkern g1="Yacute" g2="aogonek" k="102" />
+<hkern g1="Yacute" g2="Cacute" k="41" />
+<hkern g1="Yacute" g2="cacute" k="102" />
+<hkern g1="Yacute" g2="Ccircumflex" k="41" />
+<hkern g1="Yacute" g2="ccircumflex" k="102" />
+<hkern g1="Yacute" g2="Cdot" k="41" />
+<hkern g1="Yacute" g2="cdot" k="102" />
+<hkern g1="Yacute" g2="Ccaron" k="41" />
+<hkern g1="Yacute" g2="ccaron" k="102" />
+<hkern g1="Yacute" g2="dcaron" k="102" />
+<hkern g1="Yacute" g2="" k="102" />
+<hkern g1="Yacute" g2="emacron" k="102" />
+<hkern g1="Yacute" g2="ebreve" k="102" />
+<hkern g1="Yacute" g2="edotaccent" k="102" />
+<hkern g1="Yacute" g2="eogonek" k="102" />
+<hkern g1="Yacute" g2="ecaron" k="102" />
+<hkern g1="Yacute" g2="Gcircumflex" k="41" />
+<hkern g1="Yacute" g2="gcircumflex" k="41" />
+<hkern g1="Yacute" g2="Gbreve" k="41" />
+<hkern g1="Yacute" g2="gbreve" k="41" />
+<hkern g1="Yacute" g2="Gdot" k="41" />
+<hkern g1="Yacute" g2="gdot" k="41" />
+<hkern g1="Yacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Yacute" g2="gcommaaccent" k="41" />
+<hkern g1="Yacute" g2="kgreenlandic" k="61" />
+<hkern g1="Yacute" g2="nacute" k="61" />
+<hkern g1="Yacute" g2="ncommaaccent" k="61" />
+<hkern g1="Yacute" g2="eng" k="61" />
+<hkern g1="Yacute" g2="Omacron" k="41" />
+<hkern g1="Yacute" g2="omacron" k="102" />
+<hkern g1="Yacute" g2="Obreve" k="41" />
+<hkern g1="Yacute" g2="obreve" k="102" />
+<hkern g1="Yacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Yacute" g2="ohungarumlaut" k="102" />
+<hkern g1="Yacute" g2="OE" k="41" />
+<hkern g1="Yacute" g2="oe" k="102" />
+<hkern g1="Yacute" g2="racute" k="61" />
+<hkern g1="Yacute" g2="rcommaaccent" k="61" />
+<hkern g1="Yacute" g2="sacute" k="82" />
+<hkern g1="Yacute" g2="scedilla" k="82" />
+<hkern g1="Yacute" g2="utilde" k="61" />
+<hkern g1="Yacute" g2="umacron" k="61" />
+<hkern g1="Yacute" g2="ubreve" k="61" />
+<hkern g1="Yacute" g2="uring" k="61" />
+<hkern g1="Yacute" g2="uhungarumlaut" k="61" />
+<hkern g1="Yacute" g2="uogonek" k="61" />
+<hkern g1="Yacute" g2="zacute" k="41" />
+<hkern g1="Yacute" g2="zdotaccent" k="41" />
+<hkern g1="Yacute" g2="zcaron" k="41" />
+<hkern g1="Yacute" g2="Aringacute" k="123" />
+<hkern g1="Yacute" g2="aringacute" k="102" />
+<hkern g1="Yacute" g2="aeacute" k="102" />
+<hkern g1="Yacute" g2="Oslashacute" k="41" />
+<hkern g1="Yacute" g2="oslashacute" k="102" />
+<hkern g1="Yacute" g2="scommaaccent" k="82" />
+<hkern g1="Yacute" g2="quotesinglbase" k="123" />
+<hkern g1="Yacute" g2="quotedblbase" k="123" />
+<hkern g1="Yacute" g2="uni1E3F" k="61" />
+<hkern g1="Yacute" g2="uni1E00" k="123" />
+<hkern g1="Yacute" g2="uni1E01" k="102" />
+<hkern g1="Yacute" g2="Ohorn" k="41" />
+<hkern g1="Yacute" g2="ohorn" k="102" />
+<hkern g1="Yacute" g2="uhorn" k="61" />
+<hkern g1="Thorn" g2="comma" k="266" />
+<hkern g1="Thorn" g2="period" k="266" />
+<hkern g1="Thorn" g2="A" k="102" />
+<hkern g1="Thorn" g2="X" k="41" />
+<hkern g1="Thorn" g2="Z" k="20" />
+<hkern g1="Thorn" g2="Agrave" k="102" />
+<hkern g1="Thorn" g2="Aacute" k="102" />
+<hkern g1="Thorn" g2="Acircumflex" k="102" />
+<hkern g1="Thorn" g2="Atilde" k="102" />
+<hkern g1="Thorn" g2="Adieresis" k="102" />
+<hkern g1="Thorn" g2="Aring" k="102" />
+<hkern g1="Thorn" g2="Amacron" k="102" />
+<hkern g1="Thorn" g2="Abreve" k="102" />
+<hkern g1="Thorn" g2="Aogonek" k="102" />
+<hkern g1="Thorn" g2="Zacute" k="20" />
+<hkern g1="Thorn" g2="Zdotaccent" k="20" />
+<hkern g1="Thorn" g2="Zcaron" k="20" />
+<hkern g1="Thorn" g2="Aringacute" k="102" />
+<hkern g1="Thorn" g2="quotesinglbase" k="266" />
+<hkern g1="Thorn" g2="quotedblbase" k="266" />
+<hkern g1="Thorn" g2="uni1E00" k="102" />
+<hkern g1="agrave" g2="quotedbl" k="20" />
+<hkern g1="agrave" g2="quotesingle" k="20" />
+<hkern g1="agrave" g2="quoteright" k="20" />
+<hkern g1="agrave" g2="quotedblright" k="20" />
+<hkern g1="aacute" g2="quotedbl" k="20" />
+<hkern g1="aacute" g2="quotesingle" k="20" />
+<hkern g1="aacute" g2="quoteright" k="20" />
+<hkern g1="aacute" g2="quotedblright" k="20" />
+<hkern g1="acircumflex" g2="quotedbl" k="20" />
+<hkern g1="acircumflex" g2="quotesingle" k="20" />
+<hkern g1="acircumflex" g2="quoteright" k="20" />
+<hkern g1="acircumflex" g2="quotedblright" k="20" />
+<hkern g1="atilde" g2="quotedbl" k="20" />
+<hkern g1="atilde" g2="quotesingle" k="20" />
+<hkern g1="atilde" g2="quoteright" k="20" />
+<hkern g1="atilde" g2="quotedblright" k="20" />
+<hkern g1="adieresis" g2="quotedbl" k="20" />
+<hkern g1="adieresis" g2="quotesingle" k="20" />
+<hkern g1="adieresis" g2="quoteright" k="20" />
+<hkern g1="adieresis" g2="quotedblright" k="20" />
+<hkern g1="aring" g2="quotedbl" k="20" />
+<hkern g1="aring" g2="quotesingle" k="20" />
+<hkern g1="aring" g2="quoteright" k="20" />
+<hkern g1="aring" g2="quotedblright" k="20" />
+<hkern g1="egrave" g2="quotedbl" k="20" />
+<hkern g1="egrave" g2="quotesingle" k="20" />
+<hkern g1="egrave" g2="v" k="41" />
+<hkern g1="egrave" g2="w" k="41" />
+<hkern g1="egrave" g2="x" k="41" />
+<hkern g1="egrave" g2="y" k="41" />
+<hkern g1="egrave" g2="z" k="20" />
+<hkern g1="egrave" g2="yacute" k="41" />
+<hkern g1="egrave" g2="wcircumflex" k="41" />
+<hkern g1="egrave" g2="zacute" k="20" />
+<hkern g1="egrave" g2="zdotaccent" k="20" />
+<hkern g1="egrave" g2="zcaron" k="20" />
+<hkern g1="egrave" g2="wgrave" k="41" />
+<hkern g1="egrave" g2="wacute" k="41" />
+<hkern g1="egrave" g2="quoteright" k="20" />
+<hkern g1="egrave" g2="quotedblright" k="20" />
+<hkern g1="egrave" g2="uni1EF5" k="41" />
+<hkern g1="eacute" g2="quotedbl" k="20" />
+<hkern g1="eacute" g2="quotesingle" k="20" />
+<hkern g1="eacute" g2="v" k="41" />
+<hkern g1="eacute" g2="w" k="41" />
+<hkern g1="eacute" g2="x" k="41" />
+<hkern g1="eacute" g2="y" k="41" />
+<hkern g1="eacute" g2="z" k="20" />
+<hkern g1="eacute" g2="yacute" k="41" />
+<hkern g1="eacute" g2="wcircumflex" k="41" />
+<hkern g1="eacute" g2="zacute" k="20" />
+<hkern g1="eacute" g2="zdotaccent" k="20" />
+<hkern g1="eacute" g2="zcaron" k="20" />
+<hkern g1="eacute" g2="wgrave" k="41" />
+<hkern g1="eacute" g2="wacute" k="41" />
+<hkern g1="eacute" g2="quoteright" k="20" />
+<hkern g1="eacute" g2="quotedblright" k="20" />
+<hkern g1="eacute" g2="uni1EF5" k="41" />
+<hkern g1="ecircumflex" g2="quotedbl" k="20" />
+<hkern g1="ecircumflex" g2="quotesingle" k="20" />
+<hkern g1="ecircumflex" g2="v" k="41" />
+<hkern g1="ecircumflex" g2="w" k="41" />
+<hkern g1="ecircumflex" g2="x" k="41" />
+<hkern g1="ecircumflex" g2="y" k="41" />
+<hkern g1="ecircumflex" g2="z" k="20" />
+<hkern g1="ecircumflex" g2="yacute" k="41" />
+<hkern g1="ecircumflex" g2="wcircumflex" k="41" />
+<hkern g1="ecircumflex" g2="zacute" k="20" />
+<hkern g1="ecircumflex" g2="zdotaccent" k="20" />
+<hkern g1="ecircumflex" g2="zcaron" k="20" />
+<hkern g1="ecircumflex" g2="wgrave" k="41" />
+<hkern g1="ecircumflex" g2="wacute" k="41" />
+<hkern g1="ecircumflex" g2="quoteright" k="20" />
+<hkern g1="ecircumflex" g2="quotedblright" k="20" />
+<hkern g1="ecircumflex" g2="uni1EF5" k="41" />
+<hkern g1="edieresis" g2="quotedbl" k="20" />
+<hkern g1="edieresis" g2="quotesingle" k="20" />
+<hkern g1="edieresis" g2="v" k="41" />
+<hkern g1="edieresis" g2="w" k="41" />
+<hkern g1="edieresis" g2="x" k="41" />
+<hkern g1="edieresis" g2="y" k="41" />
+<hkern g1="edieresis" g2="z" k="20" />
+<hkern g1="edieresis" g2="yacute" k="41" />
+<hkern g1="edieresis" g2="wcircumflex" k="41" />
+<hkern g1="edieresis" g2="zacute" k="20" />
+<hkern g1="edieresis" g2="zdotaccent" k="20" />
+<hkern g1="edieresis" g2="zcaron" k="20" />
+<hkern g1="edieresis" g2="wgrave" k="41" />
+<hkern g1="edieresis" g2="wacute" k="41" />
+<hkern g1="edieresis" g2="quoteright" k="20" />
+<hkern g1="edieresis" g2="quotedblright" k="20" />
+<hkern g1="edieresis" g2="uni1EF5" k="41" />
+<hkern g1="eth" g2="quotedbl" k="20" />
+<hkern g1="eth" g2="quotesingle" k="20" />
+<hkern g1="eth" g2="v" k="41" />
+<hkern g1="eth" g2="w" k="41" />
+<hkern g1="eth" g2="x" k="41" />
+<hkern g1="eth" g2="y" k="41" />
+<hkern g1="eth" g2="z" k="20" />
+<hkern g1="eth" g2="yacute" k="41" />
+<hkern g1="eth" g2="wcircumflex" k="41" />
+<hkern g1="eth" g2="zacute" k="20" />
+<hkern g1="eth" g2="zdotaccent" k="20" />
+<hkern g1="eth" g2="zcaron" k="20" />
+<hkern g1="eth" g2="wgrave" k="41" />
+<hkern g1="eth" g2="wacute" k="41" />
+<hkern g1="eth" g2="quoteright" k="20" />
+<hkern g1="eth" g2="quotedblright" k="20" />
+<hkern g1="eth" g2="uni1EF5" k="41" />
+<hkern g1="ograve" g2="quotedbl" k="20" />
+<hkern g1="ograve" g2="quotesingle" k="20" />
+<hkern g1="ograve" g2="v" k="41" />
+<hkern g1="ograve" g2="w" k="41" />
+<hkern g1="ograve" g2="x" k="41" />
+<hkern g1="ograve" g2="y" k="41" />
+<hkern g1="ograve" g2="z" k="20" />
+<hkern g1="ograve" g2="yacute" k="41" />
+<hkern g1="ograve" g2="wcircumflex" k="41" />
+<hkern g1="ograve" g2="zacute" k="20" />
+<hkern g1="ograve" g2="zdotaccent" k="20" />
+<hkern g1="ograve" g2="zcaron" k="20" />
+<hkern g1="ograve" g2="wgrave" k="41" />
+<hkern g1="ograve" g2="wacute" k="41" />
+<hkern g1="ograve" g2="quoteright" k="20" />
+<hkern g1="ograve" g2="quotedblright" k="20" />
+<hkern g1="ograve" g2="uni1EF5" k="41" />
+<hkern g1="oacute" g2="quotedbl" k="20" />
+<hkern g1="oacute" g2="quotesingle" k="20" />
+<hkern g1="oacute" g2="v" k="41" />
+<hkern g1="oacute" g2="w" k="41" />
+<hkern g1="oacute" g2="x" k="41" />
+<hkern g1="oacute" g2="y" k="41" />
+<hkern g1="oacute" g2="z" k="20" />
+<hkern g1="oacute" g2="yacute" k="41" />
+<hkern g1="oacute" g2="wcircumflex" k="41" />
+<hkern g1="oacute" g2="zacute" k="20" />
+<hkern g1="oacute" g2="zdotaccent" k="20" />
+<hkern g1="oacute" g2="zcaron" k="20" />
+<hkern g1="oacute" g2="wgrave" k="41" />
+<hkern g1="oacute" g2="wacute" k="41" />
+<hkern g1="oacute" g2="quoteright" k="20" />
+<hkern g1="oacute" g2="quotedblright" k="20" />
+<hkern g1="oacute" g2="uni1EF5" k="41" />
+<hkern g1="ocircumflex" g2="quotedbl" k="20" />
+<hkern g1="ocircumflex" g2="quotesingle" k="20" />
+<hkern g1="ocircumflex" g2="v" k="41" />
+<hkern g1="ocircumflex" g2="w" k="41" />
+<hkern g1="ocircumflex" g2="x" k="41" />
+<hkern g1="ocircumflex" g2="y" k="41" />
+<hkern g1="ocircumflex" g2="z" k="20" />
+<hkern g1="ocircumflex" g2="yacute" k="41" />
+<hkern g1="ocircumflex" g2="wcircumflex" k="41" />
+<hkern g1="ocircumflex" g2="zacute" k="20" />
+<hkern g1="ocircumflex" g2="zdotaccent" k="20" />
+<hkern g1="ocircumflex" g2="zcaron" k="20" />
+<hkern g1="ocircumflex" g2="wgrave" k="41" />
+<hkern g1="ocircumflex" g2="wacute" k="41" />
+<hkern g1="ocircumflex" g2="quoteright" k="20" />
+<hkern g1="ocircumflex" g2="quotedblright" k="20" />
+<hkern g1="ocircumflex" g2="uni1EF5" k="41" />
+<hkern g1="odieresis" g2="quotedbl" k="41" />
+<hkern g1="odieresis" g2="quotesingle" k="41" />
+<hkern g1="odieresis" g2="quoteright" k="41" />
+<hkern g1="odieresis" g2="quotedblright" k="41" />
+<hkern g1="oslash" g2="quotedbl" k="20" />
+<hkern g1="oslash" g2="quotesingle" k="20" />
+<hkern g1="oslash" g2="v" k="41" />
+<hkern g1="oslash" g2="w" k="41" />
+<hkern g1="oslash" g2="x" k="41" />
+<hkern g1="oslash" g2="y" k="41" />
+<hkern g1="oslash" g2="z" k="20" />
+<hkern g1="oslash" g2="yacute" k="41" />
+<hkern g1="oslash" g2="wcircumflex" k="41" />
+<hkern g1="oslash" g2="zacute" k="20" />
+<hkern g1="oslash" g2="zdotaccent" k="20" />
+<hkern g1="oslash" g2="zcaron" k="20" />
+<hkern g1="oslash" g2="wgrave" k="41" />
+<hkern g1="oslash" g2="wacute" k="41" />
+<hkern g1="oslash" g2="quoteright" k="20" />
+<hkern g1="oslash" g2="quotedblright" k="20" />
+<hkern g1="oslash" g2="uni1EF5" k="41" />
+<hkern g1="yacute" g2="quotedbl" k="-82" />
+<hkern g1="yacute" g2="quotesingle" k="-82" />
+<hkern g1="yacute" g2="comma" k="82" />
+<hkern g1="yacute" g2="period" k="82" />
+<hkern g1="yacute" g2="question" k="-41" />
+<hkern g1="yacute" g2="quoteright" k="-82" />
+<hkern g1="yacute" g2="quotesinglbase" k="82" />
+<hkern g1="yacute" g2="quotedblright" k="-82" />
+<hkern g1="yacute" g2="quotedblbase" k="82" />
+<hkern g1="thorn" g2="quotedbl" k="20" />
+<hkern g1="thorn" g2="quotesingle" k="20" />
+<hkern g1="thorn" g2="v" k="41" />
+<hkern g1="thorn" g2="w" k="41" />
+<hkern g1="thorn" g2="x" k="41" />
+<hkern g1="thorn" g2="y" k="41" />
+<hkern g1="thorn" g2="z" k="20" />
+<hkern g1="thorn" g2="yacute" k="41" />
+<hkern g1="thorn" g2="wcircumflex" k="41" />
+<hkern g1="thorn" g2="zacute" k="20" />
+<hkern g1="thorn" g2="zdotaccent" k="20" />
+<hkern g1="thorn" g2="zcaron" k="20" />
+<hkern g1="thorn" g2="wgrave" k="41" />
+<hkern g1="thorn" g2="wacute" k="41" />
+<hkern g1="thorn" g2="quoteright" k="20" />
+<hkern g1="thorn" g2="quotedblright" k="20" />
+<hkern g1="thorn" g2="uni1EF5" k="41" />
+<hkern g1="ydieresis" g2="quotedbl" k="-82" />
+<hkern g1="ydieresis" g2="quotesingle" k="-82" />
+<hkern g1="ydieresis" g2="comma" k="82" />
+<hkern g1="ydieresis" g2="period" k="82" />
+<hkern g1="ydieresis" g2="question" k="-41" />
+<hkern g1="ydieresis" g2="quoteright" k="-82" />
+<hkern g1="ydieresis" g2="quotesinglbase" k="82" />
+<hkern g1="ydieresis" g2="quotedblright" k="-82" />
+<hkern g1="ydieresis" g2="quotedblbase" k="82" />
+<hkern g1="Amacron" g2="quotedbl" k="143" />
+<hkern g1="Amacron" g2="quotesingle" k="143" />
+<hkern g1="Amacron" g2="C" k="41" />
+<hkern g1="Amacron" g2="G" k="41" />
+<hkern g1="Amacron" g2="J" k="-266" />
+<hkern g1="Amacron" g2="O" k="41" />
+<hkern g1="Amacron" g2="Q" k="41" />
+<hkern g1="Amacron" g2="T" k="143" />
+<hkern g1="Amacron" g2="V" k="82" />
+<hkern g1="Amacron" g2="W" k="82" />
+<hkern g1="Amacron" g2="Y" k="123" />
+<hkern g1="Amacron" g2="Ccedilla" k="41" />
+<hkern g1="Amacron" g2="Ograve" k="41" />
+<hkern g1="Amacron" g2="Oacute" k="41" />
+<hkern g1="Amacron" g2="Ocircumflex" k="41" />
+<hkern g1="Amacron" g2="Otilde" k="41" />
+<hkern g1="Amacron" g2="Odieresis" k="41" />
+<hkern g1="Amacron" g2="Oslash" k="41" />
+<hkern g1="Amacron" g2="Yacute" k="123" />
+<hkern g1="Amacron" g2="Cacute" k="41" />
+<hkern g1="Amacron" g2="Ccircumflex" k="41" />
+<hkern g1="Amacron" g2="Cdot" k="41" />
+<hkern g1="Amacron" g2="Ccaron" k="41" />
+<hkern g1="Amacron" g2="Gcircumflex" k="41" />
+<hkern g1="Amacron" g2="Gbreve" k="41" />
+<hkern g1="Amacron" g2="Gdot" k="41" />
+<hkern g1="Amacron" g2="Gcommaaccent" k="41" />
+<hkern g1="Amacron" g2="Omacron" k="41" />
+<hkern g1="Amacron" g2="Obreve" k="41" />
+<hkern g1="Amacron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Amacron" g2="OE" k="41" />
+<hkern g1="Amacron" g2="Tcommaaccent" k="143" />
+<hkern g1="Amacron" g2="Tcaron" k="143" />
+<hkern g1="Amacron" g2="Wcircumflex" k="82" />
+<hkern g1="Amacron" g2="Ycircumflex" k="123" />
+<hkern g1="Amacron" g2="Ydieresis" k="123" />
+<hkern g1="Amacron" g2="Oslashacute" k="41" />
+<hkern g1="Amacron" g2="Wgrave" k="82" />
+<hkern g1="Amacron" g2="Wacute" k="82" />
+<hkern g1="Amacron" g2="Wdieresis" k="82" />
+<hkern g1="Amacron" g2="Ygrave" k="123" />
+<hkern g1="Amacron" g2="quoteright" k="143" />
+<hkern g1="Amacron" g2="quotedblright" k="143" />
+<hkern g1="Amacron" g2="Ohorn" k="41" />
+<hkern g1="Amacron" g2="uni1EF4" k="123" />
+<hkern g1="Amacron" g2="uni1EF6" k="123" />
+<hkern g1="Amacron" g2="uni1EF8" k="123" />
+<hkern g1="Amacron" g2="Tcedilla" k="143" />
+<hkern g1="amacron" g2="quotedbl" k="20" />
+<hkern g1="amacron" g2="quotesingle" k="20" />
+<hkern g1="amacron" g2="quoteright" k="20" />
+<hkern g1="amacron" g2="quotedblright" k="20" />
+<hkern g1="Abreve" g2="quotedbl" k="143" />
+<hkern g1="Abreve" g2="quotesingle" k="143" />
+<hkern g1="Abreve" g2="C" k="41" />
+<hkern g1="Abreve" g2="G" k="41" />
+<hkern g1="Abreve" g2="J" k="-266" />
+<hkern g1="Abreve" g2="O" k="41" />
+<hkern g1="Abreve" g2="Q" k="41" />
+<hkern g1="Abreve" g2="T" k="143" />
+<hkern g1="Abreve" g2="V" k="82" />
+<hkern g1="Abreve" g2="W" k="82" />
+<hkern g1="Abreve" g2="Y" k="123" />
+<hkern g1="Abreve" g2="Ccedilla" k="41" />
+<hkern g1="Abreve" g2="Ograve" k="41" />
+<hkern g1="Abreve" g2="Oacute" k="41" />
+<hkern g1="Abreve" g2="Ocircumflex" k="41" />
+<hkern g1="Abreve" g2="Otilde" k="41" />
+<hkern g1="Abreve" g2="Odieresis" k="41" />
+<hkern g1="Abreve" g2="Oslash" k="41" />
+<hkern g1="Abreve" g2="Yacute" k="123" />
+<hkern g1="Abreve" g2="Cacute" k="41" />
+<hkern g1="Abreve" g2="Ccircumflex" k="41" />
+<hkern g1="Abreve" g2="Cdot" k="41" />
+<hkern g1="Abreve" g2="Ccaron" k="41" />
+<hkern g1="Abreve" g2="Gcircumflex" k="41" />
+<hkern g1="Abreve" g2="Gbreve" k="41" />
+<hkern g1="Abreve" g2="Gdot" k="41" />
+<hkern g1="Abreve" g2="Gcommaaccent" k="41" />
+<hkern g1="Abreve" g2="Omacron" k="41" />
+<hkern g1="Abreve" g2="Obreve" k="41" />
+<hkern g1="Abreve" g2="Ohungarumlaut" k="41" />
+<hkern g1="Abreve" g2="OE" k="41" />
+<hkern g1="Abreve" g2="Tcommaaccent" k="143" />
+<hkern g1="Abreve" g2="Tcaron" k="143" />
+<hkern g1="Abreve" g2="Wcircumflex" k="82" />
+<hkern g1="Abreve" g2="Ycircumflex" k="123" />
+<hkern g1="Abreve" g2="Ydieresis" k="123" />
+<hkern g1="Abreve" g2="Oslashacute" k="41" />
+<hkern g1="Abreve" g2="Wgrave" k="82" />
+<hkern g1="Abreve" g2="Wacute" k="82" />
+<hkern g1="Abreve" g2="Wdieresis" k="82" />
+<hkern g1="Abreve" g2="Ygrave" k="123" />
+<hkern g1="Abreve" g2="quoteright" k="143" />
+<hkern g1="Abreve" g2="quotedblright" k="143" />
+<hkern g1="Abreve" g2="Ohorn" k="41" />
+<hkern g1="Abreve" g2="uni1EF4" k="123" />
+<hkern g1="Abreve" g2="uni1EF6" k="123" />
+<hkern g1="Abreve" g2="uni1EF8" k="123" />
+<hkern g1="Abreve" g2="Tcedilla" k="143" />
+<hkern g1="abreve" g2="quotedbl" k="20" />
+<hkern g1="abreve" g2="quotesingle" k="20" />
+<hkern g1="abreve" g2="quoteright" k="20" />
+<hkern g1="abreve" g2="quotedblright" k="20" />
+<hkern g1="Aogonek" g2="quotedbl" k="143" />
+<hkern g1="Aogonek" g2="quotesingle" k="143" />
+<hkern g1="Aogonek" g2="C" k="41" />
+<hkern g1="Aogonek" g2="G" k="41" />
+<hkern g1="Aogonek" g2="J" k="-266" />
+<hkern g1="Aogonek" g2="O" k="41" />
+<hkern g1="Aogonek" g2="Q" k="41" />
+<hkern g1="Aogonek" g2="T" k="143" />
+<hkern g1="Aogonek" g2="V" k="82" />
+<hkern g1="Aogonek" g2="W" k="82" />
+<hkern g1="Aogonek" g2="Y" k="123" />
+<hkern g1="Aogonek" g2="Ccedilla" k="41" />
+<hkern g1="Aogonek" g2="Ograve" k="41" />
+<hkern g1="Aogonek" g2="Oacute" k="41" />
+<hkern g1="Aogonek" g2="Ocircumflex" k="41" />
+<hkern g1="Aogonek" g2="Otilde" k="41" />
+<hkern g1="Aogonek" g2="Odieresis" k="41" />
+<hkern g1="Aogonek" g2="Oslash" k="41" />
+<hkern g1="Aogonek" g2="Yacute" k="123" />
+<hkern g1="Aogonek" g2="Cacute" k="41" />
+<hkern g1="Aogonek" g2="Ccircumflex" k="41" />
+<hkern g1="Aogonek" g2="Cdot" k="41" />
+<hkern g1="Aogonek" g2="Ccaron" k="41" />
+<hkern g1="Aogonek" g2="Gcircumflex" k="41" />
+<hkern g1="Aogonek" g2="Gbreve" k="41" />
+<hkern g1="Aogonek" g2="Gdot" k="41" />
+<hkern g1="Aogonek" g2="Gcommaaccent" k="41" />
+<hkern g1="Aogonek" g2="Omacron" k="41" />
+<hkern g1="Aogonek" g2="Obreve" k="41" />
+<hkern g1="Aogonek" g2="Ohungarumlaut" k="41" />
+<hkern g1="Aogonek" g2="OE" k="41" />
+<hkern g1="Aogonek" g2="Tcommaaccent" k="143" />
+<hkern g1="Aogonek" g2="Tcaron" k="143" />
+<hkern g1="Aogonek" g2="Wcircumflex" k="82" />
+<hkern g1="Aogonek" g2="Ycircumflex" k="123" />
+<hkern g1="Aogonek" g2="Ydieresis" k="123" />
+<hkern g1="Aogonek" g2="Oslashacute" k="41" />
+<hkern g1="Aogonek" g2="Wgrave" k="82" />
+<hkern g1="Aogonek" g2="Wacute" k="82" />
+<hkern g1="Aogonek" g2="Wdieresis" k="82" />
+<hkern g1="Aogonek" g2="Ygrave" k="123" />
+<hkern g1="Aogonek" g2="quoteright" k="143" />
+<hkern g1="Aogonek" g2="quotedblright" k="143" />
+<hkern g1="Aogonek" g2="Ohorn" k="41" />
+<hkern g1="Aogonek" g2="uni1EF4" k="123" />
+<hkern g1="Aogonek" g2="uni1EF6" k="123" />
+<hkern g1="Aogonek" g2="uni1EF8" k="123" />
+<hkern g1="Aogonek" g2="Tcedilla" k="143" />
+<hkern g1="aogonek" g2="quotedbl" k="20" />
+<hkern g1="aogonek" g2="quotesingle" k="20" />
+<hkern g1="aogonek" g2="quoteright" k="20" />
+<hkern g1="aogonek" g2="quotedblright" k="20" />
+<hkern g1="Cacute" g2="C" k="41" />
+<hkern g1="Cacute" g2="G" k="41" />
+<hkern g1="Cacute" g2="O" k="41" />
+<hkern g1="Cacute" g2="Q" k="41" />
+<hkern g1="Cacute" g2="Ccedilla" k="41" />
+<hkern g1="Cacute" g2="Ograve" k="41" />
+<hkern g1="Cacute" g2="Oacute" k="41" />
+<hkern g1="Cacute" g2="Ocircumflex" k="41" />
+<hkern g1="Cacute" g2="Otilde" k="41" />
+<hkern g1="Cacute" g2="Odieresis" k="41" />
+<hkern g1="Cacute" g2="Oslash" k="41" />
+<hkern g1="Cacute" g2="Cacute" k="41" />
+<hkern g1="Cacute" g2="Ccircumflex" k="41" />
+<hkern g1="Cacute" g2="Cdot" k="41" />
+<hkern g1="Cacute" g2="Ccaron" k="41" />
+<hkern g1="Cacute" g2="Gcircumflex" k="41" />
+<hkern g1="Cacute" g2="Gbreve" k="41" />
+<hkern g1="Cacute" g2="Gdot" k="41" />
+<hkern g1="Cacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Cacute" g2="Omacron" k="41" />
+<hkern g1="Cacute" g2="Obreve" k="41" />
+<hkern g1="Cacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Cacute" g2="OE" k="41" />
+<hkern g1="Cacute" g2="Oslashacute" k="41" />
+<hkern g1="Cacute" g2="Ohorn" k="41" />
+<hkern g1="Ccircumflex" g2="C" k="41" />
+<hkern g1="Ccircumflex" g2="G" k="41" />
+<hkern g1="Ccircumflex" g2="O" k="41" />
+<hkern g1="Ccircumflex" g2="Q" k="41" />
+<hkern g1="Ccircumflex" g2="Ccedilla" k="41" />
+<hkern g1="Ccircumflex" g2="Ograve" k="41" />
+<hkern g1="Ccircumflex" g2="Oacute" k="41" />
+<hkern g1="Ccircumflex" g2="Ocircumflex" k="41" />
+<hkern g1="Ccircumflex" g2="Otilde" k="41" />
+<hkern g1="Ccircumflex" g2="Odieresis" k="41" />
+<hkern g1="Ccircumflex" g2="Oslash" k="41" />
+<hkern g1="Ccircumflex" g2="Cacute" k="41" />
+<hkern g1="Ccircumflex" g2="Ccircumflex" k="41" />
+<hkern g1="Ccircumflex" g2="Cdot" k="41" />
+<hkern g1="Ccircumflex" g2="Ccaron" k="41" />
+<hkern g1="Ccircumflex" g2="Gcircumflex" k="41" />
+<hkern g1="Ccircumflex" g2="Gbreve" k="41" />
+<hkern g1="Ccircumflex" g2="Gdot" k="41" />
+<hkern g1="Ccircumflex" g2="Gcommaaccent" k="41" />
+<hkern g1="Ccircumflex" g2="Omacron" k="41" />
+<hkern g1="Ccircumflex" g2="Obreve" k="41" />
+<hkern g1="Ccircumflex" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ccircumflex" g2="OE" k="41" />
+<hkern g1="Ccircumflex" g2="Oslashacute" k="41" />
+<hkern g1="Ccircumflex" g2="Ohorn" k="41" />
+<hkern g1="Cdot" g2="C" k="41" />
+<hkern g1="Cdot" g2="G" k="41" />
+<hkern g1="Cdot" g2="O" k="41" />
+<hkern g1="Cdot" g2="Q" k="41" />
+<hkern g1="Cdot" g2="Ccedilla" k="41" />
+<hkern g1="Cdot" g2="Ograve" k="41" />
+<hkern g1="Cdot" g2="Oacute" k="41" />
+<hkern g1="Cdot" g2="Ocircumflex" k="41" />
+<hkern g1="Cdot" g2="Otilde" k="41" />
+<hkern g1="Cdot" g2="Odieresis" k="41" />
+<hkern g1="Cdot" g2="Oslash" k="41" />
+<hkern g1="Cdot" g2="Cacute" k="41" />
+<hkern g1="Cdot" g2="Ccircumflex" k="41" />
+<hkern g1="Cdot" g2="Cdot" k="41" />
+<hkern g1="Cdot" g2="Ccaron" k="41" />
+<hkern g1="Cdot" g2="Gcircumflex" k="41" />
+<hkern g1="Cdot" g2="Gbreve" k="41" />
+<hkern g1="Cdot" g2="Gdot" k="41" />
+<hkern g1="Cdot" g2="Gcommaaccent" k="41" />
+<hkern g1="Cdot" g2="Omacron" k="41" />
+<hkern g1="Cdot" g2="Obreve" k="41" />
+<hkern g1="Cdot" g2="Ohungarumlaut" k="41" />
+<hkern g1="Cdot" g2="OE" k="41" />
+<hkern g1="Cdot" g2="Oslashacute" k="41" />
+<hkern g1="Cdot" g2="Ohorn" k="41" />
+<hkern g1="Ccaron" g2="C" k="41" />
+<hkern g1="Ccaron" g2="G" k="41" />
+<hkern g1="Ccaron" g2="O" k="41" />
+<hkern g1="Ccaron" g2="Q" k="41" />
+<hkern g1="Ccaron" g2="Ccedilla" k="41" />
+<hkern g1="Ccaron" g2="Ograve" k="41" />
+<hkern g1="Ccaron" g2="Oacute" k="41" />
+<hkern g1="Ccaron" g2="Ocircumflex" k="41" />
+<hkern g1="Ccaron" g2="Otilde" k="41" />
+<hkern g1="Ccaron" g2="Odieresis" k="41" />
+<hkern g1="Ccaron" g2="Oslash" k="41" />
+<hkern g1="Ccaron" g2="Cacute" k="41" />
+<hkern g1="Ccaron" g2="Ccircumflex" k="41" />
+<hkern g1="Ccaron" g2="Cdot" k="41" />
+<hkern g1="Ccaron" g2="Ccaron" k="41" />
+<hkern g1="Ccaron" g2="Gcircumflex" k="41" />
+<hkern g1="Ccaron" g2="Gbreve" k="41" />
+<hkern g1="Ccaron" g2="Gdot" k="41" />
+<hkern g1="Ccaron" g2="Gcommaaccent" k="41" />
+<hkern g1="Ccaron" g2="Omacron" k="41" />
+<hkern g1="Ccaron" g2="Obreve" k="41" />
+<hkern g1="Ccaron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ccaron" g2="OE" k="41" />
+<hkern g1="Ccaron" g2="Oslashacute" k="41" />
+<hkern g1="Ccaron" g2="Ohorn" k="41" />
+<hkern g1="Dcaron" g2="comma" k="82" />
+<hkern g1="Dcaron" g2="period" k="82" />
+<hkern g1="Dcaron" g2="A" k="41" />
+<hkern g1="Dcaron" g2="T" k="61" />
+<hkern g1="Dcaron" g2="V" k="20" />
+<hkern g1="Dcaron" g2="W" k="20" />
+<hkern g1="Dcaron" g2="X" k="41" />
+<hkern g1="Dcaron" g2="Y" k="20" />
+<hkern g1="Dcaron" g2="Z" k="20" />
+<hkern g1="Dcaron" g2="Agrave" k="41" />
+<hkern g1="Dcaron" g2="Aacute" k="41" />
+<hkern g1="Dcaron" g2="Acircumflex" k="41" />
+<hkern g1="Dcaron" g2="Atilde" k="41" />
+<hkern g1="Dcaron" g2="Adieresis" k="41" />
+<hkern g1="Dcaron" g2="Aring" k="41" />
+<hkern g1="Dcaron" g2="Yacute" k="20" />
+<hkern g1="Dcaron" g2="Amacron" k="41" />
+<hkern g1="Dcaron" g2="Abreve" k="41" />
+<hkern g1="Dcaron" g2="Aogonek" k="41" />
+<hkern g1="Dcaron" g2="Tcommaaccent" k="61" />
+<hkern g1="Dcaron" g2="Tcaron" k="61" />
+<hkern g1="Dcaron" g2="Wcircumflex" k="20" />
+<hkern g1="Dcaron" g2="Ycircumflex" k="20" />
+<hkern g1="Dcaron" g2="Ydieresis" k="20" />
+<hkern g1="Dcaron" g2="Zacute" k="20" />
+<hkern g1="Dcaron" g2="Zdotaccent" k="20" />
+<hkern g1="Dcaron" g2="Zcaron" k="20" />
+<hkern g1="Dcaron" g2="Aringacute" k="41" />
+<hkern g1="Dcaron" g2="Wgrave" k="20" />
+<hkern g1="Dcaron" g2="Wacute" k="20" />
+<hkern g1="Dcaron" g2="Wdieresis" k="20" />
+<hkern g1="Dcaron" g2="Ygrave" k="20" />
+<hkern g1="Dcaron" g2="quotesinglbase" k="82" />
+<hkern g1="Dcaron" g2="quotedblbase" k="82" />
+<hkern g1="Dcaron" g2="uni1E00" k="41" />
+<hkern g1="Dcaron" g2="uni1EF4" k="20" />
+<hkern g1="Dcaron" g2="uni1EF6" k="20" />
+<hkern g1="Dcaron" g2="uni1EF8" k="20" />
+<hkern g1="Dcaron" g2="Tcedilla" k="61" />
+<hkern g1="dcaron" g2="quotedbl" k="-82" />
+<hkern g1="dcaron" g2="quotesingle" k="-82" />
+<hkern g1="dcaron" g2="parenright" k="-143" />
+<hkern g1="dcaron" g2="question" k="-164" />
+<hkern g1="dcaron" g2="bracketright" k="-143" />
+<hkern g1="dcaron" g2="b" k="-61" />
+<hkern g1="dcaron" g2="h" k="-61" />
+<hkern g1="dcaron" g2="k" k="-61" />
+<hkern g1="dcaron" g2="l" k="-61" />
+<hkern g1="dcaron" g2="braceright" k="-143" />
+<hkern g1="dcaron" g2="hcircumflex" k="-61" />
+<hkern g1="dcaron" g2="hbar" k="-123" />
+<hkern g1="dcaron" g2="quoteright" k="-82" />
+<hkern g1="dcaron" g2="quotedblright" k="-82" />
+<hkern g1="Dcroat" g2="comma" k="82" />
+<hkern g1="Dcroat" g2="period" k="82" />
+<hkern g1="Dcroat" g2="A" k="41" />
+<hkern g1="Dcroat" g2="T" k="61" />
+<hkern g1="Dcroat" g2="V" k="20" />
+<hkern g1="Dcroat" g2="W" k="20" />
+<hkern g1="Dcroat" g2="X" k="41" />
+<hkern g1="Dcroat" g2="Y" k="20" />
+<hkern g1="Dcroat" g2="Z" k="20" />
+<hkern g1="Dcroat" g2="Agrave" k="41" />
+<hkern g1="Dcroat" g2="Aacute" k="41" />
+<hkern g1="Dcroat" g2="Acircumflex" k="41" />
+<hkern g1="Dcroat" g2="Atilde" k="41" />
+<hkern g1="Dcroat" g2="Adieresis" k="41" />
+<hkern g1="Dcroat" g2="Aring" k="41" />
+<hkern g1="Dcroat" g2="Yacute" k="20" />
+<hkern g1="Dcroat" g2="Amacron" k="41" />
+<hkern g1="Dcroat" g2="Abreve" k="41" />
+<hkern g1="Dcroat" g2="Aogonek" k="41" />
+<hkern g1="Dcroat" g2="Tcommaaccent" k="61" />
+<hkern g1="Dcroat" g2="Tcaron" k="61" />
+<hkern g1="Dcroat" g2="Wcircumflex" k="20" />
+<hkern g1="Dcroat" g2="Ycircumflex" k="20" />
+<hkern g1="Dcroat" g2="Ydieresis" k="20" />
+<hkern g1="Dcroat" g2="Zacute" k="20" />
+<hkern g1="Dcroat" g2="Zdotaccent" k="20" />
+<hkern g1="Dcroat" g2="Zcaron" k="20" />
+<hkern g1="Dcroat" g2="Aringacute" k="41" />
+<hkern g1="Dcroat" g2="Wgrave" k="20" />
+<hkern g1="Dcroat" g2="Wacute" k="20" />
+<hkern g1="Dcroat" g2="Wdieresis" k="20" />
+<hkern g1="Dcroat" g2="Ygrave" k="20" />
+<hkern g1="Dcroat" g2="quotesinglbase" k="82" />
+<hkern g1="Dcroat" g2="quotedblbase" k="82" />
+<hkern g1="Dcroat" g2="uni1E00" k="41" />
+<hkern g1="Dcroat" g2="uni1EF4" k="20" />
+<hkern g1="Dcroat" g2="uni1EF6" k="20" />
+<hkern g1="Dcroat" g2="uni1EF8" k="20" />
+<hkern g1="Dcroat" g2="Tcedilla" k="61" />
+<hkern g1="Emacron" g2="J" k="-123" />
+<hkern g1="emacron" g2="quotedbl" k="20" />
+<hkern g1="emacron" g2="quotesingle" k="20" />
+<hkern g1="emacron" g2="v" k="41" />
+<hkern g1="emacron" g2="w" k="41" />
+<hkern g1="emacron" g2="x" k="41" />
+<hkern g1="emacron" g2="y" k="41" />
+<hkern g1="emacron" g2="z" k="20" />
+<hkern g1="emacron" g2="yacute" k="41" />
+<hkern g1="emacron" g2="wcircumflex" k="41" />
+<hkern g1="emacron" g2="zacute" k="20" />
+<hkern g1="emacron" g2="zdotaccent" k="20" />
+<hkern g1="emacron" g2="zcaron" k="20" />
+<hkern g1="emacron" g2="wgrave" k="41" />
+<hkern g1="emacron" g2="wacute" k="41" />
+<hkern g1="emacron" g2="quoteright" k="20" />
+<hkern g1="emacron" g2="quotedblright" k="20" />
+<hkern g1="emacron" g2="uni1EF5" k="41" />
+<hkern g1="Ebreve" g2="J" k="-123" />
+<hkern g1="ebreve" g2="quotedbl" k="20" />
+<hkern g1="ebreve" g2="quotesingle" k="20" />
+<hkern g1="ebreve" g2="v" k="41" />
+<hkern g1="ebreve" g2="w" k="41" />
+<hkern g1="ebreve" g2="x" k="41" />
+<hkern g1="ebreve" g2="y" k="41" />
+<hkern g1="ebreve" g2="z" k="20" />
+<hkern g1="ebreve" g2="yacute" k="41" />
+<hkern g1="ebreve" g2="wcircumflex" k="41" />
+<hkern g1="ebreve" g2="zacute" k="20" />
+<hkern g1="ebreve" g2="zdotaccent" k="20" />
+<hkern g1="ebreve" g2="zcaron" k="20" />
+<hkern g1="ebreve" g2="wgrave" k="41" />
+<hkern g1="ebreve" g2="wacute" k="41" />
+<hkern g1="ebreve" g2="quoteright" k="20" />
+<hkern g1="ebreve" g2="quotedblright" k="20" />
+<hkern g1="ebreve" g2="uni1EF5" k="41" />
+<hkern g1="Edotaccent" g2="J" k="-123" />
+<hkern g1="edotaccent" g2="quotedbl" k="20" />
+<hkern g1="edotaccent" g2="quotesingle" k="20" />
+<hkern g1="edotaccent" g2="v" k="41" />
+<hkern g1="edotaccent" g2="w" k="41" />
+<hkern g1="edotaccent" g2="x" k="41" />
+<hkern g1="edotaccent" g2="y" k="41" />
+<hkern g1="edotaccent" g2="z" k="20" />
+<hkern g1="edotaccent" g2="yacute" k="41" />
+<hkern g1="edotaccent" g2="wcircumflex" k="41" />
+<hkern g1="edotaccent" g2="zacute" k="20" />
+<hkern g1="edotaccent" g2="zdotaccent" k="20" />
+<hkern g1="edotaccent" g2="zcaron" k="20" />
+<hkern g1="edotaccent" g2="wgrave" k="41" />
+<hkern g1="edotaccent" g2="wacute" k="41" />
+<hkern g1="edotaccent" g2="quoteright" k="20" />
+<hkern g1="edotaccent" g2="quotedblright" k="20" />
+<hkern g1="edotaccent" g2="uni1EF5" k="41" />
+<hkern g1="Eogonek" g2="J" k="-123" />
+<hkern g1="eogonek" g2="quotedbl" k="20" />
+<hkern g1="eogonek" g2="quotesingle" k="20" />
+<hkern g1="eogonek" g2="v" k="41" />
+<hkern g1="eogonek" g2="w" k="41" />
+<hkern g1="eogonek" g2="x" k="41" />
+<hkern g1="eogonek" g2="y" k="41" />
+<hkern g1="eogonek" g2="z" k="20" />
+<hkern g1="eogonek" g2="yacute" k="41" />
+<hkern g1="eogonek" g2="wcircumflex" k="41" />
+<hkern g1="eogonek" g2="zacute" k="20" />
+<hkern g1="eogonek" g2="zdotaccent" k="20" />
+<hkern g1="eogonek" g2="zcaron" k="20" />
+<hkern g1="eogonek" g2="wgrave" k="41" />
+<hkern g1="eogonek" g2="wacute" k="41" />
+<hkern g1="eogonek" g2="quoteright" k="20" />
+<hkern g1="eogonek" g2="quotedblright" k="20" />
+<hkern g1="eogonek" g2="uni1EF5" k="41" />
+<hkern g1="Ecaron" g2="J" k="-123" />
+<hkern g1="ecaron" g2="quotedbl" k="20" />
+<hkern g1="ecaron" g2="quotesingle" k="20" />
+<hkern g1="ecaron" g2="v" k="41" />
+<hkern g1="ecaron" g2="w" k="41" />
+<hkern g1="ecaron" g2="x" k="41" />
+<hkern g1="ecaron" g2="y" k="41" />
+<hkern g1="ecaron" g2="z" k="20" />
+<hkern g1="ecaron" g2="yacute" k="41" />
+<hkern g1="ecaron" g2="wcircumflex" k="41" />
+<hkern g1="ecaron" g2="zacute" k="20" />
+<hkern g1="ecaron" g2="zdotaccent" k="20" />
+<hkern g1="ecaron" g2="zcaron" k="20" />
+<hkern g1="ecaron" g2="wgrave" k="41" />
+<hkern g1="ecaron" g2="wacute" k="41" />
+<hkern g1="ecaron" g2="quoteright" k="20" />
+<hkern g1="ecaron" g2="quotedblright" k="20" />
+<hkern g1="ecaron" g2="uni1EF5" k="41" />
+<hkern g1="hcircumflex" g2="quotedbl" k="20" />
+<hkern g1="hcircumflex" g2="quotesingle" k="20" />
+<hkern g1="hcircumflex" g2="quoteright" k="20" />
+<hkern g1="hcircumflex" g2="quotedblright" k="20" />
+<hkern g1="Kcommaaccent" g2="C" k="41" />
+<hkern g1="Kcommaaccent" g2="G" k="41" />
+<hkern g1="Kcommaaccent" g2="O" k="41" />
+<hkern g1="Kcommaaccent" g2="Q" k="41" />
+<hkern g1="Kcommaaccent" g2="Ccedilla" k="41" />
+<hkern g1="Kcommaaccent" g2="Ograve" k="41" />
+<hkern g1="Kcommaaccent" g2="Oacute" k="41" />
+<hkern g1="Kcommaaccent" g2="Ocircumflex" k="41" />
+<hkern g1="Kcommaaccent" g2="Otilde" k="41" />
+<hkern g1="Kcommaaccent" g2="Odieresis" k="41" />
+<hkern g1="Kcommaaccent" g2="Oslash" k="41" />
+<hkern g1="Kcommaaccent" g2="Cacute" k="41" />
+<hkern g1="Kcommaaccent" g2="Ccircumflex" k="41" />
+<hkern g1="Kcommaaccent" g2="Cdot" k="41" />
+<hkern g1="Kcommaaccent" g2="Ccaron" k="41" />
+<hkern g1="Kcommaaccent" g2="Gcircumflex" k="41" />
+<hkern g1="Kcommaaccent" g2="Gbreve" k="41" />
+<hkern g1="Kcommaaccent" g2="Gdot" k="41" />
+<hkern g1="Kcommaaccent" g2="Gcommaaccent" k="41" />
+<hkern g1="Kcommaaccent" g2="Omacron" k="41" />
+<hkern g1="Kcommaaccent" g2="Obreve" k="41" />
+<hkern g1="Kcommaaccent" g2="Ohungarumlaut" k="41" />
+<hkern g1="Kcommaaccent" g2="OE" k="41" />
+<hkern g1="Kcommaaccent" g2="Oslashacute" k="41" />
+<hkern g1="Kcommaaccent" g2="Ohorn" k="41" />
+<hkern g1="kcommaaccent" g2="c" k="41" />
+<hkern g1="kcommaaccent" g2="d" k="41" />
+<hkern g1="kcommaaccent" g2="e" k="41" />
+<hkern g1="kcommaaccent" g2="o" k="41" />
+<hkern g1="kcommaaccent" g2="q" k="41" />
+<hkern g1="kcommaaccent" g2="agrave" k="41" />
+<hkern g1="kcommaaccent" g2="ccedilla" k="41" />
+<hkern g1="kcommaaccent" g2="egrave" k="41" />
+<hkern g1="kcommaaccent" g2="eacute" k="41" />
+<hkern g1="kcommaaccent" g2="ecircumflex" k="41" />
+<hkern g1="kcommaaccent" g2="edieresis" k="41" />
+<hkern g1="kcommaaccent" g2="ograve" k="41" />
+<hkern g1="kcommaaccent" g2="oacute" k="41" />
+<hkern g1="kcommaaccent" g2="ocircumflex" k="41" />
+<hkern g1="kcommaaccent" g2="otilde" k="41" />
+<hkern g1="kcommaaccent" g2="odieresis" k="41" />
+<hkern g1="kcommaaccent" g2="oslash" k="41" />
+<hkern g1="kcommaaccent" g2="cacute" k="41" />
+<hkern g1="kcommaaccent" g2="ccircumflex" k="41" />
+<hkern g1="kcommaaccent" g2="cdot" k="41" />
+<hkern g1="kcommaaccent" g2="ccaron" k="41" />
+<hkern g1="kcommaaccent" g2="dcaron" k="41" />
+<hkern g1="kcommaaccent" g2="" k="41" />
+<hkern g1="kcommaaccent" g2="emacron" k="41" />
+<hkern g1="kcommaaccent" g2="ebreve" k="41" />
+<hkern g1="kcommaaccent" g2="edotaccent" k="41" />
+<hkern g1="kcommaaccent" g2="eogonek" k="41" />
+<hkern g1="kcommaaccent" g2="ecaron" k="41" />
+<hkern g1="kcommaaccent" g2="omacron" k="41" />
+<hkern g1="kcommaaccent" g2="obreve" k="41" />
+<hkern g1="kcommaaccent" g2="ohungarumlaut" k="41" />
+<hkern g1="kcommaaccent" g2="oe" k="41" />
+<hkern g1="kcommaaccent" g2="oslashacute" k="41" />
+<hkern g1="kcommaaccent" g2="ohorn" k="41" />
+<hkern g1="kgreenlandic" g2="c" k="41" />
+<hkern g1="kgreenlandic" g2="d" k="41" />
+<hkern g1="kgreenlandic" g2="e" k="41" />
+<hkern g1="kgreenlandic" g2="o" k="41" />
+<hkern g1="kgreenlandic" g2="q" k="41" />
+<hkern g1="kgreenlandic" g2="agrave" k="41" />
+<hkern g1="kgreenlandic" g2="ccedilla" k="41" />
+<hkern g1="kgreenlandic" g2="egrave" k="41" />
+<hkern g1="kgreenlandic" g2="eacute" k="41" />
+<hkern g1="kgreenlandic" g2="ecircumflex" k="41" />
+<hkern g1="kgreenlandic" g2="edieresis" k="41" />
+<hkern g1="kgreenlandic" g2="ograve" k="41" />
+<hkern g1="kgreenlandic" g2="oacute" k="41" />
+<hkern g1="kgreenlandic" g2="ocircumflex" k="41" />
+<hkern g1="kgreenlandic" g2="otilde" k="41" />
+<hkern g1="kgreenlandic" g2="odieresis" k="41" />
+<hkern g1="kgreenlandic" g2="oslash" k="41" />
+<hkern g1="kgreenlandic" g2="cacute" k="41" />
+<hkern g1="kgreenlandic" g2="ccircumflex" k="41" />
+<hkern g1="kgreenlandic" g2="cdot" k="41" />
+<hkern g1="kgreenlandic" g2="ccaron" k="41" />
+<hkern g1="kgreenlandic" g2="dcaron" k="41" />
+<hkern g1="kgreenlandic" g2="" k="41" />
+<hkern g1="kgreenlandic" g2="emacron" k="41" />
+<hkern g1="kgreenlandic" g2="ebreve" k="41" />
+<hkern g1="kgreenlandic" g2="edotaccent" k="41" />
+<hkern g1="kgreenlandic" g2="eogonek" k="41" />
+<hkern g1="kgreenlandic" g2="ecaron" k="41" />
+<hkern g1="kgreenlandic" g2="omacron" k="41" />
+<hkern g1="kgreenlandic" g2="obreve" k="41" />
+<hkern g1="kgreenlandic" g2="ohungarumlaut" k="41" />
+<hkern g1="kgreenlandic" g2="oe" k="41" />
+<hkern g1="kgreenlandic" g2="oslashacute" k="41" />
+<hkern g1="kgreenlandic" g2="ohorn" k="41" />
+<hkern g1="Lacute" g2="quotedbl" k="164" />
+<hkern g1="Lacute" g2="quotesingle" k="164" />
+<hkern g1="Lacute" g2="C" k="41" />
+<hkern g1="Lacute" g2="G" k="41" />
+<hkern g1="Lacute" g2="O" k="41" />
+<hkern g1="Lacute" g2="Q" k="41" />
+<hkern g1="Lacute" g2="T" k="41" />
+<hkern g1="Lacute" g2="U" k="20" />
+<hkern g1="Lacute" g2="V" k="41" />
+<hkern g1="Lacute" g2="W" k="41" />
+<hkern g1="Lacute" g2="Y" k="61" />
+<hkern g1="Lacute" g2="Ccedilla" k="41" />
+<hkern g1="Lacute" g2="Ograve" k="41" />
+<hkern g1="Lacute" g2="Oacute" k="41" />
+<hkern g1="Lacute" g2="Ocircumflex" k="41" />
+<hkern g1="Lacute" g2="Otilde" k="41" />
+<hkern g1="Lacute" g2="Odieresis" k="41" />
+<hkern g1="Lacute" g2="Oslash" k="41" />
+<hkern g1="Lacute" g2="Ugrave" k="20" />
+<hkern g1="Lacute" g2="Uacute" k="20" />
+<hkern g1="Lacute" g2="Ucircumflex" k="20" />
+<hkern g1="Lacute" g2="Udieresis" k="20" />
+<hkern g1="Lacute" g2="Yacute" k="61" />
+<hkern g1="Lacute" g2="Cacute" k="41" />
+<hkern g1="Lacute" g2="Ccircumflex" k="41" />
+<hkern g1="Lacute" g2="Cdot" k="41" />
+<hkern g1="Lacute" g2="Ccaron" k="41" />
+<hkern g1="Lacute" g2="Gcircumflex" k="41" />
+<hkern g1="Lacute" g2="Gbreve" k="41" />
+<hkern g1="Lacute" g2="Gdot" k="41" />
+<hkern g1="Lacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Lacute" g2="Omacron" k="41" />
+<hkern g1="Lacute" g2="Obreve" k="41" />
+<hkern g1="Lacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lacute" g2="OE" k="41" />
+<hkern g1="Lacute" g2="Tcommaaccent" k="41" />
+<hkern g1="Lacute" g2="Tcaron" k="41" />
+<hkern g1="Lacute" g2="Utilde" k="20" />
+<hkern g1="Lacute" g2="Umacron" k="20" />
+<hkern g1="Lacute" g2="Ubreve" k="20" />
+<hkern g1="Lacute" g2="Uring" k="20" />
+<hkern g1="Lacute" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lacute" g2="Uogonek" k="20" />
+<hkern g1="Lacute" g2="Wcircumflex" k="41" />
+<hkern g1="Lacute" g2="Ycircumflex" k="61" />
+<hkern g1="Lacute" g2="Ydieresis" k="61" />
+<hkern g1="Lacute" g2="Oslashacute" k="41" />
+<hkern g1="Lacute" g2="Wgrave" k="41" />
+<hkern g1="Lacute" g2="Wacute" k="41" />
+<hkern g1="Lacute" g2="Wdieresis" k="41" />
+<hkern g1="Lacute" g2="Ygrave" k="61" />
+<hkern g1="Lacute" g2="quoteright" k="164" />
+<hkern g1="Lacute" g2="quotedblright" k="164" />
+<hkern g1="Lacute" g2="Ohorn" k="41" />
+<hkern g1="Lacute" g2="Uhorn" k="20" />
+<hkern g1="Lacute" g2="uni1EF4" k="61" />
+<hkern g1="Lacute" g2="uni1EF6" k="61" />
+<hkern g1="Lacute" g2="uni1EF8" k="61" />
+<hkern g1="Lacute" g2="Tcedilla" k="41" />
+<hkern g1="Lcommaaccent" g2="quotedbl" k="164" />
+<hkern g1="Lcommaaccent" g2="quotesingle" k="164" />
+<hkern g1="Lcommaaccent" g2="C" k="41" />
+<hkern g1="Lcommaaccent" g2="G" k="41" />
+<hkern g1="Lcommaaccent" g2="O" k="41" />
+<hkern g1="Lcommaaccent" g2="Q" k="41" />
+<hkern g1="Lcommaaccent" g2="T" k="41" />
+<hkern g1="Lcommaaccent" g2="U" k="20" />
+<hkern g1="Lcommaaccent" g2="V" k="41" />
+<hkern g1="Lcommaaccent" g2="W" k="41" />
+<hkern g1="Lcommaaccent" g2="Y" k="61" />
+<hkern g1="Lcommaaccent" g2="Ccedilla" k="41" />
+<hkern g1="Lcommaaccent" g2="Ograve" k="41" />
+<hkern g1="Lcommaaccent" g2="Oacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Ocircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Otilde" k="41" />
+<hkern g1="Lcommaaccent" g2="Odieresis" k="41" />
+<hkern g1="Lcommaaccent" g2="Oslash" k="41" />
+<hkern g1="Lcommaaccent" g2="Ugrave" k="20" />
+<hkern g1="Lcommaaccent" g2="Uacute" k="20" />
+<hkern g1="Lcommaaccent" g2="Ucircumflex" k="20" />
+<hkern g1="Lcommaaccent" g2="Udieresis" k="20" />
+<hkern g1="Lcommaaccent" g2="Yacute" k="61" />
+<hkern g1="Lcommaaccent" g2="Cacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Ccircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Cdot" k="41" />
+<hkern g1="Lcommaaccent" g2="Ccaron" k="41" />
+<hkern g1="Lcommaaccent" g2="Gcircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Gbreve" k="41" />
+<hkern g1="Lcommaaccent" g2="Gdot" k="41" />
+<hkern g1="Lcommaaccent" g2="Gcommaaccent" k="41" />
+<hkern g1="Lcommaaccent" g2="Omacron" k="41" />
+<hkern g1="Lcommaaccent" g2="Obreve" k="41" />
+<hkern g1="Lcommaaccent" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lcommaaccent" g2="OE" k="41" />
+<hkern g1="Lcommaaccent" g2="Tcommaaccent" k="41" />
+<hkern g1="Lcommaaccent" g2="Tcaron" k="41" />
+<hkern g1="Lcommaaccent" g2="Utilde" k="20" />
+<hkern g1="Lcommaaccent" g2="Umacron" k="20" />
+<hkern g1="Lcommaaccent" g2="Ubreve" k="20" />
+<hkern g1="Lcommaaccent" g2="Uring" k="20" />
+<hkern g1="Lcommaaccent" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lcommaaccent" g2="Uogonek" k="20" />
+<hkern g1="Lcommaaccent" g2="Wcircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Ycircumflex" k="61" />
+<hkern g1="Lcommaaccent" g2="Ydieresis" k="61" />
+<hkern g1="Lcommaaccent" g2="Oslashacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Wgrave" k="41" />
+<hkern g1="Lcommaaccent" g2="Wacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Wdieresis" k="41" />
+<hkern g1="Lcommaaccent" g2="Ygrave" k="61" />
+<hkern g1="Lcommaaccent" g2="quoteright" k="164" />
+<hkern g1="Lcommaaccent" g2="quotedblright" k="164" />
+<hkern g1="Lcommaaccent" g2="Ohorn" k="41" />
+<hkern g1="Lcommaaccent" g2="Uhorn" k="20" />
+<hkern g1="Lcommaaccent" g2="uni1EF4" k="61" />
+<hkern g1="Lcommaaccent" g2="uni1EF6" k="61" />
+<hkern g1="Lcommaaccent" g2="uni1EF8" k="61" />
+<hkern g1="Lcommaaccent" g2="Tcedilla" k="41" />
+<hkern g1="Lcaron" g2="quotedbl" k="164" />
+<hkern g1="Lcaron" g2="quotesingle" k="164" />
+<hkern g1="Lcaron" g2="C" k="41" />
+<hkern g1="Lcaron" g2="G" k="41" />
+<hkern g1="Lcaron" g2="O" k="41" />
+<hkern g1="Lcaron" g2="Q" k="41" />
+<hkern g1="Lcaron" g2="T" k="41" />
+<hkern g1="Lcaron" g2="U" k="20" />
+<hkern g1="Lcaron" g2="V" k="41" />
+<hkern g1="Lcaron" g2="W" k="41" />
+<hkern g1="Lcaron" g2="Y" k="61" />
+<hkern g1="Lcaron" g2="Ccedilla" k="41" />
+<hkern g1="Lcaron" g2="Ograve" k="41" />
+<hkern g1="Lcaron" g2="Oacute" k="41" />
+<hkern g1="Lcaron" g2="Ocircumflex" k="41" />
+<hkern g1="Lcaron" g2="Otilde" k="41" />
+<hkern g1="Lcaron" g2="Odieresis" k="41" />
+<hkern g1="Lcaron" g2="Oslash" k="41" />
+<hkern g1="Lcaron" g2="Ugrave" k="20" />
+<hkern g1="Lcaron" g2="Uacute" k="20" />
+<hkern g1="Lcaron" g2="Ucircumflex" k="20" />
+<hkern g1="Lcaron" g2="Udieresis" k="20" />
+<hkern g1="Lcaron" g2="Yacute" k="61" />
+<hkern g1="Lcaron" g2="Cacute" k="41" />
+<hkern g1="Lcaron" g2="Ccircumflex" k="41" />
+<hkern g1="Lcaron" g2="Cdot" k="41" />
+<hkern g1="Lcaron" g2="Ccaron" k="41" />
+<hkern g1="Lcaron" g2="Gcircumflex" k="41" />
+<hkern g1="Lcaron" g2="Gbreve" k="41" />
+<hkern g1="Lcaron" g2="Gdot" k="41" />
+<hkern g1="Lcaron" g2="Gcommaaccent" k="41" />
+<hkern g1="Lcaron" g2="Omacron" k="41" />
+<hkern g1="Lcaron" g2="Obreve" k="41" />
+<hkern g1="Lcaron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lcaron" g2="OE" k="41" />
+<hkern g1="Lcaron" g2="Tcommaaccent" k="41" />
+<hkern g1="Lcaron" g2="Tcaron" k="41" />
+<hkern g1="Lcaron" g2="Utilde" k="20" />
+<hkern g1="Lcaron" g2="Umacron" k="20" />
+<hkern g1="Lcaron" g2="Ubreve" k="20" />
+<hkern g1="Lcaron" g2="Uring" k="20" />
+<hkern g1="Lcaron" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lcaron" g2="Uogonek" k="20" />
+<hkern g1="Lcaron" g2="Wcircumflex" k="41" />
+<hkern g1="Lcaron" g2="Ycircumflex" k="61" />
+<hkern g1="Lcaron" g2="Ydieresis" k="61" />
+<hkern g1="Lcaron" g2="Oslashacute" k="41" />
+<hkern g1="Lcaron" g2="Wgrave" k="41" />
+<hkern g1="Lcaron" g2="Wacute" k="41" />
+<hkern g1="Lcaron" g2="Wdieresis" k="41" />
+<hkern g1="Lcaron" g2="Ygrave" k="61" />
+<hkern g1="Lcaron" g2="quoteright" k="164" />
+<hkern g1="Lcaron" g2="quotedblright" k="164" />
+<hkern g1="Lcaron" g2="Ohorn" k="41" />
+<hkern g1="Lcaron" g2="Uhorn" k="20" />
+<hkern g1="Lcaron" g2="uni1EF4" k="61" />
+<hkern g1="Lcaron" g2="uni1EF6" k="61" />
+<hkern g1="Lcaron" g2="uni1EF8" k="61" />
+<hkern g1="Lcaron" g2="Tcedilla" k="41" />
+<hkern g1="lcaron" g2="quotedbl" k="-82" />
+<hkern g1="lcaron" g2="quotesingle" k="-82" />
+<hkern g1="lcaron" g2="parenright" k="-143" />
+<hkern g1="lcaron" g2="question" k="-143" />
+<hkern g1="lcaron" g2="bracketright" k="-143" />
+<hkern g1="lcaron" g2="b" k="-61" />
+<hkern g1="lcaron" g2="h" k="-61" />
+<hkern g1="lcaron" g2="k" k="-61" />
+<hkern g1="lcaron" g2="l" k="-61" />
+<hkern g1="lcaron" g2="braceright" k="-143" />
+<hkern g1="lcaron" g2="hcircumflex" k="-61" />
+<hkern g1="lcaron" g2="hbar" k="-143" />
+<hkern g1="lcaron" g2="quoteright" k="-82" />
+<hkern g1="lcaron" g2="quotedblright" k="-82" />
+<hkern g1="Ldot" g2="quotedbl" k="164" />
+<hkern g1="Ldot" g2="quotesingle" k="164" />
+<hkern g1="Ldot" g2="C" k="41" />
+<hkern g1="Ldot" g2="G" k="41" />
+<hkern g1="Ldot" g2="O" k="41" />
+<hkern g1="Ldot" g2="Q" k="41" />
+<hkern g1="Ldot" g2="T" k="41" />
+<hkern g1="Ldot" g2="U" k="20" />
+<hkern g1="Ldot" g2="V" k="41" />
+<hkern g1="Ldot" g2="W" k="41" />
+<hkern g1="Ldot" g2="Y" k="61" />
+<hkern g1="Ldot" g2="Ccedilla" k="41" />
+<hkern g1="Ldot" g2="Ograve" k="41" />
+<hkern g1="Ldot" g2="Oacute" k="41" />
+<hkern g1="Ldot" g2="Ocircumflex" k="41" />
+<hkern g1="Ldot" g2="Otilde" k="41" />
+<hkern g1="Ldot" g2="Odieresis" k="41" />
+<hkern g1="Ldot" g2="Oslash" k="41" />
+<hkern g1="Ldot" g2="Ugrave" k="20" />
+<hkern g1="Ldot" g2="Uacute" k="20" />
+<hkern g1="Ldot" g2="Ucircumflex" k="20" />
+<hkern g1="Ldot" g2="Udieresis" k="20" />
+<hkern g1="Ldot" g2="Yacute" k="61" />
+<hkern g1="Ldot" g2="Cacute" k="41" />
+<hkern g1="Ldot" g2="Ccircumflex" k="41" />
+<hkern g1="Ldot" g2="Cdot" k="41" />
+<hkern g1="Ldot" g2="Ccaron" k="41" />
+<hkern g1="Ldot" g2="Gcircumflex" k="41" />
+<hkern g1="Ldot" g2="Gbreve" k="41" />
+<hkern g1="Ldot" g2="Gdot" k="41" />
+<hkern g1="Ldot" g2="Gcommaaccent" k="41" />
+<hkern g1="Ldot" g2="Omacron" k="41" />
+<hkern g1="Ldot" g2="Obreve" k="41" />
+<hkern g1="Ldot" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ldot" g2="OE" k="41" />
+<hkern g1="Ldot" g2="Tcommaaccent" k="41" />
+<hkern g1="Ldot" g2="Tcaron" k="41" />
+<hkern g1="Ldot" g2="Utilde" k="20" />
+<hkern g1="Ldot" g2="Umacron" k="20" />
+<hkern g1="Ldot" g2="Ubreve" k="20" />
+<hkern g1="Ldot" g2="Uring" k="20" />
+<hkern g1="Ldot" g2="Uhungarumlaut" k="20" />
+<hkern g1="Ldot" g2="Uogonek" k="20" />
+<hkern g1="Ldot" g2="Wcircumflex" k="41" />
+<hkern g1="Ldot" g2="Ycircumflex" k="61" />
+<hkern g1="Ldot" g2="Ydieresis" k="61" />
+<hkern g1="Ldot" g2="Oslashacute" k="41" />
+<hkern g1="Ldot" g2="Wgrave" k="41" />
+<hkern g1="Ldot" g2="Wacute" k="41" />
+<hkern g1="Ldot" g2="Wdieresis" k="41" />
+<hkern g1="Ldot" g2="Ygrave" k="61" />
+<hkern g1="Ldot" g2="quoteright" k="164" />
+<hkern g1="Ldot" g2="quotedblright" k="164" />
+<hkern g1="Ldot" g2="Ohorn" k="41" />
+<hkern g1="Ldot" g2="Uhorn" k="20" />
+<hkern g1="Ldot" g2="uni1EF4" k="61" />
+<hkern g1="Ldot" g2="uni1EF6" k="61" />
+<hkern g1="Ldot" g2="uni1EF8" k="61" />
+<hkern g1="Ldot" g2="Tcedilla" k="41" />
+<hkern g1="Lslash" g2="quotedbl" k="164" />
+<hkern g1="Lslash" g2="quotesingle" k="164" />
+<hkern g1="Lslash" g2="C" k="41" />
+<hkern g1="Lslash" g2="G" k="41" />
+<hkern g1="Lslash" g2="O" k="41" />
+<hkern g1="Lslash" g2="Q" k="41" />
+<hkern g1="Lslash" g2="T" k="41" />
+<hkern g1="Lslash" g2="U" k="20" />
+<hkern g1="Lslash" g2="V" k="41" />
+<hkern g1="Lslash" g2="W" k="41" />
+<hkern g1="Lslash" g2="Y" k="61" />
+<hkern g1="Lslash" g2="Ccedilla" k="41" />
+<hkern g1="Lslash" g2="Ograve" k="41" />
+<hkern g1="Lslash" g2="Oacute" k="41" />
+<hkern g1="Lslash" g2="Ocircumflex" k="41" />
+<hkern g1="Lslash" g2="Otilde" k="41" />
+<hkern g1="Lslash" g2="Odieresis" k="41" />
+<hkern g1="Lslash" g2="Oslash" k="41" />
+<hkern g1="Lslash" g2="Ugrave" k="20" />
+<hkern g1="Lslash" g2="Uacute" k="20" />
+<hkern g1="Lslash" g2="Ucircumflex" k="20" />
+<hkern g1="Lslash" g2="Udieresis" k="20" />
+<hkern g1="Lslash" g2="Yacute" k="61" />
+<hkern g1="Lslash" g2="Cacute" k="41" />
+<hkern g1="Lslash" g2="Ccircumflex" k="41" />
+<hkern g1="Lslash" g2="Cdot" k="41" />
+<hkern g1="Lslash" g2="Ccaron" k="41" />
+<hkern g1="Lslash" g2="Gcircumflex" k="41" />
+<hkern g1="Lslash" g2="Gbreve" k="41" />
+<hkern g1="Lslash" g2="Gdot" k="41" />
+<hkern g1="Lslash" g2="Gcommaaccent" k="41" />
+<hkern g1="Lslash" g2="Omacron" k="41" />
+<hkern g1="Lslash" g2="Obreve" k="41" />
+<hkern g1="Lslash" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lslash" g2="OE" k="41" />
+<hkern g1="Lslash" g2="Tcommaaccent" k="41" />
+<hkern g1="Lslash" g2="Tcaron" k="41" />
+<hkern g1="Lslash" g2="Utilde" k="20" />
+<hkern g1="Lslash" g2="Umacron" k="20" />
+<hkern g1="Lslash" g2="Ubreve" k="20" />
+<hkern g1="Lslash" g2="Uring" k="20" />
+<hkern g1="Lslash" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lslash" g2="Uogonek" k="20" />
+<hkern g1="Lslash" g2="Wcircumflex" k="41" />
+<hkern g1="Lslash" g2="Ycircumflex" k="61" />
+<hkern g1="Lslash" g2="Ydieresis" k="61" />
+<hkern g1="Lslash" g2="Oslashacute" k="41" />
+<hkern g1="Lslash" g2="Wgrave" k="41" />
+<hkern g1="Lslash" g2="Wacute" k="41" />
+<hkern g1="Lslash" g2="Wdieresis" k="41" />
+<hkern g1="Lslash" g2="Ygrave" k="61" />
+<hkern g1="Lslash" g2="quoteright" k="164" />
+<hkern g1="Lslash" g2="quotedblright" k="164" />
+<hkern g1="Lslash" g2="Ohorn" k="41" />
+<hkern g1="Lslash" g2="Uhorn" k="20" />
+<hkern g1="Lslash" g2="uni1EF4" k="61" />
+<hkern g1="Lslash" g2="uni1EF6" k="61" />
+<hkern g1="Lslash" g2="uni1EF8" k="61" />
+<hkern g1="Lslash" g2="Tcedilla" k="41" />
+<hkern g1="ncommaaccent" g2="quotedbl" k="20" />
+<hkern g1="ncommaaccent" g2="quotesingle" k="20" />
+<hkern g1="ncommaaccent" g2="quoteright" k="20" />
+<hkern g1="ncommaaccent" g2="quotedblright" k="20" />
+<hkern g1="Omacron" g2="comma" k="82" />
+<hkern g1="Omacron" g2="period" k="82" />
+<hkern g1="Omacron" g2="A" k="41" />
+<hkern g1="Omacron" g2="T" k="61" />
+<hkern g1="Omacron" g2="V" k="20" />
+<hkern g1="Omacron" g2="W" k="20" />
+<hkern g1="Omacron" g2="X" k="41" />
+<hkern g1="Omacron" g2="Y" k="20" />
+<hkern g1="Omacron" g2="Z" k="20" />
+<hkern g1="Omacron" g2="Agrave" k="41" />
+<hkern g1="Omacron" g2="Aacute" k="41" />
+<hkern g1="Omacron" g2="Acircumflex" k="41" />
+<hkern g1="Omacron" g2="Atilde" k="41" />
+<hkern g1="Omacron" g2="Adieresis" k="41" />
+<hkern g1="Omacron" g2="Aring" k="41" />
+<hkern g1="Omacron" g2="Yacute" k="20" />
+<hkern g1="Omacron" g2="Amacron" k="41" />
+<hkern g1="Omacron" g2="Abreve" k="41" />
+<hkern g1="Omacron" g2="Aogonek" k="41" />
+<hkern g1="Omacron" g2="Tcommaaccent" k="61" />
+<hkern g1="Omacron" g2="Tcaron" k="61" />
+<hkern g1="Omacron" g2="Wcircumflex" k="20" />
+<hkern g1="Omacron" g2="Ycircumflex" k="20" />
+<hkern g1="Omacron" g2="Ydieresis" k="20" />
+<hkern g1="Omacron" g2="Zacute" k="20" />
+<hkern g1="Omacron" g2="Zdotaccent" k="20" />
+<hkern g1="Omacron" g2="Zcaron" k="20" />
+<hkern g1="Omacron" g2="Aringacute" k="41" />
+<hkern g1="Omacron" g2="Wgrave" k="20" />
+<hkern g1="Omacron" g2="Wacute" k="20" />
+<hkern g1="Omacron" g2="Wdieresis" k="20" />
+<hkern g1="Omacron" g2="Ygrave" k="20" />
+<hkern g1="Omacron" g2="quotesinglbase" k="82" />
+<hkern g1="Omacron" g2="quotedblbase" k="82" />
+<hkern g1="Omacron" g2="uni1E00" k="41" />
+<hkern g1="Omacron" g2="uni1EF4" k="20" />
+<hkern g1="Omacron" g2="uni1EF6" k="20" />
+<hkern g1="Omacron" g2="uni1EF8" k="20" />
+<hkern g1="Omacron" g2="Tcedilla" k="61" />
+<hkern g1="Obreve" g2="comma" k="82" />
+<hkern g1="Obreve" g2="period" k="82" />
+<hkern g1="Obreve" g2="A" k="41" />
+<hkern g1="Obreve" g2="T" k="61" />
+<hkern g1="Obreve" g2="V" k="20" />
+<hkern g1="Obreve" g2="W" k="20" />
+<hkern g1="Obreve" g2="X" k="41" />
+<hkern g1="Obreve" g2="Y" k="20" />
+<hkern g1="Obreve" g2="Z" k="20" />
+<hkern g1="Obreve" g2="Agrave" k="41" />
+<hkern g1="Obreve" g2="Aacute" k="41" />
+<hkern g1="Obreve" g2="Acircumflex" k="41" />
+<hkern g1="Obreve" g2="Atilde" k="41" />
+<hkern g1="Obreve" g2="Adieresis" k="41" />
+<hkern g1="Obreve" g2="Aring" k="41" />
+<hkern g1="Obreve" g2="Yacute" k="20" />
+<hkern g1="Obreve" g2="Amacron" k="41" />
+<hkern g1="Obreve" g2="Abreve" k="41" />
+<hkern g1="Obreve" g2="Aogonek" k="41" />
+<hkern g1="Obreve" g2="Tcommaaccent" k="61" />
+<hkern g1="Obreve" g2="Tcaron" k="61" />
+<hkern g1="Obreve" g2="Wcircumflex" k="20" />
+<hkern g1="Obreve" g2="Ycircumflex" k="20" />
+<hkern g1="Obreve" g2="Ydieresis" k="20" />
+<hkern g1="Obreve" g2="Zacute" k="20" />
+<hkern g1="Obreve" g2="Zdotaccent" k="20" />
+<hkern g1="Obreve" g2="Zcaron" k="20" />
+<hkern g1="Obreve" g2="Aringacute" k="41" />
+<hkern g1="Obreve" g2="Wgrave" k="20" />
+<hkern g1="Obreve" g2="Wacute" k="20" />
+<hkern g1="Obreve" g2="Wdieresis" k="20" />
+<hkern g1="Obreve" g2="Ygrave" k="20" />
+<hkern g1="Obreve" g2="quotesinglbase" k="82" />
+<hkern g1="Obreve" g2="quotedblbase" k="82" />
+<hkern g1="Obreve" g2="uni1E00" k="41" />
+<hkern g1="Obreve" g2="uni1EF4" k="20" />
+<hkern g1="Obreve" g2="uni1EF6" k="20" />
+<hkern g1="Obreve" g2="uni1EF8" k="20" />
+<hkern g1="Obreve" g2="Tcedilla" k="61" />
+<hkern g1="Ohungarumlaut" g2="comma" k="82" />
+<hkern g1="Ohungarumlaut" g2="period" k="82" />
+<hkern g1="Ohungarumlaut" g2="A" k="41" />
+<hkern g1="Ohungarumlaut" g2="T" k="61" />
+<hkern g1="Ohungarumlaut" g2="V" k="20" />
+<hkern g1="Ohungarumlaut" g2="W" k="20" />
+<hkern g1="Ohungarumlaut" g2="X" k="41" />
+<hkern g1="Ohungarumlaut" g2="Y" k="20" />
+<hkern g1="Ohungarumlaut" g2="Z" k="20" />
+<hkern g1="Ohungarumlaut" g2="Agrave" k="41" />
+<hkern g1="Ohungarumlaut" g2="Aacute" k="41" />
+<hkern g1="Ohungarumlaut" g2="Acircumflex" k="41" />
+<hkern g1="Ohungarumlaut" g2="Atilde" k="41" />
+<hkern g1="Ohungarumlaut" g2="Adieresis" k="41" />
+<hkern g1="Ohungarumlaut" g2="Aring" k="41" />
+<hkern g1="Ohungarumlaut" g2="Yacute" k="20" />
+<hkern g1="Ohungarumlaut" g2="Amacron" k="41" />
+<hkern g1="Ohungarumlaut" g2="Abreve" k="41" />
+<hkern g1="Ohungarumlaut" g2="Aogonek" k="41" />
+<hkern g1="Ohungarumlaut" g2="Tcommaaccent" k="61" />
+<hkern g1="Ohungarumlaut" g2="Tcaron" k="61" />
+<hkern g1="Ohungarumlaut" g2="Wcircumflex" k="20" />
+<hkern g1="Ohungarumlaut" g2="Ycircumflex" k="20" />
+<hkern g1="Ohungarumlaut" g2="Ydieresis" k="20" />
+<hkern g1="Ohungarumlaut" g2="Zacute" k="20" />
+<hkern g1="Ohungarumlaut" g2="Zdotaccent" k="20" />
+<hkern g1="Ohungarumlaut" g2="Zcaron" k="20" />
+<hkern g1="Ohungarumlaut" g2="Aringacute" k="41" />
+<hkern g1="Ohungarumlaut" g2="Wgrave" k="20" />
+<hkern g1="Ohungarumlaut" g2="Wacute" k="20" />
+<hkern g1="Ohungarumlaut" g2="Wdieresis" k="20" />
+<hkern g1="Ohungarumlaut" g2="Ygrave" k="20" />
+<hkern g1="Ohungarumlaut" g2="quotesinglbase" k="82" />
+<hkern g1="Ohungarumlaut" g2="quotedblbase" k="82" />
+<hkern g1="Ohungarumlaut" g2="uni1E00" k="41" />
+<hkern g1="Ohungarumlaut" g2="uni1EF4" k="20" />
+<hkern g1="Ohungarumlaut" g2="uni1EF6" k="20" />
+<hkern g1="Ohungarumlaut" g2="uni1EF8" k="20" />
+<hkern g1="Ohungarumlaut" g2="Tcedilla" k="61" />
+<hkern g1="OE" g2="J" k="-123" />
+<hkern g1="racute" g2="quotedbl" k="-82" />
+<hkern g1="racute" g2="quotesingle" k="-82" />
+<hkern g1="racute" g2="a" k="41" />
+<hkern g1="racute" g2="c" k="41" />
+<hkern g1="racute" g2="d" k="41" />
+<hkern g1="racute" g2="e" k="41" />
+<hkern g1="racute" g2="g" k="20" />
+<hkern g1="racute" g2="o" k="41" />
+<hkern g1="racute" g2="q" k="41" />
+<hkern g1="racute" g2="agrave" k="41" />
+<hkern g1="racute" g2="aacute" k="41" />
+<hkern g1="racute" g2="acircumflex" k="41" />
+<hkern g1="racute" g2="atilde" k="41" />
+<hkern g1="racute" g2="adieresis" k="41" />
+<hkern g1="racute" g2="aring" k="41" />
+<hkern g1="racute" g2="ae" k="41" />
+<hkern g1="racute" g2="ccedilla" k="41" />
+<hkern g1="racute" g2="egrave" k="41" />
+<hkern g1="racute" g2="eacute" k="41" />
+<hkern g1="racute" g2="ecircumflex" k="41" />
+<hkern g1="racute" g2="edieresis" k="41" />
+<hkern g1="racute" g2="ograve" k="41" />
+<hkern g1="racute" g2="oacute" k="41" />
+<hkern g1="racute" g2="ocircumflex" k="41" />
+<hkern g1="racute" g2="otilde" k="41" />
+<hkern g1="racute" g2="odieresis" k="41" />
+<hkern g1="racute" g2="oslash" k="41" />
+<hkern g1="racute" g2="amacron" k="41" />
+<hkern g1="racute" g2="abreve" k="41" />
+<hkern g1="racute" g2="aogonek" k="41" />
+<hkern g1="racute" g2="cacute" k="41" />
+<hkern g1="racute" g2="ccircumflex" k="41" />
+<hkern g1="racute" g2="cdot" k="41" />
+<hkern g1="racute" g2="ccaron" k="41" />
+<hkern g1="racute" g2="dcaron" k="41" />
+<hkern g1="racute" g2="" k="41" />
+<hkern g1="racute" g2="emacron" k="41" />
+<hkern g1="racute" g2="ebreve" k="41" />
+<hkern g1="racute" g2="edotaccent" k="41" />
+<hkern g1="racute" g2="eogonek" k="41" />
+<hkern g1="racute" g2="ecaron" k="41" />
+<hkern g1="racute" g2="gcircumflex" k="20" />
+<hkern g1="racute" g2="gbreve" k="20" />
+<hkern g1="racute" g2="gdot" k="20" />
+<hkern g1="racute" g2="gcommaaccent" k="20" />
+<hkern g1="racute" g2="omacron" k="41" />
+<hkern g1="racute" g2="obreve" k="41" />
+<hkern g1="racute" g2="ohungarumlaut" k="41" />
+<hkern g1="racute" g2="oe" k="41" />
+<hkern g1="racute" g2="aringacute" k="41" />
+<hkern g1="racute" g2="aeacute" k="41" />
+<hkern g1="racute" g2="oslashacute" k="41" />
+<hkern g1="racute" g2="quoteright" k="-82" />
+<hkern g1="racute" g2="quotedblright" k="-82" />
+<hkern g1="racute" g2="uni1E01" k="41" />
+<hkern g1="racute" g2="ohorn" k="41" />
+<hkern g1="rcommaaccent" g2="quotedbl" k="-82" />
+<hkern g1="rcommaaccent" g2="quotesingle" k="-82" />
+<hkern g1="rcommaaccent" g2="a" k="41" />
+<hkern g1="rcommaaccent" g2="c" k="41" />
+<hkern g1="rcommaaccent" g2="d" k="41" />
+<hkern g1="rcommaaccent" g2="e" k="41" />
+<hkern g1="rcommaaccent" g2="g" k="20" />
+<hkern g1="rcommaaccent" g2="o" k="41" />
+<hkern g1="rcommaaccent" g2="q" k="41" />
+<hkern g1="rcommaaccent" g2="agrave" k="41" />
+<hkern g1="rcommaaccent" g2="aacute" k="41" />
+<hkern g1="rcommaaccent" g2="acircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="atilde" k="41" />
+<hkern g1="rcommaaccent" g2="adieresis" k="41" />
+<hkern g1="rcommaaccent" g2="aring" k="41" />
+<hkern g1="rcommaaccent" g2="ae" k="41" />
+<hkern g1="rcommaaccent" g2="ccedilla" k="41" />
+<hkern g1="rcommaaccent" g2="egrave" k="41" />
+<hkern g1="rcommaaccent" g2="eacute" k="41" />
+<hkern g1="rcommaaccent" g2="ecircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="edieresis" k="41" />
+<hkern g1="rcommaaccent" g2="ograve" k="41" />
+<hkern g1="rcommaaccent" g2="oacute" k="41" />
+<hkern g1="rcommaaccent" g2="ocircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="otilde" k="41" />
+<hkern g1="rcommaaccent" g2="odieresis" k="41" />
+<hkern g1="rcommaaccent" g2="oslash" k="41" />
+<hkern g1="rcommaaccent" g2="amacron" k="41" />
+<hkern g1="rcommaaccent" g2="abreve" k="41" />
+<hkern g1="rcommaaccent" g2="aogonek" k="41" />
+<hkern g1="rcommaaccent" g2="cacute" k="41" />
+<hkern g1="rcommaaccent" g2="ccircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="cdot" k="41" />
+<hkern g1="rcommaaccent" g2="ccaron" k="41" />
+<hkern g1="rcommaaccent" g2="dcaron" k="41" />
+<hkern g1="rcommaaccent" g2="" k="41" />
+<hkern g1="rcommaaccent" g2="emacron" k="41" />
+<hkern g1="rcommaaccent" g2="ebreve" k="41" />
+<hkern g1="rcommaaccent" g2="edotaccent" k="41" />
+<hkern g1="rcommaaccent" g2="eogonek" k="41" />
+<hkern g1="rcommaaccent" g2="ecaron" k="41" />
+<hkern g1="rcommaaccent" g2="gcircumflex" k="20" />
+<hkern g1="rcommaaccent" g2="gbreve" k="20" />
+<hkern g1="rcommaaccent" g2="gdot" k="20" />
+<hkern g1="rcommaaccent" g2="gcommaaccent" k="20" />
+<hkern g1="rcommaaccent" g2="omacron" k="41" />
+<hkern g1="rcommaaccent" g2="obreve" k="41" />
+<hkern g1="rcommaaccent" g2="ohungarumlaut" k="41" />
+<hkern g1="rcommaaccent" g2="oe" k="41" />
+<hkern g1="rcommaaccent" g2="aringacute" k="41" />
+<hkern g1="rcommaaccent" g2="aeacute" k="41" />
+<hkern g1="rcommaaccent" g2="oslashacute" k="41" />
+<hkern g1="rcommaaccent" g2="quoteright" k="-82" />
+<hkern g1="rcommaaccent" g2="quotedblright" k="-82" />
+<hkern g1="rcommaaccent" g2="uni1E01" k="41" />
+<hkern g1="rcommaaccent" g2="ohorn" k="41" />
+<hkern g1="rcaron" g2="quotedbl" k="-82" />
+<hkern g1="rcaron" g2="quotesingle" k="-82" />
+<hkern g1="rcaron" g2="a" k="41" />
+<hkern g1="rcaron" g2="c" k="41" />
+<hkern g1="rcaron" g2="d" k="41" />
+<hkern g1="rcaron" g2="e" k="41" />
+<hkern g1="rcaron" g2="g" k="20" />
+<hkern g1="rcaron" g2="o" k="41" />
+<hkern g1="rcaron" g2="q" k="41" />
+<hkern g1="rcaron" g2="agrave" k="41" />
+<hkern g1="rcaron" g2="aacute" k="41" />
+<hkern g1="rcaron" g2="acircumflex" k="41" />
+<hkern g1="rcaron" g2="atilde" k="41" />
+<hkern g1="rcaron" g2="adieresis" k="41" />
+<hkern g1="rcaron" g2="aring" k="41" />
+<hkern g1="rcaron" g2="ae" k="41" />
+<hkern g1="rcaron" g2="ccedilla" k="41" />
+<hkern g1="rcaron" g2="egrave" k="41" />
+<hkern g1="rcaron" g2="eacute" k="41" />
+<hkern g1="rcaron" g2="ecircumflex" k="41" />
+<hkern g1="rcaron" g2="edieresis" k="41" />
+<hkern g1="rcaron" g2="ograve" k="41" />
+<hkern g1="rcaron" g2="oacute" k="41" />
+<hkern g1="rcaron" g2="ocircumflex" k="41" />
+<hkern g1="rcaron" g2="otilde" k="41" />
+<hkern g1="rcaron" g2="odieresis" k="41" />
+<hkern g1="rcaron" g2="oslash" k="41" />
+<hkern g1="rcaron" g2="amacron" k="41" />
+<hkern g1="rcaron" g2="abreve" k="41" />
+<hkern g1="rcaron" g2="aogonek" k="41" />
+<hkern g1="rcaron" g2="cacute" k="41" />
+<hkern g1="rcaron" g2="ccircumflex" k="41" />
+<hkern g1="rcaron" g2="cdot" k="41" />
+<hkern g1="rcaron" g2="ccaron" k="41" />
+<hkern g1="rcaron" g2="dcaron" k="41" />
+<hkern g1="rcaron" g2="" k="41" />
+<hkern g1="rcaron" g2="emacron" k="41" />
+<hkern g1="rcaron" g2="ebreve" k="41" />
+<hkern g1="rcaron" g2="edotaccent" k="41" />
+<hkern g1="rcaron" g2="eogonek" k="41" />
+<hkern g1="rcaron" g2="ecaron" k="41" />
+<hkern g1="rcaron" g2="gcircumflex" k="20" />
+<hkern g1="rcaron" g2="gbreve" k="20" />
+<hkern g1="rcaron" g2="gdot" k="20" />
+<hkern g1="rcaron" g2="gcommaaccent" k="20" />
+<hkern g1="rcaron" g2="omacron" k="41" />
+<hkern g1="rcaron" g2="obreve" k="41" />
+<hkern g1="rcaron" g2="ohungarumlaut" k="41" />
+<hkern g1="rcaron" g2="oe" k="41" />
+<hkern g1="rcaron" g2="aringacute" k="41" />
+<hkern g1="rcaron" g2="aeacute" k="41" />
+<hkern g1="rcaron" g2="oslashacute" k="41" />
+<hkern g1="rcaron" g2="quoteright" k="-82" />
+<hkern g1="rcaron" g2="quotedblright" k="-82" />
+<hkern g1="rcaron" g2="uni1E01" k="41" />
+<hkern g1="rcaron" g2="ohorn" k="41" />
+<hkern g1="Tcommaaccent" g2="comma" k="123" />
+<hkern g1="Tcommaaccent" g2="hyphen" k="82" />
+<hkern g1="Tcommaaccent" g2="period" k="123" />
+<hkern g1="Tcommaaccent" g2="question" k="-41" />
+<hkern g1="Tcommaaccent" g2="A" k="143" />
+<hkern g1="Tcommaaccent" g2="C" k="41" />
+<hkern g1="Tcommaaccent" g2="G" k="41" />
+<hkern g1="Tcommaaccent" g2="O" k="41" />
+<hkern g1="Tcommaaccent" g2="Q" k="41" />
+<hkern g1="Tcommaaccent" g2="T" k="-41" />
+<hkern g1="Tcommaaccent" g2="a" k="164" />
+<hkern g1="Tcommaaccent" g2="c" k="143" />
+<hkern g1="Tcommaaccent" g2="d" k="143" />
+<hkern g1="Tcommaaccent" g2="e" k="143" />
+<hkern g1="Tcommaaccent" g2="g" k="143" />
+<hkern g1="Tcommaaccent" g2="m" k="102" />
+<hkern g1="Tcommaaccent" g2="n" k="102" />
+<hkern g1="Tcommaaccent" g2="o" k="143" />
+<hkern g1="Tcommaaccent" g2="p" k="102" />
+<hkern g1="Tcommaaccent" g2="q" k="143" />
+<hkern g1="Tcommaaccent" g2="r" k="102" />
+<hkern g1="Tcommaaccent" g2="s" k="123" />
+<hkern g1="Tcommaaccent" g2="u" k="102" />
+<hkern g1="Tcommaaccent" g2="v" k="41" />
+<hkern g1="Tcommaaccent" g2="w" k="41" />
+<hkern g1="Tcommaaccent" g2="x" k="41" />
+<hkern g1="Tcommaaccent" g2="y" k="41" />
+<hkern g1="Tcommaaccent" g2="z" k="82" />
+<hkern g1="Tcommaaccent" g2="Agrave" k="143" />
+<hkern g1="Tcommaaccent" g2="Aacute" k="143" />
+<hkern g1="Tcommaaccent" g2="Acircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="Atilde" k="143" />
+<hkern g1="Tcommaaccent" g2="Adieresis" k="143" />
+<hkern g1="Tcommaaccent" g2="Aring" k="143" />
+<hkern g1="Tcommaaccent" g2="Ccedilla" k="41" />
+<hkern g1="Tcommaaccent" g2="Ograve" k="41" />
+<hkern g1="Tcommaaccent" g2="Oacute" k="41" />
+<hkern g1="Tcommaaccent" g2="Ocircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="Otilde" k="41" />
+<hkern g1="Tcommaaccent" g2="Odieresis" k="41" />
+<hkern g1="Tcommaaccent" g2="Oslash" k="41" />
+<hkern g1="Tcommaaccent" g2="agrave" k="143" />
+<hkern g1="Tcommaaccent" g2="aacute" k="164" />
+<hkern g1="Tcommaaccent" g2="acircumflex" k="164" />
+<hkern g1="Tcommaaccent" g2="atilde" k="164" />
+<hkern g1="Tcommaaccent" g2="adieresis" k="164" />
+<hkern g1="Tcommaaccent" g2="aring" k="164" />
+<hkern g1="Tcommaaccent" g2="ae" k="164" />
+<hkern g1="Tcommaaccent" g2="ccedilla" k="143" />
+<hkern g1="Tcommaaccent" g2="egrave" k="143" />
+<hkern g1="Tcommaaccent" g2="eacute" k="143" />
+<hkern g1="Tcommaaccent" g2="ecircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="edieresis" k="143" />
+<hkern g1="Tcommaaccent" g2="ograve" k="143" />
+<hkern g1="Tcommaaccent" g2="oacute" k="143" />
+<hkern g1="Tcommaaccent" g2="ocircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="otilde" k="143" />
+<hkern g1="Tcommaaccent" g2="odieresis" k="143" />
+<hkern g1="Tcommaaccent" g2="oslash" k="143" />
+<hkern g1="Tcommaaccent" g2="ugrave" k="102" />
+<hkern g1="Tcommaaccent" g2="uacute" k="102" />
+<hkern g1="Tcommaaccent" g2="ucircumflex" k="102" />
+<hkern g1="Tcommaaccent" g2="udieresis" k="102" />
+<hkern g1="Tcommaaccent" g2="yacute" k="41" />
+<hkern g1="Tcommaaccent" g2="Amacron" k="143" />
+<hkern g1="Tcommaaccent" g2="amacron" k="164" />
+<hkern g1="Tcommaaccent" g2="Abreve" k="143" />
+<hkern g1="Tcommaaccent" g2="abreve" k="164" />
+<hkern g1="Tcommaaccent" g2="Aogonek" k="143" />
+<hkern g1="Tcommaaccent" g2="aogonek" k="164" />
+<hkern g1="Tcommaaccent" g2="Cacute" k="41" />
+<hkern g1="Tcommaaccent" g2="cacute" k="143" />
+<hkern g1="Tcommaaccent" g2="Ccircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="ccircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="Cdot" k="41" />
+<hkern g1="Tcommaaccent" g2="cdot" k="143" />
+<hkern g1="Tcommaaccent" g2="Ccaron" k="41" />
+<hkern g1="Tcommaaccent" g2="ccaron" k="143" />
+<hkern g1="Tcommaaccent" g2="dcaron" k="143" />
+<hkern g1="Tcommaaccent" g2="" k="143" />
+<hkern g1="Tcommaaccent" g2="emacron" k="143" />
+<hkern g1="Tcommaaccent" g2="ebreve" k="143" />
+<hkern g1="Tcommaaccent" g2="edotaccent" k="143" />
+<hkern g1="Tcommaaccent" g2="eogonek" k="143" />
+<hkern g1="Tcommaaccent" g2="ecaron" k="143" />
+<hkern g1="Tcommaaccent" g2="Gcircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="gcircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="Gbreve" k="41" />
+<hkern g1="Tcommaaccent" g2="gbreve" k="143" />
+<hkern g1="Tcommaaccent" g2="Gdot" k="41" />
+<hkern g1="Tcommaaccent" g2="gdot" k="143" />
+<hkern g1="Tcommaaccent" g2="Gcommaaccent" k="41" />
+<hkern g1="Tcommaaccent" g2="gcommaaccent" k="143" />
+<hkern g1="Tcommaaccent" g2="kgreenlandic" k="102" />
+<hkern g1="Tcommaaccent" g2="nacute" k="102" />
+<hkern g1="Tcommaaccent" g2="ncommaaccent" k="102" />
+<hkern g1="Tcommaaccent" g2="eng" k="102" />
+<hkern g1="Tcommaaccent" g2="Omacron" k="41" />
+<hkern g1="Tcommaaccent" g2="omacron" k="143" />
+<hkern g1="Tcommaaccent" g2="Obreve" k="41" />
+<hkern g1="Tcommaaccent" g2="obreve" k="143" />
+<hkern g1="Tcommaaccent" g2="Ohungarumlaut" k="41" />
+<hkern g1="Tcommaaccent" g2="ohungarumlaut" k="143" />
+<hkern g1="Tcommaaccent" g2="OE" k="41" />
+<hkern g1="Tcommaaccent" g2="oe" k="143" />
+<hkern g1="Tcommaaccent" g2="racute" k="102" />
+<hkern g1="Tcommaaccent" g2="rcommaaccent" k="102" />
+<hkern g1="Tcommaaccent" g2="sacute" k="123" />
+<hkern g1="Tcommaaccent" g2="scedilla" k="123" />
+<hkern g1="Tcommaaccent" g2="Tcommaaccent" k="-41" />
+<hkern g1="Tcommaaccent" g2="Tcaron" k="-41" />
+<hkern g1="Tcommaaccent" g2="utilde" k="102" />
+<hkern g1="Tcommaaccent" g2="umacron" k="102" />
+<hkern g1="Tcommaaccent" g2="ubreve" k="102" />
+<hkern g1="Tcommaaccent" g2="uring" k="102" />
+<hkern g1="Tcommaaccent" g2="uhungarumlaut" k="102" />
+<hkern g1="Tcommaaccent" g2="uogonek" k="102" />
+<hkern g1="Tcommaaccent" g2="wcircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="zacute" k="82" />
+<hkern g1="Tcommaaccent" g2="zdotaccent" k="82" />
+<hkern g1="Tcommaaccent" g2="zcaron" k="82" />
+<hkern g1="Tcommaaccent" g2="Aringacute" k="143" />
+<hkern g1="Tcommaaccent" g2="aringacute" k="164" />
+<hkern g1="Tcommaaccent" g2="aeacute" k="164" />
+<hkern g1="Tcommaaccent" g2="Oslashacute" k="41" />
+<hkern g1="Tcommaaccent" g2="oslashacute" k="143" />
+<hkern g1="Tcommaaccent" g2="scommaaccent" k="123" />
+<hkern g1="Tcommaaccent" g2="wgrave" k="41" />
+<hkern g1="Tcommaaccent" g2="wacute" k="41" />
+<hkern g1="Tcommaaccent" g2="endash" k="82" />
+<hkern g1="Tcommaaccent" g2="emdash" k="82" />
+<hkern g1="Tcommaaccent" g2="quotesinglbase" k="123" />
+<hkern g1="Tcommaaccent" g2="quotedblbase" k="123" />
+<hkern g1="Tcommaaccent" g2="uni1E3F" k="102" />
+<hkern g1="Tcommaaccent" g2="uni1E00" k="143" />
+<hkern g1="Tcommaaccent" g2="uni1E01" k="164" />
+<hkern g1="Tcommaaccent" g2="Ohorn" k="41" />
+<hkern g1="Tcommaaccent" g2="ohorn" k="143" />
+<hkern g1="Tcommaaccent" g2="uhorn" k="102" />
+<hkern g1="Tcommaaccent" g2="uni1EF5" k="41" />
+<hkern g1="Tcommaaccent" g2="Tcedilla" k="-41" />
+<hkern g1="tcommaaccent" g2="quotedbl" k="-41" />
+<hkern g1="tcommaaccent" g2="quotesingle" k="-41" />
+<hkern g1="tcommaaccent" g2="quoteright" k="-41" />
+<hkern g1="tcommaaccent" g2="quotedblright" k="-41" />
+<hkern g1="Tcaron" g2="comma" k="123" />
+<hkern g1="Tcaron" g2="hyphen" k="82" />
+<hkern g1="Tcaron" g2="period" k="123" />
+<hkern g1="Tcaron" g2="question" k="-41" />
+<hkern g1="Tcaron" g2="A" k="143" />
+<hkern g1="Tcaron" g2="C" k="41" />
+<hkern g1="Tcaron" g2="G" k="41" />
+<hkern g1="Tcaron" g2="O" k="41" />
+<hkern g1="Tcaron" g2="Q" k="41" />
+<hkern g1="Tcaron" g2="T" k="-41" />
+<hkern g1="Tcaron" g2="a" k="164" />
+<hkern g1="Tcaron" g2="c" k="143" />
+<hkern g1="Tcaron" g2="d" k="143" />
+<hkern g1="Tcaron" g2="e" k="143" />
+<hkern g1="Tcaron" g2="g" k="143" />
+<hkern g1="Tcaron" g2="m" k="102" />
+<hkern g1="Tcaron" g2="n" k="102" />
+<hkern g1="Tcaron" g2="o" k="143" />
+<hkern g1="Tcaron" g2="p" k="102" />
+<hkern g1="Tcaron" g2="q" k="143" />
+<hkern g1="Tcaron" g2="r" k="102" />
+<hkern g1="Tcaron" g2="s" k="123" />
+<hkern g1="Tcaron" g2="u" k="102" />
+<hkern g1="Tcaron" g2="v" k="41" />
+<hkern g1="Tcaron" g2="w" k="41" />
+<hkern g1="Tcaron" g2="x" k="41" />
+<hkern g1="Tcaron" g2="y" k="41" />
+<hkern g1="Tcaron" g2="z" k="82" />
+<hkern g1="Tcaron" g2="Agrave" k="143" />
+<hkern g1="Tcaron" g2="Aacute" k="143" />
+<hkern g1="Tcaron" g2="Acircumflex" k="143" />
+<hkern g1="Tcaron" g2="Atilde" k="143" />
+<hkern g1="Tcaron" g2="Adieresis" k="143" />
+<hkern g1="Tcaron" g2="Aring" k="143" />
+<hkern g1="Tcaron" g2="Ccedilla" k="41" />
+<hkern g1="Tcaron" g2="Ograve" k="41" />
+<hkern g1="Tcaron" g2="Oacute" k="41" />
+<hkern g1="Tcaron" g2="Ocircumflex" k="41" />
+<hkern g1="Tcaron" g2="Otilde" k="41" />
+<hkern g1="Tcaron" g2="Odieresis" k="41" />
+<hkern g1="Tcaron" g2="Oslash" k="41" />
+<hkern g1="Tcaron" g2="agrave" k="143" />
+<hkern g1="Tcaron" g2="aacute" k="164" />
+<hkern g1="Tcaron" g2="acircumflex" k="164" />
+<hkern g1="Tcaron" g2="atilde" k="164" />
+<hkern g1="Tcaron" g2="adieresis" k="164" />
+<hkern g1="Tcaron" g2="aring" k="164" />
+<hkern g1="Tcaron" g2="ae" k="164" />
+<hkern g1="Tcaron" g2="ccedilla" k="143" />
+<hkern g1="Tcaron" g2="egrave" k="143" />
+<hkern g1="Tcaron" g2="eacute" k="143" />
+<hkern g1="Tcaron" g2="ecircumflex" k="143" />
+<hkern g1="Tcaron" g2="edieresis" k="143" />
+<hkern g1="Tcaron" g2="ograve" k="143" />
+<hkern g1="Tcaron" g2="oacute" k="143" />
+<hkern g1="Tcaron" g2="ocircumflex" k="143" />
+<hkern g1="Tcaron" g2="otilde" k="143" />
+<hkern g1="Tcaron" g2="odieresis" k="143" />
+<hkern g1="Tcaron" g2="oslash" k="143" />
+<hkern g1="Tcaron" g2="ugrave" k="102" />
+<hkern g1="Tcaron" g2="uacute" k="102" />
+<hkern g1="Tcaron" g2="ucircumflex" k="102" />
+<hkern g1="Tcaron" g2="udieresis" k="102" />
+<hkern g1="Tcaron" g2="yacute" k="41" />
+<hkern g1="Tcaron" g2="Amacron" k="143" />
+<hkern g1="Tcaron" g2="amacron" k="164" />
+<hkern g1="Tcaron" g2="Abreve" k="143" />
+<hkern g1="Tcaron" g2="abreve" k="164" />
+<hkern g1="Tcaron" g2="Aogonek" k="143" />
+<hkern g1="Tcaron" g2="aogonek" k="164" />
+<hkern g1="Tcaron" g2="Cacute" k="41" />
+<hkern g1="Tcaron" g2="cacute" k="143" />
+<hkern g1="Tcaron" g2="Ccircumflex" k="41" />
+<hkern g1="Tcaron" g2="ccircumflex" k="143" />
+<hkern g1="Tcaron" g2="Cdot" k="41" />
+<hkern g1="Tcaron" g2="cdot" k="143" />
+<hkern g1="Tcaron" g2="Ccaron" k="41" />
+<hkern g1="Tcaron" g2="ccaron" k="143" />
+<hkern g1="Tcaron" g2="dcaron" k="143" />
+<hkern g1="Tcaron" g2="" k="143" />
+<hkern g1="Tcaron" g2="emacron" k="143" />
+<hkern g1="Tcaron" g2="ebreve" k="143" />
+<hkern g1="Tcaron" g2="edotaccent" k="143" />
+<hkern g1="Tcaron" g2="eogonek" k="143" />
+<hkern g1="Tcaron" g2="ecaron" k="143" />
+<hkern g1="Tcaron" g2="Gcircumflex" k="41" />
+<hkern g1="Tcaron" g2="gcircumflex" k="143" />
+<hkern g1="Tcaron" g2="Gbreve" k="41" />
+<hkern g1="Tcaron" g2="gbreve" k="143" />
+<hkern g1="Tcaron" g2="Gdot" k="41" />
+<hkern g1="Tcaron" g2="gdot" k="143" />
+<hkern g1="Tcaron" g2="Gcommaaccent" k="41" />
+<hkern g1="Tcaron" g2="gcommaaccent" k="143" />
+<hkern g1="Tcaron" g2="kgreenlandic" k="102" />
+<hkern g1="Tcaron" g2="nacute" k="102" />
+<hkern g1="Tcaron" g2="ncommaaccent" k="102" />
+<hkern g1="Tcaron" g2="eng" k="102" />
+<hkern g1="Tcaron" g2="Omacron" k="41" />
+<hkern g1="Tcaron" g2="omacron" k="143" />
+<hkern g1="Tcaron" g2="Obreve" k="41" />
+<hkern g1="Tcaron" g2="obreve" k="143" />
+<hkern g1="Tcaron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Tcaron" g2="ohungarumlaut" k="143" />
+<hkern g1="Tcaron" g2="OE" k="41" />
+<hkern g1="Tcaron" g2="oe" k="143" />
+<hkern g1="Tcaron" g2="racute" k="102" />
+<hkern g1="Tcaron" g2="rcommaaccent" k="102" />
+<hkern g1="Tcaron" g2="sacute" k="123" />
+<hkern g1="Tcaron" g2="scedilla" k="123" />
+<hkern g1="Tcaron" g2="Tcommaaccent" k="-41" />
+<hkern g1="Tcaron" g2="Tcaron" k="-41" />
+<hkern g1="Tcaron" g2="utilde" k="102" />
+<hkern g1="Tcaron" g2="umacron" k="102" />
+<hkern g1="Tcaron" g2="ubreve" k="102" />
+<hkern g1="Tcaron" g2="uring" k="102" />
+<hkern g1="Tcaron" g2="uhungarumlaut" k="102" />
+<hkern g1="Tcaron" g2="uogonek" k="102" />
+<hkern g1="Tcaron" g2="wcircumflex" k="41" />
+<hkern g1="Tcaron" g2="zacute" k="82" />
+<hkern g1="Tcaron" g2="zdotaccent" k="82" />
+<hkern g1="Tcaron" g2="zcaron" k="82" />
+<hkern g1="Tcaron" g2="Aringacute" k="143" />
+<hkern g1="Tcaron" g2="aringacute" k="164" />
+<hkern g1="Tcaron" g2="aeacute" k="164" />
+<hkern g1="Tcaron" g2="Oslashacute" k="41" />
+<hkern g1="Tcaron" g2="oslashacute" k="143" />
+<hkern g1="Tcaron" g2="scommaaccent" k="123" />
+<hkern g1="Tcaron" g2="wgrave" k="41" />
+<hkern g1="Tcaron" g2="wacute" k="41" />
+<hkern g1="Tcaron" g2="endash" k="82" />
+<hkern g1="Tcaron" g2="emdash" k="82" />
+<hkern g1="Tcaron" g2="quotesinglbase" k="123" />
+<hkern g1="Tcaron" g2="quotedblbase" k="123" />
+<hkern g1="Tcaron" g2="uni1E3F" k="102" />
+<hkern g1="Tcaron" g2="uni1E00" k="143" />
+<hkern g1="Tcaron" g2="uni1E01" k="164" />
+<hkern g1="Tcaron" g2="Ohorn" k="41" />
+<hkern g1="Tcaron" g2="ohorn" k="143" />
+<hkern g1="Tcaron" g2="uhorn" k="102" />
+<hkern g1="Tcaron" g2="uni1EF5" k="41" />
+<hkern g1="Tcaron" g2="Tcedilla" k="-41" />
+<hkern g1="tcaron" g2="quotedbl" k="-41" />
+<hkern g1="tcaron" g2="quotesingle" k="-41" />
+<hkern g1="tcaron" g2="quoteright" k="-41" />
+<hkern g1="tcaron" g2="quotedblright" k="-41" />
+<hkern g1="Tbar" g2="comma" k="123" />
+<hkern g1="Tbar" g2="hyphen" k="82" />
+<hkern g1="Tbar" g2="period" k="123" />
+<hkern g1="Tbar" g2="question" k="-41" />
+<hkern g1="Tbar" g2="A" k="143" />
+<hkern g1="Tbar" g2="C" k="41" />
+<hkern g1="Tbar" g2="G" k="41" />
+<hkern g1="Tbar" g2="O" k="41" />
+<hkern g1="Tbar" g2="Q" k="41" />
+<hkern g1="Tbar" g2="T" k="-41" />
+<hkern g1="Tbar" g2="a" k="164" />
+<hkern g1="Tbar" g2="c" k="143" />
+<hkern g1="Tbar" g2="d" k="143" />
+<hkern g1="Tbar" g2="e" k="143" />
+<hkern g1="Tbar" g2="g" k="143" />
+<hkern g1="Tbar" g2="m" k="102" />
+<hkern g1="Tbar" g2="n" k="102" />
+<hkern g1="Tbar" g2="o" k="143" />
+<hkern g1="Tbar" g2="p" k="102" />
+<hkern g1="Tbar" g2="q" k="143" />
+<hkern g1="Tbar" g2="r" k="102" />
+<hkern g1="Tbar" g2="s" k="123" />
+<hkern g1="Tbar" g2="u" k="102" />
+<hkern g1="Tbar" g2="v" k="41" />
+<hkern g1="Tbar" g2="w" k="41" />
+<hkern g1="Tbar" g2="x" k="41" />
+<hkern g1="Tbar" g2="y" k="41" />
+<hkern g1="Tbar" g2="z" k="82" />
+<hkern g1="Tbar" g2="Agrave" k="143" />
+<hkern g1="Tbar" g2="Aacute" k="143" />
+<hkern g1="Tbar" g2="Acircumflex" k="143" />
+<hkern g1="Tbar" g2="Atilde" k="143" />
+<hkern g1="Tbar" g2="Adieresis" k="143" />
+<hkern g1="Tbar" g2="Aring" k="143" />
+<hkern g1="Tbar" g2="Ccedilla" k="41" />
+<hkern g1="Tbar" g2="Ograve" k="41" />
+<hkern g1="Tbar" g2="Oacute" k="41" />
+<hkern g1="Tbar" g2="Ocircumflex" k="41" />
+<hkern g1="Tbar" g2="Otilde" k="41" />
+<hkern g1="Tbar" g2="Odieresis" k="41" />
+<hkern g1="Tbar" g2="Oslash" k="41" />
+<hkern g1="Tbar" g2="agrave" k="143" />
+<hkern g1="Tbar" g2="aacute" k="164" />
+<hkern g1="Tbar" g2="acircumflex" k="164" />
+<hkern g1="Tbar" g2="atilde" k="164" />
+<hkern g1="Tbar" g2="adieresis" k="164" />
+<hkern g1="Tbar" g2="aring" k="164" />
+<hkern g1="Tbar" g2="ae" k="164" />
+<hkern g1="Tbar" g2="ccedilla" k="143" />
+<hkern g1="Tbar" g2="egrave" k="143" />
+<hkern g1="Tbar" g2="eacute" k="143" />
+<hkern g1="Tbar" g2="ecircumflex" k="143" />
+<hkern g1="Tbar" g2="edieresis" k="143" />
+<hkern g1="Tbar" g2="ograve" k="143" />
+<hkern g1="Tbar" g2="oacute" k="143" />
+<hkern g1="Tbar" g2="ocircumflex" k="143" />
+<hkern g1="Tbar" g2="otilde" k="143" />
+<hkern g1="Tbar" g2="odieresis" k="143" />
+<hkern g1="Tbar" g2="oslash" k="143" />
+<hkern g1="Tbar" g2="ugrave" k="102" />
+<hkern g1="Tbar" g2="uacute" k="102" />
+<hkern g1="Tbar" g2="ucircumflex" k="102" />
+<hkern g1="Tbar" g2="udieresis" k="102" />
+<hkern g1="Tbar" g2="yacute" k="41" />
+<hkern g1="Tbar" g2="Amacron" k="143" />
+<hkern g1="Tbar" g2="amacron" k="164" />
+<hkern g1="Tbar" g2="Abreve" k="143" />
+<hkern g1="Tbar" g2="abreve" k="164" />
+<hkern g1="Tbar" g2="Aogonek" k="143" />
+<hkern g1="Tbar" g2="aogonek" k="164" />
+<hkern g1="Tbar" g2="Cacute" k="41" />
+<hkern g1="Tbar" g2="cacute" k="143" />
+<hkern g1="Tbar" g2="Ccircumflex" k="41" />
+<hkern g1="Tbar" g2="ccircumflex" k="143" />
+<hkern g1="Tbar" g2="Cdot" k="41" />
+<hkern g1="Tbar" g2="cdot" k="143" />
+<hkern g1="Tbar" g2="Ccaron" k="41" />
+<hkern g1="Tbar" g2="ccaron" k="143" />
+<hkern g1="Tbar" g2="dcaron" k="143" />
+<hkern g1="Tbar" g2="" k="143" />
+<hkern g1="Tbar" g2="emacron" k="143" />
+<hkern g1="Tbar" g2="ebreve" k="143" />
+<hkern g1="Tbar" g2="edotaccent" k="143" />
+<hkern g1="Tbar" g2="eogonek" k="143" />
+<hkern g1="Tbar" g2="ecaron" k="143" />
+<hkern g1="Tbar" g2="Gcircumflex" k="41" />
+<hkern g1="Tbar" g2="gcircumflex" k="143" />
+<hkern g1="Tbar" g2="Gbreve" k="41" />
+<hkern g1="Tbar" g2="gbreve" k="143" />
+<hkern g1="Tbar" g2="Gdot" k="41" />
+<hkern g1="Tbar" g2="gdot" k="143" />
+<hkern g1="Tbar" g2="Gcommaaccent" k="41" />
+<hkern g1="Tbar" g2="gcommaaccent" k="143" />
+<hkern g1="Tbar" g2="kgreenlandic" k="102" />
+<hkern g1="Tbar" g2="nacute" k="102" />
+<hkern g1="Tbar" g2="ncommaaccent" k="102" />
+<hkern g1="Tbar" g2="eng" k="102" />
+<hkern g1="Tbar" g2="Omacron" k="41" />
+<hkern g1="Tbar" g2="omacron" k="143" />
+<hkern g1="Tbar" g2="Obreve" k="41" />
+<hkern g1="Tbar" g2="obreve" k="143" />
+<hkern g1="Tbar" g2="Ohungarumlaut" k="41" />
+<hkern g1="Tbar" g2="ohungarumlaut" k="143" />
+<hkern g1="Tbar" g2="OE" k="41" />
+<hkern g1="Tbar" g2="oe" k="143" />
+<hkern g1="Tbar" g2="racute" k="102" />
+<hkern g1="Tbar" g2="rcommaaccent" k="102" />
+<hkern g1="Tbar" g2="sacute" k="123" />
+<hkern g1="Tbar" g2="scedilla" k="123" />
+<hkern g1="Tbar" g2="Tcommaaccent" k="-41" />
+<hkern g1="Tbar" g2="Tcaron" k="-41" />
+<hkern g1="Tbar" g2="utilde" k="102" />
+<hkern g1="Tbar" g2="umacron" k="102" />
+<hkern g1="Tbar" g2="ubreve" k="102" />
+<hkern g1="Tbar" g2="uring" k="102" />
+<hkern g1="Tbar" g2="uhungarumlaut" k="102" />
+<hkern g1="Tbar" g2="uogonek" k="102" />
+<hkern g1="Tbar" g2="wcircumflex" k="41" />
+<hkern g1="Tbar" g2="zacute" k="82" />
+<hkern g1="Tbar" g2="zdotaccent" k="82" />
+<hkern g1="Tbar" g2="zcaron" k="82" />
+<hkern g1="Tbar" g2="Aringacute" k="143" />
+<hkern g1="Tbar" g2="aringacute" k="164" />
+<hkern g1="Tbar" g2="aeacute" k="164" />
+<hkern g1="Tbar" g2="Oslashacute" k="41" />
+<hkern g1="Tbar" g2="oslashacute" k="143" />
+<hkern g1="Tbar" g2="scommaaccent" k="123" />
+<hkern g1="Tbar" g2="wgrave" k="41" />
+<hkern g1="Tbar" g2="wacute" k="41" />
+<hkern g1="Tbar" g2="endash" k="82" />
+<hkern g1="Tbar" g2="emdash" k="82" />
+<hkern g1="Tbar" g2="quotesinglbase" k="123" />
+<hkern g1="Tbar" g2="quotedblbase" k="123" />
+<hkern g1="Tbar" g2="uni1E3F" k="102" />
+<hkern g1="Tbar" g2="uni1E00" k="143" />
+<hkern g1="Tbar" g2="uni1E01" k="164" />
+<hkern g1="Tbar" g2="Ohorn" k="41" />
+<hkern g1="Tbar" g2="ohorn" k="143" />
+<hkern g1="Tbar" g2="uhorn" k="102" />
+<hkern g1="Tbar" g2="uni1EF5" k="41" />
+<hkern g1="Tbar" g2="Tcedilla" k="-41" />
+<hkern g1="Utilde" g2="comma" k="41" />
+<hkern g1="Utilde" g2="period" k="41" />
+<hkern g1="Utilde" g2="A" k="20" />
+<hkern g1="Utilde" g2="Agrave" k="20" />
+<hkern g1="Utilde" g2="Aacute" k="20" />
+<hkern g1="Utilde" g2="Acircumflex" k="20" />
+<hkern g1="Utilde" g2="Atilde" k="20" />
+<hkern g1="Utilde" g2="Adieresis" k="20" />
+<hkern g1="Utilde" g2="Aring" k="20" />
+<hkern g1="Utilde" g2="Amacron" k="20" />
+<hkern g1="Utilde" g2="Abreve" k="20" />
+<hkern g1="Utilde" g2="Aogonek" k="20" />
+<hkern g1="Utilde" g2="Aringacute" k="20" />
+<hkern g1="Utilde" g2="quotesinglbase" k="41" />
+<hkern g1="Utilde" g2="quotedblbase" k="41" />
+<hkern g1="Utilde" g2="uni1E00" k="20" />
+<hkern g1="Umacron" g2="comma" k="41" />
+<hkern g1="Umacron" g2="period" k="41" />
+<hkern g1="Umacron" g2="A" k="20" />
+<hkern g1="Umacron" g2="Agrave" k="20" />
+<hkern g1="Umacron" g2="Aacute" k="20" />
+<hkern g1="Umacron" g2="Acircumflex" k="20" />
+<hkern g1="Umacron" g2="Atilde" k="20" />
+<hkern g1="Umacron" g2="Adieresis" k="20" />
+<hkern g1="Umacron" g2="Aring" k="20" />
+<hkern g1="Umacron" g2="Amacron" k="20" />
+<hkern g1="Umacron" g2="Abreve" k="20" />
+<hkern g1="Umacron" g2="Aogonek" k="20" />
+<hkern g1="Umacron" g2="Aringacute" k="20" />
+<hkern g1="Umacron" g2="quotesinglbase" k="41" />
+<hkern g1="Umacron" g2="quotedblbase" k="41" />
+<hkern g1="Umacron" g2="uni1E00" k="20" />
+<hkern g1="Ubreve" g2="comma" k="41" />
+<hkern g1="Ubreve" g2="period" k="41" />
+<hkern g1="Ubreve" g2="A" k="20" />
+<hkern g1="Ubreve" g2="Agrave" k="20" />
+<hkern g1="Ubreve" g2="Aacute" k="20" />
+<hkern g1="Ubreve" g2="Acircumflex" k="20" />
+<hkern g1="Ubreve" g2="Atilde" k="20" />
+<hkern g1="Ubreve" g2="Adieresis" k="20" />
+<hkern g1="Ubreve" g2="Aring" k="20" />
+<hkern g1="Ubreve" g2="Amacron" k="20" />
+<hkern g1="Ubreve" g2="Abreve" k="20" />
+<hkern g1="Ubreve" g2="Aogonek" k="20" />
+<hkern g1="Ubreve" g2="Aringacute" k="20" />
+<hkern g1="Ubreve" g2="quotesinglbase" k="41" />
+<hkern g1="Ubreve" g2="quotedblbase" k="41" />
+<hkern g1="Ubreve" g2="uni1E00" k="20" />
+<hkern g1="Uring" g2="comma" k="41" />
+<hkern g1="Uring" g2="period" k="41" />
+<hkern g1="Uring" g2="A" k="20" />
+<hkern g1="Uring" g2="Agrave" k="20" />
+<hkern g1="Uring" g2="Aacute" k="20" />
+<hkern g1="Uring" g2="Acircumflex" k="20" />
+<hkern g1="Uring" g2="Atilde" k="20" />
+<hkern g1="Uring" g2="Adieresis" k="20" />
+<hkern g1="Uring" g2="Aring" k="20" />
+<hkern g1="Uring" g2="Amacron" k="20" />
+<hkern g1="Uring" g2="Abreve" k="20" />
+<hkern g1="Uring" g2="Aogonek" k="20" />
+<hkern g1="Uring" g2="Aringacute" k="20" />
+<hkern g1="Uring" g2="quotesinglbase" k="41" />
+<hkern g1="Uring" g2="quotedblbase" k="41" />
+<hkern g1="Uring" g2="uni1E00" k="20" />
+<hkern g1="Uhungarumlaut" g2="comma" k="41" />
+<hkern g1="Uhungarumlaut" g2="period" k="41" />
+<hkern g1="Uhungarumlaut" g2="A" k="20" />
+<hkern g1="Uhungarumlaut" g2="Agrave" k="20" />
+<hkern g1="Uhungarumlaut" g2="Aacute" k="20" />
+<hkern g1="Uhungarumlaut" g2="Acircumflex" k="20" />
+<hkern g1="Uhungarumlaut" g2="Atilde" k="20" />
+<hkern g1="Uhungarumlaut" g2="Adieresis" k="20" />
+<hkern g1="Uhungarumlaut" g2="Aring" k="20" />
+<hkern g1="Uhungarumlaut" g2="Amacron" k="20" />
+<hkern g1="Uhungarumlaut" g2="Abreve" k="20" />
+<hkern g1="Uhungarumlaut" g2="Aogonek" k="20" />
+<hkern g1="Uhungarumlaut" g2="Aringacute" k="20" />
+<hkern g1="Uhungarumlaut" g2="quotesinglbase" k="41" />
+<hkern g1="Uhungarumlaut" g2="quotedblbase" k="41" />
+<hkern g1="Uhungarumlaut" g2="uni1E00" k="20" />
+<hkern g1="Uogonek" g2="comma" k="41" />
+<hkern g1="Uogonek" g2="period" k="41" />
+<hkern g1="Uogonek" g2="A" k="20" />
+<hkern g1="Uogonek" g2="Agrave" k="20" />
+<hkern g1="Uogonek" g2="Aacute" k="20" />
+<hkern g1="Uogonek" g2="Acircumflex" k="20" />
+<hkern g1="Uogonek" g2="Atilde" k="20" />
+<hkern g1="Uogonek" g2="Adieresis" k="20" />
+<hkern g1="Uogonek" g2="Aring" k="20" />
+<hkern g1="Uogonek" g2="Amacron" k="20" />
+<hkern g1="Uogonek" g2="Abreve" k="20" />
+<hkern g1="Uogonek" g2="Aogonek" k="20" />
+<hkern g1="Uogonek" g2="Aringacute" k="20" />
+<hkern g1="Uogonek" g2="quotesinglbase" k="41" />
+<hkern g1="Uogonek" g2="quotedblbase" k="41" />
+<hkern g1="Uogonek" g2="uni1E00" k="20" />
+<hkern g1="Wcircumflex" g2="comma" k="102" />
+<hkern g1="Wcircumflex" g2="period" k="102" />
+<hkern g1="Wcircumflex" g2="question" k="-41" />
+<hkern g1="Wcircumflex" g2="A" k="82" />
+<hkern g1="Wcircumflex" g2="C" k="20" />
+<hkern g1="Wcircumflex" g2="G" k="20" />
+<hkern g1="Wcircumflex" g2="O" k="20" />
+<hkern g1="Wcircumflex" g2="Q" k="20" />
+<hkern g1="Wcircumflex" g2="a" k="41" />
+<hkern g1="Wcircumflex" g2="c" k="41" />
+<hkern g1="Wcircumflex" g2="d" k="41" />
+<hkern g1="Wcircumflex" g2="e" k="41" />
+<hkern g1="Wcircumflex" g2="g" k="20" />
+<hkern g1="Wcircumflex" g2="m" k="20" />
+<hkern g1="Wcircumflex" g2="n" k="20" />
+<hkern g1="Wcircumflex" g2="o" k="41" />
+<hkern g1="Wcircumflex" g2="p" k="20" />
+<hkern g1="Wcircumflex" g2="q" k="41" />
+<hkern g1="Wcircumflex" g2="r" k="20" />
+<hkern g1="Wcircumflex" g2="s" k="20" />
+<hkern g1="Wcircumflex" g2="u" k="20" />
+<hkern g1="Wcircumflex" g2="Agrave" k="82" />
+<hkern g1="Wcircumflex" g2="Aacute" k="82" />
+<hkern g1="Wcircumflex" g2="Acircumflex" k="82" />
+<hkern g1="Wcircumflex" g2="Atilde" k="82" />
+<hkern g1="Wcircumflex" g2="Adieresis" k="82" />
+<hkern g1="Wcircumflex" g2="Aring" k="82" />
+<hkern g1="Wcircumflex" g2="Ccedilla" k="20" />
+<hkern g1="Wcircumflex" g2="Ograve" k="20" />
+<hkern g1="Wcircumflex" g2="Oacute" k="20" />
+<hkern g1="Wcircumflex" g2="Ocircumflex" k="20" />
+<hkern g1="Wcircumflex" g2="Otilde" k="20" />
+<hkern g1="Wcircumflex" g2="Odieresis" k="20" />
+<hkern g1="Wcircumflex" g2="Oslash" k="20" />
+<hkern g1="Wcircumflex" g2="agrave" k="41" />
+<hkern g1="Wcircumflex" g2="aacute" k="41" />
+<hkern g1="Wcircumflex" g2="acircumflex" k="41" />
+<hkern g1="Wcircumflex" g2="atilde" k="41" />
+<hkern g1="Wcircumflex" g2="adieresis" k="41" />
+<hkern g1="Wcircumflex" g2="aring" k="41" />
+<hkern g1="Wcircumflex" g2="ae" k="41" />
+<hkern g1="Wcircumflex" g2="ccedilla" k="41" />
+<hkern g1="Wcircumflex" g2="egrave" k="41" />
+<hkern g1="Wcircumflex" g2="eacute" k="41" />
+<hkern g1="Wcircumflex" g2="ecircumflex" k="41" />
+<hkern g1="Wcircumflex" g2="edieresis" k="41" />
+<hkern g1="Wcircumflex" g2="ograve" k="41" />
+<hkern g1="Wcircumflex" g2="oacute" k="41" />
+<hkern g1="Wcircumflex" g2="ocircumflex" k="41" />
+<hkern g1="Wcircumflex" g2="otilde" k="41" />
+<hkern g1="Wcircumflex" g2="odieresis" k="41" />
+<hkern g1="Wcircumflex" g2="oslash" k="41" />
+<hkern g1="Wcircumflex" g2="ugrave" k="20" />
+<hkern g1="Wcircumflex" g2="uacute" k="20" />
+<hkern g1="Wcircumflex" g2="ucircumflex" k="20" />
+<hkern g1="Wcircumflex" g2="udieresis" k="20" />
+<hkern g1="Wcircumflex" g2="Amacron" k="82" />
+<hkern g1="Wcircumflex" g2="amacron" k="41" />
+<hkern g1="Wcircumflex" g2="Abreve" k="82" />
+<hkern g1="Wcircumflex" g2="abreve" k="41" />
+<hkern g1="Wcircumflex" g2="Aogonek" k="82" />
+<hkern g1="Wcircumflex" g2="aogonek" k="41" />
+<hkern g1="Wcircumflex" g2="Cacute" k="20" />
+<hkern g1="Wcircumflex" g2="cacute" k="41" />
+<hkern g1="Wcircumflex" g2="Ccircumflex" k="20" />
+<hkern g1="Wcircumflex" g2="ccircumflex" k="41" />
+<hkern g1="Wcircumflex" g2="Cdot" k="20" />
+<hkern g1="Wcircumflex" g2="cdot" k="41" />
+<hkern g1="Wcircumflex" g2="Ccaron" k="20" />
+<hkern g1="Wcircumflex" g2="ccaron" k="41" />
+<hkern g1="Wcircumflex" g2="dcaron" k="41" />
+<hkern g1="Wcircumflex" g2="" k="41" />
+<hkern g1="Wcircumflex" g2="emacron" k="41" />
+<hkern g1="Wcircumflex" g2="ebreve" k="41" />
+<hkern g1="Wcircumflex" g2="edotaccent" k="41" />
+<hkern g1="Wcircumflex" g2="eogonek" k="41" />
+<hkern g1="Wcircumflex" g2="ecaron" k="41" />
+<hkern g1="Wcircumflex" g2="Gcircumflex" k="20" />
+<hkern g1="Wcircumflex" g2="gcircumflex" k="20" />
+<hkern g1="Wcircumflex" g2="Gbreve" k="20" />
+<hkern g1="Wcircumflex" g2="gbreve" k="20" />
+<hkern g1="Wcircumflex" g2="Gdot" k="20" />
+<hkern g1="Wcircumflex" g2="gdot" k="20" />
+<hkern g1="Wcircumflex" g2="Gcommaaccent" k="20" />
+<hkern g1="Wcircumflex" g2="gcommaaccent" k="20" />
+<hkern g1="Wcircumflex" g2="kgreenlandic" k="20" />
+<hkern g1="Wcircumflex" g2="nacute" k="20" />
+<hkern g1="Wcircumflex" g2="ncommaaccent" k="20" />
+<hkern g1="Wcircumflex" g2="eng" k="20" />
+<hkern g1="Wcircumflex" g2="Omacron" k="20" />
+<hkern g1="Wcircumflex" g2="omacron" k="41" />
+<hkern g1="Wcircumflex" g2="Obreve" k="20" />
+<hkern g1="Wcircumflex" g2="obreve" k="41" />
+<hkern g1="Wcircumflex" g2="Ohungarumlaut" k="20" />
+<hkern g1="Wcircumflex" g2="ohungarumlaut" k="41" />
+<hkern g1="Wcircumflex" g2="OE" k="20" />
+<hkern g1="Wcircumflex" g2="oe" k="41" />
+<hkern g1="Wcircumflex" g2="racute" k="20" />
+<hkern g1="Wcircumflex" g2="rcommaaccent" k="20" />
+<hkern g1="Wcircumflex" g2="sacute" k="20" />
+<hkern g1="Wcircumflex" g2="scedilla" k="20" />
+<hkern g1="Wcircumflex" g2="utilde" k="20" />
+<hkern g1="Wcircumflex" g2="umacron" k="20" />
+<hkern g1="Wcircumflex" g2="ubreve" k="20" />
+<hkern g1="Wcircumflex" g2="uring" k="20" />
+<hkern g1="Wcircumflex" g2="uhungarumlaut" k="20" />
+<hkern g1="Wcircumflex" g2="uogonek" k="20" />
+<hkern g1="Wcircumflex" g2="Aringacute" k="82" />
+<hkern g1="Wcircumflex" g2="aringacute" k="41" />
+<hkern g1="Wcircumflex" g2="aeacute" k="41" />
+<hkern g1="Wcircumflex" g2="Oslashacute" k="20" />
+<hkern g1="Wcircumflex" g2="oslashacute" k="41" />
+<hkern g1="Wcircumflex" g2="scommaaccent" k="20" />
+<hkern g1="Wcircumflex" g2="quotesinglbase" k="102" />
+<hkern g1="Wcircumflex" g2="quotedblbase" k="102" />
+<hkern g1="Wcircumflex" g2="uni1E3F" k="20" />
+<hkern g1="Wcircumflex" g2="uni1E00" k="82" />
+<hkern g1="Wcircumflex" g2="uni1E01" k="41" />
+<hkern g1="Wcircumflex" g2="Ohorn" k="20" />
+<hkern g1="Wcircumflex" g2="ohorn" k="41" />
+<hkern g1="Wcircumflex" g2="uhorn" k="20" />
+<hkern g1="wcircumflex" g2="quotedbl" k="-82" />
+<hkern g1="wcircumflex" g2="quotesingle" k="-82" />
+<hkern g1="wcircumflex" g2="comma" k="82" />
+<hkern g1="wcircumflex" g2="period" k="82" />
+<hkern g1="wcircumflex" g2="question" k="-41" />
+<hkern g1="wcircumflex" g2="quoteright" k="-82" />
+<hkern g1="wcircumflex" g2="quotesinglbase" k="82" />
+<hkern g1="wcircumflex" g2="quotedblright" k="-82" />
+<hkern g1="wcircumflex" g2="quotedblbase" k="82" />
+<hkern g1="Ycircumflex" g2="comma" k="123" />
+<hkern g1="Ycircumflex" g2="period" k="123" />
+<hkern g1="Ycircumflex" g2="question" k="-41" />
+<hkern g1="Ycircumflex" g2="A" k="123" />
+<hkern g1="Ycircumflex" g2="C" k="41" />
+<hkern g1="Ycircumflex" g2="G" k="41" />
+<hkern g1="Ycircumflex" g2="O" k="41" />
+<hkern g1="Ycircumflex" g2="Q" k="41" />
+<hkern g1="Ycircumflex" g2="a" k="102" />
+<hkern g1="Ycircumflex" g2="c" k="102" />
+<hkern g1="Ycircumflex" g2="d" k="102" />
+<hkern g1="Ycircumflex" g2="e" k="102" />
+<hkern g1="Ycircumflex" g2="g" k="41" />
+<hkern g1="Ycircumflex" g2="m" k="61" />
+<hkern g1="Ycircumflex" g2="n" k="61" />
+<hkern g1="Ycircumflex" g2="o" k="102" />
+<hkern g1="Ycircumflex" g2="p" k="61" />
+<hkern g1="Ycircumflex" g2="q" k="102" />
+<hkern g1="Ycircumflex" g2="r" k="61" />
+<hkern g1="Ycircumflex" g2="s" k="82" />
+<hkern g1="Ycircumflex" g2="u" k="61" />
+<hkern g1="Ycircumflex" g2="z" k="41" />
+<hkern g1="Ycircumflex" g2="Agrave" k="123" />
+<hkern g1="Ycircumflex" g2="Aacute" k="123" />
+<hkern g1="Ycircumflex" g2="Acircumflex" k="123" />
+<hkern g1="Ycircumflex" g2="Atilde" k="123" />
+<hkern g1="Ycircumflex" g2="Adieresis" k="123" />
+<hkern g1="Ycircumflex" g2="Aring" k="123" />
+<hkern g1="Ycircumflex" g2="Ccedilla" k="41" />
+<hkern g1="Ycircumflex" g2="Ograve" k="41" />
+<hkern g1="Ycircumflex" g2="Oacute" k="41" />
+<hkern g1="Ycircumflex" g2="Ocircumflex" k="41" />
+<hkern g1="Ycircumflex" g2="Otilde" k="41" />
+<hkern g1="Ycircumflex" g2="Odieresis" k="41" />
+<hkern g1="Ycircumflex" g2="Oslash" k="41" />
+<hkern g1="Ycircumflex" g2="agrave" k="102" />
+<hkern g1="Ycircumflex" g2="aacute" k="102" />
+<hkern g1="Ycircumflex" g2="acircumflex" k="102" />
+<hkern g1="Ycircumflex" g2="atilde" k="102" />
+<hkern g1="Ycircumflex" g2="adieresis" k="102" />
+<hkern g1="Ycircumflex" g2="aring" k="102" />
+<hkern g1="Ycircumflex" g2="ae" k="102" />
+<hkern g1="Ycircumflex" g2="ccedilla" k="102" />
+<hkern g1="Ycircumflex" g2="egrave" k="102" />
+<hkern g1="Ycircumflex" g2="eacute" k="102" />
+<hkern g1="Ycircumflex" g2="ecircumflex" k="102" />
+<hkern g1="Ycircumflex" g2="edieresis" k="102" />
+<hkern g1="Ycircumflex" g2="ograve" k="102" />
+<hkern g1="Ycircumflex" g2="oacute" k="102" />
+<hkern g1="Ycircumflex" g2="ocircumflex" k="102" />
+<hkern g1="Ycircumflex" g2="otilde" k="102" />
+<hkern g1="Ycircumflex" g2="odieresis" k="102" />
+<hkern g1="Ycircumflex" g2="oslash" k="102" />
+<hkern g1="Ycircumflex" g2="ugrave" k="61" />
+<hkern g1="Ycircumflex" g2="uacute" k="61" />
+<hkern g1="Ycircumflex" g2="ucircumflex" k="61" />
+<hkern g1="Ycircumflex" g2="udieresis" k="61" />
+<hkern g1="Ycircumflex" g2="Amacron" k="123" />
+<hkern g1="Ycircumflex" g2="amacron" k="102" />
+<hkern g1="Ycircumflex" g2="Abreve" k="123" />
+<hkern g1="Ycircumflex" g2="abreve" k="102" />
+<hkern g1="Ycircumflex" g2="Aogonek" k="123" />
+<hkern g1="Ycircumflex" g2="aogonek" k="102" />
+<hkern g1="Ycircumflex" g2="Cacute" k="41" />
+<hkern g1="Ycircumflex" g2="cacute" k="102" />
+<hkern g1="Ycircumflex" g2="Ccircumflex" k="41" />
+<hkern g1="Ycircumflex" g2="ccircumflex" k="102" />
+<hkern g1="Ycircumflex" g2="Cdot" k="41" />
+<hkern g1="Ycircumflex" g2="cdot" k="102" />
+<hkern g1="Ycircumflex" g2="Ccaron" k="41" />
+<hkern g1="Ycircumflex" g2="ccaron" k="102" />
+<hkern g1="Ycircumflex" g2="dcaron" k="102" />
+<hkern g1="Ycircumflex" g2="" k="102" />
+<hkern g1="Ycircumflex" g2="emacron" k="102" />
+<hkern g1="Ycircumflex" g2="ebreve" k="102" />
+<hkern g1="Ycircumflex" g2="edotaccent" k="102" />
+<hkern g1="Ycircumflex" g2="eogonek" k="102" />
+<hkern g1="Ycircumflex" g2="ecaron" k="102" />
+<hkern g1="Ycircumflex" g2="Gcircumflex" k="41" />
+<hkern g1="Ycircumflex" g2="gcircumflex" k="41" />
+<hkern g1="Ycircumflex" g2="Gbreve" k="41" />
+<hkern g1="Ycircumflex" g2="gbreve" k="41" />
+<hkern g1="Ycircumflex" g2="Gdot" k="41" />
+<hkern g1="Ycircumflex" g2="gdot" k="41" />
+<hkern g1="Ycircumflex" g2="Gcommaaccent" k="41" />
+<hkern g1="Ycircumflex" g2="gcommaaccent" k="41" />
+<hkern g1="Ycircumflex" g2="kgreenlandic" k="61" />
+<hkern g1="Ycircumflex" g2="nacute" k="61" />
+<hkern g1="Ycircumflex" g2="ncommaaccent" k="61" />
+<hkern g1="Ycircumflex" g2="eng" k="61" />
+<hkern g1="Ycircumflex" g2="Omacron" k="41" />
+<hkern g1="Ycircumflex" g2="omacron" k="102" />
+<hkern g1="Ycircumflex" g2="Obreve" k="41" />
+<hkern g1="Ycircumflex" g2="obreve" k="102" />
+<hkern g1="Ycircumflex" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ycircumflex" g2="ohungarumlaut" k="102" />
+<hkern g1="Ycircumflex" g2="OE" k="41" />
+<hkern g1="Ycircumflex" g2="oe" k="102" />
+<hkern g1="Ycircumflex" g2="racute" k="61" />
+<hkern g1="Ycircumflex" g2="rcommaaccent" k="61" />
+<hkern g1="Ycircumflex" g2="sacute" k="82" />
+<hkern g1="Ycircumflex" g2="scedilla" k="82" />
+<hkern g1="Ycircumflex" g2="utilde" k="61" />
+<hkern g1="Ycircumflex" g2="umacron" k="61" />
+<hkern g1="Ycircumflex" g2="ubreve" k="61" />
+<hkern g1="Ycircumflex" g2="uring" k="61" />
+<hkern g1="Ycircumflex" g2="uhungarumlaut" k="61" />
+<hkern g1="Ycircumflex" g2="uogonek" k="61" />
+<hkern g1="Ycircumflex" g2="zacute" k="41" />
+<hkern g1="Ycircumflex" g2="zdotaccent" k="41" />
+<hkern g1="Ycircumflex" g2="zcaron" k="41" />
+<hkern g1="Ycircumflex" g2="Aringacute" k="123" />
+<hkern g1="Ycircumflex" g2="aringacute" k="102" />
+<hkern g1="Ycircumflex" g2="aeacute" k="102" />
+<hkern g1="Ycircumflex" g2="Oslashacute" k="41" />
+<hkern g1="Ycircumflex" g2="oslashacute" k="102" />
+<hkern g1="Ycircumflex" g2="scommaaccent" k="82" />
+<hkern g1="Ycircumflex" g2="quotesinglbase" k="123" />
+<hkern g1="Ycircumflex" g2="quotedblbase" k="123" />
+<hkern g1="Ycircumflex" g2="uni1E3F" k="61" />
+<hkern g1="Ycircumflex" g2="uni1E00" k="123" />
+<hkern g1="Ycircumflex" g2="uni1E01" k="102" />
+<hkern g1="Ycircumflex" g2="Ohorn" k="41" />
+<hkern g1="Ycircumflex" g2="ohorn" k="102" />
+<hkern g1="Ycircumflex" g2="uhorn" k="61" />
+<hkern g1="ycircumflex" g2="quotedbl" k="-82" />
+<hkern g1="ycircumflex" g2="quotesingle" k="-82" />
+<hkern g1="ycircumflex" g2="comma" k="82" />
+<hkern g1="ycircumflex" g2="period" k="82" />
+<hkern g1="ycircumflex" g2="question" k="-41" />
+<hkern g1="ycircumflex" g2="quoteright" k="-82" />
+<hkern g1="ycircumflex" g2="quotesinglbase" k="82" />
+<hkern g1="ycircumflex" g2="quotedblright" k="-82" />
+<hkern g1="ycircumflex" g2="quotedblbase" k="82" />
+<hkern g1="Ydieresis" g2="comma" k="123" />
+<hkern g1="Ydieresis" g2="period" k="123" />
+<hkern g1="Ydieresis" g2="question" k="-41" />
+<hkern g1="Ydieresis" g2="A" k="123" />
+<hkern g1="Ydieresis" g2="C" k="41" />
+<hkern g1="Ydieresis" g2="G" k="41" />
+<hkern g1="Ydieresis" g2="O" k="41" />
+<hkern g1="Ydieresis" g2="Q" k="41" />
+<hkern g1="Ydieresis" g2="a" k="102" />
+<hkern g1="Ydieresis" g2="c" k="102" />
+<hkern g1="Ydieresis" g2="d" k="102" />
+<hkern g1="Ydieresis" g2="e" k="102" />
+<hkern g1="Ydieresis" g2="g" k="41" />
+<hkern g1="Ydieresis" g2="m" k="61" />
+<hkern g1="Ydieresis" g2="n" k="61" />
+<hkern g1="Ydieresis" g2="o" k="102" />
+<hkern g1="Ydieresis" g2="p" k="61" />
+<hkern g1="Ydieresis" g2="q" k="102" />
+<hkern g1="Ydieresis" g2="r" k="61" />
+<hkern g1="Ydieresis" g2="s" k="82" />
+<hkern g1="Ydieresis" g2="u" k="61" />
+<hkern g1="Ydieresis" g2="z" k="41" />
+<hkern g1="Ydieresis" g2="Agrave" k="123" />
+<hkern g1="Ydieresis" g2="Aacute" k="123" />
+<hkern g1="Ydieresis" g2="Acircumflex" k="123" />
+<hkern g1="Ydieresis" g2="Atilde" k="123" />
+<hkern g1="Ydieresis" g2="Adieresis" k="123" />
+<hkern g1="Ydieresis" g2="Aring" k="123" />
+<hkern g1="Ydieresis" g2="Ccedilla" k="41" />
+<hkern g1="Ydieresis" g2="Ograve" k="41" />
+<hkern g1="Ydieresis" g2="Oacute" k="41" />
+<hkern g1="Ydieresis" g2="Ocircumflex" k="41" />
+<hkern g1="Ydieresis" g2="Otilde" k="41" />
+<hkern g1="Ydieresis" g2="Odieresis" k="41" />
+<hkern g1="Ydieresis" g2="Oslash" k="41" />
+<hkern g1="Ydieresis" g2="agrave" k="102" />
+<hkern g1="Ydieresis" g2="aacute" k="102" />
+<hkern g1="Ydieresis" g2="acircumflex" k="102" />
+<hkern g1="Ydieresis" g2="atilde" k="102" />
+<hkern g1="Ydieresis" g2="adieresis" k="102" />
+<hkern g1="Ydieresis" g2="aring" k="102" />
+<hkern g1="Ydieresis" g2="ae" k="102" />
+<hkern g1="Ydieresis" g2="ccedilla" k="102" />
+<hkern g1="Ydieresis" g2="egrave" k="102" />
+<hkern g1="Ydieresis" g2="eacute" k="102" />
+<hkern g1="Ydieresis" g2="ecircumflex" k="102" />
+<hkern g1="Ydieresis" g2="edieresis" k="102" />
+<hkern g1="Ydieresis" g2="ograve" k="102" />
+<hkern g1="Ydieresis" g2="oacute" k="102" />
+<hkern g1="Ydieresis" g2="ocircumflex" k="102" />
+<hkern g1="Ydieresis" g2="otilde" k="102" />
+<hkern g1="Ydieresis" g2="odieresis" k="102" />
+<hkern g1="Ydieresis" g2="oslash" k="102" />
+<hkern g1="Ydieresis" g2="ugrave" k="61" />
+<hkern g1="Ydieresis" g2="uacute" k="61" />
+<hkern g1="Ydieresis" g2="ucircumflex" k="61" />
+<hkern g1="Ydieresis" g2="udieresis" k="61" />
+<hkern g1="Ydieresis" g2="Amacron" k="123" />
+<hkern g1="Ydieresis" g2="amacron" k="102" />
+<hkern g1="Ydieresis" g2="Abreve" k="123" />
+<hkern g1="Ydieresis" g2="abreve" k="102" />
+<hkern g1="Ydieresis" g2="Aogonek" k="123" />
+<hkern g1="Ydieresis" g2="aogonek" k="102" />
+<hkern g1="Ydieresis" g2="Cacute" k="41" />
+<hkern g1="Ydieresis" g2="cacute" k="102" />
+<hkern g1="Ydieresis" g2="Ccircumflex" k="41" />
+<hkern g1="Ydieresis" g2="ccircumflex" k="102" />
+<hkern g1="Ydieresis" g2="Cdot" k="41" />
+<hkern g1="Ydieresis" g2="cdot" k="102" />
+<hkern g1="Ydieresis" g2="Ccaron" k="41" />
+<hkern g1="Ydieresis" g2="ccaron" k="102" />
+<hkern g1="Ydieresis" g2="dcaron" k="102" />
+<hkern g1="Ydieresis" g2="" k="102" />
+<hkern g1="Ydieresis" g2="emacron" k="102" />
+<hkern g1="Ydieresis" g2="ebreve" k="102" />
+<hkern g1="Ydieresis" g2="edotaccent" k="102" />
+<hkern g1="Ydieresis" g2="eogonek" k="102" />
+<hkern g1="Ydieresis" g2="ecaron" k="102" />
+<hkern g1="Ydieresis" g2="Gcircumflex" k="41" />
+<hkern g1="Ydieresis" g2="gcircumflex" k="41" />
+<hkern g1="Ydieresis" g2="Gbreve" k="41" />
+<hkern g1="Ydieresis" g2="gbreve" k="41" />
+<hkern g1="Ydieresis" g2="Gdot" k="41" />
+<hkern g1="Ydieresis" g2="gdot" k="41" />
+<hkern g1="Ydieresis" g2="Gcommaaccent" k="41" />
+<hkern g1="Ydieresis" g2="gcommaaccent" k="41" />
+<hkern g1="Ydieresis" g2="kgreenlandic" k="61" />
+<hkern g1="Ydieresis" g2="nacute" k="61" />
+<hkern g1="Ydieresis" g2="ncommaaccent" k="61" />
+<hkern g1="Ydieresis" g2="eng" k="61" />
+<hkern g1="Ydieresis" g2="Omacron" k="41" />
+<hkern g1="Ydieresis" g2="omacron" k="102" />
+<hkern g1="Ydieresis" g2="Obreve" k="41" />
+<hkern g1="Ydieresis" g2="obreve" k="102" />
+<hkern g1="Ydieresis" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ydieresis" g2="ohungarumlaut" k="102" />
+<hkern g1="Ydieresis" g2="OE" k="41" />
+<hkern g1="Ydieresis" g2="oe" k="102" />
+<hkern g1="Ydieresis" g2="racute" k="61" />
+<hkern g1="Ydieresis" g2="rcommaaccent" k="61" />
+<hkern g1="Ydieresis" g2="sacute" k="82" />
+<hkern g1="Ydieresis" g2="scedilla" k="82" />
+<hkern g1="Ydieresis" g2="utilde" k="61" />
+<hkern g1="Ydieresis" g2="umacron" k="61" />
+<hkern g1="Ydieresis" g2="ubreve" k="61" />
+<hkern g1="Ydieresis" g2="uring" k="61" />
+<hkern g1="Ydieresis" g2="uhungarumlaut" k="61" />
+<hkern g1="Ydieresis" g2="uogonek" k="61" />
+<hkern g1="Ydieresis" g2="zacute" k="41" />
+<hkern g1="Ydieresis" g2="zdotaccent" k="41" />
+<hkern g1="Ydieresis" g2="zcaron" k="41" />
+<hkern g1="Ydieresis" g2="Aringacute" k="123" />
+<hkern g1="Ydieresis" g2="aringacute" k="102" />
+<hkern g1="Ydieresis" g2="aeacute" k="102" />
+<hkern g1="Ydieresis" g2="Oslashacute" k="41" />
+<hkern g1="Ydieresis" g2="oslashacute" k="102" />
+<hkern g1="Ydieresis" g2="scommaaccent" k="82" />
+<hkern g1="Ydieresis" g2="quotesinglbase" k="123" />
+<hkern g1="Ydieresis" g2="quotedblbase" k="123" />
+<hkern g1="Ydieresis" g2="uni1E3F" k="61" />
+<hkern g1="Ydieresis" g2="uni1E00" k="123" />
+<hkern g1="Ydieresis" g2="uni1E01" k="102" />
+<hkern g1="Ydieresis" g2="Ohorn" k="41" />
+<hkern g1="Ydieresis" g2="ohorn" k="102" />
+<hkern g1="Ydieresis" g2="uhorn" k="61" />
+<hkern g1="Zacute" g2="C" k="20" />
+<hkern g1="Zacute" g2="G" k="20" />
+<hkern g1="Zacute" g2="O" k="20" />
+<hkern g1="Zacute" g2="Q" k="20" />
+<hkern g1="Zacute" g2="Ccedilla" k="20" />
+<hkern g1="Zacute" g2="Ograve" k="20" />
+<hkern g1="Zacute" g2="Oacute" k="20" />
+<hkern g1="Zacute" g2="Ocircumflex" k="20" />
+<hkern g1="Zacute" g2="Otilde" k="20" />
+<hkern g1="Zacute" g2="Odieresis" k="20" />
+<hkern g1="Zacute" g2="Oslash" k="20" />
+<hkern g1="Zacute" g2="Cacute" k="20" />
+<hkern g1="Zacute" g2="Ccircumflex" k="20" />
+<hkern g1="Zacute" g2="Cdot" k="20" />
+<hkern g1="Zacute" g2="Ccaron" k="20" />
+<hkern g1="Zacute" g2="Gcircumflex" k="20" />
+<hkern g1="Zacute" g2="Gbreve" k="20" />
+<hkern g1="Zacute" g2="Gdot" k="20" />
+<hkern g1="Zacute" g2="Gcommaaccent" k="20" />
+<hkern g1="Zacute" g2="Omacron" k="20" />
+<hkern g1="Zacute" g2="Obreve" k="20" />
+<hkern g1="Zacute" g2="Ohungarumlaut" k="20" />
+<hkern g1="Zacute" g2="OE" k="20" />
+<hkern g1="Zacute" g2="Oslashacute" k="20" />
+<hkern g1="Zacute" g2="Ohorn" k="20" />
+<hkern g1="Zdotaccent" g2="C" k="20" />
+<hkern g1="Zdotaccent" g2="G" k="20" />
+<hkern g1="Zdotaccent" g2="O" k="20" />
+<hkern g1="Zdotaccent" g2="Q" k="20" />
+<hkern g1="Zdotaccent" g2="Ccedilla" k="20" />
+<hkern g1="Zdotaccent" g2="Ograve" k="20" />
+<hkern g1="Zdotaccent" g2="Oacute" k="20" />
+<hkern g1="Zdotaccent" g2="Ocircumflex" k="20" />
+<hkern g1="Zdotaccent" g2="Otilde" k="20" />
+<hkern g1="Zdotaccent" g2="Odieresis" k="20" />
+<hkern g1="Zdotaccent" g2="Oslash" k="20" />
+<hkern g1="Zdotaccent" g2="Cacute" k="20" />
+<hkern g1="Zdotaccent" g2="Ccircumflex" k="20" />
+<hkern g1="Zdotaccent" g2="Cdot" k="20" />
+<hkern g1="Zdotaccent" g2="Ccaron" k="20" />
+<hkern g1="Zdotaccent" g2="Gcircumflex" k="20" />
+<hkern g1="Zdotaccent" g2="Gbreve" k="20" />
+<hkern g1="Zdotaccent" g2="Gdot" k="20" />
+<hkern g1="Zdotaccent" g2="Gcommaaccent" k="20" />
+<hkern g1="Zdotaccent" g2="Omacron" k="20" />
+<hkern g1="Zdotaccent" g2="Obreve" k="20" />
+<hkern g1="Zdotaccent" g2="Ohungarumlaut" k="20" />
+<hkern g1="Zdotaccent" g2="OE" k="20" />
+<hkern g1="Zdotaccent" g2="Oslashacute" k="20" />
+<hkern g1="Zdotaccent" g2="Ohorn" k="20" />
+<hkern g1="Zcaron" g2="C" k="20" />
+<hkern g1="Zcaron" g2="G" k="20" />
+<hkern g1="Zcaron" g2="O" k="20" />
+<hkern g1="Zcaron" g2="Q" k="20" />
+<hkern g1="Zcaron" g2="Ccedilla" k="20" />
+<hkern g1="Zcaron" g2="Ograve" k="20" />
+<hkern g1="Zcaron" g2="Oacute" k="20" />
+<hkern g1="Zcaron" g2="Ocircumflex" k="20" />
+<hkern g1="Zcaron" g2="Otilde" k="20" />
+<hkern g1="Zcaron" g2="Odieresis" k="20" />
+<hkern g1="Zcaron" g2="Oslash" k="20" />
+<hkern g1="Zcaron" g2="Cacute" k="20" />
+<hkern g1="Zcaron" g2="Ccircumflex" k="20" />
+<hkern g1="Zcaron" g2="Cdot" k="20" />
+<hkern g1="Zcaron" g2="Ccaron" k="20" />
+<hkern g1="Zcaron" g2="Gcircumflex" k="20" />
+<hkern g1="Zcaron" g2="Gbreve" k="20" />
+<hkern g1="Zcaron" g2="Gdot" k="20" />
+<hkern g1="Zcaron" g2="Gcommaaccent" k="20" />
+<hkern g1="Zcaron" g2="Omacron" k="20" />
+<hkern g1="Zcaron" g2="Obreve" k="20" />
+<hkern g1="Zcaron" g2="Ohungarumlaut" k="20" />
+<hkern g1="Zcaron" g2="OE" k="20" />
+<hkern g1="Zcaron" g2="Oslashacute" k="20" />
+<hkern g1="Zcaron" g2="Ohorn" k="20" />
+<hkern g1="Aringacute" g2="quotedbl" k="143" />
+<hkern g1="Aringacute" g2="quotesingle" k="143" />
+<hkern g1="Aringacute" g2="C" k="41" />
+<hkern g1="Aringacute" g2="G" k="41" />
+<hkern g1="Aringacute" g2="J" k="-266" />
+<hkern g1="Aringacute" g2="O" k="41" />
+<hkern g1="Aringacute" g2="Q" k="41" />
+<hkern g1="Aringacute" g2="T" k="143" />
+<hkern g1="Aringacute" g2="V" k="82" />
+<hkern g1="Aringacute" g2="W" k="82" />
+<hkern g1="Aringacute" g2="Y" k="123" />
+<hkern g1="Aringacute" g2="Ccedilla" k="41" />
+<hkern g1="Aringacute" g2="Ograve" k="41" />
+<hkern g1="Aringacute" g2="Oacute" k="41" />
+<hkern g1="Aringacute" g2="Ocircumflex" k="41" />
+<hkern g1="Aringacute" g2="Otilde" k="41" />
+<hkern g1="Aringacute" g2="Odieresis" k="41" />
+<hkern g1="Aringacute" g2="Oslash" k="41" />
+<hkern g1="Aringacute" g2="Yacute" k="123" />
+<hkern g1="Aringacute" g2="Cacute" k="41" />
+<hkern g1="Aringacute" g2="Ccircumflex" k="41" />
+<hkern g1="Aringacute" g2="Cdot" k="41" />
+<hkern g1="Aringacute" g2="Ccaron" k="41" />
+<hkern g1="Aringacute" g2="Gcircumflex" k="41" />
+<hkern g1="Aringacute" g2="Gbreve" k="41" />
+<hkern g1="Aringacute" g2="Gdot" k="41" />
+<hkern g1="Aringacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Aringacute" g2="Omacron" k="41" />
+<hkern g1="Aringacute" g2="Obreve" k="41" />
+<hkern g1="Aringacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Aringacute" g2="OE" k="41" />
+<hkern g1="Aringacute" g2="Tcommaaccent" k="143" />
+<hkern g1="Aringacute" g2="Tcaron" k="143" />
+<hkern g1="Aringacute" g2="Wcircumflex" k="82" />
+<hkern g1="Aringacute" g2="Ycircumflex" k="123" />
+<hkern g1="Aringacute" g2="Ydieresis" k="123" />
+<hkern g1="Aringacute" g2="Oslashacute" k="41" />
+<hkern g1="Aringacute" g2="Wgrave" k="82" />
+<hkern g1="Aringacute" g2="Wacute" k="82" />
+<hkern g1="Aringacute" g2="Wdieresis" k="82" />
+<hkern g1="Aringacute" g2="Ygrave" k="123" />
+<hkern g1="Aringacute" g2="quoteright" k="143" />
+<hkern g1="Aringacute" g2="quotedblright" k="143" />
+<hkern g1="Aringacute" g2="Ohorn" k="41" />
+<hkern g1="Aringacute" g2="uni1EF4" k="123" />
+<hkern g1="Aringacute" g2="uni1EF6" k="123" />
+<hkern g1="Aringacute" g2="uni1EF8" k="123" />
+<hkern g1="Aringacute" g2="Tcedilla" k="143" />
+<hkern g1="aringacute" g2="quotedbl" k="20" />
+<hkern g1="aringacute" g2="quotesingle" k="20" />
+<hkern g1="aringacute" g2="quoteright" k="20" />
+<hkern g1="aringacute" g2="quotedblright" k="20" />
+<hkern g1="AEacute" g2="J" k="-123" />
+<hkern g1="Oslashacute" g2="comma" k="82" />
+<hkern g1="Oslashacute" g2="period" k="82" />
+<hkern g1="Oslashacute" g2="A" k="41" />
+<hkern g1="Oslashacute" g2="T" k="61" />
+<hkern g1="Oslashacute" g2="V" k="20" />
+<hkern g1="Oslashacute" g2="W" k="20" />
+<hkern g1="Oslashacute" g2="X" k="41" />
+<hkern g1="Oslashacute" g2="Y" k="20" />
+<hkern g1="Oslashacute" g2="Z" k="20" />
+<hkern g1="Oslashacute" g2="Agrave" k="41" />
+<hkern g1="Oslashacute" g2="Aacute" k="41" />
+<hkern g1="Oslashacute" g2="Acircumflex" k="41" />
+<hkern g1="Oslashacute" g2="Atilde" k="41" />
+<hkern g1="Oslashacute" g2="Adieresis" k="41" />
+<hkern g1="Oslashacute" g2="Aring" k="41" />
+<hkern g1="Oslashacute" g2="Yacute" k="20" />
+<hkern g1="Oslashacute" g2="Amacron" k="41" />
+<hkern g1="Oslashacute" g2="Abreve" k="41" />
+<hkern g1="Oslashacute" g2="Aogonek" k="41" />
+<hkern g1="Oslashacute" g2="Tcommaaccent" k="61" />
+<hkern g1="Oslashacute" g2="Tcaron" k="61" />
+<hkern g1="Oslashacute" g2="Wcircumflex" k="20" />
+<hkern g1="Oslashacute" g2="Ycircumflex" k="20" />
+<hkern g1="Oslashacute" g2="Ydieresis" k="20" />
+<hkern g1="Oslashacute" g2="Zacute" k="20" />
+<hkern g1="Oslashacute" g2="Zdotaccent" k="20" />
+<hkern g1="Oslashacute" g2="Zcaron" k="20" />
+<hkern g1="Oslashacute" g2="Aringacute" k="41" />
+<hkern g1="Oslashacute" g2="Wgrave" k="20" />
+<hkern g1="Oslashacute" g2="Wacute" k="20" />
+<hkern g1="Oslashacute" g2="Wdieresis" k="20" />
+<hkern g1="Oslashacute" g2="Ygrave" k="20" />
+<hkern g1="Oslashacute" g2="quotesinglbase" k="82" />
+<hkern g1="Oslashacute" g2="quotedblbase" k="82" />
+<hkern g1="Oslashacute" g2="uni1E00" k="41" />
+<hkern g1="Oslashacute" g2="uni1EF4" k="20" />
+<hkern g1="Oslashacute" g2="uni1EF6" k="20" />
+<hkern g1="Oslashacute" g2="uni1EF8" k="20" />
+<hkern g1="Oslashacute" g2="Tcedilla" k="61" />
+</font>
+</defs>
+</svg>
diff --git a/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.ttf b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.ttf
new file mode 100644
index 0000000..3f554e2
Binary files /dev/null and b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.ttf differ
diff --git a/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.woff b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.woff
new file mode 100644
index 0000000..6e441f5
Binary files /dev/null and b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.woff differ
diff --git a/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.woff2 b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.woff2
new file mode 100644
index 0000000..bfb9dec
Binary files /dev/null and b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300.woff2 differ
diff --git a/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300italic.eot b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300italic.eot
new file mode 100644
index 0000000..7ac9a39
Binary files /dev/null and b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300italic.eot differ
diff --git a/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300italic.svg b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300italic.svg
new file mode 100644
index 0000000..57e5fe6
--- /dev/null
+++ b/roles/ipsilon/files/ui-fedora/fonts/open-sans-v13-latin_latin-ext-300italic.svg
@@ -0,0 +1,5087 @@
+<?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 ">
+<defs >
+<font id="OpenSans" horiz-adv-x="1092" ><font-face
+ font-family="Open Sans Light"
+ units-per-em="2048"
+ panose-1="2 11 3 6 3 5 4 2 2 4"
+ ascent="2189"
+ descent="-600"
+ alphabetic="0" />
+<glyph unicode=" " glyph-name="space" horiz-adv-x="532" />
+<glyph unicode="!" glyph-name="exclam" horiz-adv-x="502" d="M248 377H186L389 1462H508L248 377ZM80 57Q80 113 105 145T174 178Q240 178 240 106Q240 53 215 19T147 -16Q80 -16 80 57Z" />
+<glyph unicode=""" glyph-name="quotedbl" horiz-adv-x="721" d="M455 1462L309 934H248L328 1462H455ZM784 1462L639 934H578L657 1462H784Z" />
+<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="1323" d="M389 530L508 928H211L219 1008H530L664 1462H754L618 1008H983L1118 1462H1204L1069 1008H1354L1346 928H1044L926 530H1229L1221 451H901L768 0H678L813 451H453L319 0H231L365 451H82L90
+530H389ZM475 530H838L958 928H596L475 530Z" />
+<glyph unicode="$" glyph-name="dollar" horiz-adv-x="1128" d="M928 467Q928 316 818 224T520 121L467 -119H385L436 121Q357 123 278 139T141 182V276Q206 242 294 223T455 203L565 715Q455 768 412 806T346 893T322 1010Q322 1165 427 1260T700 1360L741 1552H821L780
+1360Q929 1355 1057 1292L1022 1214Q912 1275 766 1284L657 770Q781 710 829 671T903 582T928 467ZM537 203Q679 210 760 277T842 461Q842 537 794 590T637 688L537 203ZM686 1284Q552 1275 481 1204T410 1018Q410 940 447 890T584 793L686 1284Z" />
+<glyph unicode="%" glyph-name="percent" horiz-adv-x="1556" d="M1458 1462L319 0H213L1348 1462H1458ZM1520 612Q1520 437 1470 285T1334 55T1137 -23Q1025 -23 965 52T905 276Q905 436 957 588T1095 817T1288 895Q1409 895 1464 824T1520 612ZM1284 821Q1204
+821 1138 749T1031 546T991 283Q991 167 1032 109T1145 51Q1275 51 1354 217T1434 604Q1434 713 1398 767T1284 821ZM760 1198Q760 1023 710 871T574 641T377 563Q265 563 205 638T145 862Q145 1022 197 1174T335 1403T528 1481Q760 1481 760 1198ZM524 1407Q445
+1407 379 1336T272 1133T231 868Q231 753 272 695T385 637Q469 637 533 709T636 913T674 1190Q674 1299 638 1353T524 1407Z" />
+<glyph unicode="&" glyph-name="ampersand" horiz-adv-x="1331" d="M748 1395Q623 1395 554 1327T485 1135Q485 1003 594 854Q797 943 873 1017T950 1200Q950 1291 894 1343T748 1395ZM465 63Q573 63 676 105T899 252L547 745Q383 666 315 611T212 487T176
+328Q176 209 254 136T465 63ZM78 324Q78 486 177 601T502 817L461 884Q383 1012 383 1135Q383 1292 484 1388T748 1485Q893 1485 975 1409T1057 1202Q1057 1117 1016 1048T895 920T639 782L969 319Q1042 394 1104 495T1196 682H1307Q1205 435 1022 246L1206 0H1083L952
+184Q831 76 710 28T444 -20Q277 -20 178 74T78 324Z" />
+<glyph unicode="'" glyph-name="quotesingle" horiz-adv-x="403" d="M461 1462L315 934H254L334 1462H461Z" />
+<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="526" d="M104 270Q104 613 226 903T608 1462H713Q454 1186 329 894T203 276Q203 -41 330 -324H250Q104 -62 104 270Z" />
+<glyph unicode=")" glyph-name="parenright" horiz-adv-x="526" d="M453 868Q453 523 330 232T-51 -324H-156Q101 -50 227 242T354 862Q354 1010 326 1156T227 1462H307Q453 1200 453 868Z" />
+<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="1137" d="M834 1540L725 1135L1163 1143L1155 1036L739 1065L920 664L805 627L670 1044L385 696L307 774L625 1092L233 1217L272 1319L666 1151L713 1559L834 1540Z" />
+<glyph unicode="+" glyph-name="plus" horiz-adv-x="1128" d="M563 672H162V772H563V1176H664V772H1065V672H664V272H563V672Z" />
+<glyph unicode="," glyph-name="comma" horiz-adv-x="451" d="M250 238L258 215Q224 123 144 -18T-16 -264H-90Q-11 -132 51 7T139 238H250Z" />
+<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="629" d="M82 502L100 592H557L541 502H82Z" />
+<glyph unicode="." glyph-name="period" horiz-adv-x="485" d="M82 55Q82 111 107 143T176 176Q242 176 242 104Q242 51 217 17T150 -18Q82 -18 82 55Z" />
+<glyph unicode="/" glyph-name="slash" horiz-adv-x="641" d="M827 1462L10 0H-100L715 1462H827Z" />
+<glyph unicode="0" glyph-name="zero" horiz-adv-x="1128" d="M1075 1016Q1075 815 1034 611T918 265T734 52T492 -20Q316 -20 228 106T139 494Q139 680 183 875T307 1209T494 1416T735 1485Q1075 1485 1075 1016ZM723 1397Q589 1397 482 1284T308 955T242 504Q242
+282 304 175T502 68Q641 68 746 180T912 517T973 1006Q973 1205 914 1301T723 1397Z" />
+<glyph unicode="1" glyph-name="one" horiz-adv-x="1128" d="M537 0H432L657 1055Q676 1147 731 1348Q689 1312 656 1287T406 1126L354 1204L760 1462H850L537 0Z" />
+<glyph unicode="2" glyph-name="two" horiz-adv-x="1128" d="M909 0H39L61 104L510 506Q708 683 794 782T920 969T961 1149Q961 1261 895 1327T698 1393Q522 1393 365 1264L311 1337Q491 1483 705 1483Q878 1483 973 1398T1069 1161Q1069 1051 1026 953T884 741T573
+438L190 100V96H926L909 0Z" />
+<glyph unicode="3" glyph-name="three" horiz-adv-x="1128" d="M1049 1174Q1049 1012 943 899T657 756V752Q774 728 842 637T911 410Q911 276 847 177T668 29T393 -20Q297 -20 209 0T55 53V154Q227 68 399 68Q596 68 702 157T809 410Q809 555 720 633T473 711H356L377
+807H487Q696 807 820 902T944 1161Q944 1275 881 1336T692 1397Q525 1397 348 1266L299 1341Q383 1408 487 1445T705 1483Q866 1483 957 1401T1049 1174Z" />
+<glyph unicode="4" glyph-name="four" horiz-adv-x="1128" d="M1071 371H807L727 0H631L711 371H23L43 467L924 1477H1042L827 459H1092L1071 371ZM729 459Q808 828 848 1017T934 1372H930Q864 1281 801 1206L150 459H729Z" />
+<glyph unicode="5" glyph-name="five" horiz-adv-x="1128" d="M582 879Q770 879 874 777T979 498Q979 261 831 121T424 -20Q340 -20 247 0T88 51V158Q258 68 428 68Q636 68 756 182T877 496Q877 636 792 715T567 795Q434 795 324 754L258 803L451 1462H1075L1057
+1366H516L367 850Q465 879 582 879Z" />
+<glyph unicode="6" glyph-name="six" horiz-adv-x="1128" d="M170 428Q170 711 275 972T544 1357T928 1481Q1051 1481 1110 1460L1092 1370Q1006 1393 922 1393Q689 1393 529 1219T295 717H303Q371 811 467 860T678 909Q839 909 928 809T1018 526Q1018 370 958
+245T787 50T530 -20Q359 -20 265 99T170 428ZM543 68Q655 68 739 126T869 288T915 518Q915 664 848 742T653 821Q572 821 499 790T370 703T292 588T270 414Q270 250 342 159T543 68Z" />
+<glyph unicode="7" glyph-name="seven" horiz-adv-x="1128" d="M244 0L1040 1366H274L297 1462H1155L1135 1352L356 0H244Z" />
+<glyph unicode="8" glyph-name="eight" horiz-adv-x="1128" d="M737 1485Q900 1485 995 1400T1090 1171Q1090 1033 1006 937T721 764Q851 686 911 594T971 385Q971 269 913 177T748 33T487 -20Q309 -20 204 72T98 326Q98 485 198 594T520 782Q420 854 376 934T332
+1114Q332 1273 446 1379T737 1485ZM610 733Q392 660 297 566T201 340Q201 204 278 134T498 63Q666 63 768 154T870 387Q870 491 808 576T610 733ZM727 1399Q597 1399 513 1317T428 1114Q428 1023 469 955T627 813Q819 875 906 957T993 1163Q993 1272 923 1335T727
+1399Z" />
+<glyph unicode="9" glyph-name="nine" horiz-adv-x="1128" d="M1059 1032Q1059 744 958 484T694 102T301 -20Q187 -20 115 2V92Q202 63 307 63Q781 63 934 737H926Q786 545 559 545Q397 545 304 650T211 934Q211 1089 270 1215T441 1411T698 1481Q872 1481 965
+1366T1059 1032ZM686 1393Q574 1393 489 1335T358 1172T313 942Q313 797 380 717T573 637Q656 637 730 669T859 757T936 871T958 1047Q958 1213 887 1303T686 1393Z" />
+<glyph unicode=":" glyph-name="colon" horiz-adv-x="485" d="M260 989Q260 1046 285 1078T354 1110Q420 1110 420 1038Q420 983 395 949T328 915Q260 915 260 989ZM102 55Q102 111 127 143T197 176Q262 176 262 104Q262 49 237 16T170 -18Q102 -18 102 55Z" />
+<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="485" d="M287 238L295 215Q260 119 177 -27T20 -264H-53Q26 -132 88 7T176 238H287ZM266 989Q266 1046 291 1078T360 1110Q426 1110 426 1038Q426 983 401 949T334 915Q266 915 266 989Z" />
+<glyph unicode="<" glyph-name="less" horiz-adv-x="1128" d="M1051 262L137 676V750L1051 1221V1118L250 719L1051 369V262Z" />
+<glyph unicode="=" glyph-name="equal" horiz-adv-x="1128" d="M168 885V985H1071V885H168ZM168 461V559H1071V461H168Z" />
+<glyph unicode=">" glyph-name="greater" horiz-adv-x="1128" d="M170 369L971 719L170 1118V1221L1085 750V676L170 262V369Z" />
+<glyph unicode="?" glyph-name="question" horiz-adv-x="799" d="M242 362L248 391Q277 523 330 597T487 745Q605 829 662 890T748 1018T778 1159Q778 1267 711 1329T528 1391Q389 1391 221 1290L182 1376Q267 1425 353 1454T541 1483Q700 1483 791 1399T883 1169Q883
+1042 817 935T586 709Q501 648 454 601T381 506T334 362H242ZM170 59Q170 115 195 147T264 180Q330 180 330 109Q330 55 306 21T238 -14Q170 -14 170 59Z" />
+<glyph unicode="@" glyph-name="at" horiz-adv-x="1724" d="M1688 858Q1688 679 1632 535T1478 308T1266 225Q1168 225 1112 280T1055 424H1051Q997 327 919 276T750 225Q638 225 572 298T506 500Q506 656 569 783T747 981T1008 1053Q1130 1053 1260 1001L1176
+686Q1137 546 1137 465Q1137 394 1171 354T1272 313Q1358 313 1432 386T1549 584T1593 836Q1593 992 1528 1113T1341 1301T1049 1368Q814 1368 625 1260T329 956T223 516Q223 228 378 67T813 -94Q1020 -94 1233 -12V-102Q1023 -184 805 -184Q602 -184 448 -102T209
+137T125 508Q125 784 246 1001T583 1338T1057 1458Q1246 1458 1387 1386T1608 1173T1688 858ZM1008 969Q895 969 804 910T661 745T610 506Q610 414 650 364T764 313Q865 313 944 402T1069 657L1147 946Q1081 969 1008 969Z" />
+<glyph unicode="A" glyph-name="A" horiz-adv-x="1059" d="M805 520H293L6 0H-111L711 1468H778L979 0H874L805 520ZM793 612L754 903Q723 1145 715 1305Q685 1242 651 1175T344 612H793Z" />
+<glyph unicode="B" glyph-name="B" horiz-adv-x="1202" d="M412 1462H791Q981 1462 1081 1378T1182 1137Q1182 984 1092 888T838 764V760Q963 729 1026 647T1090 442Q1090 237 950 119T559 0H102L412 1462ZM377 811H655Q861 811 968 892T1075 1130Q1075 1249 997
+1310T768 1372H496L377 811ZM358 721L223 90H565Q766 90 874 177T983 434Q983 579 893 650T618 721H358Z" />
+<glyph unicode="C" glyph-name="C" horiz-adv-x="1169" d="M961 1389Q764 1389 610 1285T365 980T274 539Q274 314 384 193T702 72Q842 72 1006 123V29Q850 -20 690 -20Q438 -20 304 125T170 535Q170 801 274 1023T559 1364T961 1483Q1138 1483 1268 1415L1223
+1325Q1168 1355 1099 1372T961 1389Z" />
+<glyph unicode="D" glyph-name="D" horiz-adv-x="1350" d="M1288 879Q1288 626 1179 418T878 105T432 0H102L412 1462H717Q999 1462 1143 1315T1288 879ZM430 90Q656 90 824 184T1085 460T1178 872Q1178 1370 702 1370H496L221 90H430Z" />
+<glyph unicode="E" glyph-name="E" horiz-adv-x="1067" d="M829 0H102L412 1462H1139L1118 1368H494L377 815H967L946 721H358L223 94H850L829 0Z" />
+<glyph unicode="F" glyph-name="F" horiz-adv-x="981" d="M205 0H102L412 1462H1120L1100 1368H496L362 748H932L911 653H342L205 0Z" />
+<glyph unicode="G" glyph-name="G" horiz-adv-x="1374" d="M856 735H1262L1112 53Q901 -20 707 -20Q450 -20 310 126T170 547Q170 812 275 1030T558 1366T954 1483Q1067 1483 1157 1464T1341 1405L1303 1311Q1193 1357 1114 1373T946 1389Q762 1389 607 1282T363
+980T274 547Q274 318 388 195T715 72Q870 72 1024 119L1141 645H838L856 735Z" />
+<glyph unicode="H" glyph-name="H" horiz-adv-x="1366" d="M1063 0H963L1114 719H354L205 0H102L412 1462H514L375 813H1135L1272 1462H1372L1063 0Z" />
+<glyph unicode="I" glyph-name="I" horiz-adv-x="504" d="M102 0L412 1462H510L201 0H102Z" />
+<glyph unicode="J" glyph-name="J" horiz-adv-x="477" d="M-180 -360Q-228 -360 -268 -352T-324 -336L-313 -244Q-256 -264 -176 -264Q37 -264 86 -23L395 1462H500L186 -29Q151 -199 61 -279T-180 -360Z" />
+<glyph unicode="K" glyph-name="K" horiz-adv-x="1122" d="M979 0H868L526 788L336 635L205 0H102L412 1462H514L356 739L489 860L1169 1462H1307L608 852L979 0Z" />
+<glyph unicode="L" glyph-name="L" horiz-adv-x="938" d="M102 0L412 1462H514L225 96H846L823 0H102Z" />
+<glyph unicode="M" glyph-name="M" horiz-adv-x="1669" d="M772 205L1505 1462H1655L1354 0H1253L1444 901Q1523 1270 1544 1348H1538L758 0H707L485 1348H479Q459 1194 401 922L205 0H109L418 1462H561L766 205H772Z" />
+<glyph unicode="N" glyph-name="N" horiz-adv-x="1372" d="M1069 0H983L467 1284H459Q436 1135 411 1011T197 0H102L412 1462H492L1014 168H1022Q1045 344 1096 584L1284 1462H1378L1069 0Z" />
+<glyph unicode="O" glyph-name="O" horiz-adv-x="1464" d="M1403 911Q1403 656 1309 430T1057 92T692 -20Q442 -20 307 129T172 559Q172 821 265 1036T520 1367T893 1483Q1140 1483 1271 1335T1403 911ZM879 1389Q705 1389 571 1288T356 990T276 573Q276 328 385
+200T705 72Q874 72 1005 170T1215 470T1294 901Q1294 1141 1190 1265T879 1389Z" />
+<glyph unicode="P" glyph-name="P" horiz-adv-x="1145" d="M1145 1102Q1145 602 535 602H334L205 0H102L412 1462H727Q929 1462 1037 1370T1145 1102ZM350 694H541Q793 694 914 790T1036 1096Q1036 1370 707 1370H496L350 694Z" />
+<glyph unicode="Q" glyph-name="Q" horiz-adv-x="1464" d="M1403 911Q1403 695 1333 493T1147 169T872 2L1139 -348H997L766 -16L692 -20Q442 -20 307 129T172 559Q172 821 265 1036T520 1367T893 1483Q1140 1483 1271 1335T1403 911ZM879 1389Q705 1389 571 1288T356
+990T276 573Q276 328 385 200T705 72Q874 72 1005 170T1215 470T1294 901Q1294 1141 1190 1265T879 1389Z" />
+<glyph unicode="R" glyph-name="R" horiz-adv-x="1145" d="M336 633L205 0H102L412 1462H715Q1145 1462 1145 1102Q1145 920 1042 799T760 647Q961 56 981 0H870L659 633H336ZM358 725H610Q818 725 927 820T1036 1102Q1036 1370 707 1370H496L358 725Z" />
+<glyph unicode="S" glyph-name="S" horiz-adv-x="1020" d="M895 403Q895 277 830 179T650 30T381 -20Q293 -20 209 -3T37 55V164Q200 72 385 72Q573 72 680 158T788 391Q788 452 771 495T719 574T628 642T496 717Q346 793 287 881T227 1087Q227 1205 286 1294T451
+1433T688 1483Q787 1483 868 1466T1036 1405L1004 1311Q938 1351 853 1374T688 1397Q525 1397 429 1315T332 1096Q332 993 381 926T563 793Q717 714 776 663T865 550T895 403Z" />
+<glyph unicode="T" glyph-name="T" horiz-adv-x="985" d="M438 0H336L625 1368H193L213 1462H1186L1167 1368H727L438 0Z" />
+<glyph unicode="U" glyph-name="U" horiz-adv-x="1370" d="M1395 1462L1188 485Q1130 215 991 98T616 -20Q176 -20 176 381Q176 464 203 582L389 1462H492L299 563Q279 474 279 379Q279 70 621 70Q816 70 928 166T1087 485L1294 1462H1395Z" />
+<glyph unicode="V" glyph-name="V" horiz-adv-x="1079" d="M457 147Q508 258 581 394L1153 1462H1270L471 0H383L201 1462H301L418 512Q444 295 453 147H457Z" />
+<glyph unicode="W" glyph-name="W" horiz-adv-x="1702" d="M1018 1341Q991 1265 956 1188T393 0H311L238 1462H338L385 431L389 266L387 180H393Q478 406 563 578L997 1462H1102L1163 584Q1182 318 1182 174H1188Q1218 260 1249 337T1743 1462H1851Q1682 1097
+1521 731T1192 0H1114L1036 1075Q1025 1217 1025 1294L1026 1341H1018Z" />
+<glyph unicode="X" glyph-name="X" horiz-adv-x="971" d="M879 0H772L518 678L-8 0H-135L473 766L201 1462H307L547 836L1030 1462H1149L594 743L879 0Z" />
+<glyph unicode="Y" glyph-name="Y" horiz-adv-x="965" d="M494 645L1038 1462H1155L524 530L416 0H311L430 545L193 1462H293L494 645Z" />
+<glyph unicode="Z" glyph-name="Z" horiz-adv-x="1128" d="M913 0H-12L10 92L1079 1368H315L338 1462H1225L1206 1374L137 94H936L913 0Z" />
+<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="537" d="M369 -324H-57L319 1462H748L729 1372H399L59 -233H389L369 -324Z" />
+<glyph unicode="\" glyph-name="backslash" horiz-adv-x="641" d="M295 1462L537 0H455L209 1462H295Z" />
+<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="537" d="M203 1462H629L252 -324H-176L-158 -233H172L512 1372H182L203 1462Z" />
+<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="1047" d="M70 569L657 1475H748L1008 569H903L686 1378L186 569H70Z" />
+<glyph unicode="_" glyph-name="underscore" horiz-adv-x="801" d="M625 -291H-182L-164 -205H643L625 -291Z" />
+<glyph unicode="`" glyph-name="grave" horiz-adv-x="1135" d="M766 1241H700Q650 1293 586 1385T487 1548V1569H602Q648 1440 766 1266V1241Z" />
+<glyph unicode="a" glyph-name="a" horiz-adv-x="1133" d="M655 1104Q887 1104 934 885H940L999 1087H1079L850 0H768L813 274H807Q723 132 620 56T383 -20Q102 -20 102 354Q102 551 177 730T377 1006T655 1104ZM406 70Q495 70 583 132T742 298T850 528T887 741Q887
+820 861 882T784 981T657 1018Q533 1018 433 936T269 691T205 365Q205 213 255 142T406 70Z" />
+<glyph unicode="b" glyph-name="b" horiz-adv-x="1151" d="M500 -16Q387 -16 314 43T217 209H211L156 0H76L403 1556H498Q367 928 336 805H342Q435 961 541 1034T772 1108Q1053 1108 1053 733Q1053 530 977 353T776 80T500 -16ZM750 1018Q659 1018 570 957T410
+787T303 552T268 346Q268 217 332 144T498 70Q622 70 722 153T886 398T950 723Q950 875 901 946T750 1018Z" />
+<glyph unicode="c" glyph-name="c" horiz-adv-x="887" d="M477 -20Q303 -20 203 90T102 397Q102 590 175 758T374 1015T664 1104Q798 1104 905 1061L877 971Q770 1018 659 1018Q530 1018 427 941T264 719T205 399Q205 241 278 156T487 70Q558 70 618 83T750 129V37Q634
+-20 477 -20Z" />
+<glyph unicode="d" glyph-name="d" horiz-adv-x="1133" d="M655 1104Q885 1104 934 885H938Q950 951 1081 1556H1180L850 0H768L813 274H807Q634 -20 383 -20Q102 -20 102 354Q102 547 173 724T371 1002T655 1104ZM406 70Q495 70 584 132T744 300T851 531T887
+741Q887 867 826 942T657 1018Q533 1018 433 935T269 693T205 365Q205 70 406 70Z" />
+<glyph unicode="e" glyph-name="e" horiz-adv-x="928" d="M469 -20Q296 -20 199 89T102 395Q102 576 173 742T368 1006T643 1104Q757 1104 825 1043T893 877Q893 696 730 601T244 506H211Q205 462 205 408Q205 243 279 157T492 70Q624 70 768 143V49Q628 -20 469
+-20ZM631 1018Q500 1018 388 903T225 594H274Q791 594 791 864Q791 931 748 974T631 1018Z" />
+<glyph unicode="f" glyph-name="f" horiz-adv-x="578" d="M-131 -492Q-179 -492 -233 -473V-383Q-180 -399 -133 -399Q-45 -399 1 -346T76 -160L322 1006H117L131 1073L336 1087L371 1247Q406 1415 487 1491T715 1567Q788 1567 881 1536L856 1456Q769 1483 709
+1483Q613 1483 556 1430T471 1251L436 1087H684L668 1006H420L168 -184Q135 -345 64 -418T-131 -492Z" />
+<glyph unicode="g" glyph-name="g" horiz-adv-x="1040" d="M1100 1087L1083 1008L840 997Q866 969 883 913T901 799Q901 690 847 593T699 447T485 399Q422 399 408 408Q328 375 284 335T240 254Q240 213 271 190T385 158L506 147Q852 116 852 -117Q852 -229 787
+-314T600 -446T309 -492Q123 -492 18 -420T-88 -217Q-88 19 221 117Q143 159 143 240Q143 363 334 442Q263 478 224 547T184 705Q184 816 237 909T385 1055T592 1108Q661 1108 739 1087H1100ZM14 -207Q14 -308 95 -357T319 -406Q522 -406 636 -332T750 -127Q750
+-42 688 3T469 61L309 76Q152 31 83 -38T14 -207ZM285 711Q285 599 343 541T508 483Q596 483 662 520T764 634T801 803Q801 907 745 964T588 1022Q495 1022 427 979T322 863T285 711Z" />
+<glyph unicode="h" glyph-name="h" horiz-adv-x="1143" d="M764 0L913 692Q934 784 934 848Q934 928 891 973T756 1018Q644 1018 546 951T380 763T276 477L174 0H76L408 1556H504L418 1145Q374 945 352 866H358Q436 979 544 1041T774 1104Q898 1104 966 1039T1034
+856Q1034 786 1010 674L862 0H764Z" />
+<glyph unicode="i" glyph-name="i" horiz-adv-x="475" d="M174 0H76L307 1087H403L174 0ZM350 1366Q350 1421 372 1454T432 1487Q489 1487 489 1415Q489 1358 467 1325T410 1292Q381 1292 366 1311T350 1366Z" />
+<glyph unicode="j" glyph-name="j" horiz-adv-x="475" d="M-166 -492Q-228 -492 -279 -473V-381Q-232 -403 -166 -403Q-84 -403 -38 -352T35 -174L301 1087H397L129 -184Q94 -349 23 -420T-166 -492ZM350 1366Q350 1421 372 1454T432 1487Q489 1487 489 1415Q489
+1358 467 1325T410 1292Q381 1292 366 1311T350 1366Z" />
+<glyph unicode="k" glyph-name="k" horiz-adv-x="944" d="M270 477L879 1087H1004L530 618L827 0H721L457 559L252 371L172 0H76L406 1556H502L336 776L266 477H270Z" />
+<glyph unicode="l" glyph-name="l" horiz-adv-x="475" d="M170 0H76L410 1556H504L170 0Z" />
+<glyph unicode="m" glyph-name="m" horiz-adv-x="1751" d="M711 0L858 674Q883 799 883 836Q883 1018 729 1018Q623 1018 529 951T370 762T270 475L170 0H72L303 1087H383L350 877H356Q436 990 537 1047T750 1104Q856 1104 913 1037T973 842H979Q1056 971 1160
+1037T1382 1104Q1499 1104 1564 1043T1630 866Q1630 837 1628 810T1608 690L1456 0H1356L1505 680Q1530 800 1530 856Q1530 933 1487 975T1368 1018Q1211 1018 1091 881T922 518L813 0H711Z" />
+<glyph unicode="n" glyph-name="n" horiz-adv-x="1143" d="M764 0L913 692Q934 784 934 848Q934 928 891 973T756 1018Q644 1018 546 951T380 764T276 477L174 0H76L307 1087H389L352 866H358Q522 1104 774 1104Q904 1104 969 1040T1034 856Q1034 786 1010 674L862
+0H764Z" />
+<glyph unicode="o" glyph-name="o" horiz-adv-x="1124" d="M649 1108Q829 1108 927 1000T1026 700Q1026 503 955 332T759 70T473 -20Q289 -20 194 89T98 403Q98 594 171 761T368 1018T649 1108ZM641 1022Q517 1022 418 944T260 719T201 408Q201 66 483 66Q610
+66 708 143T865 371T924 702Q924 856 851 939T641 1022Z" />
+<glyph unicode="p" glyph-name="p" horiz-adv-x="1149" d="M498 -16Q268 -16 219 203H215Q202 131 66 -492H-33L303 1087H385L340 813H346Q437 966 541 1037T770 1108Q905 1108 978 1016T1051 733Q1051 538 979 362T782 85T498 -16ZM748 1018Q661 1018 574 960T413
+792T302 555T266 346Q266 221 327 146T496 70Q620 70 721 154T885 397T948 723Q948 1018 748 1018Z" />
+<glyph unicode="q" glyph-name="q" horiz-adv-x="1157" d="M651 1104Q760 1104 834 1046T934 879H940L995 1087H1075L748 -469H653L751 1L815 283H809Q716 127 610 54T379 -20Q98 -20 98 354Q98 555 173 733T374 1007T651 1104ZM401 70Q493 70 583 132T743 304T848
+540T883 741Q883 871 820 944T653 1018Q529 1018 429 935T265 690T201 365Q201 222 246 146T401 70Z" />
+<glyph unicode="r" glyph-name="r" horiz-adv-x="752" d="M713 1106Q782 1106 836 1092L815 999Q768 1014 702 1014Q608 1014 523 950T370 758T270 481L170 0H72L303 1087H383L354 883H360Q433 977 483 1018T589 1083T713 1106Z" />
+<glyph unicode="s" glyph-name="s" horiz-adv-x="827" d="M713 295Q713 151 610 66T330 -20Q157 -20 25 55V162Q99 116 178 91T326 66Q464 66 537 123T610 287Q610 329 595 361T545 422T412 508Q264 588 212 653T160 813Q160 941 258 1022T518 1104Q593 1104 676
+1087T817 1040L782 952Q646 1016 518 1016Q402 1016 332 963T262 825Q262 770 279 737T339 669T459 592Q573 529 620 489T690 402T713 295Z" />
+<glyph unicode="t" glyph-name="t" horiz-adv-x="616" d="M694 1087L676 1006H393L258 371Q236 272 236 207Q236 68 362 68Q430 68 514 94V8Q413 -20 344 -20Q245 -20 191 34T137 193Q137 266 166 399L295 1006H113L127 1073L311 1090L408 1343H463L408 1087H694Z" />
+<glyph unicode="u" glyph-name="u" horiz-adv-x="1143" d="M381 1087L229 389Q207 283 207 231Q207 157 254 114T393 70Q503 70 600 135T764 322T864 602L969 1087H1067L836 0H756L784 205H778Q611 -16 375 -16Q244 -16 177 46T109 227Q109 287 131 397L281 1087H381Z" />
+<glyph unicode="v" glyph-name="v" horiz-adv-x="895" d="M276 0L104 1087H205L313 352Q339 187 346 98H352Q403 213 481 354L887 1087H989L389 0H276Z" />
+<glyph unicode="w" glyph-name="w" horiz-adv-x="1393" d="M838 0L778 686Q764 910 764 952H758Q724 860 614 662L258 0H141L121 1087H213L226 266L223 109H229Q290 243 379 406L752 1087H829L893 406Q907 259 907 109H913L937 170L1038 406L1358 1087H1454L946 0H838Z" />
+<glyph unicode="x" glyph-name="x" horiz-adv-x="922" d="M442 483L49 0H-72L399 559L154 1087H254L461 625L834 1087H954L506 553L764 0H666L442 483Z" />
+<glyph unicode="y" glyph-name="y" horiz-adv-x="920" d="M123 1087H223L305 539Q356 188 360 90H371Q414 195 557 457L905 1087H1008L295 -203Q223 -330 173 -381T59 -462T-88 -492Q-156 -492 -217 -471V-379Q-146 -406 -80 -406Q0 -406 67 -357T197 -192T297
+-8L123 1087Z" />
+<glyph unicode="z" glyph-name="z" horiz-adv-x="887" d="M700 0H-29L-14 72L762 1004H219L236 1087H895L877 1004L115 84H717L700 0Z" />
+<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="709" d="M424 -324Q168 -324 168 -125Q168 -80 184 -10L240 242Q258 332 258 369Q258 528 59 528L80 606Q206 606 271 655T360 813L449 1206Q479 1341 555 1401T770 1462H799L782 1376Q696 1374 653 1356T584
+1294T539 1174L465 836Q435 702 374 642T209 563V559Q277 541 314 491T352 369Q352 317 328 205L281 -20Q268 -78 268 -121Q268 -182 305 -210T444 -238V-324H424Z" />
+<glyph unicode="|" glyph-name="bar" horiz-adv-x="1128" d="M584 1561H684V-510H584V1561Z" />
+<glyph unicode="}" glyph-name="braceright" horiz-adv-x="709" d="M332 1462Q463 1462 521 1411T580 1264Q580 1223 563 1149L508 897Q489 802 489 770Q489 693 538 652T688 610L668 532Q543 532 477 484T387 326L299 -68Q267 -207 191 -265T-23 -324H-41V-238Q55
+-236 97 -217T165 -156T209 -35L283 303Q310 429 370 492T539 575V580Q464 600 430 652T395 770Q395 825 413 901L467 1159Q479 1220 479 1260Q479 1304 461 1329T407 1365T291 1376L311 1462H332Z" />
+<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1128" d="M350 745Q301 745 242 715T127 625V719Q235 829 360 829Q421 829 475 816T631 758Q757 700 850 700Q904 700 957 729T1075 825V729Q964 616 842 616Q725 616 571 688Q509 717 459 731T350 745Z" />
+<glyph unicode=" " glyph-name="nbspace" horiz-adv-x="532" />
+<glyph unicode="¡" glyph-name="exclamdown" horiz-adv-x="502" d="M264 711H326L123 -375H4L264 711ZM432 1030Q432 974 407 942T338 909Q272 909 272 981Q272 1036 297 1070T365 1104Q432 1104 432 1030Z" />
+<glyph unicode="¢" glyph-name="cent" horiz-adv-x="1128" d="M578 -20H485L530 195Q398 220 324 327T250 600Q250 784 313 941T491 1194T748 1305L784 1483H874L836 1307Q952 1303 1053 1264L1024 1174Q917 1221 807 1221Q677 1221 574 1145T412 924T352
+602Q352 438 426 355T635 272Q762 272 899 332V240Q781 182 618 182L578 -20Z" />
+<glyph unicode="£" glyph-name="sterling" horiz-adv-x="1128" d="M879 1479Q1049 1479 1192 1401L1153 1317L1099 1343Q991 1393 868 1393Q734 1393 648 1319T530 1098L457 758H866L848 676H440L383 408Q333 183 195 94H954L934 0H-4L12 84Q105 95 177 179T285
+416L342 676H143L160 758H358L434 1108Q475 1295 589 1387T879 1479Z" />
+<glyph unicode="¤" glyph-name="currency" horiz-adv-x="1128" d="M262 723Q262 841 336 948L207 1077L270 1141L397 1012Q502 1090 627 1090Q745 1090 850 1012L981 1141L1042 1079L913 950Q991 844 991 723Q991 588 913 496L1042 369L981 307L850 434Q746
+358 627 358Q501 358 399 438L270 309L209 371L336 498Q262 596 262 723ZM350 723Q350 607 430 527T627 446Q744 446 825 527T907 723Q907 798 871 863T768 967T627 1006Q513 1006 432 924T350 723Z" />
+<glyph unicode="¥" glyph-name="yen" horiz-adv-x="1128" d="M584 645L1128 1462H1245L686 639H952L936 563H621L582 373H899L881 289H565L506 0H401L465 289H166L184 373H483L524 563H223L240 639H498L283 1462H383L584 645Z" />
+<glyph unicode="¦" glyph-name="brokenbar" horiz-adv-x="1128" d="M578 1561H678V805H578V1561ZM578 246H678V-510H578V246Z" />
+<glyph unicode="§" glyph-name="section" horiz-adv-x="995" d="M211 778Q211 879 280 960T479 1090Q415 1121 376 1175T336 1296Q336 1370 382 1430T514 1525T717 1559Q880 1559 1006 1501L975 1421Q837 1475 711 1475Q587 1475 509 1429T430 1305Q430 1246
+476 1201T659 1094Q771 1042 817 1005T888 920T913 809Q913 612 664 492Q786 428 786 295Q786 209 738 142T599 36T377 -2Q220 -2 102 51V150Q149 123 228 104T381 84Q530 84 609 136T688 287Q688 349 646 393T479 489Q324 554 268 619T211 778ZM559 1038Q440 1008
+372 941T303 786Q303 729 327 690T408 617T596 535Q699 584 758 648T817 805Q817 877 760 931T559 1038Z" />
+<glyph unicode="¨" glyph-name="dieresis" horiz-adv-x="1135" d="M836 1366Q836 1415 856 1444T913 1473Q967 1473 967 1409Q967 1361 946 1332T891 1303Q836 1303 836 1366ZM492 1366Q492 1415 512 1444T569 1473Q623 1473 623 1409Q623 1361 602 1332T547
+1303Q492 1303 492 1366Z" />
+<glyph unicode="©" glyph-name="copyright" horiz-adv-x="1704" d="M944 1092Q802 1092 722 998T641 733Q641 547 715 458T936 369Q1021 369 1135 412V324Q1031 279 926 279Q739 279 638 395T537 725Q537 932 647 1057T944 1182Q1063 1182 1171 1130L1135
+1047Q1036 1092 944 1092ZM147 731Q147 931 247 1106T522 1382T899 1483Q1099 1483 1274 1383T1550 1108T1651 731Q1651 534 1554 361T1282 84T899 -20Q692 -20 517 83T245 360T147 731ZM240 731Q240 553 328 402T569 161T899 72Q1073 72 1224 157T1467 396T1559
+731Q1559 909 1470 1061T1230 1302T899 1391Q717 1391 564 1299T326 1056T240 731Z" />
+<glyph unicode="ª" glyph-name="ordfeminine" horiz-adv-x="643" d="M487 1485Q542 1485 584 1456T651 1370H657L692 1473H758L621 823H549L571 948H567Q471 811 344 811Q264 811 217 867T170 1032Q170 1221 260 1353T487 1485ZM369 885Q435 885 502 960T600
+1145Q616 1196 616 1268Q616 1326 580 1368T487 1411Q393 1411 326 1300T258 1028Q258 885 369 885Z" />
+<glyph unicode="«" glyph-name="guillemotleft" horiz-adv-x="860" d="M426 932L483 883L166 547L379 162L315 123L61 541L63 567L426 932ZM786 932L844 883L530 547L739 162L676 123L422 541L424 567L786 932Z" />
+<glyph unicode="¬" glyph-name="logicalnot" horiz-adv-x="1128" d="M1028 772V272H928V672H125V772H1028Z" />
+<glyph unicode="­" glyph-name="uni00AD" horiz-adv-x="629" d="M333 502L351 592H808L792 502H333Z" />
+<glyph unicode="®" glyph-name="registered" horiz-adv-x="1704" d="M758 731H870Q963 731 1014 777T1065 913Q1065 1085 868 1085H758V731ZM1169 918Q1169 838 1130 777T1020 684L1257 291H1137L926 651H758V291H657V1171H868Q1011 1171 1090 1109T1169
+918ZM150 731Q150 938 253 1113T530 1385T901 1483Q1101 1483 1276 1383T1552 1108T1653 731Q1653 534 1556 361T1284 84T901 -20Q697 -20 525 80T251 353T150 731ZM242 731Q242 553 330 402T571 161T901 72Q1075 72 1226 157T1469 396T1561 731Q1561 909 1472
+1061T1232 1302T901 1391Q719 1391 566 1299T328 1056T242 731Z" />
+<glyph unicode="¯" glyph-name="overscore" horiz-adv-x="655" d="M1001 1556H348L401 1653H1055L1001 1556Z" />
+<glyph unicode="°" glyph-name="degree" horiz-adv-x="877" d="M242 1190Q242 1310 327 1396T535 1483Q657 1483 742 1397T827 1190Q827 1068 742 983T535 897Q413 897 328 982T242 1190ZM315 1190Q315 1101 379 1037T535 973Q627 973 690 1037T754 1190Q754
+1280 690 1345T535 1411Q445 1411 380 1346T315 1190Z" />
+<glyph unicode="±" glyph-name="plusminus" horiz-adv-x="1128" d="M528 629H127V727H528V1133H629V727H1030V629H629V229H528V629ZM127 0V100H1030V0H127Z" />
+<glyph unicode="²" glyph-name="twosuperior" horiz-adv-x="643" d="M604 586H82L98 666L395 924Q532 1042 577 1114T623 1268Q623 1327 585 1365T479 1403Q384 1403 285 1327L244 1389Q352 1479 483 1479Q556 1479 608 1452T686 1380T713 1280Q713 1174
+654 1082T471 887L205 664H621L604 586Z" />
+<glyph unicode="³" glyph-name="threesuperior" horiz-adv-x="643" d="M705 1276Q705 1191 657 1128T502 1040V1036Q568 1020 607 968T647 844Q647 767 608 703T499 604T338 569Q279 569 215 584T109 625V715Q155 687 217 667T342 647Q441 647 501 699T561
+842Q561 1004 365 1004H281L297 1083H383Q485 1083 551 1132T618 1262Q618 1330 581 1364T475 1399Q375 1399 276 1331L236 1395Q345 1481 487 1481Q587 1481 646 1425T705 1276Z" />
+<glyph unicode="´" glyph-name="acute" horiz-adv-x="1135" d="M580 1262Q646 1313 730 1404T860 1569H997V1546Q946 1480 840 1388T647 1241H580V1262Z" />
+<glyph unicode="µ" glyph-name="mu" horiz-adv-x="1171" d="M238 242Q238 160 286 115T422 70Q532 70 629 134T791 317T893 602L997 1087H1096L862 0H784L813 205H807Q643 -16 403 -16Q318 -16 264 16T188 106H182Q164 -26 131 -178L68 -492H-29L309 1087H410L258
+389Q238 293 238 242Z" />
+<glyph unicode="¶" glyph-name="paragraph" horiz-adv-x="1341" d="M1208 -260H1108V1462H881V-260H780V559Q716 541 635 541Q419 541 317 666T215 1042Q215 1302 324 1429T666 1556H1208V-260Z" />
+<glyph unicode="·" glyph-name="middot" horiz-adv-x="485" d="M207 698Q207 754 232 786T301 819Q367 819 367 747Q367 694 342 660T275 625Q207 625 207 698Z" />
+<glyph unicode="¸" glyph-name="cedilla" horiz-adv-x="420" d="M197 -289Q197 -383 122 -437T-96 -492Q-142 -492 -174 -485V-406Q-144 -412 -102 -412Q96 -412 96 -297Q96 -200 -55 -190L55 0H135L57 -137Q197 -167 197 -289Z" />
+<glyph unicode="¹" glyph-name="onesuperior" horiz-adv-x="643" d="M512 1462H592L406 586H322L440 1155Q445 1176 451 1205T465 1265T481 1324T496 1374Q462 1343 436 1323T293 1229L254 1288L512 1462Z" />
+<glyph unicode="º" glyph-name="ordmasculine" horiz-adv-x="655" d="M518 1479Q623 1479 683 1415T743 1235Q743 1120 703 1021T589 865T414 807Q300 807 245 874T190 1059Q190 1171 231 1268T347 1422T518 1479ZM508 1405Q438 1405 384 1359T300 1234T270
+1067Q270 881 426 881Q499 881 551 927T633 1055T662 1231Q662 1314 623 1359T508 1405Z" />
+<glyph unicode="»" glyph-name="guillemotright" horiz-adv-x="860" d="M451 123L393 172L707 508L498 893L561 932L815 514L813 487L451 123ZM90 123L33 172L346 508L137 893L201 932L455 514L453 487L90 123Z" />
+<glyph unicode="¼" glyph-name="onequarter" horiz-adv-x="1481" d="M1319 230H1188L1139 1H1057L1106 230H715L736 306L1242 883H1328L1203 302H1336L1319 230ZM1121 302Q1182 596 1200 667T1229 773Q1219 757 1168 694T830 302H1121ZM1323 1462L236 0H129L1215
+1462H1323ZM765 1462H845L659 586H575L693 1155Q698 1176 704 1205T718 1265T734 1324T749 1374Q715 1343 689 1323T546 1229L507 1288L765 1462Z" />
+<glyph unicode="½" glyph-name="onehalf" horiz-adv-x="1458" d="M1278 1H756L772 81L1069 339Q1206 457 1251 529T1297 683Q1297 742 1259 780T1153 818Q1058 818 959 742L918 804Q1026 894 1157 894Q1230 894 1282 867T1360 795T1387 695Q1387 589 1328
+497T1145 302L879 79H1295L1278 1ZM687 1462H767L581 586H497L615 1155Q620 1176 626 1205T640 1265T656 1324T671 1374Q637 1343 611 1323T468 1229L429 1288L687 1462ZM1247 1462L160 0H53L1139 1462H1247Z" />
+<glyph unicode="¾" glyph-name="threequarters" horiz-adv-x="1458" d="M1380 230H1249L1200 1H1118L1167 230H776L797 306L1303 883H1389L1264 302H1397L1380 230ZM1182 302Q1243 596 1261 667T1290 773Q1280 757 1229 694T891 302H1182ZM923 1276Q923 1191
+875 1128T720 1040V1036Q786 1020 825 968T865 844Q865 767 826 703T717 604T556 569Q497 569 433 584T327 625V715Q373 687 435 667T560 647Q659 647 719 699T779 842Q779 1004 583 1004H499L515 1083H601Q703 1083 769 1132T836 1262Q836 1330 799 1364T693 1399Q593
+1399 494 1331L454 1395Q563 1481 705 1481Q805 1481 864 1425T923 1276ZM1407 1462L320 0H213L1299 1462H1407Z" />
+<glyph unicode="¿" glyph-name="questiondown" horiz-adv-x="799" d="M641 717L635 688Q607 561 556 488T395 334Q277 250 220 189T134 61T104 -80Q104 -186 169 -248T354 -311Q495 -311 662 -211L700 -297Q615 -346 530 -374T342 -403Q183 -403 92 -319T0
+-90Q0 43 70 150T297 371Q382 432 430 480T503 575T549 717H641ZM713 1020Q713 964 688 932T618 899Q553 899 553 971Q553 1027 578 1060T645 1094Q713 1094 713 1020Z" />
+<glyph unicode="À" glyph-name="Agrave" horiz-adv-x="1059" d="M805 520H293L6 0H-111L711 1468H778L979 0H874L805 520ZM793 612L754 903Q723 1145 715 1305Q685 1242 651 1175T344 612H793ZM815 1579H749Q699 1631 635 1723T536 1886V1907H651Q697 1778
+815 1604V1579Z" />
+<glyph unicode="Á" glyph-name="Aacute" horiz-adv-x="1059" d="M805 520H293L6 0H-111L711 1468H778L979 0H874L805 520ZM793 612L754 903Q723 1145 715 1305Q685 1242 651 1175T344 612H793ZM668 1600Q734 1651 818 1742T948 1907H1085V1884Q1034 1818
+928 1726T735 1579H668V1600Z" />
+<glyph unicode="Â" glyph-name="Acircumflex" horiz-adv-x="1059" d="M805 520H293L6 0H-111L711 1468H778L979 0H874L805 520ZM793 612L754 903Q723 1145 715 1305Q685 1242 651 1175T344 612H793ZM1007 1579H958Q888 1639 797 1786Q742 1729 672 1672T547
+1579H493V1608Q561 1664 650 1756T778 1907H842Q865 1843 914 1755T1007 1608V1579Z" />
+<glyph unicode="Ã" glyph-name="Atilde" horiz-adv-x="1059" d="M805 520H293L6 0H-111L711 1468H778L979 0H874L805 520ZM793 612L754 903Q723 1145 715 1305Q685 1242 651 1175T344 612H793ZM911 1587Q871 1587 834 1606T758 1651Q724 1674 694 1692T625
+1710Q580 1710 551 1682T500 1581H426Q445 1689 497 1747T631 1806Q672 1806 704 1792T822 1720Q874 1684 916 1684Q959 1684 987 1714T1034 1815H1110Q1084 1697 1036 1642T911 1587Z" />
+<glyph unicode="Ä" glyph-name="Adieresis" horiz-adv-x="1059" d="M805 520H293L6 0H-111L711 1468H778L979 0H874L805 520ZM793 612L754 903Q723 1145 715 1305Q685 1242 651 1175T344 612H793ZM879 1704Q879 1753 899 1782T956 1811Q1010 1811 1010 1747Q1010
+1699 989 1670T934 1641Q879 1641 879 1704ZM535 1704Q535 1753 555 1782T612 1811Q666 1811 666 1747Q666 1699 645 1670T590 1641Q535 1641 535 1704Z" />
+<glyph unicode="Å" glyph-name="Aring" horiz-adv-x="1059" d="M805 520H293L6 0H-111L711 1468H778L979 0H874L805 520ZM793 612L754 903Q723 1145 715 1305Q685 1242 651 1175T344 612H793ZM945 1600Q945 1508 888 1452T742 1395Q649 1395 594 1447T539
+1592Q539 1680 598 1736T748 1792Q836 1792 890 1742T945 1600ZM867 1598Q867 1655 834 1688T746 1721Q686 1721 653 1685T619 1592Q619 1535 652 1502T742 1469Q798 1469 832 1505T867 1598Z" />
+<glyph unicode="Æ" glyph-name="AE" horiz-adv-x="1640" d="M1403 0H676L786 522H342L14 0H-117L829 1462H1712L1692 1368H1067L950 815H1540L1520 721H932L797 94H1423L1403 0ZM408 627H809L965 1368H877L408 627Z" />
+<glyph unicode="Ç" glyph-name="Ccedilla" horiz-adv-x="1169" d="M961 1389Q764 1389 610 1285T365 980T274 539Q274 314 384 193T702 72Q842 72 1006 123V29Q850 -20 690 -20Q438 -20 304 125T170 535Q170 801 274 1023T559 1364T961 1483Q1138 1483 1268
+1415L1223 1325Q1168 1355 1099 1372T961 1389ZM752 -289Q752 -383 677 -437T459 -492Q413 -492 381 -485V-406Q411 -412 453 -412Q651 -412 651 -297Q651 -200 500 -190L610 0H690L612 -137Q752 -167 752 -289Z" />
+<glyph unicode="È" glyph-name="Egrave" horiz-adv-x="1067" d="M829 0H102L412 1462H1139L1118 1368H494L377 815H967L946 721H358L223 94H850L829 0ZM891 1579H825Q775 1631 711 1723T612 1886V1907H727Q773 1778 891 1604V1579Z" />
+<glyph unicode="É" glyph-name="Eacute" horiz-adv-x="1067" d="M829 0H102L412 1462H1139L1118 1368H494L377 815H967L946 721H358L223 94H850L829 0ZM654 1600Q720 1651 804 1742T934 1907H1071V1884Q1020 1818 914 1726T721 1579H654V1600Z" />
+<glyph unicode="Ê" glyph-name="Ecircumflex" horiz-adv-x="1067" d="M829 0H102L412 1462H1139L1118 1368H494L377 815H967L946 721H358L223 94H850L829 0ZM1036 1579H987Q917 1639 826 1786Q771 1729 701 1672T576 1579H522V1608Q590 1664 679 1756T807
+1907H871Q894 1843 943 1755T1036 1608V1579Z" />
+<glyph unicode="Ë" glyph-name="Edieresis" horiz-adv-x="1067" d="M829 0H102L412 1462H1139L1118 1368H494L377 815H967L946 721H358L223 94H850L829 0ZM902 1704Q902 1753 922 1782T979 1811Q1033 1811 1033 1747Q1033 1699 1012 1670T957 1641Q902 1641
+902 1704ZM558 1704Q558 1753 578 1782T635 1811Q689 1811 689 1747Q689 1699 668 1670T613 1641Q558 1641 558 1704Z" />
+<glyph unicode="Ì" glyph-name="Igrave" horiz-adv-x="504" d="M102 0L412 1462H510L201 0H102ZM525 1579H459Q409 1631 345 1723T246 1886V1907H361Q407 1778 525 1604V1579Z" />
+<glyph unicode="Í" glyph-name="Iacute" horiz-adv-x="504" d="M102 0L412 1462H510L201 0H102ZM419 1600Q485 1651 569 1742T699 1907H836V1884Q785 1818 679 1726T486 1579H419V1600Z" />
+<glyph unicode="Î" glyph-name="Icircumflex" horiz-adv-x="504" d="M102 0L412 1462H510L201 0H102ZM738 1579H689Q619 1639 528 1786Q473 1729 403 1672T278 1579H224V1608Q292 1664 381 1756T509 1907H573Q596 1843 645 1755T738 1608V1579Z" />
+<glyph unicode="Ï" glyph-name="Idieresis" horiz-adv-x="504" d="M102 0L412 1462H510L201 0H102ZM604 1704Q604 1753 624 1782T681 1811Q735 1811 735 1747Q735 1699 714 1670T659 1641Q604 1641 604 1704ZM260 1704Q260 1753 280 1782T337 1811Q391 1811
+391 1747Q391 1699 370 1670T315 1641Q260 1641 260 1704Z" />
+<glyph unicode="Ð" glyph-name="Eth" horiz-adv-x="1352" d="M1288 879Q1288 626 1179 418T878 105T432 0H102L246 676H90L111 772H266L412 1462H717Q999 1462 1143 1315T1288 879ZM430 90Q656 90 824 184T1085 460T1178 872Q1178 1370 702 1370H496L367
+772H745L725 676H346L221 90H430Z" />
+<glyph unicode="Ñ" glyph-name="Ntilde" horiz-adv-x="1372" d="M1069 0H983L467 1284H459Q436 1135 411 1011T197 0H102L412 1462H492L1014 168H1022Q1045 344 1096 584L1284 1462H1378L1069 0ZM1062 1587Q1022 1587 985 1606T909 1651Q875 1674 845 1692T776
+1710Q731 1710 702 1682T651 1581H577Q596 1689 648 1747T782 1806Q823 1806 855 1792T973 1720Q1025 1684 1067 1684Q1110 1684 1138 1714T1185 1815H1261Q1235 1697 1187 1642T1062 1587Z" />
+<glyph unicode="Ò" glyph-name="Ograve" horiz-adv-x="1464" d="M1403 911Q1403 656 1309 430T1057 92T692 -20Q442 -20 307 129T172 559Q172 821 265 1036T520 1367T893 1483Q1140 1483 1271 1335T1403 911ZM879 1389Q705 1389 571 1288T356 990T276 573Q276
+328 385 200T705 72Q874 72 1005 170T1215 470T1294 901Q1294 1141 1190 1265T879 1389ZM989 1579H923Q873 1631 809 1723T710 1886V1907H825Q871 1778 989 1604V1579Z" />
+<glyph unicode="Ó" glyph-name="Oacute" horiz-adv-x="1464" d="M1403 911Q1403 656 1309 430T1057 92T692 -20Q442 -20 307 129T172 559Q172 821 265 1036T520 1367T893 1483Q1140 1483 1271 1335T1403 911ZM879 1389Q705 1389 571 1288T356 990T276 573Q276
+328 385 200T705 72Q874 72 1005 170T1215 470T1294 901Q1294 1141 1190 1265T879 1389ZM844 1600Q910 1651 994 1742T1124 1907H1261V1884Q1210 1818 1104 1726T911 1579H844V1600Z" />
+<glyph unicode="Ô" glyph-name="Ocircumflex" horiz-adv-x="1464" d="M1403 911Q1403 656 1309 430T1057 92T692 -20Q442 -20 307 129T172 559Q172 821 265 1036T520 1367T893 1483Q1140 1483 1271 1335T1403 911ZM879 1389Q705 1389 571 1288T356 990T276
+573Q276 328 385 200T705 72Q874 72 1005 170T1215 470T1294 901Q1294 1141 1190 1265T879 1389ZM1171 1579H1122Q1052 1639 961 1786Q906 1729 836 1672T711 1579H657V1608Q725 1664 814 1756T942 1907H1006Q1029 1843 1078 1755T1171 1608V1579Z" />
+<glyph unicode="Õ" glyph-name="Otilde" horiz-adv-x="1464" d="M1403 911Q1403 656 1309 430T1057 92T692 -20Q442 -20 307 129T172 559Q172 821 265 1036T520 1367T893 1483Q1140 1483 1271 1335T1403 911ZM879 1389Q705 1389 571 1288T356 990T276 573Q276
+328 385 200T705 72Q874 72 1005 170T1215 470T1294 901Q1294 1141 1190 1265T879 1389ZM1077 1587Q1037 1587 1000 1606T924 1651Q890 1674 860 1692T791 1710Q746 1710 717 1682T666 1581H592Q611 1689 663 1747T797 1806Q838 1806 870 1792T988 1720Q1040 1684
+1082 1684Q1125 1684 1153 1714T1200 1815H1276Q1250 1697 1202 1642T1077 1587Z" />
+<glyph unicode="Ö" glyph-name="Odieresis" horiz-adv-x="1464" d="M1403 911Q1403 656 1309 430T1057 92T692 -20Q442 -20 307 129T172 559Q172 821 265 1036T520 1367T893 1483Q1140 1483 1271 1335T1403 911ZM879 1389Q705 1389 571 1288T356 990T276
+573Q276 328 385 200T705 72Q874 72 1005 170T1215 470T1294 901Q1294 1141 1190 1265T879 1389ZM1031 1704Q1031 1753 1051 1782T1108 1811Q1162 1811 1162 1747Q1162 1699 1141 1670T1086 1641Q1031 1641 1031 1704ZM687 1704Q687 1753 707 1782T764 1811Q818
+1811 818 1747Q818 1699 797 1670T742 1641Q687 1641 687 1704Z" />
+<glyph unicode="×" glyph-name="multiply" horiz-adv-x="1128" d="M551 723L221 1055L291 1124L621 795L954 1124L1022 1057L690 723L1022 391L954 324L621 653L291 326L223 393L551 723Z" />
+<glyph unicode="Ø" glyph-name="Oslash" horiz-adv-x="1464" d="M1403 911Q1403 724 1351 546T1207 241T984 48T692 -20Q477 -20 344 92L205 -78L139 -14L285 158Q172 307 172 559Q172 822 266 1038T522 1369T893 1483Q1112 1483 1245 1362L1378 1530L1448
+1477L1303 1294Q1348 1243 1375 1133T1403 911ZM879 1389Q745 1389 635 1330T447 1160T322 892T276 573Q276 468 297 382T354 244L1180 1276Q1073 1389 879 1389ZM1294 901Q1294 986 1277 1073T1233 1202L412 172Q519 72 705 72Q875 72 1006 172T1215 468T1294
+901Z" />
+<glyph unicode="Ù" glyph-name="Ugrave" horiz-adv-x="1370" d="M1395 1462L1188 485Q1130 215 991 98T616 -20Q176 -20 176 381Q176 464 203 582L389 1462H492L299 563Q279 474 279 379Q279 70 621 70Q816 70 928 166T1087 485L1294 1462H1395ZM946 1579H880Q830
+1631 766 1723T667 1886V1907H782Q828 1778 946 1604V1579Z" />
+<glyph unicode="Ú" glyph-name="Uacute" horiz-adv-x="1370" d="M1395 1462L1188 485Q1130 215 991 98T616 -20Q176 -20 176 381Q176 464 203 582L389 1462H492L299 563Q279 474 279 379Q279 70 621 70Q816 70 928 166T1087 485L1294 1462H1395ZM838 1600Q904
+1651 988 1742T1118 1907H1255V1884Q1204 1818 1098 1726T905 1579H838V1600Z" />
+<glyph unicode="Û" glyph-name="Ucircumflex" horiz-adv-x="1370" d="M1395 1462L1188 485Q1130 215 991 98T616 -20Q176 -20 176 381Q176 464 203 582L389 1462H492L299 563Q279 474 279 379Q279 70 621 70Q816 70 928 166T1087 485L1294 1462H1395ZM1148
+1579H1099Q1029 1639 938 1786Q883 1729 813 1672T688 1579H634V1608Q702 1664 791 1756T919 1907H983Q1006 1843 1055 1755T1148 1608V1579Z" />
+<glyph unicode="Ü" glyph-name="Udieresis" horiz-adv-x="1370" d="M1395 1462L1188 485Q1130 215 991 98T616 -20Q176 -20 176 381Q176 464 203 582L389 1462H492L299 563Q279 474 279 379Q279 70 621 70Q816 70 928 166T1087 485L1294 1462H1395ZM1022
+1704Q1022 1753 1042 1782T1099 1811Q1153 1811 1153 1747Q1153 1699 1132 1670T1077 1641Q1022 1641 1022 1704ZM678 1704Q678 1753 698 1782T755 1811Q809 1811 809 1747Q809 1699 788 1670T733 1641Q678 1641 678 1704Z" />
+<glyph unicode="Ý" glyph-name="Yacute" horiz-adv-x="965" d="M494 645L1038 1462H1155L524 530L416 0H311L430 545L193 1462H293L494 645ZM563 1600Q629 1651 713 1742T843 1907H980V1884Q929 1818 823 1726T630 1579H563V1600Z" />
+<glyph unicode="Þ" glyph-name="Thorn" horiz-adv-x="1145" d="M1087 836Q1087 589 934 463T477 336H276L205 0H102L412 1462H514L457 1196H670Q870 1196 978 1104T1087 836ZM293 428H483Q739 428 859 526T979 829Q979 1104 649 1104H438L293 428Z" />
+<glyph unicode="ß" glyph-name="germandbls" horiz-adv-x="1094" d="M-162 -492Q-235 -492 -281 -469V-379Q-228 -403 -166 -403Q-87 -403 -43 -353T23 -199L328 1210Q408 1567 733 1567Q870 1567 948 1506T1026 1331Q1026 1256 982 1191T815 1042Q708 966
+674 918T639 811Q639 760 673 723T766 647Q862 584 904 514T946 348Q946 178 840 79T553 -20Q410 -20 319 45V154Q364 118 431 95T561 72Q693 72 769 143T846 338Q846 413 815 467T705 575Q623 633 586 685T549 807Q549 864 570 910T630 998T768 1112Q869 1182
+899 1228T930 1329Q930 1399 875 1439T725 1479Q596 1479 520 1403T412 1174L121 -203Q88 -355 18 -423T-162 -492Z" />
+<glyph unicode="à" glyph-name="agrave" horiz-adv-x="1133" d="M655 1104Q887 1104 934 885H940L999 1087H1079L850 0H768L813 274H807Q723 132 620 56T383 -20Q102 -20 102 354Q102 551 177 730T377 1006T655 1104ZM406 70Q495 70 583 132T742 298T850
+528T887 741Q887 820 861 882T784 981T657 1018Q533 1018 433 936T269 691T205 365Q205 213 255 142T406 70ZM809 1241H743Q693 1293 629 1385T530 1548V1569H645Q691 1440 809 1266V1241Z" />
+<glyph unicode="á" glyph-name="aacute" horiz-adv-x="1133" d="M655 1104Q887 1104 934 885H940L999 1087H1079L850 0H768L813 274H807Q723 132 620 56T383 -20Q102 -20 102 354Q102 551 177 730T377 1006T655 1104ZM406 70Q495 70 583 132T742 298T850
+528T887 741Q887 820 861 882T784 981T657 1018Q533 1018 433 936T269 691T205 365Q205 213 255 142T406 70ZM586 1262Q652 1313 736 1404T866 1569H1003V1546Q952 1480 846 1388T653 1241H586V1262Z" />
+<glyph unicode="â" glyph-name="acircumflex" horiz-adv-x="1133" d="M655 1104Q887 1104 934 885H940L999 1087H1079L850 0H768L813 274H807Q723 132 620 56T383 -20Q102 -20 102 354Q102 551 177 730T377 1006T655 1104ZM406 70Q495 70 583 132T742 298T850
+528T887 741Q887 820 861 882T784 981T657 1018Q533 1018 433 936T269 691T205 365Q205 213 255 142T406 70ZM1211 1243H1162Q1092 1303 1001 1450Q946 1393 876 1336T751 1243H697V1272Q765 1328 854 1420T982 1571H1046Q1069 1507 1118 1419T1211 1272V1243Z"
+/>
+<glyph unicode="ã" glyph-name="atilde" horiz-adv-x="1133" d="M655 1104Q887 1104 934 885H940L999 1087H1079L850 0H768L813 274H807Q723 132 620 56T383 -20Q102 -20 102 354Q102 551 177 730T377 1006T655 1104ZM406 70Q495 70 583 132T742 298T850
+528T887 741Q887 820 861 882T784 981T657 1018Q533 1018 433 936T269 691T205 365Q205 213 255 142T406 70ZM858 1249Q818 1249 781 1268T705 1313Q671 1336 641 1354T572 1372Q527 1372 498 1344T447 1243H373Q392 1351 444 1409T578 1468Q619 1468 651 1454T769
+1382Q821 1346 863 1346Q906 1346 934 1376T981 1477H1057Q1031 1359 983 1304T858 1249Z" />
+<glyph unicode="ä" glyph-name="adieresis" horiz-adv-x="1133" d="M655 1104Q887 1104 934 885H940L999 1087H1079L850 0H768L813 274H807Q723 132 620 56T383 -20Q102 -20 102 354Q102 551 177 730T377 1006T655 1104ZM406 70Q495 70 583 132T742 298T850
+528T887 741Q887 820 861 882T784 981T657 1018Q533 1018 433 936T269 691T205 365Q205 213 255 142T406 70ZM1091 1366Q1091 1415 1111 1444T1168 1473Q1222 1473 1222 1409Q1222 1361 1201 1332T1146 1303Q1091 1303 1091 1366ZM747 1366Q747 1415 767 1444T824
+1473Q878 1473 878 1409Q878 1361 857 1332T802 1303Q747 1303 747 1366Z" />
+<glyph unicode="å" glyph-name="aring" horiz-adv-x="1133" d="M655 1104Q887 1104 934 885H940L999 1087H1079L850 0H768L813 274H807Q723 132 620 56T383 -20Q102 -20 102 354Q102 551 177 730T377 1006T655 1104ZM406 70Q495 70 583 132T742 298T850 528T887
+741Q887 820 861 882T784 981T657 1018Q533 1018 433 936T269 691T205 365Q205 213 255 142T406 70ZM1183 1448Q1183 1356 1126 1300T980 1243Q887 1243 832 1295T777 1440Q777 1528 836 1584T986 1640Q1074 1640 1128 1590T1183 1448ZM1105 1446Q1105 1503 1072
+1536T984 1569Q924 1569 891 1533T857 1440Q857 1383 890 1350T980 1317Q1036 1317 1070 1353T1105 1446Z" />
+<glyph unicode="æ" glyph-name="ae" horiz-adv-x="1602" d="M1155 -20Q1032 -20 944 40T827 205L788 0H711L752 254H743Q649 112 554 46T346 -20Q226 -20 164 74T102 344Q102 550 172 728T365 1005T639 1104Q745 1104 805 1048T879 891H889L948 1083H1014L979
+897Q1118 1104 1329 1104Q1441 1104 1504 1043T1567 870Q1567 691 1409 599T938 506H899Q891 455 891 410Q891 249 960 160T1178 70Q1247 70 1311 91T1442 143V49Q1362 12 1295 -4T1155 -20ZM369 70Q436 70 507 112T641 229T747 400T811 599T831 764Q831 882 782
+950T641 1018Q518 1018 418 932T262 692T205 352Q205 202 247 136T369 70ZM1317 1018Q1198 1018 1085 903T913 594H961Q1224 594 1344 661T1464 864Q1464 935 1426 976T1317 1018Z" />
+<glyph unicode="ç" glyph-name="ccedilla" horiz-adv-x="887" d="M477 -20Q303 -20 203 90T102 397Q102 590 175 758T374 1015T664 1104Q798 1104 905 1061L877 971Q770 1018 659 1018Q530 1018 427 941T264 719T205 399Q205 241 278 156T487 70Q558 70 618
+83T750 129V37Q634 -20 477 -20ZM574 -289Q574 -383 499 -437T281 -492Q235 -492 203 -485V-406Q233 -412 275 -412Q473 -412 473 -297Q473 -200 322 -190L432 0H512L434 -137Q574 -167 574 -289Z" />
+<glyph unicode="è" glyph-name="egrave" horiz-adv-x="928" d="M469 -20Q296 -20 199 89T102 395Q102 576 173 742T368 1006T643 1104Q757 1104 825 1043T893 877Q893 696 730 601T244 506H211Q205 462 205 408Q205 243 279 157T492 70Q624 70 768 143V49Q628
+-20 469 -20ZM631 1018Q500 1018 388 903T225 594H274Q791 594 791 864Q791 931 748 974T631 1018ZM1007 1241H941Q891 1293 827 1385T728 1548V1569H843Q889 1440 1007 1266V1241Z" />
+<glyph unicode="é" glyph-name="eacute" horiz-adv-x="928" d="M469 -20Q296 -20 199 89T102 395Q102 576 173 742T368 1006T643 1104Q757 1104 825 1043T893 877Q893 696 730 601T244 506H211Q205 462 205 408Q205 243 279 157T492 70Q624 70 768 143V49Q628
+-20 469 -20ZM631 1018Q500 1018 388 903T225 594H274Q791 594 791 864Q791 931 748 974T631 1018ZM788 1262Q854 1313 938 1404T1068 1569H1205V1546Q1154 1480 1048 1388T855 1241H788V1262Z" />
+<glyph unicode="ê" glyph-name="ecircumflex" horiz-adv-x="928" d="M469 -20Q296 -20 199 89T102 395Q102 576 173 742T368 1006T643 1104Q757 1104 825 1043T893 877Q893 696 730 601T244 506H211Q205 462 205 408Q205 243 279 157T492 70Q624 70 768 143V49Q628
+-20 469 -20ZM631 1018Q500 1018 388 903T225 594H274Q791 594 791 864Q791 931 748 974T631 1018ZM1160 1241H1111Q1041 1301 950 1448Q895 1391 825 1334T700 1241H646V1270Q714 1326 803 1418T931 1569H995Q1018 1505 1067 1417T1160 1270V1241Z" />
+<glyph unicode="ë" glyph-name="edieresis" horiz-adv-x="928" d="M469 -20Q296 -20 199 89T102 395Q102 576 173 742T368 1006T643 1104Q757 1104 825 1043T893 877Q893 696 730 601T244 506H211Q205 462 205 408Q205 243 279 157T492 70Q624 70 768 143V49Q628
+-20 469 -20ZM631 1018Q500 1018 388 903T225 594H274Q791 594 791 864Q791 931 748 974T631 1018ZM1036 1366Q1036 1415 1056 1444T1113 1473Q1167 1473 1167 1409Q1167 1361 1146 1332T1091 1303Q1036 1303 1036 1366ZM692 1366Q692 1415 712 1444T769 1473Q823
+1473 823 1409Q823 1361 802 1332T747 1303Q692 1303 692 1366Z" />
+<glyph unicode="ì" glyph-name="igrave" horiz-adv-x="475" d="M174 0H76L307 1087H403L174 0ZM454 1241H388Q338 1293 274 1385T175 1548V1569H290Q336 1440 454 1266V1241Z" />
+<glyph unicode="í" glyph-name="iacute" horiz-adv-x="475" d="M174 0H76L307 1087H403L174 0ZM284 1262Q350 1313 434 1404T564 1569H701V1546Q650 1480 544 1388T351 1241H284V1262Z" />
+<glyph unicode="î" glyph-name="icircumflex" horiz-adv-x="475" d="M174 0H76L307 1087H403L174 0ZM642 1241H593Q523 1301 432 1448Q377 1391 307 1334T182 1241H128V1270Q196 1326 285 1418T413 1569H477Q500 1505 549 1417T642 1270V1241Z" />
+<glyph unicode="ï" glyph-name="idieresis" horiz-adv-x="475" d="M174 0H76L307 1087H403L174 0ZM515 1366Q515 1415 535 1444T592 1473Q646 1473 646 1409Q646 1361 625 1332T570 1303Q515 1303 515 1366ZM171 1366Q171 1415 191 1444T248 1473Q302 1473
+302 1409Q302 1361 281 1332T226 1303Q171 1303 171 1366Z" />
+<glyph unicode="ð" glyph-name="eth" horiz-adv-x="1124" d="M713 1364Q659 1424 555 1503L614 1571Q646 1545 695 1505T795 1411L1061 1561L1100 1487L844 1346Q931 1230 975 1070T1020 735Q1020 380 879 180T479 -20Q302 -20 202 86T102 381Q102 551 165
+682T343 886T606 958Q713 958 794 909T915 766H920Q920 905 877 1055T762 1298L467 1135L428 1208L713 1364ZM489 70Q607 70 697 131T841 317T895 588Q895 665 860 730T760 831T604 868Q480 868 391 807T253 637T205 389Q205 236 278 153T489 70Z" />
+<glyph unicode="ñ" glyph-name="ntilde" horiz-adv-x="1143" d="M764 0L913 692Q934 784 934 848Q934 928 891 973T756 1018Q644 1018 546 951T380 764T276 477L174 0H76L307 1087H389L352 866H358Q522 1104 774 1104Q904 1104 969 1040T1034 856Q1034 786
+1010 674L862 0H764ZM874 1249Q834 1249 797 1268T721 1313Q687 1336 657 1354T588 1372Q543 1372 514 1344T463 1243H389Q408 1351 460 1409T594 1468Q635 1468 667 1454T785 1382Q837 1346 879 1346Q922 1346 950 1376T997 1477H1073Q1047 1359 999 1304T874
+1249Z" />
+<glyph unicode="ò" glyph-name="ograve" horiz-adv-x="1124" d="M649 1108Q829 1108 927 1000T1026 700Q1026 503 955 332T759 70T473 -20Q289 -20 194 89T98 403Q98 594 171 761T368 1018T649 1108ZM641 1022Q517 1022 418 944T260 719T201 408Q201 66 483
+66Q610 66 708 143T865 371T924 702Q924 856 851 939T641 1022ZM1000 1241H934Q884 1293 820 1385T721 1548V1569H836Q882 1440 1000 1266V1241Z" />
+<glyph unicode="ó" glyph-name="oacute" horiz-adv-x="1124" d="M649 1108Q829 1108 927 1000T1026 700Q1026 503 955 332T759 70T473 -20Q289 -20 194 89T98 403Q98 594 171 761T368 1018T649 1108ZM641 1022Q517 1022 418 944T260 719T201 408Q201 66 483
+66Q610 66 708 143T865 371T924 702Q924 856 851 939T641 1022ZM829 1262Q895 1313 979 1404T1109 1569H1246V1546Q1195 1480 1089 1388T896 1241H829V1262Z" />
+<glyph unicode="ô" glyph-name="ocircumflex" horiz-adv-x="1124" d="M649 1108Q829 1108 927 1000T1026 700Q1026 503 955 332T759 70T473 -20Q289 -20 194 89T98 403Q98 594 171 761T368 1018T649 1108ZM641 1022Q517 1022 418 944T260 719T201 408Q201
+66 483 66Q610 66 708 143T865 371T924 702Q924 856 851 939T641 1022ZM1197 1241H1148Q1078 1301 987 1448Q932 1391 862 1334T737 1241H683V1270Q751 1326 840 1418T968 1569H1032Q1055 1505 1104 1417T1197 1270V1241Z" />
+<glyph unicode="õ" glyph-name="otilde" horiz-adv-x="1124" d="M649 1108Q829 1108 927 1000T1026 700Q1026 503 955 332T759 70T473 -20Q289 -20 194 89T98 403Q98 594 171 761T368 1018T649 1108ZM641 1022Q517 1022 418 944T260 719T201 408Q201 66 483
+66Q610 66 708 143T865 371T924 702Q924 856 851 939T641 1022ZM839 1249Q799 1249 762 1268T686 1313Q652 1336 622 1354T553 1372Q508 1372 479 1344T428 1243H354Q373 1351 425 1409T559 1468Q600 1468 632 1454T750 1382Q802 1346 844 1346Q887 1346 915 1376T962
+1477H1038Q1012 1359 964 1304T839 1249Z" />
+<glyph unicode="ö" glyph-name="odieresis" horiz-adv-x="1124" d="M649 1108Q829 1108 927 1000T1026 700Q1026 503 955 332T759 70T473 -20Q289 -20 194 89T98 403Q98 594 171 761T368 1018T649 1108ZM641 1022Q517 1022 418 944T260 719T201 408Q201 66
+483 66Q610 66 708 143T865 371T924 702Q924 856 851 939T641 1022ZM1068 1366Q1068 1415 1088 1444T1145 1473Q1199 1473 1199 1409Q1199 1361 1178 1332T1123 1303Q1068 1303 1068 1366ZM724 1366Q724 1415 744 1444T801 1473Q855 1473 855 1409Q855 1361 834
+1332T779 1303Q724 1303 724 1366Z" />
+<glyph unicode="÷" glyph-name="divide" horiz-adv-x="1128" d="M168 672V772H1071V672H168ZM522 373Q522 479 618 479Q666 479 691 452T717 373Q717 316 688 291T618 266Q522 266 522 373ZM522 1071Q522 1178 618 1178Q664 1178 690 1151T717 1071Q717 1014
+688 990T618 965Q522 965 522 1071Z" />
+<glyph unicode="ø" glyph-name="oslash" horiz-adv-x="1124" d="M164 127Q98 233 98 403Q98 594 171 761T368 1018T649 1108Q799 1108 899 1026L1008 1159L1073 1106L956 963Q1026 858 1026 700Q1026 503 955 332T759 70T473 -20Q310 -20 219 63L109 -72L45
+-18L164 127ZM924 702Q924 803 889 881L281 139Q348 66 483 66Q610 66 708 143T865 371T924 702ZM641 1022Q517 1022 418 944T260 719T201 408Q201 283 233 211L838 950Q764 1022 641 1022Z" />
+<glyph unicode="ù" glyph-name="ugrave" horiz-adv-x="1143" d="M381 1087L229 389Q207 283 207 231Q207 157 254 114T393 70Q503 70 600 135T764 322T864 602L969 1087H1067L836 0H756L784 205H778Q611 -16 375 -16Q244 -16 177 46T109 227Q109 287 131
+397L281 1087H381ZM774 1241H708Q658 1293 594 1385T495 1548V1569H610Q656 1440 774 1266V1241Z" />
+<glyph unicode="ú" glyph-name="uacute" horiz-adv-x="1143" d="M381 1087L229 389Q207 283 207 231Q207 157 254 114T393 70Q503 70 600 135T764 322T864 602L969 1087H1067L836 0H756L784 205H778Q611 -16 375 -16Q244 -16 177 46T109 227Q109 287 131
+397L281 1087H381ZM627 1262Q693 1313 777 1404T907 1569H1044V1546Q993 1480 887 1388T694 1241H627V1262Z" />
+<glyph unicode="û" glyph-name="ucircumflex" horiz-adv-x="1143" d="M381 1087L229 389Q207 283 207 231Q207 157 254 114T393 70Q503 70 600 135T764 322T864 602L969 1087H1067L836 0H756L784 205H778Q611 -16 375 -16Q244 -16 177 46T109 227Q109 287
+131 397L281 1087H381ZM1213 1241H1164Q1094 1301 1003 1448Q948 1391 878 1334T753 1241H699V1270Q767 1326 856 1418T984 1569H1048Q1071 1505 1120 1417T1213 1270V1241Z" />
+<glyph unicode="ü" glyph-name="udieresis" horiz-adv-x="1143" d="M381 1087L229 389Q207 283 207 231Q207 157 254 114T393 70Q503 70 600 135T764 322T864 602L969 1087H1067L836 0H756L784 205H778Q611 -16 375 -16Q244 -16 177 46T109 227Q109 287 131
+397L281 1087H381ZM1083 1366Q1083 1415 1103 1444T1160 1473Q1214 1473 1214 1409Q1214 1361 1193 1332T1138 1303Q1083 1303 1083 1366ZM739 1366Q739 1415 759 1444T816 1473Q870 1473 870 1409Q870 1361 849 1332T794 1303Q739 1303 739 1366Z" />
+<glyph unicode="ý" glyph-name="yacute" horiz-adv-x="920" d="M123 1087H223L305 539Q356 188 360 90H371Q414 195 557 457L905 1087H1008L295 -203Q223 -330 173 -381T59 -462T-88 -492Q-156 -492 -217 -471V-379Q-146 -406 -80 -406Q0 -406 67 -357T197
+-192T297 -8L123 1087ZM761 1262Q827 1313 911 1404T1041 1569H1178V1546Q1127 1480 1021 1388T828 1241H761V1262Z" />
+<glyph unicode="þ" glyph-name="thorn" horiz-adv-x="1163" d="M498 -16Q268 -16 219 203H215Q202 131 66 -492H-33L401 1556H500Q386 1021 336 805H342Q435 961 541 1034T772 1108Q905 1108 978 1016T1051 733Q1051 538 979 362T782 85T498 -16ZM748 1018Q662
+1018 576 961T413 791T302 553T266 346Q266 221 327 146T496 70Q620 70 721 154T885 397T948 723Q948 1018 748 1018Z" />
+<glyph unicode="ÿ" glyph-name="ydieresis" horiz-adv-x="920" d="M123 1087H223L305 539Q356 188 360 90H371Q414 195 557 457L905 1087H1008L295 -203Q223 -330 173 -381T59 -462T-88 -492Q-156 -492 -217 -471V-379Q-146 -406 -80 -406Q0 -406 67 -357T197
+-192T297 -8L123 1087ZM698 1366Q698 1415 718 1444T775 1473Q829 1473 829 1409Q829 1361 808 1332T753 1303Q698 1303 698 1366ZM354 1366Q354 1415 374 1444T431 1473Q485 1473 485 1409Q485 1361 464 1332T409 1303Q354 1303 354 1366Z" />
+<glyph unicode="–" glyph-name="endash" horiz-adv-x="983" d="M66 502L84 592H891L874 502H66Z" />
+<glyph unicode="—" glyph-name="emdash" horiz-adv-x="1966" d="M68 502L86 592H1874L1858 502H68Z" />
+<glyph unicode="‘" glyph-name="quoteleft" horiz-adv-x="299" d="M133 961L129 983Q170 1083 245 1214T406 1462H479Q413 1356 350 1220T246 961H133Z" />
+<glyph unicode="’" glyph-name="quoteright" horiz-adv-x="299" d="M475 1462L479 1440Q436 1335 362 1205T203 961H129Q195 1067 258 1203T362 1462H475Z" />
+<glyph unicode="‚" glyph-name="quotesinglbase" horiz-adv-x="451" d="M246 238L250 215Q210 118 135 -15T-27 -264H-100Q-32 -154 31 -16T133 238H246Z" />
+<glyph unicode="“" glyph-name="quotedblleft" horiz-adv-x="631" d="M133 961L129 983Q170 1083 245 1214T406 1462H479Q413 1356 350 1220T246 961H133ZM467 961L463 983Q506 1087 583 1221T739 1462H813Q747 1356 684 1220T580 961H467Z" />
+<glyph unicode="”" glyph-name="quotedblright" horiz-adv-x="631" d="M809 1462L813 1440Q770 1335 696 1205T537 961H463Q529 1067 592 1203T696 1462H809ZM475 1462L479 1440Q436 1335 362 1205T203 961H129Q195 1067 258 1203T362 1462H475Z" />
+<glyph unicode="„" glyph-name="quotedblbase" horiz-adv-x="776" d="M561 238L565 215Q522 110 448 -20T289 -264H215Q281 -156 344 -22T449 238H561ZM227 238L231 215Q188 110 114 -20T-45 -264H-119Q-46 -145 16 -10T115 238H227Z" />
+<glyph unicode="•" glyph-name="bullet" horiz-adv-x="793" d="M248 682Q248 819 311 895T483 971Q559 971 599 932T639 813Q639 688 573 606T397 524Q248 524 248 682Z" />
+<glyph unicode="‹" glyph-name="guilsinglleft" horiz-adv-x="537" d="M451 932L508 883L190 547L403 162L340 123L86 541L88 567L451 932Z" />
+<glyph unicode="›" glyph-name="guilsinglright" horiz-adv-x="537" d="M94 123L37 172L354 508L141 893L205 932L459 514L457 487L94 123Z" />
+<hkern g1="quotedbl" g2="A" k="143" />
+<hkern g1="quotedbl" g2="T" k="-41" />
+<hkern g1="quotedbl" g2="V" k="-41" />
+<hkern g1="quotedbl" g2="W" k="-41" />
+<hkern g1="quotedbl" g2="Y" k="-20" />
+<hkern g1="quotedbl" g2="a" k="82" />
+<hkern g1="quotedbl" g2="c" k="123" />
+<hkern g1="quotedbl" g2="d" k="123" />
+<hkern g1="quotedbl" g2="e" k="123" />
+<hkern g1="quotedbl" g2="g" k="61" />
+<hkern g1="quotedbl" g2="m" k="61" />
+<hkern g1="quotedbl" g2="n" k="61" />
+<hkern g1="quotedbl" g2="o" k="123" />
+<hkern g1="quotedbl" g2="p" k="61" />
+<hkern g1="quotedbl" g2="q" k="123" />
+<hkern g1="quotedbl" g2="r" k="61" />
+<hkern g1="quotedbl" g2="s" k="61" />
+<hkern g1="quotedbl" g2="u" k="61" />
+<hkern g1="quotedbl" g2="Agrave" k="143" />
+<hkern g1="quotedbl" g2="Aacute" k="143" />
+<hkern g1="quotedbl" g2="Acircumflex" k="143" />
+<hkern g1="quotedbl" g2="Atilde" k="143" />
+<hkern g1="quotedbl" g2="Adieresis" k="143" />
+<hkern g1="quotedbl" g2="Aring" k="143" />
+<hkern g1="quotedbl" g2="Yacute" k="-20" />
+<hkern g1="quotedbl" g2="agrave" k="123" />
+<hkern g1="quotedbl" g2="aacute" k="82" />
+<hkern g1="quotedbl" g2="acircumflex" k="82" />
+<hkern g1="quotedbl" g2="atilde" k="82" />
+<hkern g1="quotedbl" g2="adieresis" k="82" />
+<hkern g1="quotedbl" g2="aring" k="82" />
+<hkern g1="quotedbl" g2="ae" k="82" />
+<hkern g1="quotedbl" g2="ccedilla" k="123" />
+<hkern g1="quotedbl" g2="egrave" k="123" />
+<hkern g1="quotedbl" g2="eacute" k="123" />
+<hkern g1="quotedbl" g2="ecircumflex" k="123" />
+<hkern g1="quotedbl" g2="edieresis" k="123" />
+<hkern g1="quotedbl" g2="ograve" k="123" />
+<hkern g1="quotedbl" g2="oacute" k="123" />
+<hkern g1="quotedbl" g2="ocircumflex" k="123" />
+<hkern g1="quotedbl" g2="otilde" k="123" />
+<hkern g1="quotedbl" g2="odieresis" k="123" />
+<hkern g1="quotedbl" g2="oslash" k="123" />
+<hkern g1="quotedbl" g2="ugrave" k="61" />
+<hkern g1="quotedbl" g2="uacute" k="61" />
+<hkern g1="quotedbl" g2="ucircumflex" k="61" />
+<hkern g1="quotedbl" g2="udieresis" k="61" />
+<hkern g1="quotedbl" g2="Amacron" k="143" />
+<hkern g1="quotedbl" g2="amacron" k="82" />
+<hkern g1="quotedbl" g2="Abreve" k="143" />
+<hkern g1="quotedbl" g2="abreve" k="82" />
+<hkern g1="quotedbl" g2="Aogonek" k="143" />
+<hkern g1="quotedbl" g2="aogonek" k="82" />
+<hkern g1="quotedbl" g2="cacute" k="123" />
+<hkern g1="quotedbl" g2="ccircumflex" k="123" />
+<hkern g1="quotedbl" g2="cdot" k="123" />
+<hkern g1="quotedbl" g2="ccaron" k="123" />
+<hkern g1="quotedbl" g2="dcaron" k="123" />
+<hkern g1="quotedbl" g2="" k="123" />
+<hkern g1="quotedbl" g2="emacron" k="123" />
+<hkern g1="quotedbl" g2="ebreve" k="123" />
+<hkern g1="quotedbl" g2="edotaccent" k="123" />
+<hkern g1="quotedbl" g2="eogonek" k="123" />
+<hkern g1="quotedbl" g2="ecaron" k="123" />
+<hkern g1="quotedbl" g2="gcircumflex" k="61" />
+<hkern g1="quotedbl" g2="gbreve" k="61" />
+<hkern g1="quotedbl" g2="gdot" k="61" />
+<hkern g1="quotedbl" g2="gcommaaccent" k="61" />
+<hkern g1="quotedbl" g2="kgreenlandic" k="61" />
+<hkern g1="quotedbl" g2="nacute" k="61" />
+<hkern g1="quotedbl" g2="ncommaaccent" k="61" />
+<hkern g1="quotedbl" g2="eng" k="61" />
+<hkern g1="quotedbl" g2="omacron" k="123" />
+<hkern g1="quotedbl" g2="obreve" k="123" />
+<hkern g1="quotedbl" g2="ohungarumlaut" k="123" />
+<hkern g1="quotedbl" g2="oe" k="123" />
+<hkern g1="quotedbl" g2="racute" k="61" />
+<hkern g1="quotedbl" g2="rcommaaccent" k="61" />
+<hkern g1="quotedbl" g2="sacute" k="61" />
+<hkern g1="quotedbl" g2="scedilla" k="61" />
+<hkern g1="quotedbl" g2="Tcommaaccent" k="-41" />
+<hkern g1="quotedbl" g2="Tcaron" k="-41" />
+<hkern g1="quotedbl" g2="utilde" k="61" />
+<hkern g1="quotedbl" g2="umacron" k="61" />
+<hkern g1="quotedbl" g2="ubreve" k="61" />
+<hkern g1="quotedbl" g2="uring" k="61" />
+<hkern g1="quotedbl" g2="uhungarumlaut" k="61" />
+<hkern g1="quotedbl" g2="uogonek" k="61" />
+<hkern g1="quotedbl" g2="Wcircumflex" k="-41" />
+<hkern g1="quotedbl" g2="Ycircumflex" k="-20" />
+<hkern g1="quotedbl" g2="Ydieresis" k="-20" />
+<hkern g1="quotedbl" g2="Aringacute" k="143" />
+<hkern g1="quotedbl" g2="aringacute" k="82" />
+<hkern g1="quotedbl" g2="aeacute" k="82" />
+<hkern g1="quotedbl" g2="oslashacute" k="123" />
+<hkern g1="quotedbl" g2="scommaaccent" k="61" />
+<hkern g1="quotedbl" g2="Wgrave" k="-41" />
+<hkern g1="quotedbl" g2="Wacute" k="-41" />
+<hkern g1="quotedbl" g2="Wdieresis" k="-41" />
+<hkern g1="quotedbl" g2="Ygrave" k="-20" />
+<hkern g1="quotedbl" g2="uni1E3F" k="61" />
+<hkern g1="quotedbl" g2="uni1E00" k="143" />
+<hkern g1="quotedbl" g2="uni1E01" k="82" />
+<hkern g1="quotedbl" g2="ohorn" k="123" />
+<hkern g1="quotedbl" g2="uhorn" k="61" />
+<hkern g1="quotedbl" g2="uni1EF4" k="-20" />
+<hkern g1="quotedbl" g2="uni1EF6" k="-20" />
+<hkern g1="quotedbl" g2="uni1EF8" k="-20" />
+<hkern g1="quotedbl" g2="Tcedilla" k="-41" />
+<hkern g1="quotesingle" g2="A" k="143" />
+<hkern g1="quotesingle" g2="T" k="-41" />
+<hkern g1="quotesingle" g2="V" k="-41" />
+<hkern g1="quotesingle" g2="W" k="-41" />
+<hkern g1="quotesingle" g2="Y" k="-20" />
+<hkern g1="quotesingle" g2="a" k="82" />
+<hkern g1="quotesingle" g2="c" k="123" />
+<hkern g1="quotesingle" g2="d" k="123" />
+<hkern g1="quotesingle" g2="e" k="123" />
+<hkern g1="quotesingle" g2="g" k="61" />
+<hkern g1="quotesingle" g2="m" k="61" />
+<hkern g1="quotesingle" g2="n" k="61" />
+<hkern g1="quotesingle" g2="o" k="123" />
+<hkern g1="quotesingle" g2="p" k="61" />
+<hkern g1="quotesingle" g2="q" k="123" />
+<hkern g1="quotesingle" g2="r" k="61" />
+<hkern g1="quotesingle" g2="s" k="61" />
+<hkern g1="quotesingle" g2="u" k="61" />
+<hkern g1="quotesingle" g2="Agrave" k="143" />
+<hkern g1="quotesingle" g2="Aacute" k="143" />
+<hkern g1="quotesingle" g2="Acircumflex" k="143" />
+<hkern g1="quotesingle" g2="Atilde" k="143" />
+<hkern g1="quotesingle" g2="Adieresis" k="143" />
+<hkern g1="quotesingle" g2="Aring" k="143" />
+<hkern g1="quotesingle" g2="Yacute" k="-20" />
+<hkern g1="quotesingle" g2="agrave" k="123" />
+<hkern g1="quotesingle" g2="aacute" k="82" />
+<hkern g1="quotesingle" g2="acircumflex" k="82" />
+<hkern g1="quotesingle" g2="atilde" k="82" />
+<hkern g1="quotesingle" g2="adieresis" k="82" />
+<hkern g1="quotesingle" g2="aring" k="82" />
+<hkern g1="quotesingle" g2="ae" k="82" />
+<hkern g1="quotesingle" g2="ccedilla" k="123" />
+<hkern g1="quotesingle" g2="egrave" k="123" />
+<hkern g1="quotesingle" g2="eacute" k="123" />
+<hkern g1="quotesingle" g2="ecircumflex" k="123" />
+<hkern g1="quotesingle" g2="edieresis" k="123" />
+<hkern g1="quotesingle" g2="ograve" k="123" />
+<hkern g1="quotesingle" g2="oacute" k="123" />
+<hkern g1="quotesingle" g2="ocircumflex" k="123" />
+<hkern g1="quotesingle" g2="otilde" k="123" />
+<hkern g1="quotesingle" g2="odieresis" k="123" />
+<hkern g1="quotesingle" g2="oslash" k="123" />
+<hkern g1="quotesingle" g2="ugrave" k="61" />
+<hkern g1="quotesingle" g2="uacute" k="61" />
+<hkern g1="quotesingle" g2="ucircumflex" k="61" />
+<hkern g1="quotesingle" g2="udieresis" k="61" />
+<hkern g1="quotesingle" g2="Amacron" k="143" />
+<hkern g1="quotesingle" g2="amacron" k="82" />
+<hkern g1="quotesingle" g2="Abreve" k="143" />
+<hkern g1="quotesingle" g2="abreve" k="82" />
+<hkern g1="quotesingle" g2="Aogonek" k="143" />
+<hkern g1="quotesingle" g2="aogonek" k="82" />
+<hkern g1="quotesingle" g2="cacute" k="123" />
+<hkern g1="quotesingle" g2="ccircumflex" k="123" />
+<hkern g1="quotesingle" g2="cdot" k="123" />
+<hkern g1="quotesingle" g2="ccaron" k="123" />
+<hkern g1="quotesingle" g2="dcaron" k="123" />
+<hkern g1="quotesingle" g2="" k="123" />
+<hkern g1="quotesingle" g2="emacron" k="123" />
+<hkern g1="quotesingle" g2="ebreve" k="123" />
+<hkern g1="quotesingle" g2="edotaccent" k="123" />
+<hkern g1="quotesingle" g2="eogonek" k="123" />
+<hkern g1="quotesingle" g2="ecaron" k="123" />
+<hkern g1="quotesingle" g2="gcircumflex" k="61" />
+<hkern g1="quotesingle" g2="gbreve" k="61" />
+<hkern g1="quotesingle" g2="gdot" k="61" />
+<hkern g1="quotesingle" g2="gcommaaccent" k="61" />
+<hkern g1="quotesingle" g2="kgreenlandic" k="61" />
+<hkern g1="quotesingle" g2="nacute" k="61" />
+<hkern g1="quotesingle" g2="ncommaaccent" k="61" />
+<hkern g1="quotesingle" g2="eng" k="61" />
+<hkern g1="quotesingle" g2="omacron" k="123" />
+<hkern g1="quotesingle" g2="obreve" k="123" />
+<hkern g1="quotesingle" g2="ohungarumlaut" k="123" />
+<hkern g1="quotesingle" g2="oe" k="123" />
+<hkern g1="quotesingle" g2="racute" k="61" />
+<hkern g1="quotesingle" g2="rcommaaccent" k="61" />
+<hkern g1="quotesingle" g2="sacute" k="61" />
+<hkern g1="quotesingle" g2="scedilla" k="61" />
+<hkern g1="quotesingle" g2="Tcommaaccent" k="-41" />
+<hkern g1="quotesingle" g2="Tcaron" k="-41" />
+<hkern g1="quotesingle" g2="utilde" k="61" />
+<hkern g1="quotesingle" g2="umacron" k="61" />
+<hkern g1="quotesingle" g2="ubreve" k="61" />
+<hkern g1="quotesingle" g2="uring" k="61" />
+<hkern g1="quotesingle" g2="uhungarumlaut" k="61" />
+<hkern g1="quotesingle" g2="uogonek" k="61" />
+<hkern g1="quotesingle" g2="Wcircumflex" k="-41" />
+<hkern g1="quotesingle" g2="Ycircumflex" k="-20" />
+<hkern g1="quotesingle" g2="Ydieresis" k="-20" />
+<hkern g1="quotesingle" g2="Aringacute" k="143" />
+<hkern g1="quotesingle" g2="aringacute" k="82" />
+<hkern g1="quotesingle" g2="aeacute" k="82" />
+<hkern g1="quotesingle" g2="oslashacute" k="123" />
+<hkern g1="quotesingle" g2="scommaaccent" k="61" />
+<hkern g1="quotesingle" g2="Wgrave" k="-41" />
+<hkern g1="quotesingle" g2="Wacute" k="-41" />
+<hkern g1="quotesingle" g2="Wdieresis" k="-41" />
+<hkern g1="quotesingle" g2="Ygrave" k="-20" />
+<hkern g1="quotesingle" g2="uni1E3F" k="61" />
+<hkern g1="quotesingle" g2="uni1E00" k="143" />
+<hkern g1="quotesingle" g2="uni1E01" k="82" />
+<hkern g1="quotesingle" g2="ohorn" k="123" />
+<hkern g1="quotesingle" g2="uhorn" k="61" />
+<hkern g1="quotesingle" g2="uni1EF4" k="-20" />
+<hkern g1="quotesingle" g2="uni1EF6" k="-20" />
+<hkern g1="quotesingle" g2="uni1EF8" k="-20" />
+<hkern g1="quotesingle" g2="Tcedilla" k="-41" />
+<hkern g1="parenleft" g2="J" k="-184" />
+<hkern g1="comma" g2="C" k="102" />
+<hkern g1="comma" g2="G" k="102" />
+<hkern g1="comma" g2="O" k="102" />
+<hkern g1="comma" g2="Q" k="102" />
+<hkern g1="comma" g2="T" k="143" />
+<hkern g1="comma" g2="U" k="41" />
+<hkern g1="comma" g2="V" k="123" />
+<hkern g1="comma" g2="W" k="123" />
+<hkern g1="comma" g2="Y" k="123" />
+<hkern g1="comma" g2="Ccedilla" k="102" />
+<hkern g1="comma" g2="Ograve" k="102" />
+<hkern g1="comma" g2="Oacute" k="102" />
+<hkern g1="comma" g2="Ocircumflex" k="102" />
+<hkern g1="comma" g2="Otilde" k="102" />
+<hkern g1="comma" g2="Odieresis" k="102" />
+<hkern g1="comma" g2="Oslash" k="102" />
+<hkern g1="comma" g2="Ugrave" k="41" />
+<hkern g1="comma" g2="Uacute" k="41" />
+<hkern g1="comma" g2="Ucircumflex" k="41" />
+<hkern g1="comma" g2="Udieresis" k="41" />
+<hkern g1="comma" g2="Yacute" k="123" />
+<hkern g1="comma" g2="Cacute" k="102" />
+<hkern g1="comma" g2="Ccircumflex" k="102" />
+<hkern g1="comma" g2="Cdot" k="102" />
+<hkern g1="comma" g2="Ccaron" k="102" />
+<hkern g1="comma" g2="Gcircumflex" k="102" />
+<hkern g1="comma" g2="Gbreve" k="102" />
+<hkern g1="comma" g2="Gdot" k="102" />
+<hkern g1="comma" g2="Gcommaaccent" k="102" />
+<hkern g1="comma" g2="Omacron" k="102" />
+<hkern g1="comma" g2="Obreve" k="102" />
+<hkern g1="comma" g2="Ohungarumlaut" k="102" />
+<hkern g1="comma" g2="OE" k="102" />
+<hkern g1="comma" g2="Tcommaaccent" k="143" />
+<hkern g1="comma" g2="Tcaron" k="143" />
+<hkern g1="comma" g2="Utilde" k="41" />
+<hkern g1="comma" g2="Umacron" k="41" />
+<hkern g1="comma" g2="Ubreve" k="41" />
+<hkern g1="comma" g2="Uring" k="41" />
+<hkern g1="comma" g2="Uhungarumlaut" k="41" />
+<hkern g1="comma" g2="Uogonek" k="41" />
+<hkern g1="comma" g2="Wcircumflex" k="123" />
+<hkern g1="comma" g2="Ycircumflex" k="123" />
+<hkern g1="comma" g2="Ydieresis" k="123" />
+<hkern g1="comma" g2="Oslashacute" k="102" />
+<hkern g1="comma" g2="Wgrave" k="123" />
+<hkern g1="comma" g2="Wacute" k="123" />
+<hkern g1="comma" g2="Wdieresis" k="123" />
+<hkern g1="comma" g2="Ygrave" k="123" />
+<hkern g1="comma" g2="Ohorn" k="102" />
+<hkern g1="comma" g2="Uhorn" k="41" />
+<hkern g1="comma" g2="uni1EF4" k="123" />
+<hkern g1="comma" g2="uni1EF6" k="123" />
+<hkern g1="comma" g2="uni1EF8" k="123" />
+<hkern g1="comma" g2="Tcedilla" k="143" />
+<hkern g1="hyphen" g2="T" k="82" />
+<hkern g1="hyphen" g2="Tcommaaccent" k="82" />
+<hkern g1="hyphen" g2="Tcaron" k="82" />
+<hkern g1="hyphen" g2="Tcedilla" k="82" />
+<hkern g1="period" g2="C" k="102" />
+<hkern g1="period" g2="G" k="102" />
+<hkern g1="period" g2="O" k="102" />
+<hkern g1="period" g2="Q" k="102" />
+<hkern g1="period" g2="T" k="143" />
+<hkern g1="period" g2="U" k="41" />
+<hkern g1="period" g2="V" k="123" />
+<hkern g1="period" g2="W" k="123" />
+<hkern g1="period" g2="Y" k="123" />
+<hkern g1="period" g2="Ccedilla" k="102" />
+<hkern g1="period" g2="Ograve" k="102" />
+<hkern g1="period" g2="Oacute" k="102" />
+<hkern g1="period" g2="Ocircumflex" k="102" />
+<hkern g1="period" g2="Otilde" k="102" />
+<hkern g1="period" g2="Odieresis" k="102" />
+<hkern g1="period" g2="Oslash" k="102" />
+<hkern g1="period" g2="Ugrave" k="41" />
+<hkern g1="period" g2="Uacute" k="41" />
+<hkern g1="period" g2="Ucircumflex" k="41" />
+<hkern g1="period" g2="Udieresis" k="41" />
+<hkern g1="period" g2="Yacute" k="123" />
+<hkern g1="period" g2="Cacute" k="102" />
+<hkern g1="period" g2="Ccircumflex" k="102" />
+<hkern g1="period" g2="Cdot" k="102" />
+<hkern g1="period" g2="Ccaron" k="102" />
+<hkern g1="period" g2="Gcircumflex" k="102" />
+<hkern g1="period" g2="Gbreve" k="102" />
+<hkern g1="period" g2="Gdot" k="102" />
+<hkern g1="period" g2="Gcommaaccent" k="102" />
+<hkern g1="period" g2="Omacron" k="102" />
+<hkern g1="period" g2="Obreve" k="102" />
+<hkern g1="period" g2="Ohungarumlaut" k="102" />
+<hkern g1="period" g2="OE" k="102" />
+<hkern g1="period" g2="Tcommaaccent" k="143" />
+<hkern g1="period" g2="Tcaron" k="143" />
+<hkern g1="period" g2="Utilde" k="41" />
+<hkern g1="period" g2="Umacron" k="41" />
+<hkern g1="period" g2="Ubreve" k="41" />
+<hkern g1="period" g2="Uring" k="41" />
+<hkern g1="period" g2="Uhungarumlaut" k="41" />
+<hkern g1="period" g2="Uogonek" k="41" />
+<hkern g1="period" g2="Wcircumflex" k="123" />
+<hkern g1="period" g2="Ycircumflex" k="123" />
+<hkern g1="period" g2="Ydieresis" k="123" />
+<hkern g1="period" g2="Oslashacute" k="102" />
+<hkern g1="period" g2="Wgrave" k="123" />
+<hkern g1="period" g2="Wacute" k="123" />
+<hkern g1="period" g2="Wdieresis" k="123" />
+<hkern g1="period" g2="Ygrave" k="123" />
+<hkern g1="period" g2="Ohorn" k="102" />
+<hkern g1="period" g2="Uhorn" k="41" />
+<hkern g1="period" g2="uni1EF4" k="123" />
+<hkern g1="period" g2="uni1EF6" k="123" />
+<hkern g1="period" g2="uni1EF8" k="123" />
+<hkern g1="period" g2="Tcedilla" k="143" />
+<hkern g1="A" g2="quotedbl" k="143" />
+<hkern g1="A" g2="quotesingle" k="143" />
+<hkern g1="A" g2="C" k="41" />
+<hkern g1="A" g2="G" k="41" />
+<hkern g1="A" g2="J" k="-266" />
+<hkern g1="A" g2="O" k="41" />
+<hkern g1="A" g2="Q" k="41" />
+<hkern g1="A" g2="T" k="143" />
+<hkern g1="A" g2="V" k="82" />
+<hkern g1="A" g2="W" k="82" />
+<hkern g1="A" g2="Y" k="123" />
+<hkern g1="A" g2="Ccedilla" k="41" />
+<hkern g1="A" g2="Ograve" k="41" />
+<hkern g1="A" g2="Oacute" k="41" />
+<hkern g1="A" g2="Ocircumflex" k="41" />
+<hkern g1="A" g2="Otilde" k="41" />
+<hkern g1="A" g2="Odieresis" k="41" />
+<hkern g1="A" g2="Oslash" k="41" />
+<hkern g1="A" g2="Yacute" k="123" />
+<hkern g1="A" g2="Cacute" k="41" />
+<hkern g1="A" g2="Ccircumflex" k="41" />
+<hkern g1="A" g2="Cdot" k="41" />
+<hkern g1="A" g2="Ccaron" k="41" />
+<hkern g1="A" g2="Gcircumflex" k="41" />
+<hkern g1="A" g2="Gbreve" k="41" />
+<hkern g1="A" g2="Gdot" k="41" />
+<hkern g1="A" g2="Gcommaaccent" k="41" />
+<hkern g1="A" g2="Omacron" k="41" />
+<hkern g1="A" g2="Obreve" k="41" />
+<hkern g1="A" g2="Ohungarumlaut" k="41" />
+<hkern g1="A" g2="OE" k="41" />
+<hkern g1="A" g2="Tcommaaccent" k="143" />
+<hkern g1="A" g2="Tcaron" k="143" />
+<hkern g1="A" g2="Wcircumflex" k="82" />
+<hkern g1="A" g2="Ycircumflex" k="123" />
+<hkern g1="A" g2="Ydieresis" k="123" />
+<hkern g1="A" g2="Oslashacute" k="41" />
+<hkern g1="A" g2="Wgrave" k="82" />
+<hkern g1="A" g2="Wacute" k="82" />
+<hkern g1="A" g2="Wdieresis" k="82" />
+<hkern g1="A" g2="Ygrave" k="123" />
+<hkern g1="A" g2="quoteright" k="143" />
+<hkern g1="A" g2="quotedblright" k="143" />
+<hkern g1="A" g2="Ohorn" k="41" />
+<hkern g1="A" g2="uni1EF4" k="123" />
+<hkern g1="A" g2="uni1EF6" k="123" />
+<hkern g1="A" g2="uni1EF8" k="123" />
+<hkern g1="A" g2="Tcedilla" k="143" />
+<hkern g1="B" g2="comma" k="82" />
+<hkern g1="B" g2="period" k="82" />
+<hkern g1="B" g2="A" k="41" />
+<hkern g1="B" g2="T" k="61" />
+<hkern g1="B" g2="V" k="20" />
+<hkern g1="B" g2="W" k="20" />
+<hkern g1="B" g2="X" k="41" />
+<hkern g1="B" g2="Y" k="20" />
+<hkern g1="B" g2="Z" k="20" />
+<hkern g1="B" g2="Agrave" k="41" />
+<hkern g1="B" g2="Aacute" k="41" />
+<hkern g1="B" g2="Acircumflex" k="41" />
+<hkern g1="B" g2="Atilde" k="41" />
+<hkern g1="B" g2="Adieresis" k="41" />
+<hkern g1="B" g2="Aring" k="41" />
+<hkern g1="B" g2="Yacute" k="20" />
+<hkern g1="B" g2="Amacron" k="41" />
+<hkern g1="B" g2="Abreve" k="41" />
+<hkern g1="B" g2="Aogonek" k="41" />
+<hkern g1="B" g2="Tcommaaccent" k="61" />
+<hkern g1="B" g2="Tcaron" k="61" />
+<hkern g1="B" g2="Wcircumflex" k="20" />
+<hkern g1="B" g2="Ycircumflex" k="20" />
+<hkern g1="B" g2="Ydieresis" k="20" />
+<hkern g1="B" g2="Zacute" k="20" />
+<hkern g1="B" g2="Zdotaccent" k="20" />
+<hkern g1="B" g2="Zcaron" k="20" />
+<hkern g1="B" g2="Aringacute" k="41" />
+<hkern g1="B" g2="Wgrave" k="20" />
+<hkern g1="B" g2="Wacute" k="20" />
+<hkern g1="B" g2="Wdieresis" k="20" />
+<hkern g1="B" g2="Ygrave" k="20" />
+<hkern g1="B" g2="quotesinglbase" k="82" />
+<hkern g1="B" g2="quotedblbase" k="82" />
+<hkern g1="B" g2="uni1E00" k="41" />
+<hkern g1="B" g2="uni1EF4" k="20" />
+<hkern g1="B" g2="uni1EF6" k="20" />
+<hkern g1="B" g2="uni1EF8" k="20" />
+<hkern g1="B" g2="Tcedilla" k="61" />
+<hkern g1="C" g2="C" k="41" />
+<hkern g1="C" g2="G" k="41" />
+<hkern g1="C" g2="O" k="41" />
+<hkern g1="C" g2="Q" k="41" />
+<hkern g1="C" g2="Ccedilla" k="41" />
+<hkern g1="C" g2="Ograve" k="41" />
+<hkern g1="C" g2="Oacute" k="41" />
+<hkern g1="C" g2="Ocircumflex" k="41" />
+<hkern g1="C" g2="Otilde" k="41" />
+<hkern g1="C" g2="Odieresis" k="41" />
+<hkern g1="C" g2="Oslash" k="41" />
+<hkern g1="C" g2="Cacute" k="41" />
+<hkern g1="C" g2="Ccircumflex" k="41" />
+<hkern g1="C" g2="Cdot" k="41" />
+<hkern g1="C" g2="Ccaron" k="41" />
+<hkern g1="C" g2="Gcircumflex" k="41" />
+<hkern g1="C" g2="Gbreve" k="41" />
+<hkern g1="C" g2="Gdot" k="41" />
+<hkern g1="C" g2="Gcommaaccent" k="41" />
+<hkern g1="C" g2="Omacron" k="41" />
+<hkern g1="C" g2="Obreve" k="41" />
+<hkern g1="C" g2="Ohungarumlaut" k="41" />
+<hkern g1="C" g2="OE" k="41" />
+<hkern g1="C" g2="Oslashacute" k="41" />
+<hkern g1="C" g2="Ohorn" k="41" />
+<hkern g1="D" g2="comma" k="82" />
+<hkern g1="D" g2="period" k="82" />
+<hkern g1="D" g2="A" k="41" />
+<hkern g1="D" g2="T" k="61" />
+<hkern g1="D" g2="V" k="20" />
+<hkern g1="D" g2="W" k="20" />
+<hkern g1="D" g2="X" k="41" />
+<hkern g1="D" g2="Y" k="20" />
+<hkern g1="D" g2="Z" k="20" />
+<hkern g1="D" g2="Agrave" k="41" />
+<hkern g1="D" g2="Aacute" k="41" />
+<hkern g1="D" g2="Acircumflex" k="41" />
+<hkern g1="D" g2="Atilde" k="41" />
+<hkern g1="D" g2="Adieresis" k="41" />
+<hkern g1="D" g2="Aring" k="41" />
+<hkern g1="D" g2="Yacute" k="20" />
+<hkern g1="D" g2="Amacron" k="41" />
+<hkern g1="D" g2="Abreve" k="41" />
+<hkern g1="D" g2="Aogonek" k="41" />
+<hkern g1="D" g2="Tcommaaccent" k="61" />
+<hkern g1="D" g2="Tcaron" k="61" />
+<hkern g1="D" g2="Wcircumflex" k="20" />
+<hkern g1="D" g2="Ycircumflex" k="20" />
+<hkern g1="D" g2="Ydieresis" k="20" />
+<hkern g1="D" g2="Zacute" k="20" />
+<hkern g1="D" g2="Zdotaccent" k="20" />
+<hkern g1="D" g2="Zcaron" k="20" />
+<hkern g1="D" g2="Aringacute" k="41" />
+<hkern g1="D" g2="Wgrave" k="20" />
+<hkern g1="D" g2="Wacute" k="20" />
+<hkern g1="D" g2="Wdieresis" k="20" />
+<hkern g1="D" g2="Ygrave" k="20" />
+<hkern g1="D" g2="quotesinglbase" k="82" />
+<hkern g1="D" g2="quotedblbase" k="82" />
+<hkern g1="D" g2="uni1E00" k="41" />
+<hkern g1="D" g2="uni1EF4" k="20" />
+<hkern g1="D" g2="uni1EF6" k="20" />
+<hkern g1="D" g2="uni1EF8" k="20" />
+<hkern g1="D" g2="Tcedilla" k="61" />
+<hkern g1="E" g2="J" k="-123" />
+<hkern g1="F" g2="comma" k="123" />
+<hkern g1="F" g2="period" k="123" />
+<hkern g1="F" g2="question" k="-41" />
+<hkern g1="F" g2="A" k="41" />
+<hkern g1="F" g2="Agrave" k="41" />
+<hkern g1="F" g2="Aacute" k="41" />
+<hkern g1="F" g2="Acircumflex" k="41" />
+<hkern g1="F" g2="Atilde" k="41" />
+<hkern g1="F" g2="Adieresis" k="41" />
+<hkern g1="F" g2="Aring" k="41" />
+<hkern g1="F" g2="Amacron" k="41" />
+<hkern g1="F" g2="Abreve" k="41" />
+<hkern g1="F" g2="Aogonek" k="41" />
+<hkern g1="F" g2="Aringacute" k="41" />
+<hkern g1="F" g2="quotesinglbase" k="123" />
+<hkern g1="F" g2="quotedblbase" k="123" />
+<hkern g1="F" g2="uni1E00" k="41" />
+<hkern g1="K" g2="C" k="41" />
+<hkern g1="K" g2="G" k="41" />
+<hkern g1="K" g2="O" k="41" />
+<hkern g1="K" g2="Q" k="41" />
+<hkern g1="K" g2="Ccedilla" k="41" />
+<hkern g1="K" g2="Ograve" k="41" />
+<hkern g1="K" g2="Oacute" k="41" />
+<hkern g1="K" g2="Ocircumflex" k="41" />
+<hkern g1="K" g2="Otilde" k="41" />
+<hkern g1="K" g2="Odieresis" k="41" />
+<hkern g1="K" g2="Oslash" k="41" />
+<hkern g1="K" g2="Cacute" k="41" />
+<hkern g1="K" g2="Ccircumflex" k="41" />
+<hkern g1="K" g2="Cdot" k="41" />
+<hkern g1="K" g2="Ccaron" k="41" />
+<hkern g1="K" g2="Gcircumflex" k="41" />
+<hkern g1="K" g2="Gbreve" k="41" />
+<hkern g1="K" g2="Gdot" k="41" />
+<hkern g1="K" g2="Gcommaaccent" k="41" />
+<hkern g1="K" g2="Omacron" k="41" />
+<hkern g1="K" g2="Obreve" k="41" />
+<hkern g1="K" g2="Ohungarumlaut" k="41" />
+<hkern g1="K" g2="OE" k="41" />
+<hkern g1="K" g2="Oslashacute" k="41" />
+<hkern g1="K" g2="Ohorn" k="41" />
+<hkern g1="L" g2="quotedbl" k="164" />
+<hkern g1="L" g2="quotesingle" k="164" />
+<hkern g1="L" g2="C" k="41" />
+<hkern g1="L" g2="G" k="41" />
+<hkern g1="L" g2="O" k="41" />
+<hkern g1="L" g2="Q" k="41" />
+<hkern g1="L" g2="T" k="41" />
+<hkern g1="L" g2="U" k="20" />
+<hkern g1="L" g2="V" k="41" />
+<hkern g1="L" g2="W" k="41" />
+<hkern g1="L" g2="Y" k="61" />
+<hkern g1="L" g2="Ccedilla" k="41" />
+<hkern g1="L" g2="Ograve" k="41" />
+<hkern g1="L" g2="Oacute" k="41" />
+<hkern g1="L" g2="Ocircumflex" k="41" />
+<hkern g1="L" g2="Otilde" k="41" />
+<hkern g1="L" g2="Odieresis" k="41" />
+<hkern g1="L" g2="Oslash" k="41" />
+<hkern g1="L" g2="Ugrave" k="20" />
+<hkern g1="L" g2="Uacute" k="20" />
+<hkern g1="L" g2="Ucircumflex" k="20" />
+<hkern g1="L" g2="Udieresis" k="20" />
+<hkern g1="L" g2="Yacute" k="61" />
+<hkern g1="L" g2="Cacute" k="41" />
+<hkern g1="L" g2="Ccircumflex" k="41" />
+<hkern g1="L" g2="Cdot" k="41" />
+<hkern g1="L" g2="Ccaron" k="41" />
+<hkern g1="L" g2="Gcircumflex" k="41" />
+<hkern g1="L" g2="Gbreve" k="41" />
+<hkern g1="L" g2="Gdot" k="41" />
+<hkern g1="L" g2="Gcommaaccent" k="41" />
+<hkern g1="L" g2="Omacron" k="41" />
+<hkern g1="L" g2="Obreve" k="41" />
+<hkern g1="L" g2="Ohungarumlaut" k="41" />
+<hkern g1="L" g2="OE" k="41" />
+<hkern g1="L" g2="Tcommaaccent" k="41" />
+<hkern g1="L" g2="Tcaron" k="41" />
+<hkern g1="L" g2="Utilde" k="20" />
+<hkern g1="L" g2="Umacron" k="20" />
+<hkern g1="L" g2="Ubreve" k="20" />
+<hkern g1="L" g2="Uring" k="20" />
+<hkern g1="L" g2="Uhungarumlaut" k="20" />
+<hkern g1="L" g2="Uogonek" k="20" />
+<hkern g1="L" g2="Wcircumflex" k="41" />
+<hkern g1="L" g2="Ycircumflex" k="61" />
+<hkern g1="L" g2="Ydieresis" k="61" />
+<hkern g1="L" g2="Oslashacute" k="41" />
+<hkern g1="L" g2="Wgrave" k="41" />
+<hkern g1="L" g2="Wacute" k="41" />
+<hkern g1="L" g2="Wdieresis" k="41" />
+<hkern g1="L" g2="Ygrave" k="61" />
+<hkern g1="L" g2="quoteright" k="164" />
+<hkern g1="L" g2="quotedblright" k="164" />
+<hkern g1="L" g2="Ohorn" k="41" />
+<hkern g1="L" g2="Uhorn" k="20" />
+<hkern g1="L" g2="uni1EF4" k="61" />
+<hkern g1="L" g2="uni1EF6" k="61" />
+<hkern g1="L" g2="uni1EF8" k="61" />
+<hkern g1="L" g2="Tcedilla" k="41" />
+<hkern g1="O" g2="comma" k="82" />
+<hkern g1="O" g2="period" k="82" />
+<hkern g1="O" g2="A" k="41" />
+<hkern g1="O" g2="T" k="61" />
+<hkern g1="O" g2="V" k="20" />
+<hkern g1="O" g2="W" k="20" />
+<hkern g1="O" g2="X" k="41" />
+<hkern g1="O" g2="Y" k="20" />
+<hkern g1="O" g2="Z" k="20" />
+<hkern g1="O" g2="Agrave" k="41" />
+<hkern g1="O" g2="Aacute" k="41" />
+<hkern g1="O" g2="Acircumflex" k="41" />
+<hkern g1="O" g2="Atilde" k="41" />
+<hkern g1="O" g2="Adieresis" k="41" />
+<hkern g1="O" g2="Aring" k="41" />
+<hkern g1="O" g2="Yacute" k="20" />
+<hkern g1="O" g2="Amacron" k="41" />
+<hkern g1="O" g2="Abreve" k="41" />
+<hkern g1="O" g2="Aogonek" k="41" />
+<hkern g1="O" g2="Tcommaaccent" k="61" />
+<hkern g1="O" g2="Tcaron" k="61" />
+<hkern g1="O" g2="Wcircumflex" k="20" />
+<hkern g1="O" g2="Ycircumflex" k="20" />
+<hkern g1="O" g2="Ydieresis" k="20" />
+<hkern g1="O" g2="Zacute" k="20" />
+<hkern g1="O" g2="Zdotaccent" k="20" />
+<hkern g1="O" g2="Zcaron" k="20" />
+<hkern g1="O" g2="Aringacute" k="41" />
+<hkern g1="O" g2="Wgrave" k="20" />
+<hkern g1="O" g2="Wacute" k="20" />
+<hkern g1="O" g2="Wdieresis" k="20" />
+<hkern g1="O" g2="Ygrave" k="20" />
+<hkern g1="O" g2="quotesinglbase" k="82" />
+<hkern g1="O" g2="quotedblbase" k="82" />
+<hkern g1="O" g2="uni1E00" k="41" />
+<hkern g1="O" g2="uni1EF4" k="20" />
+<hkern g1="O" g2="uni1EF6" k="20" />
+<hkern g1="O" g2="uni1EF8" k="20" />
+<hkern g1="O" g2="Tcedilla" k="61" />
+<hkern g1="P" g2="comma" k="266" />
+<hkern g1="P" g2="period" k="266" />
+<hkern g1="P" g2="A" k="102" />
+<hkern g1="P" g2="X" k="41" />
+<hkern g1="P" g2="Z" k="20" />
+<hkern g1="P" g2="Agrave" k="102" />
+<hkern g1="P" g2="Aacute" k="102" />
+<hkern g1="P" g2="Acircumflex" k="102" />
+<hkern g1="P" g2="Atilde" k="102" />
+<hkern g1="P" g2="Adieresis" k="102" />
+<hkern g1="P" g2="Aring" k="102" />
+<hkern g1="P" g2="Amacron" k="102" />
+<hkern g1="P" g2="Abreve" k="102" />
+<hkern g1="P" g2="Aogonek" k="102" />
+<hkern g1="P" g2="Zacute" k="20" />
+<hkern g1="P" g2="Zdotaccent" k="20" />
+<hkern g1="P" g2="Zcaron" k="20" />
+<hkern g1="P" g2="Aringacute" k="102" />
+<hkern g1="P" g2="quotesinglbase" k="266" />
+<hkern g1="P" g2="quotedblbase" k="266" />
+<hkern g1="P" g2="uni1E00" k="102" />
+<hkern g1="Q" g2="comma" k="82" />
+<hkern g1="Q" g2="period" k="82" />
+<hkern g1="Q" g2="A" k="41" />
+<hkern g1="Q" g2="T" k="61" />
+<hkern g1="Q" g2="V" k="20" />
+<hkern g1="Q" g2="W" k="20" />
+<hkern g1="Q" g2="X" k="41" />
+<hkern g1="Q" g2="Y" k="20" />
+<hkern g1="Q" g2="Z" k="20" />
+<hkern g1="Q" g2="Agrave" k="41" />
+<hkern g1="Q" g2="Aacute" k="41" />
+<hkern g1="Q" g2="Acircumflex" k="41" />
+<hkern g1="Q" g2="Atilde" k="41" />
+<hkern g1="Q" g2="Adieresis" k="41" />
+<hkern g1="Q" g2="Aring" k="41" />
+<hkern g1="Q" g2="Yacute" k="20" />
+<hkern g1="Q" g2="Amacron" k="41" />
+<hkern g1="Q" g2="Abreve" k="41" />
+<hkern g1="Q" g2="Aogonek" k="41" />
+<hkern g1="Q" g2="Tcommaaccent" k="61" />
+<hkern g1="Q" g2="Tcaron" k="61" />
+<hkern g1="Q" g2="Wcircumflex" k="20" />
+<hkern g1="Q" g2="Ycircumflex" k="20" />
+<hkern g1="Q" g2="Ydieresis" k="20" />
+<hkern g1="Q" g2="Zacute" k="20" />
+<hkern g1="Q" g2="Zdotaccent" k="20" />
+<hkern g1="Q" g2="Zcaron" k="20" />
+<hkern g1="Q" g2="Aringacute" k="41" />
+<hkern g1="Q" g2="Wgrave" k="20" />
+<hkern g1="Q" g2="Wacute" k="20" />
+<hkern g1="Q" g2="Wdieresis" k="20" />
+<hkern g1="Q" g2="Ygrave" k="20" />
+<hkern g1="Q" g2="quotesinglbase" k="82" />
+<hkern g1="Q" g2="quotedblbase" k="82" />
+<hkern g1="Q" g2="uni1E00" k="41" />
+<hkern g1="Q" g2="uni1EF4" k="20" />
+<hkern g1="Q" g2="uni1EF6" k="20" />
+<hkern g1="Q" g2="uni1EF8" k="20" />
+<hkern g1="Q" g2="Tcedilla" k="61" />
+<hkern g1="T" g2="comma" k="123" />
+<hkern g1="T" g2="hyphen" k="82" />
+<hkern g1="T" g2="period" k="123" />
+<hkern g1="T" g2="question" k="-41" />
+<hkern g1="T" g2="A" k="143" />
+<hkern g1="T" g2="C" k="41" />
+<hkern g1="T" g2="G" k="41" />
+<hkern g1="T" g2="O" k="41" />
+<hkern g1="T" g2="Q" k="41" />
+<hkern g1="T" g2="T" k="-41" />
+<hkern g1="T" g2="a" k="164" />
+<hkern g1="T" g2="c" k="143" />
+<hkern g1="T" g2="d" k="143" />
+<hkern g1="T" g2="e" k="143" />
+<hkern g1="T" g2="g" k="143" />
+<hkern g1="T" g2="m" k="102" />
+<hkern g1="T" g2="n" k="102" />
+<hkern g1="T" g2="o" k="143" />
+<hkern g1="T" g2="p" k="102" />
+<hkern g1="T" g2="q" k="143" />
+<hkern g1="T" g2="r" k="102" />
+<hkern g1="T" g2="s" k="123" />
+<hkern g1="T" g2="u" k="102" />
+<hkern g1="T" g2="v" k="41" />
+<hkern g1="T" g2="w" k="41" />
+<hkern g1="T" g2="x" k="41" />
+<hkern g1="T" g2="y" k="41" />
+<hkern g1="T" g2="z" k="82" />
+<hkern g1="T" g2="Agrave" k="143" />
+<hkern g1="T" g2="Aacute" k="143" />
+<hkern g1="T" g2="Acircumflex" k="143" />
+<hkern g1="T" g2="Atilde" k="143" />
+<hkern g1="T" g2="Adieresis" k="143" />
+<hkern g1="T" g2="Aring" k="143" />
+<hkern g1="T" g2="Ccedilla" k="41" />
+<hkern g1="T" g2="Ograve" k="41" />
+<hkern g1="T" g2="Oacute" k="41" />
+<hkern g1="T" g2="Ocircumflex" k="41" />
+<hkern g1="T" g2="Otilde" k="41" />
+<hkern g1="T" g2="Odieresis" k="41" />
+<hkern g1="T" g2="Oslash" k="41" />
+<hkern g1="T" g2="agrave" k="143" />
+<hkern g1="T" g2="aacute" k="164" />
+<hkern g1="T" g2="acircumflex" k="164" />
+<hkern g1="T" g2="atilde" k="164" />
+<hkern g1="T" g2="adieresis" k="164" />
+<hkern g1="T" g2="aring" k="164" />
+<hkern g1="T" g2="ae" k="164" />
+<hkern g1="T" g2="ccedilla" k="143" />
+<hkern g1="T" g2="egrave" k="143" />
+<hkern g1="T" g2="eacute" k="143" />
+<hkern g1="T" g2="ecircumflex" k="143" />
+<hkern g1="T" g2="edieresis" k="143" />
+<hkern g1="T" g2="ograve" k="143" />
+<hkern g1="T" g2="oacute" k="143" />
+<hkern g1="T" g2="ocircumflex" k="143" />
+<hkern g1="T" g2="otilde" k="143" />
+<hkern g1="T" g2="odieresis" k="143" />
+<hkern g1="T" g2="oslash" k="143" />
+<hkern g1="T" g2="ugrave" k="102" />
+<hkern g1="T" g2="uacute" k="102" />
+<hkern g1="T" g2="ucircumflex" k="102" />
+<hkern g1="T" g2="udieresis" k="102" />
+<hkern g1="T" g2="yacute" k="41" />
+<hkern g1="T" g2="Amacron" k="143" />
+<hkern g1="T" g2="amacron" k="164" />
+<hkern g1="T" g2="Abreve" k="143" />
+<hkern g1="T" g2="abreve" k="164" />
+<hkern g1="T" g2="Aogonek" k="143" />
+<hkern g1="T" g2="aogonek" k="164" />
+<hkern g1="T" g2="Cacute" k="41" />
+<hkern g1="T" g2="cacute" k="143" />
+<hkern g1="T" g2="Ccircumflex" k="41" />
+<hkern g1="T" g2="ccircumflex" k="143" />
+<hkern g1="T" g2="Cdot" k="41" />
+<hkern g1="T" g2="cdot" k="143" />
+<hkern g1="T" g2="Ccaron" k="41" />
+<hkern g1="T" g2="ccaron" k="143" />
+<hkern g1="T" g2="dcaron" k="143" />
+<hkern g1="T" g2="" k="143" />
+<hkern g1="T" g2="emacron" k="143" />
+<hkern g1="T" g2="ebreve" k="143" />
+<hkern g1="T" g2="edotaccent" k="143" />
+<hkern g1="T" g2="eogonek" k="143" />
+<hkern g1="T" g2="ecaron" k="143" />
+<hkern g1="T" g2="Gcircumflex" k="41" />
+<hkern g1="T" g2="gcircumflex" k="143" />
+<hkern g1="T" g2="Gbreve" k="41" />
+<hkern g1="T" g2="gbreve" k="143" />
+<hkern g1="T" g2="Gdot" k="41" />
+<hkern g1="T" g2="gdot" k="143" />
+<hkern g1="T" g2="Gcommaaccent" k="41" />
+<hkern g1="T" g2="gcommaaccent" k="143" />
+<hkern g1="T" g2="kgreenlandic" k="102" />
+<hkern g1="T" g2="nacute" k="102" />
+<hkern g1="T" g2="ncommaaccent" k="102" />
+<hkern g1="T" g2="eng" k="102" />
+<hkern g1="T" g2="Omacron" k="41" />
+<hkern g1="T" g2="omacron" k="143" />
+<hkern g1="T" g2="Obreve" k="41" />
+<hkern g1="T" g2="obreve" k="143" />
+<hkern g1="T" g2="Ohungarumlaut" k="41" />
+<hkern g1="T" g2="ohungarumlaut" k="143" />
+<hkern g1="T" g2="OE" k="41" />
+<hkern g1="T" g2="oe" k="143" />
+<hkern g1="T" g2="racute" k="102" />
+<hkern g1="T" g2="rcommaaccent" k="102" />
+<hkern g1="T" g2="sacute" k="123" />
+<hkern g1="T" g2="scedilla" k="123" />
+<hkern g1="T" g2="Tcommaaccent" k="-41" />
+<hkern g1="T" g2="Tcaron" k="-41" />
+<hkern g1="T" g2="utilde" k="102" />
+<hkern g1="T" g2="umacron" k="102" />
+<hkern g1="T" g2="ubreve" k="102" />
+<hkern g1="T" g2="uring" k="102" />
+<hkern g1="T" g2="uhungarumlaut" k="102" />
+<hkern g1="T" g2="uogonek" k="102" />
+<hkern g1="T" g2="wcircumflex" k="41" />
+<hkern g1="T" g2="zacute" k="82" />
+<hkern g1="T" g2="zdotaccent" k="82" />
+<hkern g1="T" g2="zcaron" k="82" />
+<hkern g1="T" g2="Aringacute" k="143" />
+<hkern g1="T" g2="aringacute" k="164" />
+<hkern g1="T" g2="aeacute" k="164" />
+<hkern g1="T" g2="Oslashacute" k="41" />
+<hkern g1="T" g2="oslashacute" k="143" />
+<hkern g1="T" g2="scommaaccent" k="123" />
+<hkern g1="T" g2="wgrave" k="41" />
+<hkern g1="T" g2="wacute" k="41" />
+<hkern g1="T" g2="endash" k="82" />
+<hkern g1="T" g2="emdash" k="82" />
+<hkern g1="T" g2="quotesinglbase" k="123" />
+<hkern g1="T" g2="quotedblbase" k="123" />
+<hkern g1="T" g2="uni1E3F" k="102" />
+<hkern g1="T" g2="uni1E00" k="143" />
+<hkern g1="T" g2="uni1E01" k="164" />
+<hkern g1="T" g2="Ohorn" k="41" />
+<hkern g1="T" g2="ohorn" k="143" />
+<hkern g1="T" g2="uhorn" k="102" />
+<hkern g1="T" g2="uni1EF5" k="41" />
+<hkern g1="T" g2="Tcedilla" k="-41" />
+<hkern g1="U" g2="comma" k="41" />
+<hkern g1="U" g2="period" k="41" />
+<hkern g1="U" g2="A" k="20" />
+<hkern g1="U" g2="Agrave" k="20" />
+<hkern g1="U" g2="Aacute" k="20" />
+<hkern g1="U" g2="Acircumflex" k="20" />
+<hkern g1="U" g2="Atilde" k="20" />
+<hkern g1="U" g2="Adieresis" k="20" />
+<hkern g1="U" g2="Aring" k="20" />
+<hkern g1="U" g2="Amacron" k="20" />
+<hkern g1="U" g2="Abreve" k="20" />
+<hkern g1="U" g2="Aogonek" k="20" />
+<hkern g1="U" g2="Aringacute" k="20" />
+<hkern g1="U" g2="quotesinglbase" k="41" />
+<hkern g1="U" g2="quotedblbase" k="41" />
+<hkern g1="U" g2="uni1E00" k="20" />
+<hkern g1="V" g2="comma" k="102" />
+<hkern g1="V" g2="period" k="102" />
+<hkern g1="V" g2="question" k="-41" />
+<hkern g1="V" g2="A" k="82" />
+<hkern g1="V" g2="C" k="20" />
+<hkern g1="V" g2="G" k="20" />
+<hkern g1="V" g2="O" k="20" />
+<hkern g1="V" g2="Q" k="20" />
+<hkern g1="V" g2="a" k="41" />
+<hkern g1="V" g2="c" k="41" />
+<hkern g1="V" g2="d" k="41" />
+<hkern g1="V" g2="e" k="41" />
+<hkern g1="V" g2="g" k="20" />
+<hkern g1="V" g2="m" k="20" />
+<hkern g1="V" g2="n" k="20" />
+<hkern g1="V" g2="o" k="41" />
+<hkern g1="V" g2="p" k="20" />
+<hkern g1="V" g2="q" k="41" />
+<hkern g1="V" g2="r" k="20" />
+<hkern g1="V" g2="s" k="20" />
+<hkern g1="V" g2="u" k="20" />
+<hkern g1="V" g2="Agrave" k="82" />
+<hkern g1="V" g2="Aacute" k="82" />
+<hkern g1="V" g2="Acircumflex" k="82" />
+<hkern g1="V" g2="Atilde" k="82" />
+<hkern g1="V" g2="Adieresis" k="82" />
+<hkern g1="V" g2="Aring" k="82" />
+<hkern g1="V" g2="Ccedilla" k="20" />
+<hkern g1="V" g2="Ograve" k="20" />
+<hkern g1="V" g2="Oacute" k="20" />
+<hkern g1="V" g2="Ocircumflex" k="20" />
+<hkern g1="V" g2="Otilde" k="20" />
+<hkern g1="V" g2="Odieresis" k="20" />
+<hkern g1="V" g2="Oslash" k="20" />
+<hkern g1="V" g2="agrave" k="41" />
+<hkern g1="V" g2="aacute" k="41" />
+<hkern g1="V" g2="acircumflex" k="41" />
+<hkern g1="V" g2="atilde" k="41" />
+<hkern g1="V" g2="adieresis" k="41" />
+<hkern g1="V" g2="aring" k="41" />
+<hkern g1="V" g2="ae" k="41" />
+<hkern g1="V" g2="ccedilla" k="41" />
+<hkern g1="V" g2="egrave" k="41" />
+<hkern g1="V" g2="eacute" k="41" />
+<hkern g1="V" g2="ecircumflex" k="41" />
+<hkern g1="V" g2="edieresis" k="41" />
+<hkern g1="V" g2="ograve" k="41" />
+<hkern g1="V" g2="oacute" k="41" />
+<hkern g1="V" g2="ocircumflex" k="41" />
+<hkern g1="V" g2="otilde" k="41" />
+<hkern g1="V" g2="odieresis" k="41" />
+<hkern g1="V" g2="oslash" k="41" />
+<hkern g1="V" g2="ugrave" k="20" />
+<hkern g1="V" g2="uacute" k="20" />
+<hkern g1="V" g2="ucircumflex" k="20" />
+<hkern g1="V" g2="udieresis" k="20" />
+<hkern g1="V" g2="Amacron" k="82" />
+<hkern g1="V" g2="amacron" k="41" />
+<hkern g1="V" g2="Abreve" k="82" />
+<hkern g1="V" g2="abreve" k="41" />
+<hkern g1="V" g2="Aogonek" k="82" />
+<hkern g1="V" g2="aogonek" k="41" />
+<hkern g1="V" g2="Cacute" k="20" />
+<hkern g1="V" g2="cacute" k="41" />
+<hkern g1="V" g2="Ccircumflex" k="20" />
+<hkern g1="V" g2="ccircumflex" k="41" />
+<hkern g1="V" g2="Cdot" k="20" />
+<hkern g1="V" g2="cdot" k="41" />
+<hkern g1="V" g2="Ccaron" k="20" />
+<hkern g1="V" g2="ccaron" k="41" />
+<hkern g1="V" g2="dcaron" k="41" />
+<hkern g1="V" g2="" k="41" />
+<hkern g1="V" g2="emacron" k="41" />
+<hkern g1="V" g2="ebreve" k="41" />
+<hkern g1="V" g2="edotaccent" k="41" />
+<hkern g1="V" g2="eogonek" k="41" />
+<hkern g1="V" g2="ecaron" k="41" />
+<hkern g1="V" g2="Gcircumflex" k="20" />
+<hkern g1="V" g2="gcircumflex" k="20" />
+<hkern g1="V" g2="Gbreve" k="20" />
+<hkern g1="V" g2="gbreve" k="20" />
+<hkern g1="V" g2="Gdot" k="20" />
+<hkern g1="V" g2="gdot" k="20" />
+<hkern g1="V" g2="Gcommaaccent" k="20" />
+<hkern g1="V" g2="gcommaaccent" k="20" />
+<hkern g1="V" g2="kgreenlandic" k="20" />
+<hkern g1="V" g2="nacute" k="20" />
+<hkern g1="V" g2="ncommaaccent" k="20" />
+<hkern g1="V" g2="eng" k="20" />
+<hkern g1="V" g2="Omacron" k="20" />
+<hkern g1="V" g2="omacron" k="41" />
+<hkern g1="V" g2="Obreve" k="20" />
+<hkern g1="V" g2="obreve" k="41" />
+<hkern g1="V" g2="Ohungarumlaut" k="20" />
+<hkern g1="V" g2="ohungarumlaut" k="41" />
+<hkern g1="V" g2="OE" k="20" />
+<hkern g1="V" g2="oe" k="41" />
+<hkern g1="V" g2="racute" k="20" />
+<hkern g1="V" g2="rcommaaccent" k="20" />
+<hkern g1="V" g2="sacute" k="20" />
+<hkern g1="V" g2="scedilla" k="20" />
+<hkern g1="V" g2="utilde" k="20" />
+<hkern g1="V" g2="umacron" k="20" />
+<hkern g1="V" g2="ubreve" k="20" />
+<hkern g1="V" g2="uring" k="20" />
+<hkern g1="V" g2="uhungarumlaut" k="20" />
+<hkern g1="V" g2="uogonek" k="20" />
+<hkern g1="V" g2="Aringacute" k="82" />
+<hkern g1="V" g2="aringacute" k="41" />
+<hkern g1="V" g2="aeacute" k="41" />
+<hkern g1="V" g2="Oslashacute" k="20" />
+<hkern g1="V" g2="oslashacute" k="41" />
+<hkern g1="V" g2="scommaaccent" k="20" />
+<hkern g1="V" g2="quotesinglbase" k="102" />
+<hkern g1="V" g2="quotedblbase" k="102" />
+<hkern g1="V" g2="uni1E3F" k="20" />
+<hkern g1="V" g2="uni1E00" k="82" />
+<hkern g1="V" g2="uni1E01" k="41" />
+<hkern g1="V" g2="Ohorn" k="20" />
+<hkern g1="V" g2="ohorn" k="41" />
+<hkern g1="V" g2="uhorn" k="20" />
+<hkern g1="W" g2="comma" k="102" />
+<hkern g1="W" g2="period" k="102" />
+<hkern g1="W" g2="question" k="-41" />
+<hkern g1="W" g2="A" k="82" />
+<hkern g1="W" g2="C" k="20" />
+<hkern g1="W" g2="G" k="20" />
+<hkern g1="W" g2="O" k="20" />
+<hkern g1="W" g2="Q" k="20" />
+<hkern g1="W" g2="a" k="41" />
+<hkern g1="W" g2="c" k="41" />
+<hkern g1="W" g2="d" k="41" />
+<hkern g1="W" g2="e" k="41" />
+<hkern g1="W" g2="g" k="20" />
+<hkern g1="W" g2="m" k="20" />
+<hkern g1="W" g2="n" k="20" />
+<hkern g1="W" g2="o" k="41" />
+<hkern g1="W" g2="p" k="20" />
+<hkern g1="W" g2="q" k="41" />
+<hkern g1="W" g2="r" k="20" />
+<hkern g1="W" g2="s" k="20" />
+<hkern g1="W" g2="u" k="20" />
+<hkern g1="W" g2="Agrave" k="82" />
+<hkern g1="W" g2="Aacute" k="82" />
+<hkern g1="W" g2="Acircumflex" k="82" />
+<hkern g1="W" g2="Atilde" k="82" />
+<hkern g1="W" g2="Adieresis" k="82" />
+<hkern g1="W" g2="Aring" k="82" />
+<hkern g1="W" g2="Ccedilla" k="20" />
+<hkern g1="W" g2="Ograve" k="20" />
+<hkern g1="W" g2="Oacute" k="20" />
+<hkern g1="W" g2="Ocircumflex" k="20" />
+<hkern g1="W" g2="Otilde" k="20" />
+<hkern g1="W" g2="Odieresis" k="20" />
+<hkern g1="W" g2="Oslash" k="20" />
+<hkern g1="W" g2="agrave" k="41" />
+<hkern g1="W" g2="aacute" k="41" />
+<hkern g1="W" g2="acircumflex" k="41" />
+<hkern g1="W" g2="atilde" k="41" />
+<hkern g1="W" g2="adieresis" k="41" />
+<hkern g1="W" g2="aring" k="41" />
+<hkern g1="W" g2="ae" k="41" />
+<hkern g1="W" g2="ccedilla" k="41" />
+<hkern g1="W" g2="egrave" k="41" />
+<hkern g1="W" g2="eacute" k="41" />
+<hkern g1="W" g2="ecircumflex" k="41" />
+<hkern g1="W" g2="edieresis" k="41" />
+<hkern g1="W" g2="ograve" k="41" />
+<hkern g1="W" g2="oacute" k="41" />
+<hkern g1="W" g2="ocircumflex" k="41" />
+<hkern g1="W" g2="otilde" k="41" />
+<hkern g1="W" g2="odieresis" k="41" />
+<hkern g1="W" g2="oslash" k="41" />
+<hkern g1="W" g2="ugrave" k="20" />
+<hkern g1="W" g2="uacute" k="20" />
+<hkern g1="W" g2="ucircumflex" k="20" />
+<hkern g1="W" g2="udieresis" k="20" />
+<hkern g1="W" g2="Amacron" k="82" />
+<hkern g1="W" g2="amacron" k="41" />
+<hkern g1="W" g2="Abreve" k="82" />
+<hkern g1="W" g2="abreve" k="41" />
+<hkern g1="W" g2="Aogonek" k="82" />
+<hkern g1="W" g2="aogonek" k="41" />
+<hkern g1="W" g2="Cacute" k="20" />
+<hkern g1="W" g2="cacute" k="41" />
+<hkern g1="W" g2="Ccircumflex" k="20" />
+<hkern g1="W" g2="ccircumflex" k="41" />
+<hkern g1="W" g2="Cdot" k="20" />
+<hkern g1="W" g2="cdot" k="41" />
+<hkern g1="W" g2="Ccaron" k="20" />
+<hkern g1="W" g2="ccaron" k="41" />
+<hkern g1="W" g2="dcaron" k="41" />
+<hkern g1="W" g2="" k="41" />
+<hkern g1="W" g2="emacron" k="41" />
+<hkern g1="W" g2="ebreve" k="41" />
+<hkern g1="W" g2="edotaccent" k="41" />
+<hkern g1="W" g2="eogonek" k="41" />
+<hkern g1="W" g2="ecaron" k="41" />
+<hkern g1="W" g2="Gcircumflex" k="20" />
+<hkern g1="W" g2="gcircumflex" k="20" />
+<hkern g1="W" g2="Gbreve" k="20" />
+<hkern g1="W" g2="gbreve" k="20" />
+<hkern g1="W" g2="Gdot" k="20" />
+<hkern g1="W" g2="gdot" k="20" />
+<hkern g1="W" g2="Gcommaaccent" k="20" />
+<hkern g1="W" g2="gcommaaccent" k="20" />
+<hkern g1="W" g2="kgreenlandic" k="20" />
+<hkern g1="W" g2="nacute" k="20" />
+<hkern g1="W" g2="ncommaaccent" k="20" />
+<hkern g1="W" g2="eng" k="20" />
+<hkern g1="W" g2="Omacron" k="20" />
+<hkern g1="W" g2="omacron" k="41" />
+<hkern g1="W" g2="Obreve" k="20" />
+<hkern g1="W" g2="obreve" k="41" />
+<hkern g1="W" g2="Ohungarumlaut" k="20" />
+<hkern g1="W" g2="ohungarumlaut" k="41" />
+<hkern g1="W" g2="OE" k="20" />
+<hkern g1="W" g2="oe" k="41" />
+<hkern g1="W" g2="racute" k="20" />
+<hkern g1="W" g2="rcommaaccent" k="20" />
+<hkern g1="W" g2="sacute" k="20" />
+<hkern g1="W" g2="scedilla" k="20" />
+<hkern g1="W" g2="utilde" k="20" />
+<hkern g1="W" g2="umacron" k="20" />
+<hkern g1="W" g2="ubreve" k="20" />
+<hkern g1="W" g2="uring" k="20" />
+<hkern g1="W" g2="uhungarumlaut" k="20" />
+<hkern g1="W" g2="uogonek" k="20" />
+<hkern g1="W" g2="Aringacute" k="82" />
+<hkern g1="W" g2="aringacute" k="41" />
+<hkern g1="W" g2="aeacute" k="41" />
+<hkern g1="W" g2="Oslashacute" k="20" />
+<hkern g1="W" g2="oslashacute" k="41" />
+<hkern g1="W" g2="scommaaccent" k="20" />
+<hkern g1="W" g2="quotesinglbase" k="102" />
+<hkern g1="W" g2="quotedblbase" k="102" />
+<hkern g1="W" g2="uni1E3F" k="20" />
+<hkern g1="W" g2="uni1E00" k="82" />
+<hkern g1="W" g2="uni1E01" k="41" />
+<hkern g1="W" g2="Ohorn" k="20" />
+<hkern g1="W" g2="ohorn" k="41" />
+<hkern g1="W" g2="uhorn" k="20" />
+<hkern g1="X" g2="C" k="41" />
+<hkern g1="X" g2="G" k="41" />
+<hkern g1="X" g2="O" k="41" />
+<hkern g1="X" g2="Q" k="41" />
+<hkern g1="X" g2="Ccedilla" k="41" />
+<hkern g1="X" g2="Ograve" k="41" />
+<hkern g1="X" g2="Oacute" k="41" />
+<hkern g1="X" g2="Ocircumflex" k="41" />
+<hkern g1="X" g2="Otilde" k="41" />
+<hkern g1="X" g2="Odieresis" k="41" />
+<hkern g1="X" g2="Oslash" k="41" />
+<hkern g1="X" g2="Cacute" k="41" />
+<hkern g1="X" g2="Ccircumflex" k="41" />
+<hkern g1="X" g2="Cdot" k="41" />
+<hkern g1="X" g2="Ccaron" k="41" />
+<hkern g1="X" g2="Gcircumflex" k="41" />
+<hkern g1="X" g2="Gbreve" k="41" />
+<hkern g1="X" g2="Gdot" k="41" />
+<hkern g1="X" g2="Gcommaaccent" k="41" />
+<hkern g1="X" g2="Omacron" k="41" />
+<hkern g1="X" g2="Obreve" k="41" />
+<hkern g1="X" g2="Ohungarumlaut" k="41" />
+<hkern g1="X" g2="OE" k="41" />
+<hkern g1="X" g2="Oslashacute" k="41" />
+<hkern g1="X" g2="Ohorn" k="41" />
+<hkern g1="Y" g2="comma" k="123" />
+<hkern g1="Y" g2="period" k="123" />
+<hkern g1="Y" g2="question" k="-41" />
+<hkern g1="Y" g2="A" k="123" />
+<hkern g1="Y" g2="C" k="41" />
+<hkern g1="Y" g2="G" k="41" />
+<hkern g1="Y" g2="O" k="41" />
+<hkern g1="Y" g2="Q" k="41" />
+<hkern g1="Y" g2="a" k="102" />
+<hkern g1="Y" g2="c" k="102" />
+<hkern g1="Y" g2="d" k="102" />
+<hkern g1="Y" g2="e" k="102" />
+<hkern g1="Y" g2="g" k="41" />
+<hkern g1="Y" g2="m" k="61" />
+<hkern g1="Y" g2="n" k="61" />
+<hkern g1="Y" g2="o" k="102" />
+<hkern g1="Y" g2="p" k="61" />
+<hkern g1="Y" g2="q" k="102" />
+<hkern g1="Y" g2="r" k="61" />
+<hkern g1="Y" g2="s" k="82" />
+<hkern g1="Y" g2="u" k="61" />
+<hkern g1="Y" g2="z" k="41" />
+<hkern g1="Y" g2="Agrave" k="123" />
+<hkern g1="Y" g2="Aacute" k="123" />
+<hkern g1="Y" g2="Acircumflex" k="123" />
+<hkern g1="Y" g2="Atilde" k="123" />
+<hkern g1="Y" g2="Adieresis" k="123" />
+<hkern g1="Y" g2="Aring" k="123" />
+<hkern g1="Y" g2="Ccedilla" k="41" />
+<hkern g1="Y" g2="Ograve" k="41" />
+<hkern g1="Y" g2="Oacute" k="41" />
+<hkern g1="Y" g2="Ocircumflex" k="41" />
+<hkern g1="Y" g2="Otilde" k="41" />
+<hkern g1="Y" g2="Odieresis" k="41" />
+<hkern g1="Y" g2="Oslash" k="41" />
+<hkern g1="Y" g2="agrave" k="102" />
+<hkern g1="Y" g2="aacute" k="102" />
+<hkern g1="Y" g2="acircumflex" k="102" />
+<hkern g1="Y" g2="atilde" k="102" />
+<hkern g1="Y" g2="adieresis" k="102" />
+<hkern g1="Y" g2="aring" k="102" />
+<hkern g1="Y" g2="ae" k="102" />
+<hkern g1="Y" g2="ccedilla" k="102" />
+<hkern g1="Y" g2="egrave" k="102" />
+<hkern g1="Y" g2="eacute" k="102" />
+<hkern g1="Y" g2="ecircumflex" k="102" />
+<hkern g1="Y" g2="edieresis" k="102" />
+<hkern g1="Y" g2="ograve" k="102" />
+<hkern g1="Y" g2="oacute" k="102" />
+<hkern g1="Y" g2="ocircumflex" k="102" />
+<hkern g1="Y" g2="otilde" k="102" />
+<hkern g1="Y" g2="odieresis" k="102" />
+<hkern g1="Y" g2="oslash" k="102" />
+<hkern g1="Y" g2="ugrave" k="61" />
+<hkern g1="Y" g2="uacute" k="61" />
+<hkern g1="Y" g2="ucircumflex" k="61" />
+<hkern g1="Y" g2="udieresis" k="61" />
+<hkern g1="Y" g2="Amacron" k="123" />
+<hkern g1="Y" g2="amacron" k="102" />
+<hkern g1="Y" g2="Abreve" k="123" />
+<hkern g1="Y" g2="abreve" k="102" />
+<hkern g1="Y" g2="Aogonek" k="123" />
+<hkern g1="Y" g2="aogonek" k="102" />
+<hkern g1="Y" g2="Cacute" k="41" />
+<hkern g1="Y" g2="cacute" k="102" />
+<hkern g1="Y" g2="Ccircumflex" k="41" />
+<hkern g1="Y" g2="ccircumflex" k="102" />
+<hkern g1="Y" g2="Cdot" k="41" />
+<hkern g1="Y" g2="cdot" k="102" />
+<hkern g1="Y" g2="Ccaron" k="41" />
+<hkern g1="Y" g2="ccaron" k="102" />
+<hkern g1="Y" g2="dcaron" k="102" />
+<hkern g1="Y" g2="" k="102" />
+<hkern g1="Y" g2="emacron" k="102" />
+<hkern g1="Y" g2="ebreve" k="102" />
+<hkern g1="Y" g2="edotaccent" k="102" />
+<hkern g1="Y" g2="eogonek" k="102" />
+<hkern g1="Y" g2="ecaron" k="102" />
+<hkern g1="Y" g2="Gcircumflex" k="41" />
+<hkern g1="Y" g2="gcircumflex" k="41" />
+<hkern g1="Y" g2="Gbreve" k="41" />
+<hkern g1="Y" g2="gbreve" k="41" />
+<hkern g1="Y" g2="Gdot" k="41" />
+<hkern g1="Y" g2="gdot" k="41" />
+<hkern g1="Y" g2="Gcommaaccent" k="41" />
+<hkern g1="Y" g2="gcommaaccent" k="41" />
+<hkern g1="Y" g2="kgreenlandic" k="61" />
+<hkern g1="Y" g2="nacute" k="61" />
+<hkern g1="Y" g2="ncommaaccent" k="61" />
+<hkern g1="Y" g2="eng" k="61" />
+<hkern g1="Y" g2="Omacron" k="41" />
+<hkern g1="Y" g2="omacron" k="102" />
+<hkern g1="Y" g2="Obreve" k="41" />
+<hkern g1="Y" g2="obreve" k="102" />
+<hkern g1="Y" g2="Ohungarumlaut" k="41" />
+<hkern g1="Y" g2="ohungarumlaut" k="102" />
+<hkern g1="Y" g2="OE" k="41" />
+<hkern g1="Y" g2="oe" k="102" />
+<hkern g1="Y" g2="racute" k="61" />
+<hkern g1="Y" g2="rcommaaccent" k="61" />
+<hkern g1="Y" g2="sacute" k="82" />
+<hkern g1="Y" g2="scedilla" k="82" />
+<hkern g1="Y" g2="utilde" k="61" />
+<hkern g1="Y" g2="umacron" k="61" />
+<hkern g1="Y" g2="ubreve" k="61" />
+<hkern g1="Y" g2="uring" k="61" />
+<hkern g1="Y" g2="uhungarumlaut" k="61" />
+<hkern g1="Y" g2="uogonek" k="61" />
+<hkern g1="Y" g2="zacute" k="41" />
+<hkern g1="Y" g2="zdotaccent" k="41" />
+<hkern g1="Y" g2="zcaron" k="41" />
+<hkern g1="Y" g2="Aringacute" k="123" />
+<hkern g1="Y" g2="aringacute" k="102" />
+<hkern g1="Y" g2="aeacute" k="102" />
+<hkern g1="Y" g2="Oslashacute" k="41" />
+<hkern g1="Y" g2="oslashacute" k="102" />
+<hkern g1="Y" g2="scommaaccent" k="82" />
+<hkern g1="Y" g2="quotesinglbase" k="123" />
+<hkern g1="Y" g2="quotedblbase" k="123" />
+<hkern g1="Y" g2="uni1E3F" k="61" />
+<hkern g1="Y" g2="uni1E00" k="123" />
+<hkern g1="Y" g2="uni1E01" k="102" />
+<hkern g1="Y" g2="Ohorn" k="41" />
+<hkern g1="Y" g2="ohorn" k="102" />
+<hkern g1="Y" g2="uhorn" k="61" />
+<hkern g1="Z" g2="C" k="20" />
+<hkern g1="Z" g2="G" k="20" />
+<hkern g1="Z" g2="O" k="20" />
+<hkern g1="Z" g2="Q" k="20" />
+<hkern g1="Z" g2="Ccedilla" k="20" />
+<hkern g1="Z" g2="Ograve" k="20" />
+<hkern g1="Z" g2="Oacute" k="20" />
+<hkern g1="Z" g2="Ocircumflex" k="20" />
+<hkern g1="Z" g2="Otilde" k="20" />
+<hkern g1="Z" g2="Odieresis" k="20" />
+<hkern g1="Z" g2="Oslash" k="20" />
+<hkern g1="Z" g2="Cacute" k="20" />
+<hkern g1="Z" g2="Ccircumflex" k="20" />
+<hkern g1="Z" g2="Cdot" k="20" />
+<hkern g1="Z" g2="Ccaron" k="20" />
+<hkern g1="Z" g2="Gcircumflex" k="20" />
+<hkern g1="Z" g2="Gbreve" k="20" />
+<hkern g1="Z" g2="Gdot" k="20" />
+<hkern g1="Z" g2="Gcommaaccent" k="20" />
+<hkern g1="Z" g2="Omacron" k="20" />
+<hkern g1="Z" g2="Obreve" k="20" />
+<hkern g1="Z" g2="Ohungarumlaut" k="20" />
+<hkern g1="Z" g2="OE" k="20" />
+<hkern g1="Z" g2="Oslashacute" k="20" />
+<hkern g1="Z" g2="Ohorn" k="20" />
+<hkern g1="bracketleft" g2="J" k="-184" />
+<hkern g1="a" g2="quotedbl" k="20" />
+<hkern g1="a" g2="quotesingle" k="20" />
+<hkern g1="a" g2="quoteright" k="20" />
+<hkern g1="a" g2="quotedblright" k="20" />
+<hkern g1="b" g2="quotedbl" k="20" />
+<hkern g1="b" g2="quotesingle" k="20" />
+<hkern g1="b" g2="v" k="41" />
+<hkern g1="b" g2="w" k="41" />
+<hkern g1="b" g2="x" k="41" />
+<hkern g1="b" g2="y" k="41" />
+<hkern g1="b" g2="z" k="20" />
+<hkern g1="b" g2="yacute" k="41" />
+<hkern g1="b" g2="wcircumflex" k="41" />
+<hkern g1="b" g2="zacute" k="20" />
+<hkern g1="b" g2="zdotaccent" k="20" />
+<hkern g1="b" g2="zcaron" k="20" />
+<hkern g1="b" g2="wgrave" k="41" />
+<hkern g1="b" g2="wacute" k="41" />
+<hkern g1="b" g2="quoteright" k="20" />
+<hkern g1="b" g2="quotedblright" k="20" />
+<hkern g1="b" g2="uni1EF5" k="41" />
+<hkern g1="c" g2="quotedbl" k="-41" />
+<hkern g1="c" g2="quotesingle" k="-41" />
+<hkern g1="c" g2="quoteright" k="-41" />
+<hkern g1="c" g2="quotedblright" k="-41" />
+<hkern g1="e" g2="quotedbl" k="20" />
+<hkern g1="e" g2="quotesingle" k="20" />
+<hkern g1="e" g2="v" k="41" />
+<hkern g1="e" g2="w" k="41" />
+<hkern g1="e" g2="x" k="41" />
+<hkern g1="e" g2="y" k="41" />
+<hkern g1="e" g2="z" k="20" />
+<hkern g1="e" g2="yacute" k="41" />
+<hkern g1="e" g2="wcircumflex" k="41" />
+<hkern g1="e" g2="zacute" k="20" />
+<hkern g1="e" g2="zdotaccent" k="20" />
+<hkern g1="e" g2="zcaron" k="20" />
+<hkern g1="e" g2="wgrave" k="41" />
+<hkern g1="e" g2="wacute" k="41" />
+<hkern g1="e" g2="quoteright" k="20" />
+<hkern g1="e" g2="quotedblright" k="20" />
+<hkern g1="e" g2="uni1EF5" k="41" />
+<hkern g1="f" g2="quotedbl" k="-123" />
+<hkern g1="f" g2="quotesingle" k="-123" />
+<hkern g1="f" g2="quoteright" k="-123" />
+<hkern g1="f" g2="quotedblright" k="-123" />
+<hkern g1="h" g2="quotedbl" k="20" />
+<hkern g1="h" g2="quotesingle" k="20" />
+<hkern g1="h" g2="quoteright" k="20" />
+<hkern g1="h" g2="quotedblright" k="20" />
+<hkern g1="k" g2="c" k="41" />
+<hkern g1="k" g2="d" k="41" />
+<hkern g1="k" g2="e" k="41" />
+<hkern g1="k" g2="o" k="41" />
+<hkern g1="k" g2="q" k="41" />
+<hkern g1="k" g2="agrave" k="41" />
+<hkern g1="k" g2="ccedilla" k="41" />
+<hkern g1="k" g2="egrave" k="41" />
+<hkern g1="k" g2="eacute" k="41" />
+<hkern g1="k" g2="ecircumflex" k="41" />
+<hkern g1="k" g2="edieresis" k="41" />
+<hkern g1="k" g2="ograve" k="41" />
+<hkern g1="k" g2="oacute" k="41" />
+<hkern g1="k" g2="ocircumflex" k="41" />
+<hkern g1="k" g2="otilde" k="41" />
+<hkern g1="k" g2="odieresis" k="41" />
+<hkern g1="k" g2="oslash" k="41" />
+<hkern g1="k" g2="cacute" k="41" />
+<hkern g1="k" g2="ccircumflex" k="41" />
+<hkern g1="k" g2="cdot" k="41" />
+<hkern g1="k" g2="ccaron" k="41" />
+<hkern g1="k" g2="dcaron" k="41" />
+<hkern g1="k" g2="" k="41" />
+<hkern g1="k" g2="emacron" k="41" />
+<hkern g1="k" g2="ebreve" k="41" />
+<hkern g1="k" g2="edotaccent" k="41" />
+<hkern g1="k" g2="eogonek" k="41" />
+<hkern g1="k" g2="ecaron" k="41" />
+<hkern g1="k" g2="omacron" k="41" />
+<hkern g1="k" g2="obreve" k="41" />
+<hkern g1="k" g2="ohungarumlaut" k="41" />
+<hkern g1="k" g2="oe" k="41" />
+<hkern g1="k" g2="oslashacute" k="41" />
+<hkern g1="k" g2="ohorn" k="41" />
+<hkern g1="m" g2="quotedbl" k="20" />
+<hkern g1="m" g2="quotesingle" k="20" />
+<hkern g1="m" g2="quoteright" k="20" />
+<hkern g1="m" g2="quotedblright" k="20" />
+<hkern g1="n" g2="quotedbl" k="20" />
+<hkern g1="n" g2="quotesingle" k="20" />
+<hkern g1="n" g2="quoteright" k="20" />
+<hkern g1="n" g2="quotedblright" k="20" />
+<hkern g1="o" g2="quotedbl" k="20" />
+<hkern g1="o" g2="quotesingle" k="20" />
+<hkern g1="o" g2="v" k="41" />
+<hkern g1="o" g2="w" k="41" />
+<hkern g1="o" g2="x" k="41" />
+<hkern g1="o" g2="y" k="41" />
+<hkern g1="o" g2="z" k="20" />
+<hkern g1="o" g2="yacute" k="41" />
+<hkern g1="o" g2="wcircumflex" k="41" />
+<hkern g1="o" g2="zacute" k="20" />
+<hkern g1="o" g2="zdotaccent" k="20" />
+<hkern g1="o" g2="zcaron" k="20" />
+<hkern g1="o" g2="wgrave" k="41" />
+<hkern g1="o" g2="wacute" k="41" />
+<hkern g1="o" g2="quoteright" k="20" />
+<hkern g1="o" g2="quotedblright" k="20" />
+<hkern g1="o" g2="uni1EF5" k="41" />
+<hkern g1="p" g2="quotedbl" k="20" />
+<hkern g1="p" g2="quotesingle" k="20" />
+<hkern g1="p" g2="v" k="41" />
+<hkern g1="p" g2="w" k="41" />
+<hkern g1="p" g2="x" k="41" />
+<hkern g1="p" g2="y" k="41" />
+<hkern g1="p" g2="z" k="20" />
+<hkern g1="p" g2="yacute" k="41" />
+<hkern g1="p" g2="wcircumflex" k="41" />
+<hkern g1="p" g2="zacute" k="20" />
+<hkern g1="p" g2="zdotaccent" k="20" />
+<hkern g1="p" g2="zcaron" k="20" />
+<hkern g1="p" g2="wgrave" k="41" />
+<hkern g1="p" g2="wacute" k="41" />
+<hkern g1="p" g2="quoteright" k="20" />
+<hkern g1="p" g2="quotedblright" k="20" />
+<hkern g1="p" g2="uni1EF5" k="41" />
+<hkern g1="r" g2="quotedbl" k="-82" />
+<hkern g1="r" g2="quotesingle" k="-82" />
+<hkern g1="r" g2="a" k="41" />
+<hkern g1="r" g2="c" k="41" />
+<hkern g1="r" g2="d" k="41" />
+<hkern g1="r" g2="e" k="41" />
+<hkern g1="r" g2="g" k="20" />
+<hkern g1="r" g2="o" k="41" />
+<hkern g1="r" g2="q" k="41" />
+<hkern g1="r" g2="agrave" k="41" />
+<hkern g1="r" g2="aacute" k="41" />
+<hkern g1="r" g2="acircumflex" k="41" />
+<hkern g1="r" g2="atilde" k="41" />
+<hkern g1="r" g2="adieresis" k="41" />
+<hkern g1="r" g2="aring" k="41" />
+<hkern g1="r" g2="ae" k="41" />
+<hkern g1="r" g2="ccedilla" k="41" />
+<hkern g1="r" g2="egrave" k="41" />
+<hkern g1="r" g2="eacute" k="41" />
+<hkern g1="r" g2="ecircumflex" k="41" />
+<hkern g1="r" g2="edieresis" k="41" />
+<hkern g1="r" g2="ograve" k="41" />
+<hkern g1="r" g2="oacute" k="41" />
+<hkern g1="r" g2="ocircumflex" k="41" />
+<hkern g1="r" g2="otilde" k="41" />
+<hkern g1="r" g2="odieresis" k="41" />
+<hkern g1="r" g2="oslash" k="41" />
+<hkern g1="r" g2="amacron" k="41" />
+<hkern g1="r" g2="abreve" k="41" />
+<hkern g1="r" g2="aogonek" k="41" />
+<hkern g1="r" g2="cacute" k="41" />
+<hkern g1="r" g2="ccircumflex" k="41" />
+<hkern g1="r" g2="cdot" k="41" />
+<hkern g1="r" g2="ccaron" k="41" />
+<hkern g1="r" g2="dcaron" k="41" />
+<hkern g1="r" g2="" k="41" />
+<hkern g1="r" g2="emacron" k="41" />
+<hkern g1="r" g2="ebreve" k="41" />
+<hkern g1="r" g2="edotaccent" k="41" />
+<hkern g1="r" g2="eogonek" k="41" />
+<hkern g1="r" g2="ecaron" k="41" />
+<hkern g1="r" g2="gcircumflex" k="20" />
+<hkern g1="r" g2="gbreve" k="20" />
+<hkern g1="r" g2="gdot" k="20" />
+<hkern g1="r" g2="gcommaaccent" k="20" />
+<hkern g1="r" g2="omacron" k="41" />
+<hkern g1="r" g2="obreve" k="41" />
+<hkern g1="r" g2="ohungarumlaut" k="41" />
+<hkern g1="r" g2="oe" k="41" />
+<hkern g1="r" g2="aringacute" k="41" />
+<hkern g1="r" g2="aeacute" k="41" />
+<hkern g1="r" g2="oslashacute" k="41" />
+<hkern g1="r" g2="quoteright" k="-82" />
+<hkern g1="r" g2="quotedblright" k="-82" />
+<hkern g1="r" g2="uni1E01" k="41" />
+<hkern g1="r" g2="ohorn" k="41" />
+<hkern g1="t" g2="quotedbl" k="-41" />
+<hkern g1="t" g2="quotesingle" k="-41" />
+<hkern g1="t" g2="quoteright" k="-41" />
+<hkern g1="t" g2="quotedblright" k="-41" />
+<hkern g1="v" g2="quotedbl" k="-82" />
+<hkern g1="v" g2="quotesingle" k="-82" />
+<hkern g1="v" g2="comma" k="82" />
+<hkern g1="v" g2="period" k="82" />
+<hkern g1="v" g2="question" k="-41" />
+<hkern g1="v" g2="quoteright" k="-82" />
+<hkern g1="v" g2="quotesinglbase" k="82" />
+<hkern g1="v" g2="quotedblright" k="-82" />
+<hkern g1="v" g2="quotedblbase" k="82" />
+<hkern g1="w" g2="quotedbl" k="-82" />
+<hkern g1="w" g2="quotesingle" k="-82" />
+<hkern g1="w" g2="comma" k="82" />
+<hkern g1="w" g2="period" k="82" />
+<hkern g1="w" g2="question" k="-41" />
+<hkern g1="w" g2="quoteright" k="-82" />
+<hkern g1="w" g2="quotesinglbase" k="82" />
+<hkern g1="w" g2="quotedblright" k="-82" />
+<hkern g1="w" g2="quotedblbase" k="82" />
+<hkern g1="x" g2="c" k="41" />
+<hkern g1="x" g2="d" k="41" />
+<hkern g1="x" g2="e" k="41" />
+<hkern g1="x" g2="o" k="41" />
+<hkern g1="x" g2="q" k="41" />
+<hkern g1="x" g2="agrave" k="41" />
+<hkern g1="x" g2="ccedilla" k="41" />
+<hkern g1="x" g2="egrave" k="41" />
+<hkern g1="x" g2="eacute" k="41" />
+<hkern g1="x" g2="ecircumflex" k="41" />
+<hkern g1="x" g2="edieresis" k="41" />
+<hkern g1="x" g2="ograve" k="41" />
+<hkern g1="x" g2="oacute" k="41" />
+<hkern g1="x" g2="ocircumflex" k="41" />
+<hkern g1="x" g2="otilde" k="41" />
+<hkern g1="x" g2="odieresis" k="41" />
+<hkern g1="x" g2="oslash" k="41" />
+<hkern g1="x" g2="cacute" k="41" />
+<hkern g1="x" g2="ccircumflex" k="41" />
+<hkern g1="x" g2="cdot" k="41" />
+<hkern g1="x" g2="ccaron" k="41" />
+<hkern g1="x" g2="dcaron" k="41" />
+<hkern g1="x" g2="" k="41" />
+<hkern g1="x" g2="emacron" k="41" />
+<hkern g1="x" g2="ebreve" k="41" />
+<hkern g1="x" g2="edotaccent" k="41" />
+<hkern g1="x" g2="eogonek" k="41" />
+<hkern g1="x" g2="ecaron" k="41" />
+<hkern g1="x" g2="omacron" k="41" />
+<hkern g1="x" g2="obreve" k="41" />
+<hkern g1="x" g2="ohungarumlaut" k="41" />
+<hkern g1="x" g2="oe" k="41" />
+<hkern g1="x" g2="oslashacute" k="41" />
+<hkern g1="x" g2="ohorn" k="41" />
+<hkern g1="y" g2="quotedbl" k="-82" />
+<hkern g1="y" g2="quotesingle" k="-82" />
+<hkern g1="y" g2="comma" k="82" />
+<hkern g1="y" g2="period" k="82" />
+<hkern g1="y" g2="question" k="-41" />
+<hkern g1="y" g2="quoteright" k="-82" />
+<hkern g1="y" g2="quotesinglbase" k="82" />
+<hkern g1="y" g2="quotedblright" k="-82" />
+<hkern g1="y" g2="quotedblbase" k="82" />
+<hkern g1="braceleft" g2="J" k="-184" />
+<hkern g1="Agrave" g2="quotedbl" k="143" />
+<hkern g1="Agrave" g2="quotesingle" k="143" />
+<hkern g1="Agrave" g2="C" k="41" />
+<hkern g1="Agrave" g2="G" k="41" />
+<hkern g1="Agrave" g2="J" k="-266" />
+<hkern g1="Agrave" g2="O" k="41" />
+<hkern g1="Agrave" g2="Q" k="41" />
+<hkern g1="Agrave" g2="T" k="143" />
+<hkern g1="Agrave" g2="V" k="82" />
+<hkern g1="Agrave" g2="W" k="82" />
+<hkern g1="Agrave" g2="Y" k="123" />
+<hkern g1="Agrave" g2="Ccedilla" k="41" />
+<hkern g1="Agrave" g2="Ograve" k="41" />
+<hkern g1="Agrave" g2="Oacute" k="41" />
+<hkern g1="Agrave" g2="Ocircumflex" k="41" />
+<hkern g1="Agrave" g2="Otilde" k="41" />
+<hkern g1="Agrave" g2="Odieresis" k="41" />
+<hkern g1="Agrave" g2="Oslash" k="41" />
+<hkern g1="Agrave" g2="Yacute" k="123" />
+<hkern g1="Agrave" g2="Cacute" k="41" />
+<hkern g1="Agrave" g2="Ccircumflex" k="41" />
+<hkern g1="Agrave" g2="Cdot" k="41" />
+<hkern g1="Agrave" g2="Ccaron" k="41" />
+<hkern g1="Agrave" g2="Gcircumflex" k="41" />
+<hkern g1="Agrave" g2="Gbreve" k="41" />
+<hkern g1="Agrave" g2="Gdot" k="41" />
+<hkern g1="Agrave" g2="Gcommaaccent" k="41" />
+<hkern g1="Agrave" g2="Omacron" k="41" />
+<hkern g1="Agrave" g2="Obreve" k="41" />
+<hkern g1="Agrave" g2="Ohungarumlaut" k="41" />
+<hkern g1="Agrave" g2="OE" k="41" />
+<hkern g1="Agrave" g2="Tcommaaccent" k="143" />
+<hkern g1="Agrave" g2="Tcaron" k="143" />
+<hkern g1="Agrave" g2="Wcircumflex" k="82" />
+<hkern g1="Agrave" g2="Ycircumflex" k="123" />
+<hkern g1="Agrave" g2="Ydieresis" k="123" />
+<hkern g1="Agrave" g2="Oslashacute" k="41" />
+<hkern g1="Agrave" g2="Wgrave" k="82" />
+<hkern g1="Agrave" g2="Wacute" k="82" />
+<hkern g1="Agrave" g2="Wdieresis" k="82" />
+<hkern g1="Agrave" g2="Ygrave" k="123" />
+<hkern g1="Agrave" g2="quoteright" k="143" />
+<hkern g1="Agrave" g2="quotedblright" k="143" />
+<hkern g1="Agrave" g2="Ohorn" k="41" />
+<hkern g1="Agrave" g2="uni1EF4" k="123" />
+<hkern g1="Agrave" g2="uni1EF6" k="123" />
+<hkern g1="Agrave" g2="uni1EF8" k="123" />
+<hkern g1="Agrave" g2="Tcedilla" k="143" />
+<hkern g1="Aacute" g2="quotedbl" k="143" />
+<hkern g1="Aacute" g2="quotesingle" k="143" />
+<hkern g1="Aacute" g2="C" k="41" />
+<hkern g1="Aacute" g2="G" k="41" />
+<hkern g1="Aacute" g2="J" k="-266" />
+<hkern g1="Aacute" g2="O" k="41" />
+<hkern g1="Aacute" g2="Q" k="41" />
+<hkern g1="Aacute" g2="T" k="143" />
+<hkern g1="Aacute" g2="V" k="82" />
+<hkern g1="Aacute" g2="W" k="82" />
+<hkern g1="Aacute" g2="Y" k="123" />
+<hkern g1="Aacute" g2="Ccedilla" k="41" />
+<hkern g1="Aacute" g2="Ograve" k="41" />
+<hkern g1="Aacute" g2="Oacute" k="41" />
+<hkern g1="Aacute" g2="Ocircumflex" k="41" />
+<hkern g1="Aacute" g2="Otilde" k="41" />
+<hkern g1="Aacute" g2="Odieresis" k="41" />
+<hkern g1="Aacute" g2="Oslash" k="41" />
+<hkern g1="Aacute" g2="Yacute" k="123" />
+<hkern g1="Aacute" g2="Cacute" k="41" />
+<hkern g1="Aacute" g2="Ccircumflex" k="41" />
+<hkern g1="Aacute" g2="Cdot" k="41" />
+<hkern g1="Aacute" g2="Ccaron" k="41" />
+<hkern g1="Aacute" g2="Gcircumflex" k="41" />
+<hkern g1="Aacute" g2="Gbreve" k="41" />
+<hkern g1="Aacute" g2="Gdot" k="41" />
+<hkern g1="Aacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Aacute" g2="Omacron" k="41" />
+<hkern g1="Aacute" g2="Obreve" k="41" />
+<hkern g1="Aacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Aacute" g2="OE" k="41" />
+<hkern g1="Aacute" g2="Tcommaaccent" k="143" />
+<hkern g1="Aacute" g2="Tcaron" k="143" />
+<hkern g1="Aacute" g2="Wcircumflex" k="82" />
+<hkern g1="Aacute" g2="Ycircumflex" k="123" />
+<hkern g1="Aacute" g2="Ydieresis" k="123" />
+<hkern g1="Aacute" g2="Oslashacute" k="41" />
+<hkern g1="Aacute" g2="Wgrave" k="82" />
+<hkern g1="Aacute" g2="Wacute" k="82" />
+<hkern g1="Aacute" g2="Wdieresis" k="82" />
+<hkern g1="Aacute" g2="Ygrave" k="123" />
+<hkern g1="Aacute" g2="quoteright" k="143" />
+<hkern g1="Aacute" g2="quotedblright" k="143" />
+<hkern g1="Aacute" g2="Ohorn" k="41" />
+<hkern g1="Aacute" g2="uni1EF4" k="123" />
+<hkern g1="Aacute" g2="uni1EF6" k="123" />
+<hkern g1="Aacute" g2="uni1EF8" k="123" />
+<hkern g1="Aacute" g2="Tcedilla" k="143" />
+<hkern g1="Acircumflex" g2="quotedbl" k="143" />
+<hkern g1="Acircumflex" g2="quotesingle" k="143" />
+<hkern g1="Acircumflex" g2="C" k="41" />
+<hkern g1="Acircumflex" g2="G" k="41" />
+<hkern g1="Acircumflex" g2="J" k="-266" />
+<hkern g1="Acircumflex" g2="O" k="41" />
+<hkern g1="Acircumflex" g2="Q" k="41" />
+<hkern g1="Acircumflex" g2="T" k="143" />
+<hkern g1="Acircumflex" g2="V" k="82" />
+<hkern g1="Acircumflex" g2="W" k="82" />
+<hkern g1="Acircumflex" g2="Y" k="123" />
+<hkern g1="Acircumflex" g2="Ccedilla" k="41" />
+<hkern g1="Acircumflex" g2="Ograve" k="41" />
+<hkern g1="Acircumflex" g2="Oacute" k="41" />
+<hkern g1="Acircumflex" g2="Ocircumflex" k="41" />
+<hkern g1="Acircumflex" g2="Otilde" k="41" />
+<hkern g1="Acircumflex" g2="Odieresis" k="41" />
+<hkern g1="Acircumflex" g2="Oslash" k="41" />
+<hkern g1="Acircumflex" g2="Yacute" k="123" />
+<hkern g1="Acircumflex" g2="Cacute" k="41" />
+<hkern g1="Acircumflex" g2="Ccircumflex" k="41" />
+<hkern g1="Acircumflex" g2="Cdot" k="41" />
+<hkern g1="Acircumflex" g2="Ccaron" k="41" />
+<hkern g1="Acircumflex" g2="Gcircumflex" k="41" />
+<hkern g1="Acircumflex" g2="Gbreve" k="41" />
+<hkern g1="Acircumflex" g2="Gdot" k="41" />
+<hkern g1="Acircumflex" g2="Gcommaaccent" k="41" />
+<hkern g1="Acircumflex" g2="Omacron" k="41" />
+<hkern g1="Acircumflex" g2="Obreve" k="41" />
+<hkern g1="Acircumflex" g2="Ohungarumlaut" k="41" />
+<hkern g1="Acircumflex" g2="OE" k="41" />
+<hkern g1="Acircumflex" g2="Tcommaaccent" k="143" />
+<hkern g1="Acircumflex" g2="Tcaron" k="143" />
+<hkern g1="Acircumflex" g2="Wcircumflex" k="82" />
+<hkern g1="Acircumflex" g2="Ycircumflex" k="123" />
+<hkern g1="Acircumflex" g2="Ydieresis" k="123" />
+<hkern g1="Acircumflex" g2="Oslashacute" k="41" />
+<hkern g1="Acircumflex" g2="Wgrave" k="82" />
+<hkern g1="Acircumflex" g2="Wacute" k="82" />
+<hkern g1="Acircumflex" g2="Wdieresis" k="82" />
+<hkern g1="Acircumflex" g2="Ygrave" k="123" />
+<hkern g1="Acircumflex" g2="quoteright" k="143" />
+<hkern g1="Acircumflex" g2="quotedblright" k="143" />
+<hkern g1="Acircumflex" g2="Ohorn" k="41" />
+<hkern g1="Acircumflex" g2="uni1EF4" k="123" />
+<hkern g1="Acircumflex" g2="uni1EF6" k="123" />
+<hkern g1="Acircumflex" g2="uni1EF8" k="123" />
+<hkern g1="Acircumflex" g2="Tcedilla" k="143" />
+<hkern g1="Atilde" g2="quotedbl" k="143" />
+<hkern g1="Atilde" g2="quotesingle" k="143" />
+<hkern g1="Atilde" g2="C" k="41" />
+<hkern g1="Atilde" g2="G" k="41" />
+<hkern g1="Atilde" g2="J" k="-266" />
+<hkern g1="Atilde" g2="O" k="41" />
+<hkern g1="Atilde" g2="Q" k="41" />
+<hkern g1="Atilde" g2="T" k="143" />
+<hkern g1="Atilde" g2="V" k="82" />
+<hkern g1="Atilde" g2="W" k="82" />
+<hkern g1="Atilde" g2="Y" k="123" />
+<hkern g1="Atilde" g2="Ccedilla" k="41" />
+<hkern g1="Atilde" g2="Ograve" k="41" />
+<hkern g1="Atilde" g2="Oacute" k="41" />
+<hkern g1="Atilde" g2="Ocircumflex" k="41" />
+<hkern g1="Atilde" g2="Otilde" k="41" />
+<hkern g1="Atilde" g2="Odieresis" k="41" />
+<hkern g1="Atilde" g2="Oslash" k="41" />
+<hkern g1="Atilde" g2="Yacute" k="123" />
+<hkern g1="Atilde" g2="Cacute" k="41" />
+<hkern g1="Atilde" g2="Ccircumflex" k="41" />
+<hkern g1="Atilde" g2="Cdot" k="41" />
+<hkern g1="Atilde" g2="Ccaron" k="41" />
+<hkern g1="Atilde" g2="Gcircumflex" k="41" />
+<hkern g1="Atilde" g2="Gbreve" k="41" />
+<hkern g1="Atilde" g2="Gdot" k="41" />
+<hkern g1="Atilde" g2="Gcommaaccent" k="41" />
+<hkern g1="Atilde" g2="Omacron" k="41" />
+<hkern g1="Atilde" g2="Obreve" k="41" />
+<hkern g1="Atilde" g2="Ohungarumlaut" k="41" />
+<hkern g1="Atilde" g2="OE" k="41" />
+<hkern g1="Atilde" g2="Tcommaaccent" k="143" />
+<hkern g1="Atilde" g2="Tcaron" k="143" />
+<hkern g1="Atilde" g2="Wcircumflex" k="82" />
+<hkern g1="Atilde" g2="Ycircumflex" k="123" />
+<hkern g1="Atilde" g2="Ydieresis" k="123" />
+<hkern g1="Atilde" g2="Oslashacute" k="41" />
+<hkern g1="Atilde" g2="Wgrave" k="82" />
+<hkern g1="Atilde" g2="Wacute" k="82" />
+<hkern g1="Atilde" g2="Wdieresis" k="82" />
+<hkern g1="Atilde" g2="Ygrave" k="123" />
+<hkern g1="Atilde" g2="quoteright" k="143" />
+<hkern g1="Atilde" g2="quotedblright" k="143" />
+<hkern g1="Atilde" g2="Ohorn" k="41" />
+<hkern g1="Atilde" g2="uni1EF4" k="123" />
+<hkern g1="Atilde" g2="uni1EF6" k="123" />
+<hkern g1="Atilde" g2="uni1EF8" k="123" />
+<hkern g1="Atilde" g2="Tcedilla" k="143" />
+<hkern g1="Adieresis" g2="quotedbl" k="143" />
+<hkern g1="Adieresis" g2="quotesingle" k="143" />
+<hkern g1="Adieresis" g2="C" k="41" />
+<hkern g1="Adieresis" g2="G" k="41" />
+<hkern g1="Adieresis" g2="J" k="-266" />
+<hkern g1="Adieresis" g2="O" k="41" />
+<hkern g1="Adieresis" g2="Q" k="41" />
+<hkern g1="Adieresis" g2="T" k="143" />
+<hkern g1="Adieresis" g2="V" k="82" />
+<hkern g1="Adieresis" g2="W" k="82" />
+<hkern g1="Adieresis" g2="Y" k="123" />
+<hkern g1="Adieresis" g2="Ccedilla" k="41" />
+<hkern g1="Adieresis" g2="Ograve" k="41" />
+<hkern g1="Adieresis" g2="Oacute" k="41" />
+<hkern g1="Adieresis" g2="Ocircumflex" k="41" />
+<hkern g1="Adieresis" g2="Otilde" k="41" />
+<hkern g1="Adieresis" g2="Odieresis" k="41" />
+<hkern g1="Adieresis" g2="Oslash" k="41" />
+<hkern g1="Adieresis" g2="Yacute" k="123" />
+<hkern g1="Adieresis" g2="Cacute" k="41" />
+<hkern g1="Adieresis" g2="Ccircumflex" k="41" />
+<hkern g1="Adieresis" g2="Cdot" k="41" />
+<hkern g1="Adieresis" g2="Ccaron" k="41" />
+<hkern g1="Adieresis" g2="Gcircumflex" k="41" />
+<hkern g1="Adieresis" g2="Gbreve" k="41" />
+<hkern g1="Adieresis" g2="Gdot" k="41" />
+<hkern g1="Adieresis" g2="Gcommaaccent" k="41" />
+<hkern g1="Adieresis" g2="Omacron" k="41" />
+<hkern g1="Adieresis" g2="Obreve" k="41" />
+<hkern g1="Adieresis" g2="Ohungarumlaut" k="41" />
+<hkern g1="Adieresis" g2="OE" k="41" />
+<hkern g1="Adieresis" g2="Tcommaaccent" k="143" />
+<hkern g1="Adieresis" g2="Tcaron" k="143" />
+<hkern g1="Adieresis" g2="Wcircumflex" k="82" />
+<hkern g1="Adieresis" g2="Ycircumflex" k="123" />
+<hkern g1="Adieresis" g2="Ydieresis" k="123" />
+<hkern g1="Adieresis" g2="Oslashacute" k="41" />
+<hkern g1="Adieresis" g2="Wgrave" k="82" />
+<hkern g1="Adieresis" g2="Wacute" k="82" />
+<hkern g1="Adieresis" g2="Wdieresis" k="82" />
+<hkern g1="Adieresis" g2="Ygrave" k="123" />
+<hkern g1="Adieresis" g2="quoteright" k="143" />
+<hkern g1="Adieresis" g2="quotedblright" k="143" />
+<hkern g1="Adieresis" g2="Ohorn" k="41" />
+<hkern g1="Adieresis" g2="uni1EF4" k="123" />
+<hkern g1="Adieresis" g2="uni1EF6" k="123" />
+<hkern g1="Adieresis" g2="uni1EF8" k="123" />
+<hkern g1="Adieresis" g2="Tcedilla" k="143" />
+<hkern g1="Aring" g2="quotedbl" k="143" />
+<hkern g1="Aring" g2="quotesingle" k="143" />
+<hkern g1="Aring" g2="C" k="41" />
+<hkern g1="Aring" g2="G" k="41" />
+<hkern g1="Aring" g2="J" k="-266" />
+<hkern g1="Aring" g2="O" k="41" />
+<hkern g1="Aring" g2="Q" k="41" />
+<hkern g1="Aring" g2="T" k="143" />
+<hkern g1="Aring" g2="V" k="82" />
+<hkern g1="Aring" g2="W" k="82" />
+<hkern g1="Aring" g2="Y" k="123" />
+<hkern g1="Aring" g2="Ccedilla" k="41" />
+<hkern g1="Aring" g2="Ograve" k="41" />
+<hkern g1="Aring" g2="Oacute" k="41" />
+<hkern g1="Aring" g2="Ocircumflex" k="41" />
+<hkern g1="Aring" g2="Otilde" k="41" />
+<hkern g1="Aring" g2="Odieresis" k="41" />
+<hkern g1="Aring" g2="Oslash" k="41" />
+<hkern g1="Aring" g2="Yacute" k="123" />
+<hkern g1="Aring" g2="Cacute" k="41" />
+<hkern g1="Aring" g2="Ccircumflex" k="41" />
+<hkern g1="Aring" g2="Cdot" k="41" />
+<hkern g1="Aring" g2="Ccaron" k="41" />
+<hkern g1="Aring" g2="Gcircumflex" k="41" />
+<hkern g1="Aring" g2="Gbreve" k="41" />
+<hkern g1="Aring" g2="Gdot" k="41" />
+<hkern g1="Aring" g2="Gcommaaccent" k="41" />
+<hkern g1="Aring" g2="Omacron" k="41" />
+<hkern g1="Aring" g2="Obreve" k="41" />
+<hkern g1="Aring" g2="Ohungarumlaut" k="41" />
+<hkern g1="Aring" g2="OE" k="41" />
+<hkern g1="Aring" g2="Tcommaaccent" k="143" />
+<hkern g1="Aring" g2="Tcaron" k="143" />
+<hkern g1="Aring" g2="Wcircumflex" k="82" />
+<hkern g1="Aring" g2="Ycircumflex" k="123" />
+<hkern g1="Aring" g2="Ydieresis" k="123" />
+<hkern g1="Aring" g2="Oslashacute" k="41" />
+<hkern g1="Aring" g2="Wgrave" k="82" />
+<hkern g1="Aring" g2="Wacute" k="82" />
+<hkern g1="Aring" g2="Wdieresis" k="82" />
+<hkern g1="Aring" g2="Ygrave" k="123" />
+<hkern g1="Aring" g2="quoteright" k="143" />
+<hkern g1="Aring" g2="quotedblright" k="143" />
+<hkern g1="Aring" g2="Ohorn" k="41" />
+<hkern g1="Aring" g2="uni1EF4" k="123" />
+<hkern g1="Aring" g2="uni1EF6" k="123" />
+<hkern g1="Aring" g2="uni1EF8" k="123" />
+<hkern g1="Aring" g2="Tcedilla" k="143" />
+<hkern g1="AE" g2="J" k="-123" />
+<hkern g1="Ccedilla" g2="C" k="41" />
+<hkern g1="Ccedilla" g2="G" k="41" />
+<hkern g1="Ccedilla" g2="O" k="41" />
+<hkern g1="Ccedilla" g2="Q" k="41" />
+<hkern g1="Ccedilla" g2="Ccedilla" k="41" />
+<hkern g1="Ccedilla" g2="Ograve" k="41" />
+<hkern g1="Ccedilla" g2="Oacute" k="41" />
+<hkern g1="Ccedilla" g2="Ocircumflex" k="41" />
+<hkern g1="Ccedilla" g2="Otilde" k="41" />
+<hkern g1="Ccedilla" g2="Odieresis" k="41" />
+<hkern g1="Ccedilla" g2="Oslash" k="41" />
+<hkern g1="Ccedilla" g2="Cacute" k="41" />
+<hkern g1="Ccedilla" g2="Ccircumflex" k="41" />
+<hkern g1="Ccedilla" g2="Cdot" k="41" />
+<hkern g1="Ccedilla" g2="Ccaron" k="41" />
+<hkern g1="Ccedilla" g2="Gcircumflex" k="41" />
+<hkern g1="Ccedilla" g2="Gbreve" k="41" />
+<hkern g1="Ccedilla" g2="Gdot" k="41" />
+<hkern g1="Ccedilla" g2="Gcommaaccent" k="41" />
+<hkern g1="Ccedilla" g2="Omacron" k="41" />
+<hkern g1="Ccedilla" g2="Obreve" k="41" />
+<hkern g1="Ccedilla" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ccedilla" g2="OE" k="41" />
+<hkern g1="Ccedilla" g2="Oslashacute" k="41" />
+<hkern g1="Ccedilla" g2="Ohorn" k="41" />
+<hkern g1="Egrave" g2="J" k="-123" />
+<hkern g1="Eacute" g2="J" k="-123" />
+<hkern g1="Ecircumflex" g2="J" k="-123" />
+<hkern g1="Edieresis" g2="J" k="-123" />
+<hkern g1="Eth" g2="comma" k="82" />
+<hkern g1="Eth" g2="period" k="82" />
+<hkern g1="Eth" g2="A" k="41" />
+<hkern g1="Eth" g2="T" k="61" />
+<hkern g1="Eth" g2="V" k="20" />
+<hkern g1="Eth" g2="W" k="20" />
+<hkern g1="Eth" g2="X" k="41" />
+<hkern g1="Eth" g2="Y" k="20" />
+<hkern g1="Eth" g2="Z" k="20" />
+<hkern g1="Eth" g2="Agrave" k="41" />
+<hkern g1="Eth" g2="Aacute" k="41" />
+<hkern g1="Eth" g2="Acircumflex" k="41" />
+<hkern g1="Eth" g2="Atilde" k="41" />
+<hkern g1="Eth" g2="Adieresis" k="41" />
+<hkern g1="Eth" g2="Aring" k="41" />
+<hkern g1="Eth" g2="Yacute" k="20" />
+<hkern g1="Eth" g2="Amacron" k="41" />
+<hkern g1="Eth" g2="Abreve" k="41" />
+<hkern g1="Eth" g2="Aogonek" k="41" />
+<hkern g1="Eth" g2="Tcommaaccent" k="61" />
+<hkern g1="Eth" g2="Tcaron" k="61" />
+<hkern g1="Eth" g2="Wcircumflex" k="20" />
+<hkern g1="Eth" g2="Ycircumflex" k="20" />
+<hkern g1="Eth" g2="Ydieresis" k="20" />
+<hkern g1="Eth" g2="Zacute" k="20" />
+<hkern g1="Eth" g2="Zdotaccent" k="20" />
+<hkern g1="Eth" g2="Zcaron" k="20" />
+<hkern g1="Eth" g2="Aringacute" k="41" />
+<hkern g1="Eth" g2="Wgrave" k="20" />
+<hkern g1="Eth" g2="Wacute" k="20" />
+<hkern g1="Eth" g2="Wdieresis" k="20" />
+<hkern g1="Eth" g2="Ygrave" k="20" />
+<hkern g1="Eth" g2="quotesinglbase" k="82" />
+<hkern g1="Eth" g2="quotedblbase" k="82" />
+<hkern g1="Eth" g2="uni1E00" k="41" />
+<hkern g1="Eth" g2="uni1EF4" k="20" />
+<hkern g1="Eth" g2="uni1EF6" k="20" />
+<hkern g1="Eth" g2="uni1EF8" k="20" />
+<hkern g1="Eth" g2="Tcedilla" k="61" />
+<hkern g1="Ograve" g2="comma" k="82" />
+<hkern g1="Ograve" g2="period" k="82" />
+<hkern g1="Ograve" g2="A" k="41" />
+<hkern g1="Ograve" g2="T" k="61" />
+<hkern g1="Ograve" g2="V" k="20" />
+<hkern g1="Ograve" g2="W" k="20" />
+<hkern g1="Ograve" g2="X" k="41" />
+<hkern g1="Ograve" g2="Y" k="20" />
+<hkern g1="Ograve" g2="Z" k="20" />
+<hkern g1="Ograve" g2="Agrave" k="41" />
+<hkern g1="Ograve" g2="Aacute" k="41" />
+<hkern g1="Ograve" g2="Acircumflex" k="41" />
+<hkern g1="Ograve" g2="Atilde" k="41" />
+<hkern g1="Ograve" g2="Adieresis" k="41" />
+<hkern g1="Ograve" g2="Aring" k="41" />
+<hkern g1="Ograve" g2="Yacute" k="20" />
+<hkern g1="Ograve" g2="Amacron" k="41" />
+<hkern g1="Ograve" g2="Abreve" k="41" />
+<hkern g1="Ograve" g2="Aogonek" k="41" />
+<hkern g1="Ograve" g2="Tcommaaccent" k="61" />
+<hkern g1="Ograve" g2="Tcaron" k="61" />
+<hkern g1="Ograve" g2="Wcircumflex" k="20" />
+<hkern g1="Ograve" g2="Ycircumflex" k="20" />
+<hkern g1="Ograve" g2="Ydieresis" k="20" />
+<hkern g1="Ograve" g2="Zacute" k="20" />
+<hkern g1="Ograve" g2="Zdotaccent" k="20" />
+<hkern g1="Ograve" g2="Zcaron" k="20" />
+<hkern g1="Ograve" g2="Aringacute" k="41" />
+<hkern g1="Ograve" g2="Wgrave" k="20" />
+<hkern g1="Ograve" g2="Wacute" k="20" />
+<hkern g1="Ograve" g2="Wdieresis" k="20" />
+<hkern g1="Ograve" g2="Ygrave" k="20" />
+<hkern g1="Ograve" g2="quotesinglbase" k="82" />
+<hkern g1="Ograve" g2="quotedblbase" k="82" />
+<hkern g1="Ograve" g2="uni1E00" k="41" />
+<hkern g1="Ograve" g2="uni1EF4" k="20" />
+<hkern g1="Ograve" g2="uni1EF6" k="20" />
+<hkern g1="Ograve" g2="uni1EF8" k="20" />
+<hkern g1="Ograve" g2="Tcedilla" k="61" />
+<hkern g1="Oacute" g2="comma" k="82" />
+<hkern g1="Oacute" g2="period" k="82" />
+<hkern g1="Oacute" g2="A" k="41" />
+<hkern g1="Oacute" g2="T" k="61" />
+<hkern g1="Oacute" g2="V" k="20" />
+<hkern g1="Oacute" g2="W" k="20" />
+<hkern g1="Oacute" g2="X" k="41" />
+<hkern g1="Oacute" g2="Y" k="20" />
+<hkern g1="Oacute" g2="Z" k="20" />
+<hkern g1="Oacute" g2="Agrave" k="41" />
+<hkern g1="Oacute" g2="Aacute" k="41" />
+<hkern g1="Oacute" g2="Acircumflex" k="41" />
+<hkern g1="Oacute" g2="Atilde" k="41" />
+<hkern g1="Oacute" g2="Adieresis" k="41" />
+<hkern g1="Oacute" g2="Aring" k="41" />
+<hkern g1="Oacute" g2="Yacute" k="20" />
+<hkern g1="Oacute" g2="Amacron" k="41" />
+<hkern g1="Oacute" g2="Abreve" k="41" />
+<hkern g1="Oacute" g2="Aogonek" k="41" />
+<hkern g1="Oacute" g2="Tcommaaccent" k="61" />
+<hkern g1="Oacute" g2="Tcaron" k="61" />
+<hkern g1="Oacute" g2="Wcircumflex" k="20" />
+<hkern g1="Oacute" g2="Ycircumflex" k="20" />
+<hkern g1="Oacute" g2="Ydieresis" k="20" />
+<hkern g1="Oacute" g2="Zacute" k="20" />
+<hkern g1="Oacute" g2="Zdotaccent" k="20" />
+<hkern g1="Oacute" g2="Zcaron" k="20" />
+<hkern g1="Oacute" g2="Aringacute" k="41" />
+<hkern g1="Oacute" g2="Wgrave" k="20" />
+<hkern g1="Oacute" g2="Wacute" k="20" />
+<hkern g1="Oacute" g2="Wdieresis" k="20" />
+<hkern g1="Oacute" g2="Ygrave" k="20" />
+<hkern g1="Oacute" g2="quotesinglbase" k="82" />
+<hkern g1="Oacute" g2="quotedblbase" k="82" />
+<hkern g1="Oacute" g2="uni1E00" k="41" />
+<hkern g1="Oacute" g2="uni1EF4" k="20" />
+<hkern g1="Oacute" g2="uni1EF6" k="20" />
+<hkern g1="Oacute" g2="uni1EF8" k="20" />
+<hkern g1="Oacute" g2="Tcedilla" k="61" />
+<hkern g1="Ocircumflex" g2="comma" k="82" />
+<hkern g1="Ocircumflex" g2="period" k="82" />
+<hkern g1="Ocircumflex" g2="A" k="41" />
+<hkern g1="Ocircumflex" g2="T" k="61" />
+<hkern g1="Ocircumflex" g2="V" k="20" />
+<hkern g1="Ocircumflex" g2="W" k="20" />
+<hkern g1="Ocircumflex" g2="X" k="41" />
+<hkern g1="Ocircumflex" g2="Y" k="20" />
+<hkern g1="Ocircumflex" g2="Z" k="20" />
+<hkern g1="Ocircumflex" g2="Agrave" k="41" />
+<hkern g1="Ocircumflex" g2="Aacute" k="41" />
+<hkern g1="Ocircumflex" g2="Acircumflex" k="41" />
+<hkern g1="Ocircumflex" g2="Atilde" k="41" />
+<hkern g1="Ocircumflex" g2="Adieresis" k="41" />
+<hkern g1="Ocircumflex" g2="Aring" k="41" />
+<hkern g1="Ocircumflex" g2="Yacute" k="20" />
+<hkern g1="Ocircumflex" g2="Amacron" k="41" />
+<hkern g1="Ocircumflex" g2="Abreve" k="41" />
+<hkern g1="Ocircumflex" g2="Aogonek" k="41" />
+<hkern g1="Ocircumflex" g2="Tcommaaccent" k="61" />
+<hkern g1="Ocircumflex" g2="Tcaron" k="61" />
+<hkern g1="Ocircumflex" g2="Wcircumflex" k="20" />
+<hkern g1="Ocircumflex" g2="Ycircumflex" k="20" />
+<hkern g1="Ocircumflex" g2="Ydieresis" k="20" />
+<hkern g1="Ocircumflex" g2="Zacute" k="20" />
+<hkern g1="Ocircumflex" g2="Zdotaccent" k="20" />
+<hkern g1="Ocircumflex" g2="Zcaron" k="20" />
+<hkern g1="Ocircumflex" g2="Aringacute" k="41" />
+<hkern g1="Ocircumflex" g2="Wgrave" k="20" />
+<hkern g1="Ocircumflex" g2="Wacute" k="20" />
+<hkern g1="Ocircumflex" g2="Wdieresis" k="20" />
+<hkern g1="Ocircumflex" g2="Ygrave" k="20" />
+<hkern g1="Ocircumflex" g2="quotesinglbase" k="82" />
+<hkern g1="Ocircumflex" g2="quotedblbase" k="82" />
+<hkern g1="Ocircumflex" g2="uni1E00" k="41" />
+<hkern g1="Ocircumflex" g2="uni1EF4" k="20" />
+<hkern g1="Ocircumflex" g2="uni1EF6" k="20" />
+<hkern g1="Ocircumflex" g2="uni1EF8" k="20" />
+<hkern g1="Ocircumflex" g2="Tcedilla" k="61" />
+<hkern g1="Otilde" g2="comma" k="82" />
+<hkern g1="Otilde" g2="period" k="82" />
+<hkern g1="Otilde" g2="A" k="41" />
+<hkern g1="Otilde" g2="T" k="61" />
+<hkern g1="Otilde" g2="V" k="20" />
+<hkern g1="Otilde" g2="W" k="20" />
+<hkern g1="Otilde" g2="X" k="41" />
+<hkern g1="Otilde" g2="Y" k="20" />
+<hkern g1="Otilde" g2="Z" k="20" />
+<hkern g1="Otilde" g2="Agrave" k="41" />
+<hkern g1="Otilde" g2="Aacute" k="41" />
+<hkern g1="Otilde" g2="Acircumflex" k="41" />
+<hkern g1="Otilde" g2="Atilde" k="41" />
+<hkern g1="Otilde" g2="Adieresis" k="41" />
+<hkern g1="Otilde" g2="Aring" k="41" />
+<hkern g1="Otilde" g2="Yacute" k="20" />
+<hkern g1="Otilde" g2="Amacron" k="41" />
+<hkern g1="Otilde" g2="Abreve" k="41" />
+<hkern g1="Otilde" g2="Aogonek" k="41" />
+<hkern g1="Otilde" g2="Tcommaaccent" k="61" />
+<hkern g1="Otilde" g2="Tcaron" k="61" />
+<hkern g1="Otilde" g2="Wcircumflex" k="20" />
+<hkern g1="Otilde" g2="Ycircumflex" k="20" />
+<hkern g1="Otilde" g2="Ydieresis" k="20" />
+<hkern g1="Otilde" g2="Zacute" k="20" />
+<hkern g1="Otilde" g2="Zdotaccent" k="20" />
+<hkern g1="Otilde" g2="Zcaron" k="20" />
+<hkern g1="Otilde" g2="Aringacute" k="41" />
+<hkern g1="Otilde" g2="Wgrave" k="20" />
+<hkern g1="Otilde" g2="Wacute" k="20" />
+<hkern g1="Otilde" g2="Wdieresis" k="20" />
+<hkern g1="Otilde" g2="Ygrave" k="20" />
+<hkern g1="Otilde" g2="quotesinglbase" k="82" />
+<hkern g1="Otilde" g2="quotedblbase" k="82" />
+<hkern g1="Otilde" g2="uni1E00" k="41" />
+<hkern g1="Otilde" g2="uni1EF4" k="20" />
+<hkern g1="Otilde" g2="uni1EF6" k="20" />
+<hkern g1="Otilde" g2="uni1EF8" k="20" />
+<hkern g1="Otilde" g2="Tcedilla" k="61" />
+<hkern g1="Odieresis" g2="comma" k="82" />
+<hkern g1="Odieresis" g2="period" k="82" />
+<hkern g1="Odieresis" g2="A" k="41" />
+<hkern g1="Odieresis" g2="T" k="61" />
+<hkern g1="Odieresis" g2="V" k="20" />
+<hkern g1="Odieresis" g2="W" k="20" />
+<hkern g1="Odieresis" g2="X" k="41" />
+<hkern g1="Odieresis" g2="Y" k="20" />
+<hkern g1="Odieresis" g2="Z" k="20" />
+<hkern g1="Odieresis" g2="Agrave" k="41" />
+<hkern g1="Odieresis" g2="Aacute" k="41" />
+<hkern g1="Odieresis" g2="Acircumflex" k="41" />
+<hkern g1="Odieresis" g2="Atilde" k="41" />
+<hkern g1="Odieresis" g2="Adieresis" k="41" />
+<hkern g1="Odieresis" g2="Aring" k="41" />
+<hkern g1="Odieresis" g2="Yacute" k="20" />
+<hkern g1="Odieresis" g2="Amacron" k="41" />
+<hkern g1="Odieresis" g2="Abreve" k="41" />
+<hkern g1="Odieresis" g2="Aogonek" k="41" />
+<hkern g1="Odieresis" g2="Tcommaaccent" k="61" />
+<hkern g1="Odieresis" g2="Tcaron" k="61" />
+<hkern g1="Odieresis" g2="Wcircumflex" k="20" />
+<hkern g1="Odieresis" g2="Ycircumflex" k="20" />
+<hkern g1="Odieresis" g2="Ydieresis" k="20" />
+<hkern g1="Odieresis" g2="Zacute" k="20" />
+<hkern g1="Odieresis" g2="Zdotaccent" k="20" />
+<hkern g1="Odieresis" g2="Zcaron" k="20" />
+<hkern g1="Odieresis" g2="Aringacute" k="41" />
+<hkern g1="Odieresis" g2="Wgrave" k="20" />
+<hkern g1="Odieresis" g2="Wacute" k="20" />
+<hkern g1="Odieresis" g2="Wdieresis" k="20" />
+<hkern g1="Odieresis" g2="Ygrave" k="20" />
+<hkern g1="Odieresis" g2="quotesinglbase" k="82" />
+<hkern g1="Odieresis" g2="quotedblbase" k="82" />
+<hkern g1="Odieresis" g2="uni1E00" k="41" />
+<hkern g1="Odieresis" g2="uni1EF4" k="20" />
+<hkern g1="Odieresis" g2="uni1EF6" k="20" />
+<hkern g1="Odieresis" g2="uni1EF8" k="20" />
+<hkern g1="Odieresis" g2="Tcedilla" k="61" />
+<hkern g1="Oslash" g2="comma" k="82" />
+<hkern g1="Oslash" g2="period" k="82" />
+<hkern g1="Oslash" g2="A" k="41" />
+<hkern g1="Oslash" g2="T" k="61" />
+<hkern g1="Oslash" g2="V" k="20" />
+<hkern g1="Oslash" g2="W" k="20" />
+<hkern g1="Oslash" g2="X" k="41" />
+<hkern g1="Oslash" g2="Y" k="20" />
+<hkern g1="Oslash" g2="Z" k="20" />
+<hkern g1="Oslash" g2="Agrave" k="41" />
+<hkern g1="Oslash" g2="Aacute" k="41" />
+<hkern g1="Oslash" g2="Acircumflex" k="41" />
+<hkern g1="Oslash" g2="Atilde" k="41" />
+<hkern g1="Oslash" g2="Adieresis" k="41" />
+<hkern g1="Oslash" g2="Aring" k="41" />
+<hkern g1="Oslash" g2="Yacute" k="20" />
+<hkern g1="Oslash" g2="Amacron" k="41" />
+<hkern g1="Oslash" g2="Abreve" k="41" />
+<hkern g1="Oslash" g2="Aogonek" k="41" />
+<hkern g1="Oslash" g2="Tcommaaccent" k="61" />
+<hkern g1="Oslash" g2="Tcaron" k="61" />
+<hkern g1="Oslash" g2="Wcircumflex" k="20" />
+<hkern g1="Oslash" g2="Ycircumflex" k="20" />
+<hkern g1="Oslash" g2="Ydieresis" k="20" />
+<hkern g1="Oslash" g2="Zacute" k="20" />
+<hkern g1="Oslash" g2="Zdotaccent" k="20" />
+<hkern g1="Oslash" g2="Zcaron" k="20" />
+<hkern g1="Oslash" g2="Aringacute" k="41" />
+<hkern g1="Oslash" g2="Wgrave" k="20" />
+<hkern g1="Oslash" g2="Wacute" k="20" />
+<hkern g1="Oslash" g2="Wdieresis" k="20" />
+<hkern g1="Oslash" g2="Ygrave" k="20" />
+<hkern g1="Oslash" g2="quotesinglbase" k="82" />
+<hkern g1="Oslash" g2="quotedblbase" k="82" />
+<hkern g1="Oslash" g2="uni1E00" k="41" />
+<hkern g1="Oslash" g2="uni1EF4" k="20" />
+<hkern g1="Oslash" g2="uni1EF6" k="20" />
+<hkern g1="Oslash" g2="uni1EF8" k="20" />
+<hkern g1="Oslash" g2="Tcedilla" k="61" />
+<hkern g1="Ugrave" g2="comma" k="41" />
+<hkern g1="Ugrave" g2="period" k="41" />
+<hkern g1="Ugrave" g2="A" k="20" />
+<hkern g1="Ugrave" g2="Agrave" k="20" />
+<hkern g1="Ugrave" g2="Aacute" k="20" />
+<hkern g1="Ugrave" g2="Acircumflex" k="20" />
+<hkern g1="Ugrave" g2="Atilde" k="20" />
+<hkern g1="Ugrave" g2="Adieresis" k="20" />
+<hkern g1="Ugrave" g2="Aring" k="20" />
+<hkern g1="Ugrave" g2="Amacron" k="20" />
+<hkern g1="Ugrave" g2="Abreve" k="20" />
+<hkern g1="Ugrave" g2="Aogonek" k="20" />
+<hkern g1="Ugrave" g2="Aringacute" k="20" />
+<hkern g1="Ugrave" g2="quotesinglbase" k="41" />
+<hkern g1="Ugrave" g2="quotedblbase" k="41" />
+<hkern g1="Ugrave" g2="uni1E00" k="20" />
+<hkern g1="Uacute" g2="comma" k="41" />
+<hkern g1="Uacute" g2="period" k="41" />
+<hkern g1="Uacute" g2="A" k="20" />
+<hkern g1="Uacute" g2="Agrave" k="20" />
+<hkern g1="Uacute" g2="Aacute" k="20" />
+<hkern g1="Uacute" g2="Acircumflex" k="20" />
+<hkern g1="Uacute" g2="Atilde" k="20" />
+<hkern g1="Uacute" g2="Adieresis" k="20" />
+<hkern g1="Uacute" g2="Aring" k="20" />
+<hkern g1="Uacute" g2="Amacron" k="20" />
+<hkern g1="Uacute" g2="Abreve" k="20" />
+<hkern g1="Uacute" g2="Aogonek" k="20" />
+<hkern g1="Uacute" g2="Aringacute" k="20" />
+<hkern g1="Uacute" g2="quotesinglbase" k="41" />
+<hkern g1="Uacute" g2="quotedblbase" k="41" />
+<hkern g1="Uacute" g2="uni1E00" k="20" />
+<hkern g1="Ucircumflex" g2="comma" k="41" />
+<hkern g1="Ucircumflex" g2="period" k="41" />
+<hkern g1="Ucircumflex" g2="A" k="20" />
+<hkern g1="Ucircumflex" g2="Agrave" k="20" />
+<hkern g1="Ucircumflex" g2="Aacute" k="20" />
+<hkern g1="Ucircumflex" g2="Acircumflex" k="20" />
+<hkern g1="Ucircumflex" g2="Atilde" k="20" />
+<hkern g1="Ucircumflex" g2="Adieresis" k="20" />
+<hkern g1="Ucircumflex" g2="Aring" k="20" />
+<hkern g1="Ucircumflex" g2="Amacron" k="20" />
+<hkern g1="Ucircumflex" g2="Abreve" k="20" />
+<hkern g1="Ucircumflex" g2="Aogonek" k="20" />
+<hkern g1="Ucircumflex" g2="Aringacute" k="20" />
+<hkern g1="Ucircumflex" g2="quotesinglbase" k="41" />
+<hkern g1="Ucircumflex" g2="quotedblbase" k="41" />
+<hkern g1="Ucircumflex" g2="uni1E00" k="20" />
+<hkern g1="Udieresis" g2="comma" k="41" />
+<hkern g1="Udieresis" g2="period" k="41" />
+<hkern g1="Udieresis" g2="A" k="20" />
+<hkern g1="Udieresis" g2="Agrave" k="20" />
+<hkern g1="Udieresis" g2="Aacute" k="20" />
+<hkern g1="Udieresis" g2="Acircumflex" k="20" />
+<hkern g1="Udieresis" g2="Atilde" k="20" />
+<hkern g1="Udieresis" g2="Adieresis" k="20" />
+<hkern g1="Udieresis" g2="Aring" k="20" />
+<hkern g1="Udieresis" g2="Amacron" k="20" />
+<hkern g1="Udieresis" g2="Abreve" k="20" />
+<hkern g1="Udieresis" g2="Aogonek" k="20" />
+<hkern g1="Udieresis" g2="Aringacute" k="20" />
+<hkern g1="Udieresis" g2="quotesinglbase" k="41" />
+<hkern g1="Udieresis" g2="quotedblbase" k="41" />
+<hkern g1="Udieresis" g2="uni1E00" k="20" />
+<hkern g1="Yacute" g2="comma" k="123" />
+<hkern g1="Yacute" g2="period" k="123" />
+<hkern g1="Yacute" g2="question" k="-41" />
+<hkern g1="Yacute" g2="A" k="123" />
+<hkern g1="Yacute" g2="C" k="41" />
+<hkern g1="Yacute" g2="G" k="41" />
+<hkern g1="Yacute" g2="O" k="41" />
+<hkern g1="Yacute" g2="Q" k="41" />
+<hkern g1="Yacute" g2="a" k="102" />
+<hkern g1="Yacute" g2="c" k="102" />
+<hkern g1="Yacute" g2="d" k="102" />
+<hkern g1="Yacute" g2="e" k="102" />
+<hkern g1="Yacute" g2="g" k="41" />
+<hkern g1="Yacute" g2="m" k="61" />
+<hkern g1="Yacute" g2="n" k="61" />
+<hkern g1="Yacute" g2="o" k="102" />
+<hkern g1="Yacute" g2="p" k="61" />
+<hkern g1="Yacute" g2="q" k="102" />
+<hkern g1="Yacute" g2="r" k="61" />
+<hkern g1="Yacute" g2="s" k="82" />
+<hkern g1="Yacute" g2="u" k="61" />
+<hkern g1="Yacute" g2="z" k="41" />
+<hkern g1="Yacute" g2="Agrave" k="123" />
+<hkern g1="Yacute" g2="Aacute" k="123" />
+<hkern g1="Yacute" g2="Acircumflex" k="123" />
+<hkern g1="Yacute" g2="Atilde" k="123" />
+<hkern g1="Yacute" g2="Adieresis" k="123" />
+<hkern g1="Yacute" g2="Aring" k="123" />
+<hkern g1="Yacute" g2="Ccedilla" k="41" />
+<hkern g1="Yacute" g2="Ograve" k="41" />
+<hkern g1="Yacute" g2="Oacute" k="41" />
+<hkern g1="Yacute" g2="Ocircumflex" k="41" />
+<hkern g1="Yacute" g2="Otilde" k="41" />
+<hkern g1="Yacute" g2="Odieresis" k="41" />
+<hkern g1="Yacute" g2="Oslash" k="41" />
+<hkern g1="Yacute" g2="agrave" k="102" />
+<hkern g1="Yacute" g2="aacute" k="102" />
+<hkern g1="Yacute" g2="acircumflex" k="102" />
+<hkern g1="Yacute" g2="atilde" k="102" />
+<hkern g1="Yacute" g2="adieresis" k="102" />
+<hkern g1="Yacute" g2="aring" k="102" />
+<hkern g1="Yacute" g2="ae" k="102" />
+<hkern g1="Yacute" g2="ccedilla" k="102" />
+<hkern g1="Yacute" g2="egrave" k="102" />
+<hkern g1="Yacute" g2="eacute" k="102" />
+<hkern g1="Yacute" g2="ecircumflex" k="102" />
+<hkern g1="Yacute" g2="edieresis" k="102" />
+<hkern g1="Yacute" g2="ograve" k="102" />
+<hkern g1="Yacute" g2="oacute" k="102" />
+<hkern g1="Yacute" g2="ocircumflex" k="102" />
+<hkern g1="Yacute" g2="otilde" k="102" />
+<hkern g1="Yacute" g2="odieresis" k="102" />
+<hkern g1="Yacute" g2="oslash" k="102" />
+<hkern g1="Yacute" g2="ugrave" k="61" />
+<hkern g1="Yacute" g2="uacute" k="61" />
+<hkern g1="Yacute" g2="ucircumflex" k="61" />
+<hkern g1="Yacute" g2="udieresis" k="61" />
+<hkern g1="Yacute" g2="Amacron" k="123" />
+<hkern g1="Yacute" g2="amacron" k="102" />
+<hkern g1="Yacute" g2="Abreve" k="123" />
+<hkern g1="Yacute" g2="abreve" k="102" />
+<hkern g1="Yacute" g2="Aogonek" k="123" />
+<hkern g1="Yacute" g2="aogonek" k="102" />
+<hkern g1="Yacute" g2="Cacute" k="41" />
+<hkern g1="Yacute" g2="cacute" k="102" />
+<hkern g1="Yacute" g2="Ccircumflex" k="41" />
+<hkern g1="Yacute" g2="ccircumflex" k="102" />
+<hkern g1="Yacute" g2="Cdot" k="41" />
+<hkern g1="Yacute" g2="cdot" k="102" />
+<hkern g1="Yacute" g2="Ccaron" k="41" />
+<hkern g1="Yacute" g2="ccaron" k="102" />
+<hkern g1="Yacute" g2="dcaron" k="102" />
+<hkern g1="Yacute" g2="" k="102" />
+<hkern g1="Yacute" g2="emacron" k="102" />
+<hkern g1="Yacute" g2="ebreve" k="102" />
+<hkern g1="Yacute" g2="edotaccent" k="102" />
+<hkern g1="Yacute" g2="eogonek" k="102" />
+<hkern g1="Yacute" g2="ecaron" k="102" />
+<hkern g1="Yacute" g2="Gcircumflex" k="41" />
+<hkern g1="Yacute" g2="gcircumflex" k="41" />
+<hkern g1="Yacute" g2="Gbreve" k="41" />
+<hkern g1="Yacute" g2="gbreve" k="41" />
+<hkern g1="Yacute" g2="Gdot" k="41" />
+<hkern g1="Yacute" g2="gdot" k="41" />
+<hkern g1="Yacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Yacute" g2="gcommaaccent" k="41" />
+<hkern g1="Yacute" g2="kgreenlandic" k="61" />
+<hkern g1="Yacute" g2="nacute" k="61" />
+<hkern g1="Yacute" g2="ncommaaccent" k="61" />
+<hkern g1="Yacute" g2="eng" k="61" />
+<hkern g1="Yacute" g2="Omacron" k="41" />
+<hkern g1="Yacute" g2="omacron" k="102" />
+<hkern g1="Yacute" g2="Obreve" k="41" />
+<hkern g1="Yacute" g2="obreve" k="102" />
+<hkern g1="Yacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Yacute" g2="ohungarumlaut" k="102" />
+<hkern g1="Yacute" g2="OE" k="41" />
+<hkern g1="Yacute" g2="oe" k="102" />
+<hkern g1="Yacute" g2="racute" k="61" />
+<hkern g1="Yacute" g2="rcommaaccent" k="61" />
+<hkern g1="Yacute" g2="sacute" k="82" />
+<hkern g1="Yacute" g2="scedilla" k="82" />
+<hkern g1="Yacute" g2="utilde" k="61" />
+<hkern g1="Yacute" g2="umacron" k="61" />
+<hkern g1="Yacute" g2="ubreve" k="61" />
+<hkern g1="Yacute" g2="uring" k="61" />
+<hkern g1="Yacute" g2="uhungarumlaut" k="61" />
+<hkern g1="Yacute" g2="uogonek" k="61" />
+<hkern g1="Yacute" g2="zacute" k="41" />
+<hkern g1="Yacute" g2="zdotaccent" k="41" />
+<hkern g1="Yacute" g2="zcaron" k="41" />
+<hkern g1="Yacute" g2="Aringacute" k="123" />
+<hkern g1="Yacute" g2="aringacute" k="102" />
+<hkern g1="Yacute" g2="aeacute" k="102" />
+<hkern g1="Yacute" g2="Oslashacute" k="41" />
+<hkern g1="Yacute" g2="oslashacute" k="102" />
+<hkern g1="Yacute" g2="scommaaccent" k="82" />
+<hkern g1="Yacute" g2="quotesinglbase" k="123" />
+<hkern g1="Yacute" g2="quotedblbase" k="123" />
+<hkern g1="Yacute" g2="uni1E3F" k="61" />
+<hkern g1="Yacute" g2="uni1E00" k="123" />
+<hkern g1="Yacute" g2="uni1E01" k="102" />
+<hkern g1="Yacute" g2="Ohorn" k="41" />
+<hkern g1="Yacute" g2="ohorn" k="102" />
+<hkern g1="Yacute" g2="uhorn" k="61" />
+<hkern g1="Thorn" g2="comma" k="266" />
+<hkern g1="Thorn" g2="period" k="266" />
+<hkern g1="Thorn" g2="A" k="102" />
+<hkern g1="Thorn" g2="X" k="41" />
+<hkern g1="Thorn" g2="Z" k="20" />
+<hkern g1="Thorn" g2="Agrave" k="102" />
+<hkern g1="Thorn" g2="Aacute" k="102" />
+<hkern g1="Thorn" g2="Acircumflex" k="102" />
+<hkern g1="Thorn" g2="Atilde" k="102" />
+<hkern g1="Thorn" g2="Adieresis" k="102" />
+<hkern g1="Thorn" g2="Aring" k="102" />
+<hkern g1="Thorn" g2="Amacron" k="102" />
+<hkern g1="Thorn" g2="Abreve" k="102" />
+<hkern g1="Thorn" g2="Aogonek" k="102" />
+<hkern g1="Thorn" g2="Zacute" k="20" />
+<hkern g1="Thorn" g2="Zdotaccent" k="20" />
+<hkern g1="Thorn" g2="Zcaron" k="20" />
+<hkern g1="Thorn" g2="Aringacute" k="102" />
+<hkern g1="Thorn" g2="quotesinglbase" k="266" />
+<hkern g1="Thorn" g2="quotedblbase" k="266" />
+<hkern g1="Thorn" g2="uni1E00" k="102" />
+<hkern g1="agrave" g2="quotedbl" k="20" />
+<hkern g1="agrave" g2="quotesingle" k="20" />
+<hkern g1="agrave" g2="quoteright" k="20" />
+<hkern g1="agrave" g2="quotedblright" k="20" />
+<hkern g1="aacute" g2="quotedbl" k="20" />
+<hkern g1="aacute" g2="quotesingle" k="20" />
+<hkern g1="aacute" g2="quoteright" k="20" />
+<hkern g1="aacute" g2="quotedblright" k="20" />
+<hkern g1="acircumflex" g2="quotedbl" k="20" />
+<hkern g1="acircumflex" g2="quotesingle" k="20" />
+<hkern g1="acircumflex" g2="quoteright" k="20" />
+<hkern g1="acircumflex" g2="quotedblright" k="20" />
+<hkern g1="atilde" g2="quotedbl" k="20" />
+<hkern g1="atilde" g2="quotesingle" k="20" />
+<hkern g1="atilde" g2="quoteright" k="20" />
+<hkern g1="atilde" g2="quotedblright" k="20" />
+<hkern g1="adieresis" g2="quotedbl" k="20" />
+<hkern g1="adieresis" g2="quotesingle" k="20" />
+<hkern g1="adieresis" g2="quoteright" k="20" />
+<hkern g1="adieresis" g2="quotedblright" k="20" />
+<hkern g1="aring" g2="quotedbl" k="20" />
+<hkern g1="aring" g2="quotesingle" k="20" />
+<hkern g1="aring" g2="quoteright" k="20" />
+<hkern g1="aring" g2="quotedblright" k="20" />
+<hkern g1="egrave" g2="quotedbl" k="20" />
+<hkern g1="egrave" g2="quotesingle" k="20" />
+<hkern g1="egrave" g2="v" k="41" />
+<hkern g1="egrave" g2="w" k="41" />
+<hkern g1="egrave" g2="x" k="41" />
+<hkern g1="egrave" g2="y" k="41" />
+<hkern g1="egrave" g2="z" k="20" />
+<hkern g1="egrave" g2="yacute" k="41" />
+<hkern g1="egrave" g2="wcircumflex" k="41" />
+<hkern g1="egrave" g2="zacute" k="20" />
+<hkern g1="egrave" g2="zdotaccent" k="20" />
+<hkern g1="egrave" g2="zcaron" k="20" />
+<hkern g1="egrave" g2="wgrave" k="41" />
+<hkern g1="egrave" g2="wacute" k="41" />
+<hkern g1="egrave" g2="quoteright" k="20" />
+<hkern g1="egrave" g2="quotedblright" k="20" />
+<hkern g1="egrave" g2="uni1EF5" k="41" />
+<hkern g1="eacute" g2="quotedbl" k="20" />
+<hkern g1="eacute" g2="quotesingle" k="20" />
+<hkern g1="eacute" g2="v" k="41" />
+<hkern g1="eacute" g2="w" k="41" />
+<hkern g1="eacute" g2="x" k="41" />
+<hkern g1="eacute" g2="y" k="41" />
+<hkern g1="eacute" g2="z" k="20" />
+<hkern g1="eacute" g2="yacute" k="41" />
+<hkern g1="eacute" g2="wcircumflex" k="41" />
+<hkern g1="eacute" g2="zacute" k="20" />
+<hkern g1="eacute" g2="zdotaccent" k="20" />
+<hkern g1="eacute" g2="zcaron" k="20" />
+<hkern g1="eacute" g2="wgrave" k="41" />
+<hkern g1="eacute" g2="wacute" k="41" />
+<hkern g1="eacute" g2="quoteright" k="20" />
+<hkern g1="eacute" g2="quotedblright" k="20" />
+<hkern g1="eacute" g2="uni1EF5" k="41" />
+<hkern g1="ecircumflex" g2="quotedbl" k="20" />
+<hkern g1="ecircumflex" g2="quotesingle" k="20" />
+<hkern g1="ecircumflex" g2="v" k="41" />
+<hkern g1="ecircumflex" g2="w" k="41" />
+<hkern g1="ecircumflex" g2="x" k="41" />
+<hkern g1="ecircumflex" g2="y" k="41" />
+<hkern g1="ecircumflex" g2="z" k="20" />
+<hkern g1="ecircumflex" g2="yacute" k="41" />
+<hkern g1="ecircumflex" g2="wcircumflex" k="41" />
+<hkern g1="ecircumflex" g2="zacute" k="20" />
+<hkern g1="ecircumflex" g2="zdotaccent" k="20" />
+<hkern g1="ecircumflex" g2="zcaron" k="20" />
+<hkern g1="ecircumflex" g2="wgrave" k="41" />
+<hkern g1="ecircumflex" g2="wacute" k="41" />
+<hkern g1="ecircumflex" g2="quoteright" k="20" />
+<hkern g1="ecircumflex" g2="quotedblright" k="20" />
+<hkern g1="ecircumflex" g2="uni1EF5" k="41" />
+<hkern g1="edieresis" g2="quotedbl" k="20" />
+<hkern g1="edieresis" g2="quotesingle" k="20" />
+<hkern g1="edieresis" g2="v" k="41" />
+<hkern g1="edieresis" g2="w" k="41" />
+<hkern g1="edieresis" g2="x" k="41" />
+<hkern g1="edieresis" g2="y" k="41" />
+<hkern g1="edieresis" g2="z" k="20" />
+<hkern g1="edieresis" g2="yacute" k="41" />
+<hkern g1="edieresis" g2="wcircumflex" k="41" />
+<hkern g1="edieresis" g2="zacute" k="20" />
+<hkern g1="edieresis" g2="zdotaccent" k="20" />
+<hkern g1="edieresis" g2="zcaron" k="20" />
+<hkern g1="edieresis" g2="wgrave" k="41" />
+<hkern g1="edieresis" g2="wacute" k="41" />
+<hkern g1="edieresis" g2="quoteright" k="20" />
+<hkern g1="edieresis" g2="quotedblright" k="20" />
+<hkern g1="edieresis" g2="uni1EF5" k="41" />
+<hkern g1="eth" g2="quotedbl" k="20" />
+<hkern g1="eth" g2="quotesingle" k="20" />
+<hkern g1="eth" g2="v" k="41" />
+<hkern g1="eth" g2="w" k="41" />
+<hkern g1="eth" g2="x" k="41" />
+<hkern g1="eth" g2="y" k="41" />
+<hkern g1="eth" g2="z" k="20" />
+<hkern g1="eth" g2="yacute" k="41" />
+<hkern g1="eth" g2="wcircumflex" k="41" />
+<hkern g1="eth" g2="zacute" k="20" />
+<hkern g1="eth" g2="zdotaccent" k="20" />
+<hkern g1="eth" g2="zcaron" k="20" />
+<hkern g1="eth" g2="wgrave" k="41" />
+<hkern g1="eth" g2="wacute" k="41" />
+<hkern g1="eth" g2="quoteright" k="20" />
+<hkern g1="eth" g2="quotedblright" k="20" />
+<hkern g1="eth" g2="uni1EF5" k="41" />
+<hkern g1="ograve" g2="quotedbl" k="20" />
+<hkern g1="ograve" g2="quotesingle" k="20" />
+<hkern g1="ograve" g2="v" k="41" />
+<hkern g1="ograve" g2="w" k="41" />
+<hkern g1="ograve" g2="x" k="41" />
+<hkern g1="ograve" g2="y" k="41" />
+<hkern g1="ograve" g2="z" k="20" />
+<hkern g1="ograve" g2="yacute" k="41" />
+<hkern g1="ograve" g2="wcircumflex" k="41" />
+<hkern g1="ograve" g2="zacute" k="20" />
+<hkern g1="ograve" g2="zdotaccent" k="20" />
+<hkern g1="ograve" g2="zcaron" k="20" />
+<hkern g1="ograve" g2="wgrave" k="41" />
+<hkern g1="ograve" g2="wacute" k="41" />
+<hkern g1="ograve" g2="quoteright" k="20" />
+<hkern g1="ograve" g2="quotedblright" k="20" />
+<hkern g1="ograve" g2="uni1EF5" k="41" />
+<hkern g1="oacute" g2="quotedbl" k="20" />
+<hkern g1="oacute" g2="quotesingle" k="20" />
+<hkern g1="oacute" g2="v" k="41" />
+<hkern g1="oacute" g2="w" k="41" />
+<hkern g1="oacute" g2="x" k="41" />
+<hkern g1="oacute" g2="y" k="41" />
+<hkern g1="oacute" g2="z" k="20" />
+<hkern g1="oacute" g2="yacute" k="41" />
+<hkern g1="oacute" g2="wcircumflex" k="41" />
+<hkern g1="oacute" g2="zacute" k="20" />
+<hkern g1="oacute" g2="zdotaccent" k="20" />
+<hkern g1="oacute" g2="zcaron" k="20" />
+<hkern g1="oacute" g2="wgrave" k="41" />
+<hkern g1="oacute" g2="wacute" k="41" />
+<hkern g1="oacute" g2="quoteright" k="20" />
+<hkern g1="oacute" g2="quotedblright" k="20" />
+<hkern g1="oacute" g2="uni1EF5" k="41" />
+<hkern g1="ocircumflex" g2="quotedbl" k="20" />
+<hkern g1="ocircumflex" g2="quotesingle" k="20" />
+<hkern g1="ocircumflex" g2="v" k="41" />
+<hkern g1="ocircumflex" g2="w" k="41" />
+<hkern g1="ocircumflex" g2="x" k="41" />
+<hkern g1="ocircumflex" g2="y" k="41" />
+<hkern g1="ocircumflex" g2="z" k="20" />
+<hkern g1="ocircumflex" g2="yacute" k="41" />
+<hkern g1="ocircumflex" g2="wcircumflex" k="41" />
+<hkern g1="ocircumflex" g2="zacute" k="20" />
+<hkern g1="ocircumflex" g2="zdotaccent" k="20" />
+<hkern g1="ocircumflex" g2="zcaron" k="20" />
+<hkern g1="ocircumflex" g2="wgrave" k="41" />
+<hkern g1="ocircumflex" g2="wacute" k="41" />
+<hkern g1="ocircumflex" g2="quoteright" k="20" />
+<hkern g1="ocircumflex" g2="quotedblright" k="20" />
+<hkern g1="ocircumflex" g2="uni1EF5" k="41" />
+<hkern g1="odieresis" g2="quotedbl" k="41" />
+<hkern g1="odieresis" g2="quotesingle" k="41" />
+<hkern g1="odieresis" g2="quoteright" k="41" />
+<hkern g1="odieresis" g2="quotedblright" k="41" />
+<hkern g1="oslash" g2="quotedbl" k="20" />
+<hkern g1="oslash" g2="quotesingle" k="20" />
+<hkern g1="oslash" g2="v" k="41" />
+<hkern g1="oslash" g2="w" k="41" />
+<hkern g1="oslash" g2="x" k="41" />
+<hkern g1="oslash" g2="y" k="41" />
+<hkern g1="oslash" g2="z" k="20" />
+<hkern g1="oslash" g2="yacute" k="41" />
+<hkern g1="oslash" g2="wcircumflex" k="41" />
+<hkern g1="oslash" g2="zacute" k="20" />
+<hkern g1="oslash" g2="zdotaccent" k="20" />
+<hkern g1="oslash" g2="zcaron" k="20" />
+<hkern g1="oslash" g2="wgrave" k="41" />
+<hkern g1="oslash" g2="wacute" k="41" />
+<hkern g1="oslash" g2="quoteright" k="20" />
+<hkern g1="oslash" g2="quotedblright" k="20" />
+<hkern g1="oslash" g2="uni1EF5" k="41" />
+<hkern g1="yacute" g2="quotedbl" k="-82" />
+<hkern g1="yacute" g2="quotesingle" k="-82" />
+<hkern g1="yacute" g2="comma" k="82" />
+<hkern g1="yacute" g2="period" k="82" />
+<hkern g1="yacute" g2="question" k="-41" />
+<hkern g1="yacute" g2="quoteright" k="-82" />
+<hkern g1="yacute" g2="quotesinglbase" k="82" />
+<hkern g1="yacute" g2="quotedblright" k="-82" />
+<hkern g1="yacute" g2="quotedblbase" k="82" />
+<hkern g1="thorn" g2="quotedbl" k="20" />
+<hkern g1="thorn" g2="quotesingle" k="20" />
+<hkern g1="thorn" g2="v" k="41" />
+<hkern g1="thorn" g2="w" k="41" />
+<hkern g1="thorn" g2="x" k="41" />
+<hkern g1="thorn" g2="y" k="41" />
+<hkern g1="thorn" g2="z" k="20" />
+<hkern g1="thorn" g2="yacute" k="41" />
+<hkern g1="thorn" g2="wcircumflex" k="41" />
+<hkern g1="thorn" g2="zacute" k="20" />
+<hkern g1="thorn" g2="zdotaccent" k="20" />
+<hkern g1="thorn" g2="zcaron" k="20" />
+<hkern g1="thorn" g2="wgrave" k="41" />
+<hkern g1="thorn" g2="wacute" k="41" />
+<hkern g1="thorn" g2="quoteright" k="20" />
+<hkern g1="thorn" g2="quotedblright" k="20" />
+<hkern g1="thorn" g2="uni1EF5" k="41" />
+<hkern g1="ydieresis" g2="quotedbl" k="-82" />
+<hkern g1="ydieresis" g2="quotesingle" k="-82" />
+<hkern g1="ydieresis" g2="comma" k="82" />
+<hkern g1="ydieresis" g2="period" k="82" />
+<hkern g1="ydieresis" g2="question" k="-41" />
+<hkern g1="ydieresis" g2="quoteright" k="-82" />
+<hkern g1="ydieresis" g2="quotesinglbase" k="82" />
+<hkern g1="ydieresis" g2="quotedblright" k="-82" />
+<hkern g1="ydieresis" g2="quotedblbase" k="82" />
+<hkern g1="Amacron" g2="quotedbl" k="143" />
+<hkern g1="Amacron" g2="quotesingle" k="143" />
+<hkern g1="Amacron" g2="C" k="41" />
+<hkern g1="Amacron" g2="G" k="41" />
+<hkern g1="Amacron" g2="J" k="-266" />
+<hkern g1="Amacron" g2="O" k="41" />
+<hkern g1="Amacron" g2="Q" k="41" />
+<hkern g1="Amacron" g2="T" k="143" />
+<hkern g1="Amacron" g2="V" k="82" />
+<hkern g1="Amacron" g2="W" k="82" />
+<hkern g1="Amacron" g2="Y" k="123" />
+<hkern g1="Amacron" g2="Ccedilla" k="41" />
+<hkern g1="Amacron" g2="Ograve" k="41" />
+<hkern g1="Amacron" g2="Oacute" k="41" />
+<hkern g1="Amacron" g2="Ocircumflex" k="41" />
+<hkern g1="Amacron" g2="Otilde" k="41" />
+<hkern g1="Amacron" g2="Odieresis" k="41" />
+<hkern g1="Amacron" g2="Oslash" k="41" />
+<hkern g1="Amacron" g2="Yacute" k="123" />
+<hkern g1="Amacron" g2="Cacute" k="41" />
+<hkern g1="Amacron" g2="Ccircumflex" k="41" />
+<hkern g1="Amacron" g2="Cdot" k="41" />
+<hkern g1="Amacron" g2="Ccaron" k="41" />
+<hkern g1="Amacron" g2="Gcircumflex" k="41" />
+<hkern g1="Amacron" g2="Gbreve" k="41" />
+<hkern g1="Amacron" g2="Gdot" k="41" />
+<hkern g1="Amacron" g2="Gcommaaccent" k="41" />
+<hkern g1="Amacron" g2="Omacron" k="41" />
+<hkern g1="Amacron" g2="Obreve" k="41" />
+<hkern g1="Amacron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Amacron" g2="OE" k="41" />
+<hkern g1="Amacron" g2="Tcommaaccent" k="143" />
+<hkern g1="Amacron" g2="Tcaron" k="143" />
+<hkern g1="Amacron" g2="Wcircumflex" k="82" />
+<hkern g1="Amacron" g2="Ycircumflex" k="123" />
+<hkern g1="Amacron" g2="Ydieresis" k="123" />
+<hkern g1="Amacron" g2="Oslashacute" k="41" />
+<hkern g1="Amacron" g2="Wgrave" k="82" />
+<hkern g1="Amacron" g2="Wacute" k="82" />
+<hkern g1="Amacron" g2="Wdieresis" k="82" />
+<hkern g1="Amacron" g2="Ygrave" k="123" />
+<hkern g1="Amacron" g2="quoteright" k="143" />
+<hkern g1="Amacron" g2="quotedblright" k="143" />
+<hkern g1="Amacron" g2="Ohorn" k="41" />
+<hkern g1="Amacron" g2="uni1EF4" k="123" />
+<hkern g1="Amacron" g2="uni1EF6" k="123" />
+<hkern g1="Amacron" g2="uni1EF8" k="123" />
+<hkern g1="Amacron" g2="Tcedilla" k="143" />
+<hkern g1="amacron" g2="quotedbl" k="20" />
+<hkern g1="amacron" g2="quotesingle" k="20" />
+<hkern g1="amacron" g2="quoteright" k="20" />
+<hkern g1="amacron" g2="quotedblright" k="20" />
+<hkern g1="Abreve" g2="quotedbl" k="143" />
+<hkern g1="Abreve" g2="quotesingle" k="143" />
+<hkern g1="Abreve" g2="C" k="41" />
+<hkern g1="Abreve" g2="G" k="41" />
+<hkern g1="Abreve" g2="J" k="-266" />
+<hkern g1="Abreve" g2="O" k="41" />
+<hkern g1="Abreve" g2="Q" k="41" />
+<hkern g1="Abreve" g2="T" k="143" />
+<hkern g1="Abreve" g2="V" k="82" />
+<hkern g1="Abreve" g2="W" k="82" />
+<hkern g1="Abreve" g2="Y" k="123" />
+<hkern g1="Abreve" g2="Ccedilla" k="41" />
+<hkern g1="Abreve" g2="Ograve" k="41" />
+<hkern g1="Abreve" g2="Oacute" k="41" />
+<hkern g1="Abreve" g2="Ocircumflex" k="41" />
+<hkern g1="Abreve" g2="Otilde" k="41" />
+<hkern g1="Abreve" g2="Odieresis" k="41" />
+<hkern g1="Abreve" g2="Oslash" k="41" />
+<hkern g1="Abreve" g2="Yacute" k="123" />
+<hkern g1="Abreve" g2="Cacute" k="41" />
+<hkern g1="Abreve" g2="Ccircumflex" k="41" />
+<hkern g1="Abreve" g2="Cdot" k="41" />
+<hkern g1="Abreve" g2="Ccaron" k="41" />
+<hkern g1="Abreve" g2="Gcircumflex" k="41" />
+<hkern g1="Abreve" g2="Gbreve" k="41" />
+<hkern g1="Abreve" g2="Gdot" k="41" />
+<hkern g1="Abreve" g2="Gcommaaccent" k="41" />
+<hkern g1="Abreve" g2="Omacron" k="41" />
+<hkern g1="Abreve" g2="Obreve" k="41" />
+<hkern g1="Abreve" g2="Ohungarumlaut" k="41" />
+<hkern g1="Abreve" g2="OE" k="41" />
+<hkern g1="Abreve" g2="Tcommaaccent" k="143" />
+<hkern g1="Abreve" g2="Tcaron" k="143" />
+<hkern g1="Abreve" g2="Wcircumflex" k="82" />
+<hkern g1="Abreve" g2="Ycircumflex" k="123" />
+<hkern g1="Abreve" g2="Ydieresis" k="123" />
+<hkern g1="Abreve" g2="Oslashacute" k="41" />
+<hkern g1="Abreve" g2="Wgrave" k="82" />
+<hkern g1="Abreve" g2="Wacute" k="82" />
+<hkern g1="Abreve" g2="Wdieresis" k="82" />
+<hkern g1="Abreve" g2="Ygrave" k="123" />
+<hkern g1="Abreve" g2="quoteright" k="143" />
+<hkern g1="Abreve" g2="quotedblright" k="143" />
+<hkern g1="Abreve" g2="Ohorn" k="41" />
+<hkern g1="Abreve" g2="uni1EF4" k="123" />
+<hkern g1="Abreve" g2="uni1EF6" k="123" />
+<hkern g1="Abreve" g2="uni1EF8" k="123" />
+<hkern g1="Abreve" g2="Tcedilla" k="143" />
+<hkern g1="abreve" g2="quotedbl" k="20" />
+<hkern g1="abreve" g2="quotesingle" k="20" />
+<hkern g1="abreve" g2="quoteright" k="20" />
+<hkern g1="abreve" g2="quotedblright" k="20" />
+<hkern g1="Aogonek" g2="quotedbl" k="143" />
+<hkern g1="Aogonek" g2="quotesingle" k="143" />
+<hkern g1="Aogonek" g2="C" k="41" />
+<hkern g1="Aogonek" g2="G" k="41" />
+<hkern g1="Aogonek" g2="J" k="-266" />
+<hkern g1="Aogonek" g2="O" k="41" />
+<hkern g1="Aogonek" g2="Q" k="41" />
+<hkern g1="Aogonek" g2="T" k="143" />
+<hkern g1="Aogonek" g2="V" k="82" />
+<hkern g1="Aogonek" g2="W" k="82" />
+<hkern g1="Aogonek" g2="Y" k="123" />
+<hkern g1="Aogonek" g2="Ccedilla" k="41" />
+<hkern g1="Aogonek" g2="Ograve" k="41" />
+<hkern g1="Aogonek" g2="Oacute" k="41" />
+<hkern g1="Aogonek" g2="Ocircumflex" k="41" />
+<hkern g1="Aogonek" g2="Otilde" k="41" />
+<hkern g1="Aogonek" g2="Odieresis" k="41" />
+<hkern g1="Aogonek" g2="Oslash" k="41" />
+<hkern g1="Aogonek" g2="Yacute" k="123" />
+<hkern g1="Aogonek" g2="Cacute" k="41" />
+<hkern g1="Aogonek" g2="Ccircumflex" k="41" />
+<hkern g1="Aogonek" g2="Cdot" k="41" />
+<hkern g1="Aogonek" g2="Ccaron" k="41" />
+<hkern g1="Aogonek" g2="Gcircumflex" k="41" />
+<hkern g1="Aogonek" g2="Gbreve" k="41" />
+<hkern g1="Aogonek" g2="Gdot" k="41" />
+<hkern g1="Aogonek" g2="Gcommaaccent" k="41" />
+<hkern g1="Aogonek" g2="Omacron" k="41" />
+<hkern g1="Aogonek" g2="Obreve" k="41" />
+<hkern g1="Aogonek" g2="Ohungarumlaut" k="41" />
+<hkern g1="Aogonek" g2="OE" k="41" />
+<hkern g1="Aogonek" g2="Tcommaaccent" k="143" />
+<hkern g1="Aogonek" g2="Tcaron" k="143" />
+<hkern g1="Aogonek" g2="Wcircumflex" k="82" />
+<hkern g1="Aogonek" g2="Ycircumflex" k="123" />
+<hkern g1="Aogonek" g2="Ydieresis" k="123" />
+<hkern g1="Aogonek" g2="Oslashacute" k="41" />
+<hkern g1="Aogonek" g2="Wgrave" k="82" />
+<hkern g1="Aogonek" g2="Wacute" k="82" />
+<hkern g1="Aogonek" g2="Wdieresis" k="82" />
+<hkern g1="Aogonek" g2="Ygrave" k="123" />
+<hkern g1="Aogonek" g2="quoteright" k="143" />
+<hkern g1="Aogonek" g2="quotedblright" k="143" />
+<hkern g1="Aogonek" g2="Ohorn" k="41" />
+<hkern g1="Aogonek" g2="uni1EF4" k="123" />
+<hkern g1="Aogonek" g2="uni1EF6" k="123" />
+<hkern g1="Aogonek" g2="uni1EF8" k="123" />
+<hkern g1="Aogonek" g2="Tcedilla" k="143" />
+<hkern g1="aogonek" g2="quotedbl" k="20" />
+<hkern g1="aogonek" g2="quotesingle" k="20" />
+<hkern g1="aogonek" g2="quoteright" k="20" />
+<hkern g1="aogonek" g2="quotedblright" k="20" />
+<hkern g1="Cacute" g2="C" k="41" />
+<hkern g1="Cacute" g2="G" k="41" />
+<hkern g1="Cacute" g2="O" k="41" />
+<hkern g1="Cacute" g2="Q" k="41" />
+<hkern g1="Cacute" g2="Ccedilla" k="41" />
+<hkern g1="Cacute" g2="Ograve" k="41" />
+<hkern g1="Cacute" g2="Oacute" k="41" />
+<hkern g1="Cacute" g2="Ocircumflex" k="41" />
+<hkern g1="Cacute" g2="Otilde" k="41" />
+<hkern g1="Cacute" g2="Odieresis" k="41" />
+<hkern g1="Cacute" g2="Oslash" k="41" />
+<hkern g1="Cacute" g2="Cacute" k="41" />
+<hkern g1="Cacute" g2="Ccircumflex" k="41" />
+<hkern g1="Cacute" g2="Cdot" k="41" />
+<hkern g1="Cacute" g2="Ccaron" k="41" />
+<hkern g1="Cacute" g2="Gcircumflex" k="41" />
+<hkern g1="Cacute" g2="Gbreve" k="41" />
+<hkern g1="Cacute" g2="Gdot" k="41" />
+<hkern g1="Cacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Cacute" g2="Omacron" k="41" />
+<hkern g1="Cacute" g2="Obreve" k="41" />
+<hkern g1="Cacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Cacute" g2="OE" k="41" />
+<hkern g1="Cacute" g2="Oslashacute" k="41" />
+<hkern g1="Cacute" g2="Ohorn" k="41" />
+<hkern g1="Ccircumflex" g2="C" k="41" />
+<hkern g1="Ccircumflex" g2="G" k="41" />
+<hkern g1="Ccircumflex" g2="O" k="41" />
+<hkern g1="Ccircumflex" g2="Q" k="41" />
+<hkern g1="Ccircumflex" g2="Ccedilla" k="41" />
+<hkern g1="Ccircumflex" g2="Ograve" k="41" />
+<hkern g1="Ccircumflex" g2="Oacute" k="41" />
+<hkern g1="Ccircumflex" g2="Ocircumflex" k="41" />
+<hkern g1="Ccircumflex" g2="Otilde" k="41" />
+<hkern g1="Ccircumflex" g2="Odieresis" k="41" />
+<hkern g1="Ccircumflex" g2="Oslash" k="41" />
+<hkern g1="Ccircumflex" g2="Cacute" k="41" />
+<hkern g1="Ccircumflex" g2="Ccircumflex" k="41" />
+<hkern g1="Ccircumflex" g2="Cdot" k="41" />
+<hkern g1="Ccircumflex" g2="Ccaron" k="41" />
+<hkern g1="Ccircumflex" g2="Gcircumflex" k="41" />
+<hkern g1="Ccircumflex" g2="Gbreve" k="41" />
+<hkern g1="Ccircumflex" g2="Gdot" k="41" />
+<hkern g1="Ccircumflex" g2="Gcommaaccent" k="41" />
+<hkern g1="Ccircumflex" g2="Omacron" k="41" />
+<hkern g1="Ccircumflex" g2="Obreve" k="41" />
+<hkern g1="Ccircumflex" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ccircumflex" g2="OE" k="41" />
+<hkern g1="Ccircumflex" g2="Oslashacute" k="41" />
+<hkern g1="Ccircumflex" g2="Ohorn" k="41" />
+<hkern g1="Cdot" g2="C" k="41" />
+<hkern g1="Cdot" g2="G" k="41" />
+<hkern g1="Cdot" g2="O" k="41" />
+<hkern g1="Cdot" g2="Q" k="41" />
+<hkern g1="Cdot" g2="Ccedilla" k="41" />
+<hkern g1="Cdot" g2="Ograve" k="41" />
+<hkern g1="Cdot" g2="Oacute" k="41" />
+<hkern g1="Cdot" g2="Ocircumflex" k="41" />
+<hkern g1="Cdot" g2="Otilde" k="41" />
+<hkern g1="Cdot" g2="Odieresis" k="41" />
+<hkern g1="Cdot" g2="Oslash" k="41" />
+<hkern g1="Cdot" g2="Cacute" k="41" />
+<hkern g1="Cdot" g2="Ccircumflex" k="41" />
+<hkern g1="Cdot" g2="Cdot" k="41" />
+<hkern g1="Cdot" g2="Ccaron" k="41" />
+<hkern g1="Cdot" g2="Gcircumflex" k="41" />
+<hkern g1="Cdot" g2="Gbreve" k="41" />
+<hkern g1="Cdot" g2="Gdot" k="41" />
+<hkern g1="Cdot" g2="Gcommaaccent" k="41" />
+<hkern g1="Cdot" g2="Omacron" k="41" />
+<hkern g1="Cdot" g2="Obreve" k="41" />
+<hkern g1="Cdot" g2="Ohungarumlaut" k="41" />
+<hkern g1="Cdot" g2="OE" k="41" />
+<hkern g1="Cdot" g2="Oslashacute" k="41" />
+<hkern g1="Cdot" g2="Ohorn" k="41" />
+<hkern g1="Ccaron" g2="C" k="41" />
+<hkern g1="Ccaron" g2="G" k="41" />
+<hkern g1="Ccaron" g2="O" k="41" />
+<hkern g1="Ccaron" g2="Q" k="41" />
+<hkern g1="Ccaron" g2="Ccedilla" k="41" />
+<hkern g1="Ccaron" g2="Ograve" k="41" />
+<hkern g1="Ccaron" g2="Oacute" k="41" />
+<hkern g1="Ccaron" g2="Ocircumflex" k="41" />
+<hkern g1="Ccaron" g2="Otilde" k="41" />
+<hkern g1="Ccaron" g2="Odieresis" k="41" />
+<hkern g1="Ccaron" g2="Oslash" k="41" />
+<hkern g1="Ccaron" g2="Cacute" k="41" />
+<hkern g1="Ccaron" g2="Ccircumflex" k="41" />
+<hkern g1="Ccaron" g2="Cdot" k="41" />
+<hkern g1="Ccaron" g2="Ccaron" k="41" />
+<hkern g1="Ccaron" g2="Gcircumflex" k="41" />
+<hkern g1="Ccaron" g2="Gbreve" k="41" />
+<hkern g1="Ccaron" g2="Gdot" k="41" />
+<hkern g1="Ccaron" g2="Gcommaaccent" k="41" />
+<hkern g1="Ccaron" g2="Omacron" k="41" />
+<hkern g1="Ccaron" g2="Obreve" k="41" />
+<hkern g1="Ccaron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ccaron" g2="OE" k="41" />
+<hkern g1="Ccaron" g2="Oslashacute" k="41" />
+<hkern g1="Ccaron" g2="Ohorn" k="41" />
+<hkern g1="Dcaron" g2="comma" k="82" />
+<hkern g1="Dcaron" g2="period" k="82" />
+<hkern g1="Dcaron" g2="A" k="41" />
+<hkern g1="Dcaron" g2="T" k="61" />
+<hkern g1="Dcaron" g2="V" k="20" />
+<hkern g1="Dcaron" g2="W" k="20" />
+<hkern g1="Dcaron" g2="X" k="41" />
+<hkern g1="Dcaron" g2="Y" k="20" />
+<hkern g1="Dcaron" g2="Z" k="20" />
+<hkern g1="Dcaron" g2="Agrave" k="41" />
+<hkern g1="Dcaron" g2="Aacute" k="41" />
+<hkern g1="Dcaron" g2="Acircumflex" k="41" />
+<hkern g1="Dcaron" g2="Atilde" k="41" />
+<hkern g1="Dcaron" g2="Adieresis" k="41" />
+<hkern g1="Dcaron" g2="Aring" k="41" />
+<hkern g1="Dcaron" g2="Yacute" k="20" />
+<hkern g1="Dcaron" g2="Amacron" k="41" />
+<hkern g1="Dcaron" g2="Abreve" k="41" />
+<hkern g1="Dcaron" g2="Aogonek" k="41" />
+<hkern g1="Dcaron" g2="Tcommaaccent" k="61" />
+<hkern g1="Dcaron" g2="Tcaron" k="61" />
+<hkern g1="Dcaron" g2="Wcircumflex" k="20" />
+<hkern g1="Dcaron" g2="Ycircumflex" k="20" />
+<hkern g1="Dcaron" g2="Ydieresis" k="20" />
+<hkern g1="Dcaron" g2="Zacute" k="20" />
+<hkern g1="Dcaron" g2="Zdotaccent" k="20" />
+<hkern g1="Dcaron" g2="Zcaron" k="20" />
+<hkern g1="Dcaron" g2="Aringacute" k="41" />
+<hkern g1="Dcaron" g2="Wgrave" k="20" />
+<hkern g1="Dcaron" g2="Wacute" k="20" />
+<hkern g1="Dcaron" g2="Wdieresis" k="20" />
+<hkern g1="Dcaron" g2="Ygrave" k="20" />
+<hkern g1="Dcaron" g2="quotesinglbase" k="82" />
+<hkern g1="Dcaron" g2="quotedblbase" k="82" />
+<hkern g1="Dcaron" g2="uni1E00" k="41" />
+<hkern g1="Dcaron" g2="uni1EF4" k="20" />
+<hkern g1="Dcaron" g2="uni1EF6" k="20" />
+<hkern g1="Dcaron" g2="uni1EF8" k="20" />
+<hkern g1="Dcaron" g2="Tcedilla" k="61" />
+<hkern g1="dcaron" g2="quotedbl" k="-82" />
+<hkern g1="dcaron" g2="quotesingle" k="-82" />
+<hkern g1="dcaron" g2="parenright" k="-143" />
+<hkern g1="dcaron" g2="question" k="-164" />
+<hkern g1="dcaron" g2="bracketright" k="-143" />
+<hkern g1="dcaron" g2="b" k="-61" />
+<hkern g1="dcaron" g2="h" k="-61" />
+<hkern g1="dcaron" g2="k" k="-61" />
+<hkern g1="dcaron" g2="l" k="-61" />
+<hkern g1="dcaron" g2="braceright" k="-143" />
+<hkern g1="dcaron" g2="hcircumflex" k="-61" />
+<hkern g1="dcaron" g2="hbar" k="-123" />
+<hkern g1="dcaron" g2="quoteright" k="-82" />
+<hkern g1="dcaron" g2="quotedblright" k="-82" />
+<hkern g1="Dcroat" g2="comma" k="82" />
+<hkern g1="Dcroat" g2="period" k="82" />
+<hkern g1="Dcroat" g2="A" k="41" />
+<hkern g1="Dcroat" g2="T" k="61" />
+<hkern g1="Dcroat" g2="V" k="20" />
+<hkern g1="Dcroat" g2="W" k="20" />
+<hkern g1="Dcroat" g2="X" k="41" />
+<hkern g1="Dcroat" g2="Y" k="20" />
+<hkern g1="Dcroat" g2="Z" k="20" />
+<hkern g1="Dcroat" g2="Agrave" k="41" />
+<hkern g1="Dcroat" g2="Aacute" k="41" />
+<hkern g1="Dcroat" g2="Acircumflex" k="41" />
+<hkern g1="Dcroat" g2="Atilde" k="41" />
+<hkern g1="Dcroat" g2="Adieresis" k="41" />
+<hkern g1="Dcroat" g2="Aring" k="41" />
+<hkern g1="Dcroat" g2="Yacute" k="20" />
+<hkern g1="Dcroat" g2="Amacron" k="41" />
+<hkern g1="Dcroat" g2="Abreve" k="41" />
+<hkern g1="Dcroat" g2="Aogonek" k="41" />
+<hkern g1="Dcroat" g2="Tcommaaccent" k="61" />
+<hkern g1="Dcroat" g2="Tcaron" k="61" />
+<hkern g1="Dcroat" g2="Wcircumflex" k="20" />
+<hkern g1="Dcroat" g2="Ycircumflex" k="20" />
+<hkern g1="Dcroat" g2="Ydieresis" k="20" />
+<hkern g1="Dcroat" g2="Zacute" k="20" />
+<hkern g1="Dcroat" g2="Zdotaccent" k="20" />
+<hkern g1="Dcroat" g2="Zcaron" k="20" />
+<hkern g1="Dcroat" g2="Aringacute" k="41" />
+<hkern g1="Dcroat" g2="Wgrave" k="20" />
+<hkern g1="Dcroat" g2="Wacute" k="20" />
+<hkern g1="Dcroat" g2="Wdieresis" k="20" />
+<hkern g1="Dcroat" g2="Ygrave" k="20" />
+<hkern g1="Dcroat" g2="quotesinglbase" k="82" />
+<hkern g1="Dcroat" g2="quotedblbase" k="82" />
+<hkern g1="Dcroat" g2="uni1E00" k="41" />
+<hkern g1="Dcroat" g2="uni1EF4" k="20" />
+<hkern g1="Dcroat" g2="uni1EF6" k="20" />
+<hkern g1="Dcroat" g2="uni1EF8" k="20" />
+<hkern g1="Dcroat" g2="Tcedilla" k="61" />
+<hkern g1="Emacron" g2="J" k="-123" />
+<hkern g1="emacron" g2="quotedbl" k="20" />
+<hkern g1="emacron" g2="quotesingle" k="20" />
+<hkern g1="emacron" g2="v" k="41" />
+<hkern g1="emacron" g2="w" k="41" />
+<hkern g1="emacron" g2="x" k="41" />
+<hkern g1="emacron" g2="y" k="41" />
+<hkern g1="emacron" g2="z" k="20" />
+<hkern g1="emacron" g2="yacute" k="41" />
+<hkern g1="emacron" g2="wcircumflex" k="41" />
+<hkern g1="emacron" g2="zacute" k="20" />
+<hkern g1="emacron" g2="zdotaccent" k="20" />
+<hkern g1="emacron" g2="zcaron" k="20" />
+<hkern g1="emacron" g2="wgrave" k="41" />
+<hkern g1="emacron" g2="wacute" k="41" />
+<hkern g1="emacron" g2="quoteright" k="20" />
+<hkern g1="emacron" g2="quotedblright" k="20" />
+<hkern g1="emacron" g2="uni1EF5" k="41" />
+<hkern g1="Ebreve" g2="J" k="-123" />
+<hkern g1="ebreve" g2="quotedbl" k="20" />
+<hkern g1="ebreve" g2="quotesingle" k="20" />
+<hkern g1="ebreve" g2="v" k="41" />
+<hkern g1="ebreve" g2="w" k="41" />
+<hkern g1="ebreve" g2="x" k="41" />
+<hkern g1="ebreve" g2="y" k="41" />
+<hkern g1="ebreve" g2="z" k="20" />
+<hkern g1="ebreve" g2="yacute" k="41" />
+<hkern g1="ebreve" g2="wcircumflex" k="41" />
+<hkern g1="ebreve" g2="zacute" k="20" />
+<hkern g1="ebreve" g2="zdotaccent" k="20" />
+<hkern g1="ebreve" g2="zcaron" k="20" />
+<hkern g1="ebreve" g2="wgrave" k="41" />
+<hkern g1="ebreve" g2="wacute" k="41" />
+<hkern g1="ebreve" g2="quoteright" k="20" />
+<hkern g1="ebreve" g2="quotedblright" k="20" />
+<hkern g1="ebreve" g2="uni1EF5" k="41" />
+<hkern g1="Edotaccent" g2="J" k="-123" />
+<hkern g1="edotaccent" g2="quotedbl" k="20" />
+<hkern g1="edotaccent" g2="quotesingle" k="20" />
+<hkern g1="edotaccent" g2="v" k="41" />
+<hkern g1="edotaccent" g2="w" k="41" />
+<hkern g1="edotaccent" g2="x" k="41" />
+<hkern g1="edotaccent" g2="y" k="41" />
+<hkern g1="edotaccent" g2="z" k="20" />
+<hkern g1="edotaccent" g2="yacute" k="41" />
+<hkern g1="edotaccent" g2="wcircumflex" k="41" />
+<hkern g1="edotaccent" g2="zacute" k="20" />
+<hkern g1="edotaccent" g2="zdotaccent" k="20" />
+<hkern g1="edotaccent" g2="zcaron" k="20" />
+<hkern g1="edotaccent" g2="wgrave" k="41" />
+<hkern g1="edotaccent" g2="wacute" k="41" />
+<hkern g1="edotaccent" g2="quoteright" k="20" />
+<hkern g1="edotaccent" g2="quotedblright" k="20" />
+<hkern g1="edotaccent" g2="uni1EF5" k="41" />
+<hkern g1="Eogonek" g2="J" k="-123" />
+<hkern g1="eogonek" g2="quotedbl" k="20" />
+<hkern g1="eogonek" g2="quotesingle" k="20" />
+<hkern g1="eogonek" g2="v" k="41" />
+<hkern g1="eogonek" g2="w" k="41" />
+<hkern g1="eogonek" g2="x" k="41" />
+<hkern g1="eogonek" g2="y" k="41" />
+<hkern g1="eogonek" g2="z" k="20" />
+<hkern g1="eogonek" g2="yacute" k="41" />
+<hkern g1="eogonek" g2="wcircumflex" k="41" />
+<hkern g1="eogonek" g2="zacute" k="20" />
+<hkern g1="eogonek" g2="zdotaccent" k="20" />
+<hkern g1="eogonek" g2="zcaron" k="20" />
+<hkern g1="eogonek" g2="wgrave" k="41" />
+<hkern g1="eogonek" g2="wacute" k="41" />
+<hkern g1="eogonek" g2="quoteright" k="20" />
+<hkern g1="eogonek" g2="quotedblright" k="20" />
+<hkern g1="eogonek" g2="uni1EF5" k="41" />
+<hkern g1="Ecaron" g2="J" k="-123" />
+<hkern g1="ecaron" g2="quotedbl" k="20" />
+<hkern g1="ecaron" g2="quotesingle" k="20" />
+<hkern g1="ecaron" g2="v" k="41" />
+<hkern g1="ecaron" g2="w" k="41" />
+<hkern g1="ecaron" g2="x" k="41" />
+<hkern g1="ecaron" g2="y" k="41" />
+<hkern g1="ecaron" g2="z" k="20" />
+<hkern g1="ecaron" g2="yacute" k="41" />
+<hkern g1="ecaron" g2="wcircumflex" k="41" />
+<hkern g1="ecaron" g2="zacute" k="20" />
+<hkern g1="ecaron" g2="zdotaccent" k="20" />
+<hkern g1="ecaron" g2="zcaron" k="20" />
+<hkern g1="ecaron" g2="wgrave" k="41" />
+<hkern g1="ecaron" g2="wacute" k="41" />
+<hkern g1="ecaron" g2="quoteright" k="20" />
+<hkern g1="ecaron" g2="quotedblright" k="20" />
+<hkern g1="ecaron" g2="uni1EF5" k="41" />
+<hkern g1="hcircumflex" g2="quotedbl" k="20" />
+<hkern g1="hcircumflex" g2="quotesingle" k="20" />
+<hkern g1="hcircumflex" g2="quoteright" k="20" />
+<hkern g1="hcircumflex" g2="quotedblright" k="20" />
+<hkern g1="Kcommaaccent" g2="C" k="41" />
+<hkern g1="Kcommaaccent" g2="G" k="41" />
+<hkern g1="Kcommaaccent" g2="O" k="41" />
+<hkern g1="Kcommaaccent" g2="Q" k="41" />
+<hkern g1="Kcommaaccent" g2="Ccedilla" k="41" />
+<hkern g1="Kcommaaccent" g2="Ograve" k="41" />
+<hkern g1="Kcommaaccent" g2="Oacute" k="41" />
+<hkern g1="Kcommaaccent" g2="Ocircumflex" k="41" />
+<hkern g1="Kcommaaccent" g2="Otilde" k="41" />
+<hkern g1="Kcommaaccent" g2="Odieresis" k="41" />
+<hkern g1="Kcommaaccent" g2="Oslash" k="41" />
+<hkern g1="Kcommaaccent" g2="Cacute" k="41" />
+<hkern g1="Kcommaaccent" g2="Ccircumflex" k="41" />
+<hkern g1="Kcommaaccent" g2="Cdot" k="41" />
+<hkern g1="Kcommaaccent" g2="Ccaron" k="41" />
+<hkern g1="Kcommaaccent" g2="Gcircumflex" k="41" />
+<hkern g1="Kcommaaccent" g2="Gbreve" k="41" />
+<hkern g1="Kcommaaccent" g2="Gdot" k="41" />
+<hkern g1="Kcommaaccent" g2="Gcommaaccent" k="41" />
+<hkern g1="Kcommaaccent" g2="Omacron" k="41" />
+<hkern g1="Kcommaaccent" g2="Obreve" k="41" />
+<hkern g1="Kcommaaccent" g2="Ohungarumlaut" k="41" />
+<hkern g1="Kcommaaccent" g2="OE" k="41" />
+<hkern g1="Kcommaaccent" g2="Oslashacute" k="41" />
+<hkern g1="Kcommaaccent" g2="Ohorn" k="41" />
+<hkern g1="kcommaaccent" g2="c" k="41" />
+<hkern g1="kcommaaccent" g2="d" k="41" />
+<hkern g1="kcommaaccent" g2="e" k="41" />
+<hkern g1="kcommaaccent" g2="o" k="41" />
+<hkern g1="kcommaaccent" g2="q" k="41" />
+<hkern g1="kcommaaccent" g2="agrave" k="41" />
+<hkern g1="kcommaaccent" g2="ccedilla" k="41" />
+<hkern g1="kcommaaccent" g2="egrave" k="41" />
+<hkern g1="kcommaaccent" g2="eacute" k="41" />
+<hkern g1="kcommaaccent" g2="ecircumflex" k="41" />
+<hkern g1="kcommaaccent" g2="edieresis" k="41" />
+<hkern g1="kcommaaccent" g2="ograve" k="41" />
+<hkern g1="kcommaaccent" g2="oacute" k="41" />
+<hkern g1="kcommaaccent" g2="ocircumflex" k="41" />
+<hkern g1="kcommaaccent" g2="otilde" k="41" />
+<hkern g1="kcommaaccent" g2="odieresis" k="41" />
+<hkern g1="kcommaaccent" g2="oslash" k="41" />
+<hkern g1="kcommaaccent" g2="cacute" k="41" />
+<hkern g1="kcommaaccent" g2="ccircumflex" k="41" />
+<hkern g1="kcommaaccent" g2="cdot" k="41" />
+<hkern g1="kcommaaccent" g2="ccaron" k="41" />
+<hkern g1="kcommaaccent" g2="dcaron" k="41" />
+<hkern g1="kcommaaccent" g2="" k="41" />
+<hkern g1="kcommaaccent" g2="emacron" k="41" />
+<hkern g1="kcommaaccent" g2="ebreve" k="41" />
+<hkern g1="kcommaaccent" g2="edotaccent" k="41" />
+<hkern g1="kcommaaccent" g2="eogonek" k="41" />
+<hkern g1="kcommaaccent" g2="ecaron" k="41" />
+<hkern g1="kcommaaccent" g2="omacron" k="41" />
+<hkern g1="kcommaaccent" g2="obreve" k="41" />
+<hkern g1="kcommaaccent" g2="ohungarumlaut" k="41" />
+<hkern g1="kcommaaccent" g2="oe" k="41" />
+<hkern g1="kcommaaccent" g2="oslashacute" k="41" />
+<hkern g1="kcommaaccent" g2="ohorn" k="41" />
+<hkern g1="kgreenlandic" g2="c" k="41" />
+<hkern g1="kgreenlandic" g2="d" k="41" />
+<hkern g1="kgreenlandic" g2="e" k="41" />
+<hkern g1="kgreenlandic" g2="o" k="41" />
+<hkern g1="kgreenlandic" g2="q" k="41" />
+<hkern g1="kgreenlandic" g2="agrave" k="41" />
+<hkern g1="kgreenlandic" g2="ccedilla" k="41" />
+<hkern g1="kgreenlandic" g2="egrave" k="41" />
+<hkern g1="kgreenlandic" g2="eacute" k="41" />
+<hkern g1="kgreenlandic" g2="ecircumflex" k="41" />
+<hkern g1="kgreenlandic" g2="edieresis" k="41" />
+<hkern g1="kgreenlandic" g2="ograve" k="41" />
+<hkern g1="kgreenlandic" g2="oacute" k="41" />
+<hkern g1="kgreenlandic" g2="ocircumflex" k="41" />
+<hkern g1="kgreenlandic" g2="otilde" k="41" />
+<hkern g1="kgreenlandic" g2="odieresis" k="41" />
+<hkern g1="kgreenlandic" g2="oslash" k="41" />
+<hkern g1="kgreenlandic" g2="cacute" k="41" />
+<hkern g1="kgreenlandic" g2="ccircumflex" k="41" />
+<hkern g1="kgreenlandic" g2="cdot" k="41" />
+<hkern g1="kgreenlandic" g2="ccaron" k="41" />
+<hkern g1="kgreenlandic" g2="dcaron" k="41" />
+<hkern g1="kgreenlandic" g2="" k="41" />
+<hkern g1="kgreenlandic" g2="emacron" k="41" />
+<hkern g1="kgreenlandic" g2="ebreve" k="41" />
+<hkern g1="kgreenlandic" g2="edotaccent" k="41" />
+<hkern g1="kgreenlandic" g2="eogonek" k="41" />
+<hkern g1="kgreenlandic" g2="ecaron" k="41" />
+<hkern g1="kgreenlandic" g2="omacron" k="41" />
+<hkern g1="kgreenlandic" g2="obreve" k="41" />
+<hkern g1="kgreenlandic" g2="ohungarumlaut" k="41" />
+<hkern g1="kgreenlandic" g2="oe" k="41" />
+<hkern g1="kgreenlandic" g2="oslashacute" k="41" />
+<hkern g1="kgreenlandic" g2="ohorn" k="41" />
+<hkern g1="Lacute" g2="quotedbl" k="164" />
+<hkern g1="Lacute" g2="quotesingle" k="164" />
+<hkern g1="Lacute" g2="C" k="41" />
+<hkern g1="Lacute" g2="G" k="41" />
+<hkern g1="Lacute" g2="O" k="41" />
+<hkern g1="Lacute" g2="Q" k="41" />
+<hkern g1="Lacute" g2="T" k="41" />
+<hkern g1="Lacute" g2="U" k="20" />
+<hkern g1="Lacute" g2="V" k="41" />
+<hkern g1="Lacute" g2="W" k="41" />
+<hkern g1="Lacute" g2="Y" k="61" />
+<hkern g1="Lacute" g2="Ccedilla" k="41" />
+<hkern g1="Lacute" g2="Ograve" k="41" />
+<hkern g1="Lacute" g2="Oacute" k="41" />
+<hkern g1="Lacute" g2="Ocircumflex" k="41" />
+<hkern g1="Lacute" g2="Otilde" k="41" />
+<hkern g1="Lacute" g2="Odieresis" k="41" />
+<hkern g1="Lacute" g2="Oslash" k="41" />
+<hkern g1="Lacute" g2="Ugrave" k="20" />
+<hkern g1="Lacute" g2="Uacute" k="20" />
+<hkern g1="Lacute" g2="Ucircumflex" k="20" />
+<hkern g1="Lacute" g2="Udieresis" k="20" />
+<hkern g1="Lacute" g2="Yacute" k="61" />
+<hkern g1="Lacute" g2="Cacute" k="41" />
+<hkern g1="Lacute" g2="Ccircumflex" k="41" />
+<hkern g1="Lacute" g2="Cdot" k="41" />
+<hkern g1="Lacute" g2="Ccaron" k="41" />
+<hkern g1="Lacute" g2="Gcircumflex" k="41" />
+<hkern g1="Lacute" g2="Gbreve" k="41" />
+<hkern g1="Lacute" g2="Gdot" k="41" />
+<hkern g1="Lacute" g2="Gcommaaccent" k="41" />
+<hkern g1="Lacute" g2="Omacron" k="41" />
+<hkern g1="Lacute" g2="Obreve" k="41" />
+<hkern g1="Lacute" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lacute" g2="OE" k="41" />
+<hkern g1="Lacute" g2="Tcommaaccent" k="41" />
+<hkern g1="Lacute" g2="Tcaron" k="41" />
+<hkern g1="Lacute" g2="Utilde" k="20" />
+<hkern g1="Lacute" g2="Umacron" k="20" />
+<hkern g1="Lacute" g2="Ubreve" k="20" />
+<hkern g1="Lacute" g2="Uring" k="20" />
+<hkern g1="Lacute" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lacute" g2="Uogonek" k="20" />
+<hkern g1="Lacute" g2="Wcircumflex" k="41" />
+<hkern g1="Lacute" g2="Ycircumflex" k="61" />
+<hkern g1="Lacute" g2="Ydieresis" k="61" />
+<hkern g1="Lacute" g2="Oslashacute" k="41" />
+<hkern g1="Lacute" g2="Wgrave" k="41" />
+<hkern g1="Lacute" g2="Wacute" k="41" />
+<hkern g1="Lacute" g2="Wdieresis" k="41" />
+<hkern g1="Lacute" g2="Ygrave" k="61" />
+<hkern g1="Lacute" g2="quoteright" k="164" />
+<hkern g1="Lacute" g2="quotedblright" k="164" />
+<hkern g1="Lacute" g2="Ohorn" k="41" />
+<hkern g1="Lacute" g2="Uhorn" k="20" />
+<hkern g1="Lacute" g2="uni1EF4" k="61" />
+<hkern g1="Lacute" g2="uni1EF6" k="61" />
+<hkern g1="Lacute" g2="uni1EF8" k="61" />
+<hkern g1="Lacute" g2="Tcedilla" k="41" />
+<hkern g1="Lcommaaccent" g2="quotedbl" k="164" />
+<hkern g1="Lcommaaccent" g2="quotesingle" k="164" />
+<hkern g1="Lcommaaccent" g2="C" k="41" />
+<hkern g1="Lcommaaccent" g2="G" k="41" />
+<hkern g1="Lcommaaccent" g2="O" k="41" />
+<hkern g1="Lcommaaccent" g2="Q" k="41" />
+<hkern g1="Lcommaaccent" g2="T" k="41" />
+<hkern g1="Lcommaaccent" g2="U" k="20" />
+<hkern g1="Lcommaaccent" g2="V" k="41" />
+<hkern g1="Lcommaaccent" g2="W" k="41" />
+<hkern g1="Lcommaaccent" g2="Y" k="61" />
+<hkern g1="Lcommaaccent" g2="Ccedilla" k="41" />
+<hkern g1="Lcommaaccent" g2="Ograve" k="41" />
+<hkern g1="Lcommaaccent" g2="Oacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Ocircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Otilde" k="41" />
+<hkern g1="Lcommaaccent" g2="Odieresis" k="41" />
+<hkern g1="Lcommaaccent" g2="Oslash" k="41" />
+<hkern g1="Lcommaaccent" g2="Ugrave" k="20" />
+<hkern g1="Lcommaaccent" g2="Uacute" k="20" />
+<hkern g1="Lcommaaccent" g2="Ucircumflex" k="20" />
+<hkern g1="Lcommaaccent" g2="Udieresis" k="20" />
+<hkern g1="Lcommaaccent" g2="Yacute" k="61" />
+<hkern g1="Lcommaaccent" g2="Cacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Ccircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Cdot" k="41" />
+<hkern g1="Lcommaaccent" g2="Ccaron" k="41" />
+<hkern g1="Lcommaaccent" g2="Gcircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Gbreve" k="41" />
+<hkern g1="Lcommaaccent" g2="Gdot" k="41" />
+<hkern g1="Lcommaaccent" g2="Gcommaaccent" k="41" />
+<hkern g1="Lcommaaccent" g2="Omacron" k="41" />
+<hkern g1="Lcommaaccent" g2="Obreve" k="41" />
+<hkern g1="Lcommaaccent" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lcommaaccent" g2="OE" k="41" />
+<hkern g1="Lcommaaccent" g2="Tcommaaccent" k="41" />
+<hkern g1="Lcommaaccent" g2="Tcaron" k="41" />
+<hkern g1="Lcommaaccent" g2="Utilde" k="20" />
+<hkern g1="Lcommaaccent" g2="Umacron" k="20" />
+<hkern g1="Lcommaaccent" g2="Ubreve" k="20" />
+<hkern g1="Lcommaaccent" g2="Uring" k="20" />
+<hkern g1="Lcommaaccent" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lcommaaccent" g2="Uogonek" k="20" />
+<hkern g1="Lcommaaccent" g2="Wcircumflex" k="41" />
+<hkern g1="Lcommaaccent" g2="Ycircumflex" k="61" />
+<hkern g1="Lcommaaccent" g2="Ydieresis" k="61" />
+<hkern g1="Lcommaaccent" g2="Oslashacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Wgrave" k="41" />
+<hkern g1="Lcommaaccent" g2="Wacute" k="41" />
+<hkern g1="Lcommaaccent" g2="Wdieresis" k="41" />
+<hkern g1="Lcommaaccent" g2="Ygrave" k="61" />
+<hkern g1="Lcommaaccent" g2="quoteright" k="164" />
+<hkern g1="Lcommaaccent" g2="quotedblright" k="164" />
+<hkern g1="Lcommaaccent" g2="Ohorn" k="41" />
+<hkern g1="Lcommaaccent" g2="Uhorn" k="20" />
+<hkern g1="Lcommaaccent" g2="uni1EF4" k="61" />
+<hkern g1="Lcommaaccent" g2="uni1EF6" k="61" />
+<hkern g1="Lcommaaccent" g2="uni1EF8" k="61" />
+<hkern g1="Lcommaaccent" g2="Tcedilla" k="41" />
+<hkern g1="Lcaron" g2="quotedbl" k="164" />
+<hkern g1="Lcaron" g2="quotesingle" k="164" />
+<hkern g1="Lcaron" g2="C" k="41" />
+<hkern g1="Lcaron" g2="G" k="41" />
+<hkern g1="Lcaron" g2="O" k="41" />
+<hkern g1="Lcaron" g2="Q" k="41" />
+<hkern g1="Lcaron" g2="T" k="41" />
+<hkern g1="Lcaron" g2="U" k="20" />
+<hkern g1="Lcaron" g2="V" k="41" />
+<hkern g1="Lcaron" g2="W" k="41" />
+<hkern g1="Lcaron" g2="Y" k="61" />
+<hkern g1="Lcaron" g2="Ccedilla" k="41" />
+<hkern g1="Lcaron" g2="Ograve" k="41" />
+<hkern g1="Lcaron" g2="Oacute" k="41" />
+<hkern g1="Lcaron" g2="Ocircumflex" k="41" />
+<hkern g1="Lcaron" g2="Otilde" k="41" />
+<hkern g1="Lcaron" g2="Odieresis" k="41" />
+<hkern g1="Lcaron" g2="Oslash" k="41" />
+<hkern g1="Lcaron" g2="Ugrave" k="20" />
+<hkern g1="Lcaron" g2="Uacute" k="20" />
+<hkern g1="Lcaron" g2="Ucircumflex" k="20" />
+<hkern g1="Lcaron" g2="Udieresis" k="20" />
+<hkern g1="Lcaron" g2="Yacute" k="61" />
+<hkern g1="Lcaron" g2="Cacute" k="41" />
+<hkern g1="Lcaron" g2="Ccircumflex" k="41" />
+<hkern g1="Lcaron" g2="Cdot" k="41" />
+<hkern g1="Lcaron" g2="Ccaron" k="41" />
+<hkern g1="Lcaron" g2="Gcircumflex" k="41" />
+<hkern g1="Lcaron" g2="Gbreve" k="41" />
+<hkern g1="Lcaron" g2="Gdot" k="41" />
+<hkern g1="Lcaron" g2="Gcommaaccent" k="41" />
+<hkern g1="Lcaron" g2="Omacron" k="41" />
+<hkern g1="Lcaron" g2="Obreve" k="41" />
+<hkern g1="Lcaron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lcaron" g2="OE" k="41" />
+<hkern g1="Lcaron" g2="Tcommaaccent" k="41" />
+<hkern g1="Lcaron" g2="Tcaron" k="41" />
+<hkern g1="Lcaron" g2="Utilde" k="20" />
+<hkern g1="Lcaron" g2="Umacron" k="20" />
+<hkern g1="Lcaron" g2="Ubreve" k="20" />
+<hkern g1="Lcaron" g2="Uring" k="20" />
+<hkern g1="Lcaron" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lcaron" g2="Uogonek" k="20" />
+<hkern g1="Lcaron" g2="Wcircumflex" k="41" />
+<hkern g1="Lcaron" g2="Ycircumflex" k="61" />
+<hkern g1="Lcaron" g2="Ydieresis" k="61" />
+<hkern g1="Lcaron" g2="Oslashacute" k="41" />
+<hkern g1="Lcaron" g2="Wgrave" k="41" />
+<hkern g1="Lcaron" g2="Wacute" k="41" />
+<hkern g1="Lcaron" g2="Wdieresis" k="41" />
+<hkern g1="Lcaron" g2="Ygrave" k="61" />
+<hkern g1="Lcaron" g2="quoteright" k="164" />
+<hkern g1="Lcaron" g2="quotedblright" k="164" />
+<hkern g1="Lcaron" g2="Ohorn" k="41" />
+<hkern g1="Lcaron" g2="Uhorn" k="20" />
+<hkern g1="Lcaron" g2="uni1EF4" k="61" />
+<hkern g1="Lcaron" g2="uni1EF6" k="61" />
+<hkern g1="Lcaron" g2="uni1EF8" k="61" />
+<hkern g1="Lcaron" g2="Tcedilla" k="41" />
+<hkern g1="lcaron" g2="quotedbl" k="-82" />
+<hkern g1="lcaron" g2="quotesingle" k="-82" />
+<hkern g1="lcaron" g2="parenright" k="-143" />
+<hkern g1="lcaron" g2="question" k="-143" />
+<hkern g1="lcaron" g2="bracketright" k="-143" />
+<hkern g1="lcaron" g2="b" k="-61" />
+<hkern g1="lcaron" g2="h" k="-61" />
+<hkern g1="lcaron" g2="k" k="-61" />
+<hkern g1="lcaron" g2="l" k="-61" />
+<hkern g1="lcaron" g2="braceright" k="-143" />
+<hkern g1="lcaron" g2="hcircumflex" k="-61" />
+<hkern g1="lcaron" g2="hbar" k="-143" />
+<hkern g1="lcaron" g2="quoteright" k="-82" />
+<hkern g1="lcaron" g2="quotedblright" k="-82" />
+<hkern g1="Ldot" g2="quotedbl" k="164" />
+<hkern g1="Ldot" g2="quotesingle" k="164" />
+<hkern g1="Ldot" g2="C" k="41" />
+<hkern g1="Ldot" g2="G" k="41" />
+<hkern g1="Ldot" g2="O" k="41" />
+<hkern g1="Ldot" g2="Q" k="41" />
+<hkern g1="Ldot" g2="T" k="41" />
+<hkern g1="Ldot" g2="U" k="20" />
+<hkern g1="Ldot" g2="V" k="41" />
+<hkern g1="Ldot" g2="W" k="41" />
+<hkern g1="Ldot" g2="Y" k="61" />
+<hkern g1="Ldot" g2="Ccedilla" k="41" />
+<hkern g1="Ldot" g2="Ograve" k="41" />
+<hkern g1="Ldot" g2="Oacute" k="41" />
+<hkern g1="Ldot" g2="Ocircumflex" k="41" />
+<hkern g1="Ldot" g2="Otilde" k="41" />
+<hkern g1="Ldot" g2="Odieresis" k="41" />
+<hkern g1="Ldot" g2="Oslash" k="41" />
+<hkern g1="Ldot" g2="Ugrave" k="20" />
+<hkern g1="Ldot" g2="Uacute" k="20" />
+<hkern g1="Ldot" g2="Ucircumflex" k="20" />
+<hkern g1="Ldot" g2="Udieresis" k="20" />
+<hkern g1="Ldot" g2="Yacute" k="61" />
+<hkern g1="Ldot" g2="Cacute" k="41" />
+<hkern g1="Ldot" g2="Ccircumflex" k="41" />
+<hkern g1="Ldot" g2="Cdot" k="41" />
+<hkern g1="Ldot" g2="Ccaron" k="41" />
+<hkern g1="Ldot" g2="Gcircumflex" k="41" />
+<hkern g1="Ldot" g2="Gbreve" k="41" />
+<hkern g1="Ldot" g2="Gdot" k="41" />
+<hkern g1="Ldot" g2="Gcommaaccent" k="41" />
+<hkern g1="Ldot" g2="Omacron" k="41" />
+<hkern g1="Ldot" g2="Obreve" k="41" />
+<hkern g1="Ldot" g2="Ohungarumlaut" k="41" />
+<hkern g1="Ldot" g2="OE" k="41" />
+<hkern g1="Ldot" g2="Tcommaaccent" k="41" />
+<hkern g1="Ldot" g2="Tcaron" k="41" />
+<hkern g1="Ldot" g2="Utilde" k="20" />
+<hkern g1="Ldot" g2="Umacron" k="20" />
+<hkern g1="Ldot" g2="Ubreve" k="20" />
+<hkern g1="Ldot" g2="Uring" k="20" />
+<hkern g1="Ldot" g2="Uhungarumlaut" k="20" />
+<hkern g1="Ldot" g2="Uogonek" k="20" />
+<hkern g1="Ldot" g2="Wcircumflex" k="41" />
+<hkern g1="Ldot" g2="Ycircumflex" k="61" />
+<hkern g1="Ldot" g2="Ydieresis" k="61" />
+<hkern g1="Ldot" g2="Oslashacute" k="41" />
+<hkern g1="Ldot" g2="Wgrave" k="41" />
+<hkern g1="Ldot" g2="Wacute" k="41" />
+<hkern g1="Ldot" g2="Wdieresis" k="41" />
+<hkern g1="Ldot" g2="Ygrave" k="61" />
+<hkern g1="Ldot" g2="quoteright" k="164" />
+<hkern g1="Ldot" g2="quotedblright" k="164" />
+<hkern g1="Ldot" g2="Ohorn" k="41" />
+<hkern g1="Ldot" g2="Uhorn" k="20" />
+<hkern g1="Ldot" g2="uni1EF4" k="61" />
+<hkern g1="Ldot" g2="uni1EF6" k="61" />
+<hkern g1="Ldot" g2="uni1EF8" k="61" />
+<hkern g1="Ldot" g2="Tcedilla" k="41" />
+<hkern g1="Lslash" g2="quotedbl" k="164" />
+<hkern g1="Lslash" g2="quotesingle" k="164" />
+<hkern g1="Lslash" g2="C" k="41" />
+<hkern g1="Lslash" g2="G" k="41" />
+<hkern g1="Lslash" g2="O" k="41" />
+<hkern g1="Lslash" g2="Q" k="41" />
+<hkern g1="Lslash" g2="T" k="41" />
+<hkern g1="Lslash" g2="U" k="20" />
+<hkern g1="Lslash" g2="V" k="41" />
+<hkern g1="Lslash" g2="W" k="41" />
+<hkern g1="Lslash" g2="Y" k="61" />
+<hkern g1="Lslash" g2="Ccedilla" k="41" />
+<hkern g1="Lslash" g2="Ograve" k="41" />
+<hkern g1="Lslash" g2="Oacute" k="41" />
+<hkern g1="Lslash" g2="Ocircumflex" k="41" />
+<hkern g1="Lslash" g2="Otilde" k="41" />
+<hkern g1="Lslash" g2="Odieresis" k="41" />
+<hkern g1="Lslash" g2="Oslash" k="41" />
+<hkern g1="Lslash" g2="Ugrave" k="20" />
+<hkern g1="Lslash" g2="Uacute" k="20" />
+<hkern g1="Lslash" g2="Ucircumflex" k="20" />
+<hkern g1="Lslash" g2="Udieresis" k="20" />
+<hkern g1="Lslash" g2="Yacute" k="61" />
+<hkern g1="Lslash" g2="Cacute" k="41" />
+<hkern g1="Lslash" g2="Ccircumflex" k="41" />
+<hkern g1="Lslash" g2="Cdot" k="41" />
+<hkern g1="Lslash" g2="Ccaron" k="41" />
+<hkern g1="Lslash" g2="Gcircumflex" k="41" />
+<hkern g1="Lslash" g2="Gbreve" k="41" />
+<hkern g1="Lslash" g2="Gdot" k="41" />
+<hkern g1="Lslash" g2="Gcommaaccent" k="41" />
+<hkern g1="Lslash" g2="Omacron" k="41" />
+<hkern g1="Lslash" g2="Obreve" k="41" />
+<hkern g1="Lslash" g2="Ohungarumlaut" k="41" />
+<hkern g1="Lslash" g2="OE" k="41" />
+<hkern g1="Lslash" g2="Tcommaaccent" k="41" />
+<hkern g1="Lslash" g2="Tcaron" k="41" />
+<hkern g1="Lslash" g2="Utilde" k="20" />
+<hkern g1="Lslash" g2="Umacron" k="20" />
+<hkern g1="Lslash" g2="Ubreve" k="20" />
+<hkern g1="Lslash" g2="Uring" k="20" />
+<hkern g1="Lslash" g2="Uhungarumlaut" k="20" />
+<hkern g1="Lslash" g2="Uogonek" k="20" />
+<hkern g1="Lslash" g2="Wcircumflex" k="41" />
+<hkern g1="Lslash" g2="Ycircumflex" k="61" />
+<hkern g1="Lslash" g2="Ydieresis" k="61" />
+<hkern g1="Lslash" g2="Oslashacute" k="41" />
+<hkern g1="Lslash" g2="Wgrave" k="41" />
+<hkern g1="Lslash" g2="Wacute" k="41" />
+<hkern g1="Lslash" g2="Wdieresis" k="41" />
+<hkern g1="Lslash" g2="Ygrave" k="61" />
+<hkern g1="Lslash" g2="quoteright" k="164" />
+<hkern g1="Lslash" g2="quotedblright" k="164" />
+<hkern g1="Lslash" g2="Ohorn" k="41" />
+<hkern g1="Lslash" g2="Uhorn" k="20" />
+<hkern g1="Lslash" g2="uni1EF4" k="61" />
+<hkern g1="Lslash" g2="uni1EF6" k="61" />
+<hkern g1="Lslash" g2="uni1EF8" k="61" />
+<hkern g1="Lslash" g2="Tcedilla" k="41" />
+<hkern g1="ncommaaccent" g2="quotedbl" k="20" />
+<hkern g1="ncommaaccent" g2="quotesingle" k="20" />
+<hkern g1="ncommaaccent" g2="quoteright" k="20" />
+<hkern g1="ncommaaccent" g2="quotedblright" k="20" />
+<hkern g1="Omacron" g2="comma" k="82" />
+<hkern g1="Omacron" g2="period" k="82" />
+<hkern g1="Omacron" g2="A" k="41" />
+<hkern g1="Omacron" g2="T" k="61" />
+<hkern g1="Omacron" g2="V" k="20" />
+<hkern g1="Omacron" g2="W" k="20" />
+<hkern g1="Omacron" g2="X" k="41" />
+<hkern g1="Omacron" g2="Y" k="20" />
+<hkern g1="Omacron" g2="Z" k="20" />
+<hkern g1="Omacron" g2="Agrave" k="41" />
+<hkern g1="Omacron" g2="Aacute" k="41" />
+<hkern g1="Omacron" g2="Acircumflex" k="41" />
+<hkern g1="Omacron" g2="Atilde" k="41" />
+<hkern g1="Omacron" g2="Adieresis" k="41" />
+<hkern g1="Omacron" g2="Aring" k="41" />
+<hkern g1="Omacron" g2="Yacute" k="20" />
+<hkern g1="Omacron" g2="Amacron" k="41" />
+<hkern g1="Omacron" g2="Abreve" k="41" />
+<hkern g1="Omacron" g2="Aogonek" k="41" />
+<hkern g1="Omacron" g2="Tcommaaccent" k="61" />
+<hkern g1="Omacron" g2="Tcaron" k="61" />
+<hkern g1="Omacron" g2="Wcircumflex" k="20" />
+<hkern g1="Omacron" g2="Ycircumflex" k="20" />
+<hkern g1="Omacron" g2="Ydieresis" k="20" />
+<hkern g1="Omacron" g2="Zacute" k="20" />
+<hkern g1="Omacron" g2="Zdotaccent" k="20" />
+<hkern g1="Omacron" g2="Zcaron" k="20" />
+<hkern g1="Omacron" g2="Aringacute" k="41" />
+<hkern g1="Omacron" g2="Wgrave" k="20" />
+<hkern g1="Omacron" g2="Wacute" k="20" />
+<hkern g1="Omacron" g2="Wdieresis" k="20" />
+<hkern g1="Omacron" g2="Ygrave" k="20" />
+<hkern g1="Omacron" g2="quotesinglbase" k="82" />
+<hkern g1="Omacron" g2="quotedblbase" k="82" />
+<hkern g1="Omacron" g2="uni1E00" k="41" />
+<hkern g1="Omacron" g2="uni1EF4" k="20" />
+<hkern g1="Omacron" g2="uni1EF6" k="20" />
+<hkern g1="Omacron" g2="uni1EF8" k="20" />
+<hkern g1="Omacron" g2="Tcedilla" k="61" />
+<hkern g1="Obreve" g2="comma" k="82" />
+<hkern g1="Obreve" g2="period" k="82" />
+<hkern g1="Obreve" g2="A" k="41" />
+<hkern g1="Obreve" g2="T" k="61" />
+<hkern g1="Obreve" g2="V" k="20" />
+<hkern g1="Obreve" g2="W" k="20" />
+<hkern g1="Obreve" g2="X" k="41" />
+<hkern g1="Obreve" g2="Y" k="20" />
+<hkern g1="Obreve" g2="Z" k="20" />
+<hkern g1="Obreve" g2="Agrave" k="41" />
+<hkern g1="Obreve" g2="Aacute" k="41" />
+<hkern g1="Obreve" g2="Acircumflex" k="41" />
+<hkern g1="Obreve" g2="Atilde" k="41" />
+<hkern g1="Obreve" g2="Adieresis" k="41" />
+<hkern g1="Obreve" g2="Aring" k="41" />
+<hkern g1="Obreve" g2="Yacute" k="20" />
+<hkern g1="Obreve" g2="Amacron" k="41" />
+<hkern g1="Obreve" g2="Abreve" k="41" />
+<hkern g1="Obreve" g2="Aogonek" k="41" />
+<hkern g1="Obreve" g2="Tcommaaccent" k="61" />
+<hkern g1="Obreve" g2="Tcaron" k="61" />
+<hkern g1="Obreve" g2="Wcircumflex" k="20" />
+<hkern g1="Obreve" g2="Ycircumflex" k="20" />
+<hkern g1="Obreve" g2="Ydieresis" k="20" />
+<hkern g1="Obreve" g2="Zacute" k="20" />
+<hkern g1="Obreve" g2="Zdotaccent" k="20" />
+<hkern g1="Obreve" g2="Zcaron" k="20" />
+<hkern g1="Obreve" g2="Aringacute" k="41" />
+<hkern g1="Obreve" g2="Wgrave" k="20" />
+<hkern g1="Obreve" g2="Wacute" k="20" />
+<hkern g1="Obreve" g2="Wdieresis" k="20" />
+<hkern g1="Obreve" g2="Ygrave" k="20" />
+<hkern g1="Obreve" g2="quotesinglbase" k="82" />
+<hkern g1="Obreve" g2="quotedblbase" k="82" />
+<hkern g1="Obreve" g2="uni1E00" k="41" />
+<hkern g1="Obreve" g2="uni1EF4" k="20" />
+<hkern g1="Obreve" g2="uni1EF6" k="20" />
+<hkern g1="Obreve" g2="uni1EF8" k="20" />
+<hkern g1="Obreve" g2="Tcedilla" k="61" />
+<hkern g1="Ohungarumlaut" g2="comma" k="82" />
+<hkern g1="Ohungarumlaut" g2="period" k="82" />
+<hkern g1="Ohungarumlaut" g2="A" k="41" />
+<hkern g1="Ohungarumlaut" g2="T" k="61" />
+<hkern g1="Ohungarumlaut" g2="V" k="20" />
+<hkern g1="Ohungarumlaut" g2="W" k="20" />
+<hkern g1="Ohungarumlaut" g2="X" k="41" />
+<hkern g1="Ohungarumlaut" g2="Y" k="20" />
+<hkern g1="Ohungarumlaut" g2="Z" k="20" />
+<hkern g1="Ohungarumlaut" g2="Agrave" k="41" />
+<hkern g1="Ohungarumlaut" g2="Aacute" k="41" />
+<hkern g1="Ohungarumlaut" g2="Acircumflex" k="41" />
+<hkern g1="Ohungarumlaut" g2="Atilde" k="41" />
+<hkern g1="Ohungarumlaut" g2="Adieresis" k="41" />
+<hkern g1="Ohungarumlaut" g2="Aring" k="41" />
+<hkern g1="Ohungarumlaut" g2="Yacute" k="20" />
+<hkern g1="Ohungarumlaut" g2="Amacron" k="41" />
+<hkern g1="Ohungarumlaut" g2="Abreve" k="41" />
+<hkern g1="Ohungarumlaut" g2="Aogonek" k="41" />
+<hkern g1="Ohungarumlaut" g2="Tcommaaccent" k="61" />
+<hkern g1="Ohungarumlaut" g2="Tcaron" k="61" />
+<hkern g1="Ohungarumlaut" g2="Wcircumflex" k="20" />
+<hkern g1="Ohungarumlaut" g2="Ycircumflex" k="20" />
+<hkern g1="Ohungarumlaut" g2="Ydieresis" k="20" />
+<hkern g1="Ohungarumlaut" g2="Zacute" k="20" />
+<hkern g1="Ohungarumlaut" g2="Zdotaccent" k="20" />
+<hkern g1="Ohungarumlaut" g2="Zcaron" k="20" />
+<hkern g1="Ohungarumlaut" g2="Aringacute" k="41" />
+<hkern g1="Ohungarumlaut" g2="Wgrave" k="20" />
+<hkern g1="Ohungarumlaut" g2="Wacute" k="20" />
+<hkern g1="Ohungarumlaut" g2="Wdieresis" k="20" />
+<hkern g1="Ohungarumlaut" g2="Ygrave" k="20" />
+<hkern g1="Ohungarumlaut" g2="quotesinglbase" k="82" />
+<hkern g1="Ohungarumlaut" g2="quotedblbase" k="82" />
+<hkern g1="Ohungarumlaut" g2="uni1E00" k="41" />
+<hkern g1="Ohungarumlaut" g2="uni1EF4" k="20" />
+<hkern g1="Ohungarumlaut" g2="uni1EF6" k="20" />
+<hkern g1="Ohungarumlaut" g2="uni1EF8" k="20" />
+<hkern g1="Ohungarumlaut" g2="Tcedilla" k="61" />
+<hkern g1="OE" g2="J" k="-123" />
+<hkern g1="racute" g2="quotedbl" k="-82" />
+<hkern g1="racute" g2="quotesingle" k="-82" />
+<hkern g1="racute" g2="a" k="41" />
+<hkern g1="racute" g2="c" k="41" />
+<hkern g1="racute" g2="d" k="41" />
+<hkern g1="racute" g2="e" k="41" />
+<hkern g1="racute" g2="g" k="20" />
+<hkern g1="racute" g2="o" k="41" />
+<hkern g1="racute" g2="q" k="41" />
+<hkern g1="racute" g2="agrave" k="41" />
+<hkern g1="racute" g2="aacute" k="41" />
+<hkern g1="racute" g2="acircumflex" k="41" />
+<hkern g1="racute" g2="atilde" k="41" />
+<hkern g1="racute" g2="adieresis" k="41" />
+<hkern g1="racute" g2="aring" k="41" />
+<hkern g1="racute" g2="ae" k="41" />
+<hkern g1="racute" g2="ccedilla" k="41" />
+<hkern g1="racute" g2="egrave" k="41" />
+<hkern g1="racute" g2="eacute" k="41" />
+<hkern g1="racute" g2="ecircumflex" k="41" />
+<hkern g1="racute" g2="edieresis" k="41" />
+<hkern g1="racute" g2="ograve" k="41" />
+<hkern g1="racute" g2="oacute" k="41" />
+<hkern g1="racute" g2="ocircumflex" k="41" />
+<hkern g1="racute" g2="otilde" k="41" />
+<hkern g1="racute" g2="odieresis" k="41" />
+<hkern g1="racute" g2="oslash" k="41" />
+<hkern g1="racute" g2="amacron" k="41" />
+<hkern g1="racute" g2="abreve" k="41" />
+<hkern g1="racute" g2="aogonek" k="41" />
+<hkern g1="racute" g2="cacute" k="41" />
+<hkern g1="racute" g2="ccircumflex" k="41" />
+<hkern g1="racute" g2="cdot" k="41" />
+<hkern g1="racute" g2="ccaron" k="41" />
+<hkern g1="racute" g2="dcaron" k="41" />
+<hkern g1="racute" g2="" k="41" />
+<hkern g1="racute" g2="emacron" k="41" />
+<hkern g1="racute" g2="ebreve" k="41" />
+<hkern g1="racute" g2="edotaccent" k="41" />
+<hkern g1="racute" g2="eogonek" k="41" />
+<hkern g1="racute" g2="ecaron" k="41" />
+<hkern g1="racute" g2="gcircumflex" k="20" />
+<hkern g1="racute" g2="gbreve" k="20" />
+<hkern g1="racute" g2="gdot" k="20" />
+<hkern g1="racute" g2="gcommaaccent" k="20" />
+<hkern g1="racute" g2="omacron" k="41" />
+<hkern g1="racute" g2="obreve" k="41" />
+<hkern g1="racute" g2="ohungarumlaut" k="41" />
+<hkern g1="racute" g2="oe" k="41" />
+<hkern g1="racute" g2="aringacute" k="41" />
+<hkern g1="racute" g2="aeacute" k="41" />
+<hkern g1="racute" g2="oslashacute" k="41" />
+<hkern g1="racute" g2="quoteright" k="-82" />
+<hkern g1="racute" g2="quotedblright" k="-82" />
+<hkern g1="racute" g2="uni1E01" k="41" />
+<hkern g1="racute" g2="ohorn" k="41" />
+<hkern g1="rcommaaccent" g2="quotedbl" k="-82" />
+<hkern g1="rcommaaccent" g2="quotesingle" k="-82" />
+<hkern g1="rcommaaccent" g2="a" k="41" />
+<hkern g1="rcommaaccent" g2="c" k="41" />
+<hkern g1="rcommaaccent" g2="d" k="41" />
+<hkern g1="rcommaaccent" g2="e" k="41" />
+<hkern g1="rcommaaccent" g2="g" k="20" />
+<hkern g1="rcommaaccent" g2="o" k="41" />
+<hkern g1="rcommaaccent" g2="q" k="41" />
+<hkern g1="rcommaaccent" g2="agrave" k="41" />
+<hkern g1="rcommaaccent" g2="aacute" k="41" />
+<hkern g1="rcommaaccent" g2="acircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="atilde" k="41" />
+<hkern g1="rcommaaccent" g2="adieresis" k="41" />
+<hkern g1="rcommaaccent" g2="aring" k="41" />
+<hkern g1="rcommaaccent" g2="ae" k="41" />
+<hkern g1="rcommaaccent" g2="ccedilla" k="41" />
+<hkern g1="rcommaaccent" g2="egrave" k="41" />
+<hkern g1="rcommaaccent" g2="eacute" k="41" />
+<hkern g1="rcommaaccent" g2="ecircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="edieresis" k="41" />
+<hkern g1="rcommaaccent" g2="ograve" k="41" />
+<hkern g1="rcommaaccent" g2="oacute" k="41" />
+<hkern g1="rcommaaccent" g2="ocircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="otilde" k="41" />
+<hkern g1="rcommaaccent" g2="odieresis" k="41" />
+<hkern g1="rcommaaccent" g2="oslash" k="41" />
+<hkern g1="rcommaaccent" g2="amacron" k="41" />
+<hkern g1="rcommaaccent" g2="abreve" k="41" />
+<hkern g1="rcommaaccent" g2="aogonek" k="41" />
+<hkern g1="rcommaaccent" g2="cacute" k="41" />
+<hkern g1="rcommaaccent" g2="ccircumflex" k="41" />
+<hkern g1="rcommaaccent" g2="cdot" k="41" />
+<hkern g1="rcommaaccent" g2="ccaron" k="41" />
+<hkern g1="rcommaaccent" g2="dcaron" k="41" />
+<hkern g1="rcommaaccent" g2="" k="41" />
+<hkern g1="rcommaaccent" g2="emacron" k="41" />
+<hkern g1="rcommaaccent" g2="ebreve" k="41" />
+<hkern g1="rcommaaccent" g2="edotaccent" k="41" />
+<hkern g1="rcommaaccent" g2="eogonek" k="41" />
+<hkern g1="rcommaaccent" g2="ecaron" k="41" />
+<hkern g1="rcommaaccent" g2="gcircumflex" k="20" />
+<hkern g1="rcommaaccent" g2="gbreve" k="20" />
+<hkern g1="rcommaaccent" g2="gdot" k="20" />
+<hkern g1="rcommaaccent" g2="gcommaaccent" k="20" />
+<hkern g1="rcommaaccent" g2="omacron" k="41" />
+<hkern g1="rcommaaccent" g2="obreve" k="41" />
+<hkern g1="rcommaaccent" g2="ohungarumlaut" k="41" />
+<hkern g1="rcommaaccent" g2="oe" k="41" />
+<hkern g1="rcommaaccent" g2="aringacute" k="41" />
+<hkern g1="rcommaaccent" g2="aeacute" k="41" />
+<hkern g1="rcommaaccent" g2="oslashacute" k="41" />
+<hkern g1="rcommaaccent" g2="quoteright" k="-82" />
+<hkern g1="rcommaaccent" g2="quotedblright" k="-82" />
+<hkern g1="rcommaaccent" g2="uni1E01" k="41" />
+<hkern g1="rcommaaccent" g2="ohorn" k="41" />
+<hkern g1="rcaron" g2="quotedbl" k="-82" />
+<hkern g1="rcaron" g2="quotesingle" k="-82" />
+<hkern g1="rcaron" g2="a" k="41" />
+<hkern g1="rcaron" g2="c" k="41" />
+<hkern g1="rcaron" g2="d" k="41" />
+<hkern g1="rcaron" g2="e" k="41" />
+<hkern g1="rcaron" g2="g" k="20" />
+<hkern g1="rcaron" g2="o" k="41" />
+<hkern g1="rcaron" g2="q" k="41" />
+<hkern g1="rcaron" g2="agrave" k="41" />
+<hkern g1="rcaron" g2="aacute" k="41" />
+<hkern g1="rcaron" g2="acircumflex" k="41" />
+<hkern g1="rcaron" g2="atilde" k="41" />
+<hkern g1="rcaron" g2="adieresis" k="41" />
+<hkern g1="rcaron" g2="aring" k="41" />
+<hkern g1="rcaron" g2="ae" k="41" />
+<hkern g1="rcaron" g2="ccedilla" k="41" />
+<hkern g1="rcaron" g2="egrave" k="41" />
+<hkern g1="rcaron" g2="eacute" k="41" />
+<hkern g1="rcaron" g2="ecircumflex" k="41" />
+<hkern g1="rcaron" g2="edieresis" k="41" />
+<hkern g1="rcaron" g2="ograve" k="41" />
+<hkern g1="rcaron" g2="oacute" k="41" />
+<hkern g1="rcaron" g2="ocircumflex" k="41" />
+<hkern g1="rcaron" g2="otilde" k="41" />
+<hkern g1="rcaron" g2="odieresis" k="41" />
+<hkern g1="rcaron" g2="oslash" k="41" />
+<hkern g1="rcaron" g2="amacron" k="41" />
+<hkern g1="rcaron" g2="abreve" k="41" />
+<hkern g1="rcaron" g2="aogonek" k="41" />
+<hkern g1="rcaron" g2="cacute" k="41" />
+<hkern g1="rcaron" g2="ccircumflex" k="41" />
+<hkern g1="rcaron" g2="cdot" k="41" />
+<hkern g1="rcaron" g2="ccaron" k="41" />
+<hkern g1="rcaron" g2="dcaron" k="41" />
+<hkern g1="rcaron" g2="" k="41" />
+<hkern g1="rcaron" g2="emacron" k="41" />
+<hkern g1="rcaron" g2="ebreve" k="41" />
+<hkern g1="rcaron" g2="edotaccent" k="41" />
+<hkern g1="rcaron" g2="eogonek" k="41" />
+<hkern g1="rcaron" g2="ecaron" k="41" />
+<hkern g1="rcaron" g2="gcircumflex" k="20" />
+<hkern g1="rcaron" g2="gbreve" k="20" />
+<hkern g1="rcaron" g2="gdot" k="20" />
+<hkern g1="rcaron" g2="gcommaaccent" k="20" />
+<hkern g1="rcaron" g2="omacron" k="41" />
+<hkern g1="rcaron" g2="obreve" k="41" />
+<hkern g1="rcaron" g2="ohungarumlaut" k="41" />
+<hkern g1="rcaron" g2="oe" k="41" />
+<hkern g1="rcaron" g2="aringacute" k="41" />
+<hkern g1="rcaron" g2="aeacute" k="41" />
+<hkern g1="rcaron" g2="oslashacute" k="41" />
+<hkern g1="rcaron" g2="quoteright" k="-82" />
+<hkern g1="rcaron" g2="quotedblright" k="-82" />
+<hkern g1="rcaron" g2="uni1E01" k="41" />
+<hkern g1="rcaron" g2="ohorn" k="41" />
+<hkern g1="Tcommaaccent" g2="comma" k="123" />
+<hkern g1="Tcommaaccent" g2="hyphen" k="82" />
+<hkern g1="Tcommaaccent" g2="period" k="123" />
+<hkern g1="Tcommaaccent" g2="question" k="-41" />
+<hkern g1="Tcommaaccent" g2="A" k="143" />
+<hkern g1="Tcommaaccent" g2="C" k="41" />
+<hkern g1="Tcommaaccent" g2="G" k="41" />
+<hkern g1="Tcommaaccent" g2="O" k="41" />
+<hkern g1="Tcommaaccent" g2="Q" k="41" />
+<hkern g1="Tcommaaccent" g2="T" k="-41" />
+<hkern g1="Tcommaaccent" g2="a" k="164" />
+<hkern g1="Tcommaaccent" g2="c" k="143" />
+<hkern g1="Tcommaaccent" g2="d" k="143" />
+<hkern g1="Tcommaaccent" g2="e" k="143" />
+<hkern g1="Tcommaaccent" g2="g" k="143" />
+<hkern g1="Tcommaaccent" g2="m" k="102" />
+<hkern g1="Tcommaaccent" g2="n" k="102" />
+<hkern g1="Tcommaaccent" g2="o" k="143" />
+<hkern g1="Tcommaaccent" g2="p" k="102" />
+<hkern g1="Tcommaaccent" g2="q" k="143" />
+<hkern g1="Tcommaaccent" g2="r" k="102" />
+<hkern g1="Tcommaaccent" g2="s" k="123" />
+<hkern g1="Tcommaaccent" g2="u" k="102" />
+<hkern g1="Tcommaaccent" g2="v" k="41" />
+<hkern g1="Tcommaaccent" g2="w" k="41" />
+<hkern g1="Tcommaaccent" g2="x" k="41" />
+<hkern g1="Tcommaaccent" g2="y" k="41" />
+<hkern g1="Tcommaaccent" g2="z" k="82" />
+<hkern g1="Tcommaaccent" g2="Agrave" k="143" />
+<hkern g1="Tcommaaccent" g2="Aacute" k="143" />
+<hkern g1="Tcommaaccent" g2="Acircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="Atilde" k="143" />
+<hkern g1="Tcommaaccent" g2="Adieresis" k="143" />
+<hkern g1="Tcommaaccent" g2="Aring" k="143" />
+<hkern g1="Tcommaaccent" g2="Ccedilla" k="41" />
+<hkern g1="Tcommaaccent" g2="Ograve" k="41" />
+<hkern g1="Tcommaaccent" g2="Oacute" k="41" />
+<hkern g1="Tcommaaccent" g2="Ocircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="Otilde" k="41" />
+<hkern g1="Tcommaaccent" g2="Odieresis" k="41" />
+<hkern g1="Tcommaaccent" g2="Oslash" k="41" />
+<hkern g1="Tcommaaccent" g2="agrave" k="143" />
+<hkern g1="Tcommaaccent" g2="aacute" k="164" />
+<hkern g1="Tcommaaccent" g2="acircumflex" k="164" />
+<hkern g1="Tcommaaccent" g2="atilde" k="164" />
+<hkern g1="Tcommaaccent" g2="adieresis" k="164" />
+<hkern g1="Tcommaaccent" g2="aring" k="164" />
+<hkern g1="Tcommaaccent" g2="ae" k="164" />
+<hkern g1="Tcommaaccent" g2="ccedilla" k="143" />
+<hkern g1="Tcommaaccent" g2="egrave" k="143" />
+<hkern g1="Tcommaaccent" g2="eacute" k="143" />
+<hkern g1="Tcommaaccent" g2="ecircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="edieresis" k="143" />
+<hkern g1="Tcommaaccent" g2="ograve" k="143" />
+<hkern g1="Tcommaaccent" g2="oacute" k="143" />
+<hkern g1="Tcommaaccent" g2="ocircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="otilde" k="143" />
+<hkern g1="Tcommaaccent" g2="odieresis" k="143" />
+<hkern g1="Tcommaaccent" g2="oslash" k="143" />
+<hkern g1="Tcommaaccent" g2="ugrave" k="102" />
+<hkern g1="Tcommaaccent" g2="uacute" k="102" />
+<hkern g1="Tcommaaccent" g2="ucircumflex" k="102" />
+<hkern g1="Tcommaaccent" g2="udieresis" k="102" />
+<hkern g1="Tcommaaccent" g2="yacute" k="41" />
+<hkern g1="Tcommaaccent" g2="Amacron" k="143" />
+<hkern g1="Tcommaaccent" g2="amacron" k="164" />
+<hkern g1="Tcommaaccent" g2="Abreve" k="143" />
+<hkern g1="Tcommaaccent" g2="abreve" k="164" />
+<hkern g1="Tcommaaccent" g2="Aogonek" k="143" />
+<hkern g1="Tcommaaccent" g2="aogonek" k="164" />
+<hkern g1="Tcommaaccent" g2="Cacute" k="41" />
+<hkern g1="Tcommaaccent" g2="cacute" k="143" />
+<hkern g1="Tcommaaccent" g2="Ccircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="ccircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="Cdot" k="41" />
+<hkern g1="Tcommaaccent" g2="cdot" k="143" />
+<hkern g1="Tcommaaccent" g2="Ccaron" k="41" />
+<hkern g1="Tcommaaccent" g2="ccaron" k="143" />
+<hkern g1="Tcommaaccent" g2="dcaron" k="143" />
+<hkern g1="Tcommaaccent" g2="" k="143" />
+<hkern g1="Tcommaaccent" g2="emacron" k="143" />
+<hkern g1="Tcommaaccent" g2="ebreve" k="143" />
+<hkern g1="Tcommaaccent" g2="edotaccent" k="143" />
+<hkern g1="Tcommaaccent" g2="eogonek" k="143" />
+<hkern g1="Tcommaaccent" g2="ecaron" k="143" />
+<hkern g1="Tcommaaccent" g2="Gcircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="gcircumflex" k="143" />
+<hkern g1="Tcommaaccent" g2="Gbreve" k="41" />
+<hkern g1="Tcommaaccent" g2="gbreve" k="143" />
+<hkern g1="Tcommaaccent" g2="Gdot" k="41" />
+<hkern g1="Tcommaaccent" g2="gdot" k="143" />
+<hkern g1="Tcommaaccent" g2="Gcommaaccent" k="41" />
+<hkern g1="Tcommaaccent" g2="gcommaaccent" k="143" />
+<hkern g1="Tcommaaccent" g2="kgreenlandic" k="102" />
+<hkern g1="Tcommaaccent" g2="nacute" k="102" />
+<hkern g1="Tcommaaccent" g2="ncommaaccent" k="102" />
+<hkern g1="Tcommaaccent" g2="eng" k="102" />
+<hkern g1="Tcommaaccent" g2="Omacron" k="41" />
+<hkern g1="Tcommaaccent" g2="omacron" k="143" />
+<hkern g1="Tcommaaccent" g2="Obreve" k="41" />
+<hkern g1="Tcommaaccent" g2="obreve" k="143" />
+<hkern g1="Tcommaaccent" g2="Ohungarumlaut" k="41" />
+<hkern g1="Tcommaaccent" g2="ohungarumlaut" k="143" />
+<hkern g1="Tcommaaccent" g2="OE" k="41" />
+<hkern g1="Tcommaaccent" g2="oe" k="143" />
+<hkern g1="Tcommaaccent" g2="racute" k="102" />
+<hkern g1="Tcommaaccent" g2="rcommaaccent" k="102" />
+<hkern g1="Tcommaaccent" g2="sacute" k="123" />
+<hkern g1="Tcommaaccent" g2="scedilla" k="123" />
+<hkern g1="Tcommaaccent" g2="Tcommaaccent" k="-41" />
+<hkern g1="Tcommaaccent" g2="Tcaron" k="-41" />
+<hkern g1="Tcommaaccent" g2="utilde" k="102" />
+<hkern g1="Tcommaaccent" g2="umacron" k="102" />
+<hkern g1="Tcommaaccent" g2="ubreve" k="102" />
+<hkern g1="Tcommaaccent" g2="uring" k="102" />
+<hkern g1="Tcommaaccent" g2="uhungarumlaut" k="102" />
+<hkern g1="Tcommaaccent" g2="uogonek" k="102" />
+<hkern g1="Tcommaaccent" g2="wcircumflex" k="41" />
+<hkern g1="Tcommaaccent" g2="zacute" k="82" />
+<hkern g1="Tcommaaccent" g2="zdotaccent" k="82" />
+<hkern g1="Tcommaaccent" g2="zcaron" k="82" />
+<hkern g1="Tcommaaccent" g2="Aringacute" k="143" />
+<hkern g1="Tcommaaccent" g2="aringacute" k="164" />
+<hkern g1="Tcommaaccent" g2="aeacute" k="164" />
+<hkern g1="Tcommaaccent" g2="Oslashacute" k="41" />
+<hkern g1="Tcommaaccent" g2="oslashacute" k="143" />
+<hkern g1="Tcommaaccent" g2="scommaaccent" k="123" />
+<hkern g1="Tcommaaccent" g2="wgrave" k="41" />
+<hkern g1="Tcommaaccent" g2="wacute" k="41" />
+<hkern g1="Tcommaaccent" g2="endash" k="82" />
+<hkern g1="Tcommaaccent" g2="emdash" k="82" />
+<hkern g1="Tcommaaccent" g2="quotesinglbase" k="123" />
+<hkern g1="Tcommaaccent" g2="quotedblbase" k="123" />
+<hkern g1="Tcommaaccent" g2="uni1E3F" k="102" />
+<hkern g1="Tcommaaccent" g2="uni1E00" k="143" />
+<hkern g1="Tcommaaccent" g2="uni1E01" k="164" />
+<hkern g1="Tcommaaccent" g2="Ohorn" k="41" />
+<hkern g1="Tcommaaccent" g2="ohorn" k="143" />
+<hkern g1="Tcommaaccent" g2="uhorn" k="102" />
+<hkern g1="Tcommaaccent" g2="uni1EF5" k="41" />
+<hkern g1="Tcommaaccent" g2="Tcedilla" k="-41" />
+<hkern g1="tcommaaccent" g2="quotedbl" k="-41" />
+<hkern g1="tcommaaccent" g2="quotesingle" k="-41" />
+<hkern g1="tcommaaccent" g2="quoteright" k="-41" />
+<hkern g1="tcommaaccent" g2="quotedblright" k="-41" />
+<hkern g1="Tcaron" g2="comma" k="123" />
+<hkern g1="Tcaron" g2="hyphen" k="82" />
+<hkern g1="Tcaron" g2="period" k="123" />
+<hkern g1="Tcaron" g2="question" k="-41" />
+<hkern g1="Tcaron" g2="A" k="143" />
+<hkern g1="Tcaron" g2="C" k="41" />
+<hkern g1="Tcaron" g2="G" k="41" />
+<hkern g1="Tcaron" g2="O" k="41" />
+<hkern g1="Tcaron" g2="Q" k="41" />
+<hkern g1="Tcaron" g2="T" k="-41" />
+<hkern g1="Tcaron" g2="a" k="164" />
+<hkern g1="Tcaron" g2="c" k="143" />
+<hkern g1="Tcaron" g2="d" k="143" />
+<hkern g1="Tcaron" g2="e" k="143" />
+<hkern g1="Tcaron" g2="g" k="143" />
+<hkern g1="Tcaron" g2="m" k="102" />
+<hkern g1="Tcaron" g2="n" k="102" />
+<hkern g1="Tcaron" g2="o" k="143" />
+<hkern g1="Tcaron" g2="p" k="102" />
+<hkern g1="Tcaron" g2="q" k="143" />
+<hkern g1="Tcaron" g2="r" k="102" />
+<hkern g1="Tcaron" g2="s" k="123" />
+<hkern g1="Tcaron" g2="u" k="102" />
+<hkern g1="Tcaron" g2="v" k="41" />
+<hkern g1="Tcaron" g2="w" k="41" />
+<hkern g1="Tcaron" g2="x" k="41" />
+<hkern g1="Tcaron" g2="y" k="41" />
+<hkern g1="Tcaron" g2="z" k="82" />
+<hkern g1="Tcaron" g2="Agrave" k="143" />
+<hkern g1="Tcaron" g2="Aacute" k="143" />
+<hkern g1="Tcaron" g2="Acircumflex" k="143" />
+<hkern g1="Tcaron" g2="Atilde" k="143" />
+<hkern g1="Tcaron" g2="Adieresis" k="143" />
+<hkern g1="Tcaron" g2="Aring" k="143" />
+<hkern g1="Tcaron" g2="Ccedilla" k="41" />
+<hkern g1="Tcaron" g2="Ograve" k="41" />
+<hkern g1="Tcaron" g2="Oacute" k="41" />
+<hkern g1="Tcaron" g2="Ocircumflex" k="41" />
+<hkern g1="Tcaron" g2="Otilde" k="41" />
+<hkern g1="Tcaron" g2="Odieresis" k="41" />
+<hkern g1="Tcaron" g2="Oslash" k="41" />
+<hkern g1="Tcaron" g2="agrave" k="143" />
+<hkern g1="Tcaron" g2="aacute" k="164" />
+<hkern g1="Tcaron" g2="acircumflex" k="164" />
+<hkern g1="Tcaron" g2="atilde" k="164" />
+<hkern g1="Tcaron" g2="adieresis" k="164" />
+<hkern g1="Tcaron" g2="aring" k="164" />
+<hkern g1="Tcaron" g2="ae" k="164" />
+<hkern g1="Tcaron" g2="ccedilla" k="143" />
+<hkern g1="Tcaron" g2="egrave" k="143" />
+<hkern g1="Tcaron" g2="eacute" k="143" />
+<hkern g1="Tcaron" g2="ecircumflex" k="143" />
+<hkern g1="Tcaron" g2="edieresis" k="143" />
+<hkern g1="Tcaron" g2="ograve" k="143" />
+<hkern g1="Tcaron" g2="oacute" k="143" />
+<hkern g1="Tcaron" g2="ocircumflex" k="143" />
+<hkern g1="Tcaron" g2="otilde" k="143" />
+<hkern g1="Tcaron" g2="odieresis" k="143" />
+<hkern g1="Tcaron" g2="oslash" k="143" />
+<hkern g1="Tcaron" g2="ugrave" k="102" />
+<hkern g1="Tcaron" g2="uacute" k="102" />
+<hkern g1="Tcaron" g2="ucircumflex" k="102" />
+<hkern g1="Tcaron" g2="udieresis" k="102" />
+<hkern g1="Tcaron" g2="yacute" k="41" />
+<hkern g1="Tcaron" g2="Amacron" k="143" />
+<hkern g1="Tcaron" g2="amacron" k="164" />
+<hkern g1="Tcaron" g2="Abreve" k="143" />
+<hkern g1="Tcaron" g2="abreve" k="164" />
+<hkern g1="Tcaron" g2="Aogonek" k="143" />
+<hkern g1="Tcaron" g2="aogonek" k="164" />
+<hkern g1="Tcaron" g2="Cacute" k="41" />
+<hkern g1="Tcaron" g2="cacute" k="143" />
+<hkern g1="Tcaron" g2="Ccircumflex" k="41" />
+<hkern g1="Tcaron" g2="ccircumflex" k="143" />
+<hkern g1="Tcaron" g2="Cdot" k="41" />
+<hkern g1="Tcaron" g2="cdot" k="143" />
+<hkern g1="Tcaron" g2="Ccaron" k="41" />
+<hkern g1="Tcaron" g2="ccaron" k="143" />
+<hkern g1="Tcaron" g2="dcaron" k="143" />
+<hkern g1="Tcaron" g2="" k="143" />
+<hkern g1="Tcaron" g2="emacron" k="143" />
+<hkern g1="Tcaron" g2="ebreve" k="143" />
+<hkern g1="Tcaron" g2="edotaccent" k="143" />
+<hkern g1="Tcaron" g2="eogonek" k="143" />
+<hkern g1="Tcaron" g2="ecaron" k="143" />
+<hkern g1="Tcaron" g2="Gcircumflex" k="41" />
+<hkern g1="Tcaron" g2="gcircumflex" k="143" />
+<hkern g1="Tcaron" g2="Gbreve" k="41" />
+<hkern g1="Tcaron" g2="gbreve" k="143" />
+<hkern g1="Tcaron" g2="Gdot" k="41" />
+<hkern g1="Tcaron" g2="gdot" k="143" />
+<hkern g1="Tcaron" g2="Gcommaaccent" k="41" />
+<hkern g1="Tcaron" g2="gcommaaccent" k="143" />
+<hkern g1="Tcaron" g2="kgreenlandic" k="102" />
+<hkern g1="Tcaron" g2="nacute" k="102" />
+<hkern g1="Tcaron" g2="ncommaaccent" k="102" />
+<hkern g1="Tcaron" g2="eng" k="102" />
+<hkern g1="Tcaron" g2="Omacron" k="41" />
+<hkern g1="Tcaron" g2="omacron" k="143" />
+<hkern g1="Tcaron" g2="Obreve" k="41" />
+<hkern g1="Tcaron" g2="obreve" k="143" />
+<hkern g1="Tcaron" g2="Ohungarumlaut" k="41" />
+<hkern g1="Tcaron" g2="ohungarumlaut" k="143" />
+<hkern g1="Tcaron" g2="OE" k="41" />
+<hkern g1="Tcaron" g2="oe" k="143" />
+<hkern g1="Tcaron" g2="racute" k="102" />
+<hkern g1="Tcaron" g2="rcommaaccent" k="102" />
+<hkern g1="Tcaron" g2="sacute" k="123" />
+<hkern g1="Tcaron" g2="scedilla" k="123" />
+<hkern g1="Tcaron" g2="Tcommaaccent" k="-41" />
+<hkern g1="Tcaron" g2="Tcaron" k="-41" />
+<hkern g1="Tcaron" g2="utilde" k="102" />
+<hkern g1="Tcaron" g2="umacron" k="102" />
+<hkern g1="Tcaron" g2="ubreve" k="102" />
+<hkern g1="Tcaron" g2="uring" k="102" />
+<hkern g1="Tcaron" g2="uhungarumlaut" k="102" />
+<hkern g1="Tcaron" g2="uogonek" k="102" />
+<hkern g1="Tcaron" g2="wcircumflex" k="41" />
+<hkern g1="Tcaron" g2="zacute" k="82" />
+<hkern g1="Tcaron" g2="zdotaccent" k="82" />
+<hkern g1="Tcaron" g2="zcaron" k="82" />
+<hkern g1="Tcaron" g2="Aringacute" k="143" />
+<hkern g1="Tcaron" g2="aringacute" k="164" />
+<hkern g1="Tcaron" g2="aeacute" k="164" />
+<hkern g1="Tcaron" g2="Oslashacute" k="41" />
+<hkern g1="Tcaron" g2="oslashacute" k="143" />
+<hkern g1="Tcaron" g2="scommaaccent" k="123" />
+<hkern g1="Tcaron" g2="wgrave" k="41" />
+<hkern g1="Tcaron" g2="wacute" k="41" />
+<hkern g1="Tcaron" g2="endash" k="82" />
+<hkern g1="Tcaron" g2="emdash" k="82" />
+<hkern g1="Tcaron" g2="quotesinglbase" k="123" />
+<hkern g1="Tcaron" g2="quotedblbase" k="123" />
+<hkern g1="Tcaron" g2="uni1E3F" k="102" />
+<hkern g1="Tcaron" g2="uni1E00" k="143" />
+<hkern g1="Tcaron" g2="uni1E01" k="164" />
+<hkern g1="Tcaron" g2="Ohorn" k="41" />
+<hkern g1="Tcaron" g2="ohorn" k="143" />
+<hkern g1="Tcaron" g2="uhorn" k="102" />
+<hkern g1="Tcaron" g2="uni1EF5" k="41" />
+<hkern g1="Tcaron" g2="Tcedilla" k="-41" />
+<hkern g1="tcaron" g2="quotedbl" k="-41" />
+<hkern g1="tcaron" g2="quotesingle" k="-41" />
+<hkern g1="tcaron" g2="quoteright" k="-41" />
+<hkern g1="tcaron" g2="quotedblright" k="-41" />
+<hkern g1="Tbar" g2="comma" k="123" />
+<hkern g1="Tbar" g2="hyphen" k="82" />
+<hkern g1="Tbar" g2="period" k="123" />
+<hkern g1="Tbar" g2="question" k="-41" />
+<hkern g1="Tbar" g2="A" k="143" />
+<hkern g1="Tbar" g2="C" k="41" />
+<hkern g1="Tbar" g2="G" k="41" />
+<hkern g1="Tbar" g2="O" k="41" />
+<hkern g1="Tbar" g2="Q" k="41" />
+<hkern g1="Tbar" g2="T" k="-41" />
+<hkern g1="Tbar" g2="a" k="164" />
+<hkern g1="Tbar" g2="c" k="143" />
+<hkern g1="Tbar" g2="d" k="143" />
+<hkern g1="Tbar" g2="e" k="143" />
+<hkern g1="Tbar" g2="g" k="143" />
+<hkern g1="Tbar" g2="m" k="102" />
+<hkern g1="Tbar" g2="n" k="102" />
+<hkern g1="Tbar" g2="o" k="143" />
+<hkern g1="Tbar" g2="p" k="102" />
+<hkern g1="Tbar" g2="q" k="143" />
+<hkern g1="Tbar" g2="r" k="102" />
+<hkern g1="Tbar" g2="s" k="123" />
+<hkern g1="Tbar" g2="u" k="102" />
+<hkern g1="Tbar" g2="v" k="41" />
+<hkern g1="Tbar" g2="w" k="41" />
+<hkern g1="Tbar" g2="x" k="41" />
+<hkern g1="Tbar" g2="y" k="41" />
+<hkern g1="Tbar" g2="z" k="82" />
+<hkern g1="Tbar" g2="Agrave" k="143" />
+<hkern g1="Tbar" g2="Aacute" k="143" />
+<hkern g1="Tbar" g2="Acircumflex" k="143" />
+<hkern g1="Tbar" g2="Atilde" k="143" />
+<hkern g1="Tbar" g2="Adieresis" k="143" />
+<hkern g1="Tbar" g2="Aring" k="143" />
+<hkern g1="Tbar" g2="Ccedilla" k="41" />
+<hkern g1="Tbar" g2="Ograve" k="41" />
+<hkern g1="Tbar" g2="Oacute" k="41" />
+<hkern g1="Tbar" g2="Ocircumflex" k="41" />
+<hkern g1="Tbar" g2="Otilde" k="41" />
+<hkern g1="Tbar" g2="Odieresis" k="41" />
+<hkern g1="Tbar" g2="Oslash" k="41" />
+<hkern g1="Tbar" g2="agrave" k="143" />
+<hkern g1="Tbar" g2="aacute" k="164" />
+<hkern g1="Tbar" g2="acircumflex" k="164" />
+<hkern g1="Tbar" g2="atilde" k="164" />
+<hkern g1="Tbar" g2="adieresis" k="164" />
+<hkern g1="Tbar" g2="aring" k="164" />
+<hkern g1="Tbar" g2="ae" k="164" />
+<hkern g1="Tbar" g2="ccedilla" k="143" />
+<hkern g1="Tbar" g2="egrave" k="143" />
+<hkern g1="Tbar" g2="eacute" k="143" />
+<hkern g1="Tbar" g2="ecircumflex" k="143" />
+<hkern g1="Tbar" g2="edieresis" k="143" />
+<hkern g1="Tbar" g2="ograve" k="143" />
+<hkern g1="Tbar" g2="oacute" k="143" />
+<hkern g1="Tbar" g2="ocircumflex" k="143" />
+<hkern g1="Tbar" g2="otilde" k="143" />
+<hkern g1="Tbar" g2="odieresis" k="143" />
+<hkern g1="Tbar" g2="oslash" k="143" />
+<hkern g1="Tbar" g2="ugrave" k="102" />
+<hkern g1="Tbar" g2="uacute" k="102" />
+<hkern g1="Tbar" g2="ucircumflex" k="102" />
+<hkern g1="Tbar" g2="udieresis" k="102" />
+<hkern g1="Tbar" g2="yacute" k="41" />
+<hkern g1="Tbar" g2="Amacron" k="143" />
+<hkern g1="Tbar" g2="amacron" k="164" />
+<hkern g1="Tbar" g2="Abreve" k="143" />
+<hkern g1="Tbar" g2="abreve" k="164" />
+<hkern g1="Tbar" g2="Aogonek" k="143" />
+<hkern g1="Tbar" g2="aogonek" k="164" />
+<hkern g1="Tbar" g2="Cacute" k="41" />
+<hkern g1="Tbar" g2="cacute" k="143" />
+<hkern g1="Tbar" g2="Ccircumflex" k="41" />
+<hkern g1="Tbar" g2="ccircumflex" k="143" />
+<hkern g1="Tbar" g2="Cdot" k="41" />
+<hkern g1="Tbar" g2="cdot" k="143" />
+<hkern g1="Tbar" g2="Ccaron" k="41" />
+<hkern g1="Tbar" g2="ccaron" k="143" />
+<hkern g1="Tbar" g2="dcaron" k="143" />
+<hkern g1="Tbar" g2="" k="143" />
+<hkern g1="Tbar" g2="emacron" k="143" />
+<hkern g1="Tbar" g2="ebreve" k="143" />
+<hkern g1="Tbar" g2="edotaccent" k="143" />
+<hkern g1="Tbar" g2="eogonek" k="143" />
+<hkern g1="Tbar" g2="ecaron" k="143" />
+<hkern g1="Tbar" g2="Gcircumflex" k="41" />
+<hkern g1="Tbar" g2="gcircumflex" k="143" />
+<hkern g1="Tbar" g2="Gbreve" k="41" />
+<hkern g1="Tbar" g2="gbreve" k="143" />
+<hkern g1="Tbar" g2="Gdot" k="41" />
+<hkern g1="Tbar" g2="gdot" k="143" />
+<hkern g1="Tbar" g2="Gcommaaccent" k="41" />
+<hkern g1="Tbar" g2="gcommaaccent" k="143" />
+<hkern g1="Tbar" g2="kgreenlandic" k="102" />
+<hkern g1="Tbar" g2="nacute" k="102" />
+<hkern g1="Tbar" g2="ncommaaccent" k="102" />
+<hkern g1="Tbar" g2="eng" k="102" />
+<hkern g1="Tbar" g2="Omacron" k="41" />
+<hkern g1="Tbar" g2="omacron" k="143" />
+<hkern g1="Tbar" g2="Obreve" k="41" />
+<hkern g1="Tbar" g2="obreve" k="143" />
+<hkern g1="Tbar" g2="Ohungarumlaut" k="41" />
+<hkern g1="Tbar" g2="ohungarumlaut" k="143" />
+<hkern g1="Tbar" g2="OE" k="41" />
+<hkern g1="Tbar" g2="oe" k="143" />
+<hkern g1="Tbar" g2="racute" k="102" />
+<hkern g1="Tbar" g2="rcommaaccent" k="102" />
+<hkern g1="Tbar" g2="sacute" k="123" />
+<hkern g1="Tbar" g2="scedilla" k="123" />
+<hkern g1="Tbar" g2="Tcommaaccent" k="-41" />
+<hkern g1="Tbar" g2="Tcaron" k="-41" />
+<hkern g1="Tbar" g2="utilde" k="102" />
+<hkern g1="Tbar" g2="umacron" k="102" />
+<hkern g1="Tbar" g2="ubreve" k="102" />
+<hkern g1="Tbar" g2="uring" k="102" />
+<hkern g1="Tbar" g2="uhungarumlaut" k="102" />
+<hkern g1="Tbar" g2="uogonek" k="102" />
+<hkern g1="Tbar" g2="wcircumflex" k="41" />
+<hkern g1="Tbar" g2="zacute" k="82" />
+<hkern g1="Tbar" g2="zdotaccent" k="82" />
+<hkern g1="Tbar" g2="zcaron" k="82" />
+<hkern g1="Tbar" g2="Aringacute" k="143" />
+<hkern g1="Tbar" g2="aringacute" k="164" />
+<hkern g1="Tbar" g2="aeacute" k="164" />
+<hkern g1="Tbar" g2="Oslashacute" k="41" />
+<hkern g1="Tbar" g2="oslashacute" k="143" />
+<hkern g1="Tbar" g2="scommaaccent" k="123" />
+<hkern g1="Tbar" g2="wgrave" k="41" />
+<hkern g1="Tbar" g2="wacute" k="41" />
+<hkern g1="Tbar" g2="endash" k="82" />
+<hkern g1="Tbar" g2="emdash" k="82" />
+<hkern g1="Tbar" g2="quotesinglbase" k="123" />
+<hkern g1="Tbar" g2="quotedblbase" k="123" />
+<hkern g1="Tbar" g2="uni1E3F" k="102" />
+<hkern g1="Tbar" g2="uni1E00" k="143" />
+<hkern g1="Tbar" g2="uni1E01" k="164" />
+<hkern g1="Tbar" g2="Ohorn" k="41" />
+<hkern g1="Tbar" g2="ohorn" k="143" />
+<hkern g1="Tbar" g2="uhorn" k="102" />
+<hkern g1="Tbar" g2="uni1EF5" k="41" />
+<hkern g1="Tbar" g2="Tcedilla" k="-41" />
+<hkern g1="Utilde" g2="comma" k="41" />
+<hkern g1="Utilde" g2="period" k="41" />
+<hkern g1="Utilde" g2="A" k="20" />
+<hkern g1="Utilde" g2="Agrave" k="20" />
+<hkern g1="Utilde" g2="Aacute" k="20" />
+<hkern g1="Utilde" g2="Acircumflex" k="20" />
+<hkern g1="Utilde" g2="Atilde" k="20" />
+<hkern g1="Utilde" g2="Adieresis" k="20" />
+<hkern g1="Utilde" g2="Aring" k="20" />
+<hkern g1="Utilde" g2="Amacron" k="20" />
+<hkern g1="Utilde" g2="Abreve" k="20" />
+<hkern g1="Utilde" g2="Aogonek" k="20" />
+<hkern g1="Utilde" g2="Aringacute" k="20" />
+<hkern g1="Utilde" g2="quotesinglbase" k="41" />
+<hkern g1="Utilde" g2="quotedblbase" k="41" />
+<hkern g1="Utilde" g2="uni1E00" k="20" />
+<hkern g1="Umacron" g2="comma" k="41" />
+<hkern g1="Umacron" g2="period" k="41" />
+<hkern g1="Umacron" g2="A" k="20" />
+<hkern g1="Umacron" g2="Agrave" k="20" />
+<hkern g1="Umacron" g2="Aacute" k="20" />
+<hkern g1="Umacron" g2="Acircumflex" k="20" />
+<hkern g1="Umacron" g2="Atilde" k="20" />
+<hkern g1="Umacron" g2="Adieresis" k="20" />
+<hkern g1="Umacron" g2="Aring" k="20" />
+<hkern g1="Umacron" g2="Amacron" k="20" />
+<hkern g1="Umacron" g2="Abreve" k="20" />
+<hkern g1="Umacron" g2="Aogonek" k="20" />
+<hkern g1="Umacron" g2="Aringacute" k="20" />
+<hkern g1="Umacron" g2="quotesinglbase" k="41" />
+<hkern g1="Umacron" g2="quotedblbase" k="41" />
+<hkern g1="Umacron" g2="uni1E00" k="20" />
+<hkern g1="Ubreve" g2="comma" k="41" />
+<hkern g1="Ubreve" g2="period" k="41" />
+<hkern g1="Ubreve" g2="A" k="20" />
+<hkern g1="Ubreve" g2="Agrave" k="20" />
+<hkern g1="Ubreve" g2="Aacute" k="20" />
+<hkern g1="Ubreve" g2="Acircumflex" k="20" />
+<hkern g1="Ubreve" g2="Atilde" k="20" />
+<hkern g1="Ubreve" g2="Adieresis" k="20" />
+<hkern g1="Ubreve" g2="Aring" k="20" />
+<hkern g1="Ubreve" g2="Amacron" k="20" />
+<hkern g1="Ubreve" g2="Abreve" k="20" />
+<hkern g1="Ubreve" g2="Aogonek" k="20" />
+<hkern g1="Ubreve" g2="Aringacute" k="20" />
+<hkern g1="Ubreve" g2="quotesinglbase" k="41" />
+<hkern g1="Ubreve" g2="quotedblbase" k="41" />
+<hkern g1="Ubreve" g2="uni1E00" k="20" />
+<hkern g1="Uring" g2="comma" k="41" />
+<hkern g1="Uring" g2="period" k="41" />
+<hkern g1="Uring" g2="A" k="20" />
+<hkern g1="Uring" g2="Agrave" k="20" />
+<hkern g1="Uring" g2="Aacute" k="20" />
+<hkern g1="Uring" g2="Acircumflex" k="20" />
+<hkern g1="Uring" g2="Atilde" k="20" />
+<hkern g1="Uring" g2="Adieresis" k="20" />
+<hkern g1="Uring" g2="Aring" k="20" />
+<hkern g1="Uring" g2="Amacron" k="20" />
+<hkern g1="Uring" g2="Abreve" k="20" />
+<hkern g1="Uring" g2="Aogonek" k="20" />
+<hkern g1="Uring" g2="Aringacute" k="20" />
+<hkern g1="Uring" g2="quotesinglbase" k="41" />
+<hkern g1="Uring" g2="quotedblbase" k="41" />
+<hkern g1="Uring" g2="uni1E00" k="20" />
+<hkern g1="Uhungarumlaut" g2="comma" k="41" />
+<hkern g1="Uhungarumlaut